body.modal_opened {
  position: fixed;
}
/* PRELOADER START */
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #666;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	/* -moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%; */
}

#object_one {	
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s; 
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
	
}

@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}

@-webkit-keyframes object_three {
  75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* PRELOADER END */




/* figure img {
  width: 100%;
} */

/* COMMON START */

*, html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
  color: #666;
  font-family: "FiraSansExtraCondensedLight";
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  /* text-transform: uppercase; */
  cursor: pointer;
}

p {
  margin-bottom: 0.5em;
}



.button {
  display: block;
  margin-top: 15px;
  /* opacity: 0.5; */
  /* -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; */
}
/* .button:hover {
  opacity: 1;
} */
/* a.button {
  font-family: 'OswaldSemiBold';
  font-weight: 700;
} */
a.button img {
  margin-left: 15px;
}
:root {
  --color-orange: #d54428;
  --max-width: 1730px;
}

.hard {
  font-family: "FiraSansExtraCondensedMedium";
}


#adblockermodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0,0,0,.9);
}
#adblockermodal .centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
}
#adblockermodal .centered .content{
  background: var(--color-orange);
  max-width: 900px;
  padding: 90px 100px;
  display: flex;
  align-items: center;
  opacity: 0;
  position: relative;
  margin-top: -200vh;
  transition: all .8s ease-in-out;
}
#adblockermodal .centered .content.show{
  opacity: 1;
  margin-top: 0;
}
#adblockermodal .centered .content .text{
  color: #fff;
  font-size: 24px;
  padding-left: 50px;
}


/* COMMON END */

span.orange {
  color: var(--color-orange);
}


#shift {
  position: relative;
}

.home_wrapper {
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
#home {
  /* position: fixed; */
  width: 100%;
  /* height: 100vh; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  visibility: hidden;
}
#home .logo_landing{
  margin-top: 7vh;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
#home .text_landing{
  font-family: 'FiraSansExtraCondensed';
  font-size: 32px;
  line-height: 44px;
  max-width: 970px;
  text-align: center;
  margin: auto;
}


#home .theres_more {
  margin-bottom: 20px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
#home .theres_more a {
  display: flex;
  align-items: flex-start;
}
#home .theres_more .text {
  font-family: 'FiraSansExtraCondensedBold';
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--color-orange);
  margin-right: 10px;
}
#home .theres_more img {

}



.logo_row {
  display: flex;
  justify-content: center;
  margin: auto;
}
.logo_col_left,
.logo_col_center,
.logo_col_right {
  display: flex;
  flex-direction: column;
}
.logo_col_left {
  width: 301.46px;
}
.logo_col_center {
  width: 65.07px;
}
.logo_col_right {
  width: 272.36px;
}
.logo_row img {
  max-width: 100%;
  max-height: 100%;
}





.details{
  max-width: 1360px;
  width: 100%;
  text-align: center;
  margin: auto;
  /* margin-left: -20px;
  margin-right: -20px; */
  display: flex;
  justify-content: space-between;
}
.details .separator{
  /* height: 100%; */
  width: 1px;
  background-color: var(--color-orange);
  /* margin: auto 6.1%; */
}
.details .detail{
  max-width: 370px;
  padding: 0 20px;
  margin-top: 22px
}

.details .detail .head {
  display: flex;
  align-items: center;
}
.details .detail .head .icon{
  margin-right: 15px;
  height: 45px;
}
.details .detail .head .icon img{
  max-width: 100%;
  max-height: 100%;
}
.details .detail .head .title{
  color: var(--color-orange);
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  font-weight: unset;
}

.details .detail .body{
  margin-top: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
}


.content-wrapper {
  position: absolute;
  width: 100%;
  /* top: 100vh; */
  left: 0px;
  overflow: hidden;
}

.secondary-navigation {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100px;
  padding-left: 50px;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: all .3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secondary-navigation .logo-HV-small {
  display: block;
}

#about_us {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  visibility: hidden;
  /* padding: 0 50px;
   */
   /* max-width: 1830px;
   margin: auto;
   padding: 0 50px; */
   /* opacity: 0; */
}
/* #about_us  */
#about_us .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
#about_us .bg .left{
  flex: 0 0 50%;
  height: 100%;
  display: flex;
}
#about_us .bg .right{
  flex: 0 0 50%;
  height: auto;
  background-image: url("../assets/images/landing_aboutus_bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
#about_us .content{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  padding-top: 175px;
  padding-bottom: 165px;
  max-width: 1830px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

#about_us .content .left{
  flex: 0 0 50%;
  height: 100%;
  display: flex;
}

