body {
  margin: 0;
  font-family:'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
  padding-left: 0;
}

.wrapper{
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
/*==================   MENU BTN   ================*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: black;
    overflow-y: hidden;
    transition: 0.5s;
    font-family: 'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
    font-size: 4vw;
}

.overlay-content {
    bottom: 0;
    width: 100%;
    text-align: left;
    border-color: blue;
    display: block;
    margin-left: 0;
}

.overlay-content a{
	/*margin-top: -5%;*/
  width: 100%;
  border-bottom: 1px solid grey;
}

.overlay-content:last-child{
  /*margin-left: -2%;*/
}

.overlay a {
    cursor: pointer;
    text-decoration: none;
    padding-left: 5%;
    color: white;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    /*border-top: solid 1px white;
    border-right: solid 1px white;*/
    transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
    color: grey;
    padding-left: 10%;
}

.overlay .closebtn {
    position: absolute;
    top: 24px;
    right: 35px;
    font-size: 2.5vw;
    border: none;
    color: white;
}

.overlay-content-wrapper{
  position: absolute;
  /*bottom: 0;*/
  width: 100%;
  top: 15%;
  /*left: 5%;*/
}

.featuring-works-box{
  display: flex;
  width: 100%;
  margin-top: 8%;
  margin-bottom: 5%;
  padding-left: 30px;
  padding-right: 30px;
}

.featuring-works{
  width: 33%;
  position: relative;
}

.featuring-works img{
  width: 100%;
}

.featuring-works a{
  text-decoration: none;
  color: black;
  font-size: 3vw;
}

.featuring-works:nth-child(2){
  margin-left: 2%;
  margin-right: 2%;
}

.featuring-details{
  margin-top: 2%;
  font-size: 2vw;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

/*#details{
  position: absolute;
  bottom: 0;
}*/


/*==================   MENU BTN END  ================*/

.downloadForm{
  font-size: 2.5vw;
}

.downloadForm form{
  margin-top: 12%;
  padding-left: 30px;
}

.downloadForm form p{
  width: 100%;
  margin-bottom: 2%;
  border-bottom: solid 1px grey;
}

.downloadForm form input{
  width: 100%;
  border-style: none;
  border-bottom: solid 1px grey;
  margin-bottom: 2%;
  color: grey;
}

.downloadForm form input:last-child{
  border-style: none;
}

.button{
  text-align: left;
  background-color: white;
  border-style: none;
  cursor: pointer;
  color: grey;
  width: 30%;
}

.form-wrapper{
  display: inline-flex;
  width: 100%;
}

.form-wrapper div:last-child{
  margin-left: 10%;
}

.client-name{
  font-size: 2.5vw;
  margin-top: 6%;
  border-bottom: solid 1px grey;
  width: 100%;
  padding-left: 30px;
  color: black;
}

.downlaod-page{
  font-size: 2.5vw;
  color: black;
}

.downlaod-page p{
  border-bottom: solid 1px grey;
  padding-left: 30px;
}

.downlaod-page a{
  display: block;
  color: black;
  padding-left: 5%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-bottom: solid 1px grey;
  transition: 0.5s;
}

.downlaod-page a:hover{
  text-decoration: none;
  color: grey;
  padding-left: 8%;
}

.downlaod-page :nth-child(2){
  margin-top: 6%;
}

.form-wrapper div{
  width: 45%;
}

.topnav {
  position: relative;
  overflow: hidden;
  z-index: 99;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: solid 1px grey;
}

.topnav a {
  float: left;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 26px;
  /*text-decoration: underline;*/
  font-size: 2vw;
  /*letter-spacing: 2px;*/
  font-weight: 400;
  color: black;
}

.topnav a:hover {
  color: grey;
  text-decoration: none;
}


.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 /* background-color: blue;*/
  width: 11%;
}

.topnav-centered img{
  width: 100%;
  margin-bottom: 6px;
}

.topnav-right {
  float: right;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}


.topnav-menu{
  display: none;
}

.logo-mob{
  display: none;
}

.slogan {
  width: 85%;
  color: black;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.5vw;
}

.slogan span{
  text-decoration: none;
  font-family: Times;
  font-weight: 800;
}

.slogan a:hover{
  text-decoration: none;
}

.slogan a{
  color: black;
 /* padding-bottom: 15px;
  border-bottom: 1px solid grey;*/
  text-decoration: none;
}

.logo{
  display: none;
}


.sub-slogan{
  font-size: 1.2vw;
  width: 48%;
  margin-left: 7.5%;
  margin-bottom: 5%;
}

.feature-btn{
  font-size: 1.5vw;
  background-color: black;
  color: white;
  border: 1px solid black;
  padding: 1% 2%;
  text-align: center;
  margin-left: 7.5%;
}

