/*barva odkazů*/
a, a:hover, a:focus, a:active {
  color: #fff;
}
/*podtržení  po najetí myší na odkaz*/
a:hover {
  text-decoration:underline
}

.article-detail article {
  text-align: left
}

/* úprava tmavé hnědé */
html, body, #top-ribbon, #search-bar input, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .dropdown.open ul.dropdown-menu, #wrap, main, .breadcrumb, #eshop-products, #tab-related, .nav > li > a:focus, .nav > li > a:hover, .list-group-item.active>.badge, .nav-pills>.active>a>.badge, .badge, #list-panel-news li, footer.col-lg-12, .article-detail article .form-group input[type="text"], .article-detail article .form-group input[type=checkbox], .article-detail article .form-group input[type=radio], .article-detail article .form-group textarea, .article-detail article .form-group textarea:focus, #support article .form-group input[type="text"], #support article .form-group input[type=checkbox], #support article .form-group input[type=radio], #support article .form-group textarea, #support article .form-group textarea:focus, .gallery-detail article .form-group input[type="text"], .gallery-detail article .form-group input[type=checkbox], .gallery-detail article .form-group input[type=radio], .gallery-detail article .form-group textarea, .gallery-detail article .form-group textarea:focus, .category-detail article .form-group input[type="text"], .category-detail article .form-group input[type=checkbox], .category-detail article .form-group input[type=radio], .category-detail article .form-group textarea, .category-detail article .form-group textarea:focus, .product-detail article .form-group input[type="text"], .product-detail article .form-group input[type=checkbox], .product-detail article .form-group input[type=radio], .product-detail article .form-group textarea, .product-detail article .form-group textarea:focus, #order article .form-group input[type="text"], #order article .form-group input[type=checkbox], #order article .form-group input[type=radio], #order article .form-group textarea, #order article .form-group textarea:focus, .photo-detail article .form-group input[type="text"], .photo-detail article .form-group input[type=checkbox], .photo-detail article .form-group input[type=radio], .photo-detail article .form-group textarea, .photo-detail article .form-group textarea:focus, #order article #panel-accounts .form-group input[type="text"], #panel-accounts .form-group input[type="text"], #panel-accounts .form-group input[type=checkbox], #panel-accounts .form-group input[type="password"], #panel-accounts .form-group input[type=radio], #panel-accounts .form-group textarea, #panel-accounts .form-group textarea:focus, #order-form .panel .form-group input[type="text"], #order-form .panel .form-group input[type=checkbox], #order-form .panel .form-group input[type="password"], #order-form .panel .form-group input[type=radio], #order-form .panel .form-group textarea, #order-form .panel .form-group textarea:focus, .form-control, .modal-content, .navbar-default .navbar-toggle .icon-bar, #separator .cardbox, html body, #motive.nob {
  background-color: #cfbc9d;
}

/*Položky submenu*/
/*barva textu*/
.dropdown-menu>li>ul>li>a {
  color: #fff;
}
ul.dropdown-menu li ul li {
  background: #132b43 ;
}
/*text v horni casti stranek*/
#top-ribbon, #top-ribbon a {
  color: #132b43;
}

/*barva systémových nadpisů*/
article .nav-tabs>li>a, h1, h2, h3, h4, h5, h6, .inside > p {
  color: #64532b;
}

/*velikost loga v menu*/
.navbar .logo img {
  max-height: 100px;
}
/*orientace menu*/
.navbar-collapse.collapse {
  width:auto;;
}

/*vlajky*/
.top-head {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  line-height:35px;
  color: #132b43;
}

.top-head .contactus {
  flex:1 1 auto;
  font-size: 0.9em;
}

#top-ribbon {padding:0;}
#top-ribbon #contactus {
  display:none;
}

.jazykova-mutace a {
  margin:0 2px;
}
.jazykova-mutace a:hover {
  opacity:0.6;
  text-decoration:none;
}

@media (max-width:768px){
  .top-head {
    justify-content:center;
    text-align:center
  }
}

