body {
  padding-bottom: 80px;
  background-color: #efefef;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #919191;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: silver;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px none #e2e2e2;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.author-wrapper {
  position: relative;
  background-color: #272727;
}

.social-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  text-align: center;
}

.copyright {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #929292;
  font-size: 14px;
  font-weight: 300;
}

.social-icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #bbb;
  border-radius: 100%;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_7c7c7c_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_7c7c7c_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.behance {
  background-image: url('../images/fa-behance_100_0_7c7c7c_none.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.pinterest {
  background-image: url('../images/fa-pinterest-p_100_0_7c7c7c_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_7c7c7c_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.nav-link {
  display: block;
  width: 100%;
  padding: 20px 22px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .06);
  background-color: white;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #2980b9;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
}

.nav-link:hover {
    color: #34495e;
    background-color:#ecf0f1;
}

.nav-link.w--current {
  background-color: #2980b9;
  color: #fff;
}

.nav-text {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-icon {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 28px;
  height: 28px;
    line-height:28px;
    font-size:20px;
  margin-bottom: -21px;
  float: right;
    text-align:right;
}

.page-content {
  padding: 30px 30px 50px;
  background-color: #fff;
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, .15);
}

.title-wrapper {
  margin-bottom: 30px;
  font-weight: 500;
}

.resume-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c7c7c7;
  font-size: 14px;
  letter-spacing: 1px;
}

.about-title {
  color: #313131;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.different-font {
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
}

.space-divider {
  height: 40px;
}

.skills-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  border: 1px solid #f0bf23;
  border-radius: 10px;
}

.skills-wrapper.coding-color {
  border-color: #a8e9e9;
}

.skills-wrapper.assets-color {
  border-color: #f3d8db;
}

.skillis-percent {
  position: absolute;
  width: 60%;
  height: 10px;
  background-color: #eeac02;
}

.skillis-percent.blue-color {
  background-color: #3cb5b5;
}

.skillis-percent.blue-color.html {
  width: 76%;
}

.skillis-percent.blue-color.php {
  width: 32%;
}

.skillis-percent.blue-color.javascript {
  width: 93%;
}

.skillis-percent.red-color {
  background-color: #e53b51;
}

.skillis-percent.red-color.responsibile {
  width: 100%;
}

.skillis-percent.red-color.creative {
  width: 90%;
}

.skillis-percent.red-color.multiasking {
  width: 85%;
}

.skillis-percent.illustrator {
  width: 80%;
}

.skillis-percent.indesign {
  width: 100%;
}

.skills-name {
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #888;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.skills-content {
  margin-bottom: 15px;
}

.education-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 16px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.education-wrapper:hover {
  background-color: #f5f5f5;
}

.university-photo {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.education-name {
  margin-top: 24px;
  color: #717171;
  font-size: 14px;
}

.date-wrapper {
  position: absolute;
  left: -91px;
  top: 35px;
  bottom: 35px;
  display: inline-block;
  padding: 8px 12px 6px;
  background-color: #3cb5b5;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
}

.date-wrapper.different-color {
  background-color: #e53b51;
}

.services-slide {
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  padding-top: 20px;
  opacity: 0.6;
  font-size: 9px;
}

.services-wrapper {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.service-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.service-icon.icon-1 {
  background-image: url('../images/font-awesome_4-6-3_search_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.service-icon.icon-2 {
  background-image: url('../images/font-awesome_4-6-3_mobile-phone_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.service-icon.icon-3 {
  background-image: url('../images/font-awesome_4-6-3_laptop_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.service-icon.icon-4 {
  background-image: url('../images/font-awesome_4-6-3_camera-retro_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.service-icon.icon-5 {
  background-image: url('../images/font-awesome_4-6-3_rocket_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.service-icon.icon-6 {
  background-image: url('../images/font-awesome_4-6-3_trophy_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e1e1e1;
}

.align-center {
  text-align: center;
}

.button {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 20px 12px;
  border-radius: 6px;
  background-color: #34495e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 11px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2980b9;
}

.button.red-color {
  background-color: #e53b51;
}

.button.red-color:hover {
  background-color: #272727;
}

.button.no-margin {
  margin-left: 0px;
}

.icon-button {
  position: relative;
  bottom: 3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/font-awesome_4-6-3_cloud-download_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.icon-button.icon-print {
  background-image: url('../images/font-awesome_4-6-3_print_100_0_ffffff_none.png');
  background-size: 18px;
}

.icon-button.icon-back {
  background-image: url('../images/font-awesome_4-6-3_mail-reply_100_0_ffffff_none.png');
  background-size: 16px;
}

.button-text {
  display: inline-block;
}

.logo-wrapper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
  background-color: transparent;
}

.lightbox-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
}

.portfolio-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_272727_none.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.contact-icon-wrapper {
  padding-right: 10px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.contact-icon.icon-1 {
  background-image: url('../images/font-awesome_4-6-3_map-marker_100_0_b4b4b4_none.png');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.contact-icon.icon-2 {
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_b4b4b4_none.png');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.contact-icon.icon-3 {
  background-image: url('../images/font-awesome_4-6-3_envelope_100_0_b4b4b4_none.png');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.logo-container {
  margin-bottom: 30px;
  text-align: center;
}

.text-field {
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  font-size: 13px;
}

.text-field:active {
  border-color: #3cb5b5;
}

.text-field:focus {
  border-color: #3cb5b5;
}

.text-field.area {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.map {
  height: 250px;
}

.blog-post-wrapper {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.blog-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-image.biger {
  width: 350px;
  height: 350px;
}

.blog-title {
  margin-top: 10px;
  color: #272727;
  font-size: 26px;
  line-height: 36px;
}

.created-on {
  display: inline-block;
  margin-right: 5px;
  color: #b1b1b1;
}

.created-on.font {
  font-family: 'Playfair Display', sans-serif;
  color: #6f6f6f;
  font-size: 16px;
  font-style: italic;
}

.success-message {
  background-color: #12c291;
}

.white-text {
  color: #fff;
}

.error-message {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e73636;
  text-align: center;
}

html.w-mod-js *[data-ix="move-portfolio-icon-initial-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="portfolio-overlay-on-initial-app"] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .author-wrapper {
    margin-bottom: 20px;
  }
  .date-wrapper {
    left: -54px;
  }
  .logo-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .date-wrapper {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 479px) {
  .page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-title {
    display: inline-block;
    font-size: 24px;
  }
  .education-wrapper {
    text-align: center;
  }
  .university-photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button {
    margin-bottom: 10px;
  }
  .portfolio-wrapper {
    width: 100%;
  }
  .logo-container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .blog-image {
    width: 150px;
    height: 150px;
  }
  .blog-image.biger {
    width: 200px;
    height: 200px;
  }
}

