/*
    FENIX Lab 2014

    Content
    =====================
    0. General
        0.1 Variables
    1. Mixins
    2. Forms
    3. Basic elements
    4. Responsive layout

    Author: Vitezslav Hruska
----------------------------------------------------------------------------------------------------*/
/* 0. General
----------------------------------------------------------------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 19, 2015 */
@font-face {
  font-family: 'OpenSans-Light-webfont';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#titillium_webregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular-webfont';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#titillium_weblight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold-webfont';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#titillium_webbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold-webfont';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#titillium_webbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'OpenSans-Regular-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
}
strong {
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #3a3a3a;
  font-family: 'OpenSans-Light-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 24px;
}
.jumbotron {
  padding-top: 68px;
  padding-bottom: 88px;
}
.jumbotron h1 {
  font-size: 44px;
}
.jumbotron h2 {
  font-size: 24px;
}
p {
  color: #585858;
  font-size: 16px;
  line-height: 30px;
}
a {
  color: #e54800;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
a:hover {
  color: #e54800;
}
a:visited {
  color: #e54800;
}
a:active {
  color: #e54800;
}
a:focus {
  color: #e54800;
}
.jumbotron {
  margin-bottom: 0px;
  background-color: #ffffff;
}
.jumbotron p {
  color: #585858;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}
.jumbotron.bottom-none {
  padding-bottom: 0px;
}
.tooltip {
  font-size: 16px;
}
/* 0.1 Variables -------------------------------------------------------------------------------*/
/* 1. Basic mixins
----------------------------------------------------------------------------------------------------*/
/* 2. Forms
----------------------------------------------------------------------------------------------------*/
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0;
  border: solid 1px #c6c6c6;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
label {
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
/* 3. Basic elements
----------------------------------------------------------------------------------------------------*/
input[type="submit"] {
  border: solid 2px #e54800;
  color: #e54800;
  background-color: transparent;
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 12px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
input[type="submit"]:hover {
  background-color: #e54800;
  color: #ffffff;
}
/*
    FENIX Lab 2014

    Content
    =====================
    0. Global header
        0.1 Global navigation
    1. Main content
    2. Footer
    3. Images
        3. 1 Retina images
        3. 2 Responsive images
    3. Responsive layout

    Author: Vitezslav Hruska
----------------------------------------------------------------------------------------------------*/
/* 0. Global header
----------------------------------------------------------------------------------------------------*/
#header-content-container {
  padding-top: 90px;
  background: url("../images/header-image1.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#header-content-container h1,
#header-content-container h2 {
  color: #ffffff;
}
#header-content-container #global-navigation-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #header-content-container #global-navigation-wrapper.collapse,
  #header-content-container #global-navigation-wrapper.collapse.in,
  #header-content-container #global-navigation-wrapper.collapsing {
    background-color: #F7F7F7;
    border: 0px;
    top: 0px;
  }
  #header-content-container #global-navigation-wrapper.collapse a,
  #header-content-container #global-navigation-wrapper.collapse.in a,
  #header-content-container #global-navigation-wrapper.collapsing a {
    color: #6f6f6f;
    border-bottom: 0px;
  }
  #header-content-container #global-navigation-wrapper.collapse .active a,
  #header-content-container #global-navigation-wrapper.collapse.in .active a,
  #header-content-container #global-navigation-wrapper.collapsing .active a {
    border-bottom: 0px;
  }
}
#header-content-container .navbar {
  height: 70px;
  background-color: transparent;
  border: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