.feature-btn span{
  text-decoration: none;
  font-weight: 400;
  font-size: 2vw;
}

.feature-btn:hover{
  color: black;
  background-color: white;
  text-decoration: none;
  transition: 0.5s;
}

.category{
  margin-top: 8%;
  color: grey;
  font-family:'Basis Grotesque Pro Light', Open Sans, Helvetica, sans-serif;
  /*font-family: serif;*/
  font-size: 2.8vw;
  letter-spacing: 2px;
}

.description{
  font-size: 2.8vw;
  margin-top: 20px;
  font-weight: 400;
  line-height: normal; 
}


.font-light{
  font-family: 'Basis Grotesque Pro Light';
}

span{
  font-weight: 800;
}

.download-wrapper{
  margin-top: 0;
}

.downloadlinks a{
  font-size: 2vw;
  letter-spacing: 3px;
  width: 100%;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  color: black;
  border-top: 1px solid grey;
  transition: 0.5s;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.downloadlinks a:last-child{
  border-bottom: 1px solid grey;
}

.downloadlinks a:hover{
  color: #929292;
  text-decoration: none;
  cursor: pointer;
  background-color: black;
  color: white;
}

.downloadlinks{
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.video-frame{
  margin-top: 10%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

video{
  margin-bottom: -6px;
}

.video-cover{
  width: 100%;
}


#grey{
  color: grey;
}

.overlayGrey{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: grey; 
}

.video-cover-wrapper{
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.video-cover-wrapper:hover .overlayGrey {
  opacity: 0.3;
  cursor: pointer;
}

.video-link{
  position: absolute;
  top: 65%;
  left: 40%;
  font-size: 2.2vw;
  color: black;
  text-decoration: underline;
}

.video-link:hover {
  color: grey;
}

.services_btn a{
  font-size: 7.5vw;
  cursor: pointer;
  color:black;
  border-bottom: solid 1px grey;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
}

.services_btn a:first-child{
  border-top: solid 1px grey;
  margin-top: 5%;
}

/*.services_btn a:last-child{
  border-bottom: solid 1px;
}
*/

.services_btn a:hover{
  /*background-color: black;*/
  color: grey;
  padding-left: 5%;
  /*text-decoration: underline;*/
}

.divider-top{
  margin-top: 15%;
 /* margin-top: 20px;*/
}


.accordion-toggle {
  cursor: pointer;
}

.accordion-content {
  display: none;
  margin-top: 15px;
  /*margin-bottom: -16px;*/
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-top: solid 1px grey;
}

.accordion-content p{
  font-size: 2vw;
  margin-left: 42%;
  padding-top: 30px;
}

.accordion-content.default {display: none;}


#accordion {
  margin-top: 5%;
}

#accordion h1{
  font-size: 7.5vw;
  cursor: pointer;
  color:black;
  border-top: solid 1px grey;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
}

#accordion h1:hover{
  color: grey;
  padding-left: 5%;
}

.more-toggle {
  cursor: pointer;
}

.more-content {
  display: none;
  margin-top: 15px;
  /*margin-bottom: -16px;*/
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
}

span{
  text-decoration: underline;
}

.more-content p{
  font-size: 2vw;
  /*margin-left: 42%;*/
  padding-top: 30px;
}

.service-img{
  width: 40%;
  margin-top: 30px;
  margin-left: 42%;
}

.pale-brown {
  background-color: #e5d8c3;
}

.pale-purple{
  background-color: #d3c3e2;
}

.pale-blue{
  background-color: #bbe0ef;
}

.pale-yellow{
  background-color: #f4dc76;
}

.orange{
  background-color: #f85f3e;
}

.testi-wrapper{
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  font-size: 2vw;
  width: 100%;
  position: relative;
  display: inline-flex;
}

.testi-head p{
  padding-left: 30px;
  padding-top: 1%;
}

.testi-head{
  width: 90%;
}

.testi-name{
  border-bottom: solid 1px black;
}

.testi-logo{
  width: 10%;
  border-left: solid 1px black;
}

.testi-logo img{
  width: 80%;
  margin-top: 5%;
  margin-left: 12%;
}

.testi{
  font-size: 2vw;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.featured{
  border-top: solid 1px grey;
  width: 100%;
  display: inline-flex;
  padding: 0;
  padding-left: 40%;
}

.featured p{
  font-size: 2.4vw;
  /*margin-left: 42%;*/
  /*padding-top: 10px;*/
  /*display: inline;*/
}

.more-toggle p{
  font-size: 2vw;
  color: grey;
  margin-top: 10px;
}

.bullet-sqr{
  color: black;
  width: 15px;
  height: 15px;
  margin-top: 2.5%;
  margin-right: 2%;
  background-color: black;
}

/*======================= FLICKER ANIMATION =================== */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation .7s infinite;
   -moz-animation: flickerAnimation .7s infinite;
   -o-animation: flickerAnimation .7s infinite;
    animation: flickerAnimation .7s infinite;
}



