html body, .navbar, h1, h2, h3, h4, li, #motive {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
main {
  text-align: center; 
}
main a {
  text-decoration: underline;
}
article {
  margin-top: 20px;
}
a, h1, h2, h3, h4, h5, h6, code, a:hover, #contact h4, #favorite-links h3, #random-image h3, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .thumbnail h2 a, .price-current-vat, .price-original-vat, #cart a, input[type=checkbox]:checked:after, footer>.container>div:nth-of-type(even) h3 {
  color: #245167;
}
h1, h1.title {
  margin: 30px auto;
}
h2, h2.title {
  font-size: 24px;
  margin: 25px 0;
  color: #268ec1;
}
hr {
  margin-bottom: 50px;
  margin-top: 50px;
}
li {
  /*--- list-style-type: none; ---*/
}
ul {
  padding-left: 0;
}
#border.minn {
  padding-top: 100px;
  padding-bottom: 50px;
}
/*-------index--------*/
.anicka strong {
  font-weight: 400;
  color: #268ec1;
}
#index h2 {
  text-transform: uppercase;
}

/*---------menu------*/
.navbar .logo img {
  max-height: 78px;
  margin-top: 6px;
}
.navbar .navbar-nav > li > a, #footer-contact .fa, #contactus {
  color: #969696;
}
.navbar-nav a {
  font-weight: normal !important;
}
#navbar ul.nav > li:last-child a {
  padding-right: 42px;
}
#menu-item-328885 > a {
  background-image: url(/obrazek/3/facebook-icon-png/);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font-size: 0;
  width: 45px;
  height: 45px;

}
/*-----motiv----*/
p#motto-vyzva {
  padding-top: 19px;
  padding-bottom: 30px;
  color: #ffdab3;
}
p#motto-veta {
  padding-top: 50px;
  color: white;
}
p#motto-veta, p#motto-vyzva {
  background: rgba(0, 0, 0, 0.28);
  font-weight: 200;
  text-shadow: 2px 2px black;
  margin-bottom: 0;
}
#motive.nob { 
  background-color: #f5f5f5;
  background-image: url(/obrazek/3/morskepanny-motiv-jpg/);
  background-size: cover;
  background-position-y: center;
}

/*----------kurzy----------*/

.kurzy > ul {
  padding: 50px 0;
  padding-top: 34px;
}
.kurzy li {
  height: 157px;
  vertical-align: middle;
  background: #f2fbff;
  display: inline-block;
  margin: 10px;
  padding: 46px 32px;
  list-style-type: none;
  border-radius: 50%;
  box-shadow: 2px 1px 6px 1px #cecece;
}
.kurzy .nabidka p {
  font-weight: bold;
  color: #245167;
}
.kurzy {
  text-align: center;
}

/*-------------nabidka----------*/
.nabidka .cardbox img {
  max-width: 310px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 2px 1px 6px 1px #cecece;
}
.nabidka .cardbox {
  background-color: transparent; 
}
.row.nabidka:first-of-type {
  margin-top: 30px;
}
.kurzy .nabidka p {
  font-weight: bold;
  color: #268ec1;
}


/*----kontakty---*/

/*---fotogalerie---*/

.photos .img-thumbnail,
.photos .thumbnail {
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #dcb56f;
}

#photogalleries a.link-thumbnail  {
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.gallery-detail .photos .thumbnail, .article-detail .photos .thumbnail, .product-detail #tab-images .thumbnail, #galleriesphoto .thumbnail {
  overflow: visible;
  position: relative;
  height: auto !important;
}
.photos .item-photo:nth-child(3n+1) {
  clear: both;
}
.gallery-detail .photos .thumbnail img, .article-detail article .thumbnail img, .product-detail #tab-images .thumbnail img, #eshop-products.display-type-rows .img-thumbnail, #tabs-product .img-thumbnail, #eshop-products .img-thumbnail, #galleriesphoto .thumbnail img {
  max-width: 100%;
  width: auto;
  position: inherit;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: none;
}

#blueimp-gallery h3.title {
  display: none;
}
/*-------------eshop------------*/
#tab-description h4 {
  margin-top: 25px;
}
#eshop-products .thumbnail h2 a, #tab-related .thumbnail h2 a {
  color: #006197;
  text-decoration: none;
  font-size: 1em;
}


@media screen and (max-width: 500px) { /*zobrazení pro mobil*/ 
  .kurzy li {
    width: 80%;
  }
  p#motto-veta, p#motto-vyzva {
    font-size: 1.3em;
    line-height: 1.2;
  }

}
@media screen and (min-width: 501px) { /*zobrazení pro mobil*/ 
  .kurzy li {
    width: 47%;
  }
}
@media screen and (min-width: 768px) { /*zobrazení pro tablet*/
  .kurzy li {
    width: 34%;

  }

  p#motto-veta, p#motto-vyzva {
    font-size: 1.5em;
    line-height: 1.8;
  }
  .nabidka > div:nth-child(3), .nabidka > div:nth-child(5) {
    clear: both;
  }


}
@media screen and (min-width: 992px) { /*zobrazení pro malý notebook*/
  .kurzy li {
    width: 24%;
  }
  p#motto-veta, p#motto-vyzva {
    font-size: 1.5em;
    line-height: 2;
  }
  .nabidka > div:nth-child(3), .nabidka > div:nth-child(5) {
    clear: none;
  }
  .nabidka > div:nth-child(4) {
    clear: both;
  }
  .nabidka > div:nth-child(n+4) .cardbox {
    margin-top: 30px;
  }
}
/*Náš tým*/
.cardbox2 img {
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin-right: 5%;
  box-shadow: 2px 1px 6px 1px #cecece;
}
.cardbox2 {
  background-color: transparent; 
  margin-bottom: 2%;
}

@media screen and (min-width: 1200px) { /*zobrazení pro monitor*/
  .kurzy li {
    width: 18%;
  }
  p#motto-veta, p#motto-vyzva {
    font-size: 2em;
    line-height: 2;
  }
  .nabidka > div:nth-child(3), .nabidka > div:nth-child(5) {
    clear: none;
  }
  .nabidka > div:nth-child(4) {
    clear: both;
  }
  .nabidka > div:nth-child(n+4) .cardbox {
    margin-top: 30px;
  }

}


/* skryti eshop kategorii */
#eshop #shopping, .category-detail #shopping, .product-detail #shopping {
width: 100%;
}

#eshop #panel-categories, .category-detail #panel-categories, .product-detail #panel-categories {
display: none;
}