@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,800,800italic&subset=latin-ext,latin);
/* $header-height-large: 4rem; */
html {
  height: 100%;
}

body {
  background: #f9f9f9;
}

#body-wrapper .container {
  padding: 2rem 0 2rem;
  padding-top: 0;
}
.header-fixed #body-wrapper {
  padding-top: 2rem;
}

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0;
}

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0;
}

@media screen and (max-width: 420px) {
  #top-section .container {
    margin-top: 63px !important;
    height: 160px !important;
  }

  #header {
    height: 64px !important;
  }

  #header .navbar-section {
    height: auto !important;
  }

  #header .logo svg, #header .logo img {
    height: 60px !important;
  }

  .mobile-menu .button_container {
    top: 1.2rem !important;
  }
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}
.hero h1 {
  color: #242931;
  font-size: 4rem;
}
.hero h2 {
  color: rgba(36, 41, 49, 0.8);
  font-size: 2.5rem;
}
.hero.hero-fullscreen {
  min-height: 100vh;
}
.hero.hero-large {
  min-height: 500px;
}
.hero.hero-medium {
  min-height: 400px;
}
.hero.hero-small {
  min-height: 110px;
}
.hero.hero-tiny {
  min-height: 8rem;
}
.header-fixed .hero {
  background-position: 50% 0;
}
@media (max-width: 960px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.25rem;
  }
}
.hero.text-light h1 {
  color: #fff;
}
.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}
.hero p {
  font-size: 0.9rem;
  font-weight: 300;
}
.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.overlay-light-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}
.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

#top-section {
  background: #590524;
}

#top-section .container {
  margin-top: 85px;
  height: 195px;
  background-image: url(../images/bg_header.png);
  border-right: 1px dashed #eee;
}

#bottom-section {
  padding: 0.7rem 1rem;
  margin-top: 4px;
  background: #3D3c3f;
  text-align: center;
}
#bottom-section .slogan {
  display: inline;
  font-size: 1.2rem;
  font-weight: 100;
  color: #b8b8b8;
  letter-spacing: 1px;
  line-height: 1.4rem;
}

.mapa img {
  max-width: none;
}

.mapa .smap .zoom .button-group button:hover {
  color: #bb0653;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

body {
  font-size: 0.81rem;
  letter-spacing: 0.1px;
  line-height: 1.1rem;
}
body p {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-family: "Open Sans";
  color: #666;
}

h1, .h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #bb0653;
  background-color: #fff;
  border-bottom: 10px solid #eee;
  padding-left: 3rem;
}
h1:before, .h1:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */
  color: #eee;
}

.modular-features h1, .modular-features .h1 {
  padding-left: 0.5rem;
}
.modular-features h1:before, .modular-features .h1:before {
  content: "";
}

h2, .h2 {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  background: #fff;
  color: #000;
  border-left: 10px solid #bb0653;
}

h6, .h6 {
  font-weight: 400;
}

a {
  color: #bb0653;
}
a:link, a:visited, a:hover, a:focus, a:active {
  color: #bb0653;
}

.title-center h1, .title-center h2 {
  text-align: center;
}

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1;
}
.title-h1h2 h1 strong, .title-h1h2 h1 bold {
  font-weight: 400;
}
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0;
}

.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-bottom: 50px;
  font-weight: 700;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto;
}

pre code:not(.hljs) {
  background: #f8f8f8;
}

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920;
}

b,
strong {
  font-weight: 700;
}

.heavy {
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.text-light {
  color: rgba(255, 255, 255, 0.8);
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}

#error .icon {
  font-size: 50px;
}

#messages {
  margin-bottom: 1rem;
}
#messages .icon {
  font-size: 1rem;
}

ul,
ol {
  margin-left: 1.6rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.6rem;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

#start ul {
  list-style: none;
  padding: 0;
}

#start li {
  padding-left: 1.5em;
}
#start li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */
  color: #bb0653;
}
#start li li {
  padding-left: 1.5em;
}
#start li li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */
  color: #bb0653;
}

.notices {
  margin: 1.5rem 0;
}
.notices p {
  margin: 1rem 0;
}

.float-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.right-align {
  text-align: center;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 960px) {
  .right-align {
    text-align: right;
    margin: 0;
  }
}
form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1.2rem;
}
form .form-input[type=range] {
  appearance: slider-horizontal;
}
form .form-input[type=range]:focus {
  box-shadow: none;
  border: none;
}

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px;
}
#grav-login .form-label {
  display: none;
}
#grav-login .form-data {
  margin: 1rem 0;
}
#grav-login .form-input {
  text-align: center;
}
#grav-login .button-wrapper {
  text-align: right;
}
#grav-login .button-wrapper .form-data.rememberme {
  margin: 0;
  float: left;
}
#grav-login .button-wrapper button[type=submit] {
  background: #3085EE;
  border-color: #227ded;
  color: #fff;
}
#grav-login .button-wrapper button[type=submit]:focus, #grav-login .button-wrapper button[type=submit]:hover {
  background: #1877ec;
  border-color: #1370e3;
  color: #fff;
}
#grav-login .button-wrapper button[type=submit]:active, #grav-login .button-wrapper button[type=submit].active {
  background: #1372e7;
  border-color: #126bd9;
  color: #fff;
}

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.mobile-logo svg, .mobile-logo img {
  height: 60px;
  margin-top: 1.4rem;
  margin-left: 1.4rem;
}
.mobile-logo svg path, .mobile-logo img path {
  fill: #fff;
}

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}
.header-fixed .mobile-menu {
  position: fixed;
}
@media (max-width: 960px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .button_container {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  height: 24px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease, top 0.5s ease;
}
.mobile-menu .button_container:hover {
  opacity: 0.7;
}
.mobile-menu .button_container.active {
  position: fixed;
}
.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}
.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.mobile-menu .button_container span {
  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}
