@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0); }
  45% {
    transform: translate3d(0, 0, 0); }
  55% {
    transform: translate3d(0, 50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); } }
.mw-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.mw-flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch; }

.mw-flex-box .mw-flex-box-item-1 {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1; }

.mw-flex-box .mw-flex-box-item-2 {
  display: block;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -ms-flex: 2; }

.mw-flex-box .mw-flex-box-item-3 {
  display: block;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -ms-flex: 3; }

.mw-flex-box .mw-flex-box-item-4 {
  display: block;
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  box-flex: 4;
  -ms-flex: 4; }

.mw-flex-box .mw-flex-box-item-5 {
  display: block;
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  box-flex: 5;
  -ms-flex: 5; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #111;
  font-size: 14px; }

h1,
h2,
h3 {
  font-weight: 600; }

h2 {
  font-size: 28px; }
  h2 .yl {
    font-weight: 300;
    color: #bda14f; }

h3 {
  font-size: 22px;
  margin-bottom: 10px; }

a {
  color: #bda14f; }

p {
  color: #666; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; }

.wrapper {
  max-width: 966px;
  padding: 0 20px;
  margin: auto; }

.arrow {
  display: inline-block; }
  .arrow.down {
    background: transparent url("../icons/ab1.png") left top no-repeat;
    height: 12px;
    width: 30px; }

.jump {
  animation-name: jump;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.one {
  float: left;
  width: 33.33%; }

.half {
  float: left;
  width: 50%; }

#hero {
  background: transparent url("../images/new-hero.jpg") center center no-repeat;
  min-height: 600px;
  background-size: cover;
  position: relative;
  padding-top: 140px; }
  #hero h1 {
    line-height: 120%; }
  #hero .wrapper {
    max-width: 760px; }
  #hero .cta {
    margin-top: 5px; }
    #hero .cta .button {
      background-color: #bda14f;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      padding: 10px 18px;
      margin-right: 6px;
      border-radius: 4px;
      border: 0 none;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px; }
  #hero .arrow {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -12px;
    z-index: 100; }
  #hero .white-line {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 0; }
  #hero .logo {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #hero .logo a {
      text-decoration: none; }
    #hero .logo .big {
      font-weight: bold;
      font-size: 52px;
      line-height: 100%;
      margin-bottom: 2px;
      display: inline-block;
      margin-top: -5px;
      color: #111; }
    #hero .logo .yl {
      font-weight: 300;
      font-size: 20px;
      color: #bda14f;
      display: block;
      line-height: 100%;
      margin-bottom: 5px;
      text-decoration: none; }
  #hero .text {
    width: 65%;
    float: left;
    color: #666;
    line-height: 160%;
    letter-spacing: .5px;
    font-size: 14px;
    border-left: 1px solid #e3ddce;
    padding: 3px 0 3px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #hero .text h1 {
      margin: 0;
      color: #111;
      font-size: 30px; }
    #hero .text a {
      font-size: 15px; }
  #hero .triangle {
    position: absolute;
    bottom: 0;
    height: 0px;
    border-style: solid;
    border-width: 80px 0 0 200px;
    border-color: transparent transparent transparent #fff; }
    #hero .triangle.left {
      left: 0px; }
    #hero .triangle.right {
      right: 0;
      border-width: 0px 0 80px 200px;
      border-color: transparent transparent #fff transparent; }

section h2 {
  margin-bottom: 25px; }
section .underline {
  width: 40px;
  height: 1px;
  background-color: #bda14f;
  margin: auto;
  margin-bottom: 30px; }

#about-us {
  padding: 30px;
  text-align: center; }
  #about-us p {
    line-height: 180%;
    letter-spacing: .6px;
    color: #888; }

