/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
body a, body a:hover {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-header {
  max-height: 50px;
  background: linear-gradient(to bottom, #ffffff 80%, #efefef) !important;
  z-index: 4;
}
#g-header .g-content {
  max-height: 50px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#g-header .top-1, #g-header .top-2, #g-header .top-3 {
  margin-top: -10px;
}
#g-header .top-1 p, #g-header .top-1 strong, #g-header .top-1 a, #g-header .top-2 p, #g-header .top-2 strong, #g-header .top-2 a, #g-header .top-3 p, #g-header .top-3 strong, #g-header .top-3 a {
  color: #000;
  font-size: 12px;
}
#g-header .top-1 strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 20px !important;
  margin-right: 15px;
  margin-top: -6px;
  display: inline-block;
  float: left;
}
#g-header .top-2 strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 20px !important;
  margin-right: 15px;
  margin-top: -6px;
  display: inline-block;
  float: left;
}
#g-header .top-3 a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 20px !important;
  margin-right: 15px;
  margin-top: -6px;
  display: inline-block;
  float: none;
}
#g-header .top-3 p, #g-header .top-3 a {
  font-weight: 500;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-header .top-3:hover p, #g-header .top-3:hover a {
  color: #0e72b5;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation {
  z-index: 3;
  position: relative;
  background: linear-gradient(to right, #ffffff 27%, #0e72b5 20%) !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  height: 120px;
}
#g-navigation .gantry-logo {
  margin-left: -65px;
}
#g-navigation .gantry-logo img {
  width: 250px;
  margin-top: 15px;
}
#g-navigation .logo-bluebg {
  background: #fff;
  height: 120px;
}
#g-navigation .g-main-nav {
  margin-top: 10px;
  padding-left: 20px;
}
#g-navigation .g-main-nav .active {
  background: none !important;
}
#g-navigation .g-main-nav .active .g-menu-item-title {
  color: #000;
  padding-bottom: 3px;
}
#g-navigation .g-main-nav .active .g-menu-parent-indicator:after {
  opacity: 1 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  margin-left: -10px;
}
#g-navigation .g-main-nav .g-menu-item {
  margin-left: -10px;
  font-weight: 600;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .g-main-nav .g-menu-item .g-menu-item-title {
  font-size: 15px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .g-main-nav .g-menu-item:hover {
  background: none !important;
}
#g-navigation .g-main-nav .g-menu-item:hover .g-menu-item-title {
  color: #000;
  padding-bottom: 3px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .g-main-nav .g-menu-parent-indicator:after {
  opacity: 1 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  margin-left: -10px;
}
#g-navigation .g-dropdown {
  background: #fff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#g-navigation .g-dropdown .g-menu-item {
  margin-left: 5px;
}
#g-navigation .g-dropdown .g-menu-item .g-menu-item-title {
  color: #000 !important;
}
#g-navigation .g-dropdown .g-menu-item .g-menu-item-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px !important;
  margin-right: 15px;
  margin-left: -2px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  opacity: 1;
  height: 25px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .g-dropdown .g-menu-item:hover .g-menu-item-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px !important;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  opacity: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .g-dropdown .g-menu-item:hover .g-menu-item-title {
  color: #0e72b5 !important;
}
#g-navigation .navigace-sub-2 .g-dropdown {
  background: #fff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#g-navigation .navigace-sub-2 .g-dropdown .g-menu-item .g-menu-item-title {
  color: #000 !important;
}
#g-navigation .navigace-sub-2 .g-dropdown .g-menu-item .g-menu-item-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px !important;
  margin-right: 15px;
  margin-left: -2px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  opacity: 1;
  height: 25px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .navigace-sub-2 .g-dropdown .g-menu-item:hover .g-menu-item-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px !important;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  opacity: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#g-navigation .navigace-sub-2 .g-dropdown .g-menu-item:hover .g-menu-item-title {
  color: #0e72b5 !important;
}
#g-navigation .tuv-certification img {
  padding-top: 20px;
}
#g-g-strip-4 {
  z-index: 0;
  position: relative;
}
.mod_btslideshow_pro .label_skitter {
  left: 0px !important;
  top: 20% !important;
}
.mod_btslideshow_pro .label_skitter_container:before {
  content: url('../images/logo-notext.png');
  position: relative;
  z-index: 1111;
  float: left;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
  margin-left: -230px;
  margin-top: 25px;
}
.mod_btslideshow_pro .label_skitter_container {
  width: 50rem !important;
  margin: 0px auto;
  position: relative;
}
.mod_btslideshow_pro .label_skitter_container p, .mod_btslideshow_pro .label_skitter_container h4, .mod_btslideshow_pro .label_skitter_container h2 {
  width: 65%;
}
.mod_btslideshow_pro .label_skitter_container h2, .mod_btslideshow_pro .label_skitter_container h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
}
.mod_btslideshow_pro .label_skitter_container p {
  padding-left: 0px !important;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
}
.mod_btslideshow_pro .label_skitter_container a:before {
  content: "Chci vědět více";
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0e72b5;
  position: absolute;
  bottom: -80px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mod_btslideshow_pro .label_skitter_container a:hover:before {
  background: #000;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mod_btslideshow_pro .info_slide_dots {
  width: 75rem !important;
  float: left !important;
  margin: 0px auto !important;
  text-align: center !important;
  right: 0px !important;
  left: 0px !important;
  padding-left: 20px;
}
.mod_btslideshow_pro .info_slide_dots .image_number {
  text-align: center !important;
  width: 15px;
  height: 15px;
  border-radius: 0px;
}
.mod_btslideshow_proslideshow-subpage .image:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e72b5;
  background-image: linear-gradient(20deg, #000 65%, #f4d036 95%);
  opacity: 0.5;
  z-index: 1111;
  position: absolute;
}
.mod_btslideshow_proslideshow-subpage .image {
  position: relative;
}
.nabidka-sluzeb {
  font-weight: 700;
  color: #000;
  font-size: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  text-transform: normal;
  margin-bottom: -115px;
}
.customsluzby:before {
  text-align: center;
  content: "Jsme LaseCore";
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  opacity: 0.1;
  top: 20px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 95px;
  z-index: 1;
  position: relative;
}
.banner-1 .g-content, .banner-2 .g-content, .banner-3 .g-content, .banner-4 .g-content, .banner-5 .g-content, .banner-6 .g-content {
  margin: 0px auto;
  padding: 5px;
}
.banner-1 .newsflash, .banner-2 .newsflash, .banner-3 .newsflash, .banner-4 .newsflash, .banner-5 .newsflash, .banner-6 .newsflash {
  padding-bottom: 20px;
}
.banner-1 .newsflash-image:before, .banner-2 .newsflash-image:before, .banner-3 .newsflash-image:before, .banner-4 .newsflash-image:before, .banner-5 .newsflash-image:before, .banner-6 .newsflash-image:before {
  content: "";
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner-1 .newsflash-image, .banner-2 .newsflash-image, .banner-3 .newsflash-image, .banner-4 .newsflash-image, .banner-5 .newsflash-image, .banner-6 .newsflash-image {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-1 .newsflash-image img, .banner-2 .newsflash-image img, .banner-3 .newsflash-image img, .banner-4 .newsflash-image img, .banner-5 .newsflash-image img, .banner-6 .newsflash-image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.banner-1 .newsflash-text-wrapper, .banner-2 .newsflash-text-wrapper, .banner-3 .newsflash-text-wrapper, .banner-4 .newsflash-text-wrapper, .banner-5 .newsflash-text-wrapper, .banner-6 .newsflash-text-wrapper {
  background: #fff;
  width: 90%;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  padding: 10px;
}
.banner-1 .newsflash-text-wrapper h2, .banner-2 .newsflash-text-wrapper h2, .banner-3 .newsflash-text-wrapper h2, .banner-4 .newsflash-text-wrapper h2, .banner-5 .newsflash-text-wrapper h2, .banner-6 .newsflash-text-wrapper h2 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  min-height: 60px;
}
.banner-1 .newsflash-text-wrapper p, .banner-2 .newsflash-text-wrapper p, .banner-3 .newsflash-text-wrapper p, .banner-4 .newsflash-text-wrapper p, .banner-5 .newsflash-text-wrapper p, .banner-6 .newsflash-text-wrapper p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: -20px;
  min-height: 70px;
}
.banner-1 .readmore, .banner-2 .readmore, .banner-3 .readmore, .banner-4 .readmore, .banner-5 .readmore, .banner-6 .readmore {
  font-size: 15px;
  font-weight: 600;
  text-transform: initial !important;
  color: #fff;
  background: #0e72b5;
  padding: 20px 30px;
  margin-left: 10px;
  top: -20px !important;
  position: relative;
  z-index: 4;
  text-transform: uppercase !important;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.banner-1 .readmore:hover, .banner-2 .readmore:hover, .banner-3 .readmore:hover, .banner-4 .readmore:hover, .banner-5 .readmore:hover, .banner-6 .readmore:hover {
  background: #000;
  text-transform: uppercase !important;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.banner-1:hover .newsflash-image:before, .banner-2:hover .newsflash-image:before, .banner-3:hover .newsflash-image:before, .banner-4:hover .newsflash-image:before, .banner-5:hover .newsflash-image:before, .banner-6:hover .newsflash-image:before {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner-1:hover img, .banner-2:hover img, .banner-3:hover img, .banner-4:hover img, .banner-5:hover img, .banner-6:hover img {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#g-g-strip-6 {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
.breadcrumb1 {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
.breadcrumb, .breadcrumb1 {
  background: none !important;
}
.breadcrumb h1, .breadcrumb1 h1 {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.breadcrumb .divider:before, .breadcrumb1 .divider:before {
  color: #fff;
  margin-left: -5px;
}
.breadcrumb li, .breadcrumb a, .breadcrumb .active, .breadcrumb1 li, .breadcrumb1 a, .breadcrumb1 .active {
  text-shadow: 0 0px 0 #ffffff;
  color: #fff;
}
.breadcrumb a, .breadcrumb1 a {
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.breadcrumb a:hover, .breadcrumb1 a:hover {
  color: #cfcfcf;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.front-page-hacks #g-container-main:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front-page-hacks #g-container-main {
  background: url('../images/parallax-bg-2.jpg') center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.front-page-hacks .map-plugin {
  display: inline !important;
}
.kontakt .map-plugin {
  display: inline !important;
}
.map-plugin {
  display: none;
}
.nase-stroje {
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
}
.customnase-stroje:before {
  text-align: center;
  content: "O nás";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.3;
  top: -45px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 95px;
  z-index: 1;
  position: relative;
}
.stroje-banner-1, .stroje-banner-2, .stroje-banner-3, .stroje-banner-4 {
  padding: 10px;
}
.stroje-banner-1 .g-content, .stroje-banner-2 .g-content, .stroje-banner-3 .g-content, .stroje-banner-4 .g-content {
  padding: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.stroje-banner-1 .g-content .newsflash, .stroje-banner-2 .g-content .newsflash, .stroje-banner-3 .g-content .newsflash, .stroje-banner-4 .g-content .newsflash {
  margin-bottom: 80px;
}
.stroje-banner-1 .g-content p, .stroje-banner-2 .g-content p, .stroje-banner-3 .g-content p, .stroje-banner-4 .g-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.stroje-banner-1 .g-content .readmore, .stroje-banner-2 .g-content .readmore, .stroje-banner-3 .g-content .readmore, .stroje-banner-4 .g-content .readmore {
  font-size: 15px;
  font-weight: 600;
  text-transform: initial !important;
  color: #fff;
  background: #0e72b5;
  padding: 20px 30px;
  margin-left: 10px;
  top: 40px !important;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  text-transform: uppercase !important;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stroje-banner-1 .g-content .readmore:hover, .stroje-banner-2 .g-content .readmore:hover, .stroje-banner-3 .g-content .readmore:hover, .stroje-banner-4 .g-content .readmore:hover {
  background: #000;
  text-transform: uppercase !important;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stroje-banner-1 img, .stroje-banner-2 img, .stroje-banner-3 img, .stroje-banner-4 img {
  max-width: 75px;
}
.stroje-banner-1 h2 a, .stroje-banner-2 h2 a, .stroje-banner-3 h2 a, .stroje-banner-4 h2 a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stroje-banner-1 h2 a:after, .stroje-banner-2 h2 a:after, .stroje-banner-3 h2 a:after, .stroje-banner-4 h2 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  font-size: 20px !important;
  margin-left: -15px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.stroje-banner-1 h2:hover a, .stroje-banner-2 h2:hover a, .stroje-banner-3 h2:hover a, .stroje-banner-4 h2:hover a {
  color: #0e72b5;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -ms-webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stroje-banner-1 p, .stroje-banner-2 p, .stroje-banner-3 p, .stroje-banner-4 p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.stroje-banner-1:hover .g-content, .stroje-banner-2:hover .g-content, .stroje-banner-3:hover .g-content, .stroje-banner-4:hover .g-content {
  background: transparent;
  padding: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.stroje-banner-1:hover h2 a:after, .stroje-banner-2:hover h2 a:after, .stroje-banner-3:hover h2 a:after, .stroje-banner-4:hover h2 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  font-size: 20px !important;
  margin-left: 15px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-article .item-page .item-image {
  max-width: 47%;
  float: left;
}
.view-article .item-page .item-image img {
  max-height: 400px;
  min-height: 400px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.view-article .item-page .article-body-wrapper {
  max-width: 48%;
  float: left;
}
.view-article .item-page .article-body-wrapper h2 {
  margin-bottom: 0px;
  font-size: 19px;
}
.view-article .item-page .article-body-wrapper h2 strong {
  color: #0e72b5;
}
.view-article .item-page .article-body-wrapper p, .view-article .item-page .article-body-wrapper li {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin: 0px 0px;
}
.view-article .item-page .article-body-wrapper ul {
  margin-left: 0px;
}
.view-article .item-page .article-body-wrapper li {
  list-style-type: none !important;
  padding-left: 8px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.view-article .item-page .article-body-wrapper li:nth-child(2n+1) {
  border-left: 6px solid #0e72b5;
  background: #f7fafd;
  margin-bottom: 2px;
}
.view-article .item-page .article-body-wrapper li:nth-child(2n+2) {
  border-left: 6px solid #00bcd4;
  background: #f7fafd;
  margin-bottom: 2px;
}
.view-article .detail-clanku-1 h2, .view-article .detail-clanku-2 h2 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #0e72b5;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.view-article .detail-clanku-1 h2 strong, .view-article .detail-clanku-2 h2 strong {
  color: #0e72b5;
}
.view-article .detail-clanku-1 p, .view-article .detail-clanku-1 li, .view-article .detail-clanku-2 p, .view-article .detail-clanku-2 li {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin: 0px 0px;
}
.view-article .detail-clanku-1 ul, .view-article .detail-clanku-2 ul {
  margin-left: 0px;
}
.view-article .detail-clanku-1 li, .view-article .detail-clanku-2 li {
  list-style-type: none !important;
  padding-left: 8px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.view-article .detail-clanku-1 li:nth-child(2n+1), .view-article .detail-clanku-2 li:nth-child(2n+1) {
  border-left: 6px solid #0e72b5;
  background: #f7fafd;
  margin-bottom: 2px;
}
.view-article .detail-clanku-1 li:nth-child(2n+2), .view-article .detail-clanku-2 li:nth-child(2n+2) {
  border-left: 6px solid #00bcd4;
  background: #f7fafd;
  margin-bottom: 2px;
}
.view-article .detail-clanku-2 .g-content {
  padding-left: 0px;
  margin-left: 0px;
}
.onas .item-pageonas .item-image, .onas .item-pageonas .article-body-wrapper {
  width: 100%;
  display: block;
  float: left;
}
.onas .item-pageonas .item-image p, .onas .item-pageonas .article-body-wrapper p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.onas .item-pageonas .item-image img, .onas .item-pageonas .article-body-wrapper img {
  width: 100% !important;
  max-height: 360px;
  object-fit: cover;
}
.onas .item-pageonas .article-body-wrapper {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin-top: -25px;
}
.onas .item-pageonas .article-body-wrapper h2, .onas .item-pageonas .article-body-wrapper h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.onas .item-pageonas .article-body-wrapper ul {
  margin-left: 0px;
  max-width: 65%;
}
.onas .item-pageonas .article-body-wrapper li {
  list-style-type: none !important;
  padding-left: 8px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.onas .item-pageonas .article-body-wrapper li:nth-child(2n+1) {
  border-left: 6px solid #0e72b5;
  background: #f7fafd;
  margin-bottom: 2px;
}
.onas .item-pageonas .article-body-wrapper li:nth-child(2n+2) {
  border-left: 6px solid #00bcd4;
  background: #f7fafd;
  margin-bottom: 2px;
}
.osgalery-cat-tabs {
  text-align: left !important;
  padding-left: 5px !important;
}
.osgalery-cat-tabs li {
  margin-bottom: 10px !important;
}
.osgalery-cat-tabs li .active {
  background: #0e72b5 !important;
}
.osgalery-cat-tabs li a {
  background: #000 !important;
  color: #fff !important;
  padding: 5px 20px 40px 20px !important;
}
.osgalery-cat-tabs li a:hover {
  background: #0e72b5 !important;
}
.os-gallery-img-category {
  background: #0e72b5 !important;
  color: #fff !important;
}
.technologie-sidebar h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.technologie-sidebar h4 {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-top: -10px;
}
.technologie-sidebar a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.technologie-sidebar a:hover {
  color: #0e72b5;
}
.kontakt-titulek {
  font-weight: 700;
  color: #000;
  font-size: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
}
.customkontakt-titulek:before {
  text-align: center;
  content: "Kontaktujte nás";
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  opacity: 0.1;
  top: -45px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 95px;
  z-index: 1;
  position: relative;
}
.customkontakt-pod-mapou {
  border: 1px solid #c8c8c8;
  padding: 30px 20px 10px 50px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.customkontakt-pod-mapou .phone-fp-contact, .customkontakt-pod-mapou .email-fp-contact {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  float: left;
  display: inline-block;
  width: 50%;
}
.customkontakt-pod-mapou .phone-fp-contact:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #0e72b5;
  font-size: 30px !important;
  margin-right: 15px;
  margin-top: -10px;
  display: inline-block;
  float: left;
}
.customkontakt-pod-mapou .email-fp-contact:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #0e72b5;
  font-size: 35px !important;
  margin-right: 15px;
  margin-top: -10px;
  display: inline-block;
  float: left;
}
.kontakt-form-fp {
  padding: 20px 40px 0px 40px;
  background: url('../images/napiste-nam.png') center center no-repeat;
  background-size: cover;
}
.mod_tm_ajax_contact_form .controls {
  width: 100%;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_input {
  width: 97.5%;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  height: 37px;
  background: #fff !important;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_textarea {
  width: 100%;
  border: 0px solid transparent;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  height: 40px;
  background: #fff !important;
  max-height: 120px;
  min-height: 120px;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_btn {
  background: #0e72b5;
  padding: 15px 35px !important;
  border-radius: 0px;
  border: 0px solid #feb204;
  color: #fff;
  float: left;
  width: 155px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: 0.5s ease;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_btn:hover {
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: 0.5s ease;
}
.kontakt #g-g-strip-14 {
  background: #f8f8f8;
  padding-top: 50px;
}
.kontakty-main p {
  width: 25%;
  height: auto;
  min-height: 195px;
  margin: -2px;
  display: inline-block;
  color: #000;
  vertical-align: text-top;
}
.kontakty-main strong {
  color: #000;
}
.kontakty-main .kontakt-obchod:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-technologie:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-vyroba:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-uctarna:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-expedice:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-mailweb:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-adresa:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
.kontakty-main .kontakt-fakturace:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px !important;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -15px auto 0 auto;
}
#g-footer a {
  color: #fff !important;
}
#g-footer a:hover {
  color: #000 !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container:before {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container {
    max-width: 40rem !important;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container h4, #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container a {
    font-size: 25px;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container p {
    font-size: 18px;
  }
  #g-g-strip-5 .nabidka-sluzeb {
    font-weight: 700;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: -82px;
  }
  #g-g-strip-5 .customsluzby:before {
    font-size: 60px;
  }
  #g-g-strip-5 .newsflash-text-wrapper p {
    min-height: 80px;
  }
  #g-g-strip-5 .newsflash-text-wrapper h2 {
    min-height: 70px;
  }
  #g-g-strip-13 .phone-fp-contact, #g-g-strip-13 .email-fp-contact {
    width: 100%;
    display: block;
  }
  .mod_tm_ajax_contact_form_textarea {
    width: 102.5% !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .gantry-logo {
    margin-left: -35px;
    margin-top: 15px;
  }
  #g-navigation .gantry-logo img {
    width: 175px;
  }
  #g-navigation .g-menu-item-title {
    font-size: 13px !important;
    margin-left: -3px;
  }
  #g-navigation .g-menu-parent-indicator:after {
    background: transparent !important;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container:before {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container {
    max-width: 40rem !important;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container h4, #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container a {
    font-size: 25px;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container p {
    font-size: 18px;
  }
  #g-g-strip-5 .nabidka-sluzeb {
    font-weight: 700;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: -82px;
  }
  #g-g-strip-5 .customsluzby:before {
    font-size: 60px;
  }
  #g-g-strip-5 .newsflash-text-wrapper p {
    min-height: 105px;
  }
  #g-g-strip-5 .newsflash-text-wrapper h2 {
    min-height: 90px;
  }
  #g-g-strip-6 {
    margin-top: -100px;
  }
  #g-g-strip-6 .breadcrumb {
    padding: 0px 0px;
    margin: -15px 0 -30px;
  }
  #g-g-strip-6 .breadcrumb h1 span {
    font-size: 15px !important;
  }
  #g-g-strip-6 .breadcrumb li, #g-g-strip-6 .breadcrumb span, #g-g-strip-6 .breadcrumb a {
    font-size: 12px !important;
  }
  #g-g-strip-13 .phone-fp-contact, #g-g-strip-13 .email-fp-contact {
    width: 100%;
    display: block;
  }
  #g-main #sluzba-2 {
    margin: auto 27px !important;
  }
  .os-gallery-tabs-main-1 a {
    font-size: 13px !important;
  }
  .kontakty-main .custom p {
    min-width: 50% !important;
  }
  .mod_tm_ajax_contact_form_textarea {
    width: 105% !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-offcanvas-toggle .fa-bars:before {
    color: #0e72b5;
  }
  #g-navigation {
    background: linear-gradient(to right, #fff 20%, #fff 20%) !important;
  }
  .tuv-certification {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container:before {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container {
    max-width: 40rem !important;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container h4, #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container a {
    font-size: 25px;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container p {
    font-size: 18px;
  }
  #g-g-strip-5 .nabidka-sluzeb {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: -125px;
  }
  #g-g-strip-5 .customsluzby:before {
    top: 0px;
    font-size: 60px;
  }
  #g-g-strip-6 {
    margin-top: -100px;
  }
  #g-g-strip-6 .breadcrumb {
    padding: 0px 0px;
    margin: -15px 0 -30px;
  }
  #g-g-strip-6 .breadcrumb h1 span {
    font-size: 15px !important;
  }
  #g-g-strip-6 .breadcrumb li, #g-g-strip-6 .breadcrumb span, #g-g-strip-6 .breadcrumb a {
    font-size: 12px !important;
  }
  #g-g-strip-13 .phone-fp-contact, #g-g-strip-13 .email-fp-contact {
    width: 100%;
    display: block;
  }
  #g-main #sluzba-2 {
    margin: auto 27px !important;
  }
  .os-gallery-tabs-main-1 a {
    font-size: 13px !important;
  }
  .kontakty-main .custom p {
    min-width: 50% !important;
  }
  .mod_tm_ajax_contact_form_textarea {
    width: 101% !important;
  }
}
@media only all and (max-width: 30rem) {
  .g-offcanvas-toggle .fa-bars:before {
    color: #0e72b5;
  }
  .tuv-certification {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container:before {
    display: none;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container {
    max-width: 30rem !important;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container h4, #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container a {
    font-size: 20px;
  }
  #g-g-strip-4 .mod_btslideshow_pro .label_skitter_container p {
    font-size: 16px;
  }
  #g-g-strip-5 .nabidka-sluzeb {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: -125px;
  }
  #g-g-strip-5 .customsluzby:before {
    top: 0px;
    font-size: 60px;
  }
  #g-g-strip-6 {
    margin-top: -100px;
  }
  #g-g-strip-6 .breadcrumb {
    padding: 8px 0px;
    margin: 0 0 15px;
  }
  #g-g-strip-6 .breadcrumb h1 {
    font-size: 22px;
  }
  #g-g-strip-6 .breadcrumb li, #g-g-strip-6 .breadcrumb span, #g-g-strip-6 .breadcrumb a {
    font-size: 11px !important;
  }
  #g-g-strip-13 .phone-fp-contact, #g-g-strip-13 .email-fp-contact {
    width: 100%;
    display: block;
  }
  #g-main #sluzba-2 {
    margin: auto 27px !important;
  }
  .os-gallery-tabs-main-1 a {
    font-size: 13px !important;
  }
  .kontakty-main .custom p {
    min-width: 50% !important;
  }
  .mod_tm_ajax_contact_form_textarea {
    width: 102.5% !important;
  }
}
/*# sourceMappingURL=custom_9.css.map */