#about_us .headlines {
  border-right: 2px solid #999999;
  /* padding-right: 45px; */
}
#about_us .headlines div.hidden_on_desktop {
  display: none;
}
#about_us .headlines h2 {
  min-width: 300px;
  font-family: "OswaldExtraLight";
  font-weight: 100;
  text-transform: uppercase;
  color: var(--color-orange);
  letter-spacing: 2px;
  line-height: 96px;
  font-size: 66px;
  text-align: right;
  padding-right: 45px;
  margin-bottom: 46px;
  position: relative;
  top: -15px;
}

#about_us .headlines h2:last-child {
  margin: 0;
}

#about_us .text {
  margin-left: 45px;
  max-width: 520px;
}

#about_us .text p {
  font-size: 28px;
  line-height: 44px;
}

#about_us .text a {
  font-family: 'FiraSansExtraCondensedBold';
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-orange);
}

#services {
  background-color: #fff;
  /* padding-left: calc((100vw - var(--max-width))/2);
  padding-right: calc((100vw - var(--max-width))/2); */
  max-width: 1830px;
  margin: auto;
  padding: 0 50px;
  visibility: hidden;
}

#services .separator_h{
  display: none;
}
#services .headline{
  width: 62%;
  max-width: 1070px;
  border-bottom: 1px solid var(--color-orange);
  margin: auto;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .headline h2{
  font-family: 'FiraSansExtraCondensedLight';
  font-size: 56px;
  color: var(--color-orange);
  margin: 0;
  text-align: center;
}
#services .services {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 80px;
}

#services .services .service {
  max-width: 350px;
}

#services .services .separator {
  height: 210px;
  min-width: 1px;
  background-color: var(--color-orange);
  /* margin: 0 3.5%; */
  align-self: center;
}

#services .services .head {
  font-size: 32px;
  color: var(--color-orange) !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 56px;
}
#services .services .head h3 {
  font-size: inherit;
  align-items: center;
}
#services .services .head a{
  color: var(--color-orange) !important;
  display: flex;
  align-items: center;
  height: 56px;
}
#services .services .head a div{
  height: 56px;
  display: flex;
  align-items: center;
}

#services .services .head img {
  margin-right: 20px;
}

#services .services .body {
  font-size: 22px;
  line-height: 36px;
  text-align: left;
}
#services .services .body p {
  color: #666;
}
#services .services .service:hover .body p {
  color: var(--color-orange);
}
#services .services .body a.button {
  font-family: 'FiraSansExtraCondensedBold';
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-orange);
}





#works {
  width: 100%;
  padding: 25px 20px;
  min-height: 300px;
  background-color: #d1d1d1;
}

#works .swiper-container {
  width: 100%;
  height: 250px;
}

#works .swiper-container .swiper-slide {
  height: 250px;
  width: 300px;
}

#works .banners-wrapper .banner {
  position: relative;
  height: 250px;
  width: 300px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#works .banners-wrapper .banner .banner-hover {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#works .banners-wrapper .banner .banner-hover:hover {
  opacity: 1;
}

#works .banners-wrapper .banner .banner-hover .wrapper {  
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

#works .banners-wrapper .banner .banner-hover h4.campaign {
  font-family: 'OswaldSemiBold';
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  left: -100%;
  transition: left 0.3s ease-in-out;
  text-align: left;
}

#works .banners-wrapper .banner .banner-hover:hover h4.campaign {
  left: 0;
}

#works .banners-wrapper .banner .banner-hover h5.client {
  font-family: 'OswaldLight';
  font-weight: 300;
  font-size: 18px;
  position: relative;
  left: 100vw;
  transition: left 0.3s ease-in-out;
  text-align: left;
}

#works .banners-wrapper .banner .banner-hover:hover h5.client {
  left: 0;
}



#clients {
  width: 100%;
  background-color: white;
}

#clients .swiper-container-clients {
  width: 100%;
  padding: 20px 40px;
  background-color: #333333;
  height: 230px;
}
#clients .logos-wrapper {
  text-align: center;
  background-color: #333333;
  align-items: center;
}

