/* TEMP */
/*#test {
	position: absolute;
	top: 5534px;
	height: 1px;
	width: 100%;
	background: #000;
	z-index: 9909;
}*/

/* new fonts colors */
@font-face {
  font-family: SofiaProBold;
  src: url(../fonts/SofiaProBold.ttf);
}

@font-face {
  font-family: SofiaProMedium;
  src: url(../fonts/SofiaProMedium.ttf);
}

@font-face {
  font-family: SofiaProRegular;
  src: url(../fonts/SofiaProRegular.ttf);
}

.name1 {
  font-size: 50px !important;
  color: #444444;
  font-family: SofiaProBold !important;
}
.name2 {
  font-size: 25px !important;
  font-family: SofiaProMedium !important;
  line-height: 2;
  color: #707070;
}
.dr-corner,
.tech-a,
.fluta {
  cursor: pointer;
}

.invision {
  margin-left: 2em;
  font-weight: bold;
}
#down-margin {
  margin-bottom: 70px;
}

.edu1 h1,
.edu2 h1 {
  font-family: SofiaProBold !important;
}
.edu2 h3 {
  font-family: SofiaProMedium !important;
  font-size: 25px !important;
  margin-top: 20px;
}
.edu p {
  font-family: SofiaProRegular !important;
  text-align: justify;
  line-height: 2 !important;
  font-size: 20px !important;
}
.visiblenone {
  visibility: hidden !important;
}
.resume-a,
.resume-b {
  cursor: pointer;
}
.grid-overlay {
  background: url("../img/bg/grid.png") 50% 0 repeat-y;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

/* END TEMP */

/* NAV */
.main-navigation:before,
.footer-navigation:before,
.main-navigation:after,
.footer-navigation:after {
  content: "";
  clear: both;
  display: table;
}

nav a {
  color: #707070;
}

nav .navbar-left {
  float: left;
  /*float: right;*/
}

nav .navbar-right {
  float: left;
}

nav .navigation-links a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: SofiaProBold !important;
}

nav .navigation-links li.active a:hover {
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .navigation-links a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
  bottom: -10px;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

nav .navigation-links a:hover:before {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s, transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s ease-out;
}

nav .navigation-links li:last-child {
  margin-right: 0;
}

nav .navigation-links li.active a {
  /*color: #FF0043;*/
  font-weight: bold;
}

nav .navigation-links li.active a:before {
  /*background-color: #FF0043;*/
}

nav .socials {
  margin-top: 6px;
}

.navigation-links.top-navigation-links {
  float: left;
  flex-grow: 1;
}
nav .navbar-right.top-socials {
  float: left;
}

/*nav .socials li {*/
/*margin-left: 46px;*/
/*}*/
#education {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  line-height: 1 !important;
}
nav .socials li a {
  font-size: 21px;
  position: relative;
  top: 0;
  -webkit-transition: color 0.5s, top 0.5s ease-out;
  transition: color 0.5s, top 0.5s ease-out;
}

nav .socials li a:hover {
  color: #ff0043;
  position: relative;
  top: -2px;
  -webkit-transition: color 0.2s, top 0.2s ease-out;
  transition: color 0.2s, top 0.2s ease-out;
}

nav .top-socials li a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
  bottom: -10px;
  left: 0px;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

nav .top-socials li a:hover:after {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s, transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s ease-out;
}

nav .top-socials li a:hover {
  color: #000;
  position: relative;
  top: 0;
}

.bg-5 nav .socials li a:hover {
  color: #f41f52;
}

nav.main-navigation .container {
  /*max-width: 940px;*/
  display: flex;
}
@media (max-width: 982px) {
  nav.main-navigation .container {
    display: block;
  }
}

nav.main-navigation {
  padding: 40px 20px 0;
}

nav.main-navigation li {
  display: inline-block;
}

nav.main-navigation .navigation-links li {
  margin-right: 106px;
  /*margin-right: calc(25vw - 112px);*/
}

/*nav.main-navigation .navigation-links li:last-child {*/
/*margin-right: 0;*/
/*}*/

nav.footer-navigation {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ff0043;
}
#works-social li {
  border: 2px solid #f41f52;
  background-color: #f41f52;
}
#works-social li a {
  color: white;
}
#works-social li a:hover {
  color: black;
}

nav.footer-navigation li {
  display: inline-block;
  margin-left: 48px;
}

nav.footer-navigation li:first-child {
  margin-left: 0;
}

nav.footer-navigation .socials {
  padding-left: 76px;
}

nav.footer-navigation .socials li {
  margin-left: 0;
  margin-right: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 35px;
  background-color: white;
  text-align: center;
}

nav.footer-navigation .socials li:last-child {
  margin-right: 0;
}

nav.fixed {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

.bg-5 nav .navigation-links li.active a {
  color: #f41f52;
}

.bg-5 nav .navigation-links li.active a:before {
  background: #f41f52;
}

/* END NAV */
.top-line {
  padding: 26px 0;
}

.top-line .left-bar,
.top-line .right-bar {
  float: left;
  width: 50%;
}

.top-line .left-bar {
}

.top-line .right-bar {
  text-align: right;
}

.top-line .socials {
}

.top-line .socials li {
  display: inline-block;
  margin-right: 33px;
  margin-top: 4px;
}

.top-line .socials li a {
  color: #fff;
  font-size: 21px;
}

.top-line .email-me {
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.bottom-line {
  bottom: 33px;
  position: absolute;
  width: 100%;
}

.bottom-line .copyright-holder {
  text-align: center;
}

.bottom-line .copyright-holder span {
  color: white;
  font-size: 20px;
  font-weight: 100;
  line-height: 19px;
  opacity: 0.4;
}

#underconstruction {
  /*height: 700px;*/
  overflow: hidden;
}

#underconstruction .content-holder {
  /* display: table; */
  /* height: calc(100% - 211px); */
  text-align: center;
}

#underconstruction .presentation {
  /*display: table-cell;*/
  pointer-events: none;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#underconstruction .presentation .main-logo-holder,
#underconstruction .presentation .main-description-holder {
  display: inline-block;
  padding: 0 26px;
  vertical-align: middle;
}

#underconstruction .presentation .main-logo-holder {
  /* text-align: right; */
  /*width: 324px;*/
}

