/*
Theme Name: MEDIA ENERGY Theme Responsive
Theme URI: http://www.mediaenergy.cz/
Description: Responsive style by MEDIA ENERGY s.r.o.
Version: 12.10.2014
Author: MEDIA ENERGY s.r.o. - Pavel Dietrich [12.10.2014]
Author URI: http://www.mediaenergy.cz/
*/
/* ------------- LESS Variables ------------- */
.debug1 {
  border: 1px dotted lime;
}
.debug2 {
  border: 1px dotted red;
}
.gradientRed {
  background: #df2a33;
  background: -moz-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a33), color-stop(100%, #a92028));
  background: -webkit-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -o-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -ms-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: linear-gradient(to bottom, #df2a33 0%, #a92028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2a33', endColorstr='#a92028', GradientType=0);
}
/* ------------- Bootstrap override ------------- */
#wp-kontakt #main .table > thead > tr > th,
#wp-kontakt #main .table > tbody > tr > th,
#wp-kontakt #main .table > tfoot > tr > th,
#wp-kontakt #main .table > thead > tr > td,
#wp-kontakt #main .table > tbody > tr > td,
#wp-kontakt #main .table > tfoot > tr > td {
  border-top: none;
}
.nav-tabs {
  border-bottom: none;
  margin-left: 5px !important;
  margin-top: 35px !important;
}
.nav-tabs > li > a {
  text-decoration: none;
  color: #555;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li {
  list-style: none !important;
  margin: 0 !important;
  margin-right: 5px !important;
  padding: 0 !important;
  background: none !important;
  background-color: #f8f8f8 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #e8e8e8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
/* ------------- Helpers ------------- */
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  text-align: left;
  float: left;
  margin: 10px 10px 10px 0px;
}
.alignright {
  text-align: right;
  float: right;
  margin: 10px 0 10px 10px;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.linklove {
  display: none !important;
}
.cleaner {
  clear: both;
}
.edit {
  position: absolute;
  right: 5px;
  top: 5px;
}
.edit a {
  text-decoration: underline;
  color: #666666;
  padding: 3px;
}
.edit a:hover {
  text-decoration: none;
  background: #dddddd;
}
.helper2 {
  margin-top: 20px;
}
.paddingdown30 {
  padding-bottom: 30px;
  padding-left: 15px;
}
/* ------------- Visual ------------- */
a {
  color: #e23740;
  text-decoration: underline;
}
a img {
  border: none;
}
a:hover {
  color: #e23740;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 24px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
#main ul {
  margin: 0;
  padding: 0;
}
#main ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-bottom: 8px;
  background: transparent url("https://www.madt.cz/wp-content/themes/me/css/../images/li7.png") no-repeat 15px 6px;
}
.btn-red:hover {
  color: #fff;
  text-decoration: none;
  background: #df2a33;
  background: -moz-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a33), color-stop(100%, #a92028));
  background: -webkit-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -o-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -ms-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: linear-gradient(to bottom, #df2a33 0%, #a92028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2a33', endColorstr='#a92028', GradientType=0);
}
.btn-red {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  background: #df2a33;
  background: -moz-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a33), color-stop(100%, #a92028));
  background: -webkit-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -o-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -ms-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: linear-gradient(to bottom, #df2a33 0%, #a92028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2a33', endColorstr='#a92028', GradientType=0);
}
/* ------------- Layout ------------- */
body {
  background-color: #d9dce1;
  font-family: Helvetica, sans-serif;
}
#header {
  position: relative;
  min-height: 120px;
  background: #232122 url("https://www.madt.cz/wp-content/themes/me/css/../images/head.png") repeat-x top;
}
#headerRed {
  color: #fff;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  background: #df2a33;
  background: -moz-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a33), color-stop(100%, #a92028));
  background: -webkit-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -o-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -ms-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: linear-gradient(to bottom, #df2a33 0%, #a92028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2a33', endColorstr='#a92028', GradientType=0);
}
#headerRed p {
  margin-bottom: 0;
}
#mainContainer {
  background: #e6e6e6;
}
#mainContainer .col-md-9 {
  background: #ffffff;
}
#main {
  background: #ffffff;
  min-height: 630px;
  padding-bottom: 20px;
}
#side {
  background: #f5f5f5;
  margin: 0 -15px;
}
#otherside {
  background: #f5f5f5;
}
#footer {
  color: #b9b9b9;
  font-size: 12px;
  background: #333333;
  min-height: 195px;
}
#footer h2 {
  color: #b9b9b9;
}
#footer ul li {
  background: transparent url("https://www.madt.cz/wp-content/themes/me/css/../images/li5.png") no-repeat left 7px;
  padding-left: 10px;
}
#footer ul li a {
  color: #b9b9b9;
  font-size: 12px;
}
#footer p a {
  color: #b9b9b9;
}
#footer p strong {
  color: #e6e6e6;
  font-size: 13px;
}
#footer #iso {
  font-size: 18px;
  margin-top: 13px;
}
/* ------------- Zasadni prvky ------------- */
#logo {
  display: block;
  margin-left: 15px;
  margin-top: 25px;
}
.breadcrumbs {
  padding-top: 10px;
}
#breadcrumb {
  color: #999999;
}
#breadcrumb ul {
  display: inline;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb a {
  color: #999999;
}
#menu1 {
  float: right;
  margin: 0;
  padding: 0;
}
#menu1 ul {
  margin: 0;
  padding: 0;
}
#menu1 ul li:hover {
  opacity: 0.6;
}
#menu1 ul li {
  -webkit-transition: all 1s;
  /* For Safari 3.1 to 6.0 */
  transition: all 1s;
  display: block;
  float: left;
  width: 85px;
  height: 110px;
}
#menu1 ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  float: left;
  width: 45px;
  height: 80px;
  padding-top: 76px;
  text-align: center;
  width: 100%;
}
#menu1 ul .current-menu-item a {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/active.png) repeat-x center 0px;
}
#menu1 ul .current-category-ancestor a {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/active.png) repeat-x center 0px;
}
#menu1 ul .current_page_ancestor a {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/active.png) repeat-x center 0px;
}
#menu1 ul #menu-item-8 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/home.png) no-repeat center 34px;
}
#menu1 ul #menu-item-9 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/calendary.png) no-repeat center 34px;
}
#menu1 ul #menu-item-964 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/photo.svg) no-repeat center 30px;
  background-size: 40px 40px;
}
#menu1 ul #menu-item-111 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/bubble.png) no-repeat center 34px;
}
#menu1 ul #menu-item-17 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/star.png) no-repeat center 34px;
}
#menu1 ul #menu-item-603 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/help.png) no-repeat center 34px;
}
#menu1 ul #menu-item-16 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/human.png) no-repeat center 34px;
}
#menu1 ul #menu-item-7 {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/phone.png) no-repeat center 34px;
}
/* ------------- in #side ------------- */
#side h2 {
  color: #fff;
  background-color: #808080;
  padding-left: 23px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 24px;
}
#side #menu2 a {
  display: block;
}
#side #menu2 a:hover {
  text-decoration: underline;
}
#side #menu2 ul {
  list-style: none;
}
#side #menu2 li {
  list-style: none;
}
#side #menu2 > ul > li > a:hover {
  text-decoration: underline !important;
}
#side #menu2 > ul > li.current-menu-item > a {
  text-decoration: underline !important;
}
#side #menu2 > ul > li > a {
  color: #fff;
  padding: 5px 20px;
  text-decoration: none !important;
  width: 100%;
  display: block;
  background: #df2a33;
  background: -moz-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a33), color-stop(100%, #a92028));
  background: -webkit-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -o-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: -ms-linear-gradient(top, #df2a33 0%, #a92028 100%);
  background: linear-gradient(to bottom, #df2a33 0%, #a92028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2a33', endColorstr='#a92028', GradientType=0);
}
#side #menu2 > ul > li > ul {
  margin-right: 0;
  padding-left: 0;
}
#side #menu2 > ul > li > ul > li {
  border: 1px solid #cccccc;
  margin-top: 1px;
}
#side #menu2 > ul > li > ul > li > a:hover {
  text-decoration: underline !important;
}
#side #menu2 > ul > li > ul > li.current-menu-item > a {
  text-decoration: underline !important;
}
#side #menu2 > ul > li > ul > li > a {
  color: #333333;
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/li5.png) no-repeat 20px 4px;
  padding-left: 35px;
  text-decoration: none !important;
}
#side #menu2 > ul > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
#side #menu2 > ul > li > ul > li > ul > li.current-menu-item > a {
  text-decoration: underline !important;
}
#side #menu2 > ul > li > ul > li > ul > li > a {
  color: #333333;
  padding-left: 5px;
  font-size: 13px;
  text-decoration: none;
}
/* ------------- in #footer ------------- */
#copyright {
  margin-top: 15px;
  font-size: 11px;
  color: white;
  display: block;
  width: 100%;
  position: relative;
  line-height: 20px;
}
#copyright a {
  color: #fff;
}
.fivecol .top50 {
  padding-top: 50px;
}
/* ------------- Homepage ------------- */
#wp-homepage {
  font-size: 16px;
}
#wp-homepage h1 {
  font-size: 34px;
}
#wp-homepage #mainContainer {
  background: #ffffff;
}
#wp-homepage #bg1 img {
  position: relative;
  right: -15px;
}
#wp-homepage .well {
  margin-top: 15px;
  background-color: #f1f5f6;
}
#wp-homepage .well h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  padding-bottom: 30px;
}
#wp-homepage .well img {
  border: 1px solid #333331;
  margin-bottom: 15px;
}
#wp-homepage .well .btn-red:hover {
  opacity: 0.9;
}
#wp-homepage .well .btn-red {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
}
#wp-homepage #aktuality {
  font-size: 13px;
}
#wp-homepage #aktuality li {
  background: transparent url(https://www.madt.cz/wp-content/themes/me/css/../images/li5.png) no-repeat 20px 7px;
}
#wp-homepage #aktuality li a {
  text-decoration: none;
}
#wp-homepage #aktuality li a:hover {
  text-decoration: underline;
}
#wp-homepage #aktuality li span {
  color: #e23740;
  font-weight: bold;
}
/* ------------- Category ------------- */
.item {
  font-size: 13px;
}
.item h2 {
  margin: 0;
  font-size: 14px;
  padding: 0;
}
.item p {
  margin: 0;
  padding: 0;
}
.notUnderline a {
  text-decoration: none;
}
/* ------------- Nezarazene ------------- */
#main .img-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
}
#main .nav {
  clear: both;
}
#wp-homepage .well h2 a {
  color: #333333;
  text-decoration: none;
}
#wp-homepage .well h2 a:hover {
  text-decoration: underline;
}
.reference1 {
  margin-bottom: 10px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
}
.reference1 h2 {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.reference1 h2 a {
  font-size: 14px;
}
.reference2 {
  margin-bottom: 10px;
}
.reference2 h3 {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.searchform {
  height: 35px;
  float: right;
}
.searchform input {
  border: 1px solid #000;
  height: 20px;
  color: #000;
  margin-top: 5px;
  width: 135px;
}
.searchform button {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background: #000000 url(https://www.madt.cz/wp-content/themes/me/css/../images/search.png) no-repeat left top;
  padding: 0;
  margin: 0;
  position: relative;
  top: 4px;
  left: -5px;
}
.searchform input#s {
  line-height: 20px;
}
#dummyBanner {
  background: grey;
  width: 100%;
  height: 90px;
  color: white;
  line-height: 90px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.6;
}
/* Formular sedivy uzky s mega textarea */
.formular1 {
  position: relative;
}
.formular1 form,
.formular1 fieldset,
.formular1 legend {
  margin: 0;
  padding: 0;
  border: none;
}
.formular1 form ol li {
  margin-left: 5px !important;
  padding-top: 10px !important;
}
.formular1 form {
  width: 100%;
  padding: 0px 0px;
  margin: 0 auto;
}
.formular1 fieldset {
  margin: 0;
  border: none;
}
.formular1 fieldset legend {
  font-size: 230%;
  font-weight: bold;
  color: #000;
  padding: 5px 0 10px 5px;
}
.formular1 form label,
.formular1 form .cf-box-title {
  text-align: left;
  font-weight: normal;
  display: inline;
  float: left;
  width: 150px;
  color: #000;
}
.formular1 form .cf-box-group label {
  font-weight: normal;
}
.formular1 form label span {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.formular1 form input,
.formular1 form select,
.formular1 form textarea {
  font-size: 110%;
  color: #000;
}
.formular1 form input {
  clear: both;
  height: 27px;
  color: #000;
  width: 300px;
  margin: 0 0 3px 0;
  float: left;
  padding: 3px;
  border: 1px solid #a1a1a1;
  background: #fff;
  font-size: 13px;
}
.formular1 form select {
  clear: both;
  border: 1px solid #a1a1a1;
  color: #000;
  width: 200px;
  height: 27px;
  margin: 0 0 3px 0;
  float: left;
  font-size: 13px;
}
.formular1 form textarea {
  clear: both;
  color: #000;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  margin: 0 0 3px 0;
  float: left;
  border: 1px solid #a1a1a1;
  background: #fff;
}
.formular1 form label input,
.formular1 form .cf-box-group input,
.formular1 form .cf-box-b {
  width: 2em;
}
.formular1 .sendbutton {
  cursor: pointer;
  width: 178px;
  height: 37px;
  position: relative;
  left: 6px;
  color: #000;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  background: #f6f8f9;
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
}
.formular1 .emailreqtxt,
.formular1 .reqtxt {
  display: inline;
  float: left;
  width: 0;
  padding: 0 0 0 15px;
  height: 15px;
  overflow: hidden;
  color: #ff0000;
  background: url(https://www.madt.cz/wp-content/themes/me/css/../images/required-pink.jpg) no-repeat 3px 6px;
}
.formular1 form ol {
  margin: 0;
  padding: 0;
}
.formular1 form ol li {
  list-style: none !important;
  clear: both;
  margin: 0;
  padding: 0;
}
.formular1 #usermessagea {
  font-size: 13px;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  color: #fff;
  background-color: #ef5d5d;
}
.formular1 .seccap {
  height: 28px;
}
.formular1 .captcha {
  position: relative;
  left: -6px;
}
.formular1 .cf_hidden {
  display: none;
}
.formular1 .failure {
  color: #fff;
  padding: 10px;
  background-color: #ef5d5d;
}
.formular1 .waiting {
  color: #fff;
  padding: 10px;
  background-color: #ef5d5d;
}
.formular1 .natelefon {
  position: absolute;
  right: 0;
  bottom: 270px;
  width: 350px;
  height: 140px;
  background: #f1f5f6;
  padding-top: 20px;
}
.formular1 .natelefon img {
  margin: 0 auto;
}
.fivecol .col-sm-2 {
  width: 20%;
  *width: 20%;
}
ol.commentlist {
  padding-left: 0;
  margin-left: 0;
}
ol.commentlist li {
  padding: 5px 15px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 5px;
  list-style-type: none;
  margin-left: 0;
  background: transparent !important;
}
.comment-body {
  display: block;
  width: 100%;
}
.comment-author,
.comment-meta {
  display: inline;
  width: 50%;
}
.comment-meta {
  float: right;
  text-align: right;
}
.comment-body p {
  clear: both;
  padding-top: 10px;
}
.slides li {
  background: transparent !important;
  padding-left: 0 !important;
}
.flex-direction-nav {
  display: none;
}
.imgmar {
  padding: 10px 20px;
}
.certFoot {
  margin-top: 40px;
}
/* Phones */
@media (max-width: 768px) {
  .nav-tabs > li {
    float: none;
  }
  body {
    padding-top: 50px;
  }
  #mobileMenu {
    -webkit-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
    box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.26);
  }
  #mobileMenu .logoBar {
    margin-top: 6px;
  }
  #mobileMenu .navbar-collapse {
    clear: both;
  }
  #mobileFixed {
    background: white;
    padding: 5px 0px;
  }
  .dl-menuwrapper button {
    background: #e73631 !important;
    margin-right: 10px !important;
  }
  #logo {
    margin: 0;
    margin-top: 25px;
  }
  #logo img {
    margin: 0 auto;
    text-align: center;
  }
  #wp-homepage h1 {
    font-size: 22px !important;
  }
  .fivecol .col-sm-2 {
    width: 100%;
    *width: 100%;
  }
  .mobile-logo {
    margin: 5px 0 0 5px;
    max-height: 35px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .formular1 .natelefon {
    position: absolute;
    right: 0;
    bottom: 270px;
    width: 330px !important;
    height: 140px;
    background: #f1f5f6;
    padding-top: 20px;
  }
  .formular1 .natelefon img {
    margin: 0 auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #copyright a#logoDeveloper {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 120px;
    width: 0px;
    height: 20px;
    background: url(https://www.madt.cz/wp-content/themes/me/css/../images/logoDeveloper2.png) no-repeat left top;
    overflow: hidden;
  }
  #copyright a#logoDeveloper:hover {
    background: url(https://www.madt.cz/wp-content/themes/me/css/../images/logoDeveloper2.png) no-repeat left bottom;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  #menu1 ul li {
    width: 55px;
  }
  #menu1 #menu-item-16 {
    width: 45px;
  }
}