#clients .logos-wrapper .swiper-slide {
  display: flex;
  height: 90px;
  flex-shrink: 1;
}
#clients .logos-wrapper .logo {
  display: flex;
  align-items: center;
}

#clients .logos-wrapper .swiper-slide-logo {
  margin: 0 auto;
}

#contacts {
  width: 100%;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2, 1fr);
      grid-template-columns: repeat(2, 1fr); */
  display: flex;
  background: #fff;
  min-height: 600px;
  color: #333333;
  visibility: hidden;
}

#contacts #map {
  flex: 0 1 50%;
}

#contacts .contact-wrapper {
  position: relative;
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  padding: 50px 80px 50px;
  max-width: 950px;
  box-sizing: border-box;
}
@media screen and (max-height: 1900px) {
  #contacts .contact-wrapper {
    flex-basis: 70%;
  }
}
#contacts .contact-wrapper .inner {
  padding-bottom: 30px;
}
#contacts .contact-wrapper .contact-headline {
  font-family: "FiraSansExtraCondensedLight";
  color: var(--color-orange);
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
#contacts .contact-wrapper .contact-headline.form {
  margin-top: 40px;
}

#contacts .contact-wrapper .contact-headline span {
  font-size: 28px;
  line-height: 34px;
}

#contacts .contact-wrapper .contacts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-orange);
}

#contacts .contacts .separator {
  height: 120px;
  min-width: 1px;
  background-color: var(--color-orange);
  margin: 0 3.5%;
  align-self: center;
}

#contacts .contact-wrapper .contacts .contact .contact_name {
  font-size: 24px;
  line-height: 29px;
  letter-spacing:0.3px;
}

#contacts .contact-wrapper .contacts .contact .contact_details {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.25px;
}
#contacts .contact-wrapper .contacts .contact .contact_details a{
  text-transform: lowercase;
}


#contacts .contact-wrapper .contact_form form input::placeholder , 
#contacts .contact-wrapper .contact_form form textarea::placeholder  {
  color: #333;
  font-size: 20px;
}

#contacts .contact-wrapper .contact_form form input, 
#contacts .contact-wrapper .contact_form form textarea {
  width: 100%;
  margin-bottom: 13px;
  line-height: 37px;
  font-size: 20px;;
  border: none;
  background: #f6f6f6;
  font-family: 'FiraSansExtraCondensedLight';
  padding: 0 10px;
}

#contacts .contact-wrapper .contact_form form input {
  height: 40px;
  line-height: 20px;
}

#contacts .contact-wrapper .contact_form form textarea {
  height: 270px;
}
#contacts .contact-wrapper .contact_form form .form_bottom {
  display: flex;
  justify-content: space-between;
}
#contacts .contact-wrapper .contact_form form .form_bottom .button-send {
  
}

#contacts .contact-wrapper .contact_form form .button-send .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  height: 74px;
  font-size: 27px;
  letter-spacing:1.08px;
  border: none;
  cursor: pointer;
  padding-left: 0;
  width: 170px;
  font-family: 'FiraSansExtraCondensedLight';
}
#contacts .contact-wrapper .contact_form form .button-send .submit-button img{
  margin-left: 10px;
}
#mail_response {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  height: 484px;
}
#mail_response h3 {
  margin-bottom: 5px;
}

#contacts .contact-wrapper .contact_form .button-reset .reset-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  height: 74px;
  font-size: 27px;
  letter-spacing:1.08px;
  border: none;
  cursor: pointer;
  padding-left: 0;
  width: 290px;
  font-family: 'FiraSansExtraCondensedLight';
}
#contacts .contact-wrapper .contact_form .button-reset .reset-button img{
  margin-left: 10px;
}

/* #contact > div.contact-wrapper > div.contact_form > form > div > img {
  position: absolute;
  right: 20%;
  top: 24px;
} */


#recaptcha_wrapper {
  position: relative;
}
#recaptcha_error {
  display: none;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  font-family: 'FiraSansExtraCondensedMedium';
  width: 100%;
  color: var(--color-orange)
}










#footer {
  position: relative;
  background-color: var(--color-orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 70px 0;
  visibility: hidden;
  /* opacity: 0.00001; */
}

