/*

$viewport-portret : '~"only screen and (orientation: portrait)"';
$viewport-landscape : '~"only screen and (orientation: landscape)"';
$viewport-mobilni : '~"only screen and (max-width: 414px)"';
$viewport-mobilni-portret : '~"only screen and (max-width: 414px) and (orientation: portrait)"';
$viewport-mobilni-landscape : '~"only screen and (max-width: 812px) and (orientation: landscape)"'; //
$viewport-desktop : '~"only screen and (min-width:1024px)"';
$viewport-desktop-velky : '~"only screen and (min-width: 1200px)"';
$viewport-desktop-maly : '~"only screen and  (max-width: 1080px)"';
*/
/** CSS RESET **/
/** inspired by Eric Meyers **/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@import url(mediabox.css);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html, body {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

b, strong {
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

li {
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /**table-layout: fixed;**/ }

th, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  position: relative; }

svg {
  overflow: hidden; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: block; }

ul {
  list-style: none; }

/** CLEANER **/
.clr, cleaner {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.cleaner:before,
.cleaner:after,
.clrfix:before,
.clrfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.cleaner:after,
.clrfix:after {
  clear: both; }

.cleaner,
.clrfix {
  zoom: 1; }

.cleaner {
  width: 100% !important; }

/** FORM RESET AND CROSS BROWSER COMPABILITY **/
/** inspired by Nathan Smith - formalize.me **/
input, button, select, textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
  /* FF */
  line-height: normal !important; }

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 3px;
  vertical-align: top;
  padding: 0;
  *top: 0;
  *vertical-align: middle; }

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%; }

/** DEFAULT CLASSES **/
.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.al-left {
  text-align: left !important; }

.al-center {
  text-align: center !important; }

.al-right {
  text-align: right !important; }

.bold {
  font-weight: bold !important; }

.italic {
  font-style: italic !important; }

