@charset "UTF-8";
/* line 5, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/main.sass */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8, ../sass/main.sass */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes subtleFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes subtleFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes subtleFadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes subtleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 61, ../sass/main.sass */
.subtleFadeInUp {
  -webkit-animation-name: subtleFadeInUp;
  -moz-animation-name: subtleFadeInUp;
  -o-animation-name: subtleFadeInUp;
  animation-name: subtleFadeInUp;
}

/* line 67, ../sass/main.sass */
.mobile-content {
  display: none !important;
}

/* line 70, ../sass/main.sass */
.desktop-content {
  display: block;
}

/* line 73, ../sass/main.sass */
body {
  background: #fff;
  color: #20201e;
  font-family: Georgia, sans-serif;
}

/* line 78, ../sass/main.sass */
h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}

h2.title {
  font-size: 60px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}


/* line 84, ../sass/main.sass */
p {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
}

/* line 89, ../sass/main.sass */
a {
  text-decoration: none;
}
/* line 91, ../sass/main.sass */
a:hover {
  text-decoration: underline;
}

/* line 94, ../sass/main.sass */
.content-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 130px 0 0 0;
}

/* line 100, ../sass/main.sass */
.content-container-wrapper {
  text-align: center;
  padding: 40px 0;
}

/* line 104, ../sass/main.sass */
.content-container {
  box-shadow: 0px 0px 35px 0px #d2d2d2;
  width: 273px;
  height: 485px;
  display: inline-block;
  margin: 15px;
  vertical-align: middle;
  text-align: left;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  overflow: hidden;
}
/* line 122, ../sass/main.sass */
.content-container:hover {
  box-shadow: 0px 0px 35px 0px #afafaf;
  z-index: 2;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
/* line 129, ../sass/main.sass */
.content-container:hover .project-bottom-image {
  bottom: 0;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}

/* line 136, ../sass/main.sass */
.markiz-info-wrapper {
  text-align: center;
  margin-bottom: 90px;
}
/* line 139, ../sass/main.sass */
.markiz-info-wrapper .markiz-name {
  color: #000;
}
/* line 141, ../sass/main.sass */
.markiz-info-wrapper .markiz-titles {
  color: #b6b6b6;
  padding: 10px 0;
  vertical-align: middle;
}
/* line 145, ../sass/main.sass */
.markiz-info-wrapper .markiz-titles .highlight {
  color: #000;
  display: inline-block;
}
/* line 148, ../sass/main.sass */
.markiz-info-wrapper .hand {
  padding: 5px;
}

/* line 151, ../sass/main.sass */
.fa-circle {
  font-size: 4px;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 16px;
}

/* line 157, ../sass/main.sass */
.email-container a {
  color: #EE6123;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
  display: block;
}

/* line 164, ../sass/main.sass */
.markiz-description {
  width: 650px;
  text-align: center;
  margin: auto;
  padding: 30px 0px 45px 0px;
  font-size: 16px;
  line-height: 24px;
}

/* line 172, ../sass/main.sass */
.project-bottom-image {
  position: absolute;
  bottom: -10px;
  margin: auto;
  left: 0;
  width: 100%;
  padding: 0 3%;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 184, ../sass/main.sass */
.text-container,
.social-links-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 18px;
  width: 100%;
}
/* line 191, ../sass/main.sass */
.text-container h3,
.social-links-container h3 {
  font-size: 18px;
  font-weight: bold;
}
/* line 194, ../sass/main.sass */
.text-container h3.no-link,
.social-links-container h2.no-link {
  margin-bottom: 35px;
}
/* line 196, ../sass/main.sass */
.text-container h3.cv-headline,
.social-links-container h3.cv-headline {
  margin-bottom: 25px;
}
/* line 198, ../sass/main.sass */
.text-container a,
.social-links-container a {
  font-size: 14px;
  color: #000;
  padding: 8px 0;
  display: block;
}
/* line 203, ../sass/main.sass */
.text-container a.webdan-link,
.social-links-container a.webdan-link {
  color: #EC3724;
}
/* line 205, ../sass/main.sass */
.text-container a.mweb-link,
.social-links-container a.mweb-link {
  color: #5CB0DF;
}
/* line 207, ../sass/main.sass */
.text-container p,
.social-links-container p {
  font-size: 14px;
}
/* line 209, ../sass/main.sass */
.text-container p a.orange-highlight,
.social-links-container p a.orange-highlight {
  color: #EE6123;
  display: inline-block;
  cursor: pointer;
}
/* line 213, ../sass/main.sass */
.text-container p.cv-date,
.social-links-container p.cv-date {
  font-size: 12px;
  color: #6f6f6f;
}
/* line 216, ../sass/main.sass */
.text-container p.cv-firm,
.social-links-container p.cv-firm {
  margin-bottom: 13px;
}
/* line 218, ../sass/main.sass */
.text-container p.cv-firm a,
.social-links-container p.cv-firm a {
  padding: 0;
}
/* line 220, ../sass/main.sass */
.text-container p.skills-list,
.social-links-container p.skills-list {
  line-height: 30px;
}

/* line 224, ../sass/main.sass */
.text-container.white h3,
.text-container.white p {
  color: #fff;
}

/* line 228, ../sass/main.sass */
a.activities-link {
  color: #EE6123;
  position: absolute;
  left: 18px;
  bottom: 30px;
  font-weight: bold;
  font-size: 18px;
}
/* line 235, ../sass/main.sass */
a.activities-link span {
  vertical-align: middle;
}
/* line 237, ../sass/main.sass */
a.activities-link span.fa {
  vertical-align: sub;
}

/* line 240, ../sass/main.sass */
.social-links-container {
  padding: 0;
}
/* line 242, ../sass/main.sass */
.social-links-container .social-links-text {
  padding: 30px 18px 18px 18px;
  border-bottom: 1px solid #E9E9E9;
}
/* line 245, ../sass/main.sass */
.social-links-container .social-links-text .cv-headline {
  margin-bottom: 30px;
}
/* line 247, ../sass/main.sass */
.social-links-container .social-link {
  border-bottom: 1px solid #E9E9E9;
  padding: 18px 10px;
}
/* line 250, ../sass/main.sass */
.social-links-container .social-link:hover {
  background: #f9f9f9;
  text-decoration: none;
}
/* line 253, ../sass/main.sass */
.social-links-container i {
  padding: 0 10px 0 10px;
  width: 38px;
  font-size: 14px;
}
/* line 257, ../sass/main.sass */
.social-links-container .facebook-link,
.social-links-container .facebook-link i {
  color: #3B5999;
}
/* line 260, ../sass/main.sass */
.social-links-container .twitter-link,
.social-links-container .twitter-link i {
  color: #55ACEE;
}
/* line 263, ../sass/main.sass */
.social-links-container .dribbble-link,
.social-links-container .dribbble-link i {
  color: #EA4C89;
}
/* line 266, ../sass/main.sass */
.social-links-container .instagram-link,
.social-links-container .instagram-link i {
  color: #161616;
}
/* line 269, ../sass/main.sass */
.social-links-container .spotify-link,
.social-links-container .spotify-link i {
  color: #2EBD59;
}
/* line 272, ../sass/main.sass */
.social-links-container .linkedin-link,
.social-links-container .linkedin-link i {
  color: #0077B5;
}

/* line 276, ../sass/main.sass */
.headline-wrapper {
  text-align: center;
}
/* line 278, ../sass/main.sass */
.headline-wrapper p {
  font-size: 14px;
  margin: 0;
  color: #6f6f6f;
}

/* line 283, ../sass/main.sass */
.projects-second-row {
  padding-top: 0px;
}

/* line 286, ../sass/main.sass */
.skills-color {
  background-color: #4d5d76;
  color: #fff;
}

/* line 290, ../sass/main.sass */
.clinlife-color {
  background-color: #73b856;
  color: #fff;
}

/* line 294, ../sass/main.sass */
.app-builder-color {
  background-color: #1b94e6;
  color: #fff;
}

/* line 298, ../sass/main.sass */
.drey-color {
  background-color: #f90;
  color: #fff;
}

/* line 302, ../sass/main.sass */
.insideDNA-color {
  background-color: #6e8cd2;
  color: #fff;
}

/* line 306, ../sass/main.sass */
.delheize-color {
  background-color: #c00;
  color: #fff;
}

/* line 310, ../sass/main.sass */
.webdan-color {
  background-color: #473237;
  color: #fff;
}

/* line 314, ../sass/main.sass */
.mweb-color {
  background-color: #3B5066;
  color: #fff;
}

/* line 318, ../sass/main.sass */
.unidocs-color {
  background-color: #FFD900;
  color: #000;
}

/* line 322, ../sass/main.sass */
.footer-wrapper {
  text-align: center;
  padding: 20px;
}

/* line 326, ../sass/main.sass */
.vertical-line {
  margin: auto;
  margin-bottom: 10px;
}

/* line 330, ../sass/main.sass */
.horisontal-line {
  margin: auto;
  margin-top: 235px;
  margin-bottom: 25px;
  display: block;
}

/* line 336, ../sass/main.sass */
.rile, .rile a {
  color: #AAAAAA;
}

/* line 339, ../sass/main.sass */
.owl-item {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 345, ../sass/main.sass */
  .content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  /* line 349, ../sass/main.sass */
  .content-container {
    margin: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  /* line 354, ../sass/main.sass */
  .content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  /* line 358, ../sass/main.sass */
  .content-container {
    margin: 80px;
  }
}
@media (max-width: 767px) {
  /* line 364, ../sass/main.sass */
  .mobile-content {
    display: none !important;
    padding: 60px 0;
  }

  /* line 368, ../sass/main.sass */
  .desktop-content {
    display: block !important;
  }

  /* line 371, ../sass/main.sass */
  .markiz-description {
    width: 100%;
    padding: 30px 20px 45px 20px;
  }

  /* line 375, ../sass/main.sass */
  h1 {
    font-size: 60px;
  }
  /* line 377, ../sass/main.sass */
  h1.markiz-name {
    font-size: 40px;
  }

  /* line 381, ../sass/main.sass */
  .markiz-titles span, .markiz-titles i {
    display: none;
  }
  /* line 383, ../sass/main.sass */
  .markiz-titles span.highlight {
    display: block;
  }

  /* line 386, ../sass/main.sass */
  .content-wrapper {
    padding: 130px 0 0 0;
  }

  /* line 389, ../sass/main.sass */
  .projects-first-row {
    padding: 40px 0 0 0;
  }
}