#go-top-button-sidepage {
  display: block;
  position: absolute;
  top: 215px;
  right: 80px;
  bottom: 0;
}

#go-top-button {
  display: block;
  width: 61px;
  height: 61px;
  position: absolute;
  background-image: url("../assets/images/go-top-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  bottom: -40px;
  left: -30px;
  z-index: 2
}

#footer .footer-menu {
  margin-bottom: 60px;
  
}


#footer .footer-menu a, #footer .footer-menu span {
  color: white;
  font-size: 28px;
  letter-spacing:1.12px;
  text-transform: uppercase;
}

#footer .footer-menu span {
  margin: 0 5px;
}

#footer .about-us-footer-paragraph {
  margin-bottom: 1em;
  opacity: .5;
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #fff;
}

#footer .about-us-footer-paragraph span {
  font-size: 24px;
  font-family: 'FiraSansExtraCondensedMedium';
  letter-spacing: 0.72px;
  padding: 0 40px;
}

#footer .footer-social-icons a {
  display: inline-block;
  margin: 0 0.3em;
}

#footer .footer-social-icons a.lang {
  font-family: 'OswaldBold';
}






/* SUBPAGE NAV */

.subpage_nav {
  display: flex;
  height: 80px;
  background-color: var(--color-orange);;
  padding: 10px 30px;
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  justify-items: center;
  z-index: 2;
}











/******************************/
/*        ABOUT PAGE          */
/******************************/

#about,
#abouttext {
  visibility: hidden;
}