#skills {
  padding-top: 60px;
  position: relative; }
  #skills .wrapper {
    max-width: 1100px; }
  #skills .percentages {
    width: 65%;
    padding-top: 50px;
    position: relative;
    z-index: 20; }
  #skills .img-desktop {
    position: absolute;
    right: 0;
    top: -45px;
    z-index: 10; }
  #skills h2 {
    margin-bottom: 30px; }
  #skills .skill {
    margin: 25px 0; }
    #skills .skill .name {
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 6px;
      color: #999;
      letter-spacing: .5px;
      font-size: 14px; }
    #skills .skill .line {
      position: relative; }
    #skills .skill .bg {
      background-color: #efefef;
      width: 100%;
      height: 2px; }
    #skills .skill .fill {
      background-color: #c1a75b;
      height: 2px; }
    #skills .skill.photoshop .fill {
      width: 90%; }
    #skills .skill.photoshop .dot-wrapp {
      left: 89%; }
    #skills .skill.ilustrator .fill {
      width: 70%; }
    #skills .skill.ilustrator .dot-wrapp {
      left: 69%; }
    #skills .skill.development .fill {
      width: 85%; }
    #skills .skill.development .dot-wrapp {
      left: 84%; }
    #skills .skill.html .fill {
      width: 95%; }
    #skills .skill.html .dot-wrapp {
      left: 94%; }
    #skills .skill .dot-wrapp {
      border-radius: 50%;
      width: 24px;
      height: 24px;
      position: absolute;
      top: -20px;
      background-color: rgba(189, 161, 79, 0.15);
      position: relative; }
      #skills .skill .dot-wrapp .dot {
        width: 10px;
        height: 10px;
        background-color: #bda14f;
        border-radius: 50%;
        margin: 7px;
        position: relative;
        top: 7px; }
    #skills .skill .plate {
      position: absolute;
      background-color: #bda04f;
      padding: 5px 0px;
      color: #fff;
      top: -34px;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .5px;
      width: 42px;
      text-align: center;
      margin-left: -8px; }
      #skills .skill .plate .bb {
        background: transparent url("../icons/ab.png") left top no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        bottom: -6px;
        left: 15px; }

#offer {
  margin-top: 200px;
  text-align: center;
  position: relative;
  z-index: 20; }
  #offer .offers {
    margin-top: 15px; }
  #offer p {
    margin-top: 10px; }
    #offer p span {
      margin: 0 6px;
      color: #999; }

#team {
  text-align: center;
  margin: 80px 0; }
  #team img {
    border-radius: 50%;
    border: 3px solid #bda14f;
    background: #bda14f; }
  #team p {
    margin-top: 10px; }
    #team p span {
      margin: 0 6px;
      color: #999; }

footer {
  margin-top: 100px; }
  footer .meeting {
    background: transparent url("../images/footer-image.jpeg") center center no-repeat;
    min-height: 470px;
    background-size: cover; }
  footer .form {
    background-color: #f4f4f4;
    min-height: 470px;
    text-align: center; }
    footer .form .content-wrapp {
      padding: 20px 50px; }
    footer .form h2 {
      font-size: 26px; }

#portfolio {
  text-align: center;
  margin-top: 100px;
  overflow: hidden; }
  #portfolio .skew-wrapp {
    position: relative;
    padding: 10px 0 65px; }
  #portfolio .skew::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 100%;
    transform: translate(-50%, -50%) rotate(2.5deg) skew(-10deg);
    background: #333;
    z-index: -1; }

.form-row {
  margin-bottom: 12px; }

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 14px;
  display: inline-block;
  border: 1px solid #d2ccbb;
  border-radius: 0px;
  box-sizing: border-box;
  resize: none;
  font-size: 12px; }

#submit {
  background-color: #cba52f;
  color: #fff;
  border: 0 none;
  padding: 10px 16px 10px 12px;
  display: inline-block;
  float: right;
  text-decoration: none; }
  #submit img {
    margin-right: 5px;
    vertical-align: middle; }
  #submit span {
    vertical-align: middle;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px; }

#my_popup {
  min-height: 20px;
  padding: 25px;
  margin-bottom: 20px;
  background-color: #f5f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 500px; }
  #my_popup h3 {
    margin-top: 0; }
  #my_popup p {
    margin-bottom: 16px; }
  #my_popup .cta {
    text-align: center;
    position: relative; }
  #my_popup #submit {
    float: none;
    display: block;
    padding: 12px 16px 12px 12px; }

