/* === COLORS =============================================================== */
/*blue*/
/*cyan*/
/*green*/
/*lime*/
/*yellow*/
/*orange*/
/*red*/
/*pink*/
/*purple*/
/* === COLORS = END ==========================================================*/
/* === MEDIA QUERY ===========================================================*/
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
/* === MEDIA QUERY - END ==================================================== */
/* === MIXINS =============================================================== */
/* === MIXINS = END ========================================================= */
/* === GENERIC UI ELEMENTS ================================================== */
.squareBtn, #aContact > article > div > a, #aSocialmedia > article li > a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  @media only screen and (min-width: 769px) {
    .squareBtn, #aContact > article > div > a, #aSocialmedia > article li > a {
      float: left;
      width: 180px;
      height: 180px;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      background: pink; } }
  .squareBtn:before, #aContact > article > div > a:before, #aSocialmedia > article li > a:before, .squareBtn:after, #aContact > article > div > a:after, #aSocialmedia > article li > a:after {
    content: " ";
    display: table; }
  .squareBtn:after, #aContact > article > div > a:after, #aSocialmedia > article li > a:after {
    clear: both; }
  .squareBtn > i, #aContact > article > div > a > i, #aSocialmedia > article li > a > i {
    -webkit-transition: all 200ms;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    float: left;
    /*display: inline-block;*/
    width: 54px;
    height: 50px;
    text-align: center;
    font-size: 44px;
    line-height: 44px;
    padding-top: 3px; }
    @media only screen and (min-width: 769px) {
      .squareBtn > i, #aContact > article > div > a > i, #aSocialmedia > article li > a > i {
        width: 100%;
        height: 100%;
        line-height: 140px;
        font-size: 110px; } }
  .squareBtn > span, #aContact > article > div > a > span, #aSocialmedia > article li > a > span {
    float: left;
    line-height: 53px;
    /*display: inline-block;*/
    /*width: 54px;*/
    height: 50px;
    padding-left: 10px; }
    @media only screen and (min-width: 769px) {
      .squareBtn > span, #aContact > article > div > a > span, #aSocialmedia > article li > a > span {
        padding: 0;
        top: 130px;
        left: 0;
        position: absolute;
        width: 100%;
        line-height: 20px;
        text-align: center; } }
  .squareBtn:hover, #aContact > article > div > a:hover, #aSocialmedia > article li > a:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
    .squareBtn:hover > i, #aContact > article > div > a:hover > i, #aSocialmedia > article li > a:hover > i {
      color: #000; }

.liColor, #aProjects #projectsList li, #aAbilities li, #aWork li, #aConferences li, #aEducation > article > div > ul > li, #aPublications li {
  list-style: none;
  position: relative; }
  .liColor:before, #aProjects #projectsList li:before, #aAbilities li:before, #aWork li:before, #aConferences li:before, #aEducation > article > div > ul > li:before, #aPublications li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #333; }

/* === GENERIC UI ELEMENTS = END ============================================ */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, #aConferences #youTubeWrapper:before,
.clearfix:after,
#aConferences #youTubeWrapper:after {
  content: " ";
  display: table; }

.clearfix:after, #aConferences #youTubeWrapper:after {
  clear: both; }

.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  /* Required for IE8 */
  -o-text-overflow: ellipsis;
  /* Required for Opera */
  text-overflow: ellipsis; }

pre {
  white-space: pre-wrap;
  /* Chrome & Safari */
  white-space: -moz-pre-wrap;
  /* Mozilla since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    filter: Gray();
    /* IE4-8: depreciated */
    filter: url("desaturate.svg#grayscale");
    /* SVG version for IE10, Firefox, Safari 5 and Opera */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
    filter: grayscale(100%);
    /* Future proof or polyfilled */ }

  a {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href="#"],
  a[href="javascript:"] {
    content: ""; } }
html {
  font-size: 16px; }

body {
  overflow-y: scroll;
  font-family: sans-serif; }