.about-a {
  background: url("../assets/images/about_pic.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.about-a .about-headline {
  position: absolute;
  bottom: 16.11%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'OswaldSemiBold';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 6em;
  /* height: 20px; */
}
.about_details {
  background-color: #f6f6f6;
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 20px; */
}


.about-b {
  display: -ms-grid;
  display: grid;
  padding: 6em 0 10em;
  -ms-grid-columns: 1fr 1.2fr 0.8fr;
  grid-template-columns: 1fr 1.2fr 0.8fr;
  grid-gap: 2em;
  background-color: #ffffff;
}

.about-b .about-left-side {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.about-b .about-left-side h2 {
  font-family: "OswaldExtraLight";
  font-weight: 200;
  letter-spacing: 1px;
  display: block;
  color: #ff300c;
  text-align: right;
  font-size: 4.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.about-b .about-left-side h2.hosting {
  position: relative;
  top: 9px;
}
.about-b .about-left-side h2.about {
  position: relative;
  top: -8px;
}

.about-b .about-right-side {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  /* padding-top: 1em; */
}

.about-b .about-right-side p {
  color: #666;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.454545em;
  text-align: left;
}

.about-b .about-right-side img{
  margin-top: 2em;
}


.container {
  max-width: 1200px;
  margin: auto;
  padding: 160px 50px 50px;
}

.container .main_headline {
  margin-bottom: 30px;
}

.container .main_headline h2 {
  font-size: 78px;
  line-height: 1.2em;
  font-weight: 200;
  display: block;
  color: var(--color-orange);
}

/* .container .main_headline h2 .dark {
  color: #666;
}

.container .main_headline h2 .light {
  color: #aaa;
} */

.container .description p {
  color: #666;
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 36px;
  text-align: left;
}
@media screen and (max-width: 990px) {
  /* .container .main_headline h2 {
    font-size: 4.4em;
  } */
}
@media screen and (max-width: 825px) {
  /* .container .main_headline h2 {
    font-size: 3.5em;
  }
  .container .description p {
    font-size: 1.2em;
  } */
}

@media screen and (min-width: 1900px) {
  .banners-a .main-headline h2 .separator{
    display: none;
  }
}

.container .banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  grid-auto-rows: minmax(250px, auto);
  grid-auto-flow: dense;
  padding: 4em 0;
  grid-gap: 100px 1em;
  justify-content: space-between;
}

@media screen and (max-width: 1048px) {
  .container .banners {
    justify-content: space-around;
  }
}
.container .banners .grid-item-container {
  -ms-grid-column-align: center;
  justify-self: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: 80%;
  background-position: center;
  border: 1px solid #444;
  background-size: cover;
  background-repeat: no-repeat;
  /* max-width: 280px; */
}
.container .banners.maxw .grid-item-container {
  max-width: 280px;
}
.container .banners .grid-item-container.tall {
  grid-row: auto / span 2;
}






.container .banners .overlay {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.container .banners .overlay:hover {
  opacity: 1;
}
.container .banners .overlay .wrapper {  
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  color: #fff;
}
.container .banners .overlay h4.campaign {
  font-family: 'OswaldSemiBold';
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  left: -100%;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
.container .banners .overlay:hover h4.campaign {
  left: 0;
}
.container .banners .overlay h5.client {
  font-family: 'OswaldLight';
  font-weight: 300;
  font-size: 18px;
  position: relative;
  left: 100vw;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
.container .banners .overlay:hover h5.client {
  left: 0;
}


.container .banners .banner-modal-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.container .banners .banner-modal-wrapper .banner-modal {
  position: relative;
  margin: 0 auto;
  /* top: 12%;
  max-width: 80%;
  height: 80%; */
  top: 0;
  max-width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: rgba(255, 255, 255, .85);
}

/* .banner-modal::after {
  content:"";
  position: absolute;
  background: url("https://bannerhost.html5bannerz.com/mainLogo.svg") repeat;
  background-size: 130px 130px;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:-1;
} */

.banner-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.banner-modal-close .btn{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
.banner-modal-close .btn img{
  opacity: 0.4;
  transition: all 0.4s;
  cursor: pointer;
}
.banner-modal-close .btn img:hover{
  opacity: 1;
}








#works .banners-wrapper .banner .banner-hover {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  
}





/* 

.container .banners .grid-item-container {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 100%;
  background-size: 102%;
  background-position: center;
  border: 1px solid #444;
}

.container .banners .grid-item-container.tall {
  grid-row: auto / span 2;
} */




.hr_wrapper {
  max-width: 90%;
  margin: 0 auto 1.6em;
}

.banners-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr 0.8fr;
  grid-template-columns: 1fr 1.2fr 0.8fr;
  grid-gap: 2em;
  padding: 160px 4em 4em;
  color: #666;
}

.banners-a .main-headline {
  margin-top: -8px;
  grid-column: 1 / 2;
}
.banners-a .mid-paragraph {
  grid-column: 2 / 3;
}

.banners-a .main-headline h2 {
  font-size: 4.875em;
  line-height: 1.2em;
  font-family: "OswaldExtraLight";
  font-weight: 200;
  display: block;
  text-align: right;
}
@media screen and (min-width: 1900px) {
  .banners-a .main-headline h2 .separator{
    display: none;
  }
}

.banners-a .main-headline h2 .dark {
  color: #666;
}

.banners-a .main-headline h2 .light {
  color: #aaa;
}

.banners-a div p {
  color: #666;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.454545em;
  text-align: justify;
}

.banners-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(250px, auto);
  grid-auto-flow: dense;
  padding: 4em;
  grid-gap: 1em;
}

.banners-b .grid-item-container {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 100%;
  background-size: 102%;
  background-position: center;
  border: 1px solid #444;
}

.banners-b .grid-item-container.tall {
  grid-row: auto / span 2;
}









#works .banners-wrapper .banner .banner-hover {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

#works .banners-wrapper .banner .banner-hover:hover {
  opacity: 1;
}

#works .banners-wrapper .banner .banner-hover .wrapper {  
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
#works .banners-wrapper .banner .banner-hover h4.campaign {
  font-family: 'OswaldSemiBold';
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  left: -100%;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
#works .banners-wrapper .banner .banner-hover:hover h4.campaign {
  left: 0;
}
#works .banners-wrapper .banner .banner-hover h5.client {
  font-family: 'OswaldLight';
  font-weight: 300;
  font-size: 18px;
  position: relative;
  left: 100vw;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
#works .banners-wrapper .banner .banner-hover:hover h5.client {
  left: 0;
}