.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #3d3c3f;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll;
}
.overlay-menu > .tree {
  text-align: left;
}

.treemenu.treemenu-root {
  margin: 1rem;
}
.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 0.8rem 0;
  line-height: 1.5rem;
}
.treemenu li a {
  display: block;
  margin-left: 2rem;
  font-size: 1.5rem;
  color: #fff;
}
.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
  color: #bb0653 !important;
  text-decoration: none;
}
.treemenu ul {
  margin: 0 0 0 1rem;
  list-style: none;
}
.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left;
}
.treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}
.treemenu li.tree-closed, .treemenu li.tree-opened {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4rem;
}
.treemenu li.tree-closed > .toggler:before {
  content: "+";
}
.treemenu li.tree-opened > .toggler:before {
  content: "−";
}

.mobile-nav-open {
  overflow-y: hidden;
}

.default-animation, .modular-features .feature-icon, .modular-features.small .feature-icon i {
  transition: all 0.5s ease;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#header {
  width: 100%;
  height: 86px;
  /*@extend .default-animation;*/
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  /* background: $light-color; */
  background: #3d3c3f;
  /* color: $dark-color; */
  color: #fff;
  border-bottom: 4px solid #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#header a {
  color: rgba(255, 255, 255, 0.7) !important;
}
#header a:hover {
  color: #fff !important;
}
#header .dropmenu > ul > li > a.active {
  color: #fff !important;
  background-color: #bb0653;
}
#header .dropmenu ul ul a {
  color: #454d5d !important;
}
#header .dropmenu ul ul a:hover {
  color: #bb0653 !important;
}
#header .logo svg path {
  fill: #222;
}
.header-dark.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.05);
}
.header-transparent #header:not(.scrolled) {
  background: rgba(255, 255, 255, 0.05);
}
#header .navbar-section {
  height: 82px;
  /* @extend .default-animation;*/
}
@media (max-width: 960px) {
  #header .navbar-section {
    margin-right: 2rem;
  }
}
@media (max-width: 960px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
}
#header .logo svg, #header .logo img {
  height: 82px;
  display: inherit;
  margin-left: -0.4rem;
  /* @extend .default-animation; */
}
.header-fixed #header {
  position: fixed;
  top: 0;
  z-index: 2;
}

body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img {
  height: 28px;
}
body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
  top: 0.5rem;
}

.login-status-wrapper {
  white-space: nowrap;
}

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.sticky-footer #page-wrapper {
  flex: 1 0 auto;
}

#footer {
  background-color: #3d3c3f !important;
  /* border-top: 1px solid #666;*/
  color: #acb3c2;
  padding: 2rem 1rem;
  text-align: center;
}
#footer a, #footer strong {
  color: #fff;
}
#footer img {
  margin-bottom: 0.5rem;
}
#footer .column {
  text-align: left;
}
#footer .column.logo {
  text-align: right;
}
#footer p {
  text-align: right;
}

@media screen and (max-width: 600px) {
  #footer {
    font-size: 1rem;
  }
  #footer br.space {
    display: none;
  }
  #footer .column, #footer .column.logo {
    text-align: center;
  }
  #footer .column {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex;
}
.dropmenu ul li {
  position: relative;
  margin: 0;
}
.dropmenu ul li a {
  text-decoration: none;
  padding: 7px 30px 7px 20px;
  display: block;
}
.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
  color: #3085EE !important;
}
.dropmenu ul li a:before {
  content: "";
  font-family: "FontAwesome";
  display: display-block;
  vertical-align: middle;
  float: right;
  margin-right: -20px;
}
.dropmenu ul li a:only-child {
  padding-right: 20px;
}
.dropmenu ul li a:only-child:before {
  content: "";
}
.dropmenu ul li:hover > ul {
  display: block;
  visibility: visible;
}
.dropmenu ul ul li a:before {
  content: "";
}
.dropmenu ul ul {
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}
.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.dropmenu > ul > li {
  display: inline-block;
}
.dropmenu.animated ul li {
  transition: background 0.7s, color 0.5s;
}
.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0);
}
.dropmenu.animated ul ul {
  transition: transform 0.3s, opacity 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}

