@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/*
Theme Name: MEDIA ENERGY Theme Responsive
Theme URI: http://www.mediaenergy.cz/
Description: Responsive style by MEDIA ENERGY s.r.o.
*/
/* ------------- LESS Variables ------------- */
.animate * {
  transition: all .4s;
}
.debug1 {
  border: 1px dotted lime;
}
.debug2 {
  border: 1px dotted red;
}
.gradient {
  background: #77e000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3ZTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77e000), color-stop(100%, #137700));
  background: -webkit-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -o-linear-gradient(top, #77e000 0%, #137700 100%);
  background: -ms-linear-gradient(top, #77e000 0%, #137700 100%);
  background: linear-gradient(to bottom, #77e000 0%, #137700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77e000', endColorstr='#137700', GradientType=0);
}
.uppercase {
  text-transform: uppercase;
}
.zero {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.img-responsive {
  width: 100%;
}
/* ------------- Bootstrap override ------------- */
textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
@media (min-width: 768px) {
  .container-small {
    width: 300px;
  }
  .container-large {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 500px;
  }
  .container-large {
    width: 1170px;
  }
  .container-tidy {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 700px;
  }
  .container-large {
    width: 1500px;
  }
  .container-tidy {
    width: 1140px;
  }
  .container {
    width: 1210px;
  }
}
.container-small,
.container-large,
.container-tidy {
  max-width: 100%;
}
/* ------------- Helpers ------------- */
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.table-noborder tbody tr td,
.table-noborder thead tr th {
  border: none;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.cleaner {
  clear: both;
}
.table-hand {
  width: 300px;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-style: italic;
  color: #000;
  font-size: 16px;
}
/* ------------- Visual ------------- */
a {
  color: #54575a;
}
a img {
  border: none;
}
a:hover {
  color: #54575a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: normal;
  color: #54575a;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 20px;
  padding-top: 17px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
p {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #54575a;
}
body {
  font-family: Roboto, Arial;
  font-weight: normal;
  color: #54575a;
  font-size: 16px;
  line-height: 24px;
}
.subpage {
  padding-top: 235px;
  background: #dedede;
}
.subpage header {
  height: 205px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.subpage header .header-logo {
  margin-top: -4px;
  margin-bottom: 25px;
}
.subpage header .header-row-first {
  padding-bottom: 0;
}
.subpage header .header-row-second {
  padding-bottom: 0;
}
.subpage .breadcrumb {
  position: fixed;
  top: 205px;
  height: auto;
  left: 0;
  z-index: 1;
}
.button {
  border: 1px solid #54575a;
  color: #54575a;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s linear background, 0.3s linear color;
  width: 134px;
}
.button:hover {
  background: #54575a;
  color: #fff;
  text-decoration: none;
}
.references {
  background: #fff;
  padding: 54px 0;
}
.references .offer {
  background: #fff;
  /*#dedede*/
}
.references h2 {
  padding-bottom: 38px;
}
.subpage .dalsi-reference .offer {
  padding: 43px 0 10px 0;
}
.subpage .references {
  padding-top: 0;
  background: #dedede;
}
.subpage .references .offer {
  padding: 0;
  background: #dedede;
}
aside {
  padding: 40px 0 !important;
}
aside nav > ul {
  padding: 0;
  margin: 0;
  padding: 20px 0;
  width: 320px;
  position: absolute;
  z-index: 2000;
  background-color: rgba(41, 45, 47, 0.85);
  display: none;
  opacity: 0;
  transition: 0.3s linear opacity;
}
aside nav > ul a:hover {
  color: #fff;
}
aside nav > ul > li {
  padding: 0;
  margin: 0;
  padding: 3px 40px 17px 40px;
}
aside nav > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
}
aside nav > ul > li.menu-item-has-children > a {
  position: relative;
}
aside nav > ul > li.menu-item-has-children > a.visible .after {
  background: url("https://www.trimonastone.cz/wp-content/themes/me/css/../images/submenu-arrow-up-icon.png");
}
aside nav > ul > li.menu-item-has-children > a .after {
  background: url("https://www.trimonastone.cz/wp-content/themes/me/css/../images/submenu-arrow-down-icon.png");
  cursor: pointer;
  position: absolute;
  content: "";
  display: block;
  right: -36px;
  top: 4px;
  width: 15px;
  height: 9px;
}
aside nav > ul > li ul,
aside nav > ul > li li {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
aside nav > ul > li ul {
  display: none;
}
aside nav > ul {
  position: static;
  display: block;
  z-index: 1;
  opacity: 1;
  width: 100%;
}
aside nav > ul li {
  list-style: none !important;
}
aside nav > ul li li.current_page_item a {
  color: #bbb;
}
aside nav > ul a {
  color: #fff;
  line-height: 1.4em;
}
aside nav > ul a:hover,
aside nav > ul a:visited,
aside nav > ul a:focus {
  color: #fff !important;
}
aside nav > ul > li > ul > li a {
  position: relative;
}
aside nav > ul > li > ul > li a .after {
  background: transparent url(https://www.trimonastone.cz/wp-content/themes/me/css/../images/menu-arr.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  display: block;
  right: -15px;
  top: 4px;
  width: 7px;
  height: 4px;
}
aside nav > ul > li > ul {
  display: none;
}
aside nav > ul > li > ul li > ul {
  padding-left: 15px;
  display: block;
}
aside .company-info {
  width: 100%;
  margin-top: 23px;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
aside .company-info li {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: #fff;
  margin-left: 5%;
  visibility: hidden;
}
aside .company-info li:first-child {
  margin-left: 0;
}
aside .company-info li img {
  width: auto;
  height: 48px;
}
aside .company-info li span {
  font-size: 10px;
  line-height: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
main .container {
  min-height: 150px;
}
/* ------------- Layout ------------- */
.link-scroller {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/arrow-down-symbol.png');
  display: block;
  position: absolute;
  width: 40px;
  height: 24px;
  left: 50%;
  margin-left: -20px;
}
#main {
  padding-top: 30px;
}
#kamenosnicebox {
  margin-top: 50px;
  text-align: center;
}
#kamenosnicebox .kamenimg img {
  max-width: 300px;
  margin: 25px auto;
}
#kamenosnicebox .content-centerer {
  padding: 0 20px;
}
#kamenosnicebox .button {
  margin-top: 20px;
}
header {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/hp-photo.jpg') no-repeat center top;
  background-size: 100% 755px;
  padding-top: 11px;
}
header nav {
  z-index: 2000;
  position: relative;
}
header nav > ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
header nav > ul a:visited,
header nav > ul a:active,
header nav > ul a {
  color: #fff !important;
}
header nav > ul > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  position: relative;
}
header nav > ul > li.current-menu-item > a {
  text-decoration: underline;
}
header nav > ul > li > a {
  text-transform: uppercase;
  padding: 0 40px;
  display: inline-block;
  line-height: 52px;
  height: 53px;
  transition: 0.3s linear background-color;
}
header nav > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  height: 9px;
  width: 1px;
  background: #fff;
}
header nav > ul > li:last-child {
  margin-right: 0;
}
header nav > ul > li:last-child:after {
  display: none;
}
header nav > ul > li.current-menu-item a {
  opacity: 1;
}
header nav > ul > li > ul {
  padding: 0;
  margin: 0;
  padding: 20px 0;
  width: 320px;
  position: absolute;
  z-index: 2000;
  background-color: rgba(41, 45, 47, 0.85);
  display: none;
  opacity: 0;
  transition: 0.3s linear opacity;
}
header nav > ul > li > ul a:hover {
  color: #fff;
}
header nav > ul > li > ul > li {
  padding: 0;
  margin: 0;
  padding: 3px 40px 17px 40px;
}
header nav > ul > li > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
}
header nav > ul > li > ul > li.menu-item-has-children > a {
  position: relative;
}
header nav > ul > li > ul > li.menu-item-has-children > a.visible .after {
  background: url("https://www.trimonastone.cz/wp-content/themes/me/css/../images/submenu-arrow-up-icon.png");
}
header nav > ul > li > ul > li.menu-item-has-children > a .after {
  background: url("https://www.trimonastone.cz/wp-content/themes/me/css/../images/submenu-arrow-down-icon.png");
  cursor: pointer;
  position: absolute;
  content: "";
  display: block;
  right: -36px;
  top: 4px;
  width: 15px;
  height: 9px;
}
header nav > ul > li > ul > li ul,
header nav > ul > li > ul > li li {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
header nav > ul > li > ul > li ul {
  display: none;
}
header nav > ul > li:hover > a {
  background-color: rgba(41, 45, 47, 0.85);
  border-bottom: 1px solid #c8c8c8;
  color: #fff;
  text-decoration: none;
}
header nav > ul > li:hover > ul {
  display: block;
  opacity: 1;
}
header .header-row-first {
  padding-bottom: 178px;
}
header .header-row-second {
  padding-bottom: 32%;
}
header .header-logo {
  display: block;
  margin: 0 auto 29px auto;
  width: 250px;
}
header .header-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
header ul {
  list-style: none;
}
header ul li {
  display: inherit;
}
header .header-languages {
  font-size: 14px;
  line-height: 18px;
}
header .header-languages li {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 5px;
}
header .header-languages li.current-lang a {
  color: #585b5e;
  text-decoration: none;
}
header .header-languages li:after {
  background: #585b5e;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 13px;
}
header .header-languages li:last-child:after {
  display: none;
}
header .header-languages li a {
  color: #dedede;
  text-decoration: underline;
}
header .header-languages li a:hover,
header .header-languages li a.active,
header .header-languages li a.current {
  color: #585b5e;
  text-decoration: none;
}
header .header-social-links {
  padding: 0;
  margin: 0;
}
header .header-social-links li {
  display: inline-block;
  margin-right: 9px;
}
header .header-social-links li:last-child {
  margin-right: 0;
}
header .header-social-links a {
  display: inline-block;
  height: 22px;
  width: 22px;
  transition: 0.2s linear opacity;
  opacity: 1;
}
header .header-social-links a:hover {
  opacity: 0.5;
}
header .header-social-links .hs-twitter {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/social-icons.png') no-repeat;
}
header .header-social-links .hs-facebook {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/social-icons.png') no-repeat -31px 0;
}
header .header-social-links .hs-instagram {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/social-icons.png') no-repeat -62px 0;
}
header .header-social-links .hs-youtube {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/social-icons.png') no-repeat -99px 0;
}
header .home-new {
  box-sizing: border-box;
  padding: 20px 24px;
  color: #fff;
  position: absolute;
  top: 450px;
  left: 50%;
  margin-left: -1400px;
  width: 280px;
  height: 220px;
  background: rgba(41, 45, 47, 0.85);
  transition: 1s linear margin-left;
}
header .home-new.positioned {
  margin-left: -140px;
}
header .home-new h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
header .home-new p {
  font-size: 13px;
  line-height: 18px;
}
header .home-new p span {
  color: #c8c8c8;
}
header .home-new .link-more {
  color: #fff;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -16px;
  text-decoration: none;
}
header .home-new .link-more span {
  text-decoration: underline;
}
footer {
  background: #6e7072;
  padding: 25px 0 17px 0;
  border-bottom: 1px solid #fff;
}
footer * {
  color: #c8c8c8;
  font-size: 13px;
}
footer a {
  color: #fff;
}
footer p {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
  margin-right: 130px;
}
footer nav,
footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer nav li,
footer ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin: 0 7px;
}
footer nav li.current-menu-item > a,
footer ul li.current-menu-item > a {
  text-decoration: underline;
}
footer nav li a,
footer ul li a {
  text-transform: uppercase;
}
footer nav li a:hover,
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer nav nav,
footer ul nav {
  margin-top: 1px;
}
footer .footer-web-map {
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  color: #c8c8c8;
}
footer .footer-web-map:before {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/webmap-icon.png') no-repeat;
  content: "";
  dislay: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 21px;
  height: 19px;
}
footer .footer-web-map:hover {
  color: #fff;
}
footer .footer-logo-dev {
  background: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/footer-logo-dev.png');
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 118px;
  height: 20px;
  transition: all 0.5 linear;
  float: right;
}
footer .footer-second-row {
  padding-top: 22px;
}
.products {
  background: #fff;
  position: relative;
}
.products.product-detail {
  background: #ffffff url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/product-bg.png') repeat-x;
  padding-bottom: 20px;
}
.products .company-info {
  margin-right: 44px;
  float: right;
}
.products .col-md-7 {
  padding-top: 30px;
}
.products:after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.products .link-scroller {
  top: -70px;
}
.products .company-info {
  margin-top: 88px;
  margin-bottom: 45px;
}
.company-info {
  padding: 0;
  margin: 0;
  display: flex;
  max-width: 380px;
}
.company-info li {
  border: 1px solid #ededed;
  min-height: 100px;
  padding: 0;
  margin: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  padding-top: 13px;
  margin-left: 15px;
  display: block;
  text-align: center;
  visibility: hidden;
  width: 30%;
}
.company-info li:first-child {
  margin-left: 0;
}
.company-info li img {
  display: block;
  margin: 0 auto;
  clear: both;
}
.company-info li span {
  clear: both;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0 10px 0;
}
.offer {
  background: #dedede;
  padding: 43px 0 90px 0;
  position: relative;
}
.offer .container {
  visibility: hidden;
}
.offer .container.visible {
  visibility: visible;
}
.offer .referbox {
  margin-bottom: 45px;
}
.offer.offer-list .offer-date {
  font-style: italic;
}
.offer.offer-list h3 {
  min-height: 95px;
}
.offer.offer-list .row-items {
  margin-bottom: 40px;
}
.offer h2 {
  padding: 0;
  margin: 0;
  padding-bottom: 35px;
}
.offer h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 0 19px 0;
  text-transform: uppercase;
}
.offer h3 a {
  color: #54575a;
}
.offer p {
  padding: 0;
  margin: 0;
}
.offer .link-more {
  color: #54575a;
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  padding-top: 15px;
}
.offer .link-more span {
  text-decoration: underline;
}
.offer .link-scroller {
  bottom: 48px;
  top: auto;
}
.offer .row-items:after {
  clear: both;
  display: table;
  content: "";
}
.offer .col {
  background: #fff;
  text-align: center;
  position: relative;
  width: 30.25%;
  height: 515px;
  float: left;
  margin-left: 4.625%;
  transition: 0.3s linear background-color;
}
.offer .col .col-container {
  height: 280px;
  overflow: hidden;
}
.offer .col:first-child {
  margin-left: 0;
}
.offer .col * {
  transition: 0.3s linear color;
}
.offer .col:hover {
  background: #54575a;
}
.offer .col:hover * {
  color: #fff;
}
.contacts {
  padding: 51px 0 0 0;
  position: relative;
  /*&:before {
    left:0;
    width:100%;
    opacity:0.6;
    background:#fff;
    display:block;
    content:"";
    height:31px;
    position:absolute;
    top:-30px;
  } */
}
.contacts h2 {
  padding-bottom: 47px;
}
.contacts-map-folder {
  background: #fff;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contacts-map-folder iframe {
  padding: 0;
  margin: 0;
}
.contacts-map-folder:after,
.contacts-map-folder:before {
  left: 0;
  width: 100%;
  opacity: 0.6;
  background: #fff;
  display: block;
  content: "";
  height: 31px;
  position: absolute;
  z-index: 100;
}
.contacts-map-folder:after {
  bottom: 0;
}
.contacts-map-folder:before {
  top: 0;
}
.contact-information {
  padding: 60px 0;
  text-align: center;
}
.contact-information img {
  margin-bottom: 55px;
}
.contact-information .fs-18 {
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.contact-information a {
  text-decoration: underline;
}
.contact-information a:hover {
  text-decoration: none;
}
.layout-two-cols:after {
  content: "";
  clear: both;
  display: table;
}
.layout-two-cols aside {
  float: left;
  width: 23.53%;
}
.layout-two-cols aside a.current {
  text-decoration: underline;
}
.layout-two-cols aside nav {
  display: none;
}
.layout-two-cols article {
  padding-top: 17px;
  float: right;
  width: 72.52%;
}
.layout-two-cols article .page-content-from,
.layout-two-cols article .article-from-right,
.layout-two-cols article .article-from-left {
  visibility: hidden;
}
.layout-two-cols article.page-content-from,
.layout-two-cols article.article-from-right,
.layout-two-cols article.article-from-left {
  visibility: hidden;
}
.layout-two-cols article ul {
  margin: 12px 17px;
}
.layout-two-cols article img.img-responsive {
  margin-top: 29px;
}
.edit {
  position: relative;
  text-align: center;
  height: 40px;
}
.edit a {
  background: #54575a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  width: 134px;
}
article {
  padding-bottom: 15px;
  /*
  .col-md-8 + .col-md-4 {
    padding-right:0;
    padding-left:0;
    img {
      margin-left:-15px;
      margin-right:-15px;
    }
  }
  */
}
article .col-md-8 + .col-md-4 {
  padding-left: 0;
  padding-right: 15px !important;
}
article .row > .col-md-4 {
  padding-right: 0;
}
article img {
  margin-top: 0px !important;
}
article h2 {
  font-size: 22px;
  font-weight: bold;
}
article h3 {
  font-size: 18px;
  margin: 16px 0 8px 0;
  border-bottom: 1px solid gray;
}
article h3 + p {
  padding-top: 4px;
}
.table-contact {
  border: 0;
}
.table-contact th,
.table-contact td {
  border: 0;
  padding-right: 15px;
}
.table-contact th.fs18,
.table-contact td.fs18 {
  font-size: 18px;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  top: 50%;
  margin-top: -25px;
  background: transparent;
  transform: none !important;
}
#swipebox-arrows {
  width: 90%;
  max-width: none;
}
/* ------------- Zasadni prvky ------------- */
.breadcrumb {
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 3px 0;
  padding-left: 5px;
}
.breadcrumb strong {
  display: none;
}
.breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline;
  font-weight: normal;
}
.breadcrumb ul li:last-child {
  font-weight: bold;
}
.breadcrumb a {
  font-size: 13px;
}
.contact {
  background: #fff;
}
.contact h1 {
  padding-top: 43px;
  padding-bottom: 30px;
}
.contact .company-info {
  margin-top: 30px;
}
/* ------------- Formulare ------------- */
.cform {
  width: 100%;
  padding: 0;
}
.cform legend {
  display: none;
}
.cform .cf-fs1,
.cform .cf-fs2 {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
}
.cform .cf-fs1 {
  padding-right: 4px;
}
.cform .cf-fs2 {
  padding-left: 4px;
}
.cform .cf-fs3 {
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  clear: both;
}
.cform .cf-sb {
  text-align: right;
  width: 100%;
  display: table;
  padding: 0;
  margin: 0;
  padding-bottom: 72px;
}
.cform .cf-sb input[type=submit] {
  background: #54575a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  width: 134px;
  transition: 0.2s linear background-color;
}
.cform .cf-sb input[type=submit]:hover {
  background-color: #2b2c2d;
}
.cform ol {
  padding: 0;
  margin: 0;
  clear: both;
}
.cform ol li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 0 9px 0;
}
.cform label {
  display: none;
}
.cform select {
  cursor: pointer;
}
.cform #li--6,
.cform #li--7,
.cform #li--9 {
  position: relative;
}
.cform #li--6 select,
.cform #li--7 select,
.cform #li--9 select {
  background-image: url('https://www.trimonastone.cz/wp-content/themes/me/css/../images/select-arrow.png');
  background-repeat: no-repeat;
  background-position: 94% center;
}
.cform input,
.cform select,
.cform textarea {
  padding: 0;
  margin: 0;
  background: #f5f5f5;
  color: #bec0c3;
  height: 38px;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  font-style: italic;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  outline: none;
  resize: none;
}
.cform select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cform textarea {
  width: 100%;
  height: 135px;
}
.cform .cf_li_err label span {
  color: #f80000;
}
.cform .cf_li_err input,
.cform .cf_li_err textarea,
.cform .cf_li_err select {
  border: 1px solid #ec6f6f;
}
.cform .emailreqtxt,
.cform .reqtxt {
  display: none;
  padding: 0 0 0 15px;
  height: 15px;
  overflow: hidden;
  color: #ff0000;
}
.cform .seccap {
  height: 28px;
}
.cform .captcha {
  position: relative;
  left: -6px;
}
.cform .cf_hidden {
  display: none;
}
.cform .cf-box-title {
  display: none;
}
.cform .cf-box-group {
  clear: none;
}
.cform .cf-box-group label {
  padding: 0;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}