/*#strategy{
  cursor: url('../img/emoji/strategy.png'), auto; 
}

#planning{
  cursor: url('../img/emoji/planning.png'), auto; 
}

#buying{
  cursor: url('../img/emoji/buying.png'), auto; 
}

#event{
  cursor: url('../img/emoji/event.png'), auto; 
}

#video{
  cursor: url('../img/emoji/video.png'), auto; 
}

#design{
  cursor: url('../img/emoji/design.png'), auto; 
}*/

.divider-left{
  margin-left: 40%;
}

.contact-details{
  font-family: 'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
  font-size: 7vw;
  position: fixed;
  bottom: -20px;
  color: black;
  letter-spacing: 5px;
  width: 100%;
}

.follow{
  font-family: /*'BasisGrotesquePro-Regular',*/ Open Sans, Helvetica, sans-serif;
  font-size: 7vw;
  position: fixed;
  bottom: -10px;
  letter-spacing: 5px;
  border-top: solid 1px grey;
}

.follow a{
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.follow a:hover{
  color: grey;
  text-decoration: none;
}

.links{
  display: inline-block;
}

.links:first-child{
  width: 50%;
}

.links:hover{
  color: grey;
  cursor: pointer;
}

.loop-type{
  width: 100%;
}

.loop-type:first-child{
  margin-top: 10%;
}

.margin-top-minus{
  margin-top: -5.5vw;
}

.margin-top-plus{
  margin-top: 10%;
}

.event-wrapper img{
  transition: 0.5s;
}

.event-wrapper img:hover{
  margin-left: 5%;
}

.event-wrapper{
  font-size: 7vw;
  line-height: 90%;
  margin-top: 5vw;
}


.event-wrapper a{
  color:black;
}

.event-wrapper a:hover{
  text-decoration: underline;
}

.event-wrapper p{
  text-align: right;
}

.event-img{
  width: 100%;
  margin-top: 1vw;
}

.event-date{
  font-style: oblique;
  font-size: 4vw;
  color: grey;
}

.wrapper-70{
  width: 70%;
}

.wrapper-right{
  margin-left: 30%;
}

.wrapper-middle{
  width: 60%;
  margin-left: 20%
}

.more-link{
  margin-left: auto;
  margin-right: auto;
  text-align: middle;
  width: 30%;
}

.more-link a{
  font-family: 'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
  font-size: 3vw;
  color: black;
  transition: 0.5s;
  text-decoration: underline;
}

/*.more-link a:hover{
  padding-left: 5%;
}*/

#logos_1{
  margin-top: 6%;
  background: url('../img/home/loopinglogos_1-2.jpg');
  -webkit-animation: slide1 60s linear infinite;
  border-top: solid 1px grey;
  transition: 0.2s;
}

#logos_2{
  background: url('../img/home/loopinglogos_2-2.jpg');
  -webkit-animation: slide2 60s linear infinite;
  transition: 0.2s;
}

#logos_3{
  background: url('../img/home/loopinglogos_3-2.jpg');
  -webkit-animation: slide3 60s linear infinite;
  transition: 0.2s;
}

#logos_4{
  background: url('../img/home/loopinglogos_4-2.jpg');
  -webkit-animation: slide4 60s linear infinite;
  transition: 0.2s;
}

#logos_1:hover{
  background: url('../img/home/loopinglogos_1.jpg');
}

#logos_2:hover{
  background: url('../img/home/loopinglogos_2.jpg');
}

#logos_3:hover{
  background: url('../img/home/loopinglogos_3.jpg');
}

#logos_4:hover{
  background: url('../img/home/loopinglogos_4.jpg');
}

.hero-bkg-animated {
  height: 180px;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  border-bottom: solid 1px grey;
}


@-webkit-keyframes slide1 {
    from { background-position: 0 0; }
    to { background-position: -1800px 0; }
}

@-webkit-keyframes slide2 {
    from { background-position: 0 0; }
    to { background-position: -3400px 0; }
}

@-webkit-keyframes slide3 {
    from { background-position: 0 0; }
    to { background-position: -2400px 0; }
}

@-webkit-keyframes slide4 {
    from { background-position: 0 0; }
    to { background-position: -4400px 0; }
}

.footer-contacts{
  font-size: 1vw;
  padding-left: 2%;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10%;
}

.footer-contacts{
  font-size: 1.8vw;
}

