/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {background: #737373;
  /*padding-bottom: 20px;*/ }
#cms #center_column h1 {
  margin-bottom: 25px; }
#cms #center_column h2 {
  font-size: 25px;
  margin: 0;
  padding: 18px 0 12px 0; }
#cms #center_column h3 {
  font-size: 18px;
  margin: 0;
  padding: 15px 0 12px 0; }
#cms #center_column h4 {
  font-size: 16px;
  margin: 0;
  padding: 12px 0 12px 0; }
#cms #center_column p {
  line-height: 18px; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
  #cms #center_column .tableodd tr:nth-child(even)  {
      background-color: #FF0000;
  }
  
  .table_odd tr:nth-child(odd){
      background: #707070;
  }
  
  .table_even tr:nth-child(even) {
      background: #828282;
  }
  
  #cms #center_column img.img-responsive {
  max-width: 100%;
  height: auto; 
        min-width: 50px;
        display: block;
  }
#cms #center_column img {
  margin: 0 auto;
  max-width: 100%;
  height: auto; 
  display: block;}
#cms #center_column a {
  font-size: 14px;
  color: #fff;
  text-align: center;}
#cms #center_column a:hover {
  text-decoration: none;
  color: #979797; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px Arial, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #333;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }

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

.cms_headtrim {
    border-top: 1px #FF0000 solid;
    border-bottom: 1px #FF0000 solid;
    padding: 5px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-icon {
    padding: 17px;
    margin-top: 10px;
}

.cms-panel-link {
    background: #393939;
    border: 1px #a8a8a8 solid;
    color: #fff;
}

.cms-panel-label  {
    color: #e3001c;
    text-transform: uppercase;
}

.cms-panel-description {
    font-size: 18px;
}

.cms-panel-link:hover {
    background: #565656;
}

.cms-panel-text {
    margin-top: 12px;
}

.cms-description-link-top {
    color: #e3001c;
}

.cms-description-link-bottom {
    color: #fff;
}

/*pridal nema*/
.cmsproducts .product-container {
    background: #565656 !important;
    border: 2px #666 groove;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    
}
.cmsproducts .product-container .button-container .lnk_view {display: none;}
.cmsproducts .product-container .availability {display: none;}
.cmsproducts .product-container .content_price .price:nth-child(2){display: none !important;}

.cmsproducts .product-image-container img {
    /*width: 100px !important;*/
}
.cmsproducts .product-image-container {
    border: none !important;
}

.aku-title {
    font-size: 18px !important;
    color: #fff;
    background: #000;
    padding: 10px !important;
}

.picto-logo {
    font-size: 18px !important;
    text-align: center;
    color: #e3001c;
}

.cms-head-panel .advantages p {
    font-size: 15px;
}

.cms-head-panel .row {
    margin-bottom: 50px;
    padding: 0 15px 0 15px;
    font-size: 14px;
}

.cms-head-panel .row .step-num {
    background: #e3001c;
    padding: 5px;
    font-weight: bold;
}

.cms-head-panel .row .cms-title {
    font-weight: bold;
    color: #e3001c;
}
    
.cms-head-panel p {
    padding: 0 10px 0 10px;
}

.cms-text-justify {
    text-align: justify;
}

.cms-head-panel {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(96,96,96,0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(96,96,96,0.75);
    box-shadow: 0px 0px 12px 1px rgba(96,96,96,0.75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.resp-video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mx-auto {
    text-align: center;
}

.prodejna-telefon, .prodejna-adresa  {font-size: 25px; line-height: 30px;}
.prodejna-nazev {color: #e3001c;}

/*CARD STYLE*/
.card .card-text, .card .img, .card .card-title {
    padding: 10px 10px 10px 10px;
}

.card .card-body table {
    border-collapse:separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.card .card-body table tbody tr td:first-child {
    text-align: right;
}

.card .card-title {
    font-size: 18px;
    background: #424242;
    color: #fff600;
    text-align: center;
}

.card .card-body table tbody tr td, .card .card-text {
    font-size: 15px;
}

.card .card-text {
    text-align: justify;
    font-size: 14px;
}

.card .img {
    
}

.card {
    border: 1px solid #858585;
    background: #737373;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
/*CARD STYLE*/
/*pridal nema*/

/*pridal nema*/
/*START CMS PAGES STYLE CHAINS 21LGX*/
.hr-groove {
    border: 2px groove #fff;
}
/*KONEC CMS PAGES STYLE CHAINS*/
/*pridal nema*/

.pb-25px {
    padding-bottom: 25px;
}

.ct-height-150 {
    height: 150px;
}

.block-cms .title_block {
    padding-right: 10px;
    
}
.block-cms p {
    padding: 0 0 5px 10px;
}
.block-cms h1 {
    padding: 0 0 0 10px;
}

.block-cms .bullet li a {
    float: left;
    margin: 5px 10px 5px 0;
}