.cform .cf-box-group input {
  margin: 0 10px 0 3px;
  width: 14px;
  height: 14px;
}
.cform .cf_li_err {
  color: red;
}
.cform fieldset:nth-child(2n+1) {
  clear: both;
}
.form {
  padding: 43px 0 0 0;
}
.form h2 {
  font-size: 32px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  padding: 0 0 30px 0;
}
#usermessagea span {
  max-width: 600px;
  font-size: 14px;
  text-align: center;
  margin: 25px auto 10px;
  font-weight: bold;
  color: white;
  background-color: #808284;
  display: block;
  padding: 10px;
}
.failure span {
  background-color: #fd4747 !important;
}
.searchContainer {
  width: 300px;
}
.searchform {
  margin: 15px 0;
}
.searchform .btn-search {
  width: 100%;
}
.nonexisting-page h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
slideRight
==============================================
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0px;
}
.content-from-left {
  visibility: hidden;
}
/* ------------- Responz ------------- */
/* Phones */
@media (max-width: 1024px) {
  body {
    padding-top: 0px !important;
    padding-bottom: 0;
  }
  .contact-information {
    padding: 20px 0;
  }
  .breadcrumb {
    position: static !important;
    margin-top: 15px;
  }
  header {
    position: static !important;
  }
  header .header-logo {
    margin-top: 15px;
  }
  header .header-social-links {
    text-align: center;
    margin: 0 0 10px 0;
  }
  header .header-row-first {
    padding-bottom: 0px;
  }
  header .header-row-second {
    padding-bottom: 80px;
  }
  header .header-languages {
    text-align: center;
    padding-bottom: 15px;
  }
  aside {
    padding-top: 30px;
  }
  article {
    padding-bottom: 20px;
  }
  body {
    font-size: 14px;
    line-height: 18px;
  }
  h1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.dl-menuwrapper button {
  background: #6e7072 !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  aside .company-info {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  aside {
    padding-top: 30px;
  }
  aside .company-info li span {
    padding-left: 1px;
    padding-right: 1px;
  }
  .references .references-item {
    font-size: 14px;
    line-height: 18px;
  }
  .references .references-item h3 {
    padding-top: 10px;
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  header nav > ul > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products .company-info {
    float: none;
    margin: 20px auto;
  }
  .layout-two-cols article {
    float: none;
    width: auto;
  }
  .layout-two-cols article .col-md-8 + .col-md-4 {
    padding-left: 15px !important;
  }
  .layout-two-cols article .row > .col-md-4 {
    padding-right: 15px !important;
  }
  .layout-two-cols aside {
    float: none;
    width: auto;
  }
  .layout-two-cols aside nav {
    display: none !important;
  }
  .subpage header .header-logo {
    margin-bottom: 12px;
  }
  .home .offer .col {
    height: 280px;
    overflow: hidden;
    margin-left: 0;
    width: auto;
    float: none;
    margin-bottom: 30px;
    padding-left: 55%;
    text-align: left;
  }
  .home .offer .col p {
    text-align: left;
    margin: 0;
    padding: 0 10px;
  }
  .home .offer .col .col-container {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 50%;
  }
  .home .offer .col .col-container img {
    width: 100%;
  }
  .home .offer .col .link-more {
    margin-left: 0;
    left: 55%;
  }
}
@media (max-width: 1024px) {
  footer nav {
    display: block;
  }
  footer ul {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  footer .footer-logo-dev {
    position: static;
    margin-right: 0;
    margin-left: 15px;
    float: none;
    display: inline-block;
  }
  footer .footer-second-row {
    padding-top: 10px;
  }
  footer .col-md-10 {
    text-align: center;
    float: none;
    width: 100%;
    vertical-align: baseline;
  }
  footer .col-md-2 {
    text-align: center;
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  footer p {
    margin-right: 0;
    float: none;
  }
  .offer h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .offer p {
    font-size: 14px;
    line-height: 20px;
  }
  #mobileFixed {
    display: block !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #mobileFixed .current-menu-ancestor,
  #mobileFixed .current-menu-item {
    background: #54575a;
  }
  #mobileFixed .mobile-logo {
    max-width: 140px;
    max-height: 33px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .offer h3 {
    padding-bottom: 4px;
  }
  .breadcrumb {
    display: none;
  }
  header nav {
    display: none;
  }
  header .home-new {
    top: 330px;
    height: 160px;
  }
  .subpage header {
    margin-top: 50px;
  }
  .subpage header .header-row-first {
    padding-bottom: 30px;
  }
  .subpage header .header-row-second {
    padding-bottom: 70px;
  }
  .subpage header .home-new {
    display: none;
  }
  /*  #gallery-1, .gallery {      //nad 1024???

    &:after {
      clear:both;
      content:"";
      display:table;
    }

    .gallery-item {
      float:left;
      width:49% !important;
      margin:0 !important;

      &:nth-child(2n) {
        float:right !important;
      }
    }
  }
  
.gallery {
  .gallery-item {
    img {
      height:auto;
    }
  }
}
*/
  .references .references-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 48%;
  }
  .references .references-item:nth-child(2n) {
    float: right;
  }
  .references .references-item:nth-child(2n-1) {
    float: left;
  }
}
@media (max-width: 767px) {
  .pulse {
    animation-duration: 0s !important;
    -webkit-animation-duration: !important;
    animation-iteration-count: 0 !important;
    -webkit-animation-iteration-count: 0 !important;
  }
  body.home {
    margin-top: 50px;
  }
  header .header-row-first {
    padding-bottom: 30px;
  }
  header .header-row-second {
    padding-bottom: 44%;
  }
  header .home-new {
    top: 330px;
  }
  .references .references-item h3 {
    padding-top: 15px;
  }
  .references .references-item .references-text {
    font-size: 14px;
    line-height: 20px;
  }
  .offer .link-more {
    margin-left: 0;
    left: 50%;
  }
  .offer .col {
    height: auto;
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .offer .col:after {
    display: table;
    content: "";
    clear: both;
  }
  .offer .col h3 {
    text-align: left;
  }
  .offer .col .col-container {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}
@media (max-width: 660px) {
  .references {
    padding-bottom: 30px;
  }
  .references .references-row-items {
    padding-bottom: 0;
  }
  .references .references-item img {
    height: auto;
  }
  .references .references-text {
    font-size: 14px;
    line-height: 18px;
  }
  .references .references-text h3 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    margin: 0 5px;
  }
  .references .references-text .link-more {
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  body.home,
  body {
    padding-top: 0 !important;
    margin-top: 50px;
  }
  .home-new {
    display: none !important;
  }
  .subpage header {
    margin-top: 50px;
  }
  .offer {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .offer .col {
    float: none;
    width: auto;
    height: auto;
    padding-bottom: 50px;
    margin: 0 0 20px 0;
  }
  .offer .col h3 {
    text-align: center;
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .offer .col p {
    text-align: center;
  }
  .offer .col .link-more {
    margin-left: -48px;
  }
  .offer .col .col-container {
    float: none;
    height: auto;
    width: 100%;
  }
  .home .offer .link-scroller {
    display: none;
  }
  .home .offer .col {
    height: auto;
    padding-left: 0;
    text-align: center;
  }
  .home .offer .col p {
    text-align: inherit;
  }
  .home .offer .col .col-container {
    position: static;
    width: 100%;
  }
  .home .offer .col .link-more {
    left: 50%;
    margin-left: -49px;
  }
  .breadcrumb {
    display: none;
  }
  .company-info {
    width: 100%;
  }
  .company-info li span {
    padding: 0;
  }
  .contact .col-md-6 {
    margin-bottom: 15px;
  }
  .cform .cf-fs1,
  .cform .cf-fs2 {
    float: none;
    width: 100%;
  }
  footer .col-md-10 {
    text-align: center;
  }
  footer p {
    margin: 10px 0;
    text-align: center;
  }
  footer .footer-logo-dev {
    display: inline-block;
    margin: 0;
    float: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .references {
    /* 
   .references-item {
      font-size:24px;
      line-height:28px;
      h3 {
        padding-top:30px;
        padding-bottom:30px;
        font-size:32px;
        line-height:36px;
      }
    }
    */
  }
  .references .references-text {
    padding: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .pulse {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0 !important;
    animation-iteration-count: 0 !important;
    -webkit-animation-iteration-count: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .pulse {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0 !important;
    animation-iteration-count: 0 !important;
    -webkit-animation-iteration-count: 0 !important;
  }
  .threeTablet {
    display: none;
  }
}
/* iPad - Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .threeTablet {
    display: none;
  }
}
/* iPad - Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .threeTablet {
    display: none;
  }
}
.gallery {
  margin-top: 15px;
}
.gallery .gallery-item img {
  width: 100% !important;
  max-width: 300px !important;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .gallery {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .gallery-columns-2 .gallery-item dt img,
  .gallery-columns-3 .gallery-item dt img,
  .gallery-columns-4 .gallery-item dt img {
    padding: 0px;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n) {
    width: 48% !important;
    margin: 2% 2% 2% 0;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n+1) {
    width: 48% !important;
    margin: 2% 0 2% 2%;
  }
  .gallery-columns-3 .gallery-item {
    width: 32% !important;
  }
  .gallery-columns-3 .gallery-item:nth-child(4n+2) {
    width: 32% !important;
    margin: 2% 2%;
  }
  .gallery-columns-4 .gallery-item {
    width: 23% !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+1),
  .gallery-columns-4 .gallery-item:nth-child(5n+4) {
    width: 23% !important;
    margin: 2% 0%;
    /*.debug2;*/
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+3) {
    margin: 2% 2.6666666666666666666666666666% 0 1.333333333333333333333333333333%;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+2) {
    margin: 2% 1.333333333333333333333333333333% 0 2.6666666666666666666666666666%;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    width: 100% !important;
    clear: both;
    padding: 0;
    margin: 0;
  }
}
.gallery img {
  border: 0 !important;
}
/*
.gallery {
        .zero();
        width:100%;
        padding: 30px -5%;
        // margin-left: -5%;
        // margin-right: -5%;
        .gallery-item {
              .zero();
              padding-left: 10px;
              padding-right: 10px;
       }
        &.gallery-columns-4 {
              .gallery-item {
                   width: 25%;
                   &:nth-child(4n+4) {
                         border: 1px solid lime;
                         padding-left: 20px;
                         padding-right: 0px
                   }
                   &:nth-child(5n+1) {
                         border: 1px solid red;
                         padding-left: 0;
                         padding-right: 20px
                   }
             }
      }
        // visibility: hidden;
        //
        // &:after {
        //   content:"";
        //   display:table;
        //   clear:both;
        // }

        .gallery-item {
            //   .zero();
          // width:23% !important;
          // margin-left:2.66%;
          // &:first-child {
          //   margin-left:0;
          // }
          img {
            max-width:100%;
          }
        }
}
*/
.cleaner {
  clear: both;
}
@media (min-width: 992px) {
  #refof .referbox:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .offer.offer-list h3 {
    min-height: 1px;
  }
  .offer .link-more {
    padding-top: 8px;
  }
  #refof .referbox:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  #refof .referbox {
    clear: both;
  }
}
header nav > ul .nadpis-v-menu {
  padding-bottom: 10px;
}
header nav > ul .nadpis-v-menu span {
  font-size: 14px;
  display: block;
  border-bottom: 1px dotted #777;
  color: #bbb !important;
}
.slick-wide {
  margin-bottom: 30px;
}
.offer .ref-relative {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}
.offer .references-item {
  position: relative;
  margin-bottom: 30px;
}
.offer .references-item a {
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.offer .references-item img {
  margin: 0;
}
.offer .references-item h3 {
  color: #fff;
  padding: 30px 0 9px 0;
  font-size: 24px;
  line-height: 25px;
}
.offer .references-item:first-child {
  margin-left: 0;
}
.offer .references-item img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.offer .references-item .hover .references-text,
.offer .references-item:hover .references-text {
  opacity: 1;
}
.offer .references-text {
  background: rgba(84, 87, 90, 0.64);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.3s linear opacity;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.offer .references-text h3 a {
  color: #fff;
  text-decoration: none;
}
.offer .references-text h3 a:hover {
  text-decoration: none;
}
.offer .references-text a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.offer .references-text a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .offer .references-text p {
    display: none;
  }
}
@media (max-width: 992px) {
  .offer .references-text {
    opacity: 1;
  }
}
.tw-pagination {
  text-align: center;
}
.container #main ul {
  margin: 10px 0 10px 20px;
}
.slick-arrow {
  background: red;
}
.slick-arrow:before {
  content: "";
}
.slick-next {
  right: 10px;
  width: 40px;
  height: 24px;
  background: url(https://www.trimonastone.cz/wp-content/themes/me/css/../images/arrow-down-symbol.png);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slick-prev {
  left: 10px;
  width: 40px;
  height: 24px;
  z-index: 20;
  background: url(https://www.trimonastone.cz/wp-content/themes/me/css/../images/arrow-down-symbol.png);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: auto;
  color: auto;
}
.slick-wide-outline {
  padding: 20px 0;
  overflow: hidden;
}
#lightGallery-outer {
  background-color: rgba(0, 0, 0, 0.8) !important;
  background: rgba(0, 0, 0, 0.8) !important;
}