#underconstruction .presentation .main-description-holder {
  padding-top: 35px;
  text-align: left;
}

#underconstruction .presentation .grand {
  color: white;
  font-size: 58px;
  font-weight: 700;
  line-height: 71px;
}

#underconstruction .presentation .small {
  color: white;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 31px;
}

/* MAIN-PRESENTATION */
#frame-logo {
  position: relative;
  height: 350px;
  width: 350px;
  z-index: 2;
}

#frame-logo a {
  display: block;
  margin: auto;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#frame-logo a img {
  display: block;
  margin: auto;
}

#frame-logo .blick {
  /*top: 15px;*/
  opacity: 0;
  transform: translateZ(2px);
}

#frame-logo:hover .blick {
  opacity: 1;
}

#frame-logo .frame-caption {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  font-family: "ChalkboardSE";
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}
#frame-logo .frame-caption .caption-arrow {
  position: absolute;
  bottom: 15px;
  left: -57px;
  width: 48px;
  height: 120px;
  box-shadow: none;
}

/* 3D HOVER */
.blick {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*background-image: -webkit-linear-gradient(14.5deg, transparent, rgba(255, 255, 255, 0.2) 55%, transparent 115%);*/
  /*background-image: linear-gradient(14.5deg, transparent, rgba(255, 255, 255, 0.2) 55%, transparent 115%);*/
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* END 3D HOVER */
section#main-presentation {
}

section#main-presentation .container {
  position: relative;
  z-index: 0;
}

section#main-presentation .content {
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

section#main-presentation .content-holder {
  /*bottom: 0;
    display: table;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;*/
  /*overflow: hidden;*/
  bottom: 223px;
  margin-top: -60px;
}

section#main-presentation .left-side,
section#main-presentation .right-side {
  float: left;
  text-align: left;
}

section#main-presentation .left-side {
  top: 15px;

  display: inline-block;
  position: relative;
  /*text-align: right;*/
  vertical-align: middle;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section#main-presentation .left-side.animated {
  pointer-events: none;
}

section#main-presentation .left-side:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#main-presentation .left-side img {
  -webkit-box-shadow: 0 0px 0px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0px 0px -10px rgba(0, 0, 0, 0.35);
  position: relative;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  width: 322px;
}
#click {
  position: relative;
  right: 58px;
  bottom: 36px;
}

section#main-presentation .left-side .pre-parallax,
section#main-presentation .left-side .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 20%;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  z-index: 2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* TODO uncomment it */
/*body.fixed section#main-presentation .left-side .pre-parallax {
	transform: translateZ(1px) !important;
	-webkit-transform: translateZ(1px) !important;
}
body.fixed section#main-presentation .left-side .parallax {
	transform: translateZ(2px) !important;
	-webkit-transform: translateZ(2px) !important;
}*/
section#main-presentation .left-side .pre-parallax {
  transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  z-index: 2;
}

section#main-presentation .left-side .parallax {
  transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  z-index: 3;
}

section#main-presentation .left-side:hover .parallax {
  transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#main-presentation .left-side:hover .pre-parallax {
  transform: translateZ(25px);
  -webkit-transform: translateZ(25px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#main-presentation .right-side {
  display: inline-block;
  margin-top: 86px;
  margin-left: 20px;
  max-width: 618px;
  vertical-align: middle;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

section#main-presentation h1 {
  color: black;
  font-weight: 700;
  line-height: 74px;
  font-size: 71px;
}

section#main-presentation h3 {
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 16px 66px -16px 0;
  margin-bottom: -16px;
  margin-top: 16px;
  text-align: right;
}

/* END MAIN-PRESENTATION */

/* CAPABILITIES */
section#capabilities {
  padding-top: 100px;
  padding-bottom: 122px;
  text-align: center;
  width: 100%;
}

section#capabilities .left-element,
section#capabilities .right-element {
  -webkit-box-shadow: 0 60px 65px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 60px 65px -20px rgba(0, 0, 0, 0.3);
  background-color: #ff0043;
  display: inline-block;
  padding: 73px 60px 62px 60px;
  text-align: left;
  width: 450px;
  vertical-align: top;
}

section#capabilities .cell {
  width: 50%;
}

section#capabilities .right-element {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

section#capabilities h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 57px;
  font-family: SofiaProBold !important;
  text-align: left;
}

section#capabilities ul {
  margin-top: 38px;
  padding-left: 3px;
}

section#capabilities li {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 21px;
  line-height: 27px;
  font-family: SofiaProRegular !important;
}

section#capabilities li span {
  overflow: hidden;
  display: block;
}

section#capabilities li:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 7px;
  margin-top: 9px;
  margin-right: 16px;
  vertical-align: top;
  width: 7px;
}

/*section#capabilities .left-element {}
section#capabilities .right-element {}*/

/* END CAPABILITIES */

/* CAPABILITIES SLIDER */
section#capabilities-slider {
  padding-top: 100px;
  padding-bottom: 62px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

#capabilities-slider .container {
  width: 100%;
}

#capabilities-slider .slider-viewport {
  /*overflow: hidden;*/
  margin: auto;
  width: 256px;
  width: calc(100% - 64px);
}

#capabilities-slider .slider-viewport .slider-holder {
  position: relative;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s, left 0.3s;
  transition: transform 0.3s, left 0.3s;
}

#capabilities-slider .slider-viewport .slider-holder:before,
#capabilities-slider .slider-viewport .slider-holder:after {
  content: "";
  clear: both;
  display: table;
}

section#capabilities-slider .slide {
  background-color: white;
  display: block;
  float: left;
  margin-right: 12px;
  padding: 46px 30px 26px 39px;
  text-align: left;
  vertical-align: top;
  width: 256px;
  width: 50vw;

  box-shadow: 0 24px 65px -20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 24px 65px -20px rgba(0, 0, 0, 0.45);
}

section#capabilities-slider h4 {
  font-size: 24px;
  line-height: 28px;
}

section#capabilities-slider ul {
  margin-top: 38px;
  padding-left: 3px;
}

section#capabilities-slider li {
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 21px;
}

section#capabilities-slider li span {
  overflow: hidden;
  display: block;
}

