@import url(https://fonts.googleapis.com/css?family=Spectral:400,700&amp;subset=latin-ext);

.carousel-caption span, #index h1, #box-custom-motive span {
  font-family: 'Spectral', serif;
}
/*-------general----------*/
body {
  background: #e5e8ef;
}
main {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

#mainContainer	{
  background-image: none;
}
header {
  padding-top: 0;
}
h1 {
  font-size: 1.9em;
  text-transform: uppercase;
  color: #566177;
  font-weight: bold;
}
#index h1 {
  text-transform: none;
  font-size: 45px;
}
img	{
  margin: 10px;
}
a.btn.btn-primary {
  background: rgb(121, 121, 121);
  border-color: #53514e;
  color: white;
}
.text-primary {
  color: white;
}
.back-link a.btn.btn-link {
  display: none;
}
.article-detail.rubric-49097 h1 { /* stranky katalogu - uprava, aby zustalo KdF s malym "d" */
  text-transform: none;
}
/*----------menu------------*/
.navbar {
  border: none;
  background: rgb(121, 121, 121);
}
.navbar-nav > li {
  border: none;
  padding: 8px 3px;
}
.navbar .navbar-nav > li > a {
  border: none;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-nav {
  float: right;
}
ul.dropdown-menu.level2 a {
  text-transform: none;
}
.dropdown-menu > li > a {
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #566177;
}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #566177;
}
/*---------menu vlajky------------*/
.navbar-nav > li:last-child	{
  background-image: url("/obrazek/4/flag-EN-png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 16px 13px;
}
.navbar-nav > li:last-child a:hover	{
  color: transparent;
  background: transparent;
}
.navbar-nav > li:last-child:hover	{
  opacity: 0.8;
}
.navbar-nav > li:last-child a	{
  color: transparent; 
}
/*---------katalog-------------*/
.blueimp-gallery>.indicator>li {	/*galerie zvetsene fotky*/
  display: none;
}
tbody tr:nth-child(4)	{
  font-size: 20px;
}
tbody tr:first-child	{
  font-size: 16px;
}
/*------motiv--------*/
#box-custom-motive	{
  padding:0;
  display: none;
  text-align: center;
}
#box-custom-motive > div.row {
  margin-right: 0;
  margin-left: 0;
}
#index #box-custom-motive {
  display: block;
}

#box-custom-motive img {
  margin: 0;
  padding: 0;
  border: 1px solid #566177;
  border-radius: 7px;
}
#box-custom-motive p {
  color: #5f523c;
}
#box-custom-motive span {
  color: #6c80a9;
  font-weight: bold;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.carousel-caption {
  right: 6px;
  padding-bottom: 0px;
  text-align: right;
}
.carousel-caption span {
  background: rgba(238, 238, 238, 0.81);
  padding: 9px 20px;
  position: relative;
  top: -21px;
  text-shadow: none;
  font-size: 22px;
  color: #566177 !important;
}
.item {
  padding: 20px 5px;
}
.carousel-indicators .active {
  background-color: rgba(238, 238, 238, 0.61);
}
.carousel-indicators li {
  border: 1px solid rgba(238, 238, 238, 0.61);
}
/*-----------extra-nabidky------------*/
.box-fotek	img {
  height: 157px;
  border: 1px solid #8a806e;
  border-radius: 7px;
  margin: 2px;
}
.box-fotek	{
  text-align: left;
  padding: 15px 0;
}
/*--------kontakty---------------*/
iframe	{
  width: 100%;
  margin-top: 10px; 
}
.misto iframe, .misto img {
  border-radius: 10px;
  border: 1px solid #53514e;
  width: 100%;
}
/*-------sluzby - dlazdice renovace, katalogy, uvod----*/
.sluzby {
  margin-top: 45px;
}
#index .sluzby {
  margin-top: 10px;
}
.sluzby .thumbnail {
  padding: 0;
  border-radius: 8px;
  border: 1px solid #566177;
}
.sluzby a.btn.btn-primary {
  width: 100%;
  border-radius: 0;
  z-index: 1000;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #566177;
}
#index .sluzby a.btn.btn-primary {
  text-transform: uppercase;
}

.sluzby .thumbnail:hover {
  opacity: 0.7;
}
.cover-div {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -26px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}