.banners-b .grid-item-container .overlay {
  /* opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: block;
  padding-top: 40%;
  padding-left: 1.4em;
  background: rgba(229, 64, 14, 0.9);
  position: absolute;
  width: 100%;
  height: 100%; */
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banners-b .grid-item-container .overlay:hover {
  opacity: 1;
}
.banners-b .grid-item-container .overlay .wrapper {  
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.banners-b .grid-item-container .overlay h4.campaign {
  font-family: 'OswaldSemiBold';
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  left: -100%;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
.banners-b .grid-item-container .overlay:hover h4.campaign {
  left: 0;
}
.banners-b .grid-item-container .overlay h5.client {
  font-family: 'OswaldLight';
  font-weight: 300;
  font-size: 18px;
  position: relative;
  left: 100vw;
  transition: left 0.3s ease-in-out;
  text-align: left;
}
.banners-b .grid-item-container .overlay:hover h5.client {
  left: 0;
}

/* .banners-b .grid-item-container .overlay:hover {
  opacity: 1;
}

.banners-b .grid-item-container .overlay p {
  text-transform: none;
  font-family: "OswaldExtraLight";
  font-weight: 200;
  font-size: 0.75em;
  margin-bottom: 0;
}

.banners-b .grid-item-container .overlay h4 {
  font-family: "OswaldLight";
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
} */














.banners-b #modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.banners-b #modal .banner-modal {
  position: relative;
  margin: 0 auto;
  /* top: 12%;
  max-width: 80%;
  height: 80%; */
  top: 0;
  max-width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: rgba(255, 255, 255, .85);
}
/* 
.banner-modal::after {
  content:"";
  position: absolute;
  background: url("https://bannerhost.html5bannerz.com/mainLogo.svg") repeat;
  background-size: 130px 130px;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:-1;
} */

.banner-modal-close {
  position: absolute;
  top: -21px;
  right: -21px;
  width: 100%;
}
.banner-modal-close .btn{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
.banner-modal-close .btn img{
  opacity: 0.4;
  transition: all 0.4s;
  cursor: pointer;
}
.banner-modal-close .btn img:hover{
  opacity: 1;
}

/* The Keyframes*/
/* @-webkit-keyframes back {
  25% {
    background-image: url("../assets/images/pic2.png");
  }
  50% {
    background-image: url("../assets/images/pic3.png");
  }
  75% {
    background-image: url("../assets/images/pic4.png");
  }
  100% {
    background-image: url("../assets/images/pic1.png");
  }
}
@keyframes back {
  25% {
    background-image: url("../assets/images/pic2.png");
  }
  50% {
    background-image: url("../assets/images/pic3.png");
  }
  75% {
    background-image: url("../assets/images/pic4.png");
  }
  100% {
    background-image: url("../assets/images/pic1.png");
  }
} */



/*slider styles*/
.rgbShiftSlider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /*mix-blend-mode: hard-light;*/
  opacity: 0.85;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  /*transform-origin : 50vw 300vh;*/
  transform-origin: 50% 50%;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}






/* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
/*Sepia*/
.tr_sepia img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tr_sepia:hover img {
  -webkit-filter: sepia(100%);
	filter: sepia(100%);
	
}

/*GrayScale*/
.tr_grayscale img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tr_grayscale:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*Zoom In*/
.tr_zoomIn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tr_zoomIn:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*Zoom Out*/
.tr_zoomOut img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tr_zoomOut:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}





#workspage {
  visibility: hidden;
}
#workspage .mdl-tabs__tab-bar {
  justify-content: flex-start;
}
#workspage .mdl-tabs__tab {
  font-size: 22px;
}






.edm_frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 1225px;
  margin: auto;
  color: #494949;
}


.edm_r {
  display: flex;
  width: 100%;
}