section#capabilities-slider li:before {
  background-color: #f41f52;
  border-radius: 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 7px;
  margin-top: 6px;
  margin-right: 16px;
  vertical-align: top;
  width: 7px;
}

section#capabilities-slider .paginator-holder {
  margin-top: 26px;
}

section#capabilities-slider .paginator-holder .page {
  background: #ef6183;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  height: 9px;
  width: 9px;
}

section#capabilities-slider .paginator-holder .page.active {
  background: #fff;
}

/* END CAPABILITIES SLIDER */

/* PORTFOLIO */
section#portfolio-presentation {
  padding-top: 197px;
  padding-bottom: 354px;
  text-align: center;
}
section#portfolio-presentation .heading-works {
  color: black;
  font-family: SofiaProBold !important;
  margin-bottom: 1em;
  text-align: center;
}

section#portfolio-presentation .container {
  font-size: 0;
}

section#portfolio-presentation .portfolio-label {
  color: black;
  display: inline-block;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  margin-left: 35px;
  position: relative;
  top: -49px;
  font-family: SofiaProBold;
}

section#portfolio-presentation .portfolio-label:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: -10px;
  background: #000;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

section#portfolio-presentation .portfolio-label:hover:before {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
}

section#portfolio-presentation .portfolio-item {
  display: inline-block;
  vertical-align: top;

  /*overflow: hidden;*/
  /*	-webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/

  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  -webkit-perspective: 2000px;
  perspective: 2000px;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section#portfolio-presentation .portfolio-item.animated {
  pointer-events: none;
}

section#portfolio-presentation .portfolio-item:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#portfolio-presentation .portfolio-item .shadow {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  height: 100%;
  width: 98%;
  -webkit-box-shadow: 0 70px 75px -20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 70px 75px -20px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateZ(-100px);
  transform: translateZ(-100px);
  z-index: 0;
}

section#portfolio-presentation .portfolio-item.wow.animated .shadow {
  -webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0);
  box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0);
  -webkit-transition: none;
  transition: none;
}

section#portfolio-presentation .portfolio-item.wow .shadow {
  -webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.63, 0.01, 1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.63, 0.01, 1, 1);
}

section#portfolio-presentation .portfolio-item a:hover {
  /*-webkit-box-shadow: 0 24px 65px -20px rgba(0,0,0,.85);*/
  /*box-shadow: 0 24px 65px -20px rgba(0,0,0,.85);*/
  /*-webkit-transform: translateY(-10px);*/
  /*transform: translateY(-10px);*/
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

section#portfolio-presentation .portfolio-item a {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  transform-origin: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

section#portfolio-presentation .portfolio-item a img {
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}

section#portfolio-presentation .portfolio-item a .pre-parallax,
section#portfolio-presentation .portfolio-item a .parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  z-index: 2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
section#portfolio-presentation .works-description {
  font-style: italic;
  color: #000;
  margin: 2rem 17.5rem 2rem 14rem;
}

/* TODO uncomment it */
/*body.fixed section#portfolio-presentation .portfolio-item a .pre-parallax {
	transform: translateZ(1px) !important;
	-webkit-transform: translateZ(1px) !important;
}
body.fixed section#portfolio-presentation .portfolio-item a .parallax {
	transform: translateZ(2px) !important;
	-webkit-transform: translateZ(2px) !important;
}*/

section#portfolio-presentation .portfolio-item a .parallax {
  transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  z-index: 3;
}

section#portfolio-presentation .portfolio-item a .pre-parallax {
  transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  z-index: 2;
}

section#portfolio-presentation .portfolio-item a:hover .parallax {
  transform: translateZ(85px);
  -webkit-transform: translateZ(85px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#portfolio-presentation .portfolio-item a:hover .pre-parallax {
  transform: translateZ(45px);
  -webkit-transform: translateZ(45px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

section#portfolio-presentation .portfolio-item .blick {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 2;
  background-image: -webkit-linear-gradient(
    14.5deg,
    transparent,
    rgba(255, 255, 255, 0.2) 55%,
    transparent 115%
  );
  background-image: linear-gradient(
    14.5deg,
    transparent,
    rgba(255, 255, 255, 0.2) 55%,
    transparent 115%
  );
  transform-origin: 50%;
  transform: translate3d(0, 0, 2px);
  -webkit-transform: translate3d(0, 0, 2px);
}
/*

section#portfolio-presentation .portfolio-item:hover .blick {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
*/

section#portfolio-presentation .portfolio-item img {
  /*min-height: 100%;*/
  position: relative;
  width: 100%;
  z-index: 2;
}

section#portfolio-presentation .portfolio-item.type-1 {
  margin-left: 0;
  /*height: 334px;*/
  /*width: 334px;*/
  height: 392px;
  width: 392px;
}

section#portfolio-presentation .portfolio-item.type-2 {
  margin-left: 67px;
  margin-right: 62px;
  /*height: 334px;*/
  /*width: 334px;*/
  height: 392px;
  width: 392px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/*section#portfolio-presentation .portfolio-item.type-3 {
	margin-left: 69px;
	margin-top: 83px;
}*/
section#portfolio-presentation .portfolio-item.type-3 {
  margin-left: 88px;
  margin-top: 70px;
  /*height: 268px;*/
  /*width: 268px;*/
  height: 314px;
  width: 314px;
  /*	-webkit-animation-delay: .4s;
        animation-delay: .4s;*/
}

section#portfolio-presentation .portfolio-item.type-4 {
  margin-left: 66px;
  margin-top: 70px;
  /*height: 400px;*/
  /*width: 400px;*/
  height: 470px;
  width: 470px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* END PORTFOLIO */

/* DEVICES */
section#devices {
  background-color: #ff0043;
  color: #fff;
}

section#devices .devices-illustration {
  max-width: 630px;
}

section#devices h2 {
  color: white;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  margin-top: 60px;
}

section#devices p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 2em;
}

/* END DEVICES */

/* EXPERIENCE */
section#experience {
  background-color: white;
  padding-top: 174px;
}

section#experience h2 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 166px;
}

section#experience .main-image-holder {
  margin-bottom: -122px;
  text-align: center;
}