@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
@font-face {
  font-family: 'Exo-Regular';
  src: url("../fonts/Exo-Regular.eot");
  src: url("../fonts/Exo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo-Regular.woff2") format("woff2"), url("../fonts/Exo-Regular.woff") format("woff"), url("../fonts/Exo-Regular.ttf") format("truetype"), url("../fonts/Exo-Regular.svg#Exo-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #fafafa url(../img/background.png);
  color: #333;
  font-family: 'Exo-Regular', sans-serif; }

p {
  font-family: 'Tahoma', 'Verdana', 'Arial', sans-serif; }

#header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*@media only screen and (min-width: 686px) {*/
  /*16 px plus - WTF?!*/
  /*    @include respond-to(big-screens){
          
      }*/ }
  #header > h1 {
    text-align: center; }
    @media only screen and (min-width: 900px) {
      #header > h1 {
        text-align: left;
        padding: 0 0 0 20px; } }
    #header > h1 > span {
      display: none; }
      @media only screen and (min-width: 900px) {
        #header > h1 > span {
          display: inline; } }
    #header > h1 > em {
      display: block;
      font-size: 16px;
      font-weight: normal; }
      @media only screen and (min-width: 481px) {
        #header > h1 > em {
          font-size: 18px; } }
      @media only screen and (min-width: 900px) {
        #header > h1 > em {
          display: inline;
          font-size: 32px; } }
  #header #headerImagesWrapper {
    margin: 0 auto 20px auto;
    text-align: center; }
  #header .headerImage {
    position: relative;
    width: 320px;
    height: 320px;
    /*float: left;*/
    /*background: orange;*/
    display: none;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    padding: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 5px 0 #888;
    overflow: hidden; }
    #header .headerImage:last-child {
      /*margin: 0 0 20px 0;*/ }
    #header .headerImage:after, #header #fakeAfter, #header .headerImage:before, #header #fakeBefore {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 200px;
      height: 200px;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      background: rgba(255, 255, 255, 0.4);
      -webkit-transform: rotate(60deg) translateX(160px);
      -ms-transform: rotate(60deg) translateX(160px);
      -moz-transform: rotate(60deg) translateX(160px);
      -o-transform: rotate(60deg) translateX(160px);
      transform: rotate(60deg) translateX(160px); }
    #header .headerImage:before, #header #fakeBefore {
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      -webkit-transform: rotate(60deg) translateX(-160px);
      -ms-transform: rotate(60deg) translateX(-160px);
      -moz-transform: rotate(60deg) translateX(-160px);
      -o-transform: rotate(60deg) translateX(-160px);
      transform: rotate(60deg) translateX(-160px); }
    #header .headerImage:hover:after, #header #fakeImageDiv:hover #fakeAfter, #header #fakeAfter:hover, #header .headerImage:hover:before, #header #fakeImageDiv:hover #fakeBefore, #header #fakeBefore:hover {
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: rotate(60deg) translateX(220px);
      -ms-transform: rotate(60deg) translateX(220px);
      -moz-transform: rotate(60deg) translateX(220px);
      -o-transform: rotate(60deg) translateX(220px);
      transform: rotate(60deg) translateX(220px); }
    #header .headerImage:hover:before, #header #fakeImageDiv:hover #fakeBefore, #header #fakeBefore:hover {
      -webkit-transform: rotate(60deg) translateX(-220px);
      -ms-transform: rotate(60deg) translateX(-220px);
      -moz-transform: rotate(60deg) translateX(-220px);
      -o-transform: rotate(60deg) translateX(-220px);
      transform: rotate(60deg) translateX(-220px); }
  #header #fakeImageWrapper {
    display: inline-block;
    position: relative; }
  #header #fakeImageDiv {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    overflow: hidden; }
  #header #fakeBefore {
    pointer-events: none; }
  #header #fakeAfter {
    pointer-events: none; }
  #header #headerImage0 {
    /*background: blue;*/
    /*display: block;*/
    display: inline-block; }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 120dpi) {
      #header #headerImage0 {
        content: url(../img/0.jpg); }
        body.iswebp #header #headerImage0 {
          content: url(../img/0.webp); } }
  @media only screen and (min-width: 335px) {
    #header .headerImage {
      width: 335px;
      height: 335px;
      background-size: 335px 335px;
      /*margin: 0 20px 20px 0;*/ }
    #header #fakeImageDiv {
      width: 335px;
      height: 335px; } }
  @media only screen and (min-width: 690px) {
    #header .headerImage {
      /*float: left;*/
      margin: 0 0 0 0; }
    #header #headerImage1 {
      /*background: orangered;*/
      display: inline-block;
      background-image: url(../img/1-min.jpg);
      /*display: block;*/ } }
  @media only screen and (min-width: 690px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 690px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 690px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 690px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 690px) and (min-resolution: 1.5dppx), only screen and (min-width: 690px) and (min-resolution: 120dpi) {
    #header #headerImage1 {
      background-image: url(../img/1.jpg); } }
  @media only screen and (min-width: 690px) {
      body.iswebp #header #headerImage1 {
        background-image: url(../img/1-min.webp); } }
    @media only screen and (min-width: 690px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 690px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 690px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 690px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 690px) and (min-resolution: 1.5dppx), only screen and (min-width: 690px) and (min-resolution: 120dpi) {
      body.iswebp #header #headerImage1 {
        background-image: url(../img/1.webp); } }

  @media only screen and (min-width: 710px) {
    #header .headerImage {
      margin: 0 20px 0 0; }
    #header #headerImage1 {
      margin: 0; } }
  @media only screen and (min-width: 1066px) {
    #header #headerImage1 {
      margin: 0 20px 0 0; }
    #header #headerImage2 {
      /*background: orangered;*/
      background-image: url(../img/2-min.jpg);
      display: inline-block;
      margin: 0 0 0 0; } }
  @media only screen and (min-width: 1066px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1066px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1066px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1066px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 1066px) and (min-resolution: 1.5dppx), only screen and (min-width: 1066px) and (min-resolution: 120dpi) {
    #header #headerImage2 {
      background-image: url(../img/2.jpg); } }
  @media only screen and (min-width: 1066px) {
      body.iswebp #header #headerImage2 {
        background-image: url(../img/2-min.webp); } }
    @media only screen and (min-width: 1066px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1066px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1066px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1066px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 1066px) and (min-resolution: 1.5dppx), only screen and (min-width: 1066px) and (min-resolution: 120dpi) {
      body.iswebp #header #headerImage2 {
        background-image: url(../img/2.webp); } }

  @media only screen and (min-width: 1416px) {
    #header #headerImage2 {
      margin: 0 20px 0 0; }
    #header #headerImage3 {
      /*background: violet;*/
      display: inline-block;
      margin: 0 0 0 0;
      background-image: url(../img/3-min.jpg); } }
  @media only screen and (min-width: 1416px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1416px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1416px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1416px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 1416px) and (min-resolution: 1.5dppx), only screen and (min-width: 1416px) and (min-resolution: 120dpi) {
    #header #headerImage3 {
      background-image: url(../img/3.jpg); } }
  @media only screen and (min-width: 1416px) {
      body.iswebp #header #headerImage3 {
        background-image: url(../img/3-min.webp); } }
    @media only screen and (min-width: 1416px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1416px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1416px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1416px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 1416px) and (min-resolution: 1.5dppx), only screen and (min-width: 1416px) and (min-resolution: 120dpi) {
      body.iswebp #header #headerImage3 {
        background-image: url(../img/3.webp); } }

  @media only screen and (min-width: 769px) {
    #header {
      /*        #headerImage1{
                  background: blueviolet;
                  display: block;
              }*/ } }
  @media only screen and (min-width: 1000px) {
    #header {
      /*        #headerImage3{
                  background: purple;
                  display: inline-block;
              }*/ } }
  @media only screen and (min-width: 1200px) {
    #header {
      /*width: 20%;*/ } }

