@charset "UTF-8";
/*
    Author: Alexander Molochko
    Template: Personal CV Page
    Version: 1.0
*/
/*------------------------------------*\
  SASS MIXINS
\*------------------------------------*/
/* Mixins for transformation & animation */
/* Background mixins */
/* Mixins for single rules */
/* Special classes for accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.intro-overlay, .hero-intro {
  width: 100%;
  height: 100%;
}
/* Colors name to hex values map */
/* Colors map */
/* Helper function to obtain color by name */
/* Main colors */
/* Text Color */
/* Component colors */
/* Main UI colors map */
/* Override owl carousel style */
.owl-theme .owl-controls .owl-page span {
  background: #52b3d9;
}

/* Button styles */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

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

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*------------------------------------*\
  #GENERAL PAGE STYLES
\*------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

body {
  height: 100%;
  width: 100%;
}

/* Link style
---------------------------------------------------------*/
a {
  color: #56c99b;
}

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:visited,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

button:focus {
  outline: none;
}

img {
  width: 100%;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "crspiconfont";
  src: url("fonts/icons/crspiconfont.eot?cgjyah");
  src: url("fonts/icons/crspiconfont.eot?cgjyah#iefix") format("embedded-opentype"), url("fonts/icons/crspiconfont.ttf?cgjyah") format("truetype"), url("fonts/icons/crspiconfont.woff?cgjyah") format("woff"), url("fonts/icons/crspiconfont.svg?cgjyah#crspiconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.crsp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "crspiconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.crsp-calendar-check:before {
  content: "\e97a";
}

.crsp-tag:before {
  content: "\e97b";
}

.crsp-devops:before {
  content: "\e97f";
}

.crsp-linux:before {
  content: "\e97c";
}

.crsp-motherboard:before {
  content: "\e978";
}

.crsp-expansion-board:before {
  content: "\e979";
}

.crsp-server-configure:before {
  content: "\e973";
}

.crsp-404:before {
  content: "\e971";
}

.crsp-smartphone-and-tablet:before {
  content: "\e972";
}

.crsp-coding:before {
  content: "\e970";
}

.crsp-house-architecture:before {
  content: "\e96f";
}

.crsp-arrow-up:before {
  content: "\e977";
}

.crsp-error-circle:before {
  content: "\e96c";
}

.crsp-success-circle:before {
  content: "\e96d";
}

.crsp-close:before {
  content: "\e96e";
}

.crsp-briefcase:before {
  content: "\e976";
}

.crsp-tools:before {
  content: "\e974";
}

.crsp-settings:before {
  content: "\e975";
}

.crsp-previous:before {
  content: "\e969";
}

.crsp-next:before {
  content: "\e96a";
}

.crsp-category:before {
  content: "\e96b";
}

.crsp-star:before {
  content: "\e982";
}

.crsp-stopwatch-thin:before {
  content: "\e983";
}

.crsp-star-circle:before {
  content: "\e984";
}

.crsp-lightbulb:before {
  content: "\e981";
}

.crsp-push-pin:before {
  content: "\e980";
}

.crsp-car-hood-o:before {
  content: "\e97d";
}

.crsp-car-hood:before {
  content: "\e97e";
}

.crsp-speech:before {
  content: "\e959";
}

.crsp-eye:before {
  content: "\e95a";
}

.crsp-calendar:before {
  content: "\e95b";
}

.crsp-user:before {
  content: "\e95d";
}

.crsp-send:before {
  content: "\e95c";
}

.crsp-at:before {
  content: "\e95e";
}

.crsp-envelope:before {
  content: "\e95f";
}

.crsp-info:before {
  content: "\e960";
}

.crsp-phone-call:before {
  content: "\e961";
}

.crsp-mail:before {
  content: "\e962";
}

.crsp-skype:before {
  content: "\e963";
}

.crsp-left-quote:before {
  content: "\e964";
}

.crsp-web-tools:before {
  content: "\e957";
}

.crsp-chevron-right:before {
  content: "\e955";
}

.crsp-full-case-study:before {
  content: "\e953";
}

.crsp-management:before {
  content: "\e94f";
}

.crsp-man-gear:before {
  content: "\e950";
}

.crsp-paint-brush:before {
  content: "\e951";
}

.crsp-link-chain:before {
  content: "\e952";
}

.crsp-case-study:before {
  content: "\e94e";
}

.crsp-wordpress:before {
  content: "\e956";
}

.crsp-laravel:before {
  content: "\e94d";
}

.crsp-phonegap:before {
  content: "\e942";
}

.crsp-drupal:before {
  content: "\e948";
}

.crsp-apple-logo:before {
  content: "\e949";
}

.crsp-android-logo:before {
  content: "\e94a";
}

.crsp-ruby:before {
  content: "\e94b";
}

.crsp-html5:before {
  content: "\e943";
}

.crsp-css3:before {
  content: "\e946";
}

.crsp-opencart:before {
  content: "\e947";
}

.crsp-php:before {
  content: "\e944";
}

.crsp-js:before {
  content: "\e945";
}

.crsp-coding-pc:before {
  content: "\e93f";
}

.crsp-coding-monitor:before {
  content: "\e940";
}

.crsp-test-exam:before {
  content: "\e941";
}

.crsp-test:before {
  content: "\e93d";
}

.crsp-exam:before {
  content: "\e93e";
}

.crsp-development:before {
  content: "\e931";
}

.crsp-chat:before {
  content: "\e932";
}

.crsp-tactics:before {
  content: "\e933";
}

.crsp-strategy-pencil:before {
  content: "\e934";
}

.crsp-strategy-chess:before {
  content: "\e935";
}

.crsp-strategy-board:before {
  content: "\e936";
}

.crsp-chess-horse:before {
  content: "\e937";
}

.crsp-up-arrow:before {
  content: "\e938";
}

.crsp-down-arrow:before {
  content: "\e939";
}

.crsp-rocket-ship:before {
  content: "\e93a";
}

.crsp-light-bulb:before {
  content: "\e93b";
}

.crsp-padlock:before {
  content: "\e92d";
}

.crsp-padlock-shield:before {
  content: "\e92e";
}

.crsp-shield:before {
  content: "\e92f";
}

.crsp-speedometer:before {
  content: "\e930";
}

.crsp-ruler-pencil:before {
  content: "\e929";
}

.crsp-compass-ruler:before {
  content: "\e92a";
}

.crsp-compass-pencil:before {
  content: "\e92b";
}

.crsp-cubes:before {
  content: "\e92c";
}

.crsp-lego-cube:before {
  content: "\e928";
}

.crsp-bugs-search:before {
  content: "\e926";
}

.crsp-diamond:before {
  content: "\e927";
}

.crsp-success:before {
  content: "\e922";
}

.crsp-checked:before {
  content: "\e923";
}

.crsp-desktop:before {
  content: "\e91e";
}

.crsp-embedded:before {
  content: "\e91f";
}

.crsp-administration:before {
  content: "\e920";
}

.crsp-mobile-dev:before {
  content: "\e921";
}

.crsp-mobile-phone-code:before {
  content: "\e91d";
}

.crsp-web-page:before {
  content: "\e91c";
}

.crsp-api:before {
  content: "\e91b";
}

.crsp-add-contact:before {
  content: "\e965";
}

.crsp-pencil-o:before {
  content: "\e966";
}

.crsp-pencil-fill:before {
  content: "\e967";
}

.crsp-quote-circle:before {
  content: "\e968";
}

.crsp-shopping-cart:before {
  content: "\e958";
}

.crsp-open-source:before {
  content: "\e954";
}

.crsp-handshake:before {
  content: "\e94c";
}

.crsp-bar-chart-reload:before {
  content: "\e93c";
}

.crsp-compass-tool:before {
  content: "\e925";
}

.crsp-personal-timeline:before {
  content: "\e924";
}

.crsp-skills:before {
  content: "\e91a";
}

.crsp-personal-qualities:before {
  content: "\e919";
}

.crsp-google-play-fill:before {
  content: "\e916";
}

.crsp-apple:before {
  content: "\e917";
}

.crsp-google-play-o:before {
  content: "\e918";
}

.crsp-airplane:before {
  content: "\e914";
}

.crsp-download-cloud:before {
  content: "\e915";
}

.crsp-language:before {
  content: "\e90e";
}

.crsp-open-book:before {
  content: "\e910";
}

.crsp-book:before {
  content: "\e912";
}

.crsp-writing:before {
  content: "\e913";
}

.crsp-businessman:before {
  content: "\e906";
}

.crsp-manager:before {
  content: "\e90a";
}

.crsp-fishing:before {
  content: "\e90c";
}

.crsp-bio-person:before {
  content: "\e90d";
}

.crsp-traveling:before {
  content: "\e907";
}

.crsp-code:before {
  content: "\e908";
}

.crsp-dumbbell:before {
  content: "\e909";
}

.crsp-music-headphones:before {
  content: "\e90b";
}

.crsp-speaking:before {
  content: "\e90f";
}

.crsp-ball:before {
  content: "\e911";
}

.crsp-facebook:before {
  content: "\e900";
}

.crsp-github:before {
  content: "\e901";
}

.crsp-googleplus:before {
  content: "\e902";
}

.crsp-linkedin:before {
  content: "\e903";
}

.crsp-twitter:before {
  content: "\e904";
}

.crsp-vk:before {
  content: "\e905";
}

/* +++++ TEXT BASE ATOMIC STYLES +++++ */
.text--primary, .section-subheading__title--highlight {
  color: #52b3d9;
}
.text--light {
  color: #f7f7f7;
}
.text--light-gray {
  color: #e8e8e8;
}
.text--secondary {
  color: #56c99b;
}
.text--accent {
  color: #FFC107;
}

/* ----- TEXT BASE ATOMIC STYLES END ----- */
#home {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #home {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
  #home {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  #home {
    font-size: 0.8rem;
  }
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

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

.clearfix:after, .features-list__clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* centered columns styles */
.l-row-centered {
  text-align: center;
}

.l-col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.l-footer-front__social-icons, .l-footer-front__copyright, .l-footer .copyright, .l-footer .social-icons {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.clearfix, .features-list__clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix, * html .features-list__clearfix {
  height: 1%;
}

.clearfix, .features-list__clearfix {
  display: block;
}

#latest-work {
  min-height: 420px;
}
#latest-work .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#latest-work .button {
  margin-top: 1rem;
}