/** Extra columns spacing **/
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem;
}
@media (max-width: 960px) {
  .extra-spacing:not(.col-12), :not(.col12) > .e-content {
    padding-right: 0;
  }
}

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#breadcrumbs span, #breadcrumbs a {
  padding: 0;
}
#breadcrumbs span:first-child, #breadcrumbs a:first-child {
  padding-left: 0;
}
#breadcrumbs span:hover, #breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs i {
  margin: 0 1rem;
}

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px;
}
.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}
.blog-listing .card-footer {
  text-align: right;
}
.blog-listing .blog-date {
  font-size: 13px;
}

/** Blog Item **/
.content-title {
  margin-bottom: 2rem;
}
.content-title h2 {
  margin-bottom: 0.5rem;
}

.label {
  font-size: 12px;
  text-transform: uppercase;
}

/** Pagination **/
ul.pagination {
  justify-content: center;
}

.prev-next {
  margin-top: 4rem;
}

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0;
}
#sidebar ul.related-pages li {
  border-bottom: 1px solid #e7e9ed;
}
#sidebar ul.related-pages li:last-child {
  border-bottom: 0;
}
#sidebar ul.archives {
  list-style: none;
  margin-left: 0;
}
#sidebar ul.archives .label {
  vertical-align: text-top;
}

.modular-hero #to-start {
  bottom: 3.5rem;
}

.modular-features {
  text-align: center;
  margin-top: 30px;
}
.modular-features.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}
.modular-features.small .column {
  padding: 0.5rem;
}
.modular-features.small .columns {
  margin-top: -1rem;
}
.modular-features.small .wrapper {
  background-color: #fff;
  height: 100%;
  padding: 1rem;
  border: 1px solid #f0f0f0;
  border-top: 4px solid #bb0653;
}
.modular-features.small .column:hover .feature-icon i {
  color: #000;
}
.modular-features.small .feature-icon {
  display: block;
  justify-content: left;
}
.modular-features.small .feature-icon i {
  position: relative;
  display: inherit;
  font-size: 70px;
  margin: 0 auto 1rem;
  transform: none;
  left: auto;
  top: auto;
  color: #bb0653;
}
.modular-features.small .feature-icon h6 {
  text-transform: none;
}
.modular-features .frame-box {
  /*    padding: 1rem 0;
      padding-top: 1rem;

      background: url(../images/keyence-strojove-videni.jpg) repeat-y;
      padding-left: 1rem;
      padding-right: 1rem;*/
}
.modular-features .frame-box > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.modular-features h1 {
  margin-top: 1rem;
}
.modular-features h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.modular-features h2 a {
  transition: color 0.5s;
}
.modular-features h2 a:hover {
  color: #000;
}
.modular-features h3 {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.modular-features h3 a {
  transition: color 0.5s;
}
.modular-features h3 a:hover {
  color: #000;
}
.modular-features h6 {
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #667189;
}
.modular-features .card {
  height: 100%;
  box-shadow: 0 0.25rem 1rem rgba(48, 55, 66, 0.15);
}
.modular-features .card .card-header {
  min-height: 75px;
}
.modular-features .card .card-body {
  flex: 1 0 auto;
}
.modular-features .card .card-body p {
  min-height: 120px;
  text-align: center;
}
.modular-features .card .card-body .links {
  padding-bottom: 0.8rem;
}
.modular-features .column {
  padding: 1rem;
}
.modular-features .column:hover .feature-icon {
  color: #acb3c2;
}
.modular-features .column:hover .feature-icon h6 {
  color: #000;
}
.modular-features .column:hover .feature-content {
  color: #000;
}
.modular-features .feature-icon {
  font-size: 130px;
  height: 100px;
  color: #BC0651;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}
.modular-features .feature-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modular-features .feature-content {
  color: #000;
}
.modular-features a {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .modular-features h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .modular-features h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .modular-features .card .card-body .excerpt {
    min-height: 70px;
    font-size: 0.9rem;
  }

  body {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .modular-features .card .card-body .excerpt {
    min-height: 50px;
    font-size: 1rem;
  }

  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #breadcrumbs {
    display: none;
  }
}
.modular-features.pagesubcat {
  padding-left: 0;
  padding-right: 0;
  margin-top: 3rem;
}

#body-wrapper .modular-features.pagesubcat .container {
  padding-bottom: 0;
}

.modular-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #bb0653;
  color: #fff;
}
.modular-text .columns.left {
  flex-direction: row-reverse;
}

.modular-partners {
  text-align: center;
  background: #fff;
}
.modular-partners img {
  margin: 1.7rem;
}

@media screen and (max-width: 960px) {
  .modular-partners {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .modular-partners img {
    height: 60px;
    margin: 0.5rem 1rem;
  }
}
.image-left, .image-right {
  background: #f9f9f9;
}

.image-right {
  float: right;
  padding: 0 0 2rem 1rem;
}

.image-left {
  float: left;
  padding: 0 2rem 1rem 0;
}

.image-center {
  text-align: center;
  margin: 1rem 0;
}

.stranka img {
  margin-top: 3rem;
}

@media screen and (max-width: 900px) {
  .image-left, .image-right {
    float: none;
    display: block;
    padding: 0;
    margin: 2rem auto;
  }
}

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