#header-content-container .navbar #global-navigation .active a {
  background-color: transparent;
  color: #ffffff;
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  border-bottom: solid 2px #e54800;
}
#header-content-container .navbar #global-navigation a {
  text-transform: uppercase;
  color: #EFEFEF;
  font-family: 'OpenSans-Regular-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  font-size: 12px;
  padding: 0px 20px;
  line-height: 70px;
  height: 70px;
}
#header-content-container .navbar #global-navigation a:hover {
  border-bottom: solid 2px #e54800;
  color: #ffffff;
}
#header-content-container .navbar.active {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  background-color: #ffffff;
  border-bottom: solid 1px #F8F0F5;
}
#header-content-container .navbar.active #global-navigation .active a {
  color: #555555;
}
#header-content-container .navbar.active #global-navigation a {
  color: #808080;
}
#header-content-container .navbar.active .navbar-toggle.collapsed .icon-bar {
  background-color: #9A9A9A;
}
#header-content-container .navbar .navbar-toggle {
  margin: 0px;
  height: 70px;
  width: 70px;
  border-radius: 0px;
  background-color: #F7F7F7;
  border: 0px;
}
#header-content-container .navbar .navbar-toggle .icon-bar {
  margin: 3px auto;
  background-color: #9A9A9A;
}
#header-content-container .navbar .navbar-toggle.collapsed {
  background-color: transparent;
}
#header-content-container .navbar .navbar-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #header-content-container .navbar #global-navigation-wrapper {
    padding: 0px;
  }
  #header-content-container .navbar #global-navigation-wrapper #global-navigation {
    margin: 0px;
  }
  #header-content-container .navbar #global-navigation-wrapper.navbar-collapse a {
    color: #939393;
    line-height: 50px;
    height: 50px;
  }
  #header-content-container .navbar #global-navigation-wrapper.navbar-collapse a:hover {
    border: 0px;
  }
  #header-content-container .navbar #global-navigation-wrapper.navbar-collapse .active {
    border: 0px;
  }
  #header-content-container .navbar #global-navigation-wrapper.navbar-collapse .active a {
    color: #363636;
  }
  #header-content-container .navbar .site-logo {
    margin-left: 15px;
  }
  #header-content-container .navbar #global-navigation .active a {
    border: 0px;
  }
}
#header-content-container .header-content-wrapper {
  text-align: center;
}
#header-content-container .header-content-wrapper h1,
#header-content-container .header-content-wrapper h2 {
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#header-content-container .header-content-wrapper .motto-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -30px auto 0px auto;
}
#header-content-container .header-content-wrapper h2 {
  font-family: 'OpenSans-Light-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 24px;
  background-color: #434343;
  background-color: rgba(67, 67, 67, 0.54);
  display: inline-block;
  padding: 15px 30px;
}
@media (max-width: 1200px) {
  #header-content-container .header-content-wrapper h2 {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 992px) {
  #header-content-container .header-content-wrapper h2 {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 420px) {
  #header-content-container .header-content-wrapper h2 {
    font-size: 16px;
    padding: 10px 20px;
  }
}
#header-content-container .next-section {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
#header-content-container .next-section .fa {
  font-size: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  -webkit-animation: myfirst 2s infinite;
  /* Chrome, Safari, Opera */
  animation: myfirst 2s infinite;
}
@-webkit-keyframes myfirst {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes myfirst {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
/* 0.1 Global navigation -------------------------------------------------------------------------------*/
/* 1. Main content
----------------------------------------------------------------------------------------------------*/
#main-content-container {
  /*FIX který udržuje tabulký vzhled položek*/
}
#main-content-container p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main-content-container article h1,
#main-content-container article h2 {
  text-align: center;
}
#main-content-container article h2 {
  font-family: 'OpenSans-Light-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
#main-content-container article hgroup {
  margin-bottom: 40px;
}
#main-content-container article hgroup h2 {
  margin-top: 0px;
}
#main-content-container article ul li {
  color: #585858;
  font-size: 16px;
  line-height: 30px;
}
#main-content-container article #contact-us input,
#main-content-container article #contact-us textarea,
#main-content-container article #contact-us button {
  width: 100%;
}
#main-content-container article #contact-us textarea {
  resize: none;
}
#main-content-container article #contact-us .submit-message {
  width: 33%;
  padding: 0px 15px;
  margin: 0 auto;
}
#main-content-container article #contact-us h3,
#main-content-container article #contact-us h4,
#main-content-container article #contact-us p {
  text-align: center;
}
#main-content-container article #contact-us h3 {
  margin-bottom: 10px;
}
#main-content-container article #contact-us p {
  margin: 0px;
}
#main-content-container article #contact-us .glyphicon {
  font-size: 30px;
  color: #e54800;
  display: block;
  margin-bottom: 10px;
}
#main-content-container article #contact-us .business-hours {
  text-align: center;
}
#main-content-container article #contact-us .business-hours p {
  font-size: 14px;
}
#main-content-container article #contact-us .business-hours img {
  width: 30%;
  margin: 20px 1% 30px 1%;
}
#main-content-container #list-of-services {
  text-align: center;
}
#main-content-container #list-of-services h4 {
  font-family: 'OpenSans-Light-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