.nowrap {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.hide {
  display: none; }

.accesibility {
  text-indent: -5000px; }

.relative {
  position: relative !important; }

.orange {
  color: #f06800; }

/** MARGINS **/
.mb45 {
  margin-bottom: 45px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mt30 {
  margin-top: 30px; }

/** LIST STYLES **/
ul.navigation {
  /** Typical main navigation **/
  list-style: none; }

ul.navigation li {
  float: left; }

ul.navigation li a {
  display: block;
  padding: 5px 10px; }

ul.navigation:before,
ul.navigation:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.navigation:after {
  clear: both; }

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a:hover {
  text-decoration: none; }

picture {
  display: block; }
  picture > img, picture source {
    max-width: 100%; }

@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?1820453");
  src: url("/font/fontello.eot?1820453#iefix") format("embedded-opentype"), url("/font/fontello.woff2?1820453") format("woff2"), url("/font/fontello.woff?1820453") format("woff"), url("/font/fontello.ttf?1820453") format("truetype"), url("/font/fontello.svg?1820453#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello.eot?21452631");
  src: url("/fonts/fontello.eot?21452631#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?21452631") format("woff2"), url("/fonts/fontello.woff?21452631") format("woff"), url("/fonts/fontello.ttf?21452631") format("truetype"), url("/fonts/fontello.svg?21452631#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.ikony {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal; }

.ikony:before, .ikony:before,
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }

body a {
  text-decoration: none;
  color: #00a398ff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  body a:hover {
    text-decoration: underline;
    color: #25A89F; }
body main > section {
  width: 100%; }
  body main > section > h2 {
    width: calc(100% - 1em);
    margin: 0 auto;
    padding: 0; }
  body main > section > h2,
  body main > section > div > h2 {
    color: #323232;
    font-size: 1.7em;
    font-weight: 900; }
  body main > section > .portfolio-list > figure {
    width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden; }
    body main > section > .portfolio-list > figure h3 {
      font-size: 1.4em; }
    body main > section > .portfolio-list > figure > a {
      display: block; }
      body main > section > .portfolio-list > figure > a img {
        width: 100%;
        margin-bottom: .25em; }
      body main > section > .portfolio-list > figure > a h3 {
        color: #323232; }
  body main > section > .portfolio-list > .grid-col > figure {
    width: 100%;
    margin: 0 auto .5em auto;
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    body main > section > .portfolio-list > .grid-col > figure:hover {
      transform: scale(1.05); }
    body main > section > .portfolio-list > .grid-col > figure h3 {
      font-size: 1.4em; }
    body main > section > .portfolio-list > .grid-col > figure > a {
      display: block;
      text-decoration: none; }
      body main > section > .portfolio-list > .grid-col > figure > a img {
        width: 100%;
        margin-bottom: .25em; }
      body main > section > .portfolio-list > .grid-col > figure > a h3 {
        color: #323232; }
  body main > section.intro > div .logo-wrap {
    width: 60%;
    margin: 2em auto 2em auto; }
    body main > section.intro > div .logo-wrap > img {
      max-width: 100%;
      width: 100%; }
  body main > section.intro > div > h2 {
    text-align: center; }
  body main > section.intro > div > p {
    width: calc(100% - 2em);
    margin: 1em auto;
    line-height: 1.5em; }
    body main > section.intro > div > p.mail-wrap {
      text-align: center;
      font-size: 1.2em; }
      body main > section.intro > div > p.mail-wrap a {
        font-weight: bold; }
  body main > section.who-we-are .people-list {
    width: calc(100% - 2em);
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1em; }
    body main > section.who-we-are .people-list figure {
      flex: 1;
      text-align: center; }
      body main > section.who-we-are .people-list figure > img {
        margin-bottom: 1em;
        width: 100%;
        max-width: 100%; }
      body main > section.who-we-are .people-list figure h3 {
        margin-top: .5em;
        font-size: 1.2em; }
      body main > section.who-we-are .people-list figure .title {
        font-size: .9em;
        margin-top: .25em; }
  body main > section.contact > address {
    width: calc(100% - 2em);
    margin: 1em auto;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 1em auto;
    text-align: center; }
    body main > section.contact > address > strong {
      font-weight: bold; }
    body main > section.contact > address > .socials {
      margin-top: 2em; }
      body main > section.contact > address > .socials a {
        font-size: 1.5em;
        margin-left: .7em;
        display: inline-block; }
        body main > section.contact > address > .socials a:first-of-type {
          margin-left: 0; }
        body main > section.contact > address > .socials a:hover {
          color: #323232;
          opacity: .5;
          transform: scale(1.4); }
body > footer {
  text-align: center; }
@media only screen and (min-device-width: 1080px) {
  body main {
    max-width: 1400px;
    margin: 3em auto;
    display: flex;
    flex-wrap: wrap; }
    body main > section {
      width: 100%;
      padding-top: .5em; }
      body main > section.intro {
        flex: 1; }
        body main > section.intro > div .logo-wrap {
          margin-top: 0; }
          body main > section.intro > div .logo-wrap > img {
            width: revert;
            max-width: revert;
            height: 60px; }
      body main > section.portfolio {
        flex: 2;
        margin-top: 40px; }
        body main > section.portfolio .portfolio-list {
          display: flex;
          flex-wrap: wrap;
          gap: 1em;
          margin-top: 1em; }
          body main > section.portfolio .portfolio-list.dev {
            background-color: red; }
          body main > section.portfolio .portfolio-list > h2 {
            width: 100%;
            border: 1px dashed gold; }
          body main > section.portfolio .portfolio-list > .grid-col {
            flex: 1;
            min-height: 2em;
            min-width: 100px; }
            body main > section.portfolio .portfolio-list > .grid-col > figure {
              margin-bottom: 1em; }
              body main > section.portfolio .portfolio-list > .grid-col > figure h3 {
                font-size: 1.0em;
                margin-top: .25em;
                padding: 0 .25em; }
              body main > section.portfolio .portfolio-list > .grid-col > figure img {
                border-radius: 10px; }
      body main > section.who-we-are, body main > section.contact {
        width: 100%; }
      body main > section.who-we-are .people-list {
        width: 60%;
        margin: 5em auto 1em auto;
        display: flex;
        flex-wrap: wrap;
        gap: 4em; }
        body main > section.who-we-are .people-list > h2 {
          width: 100%;
          display: none; }
        body main > section.who-we-are .people-list > figure {
          flex: 1;
          text-align: center; }
          body main > section.who-we-are .people-list > figure > img {
            margin-bottom: 1em;
            width: 100%;
            max-width: 100%;
            border-radius: 10px; }
          body main > section.who-we-are .people-list > figure h3 {
            margin-top: .5em;
            font-size: 1.2em; }
          body main > section.who-we-are .people-list > figure .title {
            font-size: .9em;
            margin-top: .25em; }
            body main > section.who-we-are .people-list > figure .title a {
              display: inline-block;
              margin-top: .5em; }
              body main > section.who-we-are .people-list > figure .title a:hover {
                transform: scale(1.2); }
      body main > section.section-dark {
        background-color: #323232;
        color: #dedede; }
        body main > section.section-dark > h2 {
          color: #dedede; }
  body footer {
    font-size: .7em;
    margin-bottom: 1em; } }

/*# sourceMappingURL=4elements_cz_final_2023.css.map */