#topMenu {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*box-shadow: inset 10px 0 0 0 #fff, inset -10px 0 0 0 #fff;*/
  background: #fff;
  /*@include respond-to(xxx-large-screens){*/ }
  @media only screen and (min-width: 481px) {
    #topMenu {
      box-shadow: 0 0 0 10px #fff; } }
  #topMenu > div {
    /*background: silver;*/ }
    @media only screen and (min-width: 481px) {
      #topMenu > div {
        padding: 0 10px; } }
  #topMenu a {
    display: block;
    /*background: silver;*/
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 8px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #333; }
    #topMenu a:hover, #topMenu a:focus {
      color: #000; }
    @media only screen and (min-width: 481px) {
      #topMenu a {
        float: left;
        width: 50%;
        box-shadow: 1px 0 0 0 #fff, -1px 0 0 0 #fff, inset 10px 0 0 0 #fff, inset -10px 0 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
        padding: 0 10px 0 20px; } }
    @media only screen and (min-width: 769px) {
      #topMenu a {
        width: 33.3333%; } }
    @media only screen and (min-width: 1000px) {
      #topMenu a {
        width: 25%; } }
    @media only screen and (min-width: 1200px) {
      #topMenu a {
        /*width: 20%;*/ } }
  @media only screen and (min-width: 1416px) {
    #topMenu {
      display: table;
      width: 100%;
      table-layout: fixed;
      background: transparent;
      box-shadow: none; }
      #topMenu > div {
        display: table-row; }
        #topMenu > div > a {
          padding: 0 10px 0 8px;
          height: 32px;
          line-height: 32px;
          display: table-cell;
          width: auto;
          margin: 0 20px 0 0;
          -webkit-transition: all 200ms;
          -ms-transition: all 200ms;
          -moz-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms;
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 5px 10px -5px #000; }
          #topMenu > div > a:hover, #topMenu > div > a:focus {
            box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 10px -5px #000; }
          #topMenu > div > a:last-child {
            margin: 0; } }
  #topMenu #linkBio {
    background: #85baff;
    text-shadow: -1px -1px 0 #b8d7ff; }
    #topMenu #linkBio:hover, #topMenu #linkBio:focus {
      background: #529dff; }
  #topMenu #linkContact {
    background: #4ec8cb;
    text-shadow: -1px -1px 0 #75d4d7; }
    #topMenu #linkContact:hover, #topMenu #linkContact:focus {
      background: #34afb2; }
  #topMenu #linkProjects {
    background: #47d29d;
    text-shadow: -1px -1px 0 #70dcb3; }
    #topMenu #linkProjects:hover, #topMenu #linkProjects:focus {
      background: #2db984; }
  #topMenu #linkAbilities {
    background: #b7ff81;
    text-shadow: -1px -1px 0 #d4ffb4; }
    #topMenu #linkAbilities:hover, #topMenu #linkAbilities:focus {
      background: #9aff4e; }
  #topMenu #linkSocialmedia {
    background: #fcef7f;
    text-shadow: -1px -1px 0 #fdf5b1; }
    #topMenu #linkSocialmedia:hover, #topMenu #linkSocialmedia:focus {
      background: #fbe94d; }
  #topMenu #linkWork {
    background: #f79d46;
    text-shadow: -1px -1px 0 #f9b777; }
    #topMenu #linkWork:hover, #topMenu #linkWork:focus {
      background: #f58315; }
  #topMenu #linkConferences {
    background: #da4646;
    text-shadow: -1px -1px 0 #e37171; }
    #topMenu #linkConferences:hover, #topMenu #linkConferences:focus {
      background: #c62828; }
  #topMenu #linkEducation {
    background: #ff90da;
    text-shadow: -1px -1px 0 #ffc3eb; }
    #topMenu #linkEducation:hover, #topMenu #linkEducation:focus {
      background: #ff5dc9; }
  #topMenu #linkPublications {
    background: #da46b5;
    text-shadow: -1px -1px 0 #e371c6; }
    #topMenu #linkPublications:hover, #topMenu #linkPublications:focus {
      background: #c6289e; }