/************   ROW 1 ************/
.edm_r1_left {
  background-image: url('../assets/images/edm_r1_left.png');
  background-repeat: no-repeat;
  min-width: 90px;
  height: 50px;
}
.edm_r1_middle {
  background-image: url('../assets/images/edm_r1_middle.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 50px;
}
.edm_r1_middle .name_and_title {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 15px;
  margin: 21px auto auto;
  text-align: center;
}
.edm_r1_right {
  background-image: url('../assets/images/edm_r1_right.png');
  background-repeat: no-repeat;
  background-position-x: right;
  min-width: 90px;
  height: 50px;
}



/************   ROW 2 ************/
.edm_r2_left {
  background-image: url('../assets/images/edm_r2_left.png');
  background-repeat: no-repeat;
  min-width: 324px;
  height: 43px;
}
.edm_r2_middle {
  background-image: url('../assets/images/edm_r2_middle.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 43px;
}
.edm_r2_right {
  background-image: url('../assets/images/edm_r2_right.png');
  background-repeat: no-repeat;
  min-width: 82px;
  height: 43px;
  background-position-x: right;
}



/************   ROW 3 ************/
.edm_r3_left {
  background-image: url('../assets/images/edm_r3_left.png');
  background-repeat: no-repeat;
  min-width: 410px;
  height: 123px;
}
.edm_r3_left .name_and_title {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 15px;
  margin: 18px 0 0 35px;
}
.edm_r3_left .name {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 67px;
}
.edm_r3_left .recipient {
  font-family: sans-serif;
  margin-top: 5px;
  margin-left: 67px;
  color: #3674d6;
}
.edm_r3_middle {
  background-image: url('../assets/images/edm_r3_middle.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 123px;
}
.edm_r3_right {
  background-image: url('../assets/images/edm_r3_right.png');
  background-repeat: no-repeat;
  min-width: 261px;
  height: 123px;
  background-position-x: right;
}

/************   ROW 4 ************/
.edm_r4 {
  flex: 1;
}
.edm_r4_left {
  background-image: url('../assets/images/edm_r4_left.png');
  background-repeat: repeat-y;
  min-width: 67px;
}
.edm_r4_middle {
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  margin-bottom: -17px;
}
.edm_r4_right {
  background-image: url('../assets/images/edm_r4_right.png');
  background-repeat: repeat-y;
  min-width: 82px;
}


/************   ROW 5 ************/
.edm_r5_left {
  background-image: url('../assets/images/edm_r5_left.png');
  background-repeat: no-repeat;
  min-width: 67px;
  height: 17px;
}
.edm_r5_middle {
  width: 100%;
  height: 17px;
}
.edm_r5_right {
  background-image: url('../assets/images/edm_r5_right.png');
  background-repeat: no-repeat;
  min-width: 82px;
  height: 17px;
}



/************   ROW 6 ************/
.edm_r6_left {
  background-image: url('../assets/images/edm_r6_left.png');
  background-repeat: no-repeat;
  min-width: 66px;
  height: 25px;
}
.edm_r6_middle {
  background-image: url('../assets/images/edm_r6_middle.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 25px;
}
.edm_r6_right {
  background-image: url('../assets/images/edm_r6_right.png');
  background-repeat: no-repeat;
  min-width: 82px;
  height: 25px;
}




.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background: var(--color-orange);
}

/* 

.edm_frame_top_left {
  background-image: url('../assets/images/edm_top_left.png');
  background-repeat: no-repeat;
  min-width: 324px;
  height: 206px;
  padding-left: 34px;
}
.edm_frame_top_left .name_and_title {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 15px;
  margin: 100px auto auto;
}
.edm_frame_top_left .name {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 24px;
}
.edm_frame_top_left .recipient {
  font-family: sans-serif;
  margin-top: 4px;
  margin-left: 24px;
  color: #3674d6;
}
.edm_frame_top_middle {
  background-image: url('../assets/images/edm_top_middle.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 206px;
}
.edm_frame_top_middle .name_and_title {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 13px;
  margin: 13px auto;
  text-align: center;
  padding-right: 20px;
}

.edm_frame_top_right {
  background-image: url('../assets/images/edm_top_right.png');
  background-repeat: no-repeat;
  min-width: 261px;
  height: 206px;
}
.edm_frame_middle_left {
  background-image: url('../assets/images/edm_side_left.png');
  background-repeat: no-repeat;
  min-width: 67px;
  height: 1193px;
}
.edm_frame_middle_middle {
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}
.edm_frame_middle_right {
  background-image: url('../assets/images/edm_side_right.png');
  background-repeat: no-repeat;
  min-width: 83px;
  height: 1193px;
}

.edm_frame_middle {
  display: flex;
  width: 100%;
} */









.tab-bar {
  border-bottom: 1px solid #d4d4d4;
}
.tab-bar .tab {
  color: #666;
  text-transform: uppercase;
  position: relative;
  bottom: 3px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
.tab-bar .tab:not(:last-child) {
  margin-right: 20px;
}
.tab-bar .tab::after {
  content: " ";
  width: 0%;
  height: 2px;
  background: var(--color-orange);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 200ms;
}
.tab-bar .tab.active::after {
  content: " ";
  width: 100%;
  height: 3px;
  background: var(--color-orange);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.tabs .tab-content:not(.active) {
  display: none;
}