#my_popup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 1em; }
  #my_popup.sent {
    background-color: #bda14f;
    border: 0 none;
    color: #fff; }
    #my_popup.sent h3 {
      font-size: 30px; }
    #my_popup.sent p {
      color: #fff; }
    #my_popup.sent .email-form {
      display: none; }
    #my_popup.sent .submited {
      display: block;
      padding: 10px; }
    #my_popup.sent img {
      margin: 35px 0; }
  #my_popup .submited {
    display: none;
    min-height: 250px;
    text-align: center; }
    #my_popup .submited button {
      background: none;
      float: right;
      border: 0;
      height: 30px;
      font-size: 30px;
      color: #fff;
      margin: -30px -20px 0 0; }

#submit {
  text-align: center; }
  #submit .loader {
    display: none; }
  #submit.clicked .ok,
  #submit.clicked span {
    display: none; }
  #submit.clicked .loader {
    display: inline-block; }

#my_popup_background {
  opacity: .6 !important; }

.footer-form {
  position: relative; }
  .footer-form form {
    position: relative; }
  .footer-form.sent {
    border: 0 none; }
    .footer-form.sent h3 {
      font-size: 30px; }
    .footer-form.sent .email-form {
      display: none; }
    .footer-form.sent .submited {
      display: block;
      padding: 10px; }
  .footer-form .submited {
    display: none;
    min-height: 250px;
    height: 100%;
    text-align: center;
    background: #cba52f;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    color: #fff; }
    .footer-form .submited p {
      color: #fff; }
    .footer-form .submited button {
      background: none;
      float: right;
      border: 0;
      margin: 5px 10px;
      height: 30px;
      font-size: 30px;
      color: #fff; }

@media only screen and (max-width: 500px) {
  .m-full {
    width: 100% !important; }

  .wrapper {
    padding: 0; }

  .three .one {
    width: 100%;
    margin-bottom: 40px; }
    .three .one img {
      max-width: 80px; }

  .half {
    width: 100%; }

  #hero {
    min-height: 500px;
    padding: 15px; }
    #hero .white-line {
      padding: 30px;
      border-radius: 6px; }
    #hero .triangle.right {
      right: -1px;
      bottom: -1px; }
    #hero .triangle.left {
      right: -1px;
      bottom: -1px; }
    #hero .text {
      padding-left: 0;
      border-left: 0; }
    #hero .logo {
      float: left;
      text-align: left;
      margin-bottom: 10px; }

  #about-us {
    padding: 20px 15px; }

  #skills {
    padding: 0 15px; }
    #skills > img {
      display: none; }
    #skills .percentages {
      padding-top: 10px; }

  #offer {
    margin-top: 70px; }

  #portfolio {
    margin-top: 10px; }

  #team {
    margin: 0; }

  footer {
    margin-top: 40px; }
    footer .meeting {
      display: none; }

  #my_popup {
    width: auto; } }
/* gallery **/
/* line 27, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow-y: hidden; }

/* line 57, ../sass/demo.scss */
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

.gallery a {
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  max-height: 300px;
  overflow-y: hidden;
  max-width: 430px;
  margin: 10px;
  border: 3px solid #bda14f; }

.gallery a img {
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
  max-width: 100%;
  height: auto; }

/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5; }

/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 40%; }

/* line 30, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

/* line 41, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1040; }

/* line 43, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

/* line 49, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7; }

/* line 54, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10001;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem; }

/* line 69, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close:focus {
  outline: none; }

/* line 74, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10001;
  color: #000;
  font-size: 1rem; }

/* line 84, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

/* line 87, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10001;
  font-family: Arial, Baskerville, monospace;
  color: #000; }

/* line 99, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

/* line 104, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

/* line 109, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button:focus {
  outline: none; }

@media (min-width: 35.5em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  /* line 116, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }

  /* line 121, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }
@media (min-width: 50em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  /* line 129, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }

  /* line 134, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; } }
/* line 142, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  overflow-y: auto !important;
  height: 100% !important;
  width: 100%;
  left: 0% !important;
  top: 0% !important;
  /*transform: translate(-50%, -50%);*/ }

/* line 147, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  height: auto !important;
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  max-width: 100%; }

@media (min-width: 35.5em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
/* line 160, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
/* line 170, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 181, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

/* line 186, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

/* line 191, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

/* line 202, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

/* line 221, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.form-valid-email {
  display: none;
  color: red; }

.form-valid-all {
  display: none;
  color: red; }

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