#content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*padding: 0 5px;*/ }
  #content > div {
    margin-top: 20px;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 481px) {
      #content > div {
        box-shadow: 0 0 10px 0 #f9f9f9; } }
    #content > div > i.articleBackground {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
      width: 300px;
      height: 300px;
      text-align: center;
      font-size: 300px;
      color: #eee; }
    #content > div > article {
      position: relative;
      box-shadow: inset 0 37px 0 0 #777;
      /*box-shadow: inset 0 -20px 20px -10px #fafafa;*/ }
      @media only screen and (min-width: 481px) {
        #content > div > article {
          box-shadow: inset 10px 0 10px 0 #f9f9f9, inset -10px 0 10px 0 #f9f9f9, inset 0 -30px 20px -20px #f9f9f9, inset 0 58px 20px -25px #777; } }
      #content > div > article:before, #content > div > article:after {
        content: " ";
        display: table; }
      #content > div > article:after {
        clear: both; }
      #content > div > article > h2 {
        font-style: italic;
        margin-top: 0;
        padding-left: 10px;
        position: relative;
        overflow: hidden;
        box-shadow: inset 0px -1px 0 0 rgba(255, 255, 255, 0.5);
        height: 36px;
        line-height: 36px; }
        #content > div > article > h2:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 70px;
          height: 70px;
          background: rgba(255, 255, 255, 0.3);
          -webkit-transform: translateX(32px) translateY(10px) rotate(55deg);
          -ms-transform: translateX(32px) translateY(10px) rotate(55deg);
          -moz-transform: translateX(32px) translateY(10px) rotate(55deg);
          -o-transform: translateX(32px) translateY(10px) rotate(55deg);
          transform: translateX(32px) translateY(10px) rotate(55deg); }
      #content > div > article > div {
        padding: 0 5px; }
        @media only screen and (min-width: 481px) {
          #content > div > article > div {
            padding: 0 10px; } }
        @media only screen and (min-width: 769px) {
          #content > div > article > div {
            padding: 0 20px; } }
        @media only screen and (min-width: 900px) {
          #content > div > article > div {
            padding: 0 40px; } }