.footer-contacts div{
  /*border-left: solid 1px grey;*/
  padding-left: 2%;
}

.footer-contacts div:first-child{
  border-left: none;
  padding-left: 0;
}

.back-to-top{
  text-align: center;
  font-size: 7vw;
  margin-top: 6%;
  color: black;
  cursor: pointer;
}

.back-to-top p:last-child{
  font-size: 2.5vw;
  margin-top: -2.8%;
  cursor: pointer;
}

.back-to-top p:last-child:hover{
  text-decoration: underline;
}

footer{
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 8%;
  border-top: solid 1px grey;
  font-size: 2.5vw;
  width: 100%;
  overflow: hidden;
 /* position: fixed;
  left: 0;
  bottom: 0;
  background-color: white*/;
}

footer p{
  display: inline-block;
}

footer p:last-child{
  float: right;
}

.works-wrapper{
  width: 100%;
  border-bottom: solid 1px grey;
  display: inline-flex;
  /*background-color: #e9e9e9;*/
  transition: 0.5s;
}

.works-wrapper :hover{
 /* background-color: #f9f9f9;*/
}

#frist-work{
  margin-top: 6%;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
}

.works-image-wrapper{
  width: 55.5%;
}

.works-image-wrapper img{
  width: 100%;
  margin-top: 0;
  border-right: solid 1px grey;
}

.works-info-wrapper{
  width: 45%;
  color: black;
  position: relative;
  padding-top: 2%;
}

.works-title a{
  font-size: 4.5vw;
  line-height: 90%;
  color: black;
  transition: 0.3s;
}

.works-title p{
  padding-left: 3.5%;
}

.works-title a:hover{
  /*color: grey;
  text-decoration: none;*/
}

.works-category-date-wrapper{
  font-size: 2vw;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.works-category{
  border-top: solid 1px grey;
  padding-left: 3.5%;
}

.works-date{
  padding-left: 3.5%;
  border-top: solid 1px grey;
}

.works-dt-wrapper{
  margin-left: 30%;
  margin-top: 3%;
  padding-right: 3%;
  color: black;
}

.works-dt-tilte{
  font-size: 4.5vw;
  font-family: "BasisGrotesquePro-Bold", "Open Sans", Helvetica,sans-serif;
}

.works-dt-c-d-w-wrapper{
  display: flex;
  font-size: 1.5vw;
  margin-top: 6%;
}

.works-dt-c-d{
  margin-right: 20%;
}

.works-dt-description-wrapper{
  font-size: 1.5vw;
  margin-top: 6%;
}

.black{
  background-color: black;
}

.white{
  background-color: white;
}

.grey{
  color: grey;
}


/* ======================== IMG Layout ----- WORKS  ====================== */
.works-dt-img-wrapper{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3%;
}

.design-assets-wrapper{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10%;
  margin-top: 10%;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
  display: block;
}

.design-assets-wrapper img{
  margin-top: 6%;
}

.works-dt-img-wrapper img{
  margin-top: 3%;
}

.img60{
  width: 65%;
}

.img75{
  width: 75%;
}

.img50{
  width: 50%;
}

.img100{
  width: 100%;
}

.img30{
  width: 30%;
}

.img60R{
  width: 65%;
  margin-left: 35%;
}

.img75R{
  width: 75%;
  margin-left: 25%;
}

.img50R{
  width: 50%;
  margin-left: 50%;
}

.img30R{
  width: 30%;
  margin-left: 70%;
}

.imgR{
  float: right;
}

.imgCenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.margin-top-0{
  margin-top: 0;
}

/* ======================== IMG Layout ENDS====================== */

.next-precious{
  /*border-bottom: solid 1px grey;*/
}

.next-precious a{
  color: black;
  font-size: 3vw;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.next-precious a:last-child{
  float: right;
  transition: 0.3s;
}

.next-precious a:last-child:hover{
  padding-right: 3%;
  text-decoration: none;
}

.next-precious a:first-child{
  transition: 0.3s;
}

.next-precious a:first-child:hover{
  padding-left: 3%;
  text-decoration: none;
}

.next-precious a:nth-child(2){
  position: absolute;
  left: 38%;
}


/* ======================== Animation ====================== */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,120px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,120px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


/* ======================== FONT ====================== */


@font-face {
font-family: 'Basis Grotesque Pro';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro'), url('BasisGrotesquePro-Regular.woff') format('woff');
}


@font-face {
font-family: 'Basis Grotesque Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro Bold'), url('BasisGrotesquePro-Bold.woff') format('woff');
}


@font-face {
font-family: 'Basis Grotesque Pro Light';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro Light'), url('BasisGrotesquePro-Light.woff') format('woff');
}