/* SLIDE template inPage CMS, ledcolor.cz, custom css v.02 */


/* navbar */
.navbar-fixed-top {
  background: #fff;
}

.navbar-nav > li {
  font-size: 16px;
}

.navbar-right {
  float: left !important;
  margin-right: 0;
  margin-left: -18px;
}

.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #B80000;
}

.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #B80000;
}

#logo img {
  padding-top: 10px;
}
#logo img:hover {
  opacity: .0;
}
#logo  {
  margin-left: 3px;
  padding: 18px 0 33px 0;
  background: url(/obrazek/3/ledcolor-oko-gif) no-repeat; 
  background-size: cover;
}

aside .panel-primary > .panel-heading {
  display: none;
}

h1, h1.title {
  font-family: tahoma;
  font-size: 2.1em;
  line-height: 1.2em;
  color: #fff;
  text-align: right;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #B80000;
  padding: 5px 10px 5px 0;
}

.fa-ledcolor {
  font-family: tahoma;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
  text-align: left;
  font-weight: 900;
  margin-top: 28px;
  margin-bottom: 15px;
  padding: 12px 5px 12px 10px;
  text-transform: none;
  background-size: 100%;
  background-color: #B80000;

}

.media-heading {
  background-size: 100%;
  background-color: rgba(0,0,0,0.1);
  padding: 5px;

}

.media-heading a {
  color: rgba(0,0,0,0.6);
  text-decoration: none;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing: -1px;
}

.media-heading a:hover {
  color: rgba(0,0,0,0.95);
}

#index .motive2 {
  display: none;
}

.motive2 {
  padding-bottom: 10px;
}

/* CAROUSEL */
#box-custom-motive {
  display: none;
}

#index #box-custom-motive {
  display: block;
  padding: 0; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-top: -9px;
}
.carousel-inner > .item {
  transition: 1.0s ease-out left;
}
.carousel-inner {
  margin-bottom: 2px;
}


/* SLUŽBY */
#sluzby {
  display: none;
}
#index #sluzby {
  display: block;
  background-color: #b80000;
  color: white;
  padding: 20px 0 0;
}

#index #sluzby .media-heading {
  background-color: transparent;

}



#sluzby h4 a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#sluzby h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
}
#sluzby .media-left {
  margin-right: 20px;
}
#sluzby .media-left a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: white;
}

#sluzby .media-body a {
  transition: color .3s;
}

#sluzby .media-body p {
  margin: 0;
}

#sluzby .media-body h4 {
  margin: 0;
}

#sluzby .container .media {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#sluzby .container .media:hover a {
  color: black;
}

#sluzby .container .media:hover svg {
  fill: black;
}

#sluzby .container .media .fa {
  font-size: 40px;
}

#sluzby .container .media svg {
  fill: white;
  transition: fill .3s;
}

#sluzby .container .row:not(:last-child) {
  margin-bottom: 40px;
}

#sluzby .container {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  #sluzby .container .row [class*="col-"]:not(:last-child) {
    margin-bottom: 40px;
  }
}


/* footer, box-custom-footer */
.text-center {
  display: none;
}

#box-custom-footer {
  background-color: #B80000;
  color: #fff;
}


/* STRÁNKA - ÚVODNÍ - plná šířka bez levého sloupce */
.frontpage .col-lg-pull-9 {
  right: 100%;
}
.frontpage .col-lg-3 {
  width: 0%;
  display: none;
}
.frontpage .col-lg-push-3 {
  left: 0%;
}
.frontpage .col-lg-9 {
  width: 100%;
}


/* STRÁNKA - KONTAKTY - plná šířka bez levého sloupce */
#article-398279 .col-lg-pull-9 {
  right: 100%;
}
#article-398279 .col-lg-3 {
  width: 0%;
  display: none;
}
#article-398279 .col-lg-push-3 {
  left: 0%;
}
#article-398279 .col-lg-9 {
  width: 100%;
}