section#experience .main-image-holder img {
  -webkit-box-shadow: 0 64px 65px -35px rgba(0, 0, 0, 0.35);
  box-shadow: 0 64px 65px -35px rgba(0, 0, 0, 0.35);
  width: 100%;
}

/* END EXPERIENCE */

/* ABOUT-TEXT */
section#about-text {
  padding-top: 88px;
  padding-bottom: 128px;
}

section#about-text p {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

/* END ABOUT-TEXT */

/* SUBSCRIBER */
.bg-5 section#subscriber {
  background-image: url("../img/bg/subscriber-bg-2.png");
}

.bg-5 section#subscriber .description-holder {
  background-color: #f41f52;
}

.bg-5 section#subscriber .subscriber-holder {
  border-color: #f41f52;
  width: 120%;
}

section#subscriber {
  background-color: #ff0043;
  /* background: url('../img/bg/footer_bg.svg') no-repeat -100% 0, linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 30%) no-repeat 50%; */
  background-position: right 0;
  /*padding-left: 112px;*/
  overflow: hidden;
  height: 218px;
}
section.puka {
  background-color: #fff !important;
}
#puka {
  background-color: #fff !important;
}
#modda {
  background-color: #ff0043 !important;
  width: 120%;
}
#modda h4,
#modda a {
  color: white !important;
}
#kuyya:hover {
  color: #ff0043;
}
section#subscriber.focused {
  background: url("../img/bg/subscriber-bg-1.png") no-repeat -100% 0,
    linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 29%,
        rgba(255, 255, 255, 1) 30%
      )
      no-repeat 50%;
  background-position: right 0;

  /*-webkit-transition: background .3s;*/
  /*transition: background .3s;*/
}

.bg-5 section#subscriber.focused {
  background: url("../img/bg/subscriber-bg-2.png") no-repeat -100% 0,
    linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 29%,
        rgba(255, 255, 255, 1) 30%
      )
      no-repeat 50%;
  background-position: right 0;
}

section#subscriber .subscriber-holder {
  /*     border-top: 6px solid #4d2ce0;
    border-left: 6px solid #4d2ce0; */
  display: block;
  /*position: relative;*/
}

section#subscriber .input-area {
  /*padding: 0 70px;*/
}

section#subscriber .input-area .subscribe-button {
  background: none;
  cursor: pointer;
  height: 76px;
  opacity: 0;
  padding: 0 14px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 14px;
  /*vertical-align: baseline;*/
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

section#subscriber.focused .input-area .subscribe-button {
  opacity: 1;
  background: #4d2ce0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section#subscriber .input-area .subscriber-mail-icon {
  background: none;
  cursor: pointer;
  display: inline-block;
  height: 76px;
  pointer-events: none;
  position: absolute;
  top: 7px;
  left: 78px;
}

section#subscriber .input-area form {
  display: inline-block;
  width: 100%;
}

section#subscriber .input-area input {
  background-color: transparent;
  border: none;
  color: snow;
  font-family: "Gotham Pro", sans-serif;
  font-size: 39px;
  font-weight: 300;
  height: 92px;
  line-height: 30px;
  outline: none;
  padding-left: 140px;
  width: 100%;
  cursor: pointer;
}

section#subscriber.focused .input-area input {
  /*border: 1px solid #000;*/
  /*transition: border .4s;*/
  background: #fff;
  color: black;
  padding-left: 70px;
}

.bg-5 section#subscriber.focused .subscribe-button {
  background: rgba(244, 31, 82, 1);
}

/*section#subscriber .input-area input ~ .subscribe-button:after {
	background: rgba(255,255,255,0);
	pointer-events: none;
	content: "";
	position: absolute;
	right: -800px;
	top: -10px;
	height: 92px;
	width: 1000px;
	z-index: 0;
}
section#subscriber .input-area input:focus ~ .subscribe-button:after {
	background: rgba(255,255,255,1);
}*/
section#subscriber .subscribe-button svg {
  z-index: 1;
}

section#subscriber .subscribe-button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*section#subscriber.focused .subscribe-button svg path {
	fill: #f41f52;
	-webkit-transition: all .3s;
	transition: all .3s;
}*/
section#subscriber .input-area input::-webkit-input-placeholder {
  color: snow;
  font-family: "Gotham Pro", sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 44px;
  opacity: 0.8;
  vertical-align: middle;
  -webkit-text-shadow: none;
  text-shadow: none;
}

section#subscriber .input-area input:-moz-placeholder {
  color: snow;
  font-family: "Gotham Pro", sans-serif;
  font-size: 39px;
  font-weight: 300;
  /*line-height: 44px;*/
  opacity: 0.8;
  vertical-align: middle;
}

section#subscriber .input-area input::-moz-placeholder {
  color: snow;
  font-family: "Gotham Pro", sans-serif;
  font-size: 39px;
  font-weight: 300;
  /*line-height: 44px;*/
  opacity: 0.8;
  vertical-align: middle;
}

section#subscriber .input-area input:-ms-input-placeholder {
  color: snow;
  font-family: "Gotham Pro", sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 44px;
  opacity: 0.8;
  vertical-align: middle;
}

section#subscriber .input-area:hover input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

section#subscriber .input-area:hover input:-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

section#subscriber .input-area:hover input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

section#subscriber .input-area:hover input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

section#subscriber.focused .input-area input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

section#subscriber.focused .input-area input:-moz-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

section#subscriber.focused .input-area input::-moz-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

section#subscriber.focused .input-area input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

section#subscriber .description-holder {
  background-color: #fff;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  height: 175px;
  line-height: 57px;
  padding: 24px 35px 0 70px;
  position: relative;
}

section#subscriber .description-holder:before {
  content: "";
  background: url(../img/icons/mail-1.svg) 0 0 no-repeat;
  left: 70px;
  top: -66px;
  opacity: 1;
  position: absolute;
  height: 36px;
  width: 48px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.3s;
}

section#subscriber.focused .description-holder:before {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.1s, transform 0.3s;
  transition: opacity 0.1s, transform 0.3s;
}

section#subscriber .description-holder a {
  color: #707070;
  font-size: 35px;
  font-weight: 300;
  line-height: 57px;
  position: relative;
  font-family: SofiaProRegular !important;
}

