@font-face {
  font-family: 'Syncopate script=latin rev=2';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/syncopate/v7/pDM9CVwNx1ufBHCEatJA3JBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
@font-face {
  font-family: 'Syncopate script=latin rev=2';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
body {
  font-family: 'Syncopate script=latin rev=2', sans-serif;
  color: white; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 300; }
  .header div.brand {
    z-index: 3;
    padding-left: 40px; }
    .header div.brand h1 {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 0; }
    .header div.brand h2 {
      font-size: 12px;
      font-weight: bold;
      margin-top: 0; }
  .header ul.nav {
    list-style: none; }
    .header ul.nav li {
      font-size: 12px; }
      .header ul.nav li a {
        text-decoration: none;
        color: inherit;
        position: relative; }
        .header ul.nav li a::before, .header ul.nav li a::after {
          content: "";
          position: absolute;
          height: 1px;
          width: 40px;
          border-bottom: 1px solid white;
          top: 20%; }
        .header ul.nav li a::before {
          left: -50px;
          transition: all 0.5s ease; }
        .header ul.nav li a::after {
          right: -50px; }
        .header ul.nav li a:hover::before {
          width: calc(100% + 100px);
          transition: all 0.5s ease; }
  .header .scroll {
    position: absolute;
    top: 101px;
    margin-top: -1px;
    height: 5px;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .header .scroll {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg); } }
    @media screen and (max-width: 48em) {
      .header .scroll {
        top: 1px;
        background-color: white; } }
    .header .scroll .caret {
      width: 10%;
      height: 100%;
      background-color: #e63333; }

.slanted-header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  background-color: rgba(14, 14, 15, 0.68); }
  .slanted-header::before {
    content: "";
    width: 100%;
    background-color: inherit;
    height: 100px;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 48em) {
      .slanted-header::before {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
        border-bottom: 5px solid #f7f2f0; } }
    @media screen and (max-width: 48em) {
      .slanted-header::before {
        height: 76px;
        background-color: transparent; } }
  .slanted-header .background {
    height: 76px;
    background-color: inherit; }
  .slanted-header .download {
    transform: rotate(90deg);
    transform-origin: left top 0; }

body {
  overflow-x: hidden;
  background: url(../img/Black-Background-Full-Screennbspfond-ecran-hd1.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-position-x: center;
  background-position-y: top; }

div.background {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: -20px;
  overflow-x: hidden; }
  div.background .image {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/ElenaPushkarblackNew.jpg) no-repeat center center;
    background-size: cover; }

div.resume {
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 17px;
  transform: rotate(90deg);
  transform-origin: top right; }
  div.resume a {
    text-decoration: none;
    color: #c7c7c7; }

@media screen and (max-width: 48em) {
  div.main {
    overflow-x: hidden; } }
div.main h3 {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase; }
div.main h4 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase; }
div.main p {
  font-family: 'Forum', cursive; }
div.main .content {
  text-align: center; }
div.main article.content {
  padding: 40px; }
div.main article.about {
  position: relative; }
  div.main article.about div.border {
    border-left: 5px solid #f7f2f0;
    border-radius: 5px;
    border-right-color: transparent;
    margin: 20px 0 20px 20px;
    padding: 20px 40px 5% 20px;
    position: relative; }
    div.main article.about div.border::before, div.main article.about div.border::after {
      content: "";
      position: absolute;
      width: 25%;
      left: 0;
      border-top: 5px solid #f7f2f0; }
    div.main article.about div.border::before {
      top: 0; }
    div.main article.about div.border::after {
      bottom: 0; }
    div.main article.about div.border div.slanted {
      position: absolute;
      height: 5px;
      width: 100%;
      left: 25%;
      z-index: 1;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      -o-transform: rotate(-2deg);
      transform: rotate(-2deg); }
      div.main article.about div.border div.slanted:first-child {
        border-top: 5px solid #f7f2f0;
        top: 0; }
        div.main article.about div.border div.slanted:first-child::after {
          content: "";
          height: 100px;
          position: absolute;
          width: 100%; }
        div.main article.about div.border div.slanted:first-child::before {
          content: "";
          height: 20px;
          position: absolute;
          width: 100%;
          top: -25px; }
      div.main article.about div.border div.slanted:last-child {
        border-bottom: 5px solid #f7f2f0;
        bottom: 0; }
    div.main article.about div.border div.content {
      position: relative;
      font-size: 22px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
div.main article.portfolio {
  margin-bottom: 50px; }
  @media screen and (max-width: 48em) {
    div.main article.portfolio.content {
      padding: 0; } }
  div.main article.portfolio h6 {
    margin: 0; }
  div.main article.portfolio h4 {
    margin: 10px; }
    div.main article.portfolio h4 span {
      border-bottom: 1px solid #e63333;
      padding-bottom: 5px;
      display: inline-block;
      margin-bottom: 10px; }
  div.main article.portfolio .row {
    margin-bottom: 15px; }
  div.main article.portfolio img {
    width: 100%;
    box-shadow: 11px 9px 37px 6px black; }
  div.main article.portfolio .img {
    position: relative;
    opacity: 0; }
    div.main article.portfolio .img .border {
      position: absolute;
      z-index: 1;
      border: 2px solid;
      background: no-repeat center center;
      width: 100%; }
      div.main article.portfolio .img .border.adelante {
        background-image: url(../img/AdelanteLogo.png);
        border-color: #f1edeb;
        top: 30px;
        bottom: -35px;
        left: -40px;
        right: 30px;
        background-size: contain; }
      div.main article.portfolio .img .border.feel-me-now {
        background-size: contain;
        border-color: #0074c8;
        top: 20px;
        bottom: -20px;
        left: 30px;
        right: -10px; }
      div.main article.portfolio .img .border.bridal-addict {
        background-image: url(../img/BridalAddictLogo.png);
        background-size: contain;
        border-color: #7c836f;
        top: 20px;
        bottom: -20px;
        left: 30px;
        right: 30px; }
      div.main article.portfolio .img .border.tetiana-gaidar {
        border-color: #651bc1;
        top: 30px;
        bottom: -30px;
        left: -30px;
        right: 30px; }
      div.main article.portfolio .img .border.savvy-speaker {
        border-color: #fc4f3f;
        top: 20px;
        bottom: -30px;
        left: -20px;
        right: 30px; }
  div.main article.portfolio .portfolio-space {
    height: 44px; }
    div.main article.portfolio .portfolio-space.xs {
      height: 19px; }
div.main article.education {
  background-repeat: repeat;
  background-position: center top;
  background-position-x: center;
  background-position-y: top;
  color: White;
  padding: 20px 15%; }
  div.main article.education .row {
    text-align: left;
    padding-bottom: 3%; }
  div.main article.education .fa {
    color: #e63333; }
div.main article.skills .row.middle-xs {
  height: 100%; }
div.main article.skills .skills-icons {
  padding-left: 10%;
  text-align: left;
  width: 80%;
  text-align: justify; }
div.main article.skills .skills-icons:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 85%;
  left: 7.5%;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 0; }
div.main article .pie {
  position: relative;
  background: url(../img/PieChart.png) no-repeat center center;
  background-size: contain; }
  div.main article .pie .box {
    height: 100%;
    min-height: 266px; }
    div.main article .pie .box span {
      display: block;
      position: absolute; }
      div.main article .pie .box span.coder {
        left: calc(50% - 100px);
        top: 30%;
        color: #e63333; }
      div.main article .pie .box span.designer {
        right: calc(50% - 90px);
        bottom: 40%;
        color: white; }
div.main.contact {
  margin-top: 100px; }
  div.main.contact a {
    padding: 50px;
    display: block;
    border: 1px solid silver;
    text-decoration: none;
    color: white;
    margin-bottom: 100px;
    border-radius: 15px; }
  div.main.contact a:hover {
    background: transparent;
    color: white; }

#contact {
  width: 100%;
  background-color: #111;
  overflow: hidden;
  padding-bottom: 100px; }

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  letter-spacing: 6px;
  color: #fff; }

.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 800px; }

/* Begin Left Contact Page */
input#name:focus, input#email:focus, textarea.form-control {
  outline-color: #cc2a2d; }

.form-horizontal {
  float: left;
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
  margin-top: 30px; }

.form-control, textarea {
  max-width: 400px;
  background-color: #111;
  color: #fff;
  letter-spacing: 1px; }

.send-button {
  margin-top: 23px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out; }

.button {
  width: 400px;
  height: 42px;
  transition: all .2s ease-in-out;
  outline: none; }

.button.active.focus, .button.active:focus, .button.focus, .button:active.focus, .button:active:focus, .button:focus {
  outline-color: transparent;
  outline-style: none; }

.send-text {
  display: block;
  margin-top: 10px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px; }

.button:hover {
  transform: translate3d(0px, -26px, 0px);
  color: black; }

/* Begin Right Contact Page */
.direct-contact-container {
  margin-top: 5px; }

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px; }

.list-item {
  line-height: 4;
  color: #aaa; }

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb; }

.place {
  margin-left: 62px; }

.phone {
  margin-left: 56px; }

.gmail {
  margin-left: 53px; }

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s; }

.contact-text a:hover {
  color: #fff;
  text-decoration: none; }

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%; }

.social-media-list li a {
  color: #fff; }

.social-media-list li {
  position: relative;
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #1b1b1b;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out; }

.social-media-list li:hover {
  background-color: #cc2a2d; }

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); }

.social-media-list li:hover a {
  color: #111; }

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center; }

hr {
  border-color: rgba(255, 255, 255, 0.8); }

.title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #969796; }

.bar {
  width: 90%;
  height: 29px;
  background: #ffffff3d;
  border-radius: 5px;
  position: relative;
  transition: all 2s linear; }

.bar-1,
.my-skills {
  width: 80%;
  margin: 10px auto 25px; }

.bar-inner {
  width: 0;
  height: 29px;
  line-height: 29px;
  background: #cc2a2d;
  border-radius: 5px 0 0 5px; }

.bar-percent {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 16px;
  color: #b8bbbe; }

/* index-new */
.project {
  min-height: 300px; }
  .project.cme {
    background: url(../img/Adelante1.jpg); }
  .project.adelantef {
    background-image: ".../img/Adelante1.jpg"; }

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
  .section-header {
    font-size: 65px; }

  .direct-contact-container, .form-horizontal {
    float: none;
    margin: 10px auto;
    width: 400px; }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px; }

  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px; }

  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px; } }
@media screen and (max-width: 569px) {
  .section-header {
    font-size: 50px; }

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto; }

  .form-control, textarea {
    max-width: 340px;
    margin: 0 auto; }

  .name, .email, textarea {
    width: 280px; }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px; }

  .social-media-list {
    left: 0; }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem; }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px; } }
@media screen and (max-width: 410px) {
  .send-button {
    width: 99%; } }

/*# sourceMappingURL=epushkar.css.map */