/*-------renovace fotogalerie-----*/
.photos img.img-thumbnail {
  border: 1px solid #8a806e;
  border-radius: 7px;
  padding: 0;
}
.photos a.thumbnail {
  border: none;
}
#blueimp-gallery h3.title {
  display: none;
}
/*-------paticka------*/
#box-custom-footer {
  padding-bottom: 1em;
}
ul.list-footer-address {
  padding-left: 62px;
}
ul#list-footer-links {
  margin-top: 21px;
}

/*-----------responsivni design-----------*/
@media screen and (max-width: 767px) { /*zobrazení pro mobil*/ 

  /*------menu-----*/
  .navbar-default .navbar-toggle {
    color: #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    color: rgb(121, 121, 121);
  }
  .dropdown-menu {
    background-color: transparent;
  }
  .navbar-nav > li {
    padding: 0px 3px;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: right;
  }
  ul.dropdown-menu.level2 > li > a {
    text-align: right;
    color: #d0d0d0;
  }
  .navbar-nav > li:last-child {
    float: right;
  }

  /*------vysky boxu----*/
  .sluzby .thumbnail {
    height: 191px;
  }
  #fotky-opravna .thumbnail {
    height: 194px;
  }
  #odkazy-katalog .thumbnail {
    height: 189px;
  }
  .cover-div {
    height: 165px;
  }
  #fotky-opravna .cover-div {
    height: 167px;
  }
  #odkazy-katalog .cover-div {
    height: 162px;
  }
  #box-custom-motive p {
    font-size: 15px;
  }
  .carousel-caption span {
    font-size: 13px;
    top: -30px;
  }
  #index h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  iframe { /*kontakty*/
    height: 200px;
  }
  .misto img {
    margin: 0;
  }
    .item-photo:nth-child(3n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(3n+1) {
    clear: none;
  }

}

@media screen and (min-width: 768px) { /*zobrazení pro tablet*/
  /*------vysky boxu----*/
  .sluzby .thumbnail {
    height: 227px;
  }
  #fotky-opravna .thumbnail {
    height: 277px;
  }
  #odkazy-katalog .thumbnail {
    height: 238px;
  }
  .cover-div {
    height: 200px;
  }
  #fotky-opravna .cover-div {
    height: 250px;
  }
  #odkazy-katalog .cover-div {
    height: 212px;
  }
  #box-custom-motive p {
    font-size: 20px;
  }
  #index h1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  iframe { /*kontakty*/
    height: 236px;
  }
    .item-photo:nth-child(3n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(3n+1) {
    clear: both;
  }

}

@media screen and (min-width: 992px) { /*zobrazení pro malý notebook*/
  .sluzby .thumbnail {
    height: 199px;
  }
  #fotky-opravna .thumbnail {
    height: 244px;
  }
  #odkazy-katalog .thumbnail {
    height: 209px;
  }
  .cover-div {
    height: 172px;
  }
  #fotky-opravna .cover-div {
    height: 217px;
  }
  #odkazy-katalog .cover-div {
    height: 182px;
  }
  #box-custom-motive p {
    font-size: 22px;
  }
  #index h1 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  iframe { /*kontakty*/
    height: 317px;
  }
    .item-photo:nth-child(3n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(3n+1) {
    clear: none;
  }
  .item-photo:nth-child(2n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(2n+1) {
    clear: both;
  }

}

@media screen and (min-width: 1200px) { /*zobrazení pro monitor*/
  /*------vysky boxu----*/
  .sluzby .thumbnail {
    height: 227px;
  }
  #fotky-opravna .thumbnail {
    height: 293px;
  }
  #odkazy-katalog .thumbnail {
    height: 249px;
  }
  .cover-div {
    height: 200px;
  }
  #fotky-opravna .cover-div {
    height: 266px;
  }
  #odkazy-katalog .cover-div {
    height: 222px;
  }
  #box-custom-motive p {
    font-size: 24px;
  }
  #index h1 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  iframe { /*kontakty*/
    height: 390px;
  }
   .item-photo:nth-child(2n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(2n+1) {
    clear: none;
  }
  .item-photo:nth-child(3n+1), #tab-images div.col-xs-12.col-sm-4.col-md-6.col-lg-4:nth-child(3n+1) {
    clear: both;
  }

}