section#subscriber .description-holder a:before {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -10px;
  position: absolute;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

section#subscriber .description-holder a:hover:before {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
}

section#subscriber .description-holder h4 {
  max-width: 700px;
  font-family: SofiaProBold !important;
  font-size: 70px;
  font-weight: bold;
  color: #444444;
}

/* END SUBSCRIBER */

/* FACTS-BLOCK */

/* TODO add facts */
.facts-block {
}

.facts-block .link-type-1 {
  color: black;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
}

.facts-block {
  margin-top: 70px;
}

.facts-block .blockquote-holder .image-holder {
  border-radius: 50%;
  margin-top: 10px;
  height: 103px;
  width: 103px;
}

.facts-block .blockquote-holder .content-holder {
}

.facts-block .blockquote-holder .content-holder .user-name {
  margin-left: 130px;
}

.facts-block .blockquote-holder .content-holder .user-description {
  margin-left: 130px;
}

.facts-block .blockquote-holder .content-holder .comment-holder {
  margin-left: 130px;
}

.facts-block .fact {
  width: 33.1%;
  vertical-align: top;
  text-align: center;
  display: inline-block;
}

.facts-block .image-holder {
  margin-right: 27px;
}

#work-background-image {
  position: absolute;
  opacity: 0.1;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

#work-background-image img {
  height: 870px;
  /*min-height: 870px;*/
  min-width: 100%;
}

#works-item .facts-block p.user-name {
  font-family: "Gotham Pro", sans-serif;
  line-height: 30px;
  color: black;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 9px;
  padding-top: 5px;
}

#works-item .facts-block p.user-description {
  font-family: "Gotham Pro", sans-serif;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}

#works-item .facts-block .comment-holder p {
  color: #f41f52;
  font-family: "Gotham Pro", sans-serif;
  font-size: 33px;
  font-weight: 300;
  overflow: hidden;
  line-height: 44px;
}

#works-item .facts-block .facts-holder {
  margin-top: 91px;
  margin-bottom: 23px;
  font-size: 0;
}

#works-item .facts-block .facts-holder p {
  color: black;
  font-family: "Gotham Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

#works-item .facts-block .facts-holder p.big {
  color: black;
  font-family: "Gotham Pro", sans-serif;
  font-size: 60px;
  font-weight: 700;
}

#works-item .facts-block .form-group {
  text-align: center;
}

#works-item .facts-block .form-group a.link-type-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4d2ce0;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
}

#works-item .facts-block .form-group a.link-type-1:before {
  content: "";
  height: 5px;
  width: 100%;
  background: #4d2ce0;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#works-item .facts-block .form-group a:before {
  /*display: none;*/
}

#works-item .facts-block .form-group a.link-type-1:hover:before {
  content: "";
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#works-item .facts-block .mobile-app {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #f41f52;
  cursor: pointer;
  height: 84px;
  margin-left: 18px;
  padding: 9px 9px 9px 75px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 255px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#works-item .facts-block .mobile-app.app-2 {
  width: 281px;
}

#works-item .facts-block .mobile-app:hover {
  background: #f41f52;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#works-item .facts-block .mobile-app:hover span,
#works-item .facts-block .mobile-app:hover span.small,
#works-item .facts-block .mobile-app:hover i {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#works-item .facts-block .mobile-app .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 82px;
  width: 75px;
}

#works-item .facts-block .mobile-app .image-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#works-item .facts-block .mobile-app i {
  position: absolute;
  left: 26px;
  top: 14px;
  font-size: 54px;
  color: #f41f52;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#works-item .facts-block .mobile-app.app-2 i {
  font-size: 44px;
}

#works-item .facts-block .mobile-app span {
  color: #f41f52;
  font-family: "Gotham Pro", sans-serif;
  font-size: 28px;
  line-height: 27px;
  font-weight: 700;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#works-item .facts-block .mobile-app span.small {
  color: #f41f52;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  vertical-align: top;
  min-width: 140px;
  display: inline-block;
}

#works-item .facts-block .form-group .link-type-1 {
  margin-bottom: 49px;
}

#works-item .facts-block .form-group.mobile-apps {
  padding-left: 20px;
  margin-top: 49px;
  margin-bottom: 40px;
}

/* END FACTS-BLOCK */

/* 404 */
section#page-404 {
  color: #000;
  text-align: center;
}

section#page-404 .container {
  overflow: hidden;
  height: 100vh;
}

section#page-404 .logo {
  display: inline-block;
  margin-top: 79px;
}

section#page-404 h1 {
  margin-top: 38px;
  color: black;
  font-size: 164px;
  font-weight: 700;
  line-height: 160px;
}

section#page-404 h4 {
  color: black;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
}

section#page-404 .to-main-page {
  border-radius: 0;
  border: 3px dashed #f41f52;
  outline: 3px solid transparent;
  outline-offset: -3px;
  color: #f42752;
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 80px;
  margin-top: 53px;
  padding: 0 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#page-404 .to-main-page:hover {
  outline-color: #f41f52;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

section#page-404 .illustration {
  bottom: 0;
  display: block;
  position: fixed;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-580px);
  transform: translateX(-580px);
}

/* END 404 */

/* BLOG */
section#blog-header {
  padding-top: 185px;
}

section#blog-header h1 {
  color: white;
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
  text-align: center;
}

section#blog-header h4 {
  color: white;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: -115px;
  padding-left: 32px;
  padding-right: 32px;
}

section#blog-articles {
  overflow: hidden;
  padding-top: 203px;
  padding-bottom: 96px;
}

section#blog-articles .container {
  /*	max-width: 1440px;
        width: auto;*/
  /*width: calc(100% - 220px);*/
}

section#blog-articles .articles-holder {
  text-align: justify;
  margin-left: -48px;
  margin-right: -48px;
}

section#blog-articles .articles-holder .article {
  background: #fff;
  /*display: inline-block;*/
  float: left;
  margin: 0 64px 135px;
  text-align: left;
  width: 320px;
  -webkit-box-shadow: 0 44px 65px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 44px 65px -20px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section#blog-articles .articles-holder .article.animated {
  pointer-events: none;
}