.l-latest-works-item {
  width: 100%;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.l-latest-works-item .latest-work-figure {
  margin: 0;
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .l-latest-works-item .latest-work-figure {
    display: block;
    width: 100%;
  }
}
.l-latest-works-item .latest-work-description {
  display: inline-block;
  height: 100%;
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .l-latest-works-item .latest-work-description {
    display: block;
    width: 100%;
  }
}

#principles {
  width: 100%;
}

.l-software-features {
  display: block;
}
@media only screen and (max-width: 992px) {
  .l-software-features {
    display: block;
  }
}
.l-software-features .features-photo {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 992px) {
  .l-software-features .features-photo {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.l-software-features .features-photo__picture {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 992px) {
  .l-software-features .features-photo__picture {
    max-height: 500px;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .l-software-features .features-photo__picture {
    max-height: 400px;
  }
}
.l-software-features .feature-list {
  vertical-align: middle;
  display: inline-block;
  padding: 0 2.5%;
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .l-software-features .feature-list {
    display: block;
    width: 100%;
    padding: 0 1%;
    margin: auto;
  }
}

.l-feature-list-item {
  padding: 0 !important;
}

/* Features list module */
.l-feature-list {
  font-size: 1em;
  line-height: 1.3em;
}
@media only screen and (max-width: 320px) {
  .l-feature-list {
    font-size: 1em;
    line-height: 1em;
  }
}

.l-works-list {
  text-align: center;
  font-size: 1.6rem;
}

#services {
  font-size: 1.6rem;
}

/* +++++ NAVIGATION MODULES LAYOUT +++++ */
.navigation {
  font-size: 1rem;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  width: 100%;
  z-index: 998;
  padding-bottom: 1px;
  background: #fff;
  transition: all 0.4s ease;
}
.navigation--sticky {
  transition: all 0.4s ease;
  top: 0;
  position: fixed;
}
.navigation--sticky + section {
  margin-top: 3.75em;
}

#navigation-bar-main {
  z-index: 999;
  font-size: 1.6rem;
  width: 100%;
}
#navigation-bar-main .container {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .container {
    text-align: justify;
  }
}
@media only screen and (max-width: 560px) {
  #navigation-bar-main {
    font-size: 1.4rem;
  }
}

#navigation-bar-main .navigation-bar-logo {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-bar-logo {
    width: 50%;
  }
}
#navigation-bar-main .navigation-menu {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  height: 100%;
  text-align: right;
}
#navigation-bar-main .navigation-menu__list {
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu {
    clear: both;
    display: none;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #navigation-bar-main .navigation-menu {
    display: inline-block;
  }
}
#navigation-bar-main .navigation-menu.is-displayed {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu.is-displayed {
    display: block;
  }
}
#navigation-bar-main .navigation-menu-toggle {
  display: none;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  #navigation-bar-main .navigation-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu-toggle {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}

/* ------ NAVIGATION MODULES LAYOUT END ------ */
/* Intro wrapper layout module */
#about {
  font-size: 1.6rem;
}