#main-content-container #list-of-services .col-sm-4 {
  margin-bottom: 40px;
}
#main-content-container #list-of-services .glyphicon {
  font-size: 40px;
  color: #e54800;
}
#main-content-container #list-of-services img {
  margin-bottom: 10px;
}
#main-content-container #about-system {
  text-align: center;
}
#main-content-container #article1 {
  padding-bottom: 65px;
}
#main-content-container #products {
  text-align: center;
}
#main-content-container #products .team {
  text-align: center;
}
#main-content-container #products .responsive-image {
  margin-top: 40px;
}
#main-content-container #products h3 {
  font-size: 26px;
}
#main-content-container #products h4 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'OpenSans-Regular-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px;
}
#main-content-container #products .suppliers h3 {
  margin: 50px 0px 30px 0px;
  text-align: center;
}
#main-content-container #products h1,
#main-content-container #products h2,
#main-content-container #products h3,
#main-content-container #products h4 {
  color: #ffffff;
}
#main-content-container #products p {
  color: #D3D3D3;
}
#main-content-container #products hgroup {
  margin-bottom: 0px;
}
#main-content-container #products .supplier-slider .slick-slide {
  min-height: 450px;
}
#main-content-container #products .supplier-slider .edoo-logo {
  margin-top: 40px;
}
#main-content-container #products .advantages.references h5 {
  color: silver;
}
#main-content-container #products .advantages.references strong {
  color: #ffffff;
}
#main-content-container #products .advantages.references h4 {
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (max-width: 600px) {
  #main-content-container #products .advantages.references h4 {
    margin-bottom: 10px;
  }
}
#main-content-container #about-us .advantages.references h5 {
  color: gray;
}
#main-content-container #about-us .advantages.references strong {
  color: #474747;
}
#main-content-container #about-us .advantages.references h4 {
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (max-width: 600px) {
  #main-content-container #about-us .advantages.references h4 {
    margin-bottom: 10px;
  }
}
#main-content-container #about-us .advantages.references img {
  width: 200px;
}
#main-content-container #about-us section h2 {
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 30px;
}
#main-content-container .advantages {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
  font-size: 0;
  *zoom: 1;
}
#main-content-container .advantages:before,
#main-content-container .advantages:after {
  display: table;
  content: "";
}
#main-content-container .advantages:after {
  clear: both;
}
#main-content-container .advantages li {
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content-container .advantages h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: 'OpenSans-Semibold-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (max-width: 600px) {
  #main-content-container .advantages h4 {
    margin-bottom: 10px;
  }
}
#main-content-container .advantages.references li {
  margin-bottom: 20px;
}
#main-content-container .advantages.references li.gap {
  margin-bottom: 0px;
}
#main-content-container .advantages.references img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 10px;
}
#main-content-container .advantages.references h4 {
  margin-bottom: 0px;
}
#main-content-container .advantages.references h5 {
  font-family: 'OpenSans-Regular-webfont', arial, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 20px;
}
@media (max-width: 600px) {
  #main-content-container .advantages.references h4 {
    margin-top: 10px;
  }
}
#main-content-container .advantages {
  text-align: justify;
  font-size: 0;
}
#main-content-container .advantages:after {
  content: ' ';
  display: inline-block;
  width: 100%;
}
#main-content-container .advantages li,
#main-content-container .advantages .gap {
  display: inline-block;
  width: 33.3%;
}
#main-content-container .advantages li {
  vertical-align: top;
}
#main-content-container .advantages .gap {
  margin: 0px;
}
@media (max-width: 992px) {
  #main-content-container .advantages li,
  #main-content-container .advantages .gap {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 600px) {
  #main-content-container .advantages li,
  #main-content-container .advantages .gap {
    display: inline-block;
    width: 100%;
  }
}
#main-content-container #article2 {
  background-color: #f5f5f5;
  background: url("../images/strip-image1.jpg") repeat;
  background-position: left center;
}
#main-content-container .supplier-slider {
  margin-bottom: 30px;
}
#main-content-container .supplier-slider .slick-prev,
#main-content-container .supplier-slider .slick-next {
  width: 50px;
  height: 100%;
  top: 0px;
}
#main-content-container .supplier-slider .slick-next {
  right: -25px;
}
#main-content-container .supplier-slider .slick-prev {
  left: -25px;
}
#main-content-container .supplier-slider .slick-prev:before,
#main-content-container .supplier-slider .slick-next:before {
  color: #e3e3e3;
  font-size: 25px;
  opacity: 0.5;
}
#main-content-container .supplier-slider .slick-prev:hover:before,
#main-content-container .supplier-slider .slick-prev:focus:before,
#main-content-container .supplier-slider .slick-next:hover:before,
#main-content-container .supplier-slider .slick-next:focus:before {
  opacity: 1;
}
#main-content-container .supplier-slider .slick-dots li button:before {
  color: #ffffff;
  font-size: 7px;
}
#main-content-container .supplier-slider .slick-dots li.slick-active button:before {
  color: #e54800;
}
#main-content-container .supplier-slider img {
  width: 70%;
  margin: 0 auto 10px auto;
}
@media (max-width: 600px) {
  #main-content-container .supplier-slider img {
    width: 100%;
  }
}
#main-content-container .supplier-slider .show-more {
  margin: 5px 0px 5px 0px;
  display: block;
}
#main-content-container .supplier-slider .show-more .fa {
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
#main-content-container .supplier-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}
/* 2. Footer
----------------------------------------------------------------------------------------------------*/
#contact-map-container {
  min-height: 400px;
  background: url("../images/map-image.jpg") no-repeat;
  background-position: center center;
}
#global-footer-container {
  text-align: center;
  background-color: #343434;
  padding-bottom: 5px;
  padding-top: 20px;
}
#global-footer-container .glyphicon {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
#global-footer-container p {
  color: #ffffff;
  margin-bottom: 0px;
}
#global-footer-container .copyright {
  font-size: 12px;
}
#global-footer-container .social-links {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}
#global-footer-container .social-links li {
  display: inline-block;
}
#global-footer-container .social-links li {
  margin: 0px 20px;
  font-size: 22px;
}
#global-footer-container .social-links li a {
  color: #ffffff;
}
/* 3. Images
----------------------------------------------------------------------------------------------------*/
.responsive-image {
  display: inline-block;
  text-indent: -99999px;
  text-align: left;
  /* 6. 1 RETINA IMAGES
    Cely clanek na webu http://css-tricks.com/snippets/css/retina-display-media-query/ 
    ----------------------------------------------------------------------------------------------------*/
  /* 6. 2 RESPONSIVE IMAGES
    ----------------------------------------------------------------------------------------------------*/
}
.responsive-image.site-logo {
  width: 50px;
  height: 70px;
  background: url("../images/site-logo.png") no-repeat 0px 0px;
  background-position: 0px center;
}
.responsive-image.wcm-system-diadgram {
  width: 735px;
  height: 625px;
  background: url("../images/wcm-system-diagram.png") no-repeat 0px 0px;
}
.responsive-image.team-member1 {
  width: 236.66666667px;
  height: 230px;
  background: url("../images/team/1.png") no-repeat 0px 0px;
  background-size: 236.66666667px 230px;
}
.responsive-image.team-member2 {
  width: 236.66666667px;
  height: 230px;
  background: url("../images/team/2.png") no-repeat 0px 0px;
  background-size: 236.66666667px 230px;
}
.responsive-image.team-member3 {
  width: 236.66666667px;
  height: 230px;
  background: url("../images/team/3.png") no-repeat 0px 0px;
  background-size: 236.66666667px 230px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .responsive-image.cesky-dvur-logo {
    background: url("../images/retina/logo-cesky-dvur.png") no-repeat 0px 0px;
    background-size: 160px 140px;
  }
  .responsive-image.site-logo {
    background: url("../images/retina/site-logo.png") no-repeat 0px center;
    background-size: 26px 50px;
  }
  .responsive-image.wcm-system-diadgram {
    background: url("../images/retina/wcm-system-diagram.png") no-repeat 0px 0px;
    background-size: 735px 625px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min-device-pixel-ratio: 2) and (max-width: 992px) {
  .responsive-image.cesky-dvur-logo {
    width: 120px;
    height: 105px;
    background-size: 120px 105px;
  }
}
@media (max-width: 992px) {
  .responsive-image.wcm-system-diadgram {
    width: 490px;
    height: 416.66666667px;
    background-size: 490px 416.66666667px;
  }
  .responsive-image.team-member1 {
    width: 177.5px;
    height: 172.5px;
    background-size: 177.5px 172.5px;
  }
  .responsive-image.team-member2 {
    width: 177.5px;
    height: 172.5px;
    background-size: 177.5px 172.5px;
  }
  .responsive-image.team-member3 {
    width: 177.5px;
    height: 172.5px;
    background-size: 177.5px 172.5px;
  }
}
@media (max-width: 768px) {
  .responsive-image.wcm-system-diadgram {
    width: 294px;
    height: 250px;
    background-size: 294px 250px;
  }
  .responsive-image.team-member1 {
    width: 118.33333333px;
    height: 115px;
    background-size: 118.33333333px 115px;
  }
  .responsive-image.team-member2 {
    width: 118.33333333px;
    height: 115px;
    background-size: 118.33333333px 115px;
  }
  .responsive-image.team-member3 {
    width: 118.33333333px;
    height: 115px;
    background-size: 118.33333333px 115px;
  }
}
@media (max-width: 420px) {
  .responsive-image.wcm-system-diadgram {
    width: 183.75px;
    height: 156.25px;
    background-size: 183.75px 156.25px;
  }
  .responsive-image.team-member1 {
    width: 88.75px;
    height: 86.25px;
    background-size: 88.75px 86.25px;
  }
  .responsive-image.team-member2 {
    width: 88.75px;
    height: 86.25px;
    background-size: 88.75px 86.25px;
  }
  .responsive-image.team-member3 {
    width: 88.75px;
    height: 86.25px;
    background-size: 88.75px 86.25px;
  }
}
/* 8. Responsive layout
----------------------------------------------------------------------------------------------------*/
/* 8.1 Responsive - global header / main content
    ----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  #main-content-container article #contact-us .submit-message {
    width: 100%;
  }
}