section#blog-articles .articles-holder .article:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  /*-webkit-animation: none !important;*/
  /*animation: none !important;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: none;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

section#blog-articles .articles-holder .article.wow:hover {
  /*-webkit-transform: translateY(0) !important;*/
  /*transform: translateY(0) !important;*/
}

section#blog-articles .articles-holder .article * {
  pointer-events: none;
}

section#blog-articles .articles-holder .article:hover h4 {
  color: #f41f52;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

section#blog-articles .articles-holder .article .image-holder {
  height: 320px;
  width: 320px;
}

section#blog-articles .articles-holder .article .description-holder {
  overflow: hidden;
  margin-bottom: 44px;
  height: 288px;
  position: relative;
}

section#blog-articles .articles-holder .article h4 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 45px;
  padding: 0 26px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

section#blog-articles .articles-holder .article p {
  color: #535353;
  margin-top: 27px;
  padding: 0 26px;
  font-family: Garamond, sans-serif;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

section#blog-articles .load-more {
  background: none;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

section#blog-articles .load-more:hover {
  color: #f41f52;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

section#works-articles .load-more:hover {
  color: #4d2ce0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

section#blog-item-header {
  color: white;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -2px;
  padding-top: 160px;
  padding-bottom: 479px;
}

section#blog-item-header .container {
  max-width: 800px;
}

section#blog-item {
  background: #fff;
}

section#blog-item .blog-item-page {
  background: #fff;
  color: black;
  margin: auto;
  padding: 0 71px;
  position: relative;
  width: 800px;
  width: calc(100vw - 220px);
}

section#blog-item ul.socials {
  padding-top: 6px;
  position: absolute;
  right: -62px;
  top: 0;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  z-index: 2;
}

section#blog-item ul.socials li {
  cursor: pointer;
  background: #fff;
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
  height: 58px;
  width: 58px;
}

section#blog-item ul.socials li a {
  display: inline-block;
  color: #656565;
  line-height: 58px;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

section#blog-item ul.socials li a:hover {
  color: #f41f52;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

section#blog-item ul.socials li:before {
  display: none;
}

section#blog-item .blog-item-page:first-child {
  padding-bottom: 0;
  margin-top: -310px;
  padding-top: 95px;
}

section#blog-item .blog-item-page:first-child h3 {
  margin-top: 0;
}

section#blog-item .blog-item-page:last-child {
  padding-top: 0;
  padding-bottom: 60px;
  margin-bottom: -310px;
  z-index: 1;
}

section#blog-item .blog-item-page:last-child ul.socials {
  bottom: -4px;
  top: auto;
  margin-bottom: 0;
}

section#blog-item iframe {
  /*margin-bottom: 66px;*/
  height: 530px;
  width: 100%;
}

section#blog-item h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  /*margin-top: 60px;*/
  margin-bottom: 41px;
}

section#blog-item p {
  color: #656565;
  font-family: "Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

section#blog-item p a {
  color: #f41f52;
  font-family: "Garamond", serif;
  position: relative;
  font-size: 24px;
  white-space: nowrap;
}

section#blog-item p a:after {
  background: #f41f52;
  bottom: -2px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

section#blog-item p a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
}

section#blog-item img {
  width: 100%;
}

section#blog-item blockquote {
  background: url("../img/icons/blockquote.svg") 0 0 no-repeat;
  color: #272727;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 80px;
  padding: 6px 40px 0;
}

section#blog-item img {
  display: block;
  margin-bottom: 58px;
  margin-top: 58px;
  margin-bottom: 0;
  margin-top: 0;
}

section#blog-item ul {
  margin-top: -6px;
  margin-bottom: 58px;
}

section#blog-item ul li {
  color: #656565;
  font-size: 24px;
  font-family: "Garamond";
  font-weight: 400;
  line-height: 46px;
}

section#blog-item ul li:before,
section#works-item ul li:before {
  background-color: #f41f52;
  border-radius: 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 7px;
  margin-top: 18px;
  margin-right: 16px;
  vertical-align: middle;
  width: 7px;
}

section#blog-item ul li span,
section#works-item ul li span {
  display: block;
  overflow: hidden;
}

section#blog-item table {
  border-collapse: collapse;
  border-radius: 6px;
  color: #656565;
  margin-bottom: 58px;
  font-family: "Garamond";
  font-size: 24px;
  width: 100%;
}

section#blog-item .table-holder table {
  margin-bottom: 0;
}

section#blog-item .table-holder {
  margin-bottom: 58px;
  overflow: auto;
}

section#blog-item table td {
  border: 1px solid #a7a7a7;
  padding: 30px;
  color: rgb(101, 101, 101);
  font-family: "Garamond", serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

section#blog-item table tr td:nth-child(1) {
  text-align: left;
}

section#blog-item table tr td:nth-child(2) {
  text-align: center;
}

section#blog-item table tr td:nth-child(3) {
  text-align: right;
}

section#blog-item .blog-item-page .color {
  color: #f41f52;
}

section#blog-item ~ #blog-articles {
  padding-top: 558px;
}

/* END BLOG */

/* WORKS */
section#works-header {
  padding-top: 185px;
}

section#works-header h1 {
  color: white;
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
}

section#works .header-addition {
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 78px;
}

section#works-articles {
  overflow: hidden;
  padding-top: 203px;
  padding-bottom: 96px;
}

section#works-articles .articles-holder {
  text-align: center;
  margin: 0 -16px;
  position: relative;
  z-index: 0;
}

section#works-articles .articles-holder .link-holder,
section#works-articles .articles-holder a {
  display: block;
  position: relative;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  margin: 0;
  top: 0;
}

section#works-articles .articles-holder .article:hover .link-holder,
section#works-articles .articles-holder .article:hover a {
  will-change: transform;
}

section#works-articles .articles-holder .article {
  display: block;
  float: left;
  margin: 0 16px 135px;
  text-align: left;
  width: 240px;
  /*-webkit-box-shadow: 0 24px 65px -20px rgba(0,0,0,.85);*/
  /*box-shadow: 0 24px 65px -20px rgba(0,0,0,.85);*/
  position: relative;
  z-index: 1;
  /*-webkit-perspective: 1400px;*/
  /*perspective: 1400px;*/
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section#works-articles .articles-holder .article:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#works-articles .articles-holder .article.animated {
  pointer-events: none;
}