/* --- BIO ------------------------------------------------------------------ */
#aBio > article > h2 {
  background: #85baff;
  text-shadow: -1px -1px 0 #b8d7ff; }
@media only screen and (min-width: 769px) {
  #aBio > article > div {
    -webkit-column-rule: 1px solid #85baff;
    -ms-column-rule: 1px solid #85baff;
    -moz-column-rule: 1px solid #85baff;
    -o-column-rule: 1px solid #85baff;
    column-rule: 1px solid #85baff;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -ms-column-gap: 40px;
    -moz-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px; } }
@media only screen and (min-width: 900px) {
  #aBio > article > div {
    font-size: 18px;
    -webkit-column-count: 3;
    -ms-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -ms-column-gap: 60px;
    -moz-column-gap: 60px;
    -o-column-gap: 60px;
    column-gap: 60px; } }
@media only screen and (min-width: 1200px) {
  #aBio > article > div {
    font-size: 20px;
    -webkit-column-gap: 100px;
    -ms-column-gap: 100px;
    -moz-column-gap: 100px;
    -o-column-gap: 100px;
    column-gap: 100px; } }

/* --- BIO - END ------------------------------------------------------------ */
/* --- CONTACT -------------------------------------------------------------- */
#aContact > article > h2 {
  background: #4ec8cb;
  text-shadow: -1px -1px 0 #75d4d7; }
#aContact > article > div {
  min-height: 80px; }
#aContact > article > div > a {
  margin-bottom: 15px; }
  @media only screen and (min-width: 1000px) {
    #aContact > article > div > a {
      margin-bottom: 20px; } }
  #aContact > article > div > a > i {
    background: #4ec8cb;
    box-shadow: 0 4px 0 0 #34afb2, 0 10px 10px -5px #000; }
  #aContact > article > div > a:hover > i {
    box-shadow: 0 4px 0 0 #34afb2; }
#aContact #vcard {
  width: 200px;
  height: 200px;
  margin: 15px auto;
  display: block; }
  @media only screen and (min-width: 481px) {
    #aContact #vcard {
      width: 180px;
      height: 180px;
      float: left;
      transition: transform 300ms;
      box-shadow: 0 0 0 5px #fff;
      margin: 0 20px 0 0; }
      #aContact #vcard:hover {
        transform: translateX(30px) translateY(-12px) scale(1.35);
        box-shadow: 0 0 0 10px #fff, 10px -3px 6px 0px rgba(0, 0, 0, 0.85); } }

/* --- CONTACT - END -------------------------------------------------------- */
/* --- PROJECTS ------------------------------------------------------------- */
#aProjects > article > h2 {
  background: #47d29d;
  text-shadow: -1px -1px 0 #70dcb3; }
#aProjects #projectsList {
  float: left;
  margin-right: 40px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    #aProjects #projectsList {
      width: auto; } }
  #aProjects #projectsList li {
    line-height: 1.6em; }
    #aProjects #projectsList li:before {
      content: '';
      background: #47d29d;
      top: 5px; }

/* --- PROJECTS - END ------------------------------------------------------- */
/* --- ABILITIES ------------------------------------------------------------ */
#aAbilities > article > h2 {
  background: #b7ff81;
  text-shadow: -1px -1px 0 #d4ffb4; }
#aAbilities li {
  line-height: 1.6em; }
  #aAbilities li:before {
    content: '';
    background: #b7ff81;
    top: 5px; }
#aAbilities #abilitiesGrid > div {
  float: left;
  width: 100%; }
  @media only screen and (min-width: 481px) {
    #aAbilities #abilitiesGrid > div {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    #aAbilities #abilitiesGrid > div > div {
      float: left;
      width: 50%; } }

/* --- ABILITIES - END------------------------------------------------------- */
/* --- SOCIAL MEDIA --------------------------------------------------------- */
#aSocialmedia > article > h2 {
  background: #fcef7f;
  text-shadow: -1px -1px 0 #fdf5b1; }