/* Hobbies layout */
.l-hobbies {
  text-align: center;
  font-size: 1.6em;
}
.l-hobbies .l-hobbies-list {
  text-align: center;
  margin: auto;
}
.l-hobbies .l-hobbies-list .hobbies-item {
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .l-hobbies .l-hobbies-list .hobbies-item {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .l-hobbies .l-hobbies-list .hobbies-item {
    font-size: 0.9em;
    width: 42%;
  }
}

/* About section layout */
/* Personal info section layout */
@media only screen and (max-width: 768px) {
  .l-personal-info-section .personal-info-section__header-icon {
    display: block;
    margin: 0.9375em auto;
  }
}

/* Language skills layout */
.l-language-skills {
  width: 100%;
  text-align: center;
}
.l-language-skills .language-skill {
  width: 30%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-language-skills .language-skill {
    display: block;
    width: 50%;
    margin: 1.25em auto;
  }
}
@media only screen and (max-width: 480px) {
  .l-language-skills .language-skill {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header {
    font-size: 0.8rem;
  }
}

.l-award-list {
  margin-top: 1rem !important;
  font-size: 1.6rem;
}

.scroll-top-button {
  display: inline-block;
  position: fixed;
  font-size: 1.25em;
  bottom: 0;
  z-index: 399;
  text-align: center;
  right: 0;
  margin-bottom: 1.75em;
  margin-right: 1.75em;
  border: none;
  height: 2.5em;
  width: 2.5em;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  color: #f7f7f7;
  background-color: #52b3d9;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.scroll-top-button:active, .scroll-top-button:hover {
  background-color: #237ea2;
}
.scroll-top-button__icon {
  text-align: center;
  margin: auto;
  width: 100%;
  display: inline-block;
  line-height: 2.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  .scroll-top-button {
    margin-bottom: 1.4583333333em;
    margin-right: 1.25em;
    font-size: 1.0162601626em;
  }
}

.l-work-process {
  font-size: 1.6rem;
}

.l-app-store {
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .l-app-store {
    font-size: 1.4rem;
  }
}

.l-app-store-list {
  margin-top: 1em;
  text-align: center;
}
.l-app-store-list .l-app-store-item {
  display: inline-block;
  margin: 1em 0.5em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .l-app-store-list .l-app-store-item {
    margin: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 560px) {
  .l-app-store-list .l-app-store-item {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .l-app-store-list .l-app-store-item {
    width: 80%;
  }
}
@media only screen and (max-width: 320px) {
  .l-app-store-list .l-app-store-item {
    width: 100%;
  }
}

#quotes .owl-theme .owl-controls .owl-page span {
  background: #f7f7f7;
}

.l-quotes-section {
  background-size: cover;
  padding: 3em 0;
}
@media only screen and (max-width: 768px) {
  .l-quotes-section {
    background-position: right top;
  }
}

.l-blog-posts {
  font-size: 1.6rem;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 992px) {
  .l-blog-post {
    margin: 2.5em auto;
  }
}

.l-contacts {
  font-size: 1.6rem;
}

.l-contact-form {
  padding: 0 5% 5% 5%;
}

.l-contact-form-submit {
  text-align: center;
}

.l-contact-info {
  border-right: 1px solid #52b3d9;
  text-align: center;
}
.l-contact-info.is-last-item {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .l-contact-info {
    border-right: none;
  }
}

.l-skill-list {
  margin-top: 4rem;
}

.l-hire-status {
  text-align: center;
}

.l-footer {
  position: relative;
}
.l-footer .social-icons {
  padding-right: 1.875em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .l-footer .social-icons {
    margin: 2rem 0;
    display: block;
    text-align: center;
  }
}
.l-footer .copyright {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-footer .copyright {
    text-align: center;
    display: block;
  }
}

.l-footer-front {
  padding: 2rem 0;
  display: block;
  width: 100%;
}
.l-footer-front__copyright {
  width: 49%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .l-footer-front__copyright {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-front__copyright {
    width: 100%;
  }
}
.l-footer-front__social-icons {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  margin: auto auto auto 0;
  padding-right: 1.875em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .l-footer-front__social-icons {
    font-size: 0.6em !important;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-front__social-icons {
    width: 100%;
    padding-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-front__social-icons {
    width: 100%;
    font-size: 0.5em !important;
  }
}

.form-control {
  height: 4.5rem;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #52b3d9;
  box-shadow: none;
}

.form-control {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.contact-form textarea.form-control {
  height: 115px;
}

.contact-form .btn {
  margin-top: 15px;
}

.contact-section div > i {
  float: left;
  font-size: 45px;
  margin-right: 20px;
}

.contact-section address,
.contact-section .contact-number {
  overflow: hidden;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 45px;
}

.no-js .preloader {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.preloader__logo {
  opacity: 1;
  -webkit-transition: all 0.2s 0.2s ease-out;
  -moz-transition: all 0.2s 0.2s ease-out;
  -o-transition: all 0.2s 0.2s ease-out;
  transition: all 0.2s 0.2s ease-out;
}
.preloader__slide {
  position: relative;
  width: 100%;
  height: 50%;
  background: #f5f5f5;
  z-index: 10;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.preloader__slide--top {
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  top: 0;
}
.preloader__slide--bottom {
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  bottom: 0;
}
.preloader--loaded .preloader__logo {
  opacity: 0;
}
.preloader--loaded .preloader__slide--top {
  top: -100%;
}
.preloader--loaded .preloader__slide--bottom {
  bottom: -100%;
}

.preloader-logo {
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
}
.preloader-logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.preloader-logo__wrapper {
  display: inline-block;
  text-align: center;
  margin: auto;
  width: 7%;
  min-width: 6.25em;
  position: relative;
}
.preloader-logo__image {
  max-height: 100%;
  max-width: 100%;
}
.preloader-logo__pulse-ring {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #52b3d9;
  border-radius: 50%;
  position: absolute;
  animation: pulsate infinite 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
/* +++++ SOCIAL ICONS MODULE +++++ */
.social-icons {
  margin-top: 1.5em;
  /* Styles for social icons */
}
.social-icons__list {
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .social-icons__list {
    margin-left: 0;
  }
}
.social-icons__list-item {
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}
.social-icons--footer {
  font-size: 1.1rem;
  margin-top: 0;
}
.social-icons--footer .social-icon-item__icon:hover {
  background-color: #56c99b;
  border-color: #56c99b;
}

.social-icon-item__icon {
  display: inline-block;
  position: relative;
  color: #f7f7f7;
  font-size: 1.5em;
  margin-top: 0.3125em;
  line-height: 3em;
  text-align: center;
  border: 1px solid #f7f7f7;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.social-icon-item__icon:hover {
  background-color: #52b3d9;
  border-color: #52b3d9;
}

/* ----- SOCIAL ICONS MODULE END ----- */
/* +++++ INTRO HEADER MODULE +++++ */
/* Intro navigation buttons */
.intro-navigation {
  margin-top: 1.5625em;
}
.intro-navigation__link-button {
  width: 12.5em;
  padding: 1rem 2rem !important;
  background-color: rgba(82, 179, 217, 0.1);
}
.intro-navigation__link-button--blog {
  color: #29f6a4 !important;
}
.intro-navigation__link-button--blog:hover {
  color: #f7f7f7 !important;
  background-color: #30c552 !important;
}
.intro-navigation__link-button--about {
  color: #46cbff !important;
}
.intro-navigation__link-button--about:hover {
  background-color: #52b3d9 !important;
  color: #f7f7f7 !important;
}
@media only screen and (max-height: 560px) and (orientation: landscape) {
  .intro-navigation__link-button {
    width: 10em;
    padding: 1rem 1.3rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .intro-navigation {
    font-size: 1em;
  }
}

#home {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.hero-intro {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.intro {
  z-index: 10;
  padding: 1em 2em;
  text-align: center;
  vertical-align: middle;
}
.intro .intro-navigation {
  width: 100%;
}
.intro .intro-navigation__link-button {
  display: inline-block;
}

@media only screen and (max-height: 560px) and (orientation: landscape) {
  .intro-info {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
  }
}

@media only screen and (max-height: 560px) and (orientation: landscape) {
  .intro-links {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
  }
}

/* Title module */
.intro-title {
  color: #f7f7f7;
}
.intro-title__pretext {
  font-size: 2em;
  display: block;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.intro-title__header {
  line-height: 1;
  font-size: 3em;
  padding: 0.125em 0;
}
.intro-title__text--primary {
  color: #52b3d9;
}
.intro-title__text--highlighted {
  color: #FFC107;
}

.hero-intro {
  background-attachment: fixed;
  background-position: 100% 100%;
  background-size: cover;
  background-position: center;
  padding: 0;
  text-align: center;
  position: relative;
  white-space: normal;
}
@media only screen and (max-width: 992px) {
  .hero-intro {
    background-attachment: scroll;
  }
}

.intro-wrapper {
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .intro-wrapper {
    padding: 5em 0.625em !important;
  }
}

.intro-overlay {
  padding: 0;
  z-index: 99;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  white-space: normal;
}
.intro-overlay::before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  height: 100vh;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 768px) {
  .intro-overlay::before {
    height: 100%;
  }
}

.intro-social-icons {
  font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
  .intro-social-icons {
    font-size: 0.7em;
  }
}

/* Sub-title module */
.intro-subtitle {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  word-wrap: break-word;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
.intro-subtitle__header {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  font-size: 1.8em;
  text-transform: uppercase;
}
.intro-subtitle__text--code {
  font-size: 1.2em;
  color: #FFC107;
}
@media only screen and (max-width: 480px) {
  .intro-subtitle__text--code {
    display: none;
  }
}
@media only screen and (max-height: 560px) and (orientation: landscape) {
  .intro-subtitle__text--code {
    display: none;
  }
}
.intro-subtitle__text--highlighted {
  color: #FFC107;
}
.intro-subtitle__text--primary {
  color: #52b3d9;
}
.intro-subtitle__text--secondary {
  color: #56c99b;
}

/* Description module */
.intro-description__text {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-height: 560px) and (orientation: landscape) {
  .intro-description__text {
    line-height: 1.3;
  }
}

/* ----- INTRO HEADER MODULE ----- */
/* +++++ SECTION MODULE +++++ */
.section {
  padding: 6rem 0;
  /* Icon submodule */
}
.section__title {
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  position: relative;
  color: #494949;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
@media only screen and (max-width: 560px) {
  .section__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .section__title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.section-title-line {
  text-align: center;
  display: block;
  margin: 1rem auto;
}
.section-title-line__bar {
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid #52b3d9;
  width: 6rem;
  color: #52b3d9;
}
.section-title-line__bar--left {
  margin-right: 3px;
}
.section-title-line__bar--right {
  margin-left: 3px;
}
.section-title-line__icon {
  font-size: 2rem;
  display: inline-block;
  color: #52b3d9;
}
.section__subtitle {
  color: #494949;
  margin: 3rem 0;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .section__subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.section__subtitle::after {
  content: "";
  width: 15%;
  display: block;
  margin: 1rem auto;
  border: 1px solid #52b3d9;
}
@media only screen and (max-width: 560px) {
  .section__subtitle::after {
    width: 90%;
  }
}
.section__description {
  display: block;
  clear: both;
  font-weight: 300;
  text-transform: none;
  font-size: 1.2em;
  text-align: center;
}
.section__header {
  text-align: center;
}
.section__content {
  margin-top: 4rem;
}
.section__content--center {
  text-align: center;
}
.section__separator {
  height: 1px;
  margin: 1.5625em auto;
  width: 80%;
  background-color: #E1E1E1;
}

/* Subheading module */
.section-subheading {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .section-subheading {
    text-align: center;
  }
}
.section-subheading__title {
  font-size: 3rem;
  color: #494949;
}
.section-subheading__separator {
  background-color: #52b3d9;
  width: 3.125em;
  margin: 0.9375em 0 0.9375em auto;
  display: block;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .section-subheading__separator {
    width: 100%;
  }
}
.section-subheading__description {
  font-weight: 350;
}

/* Dark theme for section */
.section--dark {
  background-color: #f5f5f5;
  color: #494949;
}
.section--dark .section__title {
  color: #494949;
}

.section--dark-blue {
  background-color: #4C5A6A;
  color: #f7f7f7;
}
.section--dark-blue .section__title {
  color: #f7f7f7;
}

.section--image {
  color: #f7f7f7;
}
.section--image .section__title {
  color: #f7f7f7;
}

/* Primary theme for section */
.section--primary {
  background-color: #52b3d9;
  color: #f7f7f7;
}
.section--primary .section__title {
  color: #f7f7f7;
}

/* ----- SECTION MODULE ----- */
/* +++++ FEATURES MODULE +++++ */
/* Features wrapper module */
.features-photo__picture {
  height: auto;
  width: auto;
  max-width: 80%;
  margin: auto;
  display: block;
}

/* Features list module */
.features-list__item {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .features-list__item {
    display: block;
    text-align: center;
  }
}

/* Feature list item module */
.feature-item {
  display: block;
  margin: 1.5em 0;
  color: #494949;
}
.feature-item__description {
  display: inline-block;
  width: 62%;
  vertical-align: top;
}
.feature-item__description-text {
  line-height: 1.4;
}
.feature-item__description-title {
  font-size: 1.3em;
  margin: 0.2em 0;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .feature-item__description-title {
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 480px) {
  .feature-item__description {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .feature-item__description {
    display: block;
    width: 100%;
  }
}
.feature-item__icon-container {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-right: 3%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .feature-item__icon-container {
    margin-right: 6%;
  }
}
@media only screen and (max-width: 992px) {
  .feature-item__icon-container {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .feature-item__icon-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .feature-item__icon-container {
    display: block;
    width: 100%;
  }
}
.feature-item__icon {
  color: #56c99b;
  font-size: 3.75em;
  display: inline-block;
  width: 1.5em;
  line-height: 1.5em;
  height: 1.5em;
  border-radius: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.feature-item__icon-wrapper {
  display: inline-block;
  position: relative;
}
.feature-item__icon-wrapper::before, .feature-item__icon-wrapper::after {
  font-size: 3.7em;
  opacity: 0;
  top: 0;
  color: #FFC107;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: left 0.5s, right 0.5s, opacity 0.9s;
  -moz-transition: left 0.5s, right 0.5s, opacity 0.9s;
  -o-transition: left 0.5s, right 0.5s, opacity 0.9s;
  transition: left 0.5s, right 0.5s, opacity 0.9s;
}
.feature-item__icon-wrapper::before {
  left: -30%;
  content: "{";
}
.feature-item__icon-wrapper::after {
  content: "}";
  right: -30%;
}

/* States */
.feature-item:hover .feature-item__icon-wrapper::before, .feature-item:hover .feature-item__icon-wrapper::after {
  opacity: 1;
}
.feature-item:hover .feature-item__icon-wrapper::before {
  left: -10%;
}
.feature-item:hover .feature-item__icon-wrapper::after {
  right: -10%;
}
.feature-item:hover .feature-item__icon {
  color: #52b3d9;
  /*    background-color: $color-secondary;
      color: $color-text--white;
      border-radius: 100%;*/
}
.feature-item:hover .feature-item__description-title {
  color: #FFC107;
}

/* ----- FEATURES MODULE ----- */
/* +++++ SKILL MODULES +++++ */
.skill-list--circle {
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .skill-list--circle {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .skill-items-list__item--odd {
    clear: both;
  }
}

/* Skill item module */
.skill-item {
  text-align: center;
}
.skill-item__title {
  padding: 1em 0;
  color: #494949;
}
.skill-item__circle:hover {
  border-color: #FFC107;
}
.skill-item__circle-shape {
  position: relative;
  margin: 0 auto;
  width: 7.5em;
  height: 7.5em;
  border: 5px solid #E1E1E1;
  background-color: #52b3d9;
  overflow: hidden;
  border-radius: 120px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.skill-item__circle-progress--inverse {
  display: inline-block;
  left: 0;
  width: 100%;
  position: absolute;
  height: 3.5em;
  overflow: hidden;
}
.skill-item__circle-progress--inverse::after {
  display: block;
  content: "";
  width: 100%;
  height: 7.5em;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.skill-item__circle-percent {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 45%;
  color: #000;
}
.skill-item__circle-percent-text {
  color: #494949;
  padding: 0.75em 0.4375em;
  background-color: #FFC107;
  box-shadow: 2px 2px 15px #0d0c0d;
  border-radius: 4px;
  font-weight: 700;
}
.skill-item__title {
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  .skill-item {
    font-size: 0.9em;
  }
}

/* ----- SKILL MODULES END ----- */
.latest-work__buttons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9375em;
}

.latest-work-carousel .owl-wrapper-outer {
  margin-bottom: 1.25em;
}

.latest-work-item {
  overflow: hidden;
}

.latest-work-figure {
  max-height: 400px;
  overflow: hidden;
}
.latest-work-figure__image {
  height: auto;
  background-size: cover;
  opacity: 0.8;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.latest-work-figure__image:hover {
  opacity: 1;
}
/* Description Module */
.latest-work-description {
  text-align: left;
  padding-left: 1em;
  padding-right: 1.625em;
  padding-top: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .latest-work-description {
    text-align: center;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
.latest-work-description__title {
  white-space: normal;
  color: #494949;
  padding-bottom: 0.375em;
  font-size: 1.375em;
}
.latest-work-description__title::after {
  display: block;
  margin-top: 0.625em;
  content: "";
  background-color: #52b3d9;
  height: 2px;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .latest-work-description__title::after {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.latest-work-description__subtitle {
  white-space: normal;
  margin-top: 0.3125em;
}
.latest-work-description__subtitle-item {
  line-height: 1.1;
  font-size: 1.1em;
  margin: 0.375em 0;
  font-weight: normal;
  text-transform: none;
}
.latest-work-description__subtitle-item-header {
  font-weight: 700;
}
.latest-work-description__text {
  white-space: normal;
}
.latest-work-description__link {
  font-size: 1.1em;
  display: block;
  margin: 0.3125em 0;
  font-weight: 400;
}
.latest-work-description__link-text::before {
  content: " ";
}
@media only screen and (max-width: 560px) {
  .latest-work-description {
    font-size: 0.9em;
  }
}

/*------------------------------------*\
  #BUTTONS STYLE
\*------------------------------------*/
.button {
  color: #f7f7f7;
  background-color: rgba(51, 51, 51, 0.15);
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  font-size: 1.4rem;
  margin: 0.7rem;
  display: inline-block;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.button__icon {
  margin-right: 0.5rem;
  color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.button__text {
  display: inline-block;
}
.button:hover, .button.is-selected {
  color: #f7f7f7;
}
.button--large {
  padding: 2rem 3rem;
  font-size: 1.6rem;
}
.button--small {
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
}
.button--full-width {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .button {
    font-size: 1.3rem;
  }
}

.button--primary {
  background-color: #52b3d9;
}
.button--primary:focus, .button--primary:visited {
  color: #f7f7f7;
}
.button--primary:hover, .button--primary.is-selected {
  background-color: #237ea2;
}
.button--secondary {
  background-color: #56c99b;
}
.button--secondary:focus, .button--secondary:visited {
  color: #f7f7f7;
}
.button--secondary:hover, .button--secondary.is-selected {
  background-color: #2d8c66;
}
.button--accent {
  background-color: #FFC107;
}
.button--accent:focus, .button--accent:visited {
  color: #f7f7f7;
}
.button--accent:hover, .button--accent.is-selected {
  background-color: #a07800;
}

.button--primary-inverse {
  position: relative;
  border-color: #52b3d9;
  color: #52b3d9;
  font-weight: 400;
}
.button--primary-inverse:before {
  content: "";
  position: absolute;
  background: #52b3d9;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
  -moz-transition: top 0.09s ease-in;
  -o-transition: top 0.09s ease-in;
  transition: top 0.09s ease-in;
}
.button--primary-inverse:focus, .button--primary-inverse:visited {
  color: #52b3d9;
}
.button--primary-inverse:hover, .button--primary-inverse.is-selected {
  color: #f7f7f7;
  font-weight: 700;
}
.button--primary-inverse:hover:before, .button--primary-inverse.is-selected:before {
  top: 0;
}
.button--secondary-inverse {
  position: relative;
  border-color: #56c99b;
  color: #56c99b;
  font-weight: 400;
}
.button--secondary-inverse:before {
  content: "";
  position: absolute;
  background: #56c99b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
  -moz-transition: top 0.09s ease-in;
  -o-transition: top 0.09s ease-in;
  transition: top 0.09s ease-in;
}
.button--secondary-inverse:focus, .button--secondary-inverse:visited {
  color: #56c99b;
}
.button--secondary-inverse:hover, .button--secondary-inverse.is-selected {
  color: #f7f7f7;
  font-weight: 700;
}
.button--secondary-inverse:hover:before, .button--secondary-inverse.is-selected:before {
  top: 0;
}
.button--accent-inverse {
  position: relative;
  border-color: #FFC107;
  color: #FFC107;
  font-weight: 400;
}
.button--accent-inverse:before {
  content: "";
  position: absolute;
  background: #FFC107;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
  -moz-transition: top 0.09s ease-in;
  -o-transition: top 0.09s ease-in;
  transition: top 0.09s ease-in;
}
.button--accent-inverse:focus, .button--accent-inverse:visited {
  color: #FFC107;
}
.button--accent-inverse:hover, .button--accent-inverse.is-selected {
  color: #f7f7f7;
  font-weight: 700;
}
.button--accent-inverse:hover:before, .button--accent-inverse.is-selected:before {
  top: 0;
}

.loader {
  display: none;
  font-size: 1.875em;
  height: 10em;
  text-align: center;
  width: 100%;
}
.loader__spinner {
  height: 100%;
  width: 100%;
}
.loader__title {
  font-size: 1em;
  text-align: center;
}
.loader--send-message {
  font-size: 1.7045454545em;
}

.loading-spinner {
  overflow: hidden;
  position: relative;
}
.loading-spinner__circle {
  width: 0.6666666667em;
  height: 0.6666666667em;
  position: absolute;
  left: -0.6666666667em;
  top: 1.3333333333em;
  background-color: #52b3d9;
  border-radius: 50%;
  animation: moveSpinnerCircle 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.loading-spinner__circle:nth-child(2) {
  animation-delay: 150ms;
}
.loading-spinner__circle:nth-child(3) {
  animation-delay: 300ms;
}
.loading-spinner__circle:nth-child(4) {
  animation-delay: 450ms;
}

@keyframes moveSpinnerCircle {
  0% {
    left: 0%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.popup {
  text-align: center;
  z-index: 999;
  position: fixed; /* Stay in place */
  width: 100%;
  height: 100%;
  background-color: rgba(27, 28, 54, 0.67);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
}
.popup__wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.popup-content {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  width: 17.5em;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .popup-content {
    font-size: 1.1363636364em;
  }
}
@media only screen and (max-width: 560px) {
  .popup-content {
    font-size: 1.0416666667em;
  }
}
@media only screen and (max-width: 560px) {
  .popup-content {
    font-size: 0.9615384615em;
  }
}
.popup-content__close-button {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4em;
  position: absolute;
  cursor: pointer;
  right: -0.75em;
  top: -0.75em;
}
.popup-content__close-button:active, .popup-content__close-button:hover {
  background-color: #f5f5f5;
}
.popup-content__button {
  font-size: 1em;
  width: 60%;
  padding: 0.625em 1.875em;
  border-radius: 40px;
  border: 1px solid #52b3d9;
  background-color: transparent;
  color: #494949;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-content__button:hover {
  color: #494949;
}
.popup-content__header {
  display: table;
  width: 100%;
  height: 10em;
  vertical-align: middle;
}
.popup-content__footer {
  margin-bottom: 1.5em;
}
.popup-content--error .popup-content__header {
  background-color: #E14E61;
}
.popup-content--error .popup-content__button {
  border: 1px solid #E14E61;
}
.popup-content--error .popup-content__button:active, .popup-content--error .popup-content__button:hover {
  color: #f7f7f7;
  background-color: #E14E61;
}
.popup-content--success .popup-content__header {
  background-color: #3AD587;
}
.popup-content--success .popup-content__button {
  border: 1px solid #3AD587;
}
.popup-content--success .popup-content__button:active, .popup-content--success .popup-content__button:hover {
  color: #f7f7f7;
  background-color: #3AD587;
}

.popup-header {
  text-align: center;
}
.popup-header__icon {
  font-size: 4em;
  color: #f7f7f7;
  display: table-cell;
  vertical-align: middle;
}

.popup-body {
  padding: 0.75em;
  margin-top: 1em;
  text-align: center;
}
.popup-body__message {
  font-size: 0.9em;
}
.popup-body__title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

/* +++++ SERVICES MODULES +++++ */
/* Service item module */
.service-item {
  background-color: #fff;
  padding: 1.875em 0.9375em;
  margin: 0.625em 0;
  -moz-box-shadow: 3px 3px 0 0 #E1E1E1;
  -webkit-box-shadow: 3px 3px 0 0 #E1E1E1;
  box-shadow: 3px 3px 0 0 #E1E1E1;
  border: 1px solid #E1E1E1;
}
.service-item__title {
  white-space: nowrap;
  font-size: 1.375em;
  color: #52b3d9;
  margin: 0.3125em -0.625em;
}
.service-item__icon {
  font-size: 3.4375em;
  clear: both;
  height: 1.8181818182em;
  width: 1.8181818182em;
  line-height: 1.7454545455em;
  margin-bottom: 0.2181818182em;
  display: inline-block;
  box-shadow: 0 0 0 3px #52b3d9;
  background-color: #52b3d9;
  color: #f7f7f7;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  border-radius: 50%;
  border: 4px solid #fff;
}
.service-item__description {
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .service-item {
    margin: 1.875em 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* Service features list module */
.service-item-list {
  list-style-type: none;
  margin-top: 0.4375em;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 1.1em;
}
.service-item-list__item {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3125em;
  padding-bottom: 0.3125em;
  border-bottom: solid 1px #E1E1E1;
}
.service-item-list__item::before {
  font-family: "crspiconfont";
  content: "\e923";
  margin: 0 0.3125em 0 -0.9375em;
  color: #56c99b;
}
.service-item-list__item-title {
  font-size: 1em;
  text-transform: none;
  display: inline-block;
}

/* Module states */
.service-item:hover {
  background-color: #52b3d9;
  color: #f7f7f7;
  border-color: #f7f7f7;
}
.service-item:hover .service-item__title {
  color: #f7f7f7;
}
.service-item:hover .service-item__icon {
  color: #52b3d9;
  background-color: #fff;
}
.service-item:hover .service-item-list__item::before {
  color: #FFC107;
}

/* ----- SERVICES MODULES END ----- */
/* +++++ NAVIGATION MODULES +++++ */
.navigation-bar {
  font-weight: 300;
  border: 0;
  letter-spacing: 1px;
  border-radius: 0;
  margin: 0;
}

/* Container with hamburger toggle module */
.navigation-menu-toggle {
  display: inline-block;
}

/* Menu toggle button module */
.menu-toggle-button {
  position: relative;
  padding: 0.625em;
  background: transparent none;
  border: none;
}
.menu-toggle-button__bar {
  background-color: #56c99b;
  display: block;
  width: 1.875em;
  margin: 0.5em 0;
  height: 2px;
  border-radius: 1px;
}

/* Navigation bar list module */
/* States */
/* Navigation menu module */
.navigation-menu__list {
  float: right;
  margin-right: -0.9375em;
  right: auto;
  left: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation-menu__list-item {
  background: none;
  outline: 0;
  margin: 0 0.0625em;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.navigation-menu__list-item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  position: relative;
  bottom: 0;
  background: #56c99b;
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list-item::after {
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    transition: width 0.8s;
  }
}
.navigation-menu__list-item-link {
  display: block;
  padding: 0.9375em 0.9375em;
  color: #494949;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list-item-link {
    padding: 0.625em 0.625em;
  }
}
.navigation-menu__list-item.is-active::after, .navigation-menu__list-item:hover::after {
  width: 100%;
}
.mobile-device--ios .navigation-menu__list-item.is-active::after, .mobile-device--ios .navigation-menu__list-item:hover::after {
  width: 0;
}
.navigation-menu__list-item.is-active .navigation-menu__list-item-link, .navigation-menu__list-item:hover .navigation-menu__list-item-link {
  color: #56c99b;
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list-item {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-menu {
    position: relative;
    background-color: #fff;
    width: 100%;
  }
}

/* Navigation bar logo module */
.navigation-bar-logo {
  line-height: 100%;
  text-align: left;
}
.navigation-bar-logo__link {
  padding: 0.3125em 0;
  display: inline-block;
}
.navigation-bar-logo__image {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  max-height: 2.5em;
  max-width: 2.5em;
}

.navigation-menu--left .navigation-menu__list {
  float: left;
  margin-left: -0.9375em;
  right: auto;
  left: 0;
}

/* ----- NAVIGATION MODULES END ----- */
/* Timeline module */
.timeline-list {
  border-left: 6px solid #eee;
  list-style: none;
  padding: 1px 0;
  margin: 0 0 0 160px;
}
@media only screen and (max-width: 560px) {
  .timeline-list {
    margin: 2.5em 0 0 0;
    border: none;
  }
}

/* Timeline item module */
.timeline-item {
  margin: 4.5rem 0;
  /* Timeline item description submodule */
}
@media only screen and (max-width: 992px) {
  .timeline-item:nth-child(2n) {
    clear: both;
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .timeline-item {
    clear: both;
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
}
.timeline-item.is-first-item {
  margin-top: 0;
}
.timeline-item-date {
  float: left;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.625em 0.9375em 0.625em 0.625em;
  margin-top: -1.25em;
  margin-left: -165px;
  width: 150px;
  text-align: center;
  color: #f7f7f7;
}
@media only screen and (max-width: 560px) {
  .timeline-item-date {
    width: 100%;
    margin-left: 0;
  }
}
.timeline-item-date .timeline-item-date__to, .timeline-item-date .timeline-item-date__from {
  padding: 0.375em;
  display: block;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  .timeline-item-date .timeline-item-date__to, .timeline-item-date .timeline-item-date__from {
    display: inline;
  }
}
.timeline-item-date__from {
  background-color: #56c99b;
  -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
}
.timeline-item-date__to {
  background-color: #52b3d9;
  z-index: 3;
  position: relative;
  -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
}
.timeline-item-circle {
  float: left;
  margin: 0.8125em 0 1.25em -1em;
  width: 1.5625em;
  height: 1.5625em;
  background-color: #E1E1E1;
  border: 6px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 560px) {
  .timeline-item-circle {
    display: none;
  }
}
.timeline-item-description {
  cursor: pointer;
  position: relative;
  margin: 0.9375em 0 0.625em 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9375em 1.25em;
  -webkit-transition: all 0.6s ease 0;
  -moz-transition: all 0.6s ease 0;
  -o-transition: all 0.6s ease 0;
  transition: all 0.6s ease 0;
}
.timeline-item-description:hover {
  background: #52b3d9;
  border-color: #52b3d9;
}
.timeline-item-description:hover::after {
  right: 100%;
  top: 1.5625em;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 0.625em solid rgba(0, 0, 0, 0);
  border-right-color: #52b3d9;
  margin-top: -0.625em;
}
@media only screen and (max-width: 560px) {
  .timeline-item-description:hover::after {
    border-width: 0;
  }
}
.timeline-item-description:hover .timeline-item-description__title {
  color: #f7f7f7;
}
.timeline-item-description:hover .timeline-item-description__sub-title {
  color: #f7f7f7;
}
.timeline-item-description__title {
  cursor: pointer;
  margin: 0;
  font-weight: 900;
  color: #494949;
}
.timeline-item-description__sub-title {
  color: #56c99b;
  margin-top: 7px;
}
.timeline-item-description__content {
  display: none;
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
  padding-top: 0.4375em;
}
@media only screen and (max-width: 560px) {
  .timeline-item-description {
    margin: 0 0 0.625em;
    padding-top: 1.875em;
    text-align: center;
  }
}

/* Timeline item states */
.timeline-item.is-opened .timeline-item-circle {
  background-color: #FFC107;
  -moz-box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
  box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
}
.timeline-item.is-opened .timeline-item-description {
  background: #fff;
}
.timeline-item.is-opened .timeline-item-description:hover {
  background: transparent;
}
.timeline-item.is-opened .timeline-item-description:hover .timeline-item-description__title {
  color: #222;
}
.timeline-item.is-opened .timeline-item-description:hover .timeline-item-description__sub-title {
  color: #FFC107;
}
.timeline-item.is-opened .timeline-item-description:hover::after {
  border-width: 0;
}

/* +++++ ABOUT MODULES +++++ */
/* Biography module */
.biography {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  border: 1px solid #E1E1E1;
  /* Info list submodule */
}
.biography-photo {
  display: block;
  max-height: 450px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .biography-photo {
    max-height: 650px;
  }
}
@media only screen and (max-width: 560px) {
  .biography-photo {
    max-height: 450px;
  }
}
.biography-photo__image {
  width: 100%;
  height: auto;
}
.biography-info-list {
  display: block;
  padding: 1.5625em 1.25em 1.5625em;
}
.biography-info-list__item {
  padding: 0.3125em 0;
  border-bottom: 1px solid #E1E1E1;
}
.biography-info-list__item-header {
  font-weight: 700;
}
.biography-info-list__item.is-last-item {
  border-bottom: 0;
}

/* Personal info module */
.personal-info {
  /* Section submodule */
}
.personal-info-section {
  margin-bottom: 1.875em;
}
.personal-info-section__text {
  text-indent: 6%;
  padding-left: 2%;
}
.personal-info-section__header {
  margin-bottom: 0.9375em;
}
.personal-info-section__header-title {
  display: inline-block;
  vertical-align: middle;
}
.personal-info-section__header-icon {
  text-align: center;
  font-size: 1.2em;
  vertical-align: middle;
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  margin-right: 0.4375em;
  line-height: 2.5em;
  color: #56c99b;
  border: 1px solid #56c99b;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 992px) {
  .personal-info-section__header {
    text-align: center;
  }
}

.material-icon__icon {
  font-size: 1.75em;
  color: #52b3d9;
  display: inline-block;
  text-align: center;
  width: 2.1875em;
  height: 2.1875em;
  line-height: 2.1875em;
  vertical-align: middle;
  margin: 0.4375em 0.75em;
  border-radius: 50%;
  border: 1px solid #56c99b;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-icon__icon:hover {
  color: #f7f7f7;
  background-color: #52b3d9;
}
/* Hobbies module */
.hobbies {
  /* Hobbies list submodule */
  /* Hobbies list item submodule */
}
.hobbies-list {
  list-style: none;
}
.hobbies-item__icon {
  display: inline-block;
  color: #56c99b;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  margin: 0.4375em 0.75em;
  border-radius: 50%;
  border: 1px solid #56c99b;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hobbies-item__title {
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 0.7em;
}

.hobbies-item:hover .hobbies-item__icon {
  color: #f7f7f7;
  background-color: #52b3d9;
  border: 1px solid #52b3d9;
}

/* Language skills module */
.language-skill {
  padding: 1.25em;
  margin: 0 0.4375em;
  overflow: hidden;
  text-align: center;
  border: 1px solid #E1E1E1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.language-skill__title {
  color: #2d8c66;
}
.language-skill__level {
  font-weight: 700;
  color: #000;
}
.language-skill__icons {
  font-size: 1.4em;
}
.language-skill__icon {
  color: #56c99b;
  margin: 0.125em;
}

.language-skill:hover {
  background-color: #52b3d9;
  color: #f7f7f7;
}
.language-skill:hover .language-skill__icon,
.language-skill:hover .language-skill__title,
.language-skill:hover .language-skill__level {
  color: #f7f7f7;
}

/* Info buttons module */
.info-buttons {
  display: block;
}
@media only screen and (max-width: 992px) {
  .info-buttons {
    margin-bottom: 2.5em;
  }
}
.info-buttons__button {
  text-align: center;
  display: block;
  clear: both;
}

/* ----- ABOUT MODULES END ----- */
/* +++++ ABOUT MODULES +++++ */
/* Biography module */
.biography {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  border: 1px solid #E1E1E1;
  /* Info list submodule */
}
.biography-photo {
  display: block;
  max-height: 450px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .biography-photo {
    max-height: 650px;
  }
}
@media only screen and (max-width: 560px) {
  .biography-photo {
    max-height: 450px;
  }
}
.biography-photo__image {
  width: 100%;
  height: auto;
}
.biography-info-list {
  display: block;
  padding: 1.5625em 1.25em 1.5625em;
}
.biography-info-list__item {
  padding: 0.3125em 0;
  border-bottom: 1px solid #E1E1E1;
}
.biography-info-list__item-header {
  font-weight: 700;
}
.biography-info-list__item.is-last-item {
  border-bottom: 0;
}

/* Personal info module */
.personal-info {
  /* Section submodule */
}
.personal-info-section {
  margin-bottom: 1.875em;
}
.personal-info-section__text {
  text-indent: 6%;
  padding-left: 2%;
}
.personal-info-section__header {
  margin-bottom: 0.9375em;
}
.personal-info-section__header-title {
  display: inline-block;
  vertical-align: middle;
}
.personal-info-section__header-icon {
  text-align: center;
  font-size: 1.2em;
  vertical-align: middle;
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  margin-right: 0.4375em;
  line-height: 2.5em;
  color: #56c99b;
  border: 1px solid #56c99b;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 992px) {
  .personal-info-section__header {
    text-align: center;
  }
}

.material-icon__icon {
  font-size: 1.75em;
  color: #52b3d9;
  display: inline-block;
  text-align: center;
  width: 2.1875em;
  height: 2.1875em;
  line-height: 2.1875em;
  vertical-align: middle;
  margin: 0.4375em 0.75em;
  border-radius: 50%;
  border: 1px solid #56c99b;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-icon__icon:hover {
  color: #f7f7f7;
  background-color: #52b3d9;
}
/* Hobbies module */
.hobbies {
  /* Hobbies list submodule */
  /* Hobbies list item submodule */
}
.hobbies-list {
  list-style: none;
}
.hobbies-item__icon {
  display: inline-block;
  color: #56c99b;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  margin: 0.4375em 0.75em;
  border-radius: 50%;
  border: 1px solid #56c99b;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hobbies-item__title {
  color: #000;
  font-weight: 400;
  display: block;
  font-size: 0.7em;
}

.hobbies-item:hover .hobbies-item__icon {
  color: #f7f7f7;
  background-color: #52b3d9;
  border: 1px solid #52b3d9;
}

/* Language skills module */
.language-skill {
  padding: 1.25em;
  margin: 0 0.4375em;
  overflow: hidden;
  text-align: center;
  border: 1px solid #E1E1E1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.language-skill__title {
  color: #2d8c66;
}
.language-skill__level {
  font-weight: 700;
  color: #000;
}
.language-skill__icons {
  font-size: 1.4em;
}
.language-skill__icon {
  color: #56c99b;
  margin: 0.125em;
}

.language-skill:hover {
  background-color: #52b3d9;
  color: #f7f7f7;
}
.language-skill:hover .language-skill__icon,
.language-skill:hover .language-skill__title,
.language-skill:hover .language-skill__level {
  color: #f7f7f7;
}

/* Info buttons module */
.info-buttons {
  display: block;
}
@media only screen and (max-width: 992px) {
  .info-buttons {
    margin-bottom: 2.5em;
  }
}
.info-buttons__button {
  text-align: center;
  display: block;
  clear: both;
}

/* ----- ABOUT MODULES END ----- */
.open-source-list {
  text-align: center;
  margin: 1.5625em auto;
}
@media only screen and (max-width: 992px) {
  .open-source-list__item {
    margin-top: 1.25em;
  }
}

.open-source-item {
  font-size: 1.1875em;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1.5789473684em 0.2631578947em;
  border: 1px solid #56c99b;
  max-height: 9.7368421053em;
  min-height: 9.7368421053em;
  margin: auto;
}
.open-source-item__icon {
  font-size: 3.6842105263em;
  display: block;
  color: #56c99b;
  text-align: center;
}
.open-source-item__title {
  font-weight: 400;
  font-size: 1.05em;
  color: #56c99b;
  margin: 0.9375em auto 0;
  text-align: center;
}
.open-source-item__description {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  left: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.open-source-item:hover .open-source-item__description {
  opacity: 1;
  left: 0;
  visibility: visible;
}
@media only screen and (max-width: 992px) {
  .open-source-item {
    font-size: 1.0625em;
  }
}
@media only screen and (max-width: 768px) {
  .open-source-item {
    font-size: 1em;
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .open-source-item {
    font-size: 0.9375em;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .open-source-item {
    font-size: 0.9375em;
  }
}

.item-overlay-description {
  color: #f7f7f7;
  padding: 0.4375em;
  height: 100%;
  background-color: #39b382;
}
.item-overlay-description__text {
  text-align: center;
  color: #f7f7f7;
}
.item-overlay-description__icon {
  vertical-align: middle;
}
.item-overlay-description__link {
  position: absolute;
  bottom: 0;
  margin: 0.3125em auto;
  display: block;
  width: 100%;
  color: #f7f7f7;
  text-align: center;
}
.item-overlay-description__link:hover {
  color: #e8e8e8;
}

/* Award list module */
/* Award list item module */
.award-item {
  padding: 1.875em;
  text-align: center;
}
.award-item__icon {
  font-size: 3.5em;
  margin: 0.2678571429em;
  display: block;
  color: #52b3d9;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.award-item__content {
  width: 100%;
}
.award-item__content-title {
  color: #494949;
  margin: 0.1875em;
}
.award-item__content-sub-title {
  margin: 0.1875em;
  color: #797e83;
}
.award-item:hover .award-item__icon {
  color: #FFC107;
}

.work-process-item {
  position: relative;
  padding: 0;
  /* Modifiers */
}
@media only screen and (max-width: 800px) {
  .work-process-item {
    width: 33.33333333%;
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .work-process-item::before {
    position: absolute;
    z-index: 10;
    content: "";
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    margin-bottom: -4.125em;
    border-left: 1px dashed #6e6e6e;
  }
}
.work-process-item__arrow {
  display: block;
  position: absolute;
  z-index: 15;
  top: 50%;
  right: 0;
  width: 3.125em;
  height: 3.125em;
  line-height: 3.125em;
  margin-top: 2.8125em;
  margin-right: -1.5625em;
  text-align: center;
}
.work-process-item.is-first-item .work-process-item__content::before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 800px) {
  .work-process-item.is-last-item::before {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .work-process-item.is-last-item .work-process-item__content::before {
    left: auto;
    right: 0;
  }
}
.work-process-item.is-last-item .work-process-item__content::after {
  display: none;
}
@media only screen and (min-width: 800px) {
  .work-process-item.is-last-item .process-item-content__dot {
    right: 0;
    left: auto;
  }
}
.work-process-item--up .work-process-item__content {
  margin-top: 0;
}
.work-process-item--up .work-process-item__content::after {
  margin-top: 0;
}
@media only screen and (min-width: 800px) {
  .work-process-item--up .work-process-item__arrow {
    margin-top: 1.5625em;
  }
}
@media only screen and (min-width: 800px) {
  .work-process-item--up .work-process-item__content-title {
    top: auto;
    bottom: 0;
    margin-bottom: -2.0625em;
  }
}
@media only screen and (max-width: 800px) {
  .work-process-item--up::before {
    display: none;
  }
}
.work-process-item--down .work-process-item__content::before {
  margin-top: 0;
}
@media only screen and (min-width: 800px) {
  .work-process-item--down .work-process-item__arrow {
    margin-top: -1.5625em;
  }
}
@media only screen and (max-width: 800px) {
  .work-process-item--down .work-process-item__arrow {
    left: 0;
    margin-left: -1.5625em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 800px) {
  .work-process-item {
    margin: 0 auto;
    width: 12.5em;
    height: 8.25em;
  }
}

.process-item-content {
  z-index: 5;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 8.25em;
  /* Inner elements */
}
.process-item-content::before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #6e6e6e;
}
.process-item-content::after {
  position: absolute;
  z-index: 10;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  margin-top: -8.25em;
  border-left: 1px dashed #6e6e6e;
}
@media only screen and (min-width: 800px) {
  .process-item-content::after {
    margin-top: -6.375em;
  }
}
.process-item-content__icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 2.2em;
  position: absolute;
  color: #f7f7f7;
  z-index: 15;
  top: 50%;
  left: 50%;
  border: 1px solid #52b3d9;
  display: block;
  width: 2.4431818182em;
  height: 1.875em;
  line-height: 1.875em;
  margin-top: -0.9375em;
  margin-left: -1.2215909091em;
  background-color: #52b3d9;
  text-align: center;
  border-radius: 3px;
}
.process-item-content__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  width: 100%;
  height: 4.125em;
  line-height: 4.125em;
  margin-top: -1.125em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .process-item-content__title {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 800px) {
  .process-item-content__title {
    margin-top: -2.0625em;
  }
}
@media only screen and (max-width: 768px) {
  .process-item-content__title {
    font-size: 1em;
  }
}
.process-item-content__dot {
  position: absolute;
  z-index: 15;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #6e6e6e;
  border-radius: 25%;
}
.process-item-content:hover .process-item-content__icon {
  background-color: #f5f5f5;
  color: #52b3d9;
  border: 1px solid #52b3d9;
  font-size: 2.3;
}
@media only screen and (min-width: 800px) {
  .process-item-content {
    margin-top: 6.375em;
    height: 6.375em;
  }
}

@media only screen and (max-width: 800px) {
  .work-process-description__text {
    text-align: center;
  }
}

/* App store item */
.app-store-item {
  position: relative;
  font-size: 1.3em;
  color: #f7f7f7;
  text-align: center;
  padding: 0.9615384615em 0.7211538462em;
  border: 1px solid #52b3d9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.app-store-item__icon {
  vertical-align: middle;
  display: inline-block;
  font-size: 2.1em;
  color: #52b3d9;
  margin: 0 0.1442307692em;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .app-store-item__icon {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
}
.app-store-item__description {
  padding-top: 0.0961538462em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2403846154em;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .app-store-item__description {
    text-align: center;
  }
}
.app-store-item .app-store-item__store-name, .app-store-item .app-store-item__title {
  clear: both;
  float: left;
  line-height: 0.9615384615em;
}
.app-store-item__title {
  font-weight: 350;
  color: #52b3d9;
}
@media only screen and (max-width: 480px) {
  .app-store-item__title {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.app-store-item__store-name {
  color: #52b3d9;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .app-store-item__store-name {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.app-store-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 100;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
.app-store-item:hover {
  border-color: #f7f7f7;
  background-color: #52b3d9;
}
.app-store-item:hover .app-store-item__store-name {
  color: #f7f7f7;
}
.app-store-item:hover .app-store-item__icon {
  color: #f7f7f7;
}
.app-store-item:hover .app-store-item__title {
  color: #f7f7f7;
}

/* Quote item module */
.quote-item {
  text-align: center;
}
.quote-item__text {
  font-size: 1.25em;
  margin-top: 0.75em;
}
.quote-item__author {
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #FFC107;
}
.quote-item__icon {
  display: block;
  font-size: 2em;
  color: #52b3d9;
}
.quote-item__author-career {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
  color: #52b3d9;
}

/* === Blog Section === */
.blog-more {
  text-align: center;
}
/* Meta sub module */
.blog-post {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E1E1E1;
  box-shadow: 0 0 2px 0 rgba(68, 68, 68, 0.5);
  /* Thumbnail submodule */
}
.blog-post::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-post:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-post:hover::after {
  opacity: 1;
}
.blog-post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  height: 15.625em;
}
@media only screen and (max-width: 768px) {
  .blog-post-thumbnail {
    height: 25em;
  }
}
@media only screen and (max-width: 560px) {
  .blog-post-thumbnail {
    height: 18.75em;
  }
}
@media only screen and (max-width: 320px) {
  .blog-post-thumbnail {
    height: 15.625em;
  }
}
.blog-post-thumbnail__link {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.blog-post-thumbnail__image {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  max-width: 170%;
  width: auto !important;
  min-height: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.blog-post-thumbnail__image:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-post-thumbnail-date {
  background: #52b3d9 none repeat scroll 0 0;
  color: #f7f7f7;
  line-height: 1.25em;
  padding: 0.625em;
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-post-thumbnail-date__day {
  display: block;
}
.blog-post-thumbnail-date__month {
  display: block;
}
.blog-post-description {
  width: 100%;
  text-align: justify;
  padding: 0 0.75em;
}
.blog-post-category {
  margin: 0.4375em 0;
}
.blog-post-category__link {
  font-size: 0.855em;
  line-height: 1.71em;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-post-title {
  font-weight: 500;
}
.blog-post-title__link {
  display: inline-block;
  overflow: hidden;
  color: #494949;
}
.blog-post-title__link:hover {
  color: #52b3d9;
}
.blog-post__short-text {
  padding: 0.625em 0.625em 0 0;
  line-height: 1.3125em;
}
.blog-post__read-more {
  color: #52b3d9;
  font-weight: 500;
}
.blog-post-meta {
  width: 100%;
  border-width: 1px 0;
  border-color: #e8e8e8;
  border-style: solid;
  margin-top: 0.625em;
}
.blog-post-meta__title {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-meta__link {
  width: 22%;
  white-space: nowrap;
  font-size: 0.9375em;
  padding: 0.6666666667em 1em;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  color: #797e83;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-post-meta__link:hover {
  color: #52b3d9;
}
.blog-post-meta__link--left {
  width: 45%;
  border-left: 0;
}
@media only screen and (max-width: 992px) {
  .blog-post-meta__link--left {
    display: block;
    border: none;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-post-meta__link {
    width: 100%;
    text-align: left;
    padding: 0.3333333333em 0.6666666667em;
    display: block;
    border-left: none;
    border-top: 1px solid #e8e8e8;
  }
}
.blog-post-meta__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 0.25em;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 1.8em;
  right: 1.8em;
}
.scroll-up__link {
  font-size: 0.875em;
  background-color: #56c99b;
  display: block;
  width: 2.8571428571em;
  height: 2.8571428571em;
  text-align: center;
  color: #f7f7f7;
  line-height: 2.8571428571em;
  border-radius: 50%;
}
.scroll-up__link:hover, .scroll-up__link:active {
  background-color: #52b3d9;
  color: #f7f7f7;
}
.scroll-up__icon {
  font-size: 1.875em;
  padding-bottom: 0.1em;
  vertical-align: middle;
}

/* Contact info module */
.contact-info {
  margin-bottom: 0.9375em;
}
.contact-info__icon {
  font-size: 2.75em;
  color: #56c99b;
  height: 1.5909090909em;
  width: 1.5909090909em;
  line-height: 1.5909090909em;
  display: inline-block;
  margin-bottom: 0.1136363636em;
}
.contact-info__title {
  line-height: 1;
  text-align: center;
  margin-bottom: 0.375em;
  color: #494949;
  display: block;
}
.contact-info__text {
  font-size: 1.125em;
  display: block;
  color: #222;
}

/* Contact form module */
.contact-form {
  display: block;
  /* Form group submodule */
  /* Form submit submodule */
}
.contact-form-group {
  display: block;
  position: relative;
  margin-bottom: 1.25em;
  margin-top: 0.9375em;
}
@media only screen and (max-width: 768px) {
  .contact-form-group {
    margin-top: 1.875em;
  }
}
.contact-form-group__label {
  font-size: 1.125em;
  font-weight: 400;
  color: #797e83;
  position: absolute;
  left: 0;
  top: 0.6944444444em;
  padding-left: 0.5555555556em;
  z-index: 10;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.contact-form-group__label--focused, .contact-form-group--focused .contact-form-group__label {
  display: block;
  color: #52b3d9;
  font-size: 0.97em;
  top: -1.7361111111em;
}
.contact-form-group__control {
  width: 100%;
  position: relative;
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 2.8125em 0 0.625em;
  border: 1px solid #E1E1E1;
  color: #494949;
  font-weight: 400;
}
.contact-form-group__control--textarea {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  line-height: 1.25em;
  min-height: 200px;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .contact-form-group__control--textarea {
    min-height: 100px;
  }
}
.contact-form-group__icon {
  font-size: 1.5625em;
  display: block;
  position: absolute;
  right: 0.6em;
  color: #e8e8e8;
  top: 0.5em;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.contact-form-group--focused .contact-form-group__control {
  box-shadow: 0 0 10px #9ecaed;
  outline: none !important;
  border: 2px solid #52b3d9;
}
.contact-form-group--focused .contact-form-group__icon {
  color: #52b3d9;
}
.contact-form-group--error .contact-form-group__control {
  box-shadow: 0 0 10px #ff503a;
  outline: none !important;
  border: 2px solid #ff503a;
}
/* === Hire Section === */
.hire-status {
  z-index: 99;
  text-align: center;
}
.hire-status-container {
  z-index: 99;
  position: relative;
}
.hire-status-container::before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(86, 201, 155, 0.7);
}
.hire-status__title {
  z-index: 99;
  display: block;
  font-size: 2.25em;
  margin-bottom: 0.5555555556em;
  text-align: center;
}
.hire-status__button {
  display: inline-block;
  clear: both;
  margin-top: 1.25em;
}

#hire {
  padding: 6.25em 0;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background-attachment: fixed;
}
.mobile-device--ios #hire {
  background-attachment: scroll;
}

/* === Footer Wrapper === */
/* Copyright module */
.copyright {
  margin: 0;
  font-size: 1.125em;
  color: #56c99b;
}
.copyright__link {
  font-weight: 400;
}
.copyright__link:visited {
  color: #56c99b;
}
.copyright__link:hover {
  color: #FFC107;
}
.copyright__text {
  color: #f7f7f7;
  margin: 0;
}

/* Footer module */
.footer {
  background-image: url("images/android-hello-logo.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #081c24;
}
@media only screen and (max-width: 560px) {
  .footer {
    background-image: none;
  }
}

.is-hidden {
  display: none;
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

.is-opaque {
  opacity: 1;
}

.is-displayed {
  display: block;
}

.is-displayed-inline-block {
  display: inline-block;
}

.is-selected {
  /* To override for specific module or element*/
}

.is-checked {
  /* To override for specific module or element*/
}

.is-last-item {
  /* To override for specific purpose */
  border-bottom: 0;
}

.is-first-item {
  /* To override for specific purpose */
  border-top: 0;
}

.is-opened {
  /* To override for specific module or element*/
}

.is-closed {
  /* To override for specific module or element*/
}

.crsp-instagram {
  background-image: url("./images/soc-instagram.svg");
  background-size: 61%;
  background-repeat: no-repeat;
  background-position: center;
}

.crsp-baeldung {
  background-image: url("./images/soc-baeldung.svg");
  background-size: 61%;
  background-repeat: no-repeat;
  background-position: center;
}

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