section#works-articles .articles-holder .article .link-holder,
section#works-articles .articles-holder .article a {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /*perspective: 1280px;*/
  /*-webkit-perspective: 1280px;*/
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

section#works-articles .articles-holder .article .shadow {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(-100px);
  transform: translateZ(-100px);
  z-index: 0;
  -webkit-transition: box-shadow 0.5s 0.5s cubic-bezier(0.63, 0.01, 1, 1);
  transition: box-shadow 0.5s 0.5s cubic-bezier(0.63, 0.01, 1, 1);
}

section#works-articles .articles-holder .article.wow.animated .shadow {
  -webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0);
  box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0);
  -webkit-transition: none;
  transition: none;
}

section#works-articles .articles-holder .article.wow .shadow {
  -webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 66px 75px -10px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.63, 0.01, 1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.63, 0.01, 1, 1);
}

/*section#works-articles .articles-holder .article:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-moz-transform: none;
}*/
section#works-articles .articles-holder .article .image-holder,
section#works-articles .articles-holder .article img {
  height: 240px;
  width: 240px;

  overflow: visible;

  perspective: 1000px;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
}

section#works-articles .articles-holder .article img {
  /*-webkit-transform-style: preserve-3d;*/
  /*transform-style: preserve-3d;*/
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

section#works-articles .articles-holder .article .pre-parallax,
section#works-articles .articles-holder .article .parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  z-index: 2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* TODO uncomment it */
/*body.fixed section#works-articles .articles-holder .article .pre-parallax {
	transform: translateZ(1px) !important;
	-webkit-transform: translateZ(1px) !important;
}
body.fixed section#works-articles .articles-holder .article .parallax {
	transform: translateZ(2px) !important;
	-webkit-transform: translateZ(2px) !important;
}*/

section#works-articles .articles-holder .article .parallax {
  transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  z-index: 3;
}

section#works-articles .articles-holder .article .pre-parallax {
  transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  z-index: 2;
}

section#works-articles .articles-holder .article:hover .parallax {
  transform: translateZ(40px);
  -webkit-transform: translateZ(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#works-articles .articles-holder .article:hover .pre-parallax {
  transform: translateZ(25px);
  -webkit-transform: translateZ(25px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#works-articles .articles-holder .article .description-holder {
  overflow: hidden;
  margin-bottom: 60px;
  height: 288px;
  position: relative;
}

section#works-articles .articles-holder .article h4 {
  margin-top: 45px;
  line-height: 32px;
  padding: 0 42px;
  color: black;
  font-size: 24px;
  font-weight: 700;
}

section#works-articles .articles-holder .article p {
  margin-top: 27px;
  padding: 0 42px;
}

section#works-articles .articles-holder .article .blick {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

section#works-articles .articles-holder .article:hover .blick {
  opacity: 0.7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section#works-articles .load-more {
  background: none;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

section#works-item-header {
  color: white;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -2px;
  padding-top: 86px;
  /*padding-bottom: 167px;*/
  padding-bottom: 462px;
}

section#works-item-header img {
  max-height: 110px;
  margin-bottom: 20px;
  width: 77px;
}

section#works-item-header .container {
  max-width: 940px;
  padding-left: 140px;
}

section#works-item {
  background: #fff;
}

section#works-item .blog-item-page {
  background: #fff;
  color: black;
  margin: auto;
  padding: 0 71px;
  position: relative;
  width: 800px;
  width: calc(100vw - 220px);
}

section#works-item p a {
  color: #f41f52;
  position: relative;
  font-size: 20px;
  white-space: nowrap;
}

section#works-item p a:after {
  background: #f41f52;
  bottom: -2px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

section#works-item p a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
}

section#works-item ul.socials {
  padding-top: 6px;
  position: absolute;
  right: -62px;
  top: 0;
  z-index: 2;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

section#works-item ul.socials li {
  background: #fff;
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
  height: 58px;
  width: 58px;
}

section#works-item ul.socials li a {
  display: inline-block;
  cursor: pointer;
  line-height: 58px;
  color: #656565;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section#works-item ul.socials li a:hover {
  color: #f41f52;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section#works-item ul.socials li:before {
  display: none;
}

section#works-item .blog-item-page:first-child {
  padding-bottom: 0;
  margin-top: -310px;
  padding-top: 95px;
}

section#works-item .blog-item-page:first-child h3 {
  margin-top: 0;
}

section#works-item .blog-item-page:last-child {
  padding-top: 0;
  padding-bottom: 60px;
  margin-bottom: -310px;
  z-index: 1;
}

section#works-item .blog-item-page:last-child ul.socials {
  bottom: -4px;
  top: auto;
  margin-bottom: 0;
}

section#works-item iframe {
  /*margin-bottom: 66px;*/
  height: 530px;
  width: 100%;
}

section#works-item h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  /*margin-top: 60px;*/
  margin-bottom: 41px;
}

section#works-item p {
  color: #656565;
  font-family: "Gotham Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}

/*section#works-item .full-width {*/
section#works-item img {
  width: 100%;
}

section#works-item blockquote {
  background: url("../img/icons/blockquote.svg") 0 0 no-repeat;
  color: #272727;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 80px;
  padding: 6px 40px 0;
}

section#works-item img {
  display: block;
  margin-bottom: 58px;
  margin-top: 58px;
  margin-bottom: 0;
  margin-top: 0;
}

section#works-item ul {
  margin-top: -6px;
  margin-bottom: 58px;
}

section#works-item ul li {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
}

section#works-item ul li:before {
  background-color: #f41f52;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 16px;
  vertical-align: middle;
  width: 7px;
}

section#works-item .table-holder {
  margin-bottom: 80px;
}

section#works-item table {
  border-collapse: collapse;
  border-radius: 6px;
  width: 100%;
}

section#works-item table td {
  border: 1px solid #a7a7a7;
  padding: 30px;
  color: #656565;
  font-family: "Gotham Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

section#works-item table tr td:nth-child(1) {
  text-align: left;
}

section#works-item table tr td:nth-child(2) {
  text-align: center;
}

section#works-item table tr td:nth-child(3) {
  text-align: right;
}

section#works-item .blog-item-page .color {
  color: #f41f52;
}