#aSocialmedia > article ul {
  padding: 0; }
#aSocialmedia > article li {
  list-style: none;
  margin-bottom: 14px; }
  #aSocialmedia > article li > a > i {
    background: #fcef7f;
    box-shadow: 0 4px 0 0 #fbe94d, 0 10px 10px -5px #000; }
  #aSocialmedia > article li > a:hover > i {
    box-shadow: 0 4px 0 0 #fbe94d; }

/* --- SOCIAL MEDIA - END --------------------------------------------------- */
/* --- WORK ----------------------------------------------------------------- */
#aWork > article > h2 {
  background: #f79d46;
  text-shadow: -1px -1px 0 #f9b777; }
@media only screen and (min-width: 769px) {
  #aWork ul {
    float: left;
    width: 50%; } }
#aWork li:before {
  content: '';
  background: #f79d46; }

/* --- WORK - END ----------------------------------------------------------- */
/* --- CONFERENCES ---------------------------------------------------------- */
#aConferences > article > h2 {
  background: #da4646;
  text-shadow: -1px -1px 0 #e37171; }
#aConferences > article > div {
  /*        @include respond-to(x-large-screens){
              @include vendor-prefix(column-rule, 1px solid $l6);
              @include vendor-prefix(column-count, 2);
              @include vendor-prefix(column-gap, 40px);    
          }*/ }
@media only screen and (min-width: 900px) {
  #aConferences > article > div > div {
    width: 50%;
    float: left; } }
#aConferences li {
  line-height: 1.6em; }
  #aConferences li:before {
    content: '';
    background: #da4646;
    top: 6px; }
  #aConferences li time {
    font-weight: bold; }
#aConferences #youTubeWrapper {
  width: 100% !important;
  float: none;
  clear: both; }
  #aConferences #youTubeWrapper > div {
    margin: 10px auto;
    text-align: center; }
    @media only screen and (min-width: 1000px) {
      #aConferences #youTubeWrapper > div {
        float: left;
        margin-right: 20px; }
        #aConferences #youTubeWrapper > div:last-child {
          margin-right: 0; } }
    #aConferences #youTubeWrapper > div > iframe {
      width: 100%; }
      @media only screen and (min-width: 481px) {
        #aConferences #youTubeWrapper > div > iframe {
          width: 425px; } }

/* --- CONFERENCES - END ---------------------------------------------------- */
/* --- EDUCATION ------------------------------------------------------------ */
#aEducation > article > h2 {
  background: #ff90da;
  text-shadow: -1px -1px 0 #ffc3eb; }
#aEducation > article > div > ul {
  margin-bottom: 0; }
  #aEducation > article > div > ul > li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    #aEducation > article > div > ul > li:before {
      content: '';
      background: #ff90da; }
    @media only screen and (min-width: 481px) {
      #aEducation > article > div > ul > li {
        /*width: 50%;*/ } }
    @media only screen and (min-width: 1000px) {
      #aEducation > article > div > ul > li {
        width: 33.3333%;
        padding: 0 40px 0 0; } }
    #aEducation > article > div > ul > li h3 {
      font-size: 16px;
      margin: 0;
      /*background: orange;*/ }

/* --- EDUCATION - END ------------------------------------------------------ */
/* --- PUBLICATIONS --------------------------------------------------------- */
#aPublications > article > h2 {
  background: #da46b5;
  text-shadow: -1px -1px 0 #e371c6; }
#aPublications li {
  line-height: 1.6em; }
  #aPublications li:before {
    content: '';
    background: #da46b5;
    top: 5px; }
  #aPublications li time {
    font-weight: bold; }

/* --- PUBLICATIONS - END --------------------------------------------------- */
#footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center; }

#langSwitch {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 35px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 10px 10px -7px #888; }
  #langSwitch.en {
    background-image: url(../img/en-min.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 120dpi) {
      #langSwitch.en {
        background-image: url(../img/en.png); } }
  #langSwitch.pl {
    background-image: url(../img/pl-min.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 120dpi) {
      #langSwitch.pl {
        background-image: url(../img/pl.png); } }
    body.iswebp #langSwitch.pl {
      background-image: url(../img/pl-min.webp); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 120dpi) {
        body.iswebp #langSwitch.pl {
          background-image: url(../img/pl.webp); } }

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