section#works-item .blog-item-page .color:hover {
  text-decoration: underline;
}

section#works-item ~ #works-articles {
  padding-top: 527px;
}

/* END WORKS */

/* WORKS AND BLOG */

section#works-articles .articles-holder .article .description-holder:after,
section#blog-articles .articles-holder .article .description-holder:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

/* END WORKS AND BLOG */

/* BLOCKQUOTE */

.blockquote-holder {
  position: relative;
}

.blockquote-holder .image-holder {
  position: absolute;
  width: 174px;
}

section#works-item .blockquote-holder .image-holder img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.blockquote-holder .user-name {
  opacity: 0.8;
  line-height: 30px;
  color: black;
  font-size: 30px;
  font-weight: 700;
}

.blockquote-holder .user-description {
  opacity: 0.8;
  line-height: 30px;
  color: #717171;
  font-size: 20px;
  font-weight: 400;
}

.blockquote-holder .comment-holder {
  color: #f41f52;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

/* END BLOCKQUOTE */

/* MOBILE */
.navbar-toggle {
  background: none;
  cursor: pointer;
  overflow: auto;
  padding: 10px;
  position: fixed;
  top: 16px;
  left: 22px;
  z-index: 2;
}

.navbar-toggle .icon-bar {
  pointer-events: none;
  background: #ff0043;
  display: block;
  margin-bottom: 5px;
  height: 3px;
  width: 25px;
}

.close-lightbox {
  background: none;
  bottom: 50px;
  cursor: pointer;
  left: 50%;
  margin-left: -14px;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  font-size: 25px;
  color: #ff0043;
  transition: opacity 0.4s;

  -webkit-transition: opacity 0.4s;
}

.close-lightbox:hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.close-lightbox img {
  pointer-events: none;
  height: 30px;
  width: 30px;
}

.mobile-menu {
  background: rgba(0, 0, 0, 0.9);
  /*display: none;*/
  overflow: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  -webkit-transition: opacity 0.3s ease-out, transform 0.2s, visibility 0.4s;
  transition: opacity 0.3s ease-out, transform 0.2s, visibility 0.4s;
}

.mobile-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: #fff;
  border: none;
}

.mobile-menu.opened {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale(1, 1) translateZ(100px);
  transform: scale(1, 1) translateZ(100px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.mobile-menu .modal-content {
  -webkit-transform: scale(1, 1) rotateX(0deg);
  transform: scale(1, 1) rotateX(0deg);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.mobile-menu.opened .modal-content {
  -webkit-transform: scale(1.8, 1.8) rotateX(50deg);
  transform: scale(1.8, 1.8) rotateX(50deg);
  -webkit-transition: opacity 0.3s ease-out, transform 0.3s, visibility 0.4s;
  transition: opacity 0.3s ease-out, transform 0.3s, visibility 0.4s;
}

.mobile-menu ul {
  position: absolute;
  padding-bottom: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-menu li {
  text-align: center;
}

.mobile-menu li a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  padding: 10px 0;
}

.mobile-menu li.active a {
  color: #f41f52;
}

/* END MOBILE */

/* MAIN-POPUP */
#main-modal {
  text-align: center;
}

#main-modal .container {
  overflow: auto;
  position: relative;
  height: 100%;
  display: table;
  width: 100%;
}

#main-modal .container:before {
  display: none;
}

#main-modal .container .content-holder {
  padding: 38px 28px;
  /*position: absolute;*/
  display: table-cell;
  vertical-align: middle;
  /*top: 50%;*/
  width: 100%;
  /*-webkit-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
}

#main-modal p {
  color: black;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

#main-modal b {
  display: block;
  margin-top: 40px;
}

#main-modal a {
  color: #f41f52;
  position: relative;
}

#main-modal a:after {
  background: #f41f52;
  bottom: -2px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  height: 3px;
  width: 100%;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

#main-modal a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
}

#main-modal a.buttom-holder {
  color: #f41f52;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  bottom: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* END MAIN-POPUP */

/* FIXES */
.redactor-editor,
.redactor-box {
  background: transparent !important;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: #4d2ce0 !important;
}

.client-ios {
}

.client-ios .wow {
  -webkit-animation: none;
  animation: none;
}

.client-ios section#subscriber.focused .input-area .subscribe-button {
  top: 6px;
}

@media screen and (min-width: 480px) {
  .client-ios section#subscriber.focused .input-area .subscribe-button {
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  section#portfolio-presentation .works-description {
    margin: 2rem;
  }
}

.client-ios section#subscriber.focused .input-area .subscribe-button {
  top: 6px;
}

.client-ie {
}

.client-ie section#subscriber .input-area .subscribe-button {
  top: 8px;
}

.client-ie section#subscriber .input-area .subscribe-button svg {
  margin-top: 10px;
}

.client-ie section#works-articles .articles-holder .article {
  height: 300px;
}

.client-ie section#works-articles .articles-holder .article .link-holder,
.client-ie section#works-articles .articles-holder .article a {
  /*height: 0;*/
  /*position: absolute;*/
  /*top: 60px;*/
  z-index: 1;
}

body.client-moz {
}

body.client-moz #main-modal {
  overflow: hidden;
}

/* END FIXES */

/* POP-UPs */
#result {
  cursor: pointer;
}

#result input {
  display: none;
}

#result .error,
#result .success {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  -webkit-animation: scaleInA 0.3s;
  animation: scaleInA 0.3s;
}

#result .success .content-helper,
#result .error .content-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 1);
  padding: 90px 100px 76px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 49px 58px -19px rgba(0, 0, 0, 0.25);
}

#result .error .content-holder,
#result .success .content-holder {
  position: static;
  text-align: center;
  /*	top: 50%;
        left: 50%;*/
  /*	-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
}

#result.clothing .content-helper {
  -webkit-transform: scale(2) translate(-25%, -25%);
  transform: scale(2) translate(-25%, -25%);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

#result h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 25px;
}

#result .error h3 {
  color: #f41f52;
}

#result .success h3 {
  color: #4d2ce0;
}

#result p {
  color: black;
  font-family: "Gotham Pro";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

li.tel a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin-left: 67px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
}

/* #subscriber hidden{
    display: none;
} */
/* END POP-UPs */
