@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');

/* prvky */
.container .jumbotron, .container-fluid .jumbotron {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 25px 25px 15px 25px;
}
.jumbotron p {
  font-size: 18px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .fa-chevron-right:before {
  content: "\f054";
  font-family: fontAwesome;
}
.carousel-control .fa-chevron-left:before {
  content: "\f053";
  font-family: fontAwesome;
}

@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left {
    margin-left: -10px;
  }
  .carousel-control .fa-chevron-right {
    margin-right: -10px;
  }
}

.tab-content {
  background: #efefed;
  padding: 15px 15px 5px 15px;
}
.nav-tabs {
  border-bottom: 1px solid #efefed;
}
.nav-tabs > li > a {
  color: #2e1e1e;
  background: #fff;
  border: 1px solid transparent;
}

.nav-tabs > li > a.bg-default {
  background: #fff;
  border: 1px solid #fff;
  color: #2e1e1e;
}
.nav-tabs > li.active > a.bg-default,
.nav-tabs > li.active > a.bg-default:hover,
.nav-tabs > li.active > a.bg-default:focus,
.nav-tabs > li > a.bg-default:focus,
.nav-tabs > li > a.bg-default:hover,
.btn-default:hover, .btn-default:focus, .btn-default:active:focus
{
  background: transparent;
  color: #2e1e1e;
  border: 1px solid #cca643;
}

.nav-tabs > li > a.bg-primary {
  color: #fff;
  background: #cca643;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a.bg-primary,
.nav-tabs > li.active > a.bg-primary:hover,
.nav-tabs > li.active > a.primary:focus,
.nav-tabs > li > a.primary:focus,
.nav-tabs > li > a.bg-primary:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus
{
  background: #fff;
  color: #2e1e1e;
  border: 1px solid #cca643;
}

.nav-tabs > li > a.bg-success {
  color: #fff;
  background: #8cbe76;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a.bg-success,
.nav-tabs > li.active > a.bg-success:hover,
.nav-tabs > li.active > a.bg-success:focus,
.nav-tabs > li > a.bg-success:focus,
.nav-tabs > li > a.bg-success:hover,
.btn-success:hover, .btn-success:focus, .btn-success:active:focus
{
  background: #6da555;
  border: 1px solid transparent;
}

.nav-tabs > li > a.bg-info {
  color: #d8d8d8;
  background: #111;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a.bg-info,
.nav-tabs > li.active > a.bg-info:hover,
.nav-tabs > li.active > a.bg-info:focus,
.nav-tabs > li > a.bg-info:focus,
.nav-tabs > li > a.bg-info:hover,
.btn-info:hover, .btn-info:focus, .btn-info:active:focus
{
  background: #464646;
  color: #d8d8d8;
  border: 1px solid transparent;
}

.nav-tabs > li > a.bg-warning {
  color: #fff;
  background: #bc4242;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a.bg-warning,
.nav-tabs > li.active > a.bg-warning:hover,
.nav-tabs > li.active > a.bg-warning:focus,
.nav-tabs > li > a.bg-warning:focus,
.nav-tabs > li > a.bg-warning:hover,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus
{
  background: #b12a2a;
  border: 1px solid transparent;
}

.nav-tabs > li > a.bg-danger {
  color: #fff;
  background: #ec1d25;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a.bg-danger,
.nav-tabs > li.active > a.bg-danger:hover,
.nav-tabs > li.active > a.bg-danger:focus,
.nav-tabs > li > a.bg-danger:focus,
.nav-tabs > li > a.bg-danger:hover,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:focus {
  background: #bb161c;
  border: 1px solid transparent;
}

.panel-heading {
  background: #efefed;
  padding: 15px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.panel-heading h4 {
  margin-bottom: 0;
}
.panel-footer {
  background: #efefed;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 0;
  padding: 15px !important;
}
.panel-body {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #efefed;
}
.panel-heading a {
  display: block;
}

.panel-default > .panel-heading, .panel-primary > .panel-footer {
  background: #fff;
}
.panel-primary > .panel-heading, .panel-primary > .panel-footer {
  background: #cca643;
}
.panel-success > .panel-heading, .panel-success > .panel-footer {
  background: #8cbe76;
  color: #fff;
}
.panel-info > .panel-heading, .panel-info > .panel-footer {
  background: #111;
  color: #999;
}
.panel-warning > .panel-heading, .panel-warning > .panel-footer {
  background: #bc4242;
  color: #fff;
}
.panel-danger > .panel-heading, .panel-danger > .panel-footer {
  background: #ec1d25;
  color: #fff;
}
.panel-group .panel-heading {
  border-radius: 0;
}
.panel-group .panel-body {
  border: 0;
}
.panel-group .panel {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.panel-danger > .panel-heading a, .panel-warning > .panel-heading a, .panel-success > .panel-heading a, .panel-primary > .panel-heading a {
  color: #fff;
}
.panel-info > .panel-heading a {
  color: #999;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #cca643;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #000;
}
.panel-pirmary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #cca643;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #7fac6b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bc4242;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ec1d25;
}

.bg-default, .btn-default, .label-default, .alert-default {
  background: #fff;
  color: #2e1e1e;
}
.goin, .bg-primary, .btn-primary, .label-primary, .alert-primary {
  background: #cca643;
  color: #fff;
}
.bg-success, .btn-success, .label-success, .alert-success {
  background: #8cbe76;
  color: #fff;
}
.bg-info, .btn-info, .label-info, .alert-info {
  background: #111;
  color: #999;
}
.bg-warning, .btn-warning, .label-warning, .alert-warning {
  background: #bc4242;
  color: #fff;
}
.bg-danger, .btn-danger, .label-danger, .alert-danger {
  background: #ec1d25;
  color: #fff;
}

.alert-success, .btn-success {border-color: #7fac6b;}
.alert-warning, .btn-warning {border-color: #bc4242;}
.alert-danger, .btn-danger {border-color: #ec1d25;}
.alert-info, .btn-info {border-color: #000;}
.goin,.alert-primary, .btn-primary {border-color: #cca643;}
.btn-default {border-color: #cca643;}

/* vychozi */
html body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2e1e1e;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .panel-title {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
}

.h1, .h2, .h3, h1, h2, h3, .panel-title, h4 {
  color: inherit;
}

h1, h2 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 400;
  margin-bottom: 55px;
  position: relative;
  text-transform: none;
  color: #2e1e1e;
  letter-spacing: 1px;
}

h3, .thumbnail h2 a, h3.panel-title {
  color: #2e1e1e;
  font-weight: 400;
  position: relative;
  text-transform: none;
  font-size: 2.2em;
  margin-bottom: 10px;
}

b, strong {
  font-weight: 700;
}

.thumbnail h2 a {
  font-size: 18px;
}

h1:after, h2:after, h3.panel-title:after, .thumbnail h2 a:after, #random-image h3:after
{
  border-bottom: 3px solid #CCA643;
  content: "";
  position: absolute;
  bottom: -15px;
  width: 50px;
  text-align: left;
  left: 0;
  right: 0;
  margin: auto;
}

#separator h3.panel-title::after, #second h3.panel-title::after, #blog h3.panel-title::after, #panel-products h3.panel-title:after {
  position: absolute;
  width: 50px;
}

.thumbnail h2 a:after, .thumbnail h2:after {
  display: none;
}

table {
  width: 100%;
  border: none;
}

#support form h3, .section-contact h4 {
  margin-bottom: 40px;
  font-size: 1.6em;
  font-weight: 600;
}
#support form h3.panel-title {
  margin-bottom: 55px;
  font-size: 2.2em;
  text-align: center;
  font-weight: normal;
}
.form-horizontal {
  margin-bottom: 0;
}


.gallery-detail article, #galleries article, #support article, .rubric article {
  padding-top: 65px;
}

#wrap #panel-news {
  margin-top: 65px;
}

footer .copy {display: none;}
#top-ribbon {background: rgba(255, 255, 255, .95); padding: 0; color: rgba(0, 0, 0, 0.4);}
#top-ribbon #contactus, #top-ribbon #basket, #top-ribbon .contactus_account {padding: 10px 0;}
#top-ribbon #contactus {
  display: none;
}
#top-ribbon .btn.btn-danger:hover {
  color: #bc4242;
}
#search-bar + #basket {
  padding: 15px 0 12px 0;
}
#basket .label {
  background: #CCA643;
}
#search-bar {
  padding: 10px 0;
}
#search-bar input {
  background-color: transparent;
}
#top-ribbon .form-control {
  border-color: rgba(0, 0, 0, 0.21);
}
#top-ribbon .btn.btn-danger {
  color: rgba(0, 0, 0, 0.4);
}
#top-ribbon .btn.btn-danger:hover {
  color: #CCA643;
}
#top-ribbon {
  line-height: 1;
}
#sm-search .btn {
  margin-left: -60px;
}
#cartsum {
  margin-top: 2px;
  line-height: 1;
}
#q {
  padding: 21px 20px;
}

a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.btn-link,
a {
  color: #222;
}

a:hover, a:focus {
  color: #CCA643;
  text-decoration: none;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0) 60%);
  background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0) 60%);
  background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0) 60%);
  background: linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0) 60%);
  overflow: visible;
  height: auto;
  top: 0;
}
.f-nav {
  position: relative;
}

/* navbar */
.navbar {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-size: 1em;
  z-index: 1000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 1280px;
  margin: auto;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

  display: table;
  text-transform: uppercase;
  width: 100%;
}
#index .navbar-default, .navbar-default {
  position: relative;
  background: rgba(255,255,255,0.9);
}
#index .navbar-default.f-nav, .f-nav {
  position: static;
}
.navbar-default .navbar-nav > li > a {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.navbar .navbar-nav > li > a, .navbar .navbar-nav > .open > a {
  font-weight: 400;
  padding-top: 10px;
  color: #333;
  font-size: 15px;
  letter-spacing: 1px;
}
.navbar .navbar-nav > .open > a:focus {color: #cca643;}
.navbar.f-nav .navbar-nav > li > a {
  color: #333;
}
.navbar-default.f-nav .navbar-nav>li>a:focus {color: #cca643;}
.navbar.f-nav .navbar-nav > .active > a, .navbar .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar .navbar-nav > .active > a:focus {
  color: #CCA643;
  background: none;
  border: none;
}
.navbar .navbar-nav > li > a:before {
  border: none;
}
.navbar .navbar-nav > li:hover > a:before, .navbar-default li.active > a:before, .navbar-default li.active:hover > a:before {
  border: none;
}
.navbar-nav > li {
  margin: 0 15px;
  display: block;
  float: left;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar.f-nav .navbar-nav > li > a:hover {
  border: none;
  background: none;
  color: #CCA643;
}
.navbar-default .navbar-nav > .active > a, .navbar .navbar-nav > li > a:hover {

}
.navbar.f-nav, #index .navbar-default.f-nav, .f-nav {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  max-width: 100%;
  background: rgba(255,255,255,0.95);
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  background: transparent;
  position: absolute;
  right: 0;
  top: 6px;
}
.navbar-default.f-nav .navbar-toggle .icon-bar {
  background: #CCA643;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  background: transparent;
  border: none;
}
.dropdown.open ul.dropdown-menu {
  background: #cca643;
}

.navbar-nav > li a:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.navbar-nav > li:hover a:after, .navbar-nav > li.active a:after {
  width: 35%;
  background:  #CCA643;
}
.navbar-collapse.in .nav.navbar-nav {padding-left: 0;}

.dropdown.open ul.dropdown-menu {
  padding: 15px 0;
}

.dropdown-menu {
  margin: 0;
}
.dropdown-menu li ul {
  text-align: center;
  column-count: auto;
}
.dropdown-menu li ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.dropdown-menu > li > ul > li > a {
  padding: 5px 20px;
}
.dropdown-menu > .container {
  margin-bottom: 0;
}
.dropdown-menu > li > ul > li > a {
  text-transform: uppercase;
  color: #fff;
}
.dropdown-menu > li > ul > li > a:hover, .dropdown-menu > li > ul > li.active > a {
  text-decoration: underline;
  color: #fff;
}

#navbar.navbar-collapse.collapsing {display: block !important; width: 100%;}
#navbar {
  display: table-cell !important;
  float: none !important;
}
nav.navbar > .container {
  display: table;
  position: relative;
}
.navbar-nav {
  float: right;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent;
}
.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .navbar-toggle .icon-bar {
  background: #CCA643;
}
.navbar .navbar-nav > .active > a:after, .navbar .navbar-nav > .active > a:focus:after, .navbar .navbar-nav > .active > a:hover:after, .navbar .navbar-nav > .active > a:after, .navbar .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav>.open>a:after, .navbar-default .navbar-nav>.open>a:focus:after, .navbar-default .navbar-nav>.open>a:hover:after {
  height: 3px;
  position: initial;
  top: 0;
  left: 0;
  width: 35%;
  background: #CCA643 !important;
  margin-top: 0;
}
.navbar .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  float: none;
  max-width: 100%;
  width: 200px;
  padding: 0;
}
.navbar .logo img {
  max-height: 55px;
}
.logo a {
  display: block;
}

/* motive */
#index #motto p#motto-title {
  margin: 0;
  font-weight: 400;
  text-shadow: none;
  color: #CCA643;
  font-size: 4em;
  text-align: left;
  width: 50%;
  display: block;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;
}
#motto #motto-text {
  word-wrap: break-word;
}
#motive {
  display: table;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  height: 350px;
  min-height: 300px;
  margin-top: -1px;
  background-position: bottom;
  padding: 0;
  width: 100%;
}
#index #motive {
  min-height: 400px;
  background-position: bottom;
}
#index #motive #motto {
  position: absolute;
  bottom: 100px;
  padding: 15px;
}
#index #motto #motto-text {
  text-align: left;
  margin: 0;
  color: #fff;
  font-weight: 500;
  width: 50%;
  text-transform: none;
  display: block;
  font-size: 1.2em;
}
#motto #motto-title, #motto #motto-text {
  display: none;
}
section.section-container.motive-bottom {
  padding: 35px 0;
  color: #fff;
  font-size: 24px;
}
.motive-bottom .row > div:last-child {
  text-align: right;
}
section.section-bg-light.motive-bottom {
  background: #CCA643;
}
.motive-bottom p {margin: 5px 0 0 0; text-align: left;}
#index #motive .container {
  margin-top: 0;
  display: block;
  height: 100%;
  position: relative;
}

/* footer */
footer .container {
  margin: 0 auto;
}
footer > .container {
  padding: 0;
}
footer {
  padding-top: 0;
  font-size: 14px;
}
footer .footer-bottom {
  background: #0b0b0b;
  font-size: 13px;
  color: #fff;
  text-align: left;
}
footer h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .two-list {
  column-count: 2;
}
footer a {color: #fff;}
footer a:hover, footer a:active {
  color: #CCA643;
}

/* ostatni */
#border {border: none; padding-top: 0 !important;}
main {margin-top: 0;}
main.col-lg-12 {min-height: 0;}
article {margin-top: 0; padding: 0 0 65px 0;}
#index article {padding: 0;}
.article-detail article {padding: 65px 0;}
#content {padding: 0;}
#separator {
  background: #f5f5f5;
  background-size: cover;
  min-height: initial;
  margin: 0;
  display: none;
  padding: 60px 0;
}
#separator .panel-heading {display: block;}
#index #separator {display: block;}


#separator .panel-body, #second .panel-body, #blog .panel-body, #own-foot .panel-body, #panel-favourites .panel-body, #panel-products .panel-body, #social-site .panel-body {
  border: 0;
  padding: 0;
  background: transparent;
}
#separator .panel-heading, #separator .panel-footer, #second .panel-heading, #second .panel-footer, #blog .panel-heading, #blog .panel-body, #own-foot .panel-heading, #own-foot .panel-footer, #panel-favourites .panel-heading, #panel-products .panel-heading, #social-site .panel-heading {
  background: transparent;
}
#separator #panel-products, #separator #panel-news {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
}

#own-foot h3.panel-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#own-foot, #blog {
  padding: 60px 0;
}

section.section-container.box {
  font-size: 1.8em;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 150px 15px 150px 15px;
}
section.section-container.section-bg-light.box {
  background: #000;
  color: #fff;
}
section.section-container.section-bg-light.box h1,
section.section-container.section-bg-light.box h2,
section.section-container.section-bg-light.box h3,
section.section-container.section-bg-light.box h4,
section.section-container.section-bg-light.box h5,
section.section-container.section-bg-light.box h6 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
}
section.section-container.box h1:after, section.section-container.box h2:after, section.section-container.box h3:after, section.section-container.box h4:after, section.section-container.box h5:after, section.section-container.box h6:after {
  display: none;
}

/* skryti prvku aby se neduplikovaly s patickou */
#footer-contact, #social-site {
  display: none;
}

#panel-favourites .panel-heading, #social-site .panel-heading {
  padding: 0 !important;
}
#panel-favourites h3, #footer-contact h3, #social-site h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  margin-top: 0;
}
#panel-favourites a {
  color: #fff;
}
#panel-favourites a:hover {
  color: #cca643;
}
.list-footer-address {
  line-height: 1.5;
}
#panel-favourites h3:after, #footer-contact h3:after, #social-site h3:after {
  display: none;
}
#panel-favourites, #footer-contact, #social-site {
  padding: 40px 0 20px 0;
  font-size: 14px;
  text-align: left;
}
#social-site {
  padding-left: 15px;
  padding-right: 15px;
}
.social-site-icon li .fa {
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
}
.social-site-icon li a {
  background: none !important;
  line-height: 1;
  width: auto;
  margin: 0;
  padding: 0;
}
.social-site-icon .fa-fw {
  width: auto;
}
#panel-favourites li {
  display: inline-block;
  margin-right: 15px;
}
#panel-products {
  padding: 45px 0;
}
footer #footer-contact .fa {
  margin-top: 5px;
}
#random-image {
  padding-top: 40px;
}
#panel-products h3.panel-title {
  margin-bottom: 40px;
}
#footer-contact {
  padding-left: 15px;
  padding-right: 15px;
}


#panel-news {display: none;}
#index #panel-news {display: block;}
.mg-top {margin-top: 70px;}
#map {
  margin-top: 50px;
}
ol li, ul li {
  margin-bottom: 5px;
}
.image-slider.slick-slider a img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
}


/* tlacitka */
.goin, .btn, #panel-news .more a {
  padding: 12px 20px;
  font-weight: normal;
  border-radius: 5px;
  text-transform: none;
  border:1px solid transparent;
}
.goin:hover, .btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.btn-block {
  border-radius: 0;
}
a.btn.btn-link, #eshop-products .btn, #shopping .btn {
  background: #CCA643;
  color: #fff;
}
.goin:hover, .btn-primary:hover, .btn-primary:focus, #panel-news .more a:hover, a.btn.btn-link:hover, a.btn.btn-link:focus, a.btn.btn-link:active,
#eshop-products .btn:hover, #eshop-products .btn:active, #shopping .btn:hover, #shopping .btn:active {
  color: #2e1e1e;
  background: #fff;
  border-color: #cca643;
}
#panel-news .more a, .motive-bottom .btn {
  background: #fff;
  color: #2e1e1e;
  border-radius: 25px;
  padding: 12px 25px;
}
#panel-news .more a:hover, .motive-bottom .btn:hover {
  background: #cca643;
  border-color: #fff;
  color: #fff;
}
#panel-news .more a:hover {border-color: #cca643; color: #fff;}
#panel-news .more a {text-transform: capitalize; font-size: 14px; border-color: #fff; color: #cca643;}
.btn-lg {padding: 15px 25px; font-size: 16px;}
.btn-md {padding: 12px 20px;}
.btn-sm {padding: 8px 15px; font-size: 13px;}
.btn-xs {padding: 5px 10px; font-size: 12px;}

.back-link {
  margin-bottom: 65px;
}

/* novinky */
#list-panel-news, #list-pages {
  margin: 0;
}
#list-panel-news li {
  width: 33.3%;
  border: none;
  padding: 30px 15px;
  margin: 0;
  max-height: 100%;
}
.image-perex {
  width: 200px;
  margin-bottom: 30px;
  max-height: 100%;
}
#list-pages li .image-perex {
  margin-bottom: 30px;
}
#list-panel-news li .image-perex:hover img,
.image-wrap:hover img,
#list-pages li .image-perex:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#list-panel-news li .image-perex img,
.image-wrap img,
#photogalleries .img-thumbnail,
#list-pages li .image-perex img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}

.item-eshop-category .link-thumbnail,
#photogalleries .link-thumbnail {
  border-radius:5px;
}
#list-panel-news li .perex-image-link,
.image-wrap,
.item-eshop-category .link-thumbnail,
#photogalleries .link-thumbnail,
#list-pages li .perex-image-link {
  overflow: hidden;
  border-radius: 0;
  display: block;
  max-height: 250px;
}
.image-wrap {
  max-width: 350px;
  text-align: center;
  margin: auto;
}
#panel-news h4, #list-pages h4, #list-panel-news h4 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.1;
  text-align: left;
}
#panel-news .description, #list-pages .description {
  font-size: 14px;
  margin-top: 10px;
}
#list-panel-news h4 a {
  color: #fff;
}
#list-panel-news h4 a:hover {
  text-decoration: none;
  color: #000;
}
.normal-date {
  background: rgba(0,0,0,.8);
  padding: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  display: inline;
}
#list-panel-news img {
  margin: 0;
}
#list-pages .image-perex {
  margin-right: 15px;
}
#panel-news h4 {clear: both;}
#panel-news .image-perex {margin-bottom: 0 !important; width: 100%;}

#list-panel-news h4 {padding-top: 20px;}

.rubric h4 {
  padding-top: 10px;
}
.pagination > li > a, .pagination > li > span, .pagination > .active > span, .pagination > .active > span:hover {
  color: #000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #cca643;
}
.pagination > .active > span, .pagination > .active > span:hover {
  font-size: 16px;
  font-weight: bold;
  top: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rubric article ul#list-pages li {
  border-color: #ebebeb;
}
#panel-news .more {
  margin-top: 40px;
}
#panel-news .more a:after {
  border-top-color: rgba(0,0,0,.8);
  display: none;
}
#panel-news .more a {
  font-weight: 500;
}
#list-pages > li {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding: 20px 0;
  overflow: visible;
  max-height: 100%;

}
#list-pages > li:last-child {
  border: none;
}
#list-pages > li .date {
  width: 200px;
  display: block;
}
#list-panel-news > li .date {
  width: 100%;
  background: white;
  padding: 5px;
  color: #000;
  margin: 0;
}
#list-pages + hr {
  display: none;
}
#list-panel-news .normal-date, #list-pages .normal-date {
  background: #CCA643;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  top: 15px;
  left: 0;
  position: absolute;
  width: auto !important;
}
#list-pages .normal-date {
  position: static;
}
#list-panel-news > li > div {
  position: relative;
  background: #cca643;
  color: #fff;
}
.image-perex {
  padding-right: 0;
}
#list-panel-news .blog-li {
  padding: 10px;
}
#list-panel-news .description p {
  margin: 0;
}
.date .day, .date .rest {
  display: inline-block;
}
#list-pages>li .date {
  margin-right: 15px;
}
.date .rest .cir .month, .date .rest .cir .year {
  font-size: 18px;
}


/* hledani */
#search label[for=q] {
  padding-top: 10px;
}
#search #listdata li {
  width: 100%;
}
#search #listdata li .goin {
  background: #CCA643;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 13px 75px 13px 25px;
  margin-right: 0;
  border: 1px solid #CCA643;
  border-radius: 5px;
  color: #fff;
}
#search #listdata li .goin:hover {
  background: #fff;
  color: #000;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.panel-search .panel-body {
  border: 0;
  padding: 0;
}
#search #list-panel-news > li > div {
  background: #fff;
}
#search #list-panel-news > li .date {
  width: 200px;
}
#search #list-panel-news h4 a {
  color: #000;
}
#search #list-panel-news h4 a:hover {
  color: #cca643;
}

/* support */
.form-container {
  background: transparent;
  padding: 0;
  margin: 0;
}
#support article form {
  background: none;
  padding: 0;
}
.form-control {
  border: 2px solid #d9d9d9;
  padding: 15px;
  border-radius: 10px;
  height: auto;
}
.form-horizontal span.asterisk {
  left: 28px;
  top: 10px;
}
#support .alert {
  width: 100%;
  float: none;
}
.form-control:focus {
  border-color: #a9a9a9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #a9a9a9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #a9a9a9;
}
.aster {
  float: none;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
#telo, #support main .panel-body {
  width: 100%;
  float: none;
  padding: 0;
  border: none;
}
.form-horizontal {
  background: none;
  padding: 15px;
}

/* tabulka */
section.section-container tbody td:before
{
  content: "";
  width: auto;
}
section.section-container tbody td {
  display: table-cell;
  vertical-align: middle;
}
section.section-container thead {
  display: table-row-group;
}
section.section-container .table-striped > tbody > tr:nth-of-type(even) {
  background: #f6f6f6;
}
section.section-container .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
section.section-container .table-striped > tbody > tr > td:nth-of-type(odd) {
  background: transparent;
}

.table thead, #cart thead {
  background: #cca643;
}
#cart thead {
  color: #fff;
}
.table {
  font-size: 14px;
}
.results table {
  margin-bottom: 100px;
}
.table > thead > tr > th {border: none;}
.table th img {max-width: 100% !important; height: auto; margin: 0 !important;}
.table>tbody>tr>td {
  vertical-align: middle;
}

table {
  text-align: left;
}
table thead tr th, .table thead tr th {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 15px;
  font-size: 16px;
}
table thead tr th {
  color: #000;
}

/* tym */
.team h6 {
  background: #cca643;
  top: 15px;
  display: inline;
  color: #fff;
  font-weight: 600;
  padding: 8px;
  position: absolute;
  left: 15px;
  font-size: 18px;
  margin-bottom: 0;
}

/* nase tymy */
#second {
  background: #fff;
  display: none;
  padding: 60px 0 15px 0;
}
#index #second {display: block;}
#second a {
  color: #cca643;
  font-size: 18px;
}
#second a.btn-primary {
  color: #fff;
}
#second a.btn-primary:hover, #second a.btn-primary:focus {
  color: #cca643;
}
#second .btn {
  border: 0;
}

#random-image h3, #separator h3.panel-title, #second h3.panel-title, #blog h3.panel-title, #panel-products h3.panel-title {
  color: #2e1e1e;
  font-weight: 400;
  position: relative;
  text-transform: none;
  font-size: 2.1em;
  margin-bottom: 40px;
}

/* stahovani */
#list-downloads li .inside {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  border-color: #dbdbdb;
  height: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#list-downloads li .inside:hover {
  transform: none;
  border: 1px solid #dbdbdb;
}
#list-downloads li .inside > p:last-of-type {
  font-style: normal;
}
#list-downloads h2 {
  margin-bottom: 25px;
  text-align: left;
  font-weight: 600;
  font-size: 2em;
}
#list-downloads h2:after {
  display: none;
}
#list-downloads p {
  color: #727272;
}

/* tabulky */
.table>thead>tr>th {
  font-weight: 600;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #e1e1e1;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f6f6f6;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 1px solid #dbdbdb;
}

/* breadcrumb */
.breadcrumb {
  text-align: left;
  border-radius: 0;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 0;
  margin-top: -40px;
}
.breadcrumb+#content, #paths+#content {
  padding: 55px 0 65px 0;
}
.article-detail #content {
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb:last-of-type {
  margin-bottom: 10px;
}

body > #motive + .container {
  padding-top: 60px;
}
body#index > #motive + .container {
  padding-top: 0;
}

/* gallery */
#tab-images .thumbnail, .item-photo .thumbnail {
  max-height: 100%;
  border: 0;
  overflow: visible;
}
.thumbnail {
  box-shadow: none;
}
.item-photogallery .thumbnail, .item-eshop-category .thumbnail {
  height: auto;
  display: block;
  overflow: hidden;
  padding: 0;
}
.item-photo .thumbnail {
  height: auto;
  display: block;
  overflow: hidden;
  max-height: 250px;
  padding: 0;
  border-radius: 5px;
}

.img-thumbnail {
  padding: 0;
  background: none;
  border: none;
}
a.thumbnail:hover {
  transform: none;
  border: none;
}
.thumbnail img {
  transition: all 0.4s;
}
.thumbnail:hover img {
  transform: scale(1.1);
}
.item-photogallery .thumbnail:hover, .item-eshop-category .thumbnail:hover {
  border: none;
}
.thumbnail:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#eshop-categories .thumbnail .caption > *,
#photogalleries .thumbnail .caption > * {
  display:none;
}

#eshop-categories .thumbnail h2.subtitle,
#photogalleries .thumbnail h2.subtitle  {
  display:block !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.1;
  margin-top: 5px;
}
#photogalleries .thumbnail h2 a:hover {
  color: #cca643;
}



.item-photogallery .thumbnail, .item-eshop-category .thumbnail {
  border: 0;
}
.item-eshop-category .thumbnail .link-thumbnail img,
.item-photogallery .thumbnail .link-thumbnail img,
.item-eshop-product .thumbnail .link-thumbnail img {
  max-height: 100%;
}

/* eshop */
#summary h3 {
  margin-top: 40px;
  font-size: 28px;
}
#finish h3 {
  font-size: 28px;
}

#eshop-categories .caption > h2 {
  display: block;
}
#eshop-categories .caption, #photogalleries .caption {
  width: 100%;
  padding: 0;
  text-align: center;
  bottom: 0;
}

.caption h2 a:hover {
  color: #CCA643;
}
.item-eshop-product .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#eshop-products .thumbnail, #shopping .thumbnail {
  border: 1px solid #efefed;
}
#eshop-products .thumbnail:hover, #shopping .thumbnail:active {
  border: 1px solid #efefed;
}
#eshop #shopping .thumbnail, #eshop #shopping .thumbnail:hover, #eshop #shopping .thumbnail:active {
  border: none;
  padding: 0;
}
.item-eshop-product .thumbnail {
  max-height: 100%;
}
.item-eshop-product .thumbnail .link-thumbnail img {
  max-height: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.panel-filter {
  background: #efefed;
  margin-bottom: 55px;
}
.panel-filter input[type="text"], .panel-filter select {
  padding: 5px;
}
.panel-filter .btn {
  padding: 10px 15px;
}
#eshop-products .more, #shopping .more {
  text-align: right;
}
#eshop-products.display-type-table .thumbnail, #shopping .thumbnail {
  padding: 0 15px;
}
#detail-product #variant-box #perex {
  border-bottom: 1px solid #efefed;
}
.product-detail form#form-product {
  border-top: 1px solid #efefed;
}
#shopping .input-group-addon, #orderform .input-group-addon {
  background: #d9d9d9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#trashcan .btn {
  padding: 15px;
  background: #fff;
}
.item-eshop-product h2.subtitle {
  text-align: left;
}
#order main, #summary main, #finish main {
  padding-bottom: 60px;
}

#summary h3 {
  margin-top: 40px;
}


#eshop-categories .caption > h2 {
  display: block;
}
#eshop h1, .category-detail h1, #order h1 {
  margin-bottom: 55px;
}
.item-eshop-product .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#eshop-products .thumbnail, #shopping .thumbnail {
  border: 1px solid #f1f1f1;
}
#eshop-products .thumbnail:hover, #shopping .thumbnail:active {
  border: 1px solid #f1f1f1;
}
#eshop #shopping .thumbnail, #eshop #shopping .thumbnail:hover, #eshop #shopping .thumbnail:active {
  border: none;
  padding: 0;
}
.item-eshop-product .thumbnail {
  max-height: 100%;
}
.item-eshop-product .thumbnail .link-thumbnail img {
  max-height: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.panel-filter {
  background: #efefed;
  margin-bottom: 55px;
}
.panel-filter input[type="text"], .panel-filter select {
  padding: 5px;
}
.panel-filter .btn {
  padding: 10px 15px;
}
#eshop-products .more, #shopping .more {
  text-align: right;
}
#eshop-products.display-type-table .thumbnail, #shopping .thumbnail {
  padding: 0 15px;
}
#detail-product #variant-box #perex {
  border-bottom: 1px solid #f1f1f1;
}
.product-detail form#form-product {
  border-top: 1px solid #f1f1f1;
}
#shopping .input-group-addon, #orderform .input-group-addon {
  background: #d9d9d9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#trashcan .btn {
  padding: 15px;
  background: #fff;
  color: #353535;
}
#cart .sremove:hover {
  background: #f1f1f1;
  color: #353535;
}
#cart thead tr th {
  color: #fff;
}
.nav-pills > li > a {
  color: #222;
}

aside .panel-body {
  background: #f1f1f1;
  padding: 0;
  border: 0;
}
aside .panel-primary > .panel-heading {
  border-radius: 0;
  padding: 0;
  background: #f1f1f1;
  color: #222;
}
aside .panel-primary > .panel-heading h3 {
  padding-top: 0;
}
#panel-categories {
  box-shadow: none;
}
#panel-categories .panel-heading .panel-title {
  padding: 0;
  margin: 0;
}
#panel-categories h3:after, #panel-accounts h3:after {
  display: none;
}
#eshop-filters .panel-body {
  background: #f1f1f1;
  padding: 0;
}
#tabs-product .nav-tabs>li.active>a, #tabs-product .nav-tabs>li.active>a:focus, #tabs-product .nav-tabs>li.active>a:hover, #tabs-product .nav-tabs>li>a:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #333;
}
#order-form .panel-primary > .panel-heading {
  background: #f1f1f1;
  padding: 0;
  color: #353535;
}
#order-form .panel-primary {
  padding: 0;
}
#order-form h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 28px;
}
#order-form h3:after {
  display: none;
}
#order-form .panel {
  border-radius: 10px;
}
#panel-cart {
  margin: 0 -15px;
}
.modal-dialog .btn-default:hover {
  background: #CCA643;
  color: #fff;
}
.nav-pills > li > a:hover, .nav-pills>li.active>a {
  background: #CCA643;
  color: #fff;
}
.nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background: #353535;
  color: #fff;
}
#eshop-products h2 {
  text-align: left;
}
.thumbnail p {
  color: #353535;
}
#detail-product a:hover>.img-thumbnail {
  border: none;
}
.active a .badge {
  color: #353535 !important;
}
#tabs-product {
  margin-top: 60px;
}
#tabs-product .tab-content {
  padding: 15px;
}
#panel-cart.panel-primary .productincart img {
  width: auto;
}
.product-label-special {
  background: #ec1d25;
}
.icon-favourite {
  color: #CCA643;
}
#addBasketModalTitle {
  text-align: left;
}
#addBasketModalTitle:after, #shopping h1:after, #order h3:after, #summary h3:after, #finish h3:after {
  display: none;
}
.item-eshop-product h2 a {
  font-size: 28px;
}
.item-eshop-product h2 a:hover {
  color: #CCA643;
}
#order p {
  text-align: left;
}
#summary .btn-default:hover {
  background: #CCA643;
  color: #fff;
}
#panel-accounts {
  background: #f1f1f1;
  box-shadow: none;
}
#panel-accounts .panel-heading .panel-title {
  padding-top: 0;
  margin: 0;
}
#profile hr, #orders hr {
  display: none;
}


/* komentare */
.comms {
  padding: 0;
}
.comms .form-horizontal {
  margin-bottom: 0;
}
.comms .aster {
  color: #fff;
}
#list-comments>.media .media-heading {
  background: #cca643;
  padding: 10px;
}
#list-comments .subcomments::before {
  background-color: #f1f1f1;
}
.text-muted {
  color: #616161;
}
#list-comments .buttonanswer {
  border-top: 1px solid #f1f1f1;
}
.subcomments .media-heading {
  background: #f1f1f1;
  padding: 10px;
}
.sticky+h2 {
  text-align: left;
  margin-bottom: 15px;
}
.sticky+h2:after {
  display: none;
}
.sticky h3 {
  font-size: 1.8em;
  color: #fff;
}
.sticky {
  margin-bottom: 40px;
}

/* cookies */
.cc_container {
  background-color: #191919 !important;
}
.cc_container a, .cc_container a:visited {
  color: #cca643 !important;
  text-decoration: underline;
}
.cc_container a:hover, .cc_container a:active {
  color: #cca643 !important;
  text-decoration: none !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background: #cca643 !important;
  border-color: #cca643 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  text-decoration: none !important;
  background: #fff !important;
  color: #111 !important;
}


/* sekce */
section.section-bg-light {
  background: #f5f5f5;
}
section.section-services li {
  border-left-color: #cca643;
}
#footbox .section-container > .row {
  margin: auto;
}
section.section-container {
  padding: 55px 0 65px 0;
}
footer section.section-container {
  padding: 55px 0;
}
footer section.section-container.footer-bottom {
  padding: 18px 0;
}
#second section.section-container {
  padding-top: 0;
}
#support #content section.section-contact {
  padding-top: 10px;
}
section.section-3-col-bottom-text, section.section-3-col-top-text {
  font-size: 14px;
}
section.section-3-col-bottom-text h3, section.section-3-col-top-text h3 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 10px 10px 10px;
}
section.section-3-col-bottom-text h2:after, section.section-3-col-top-text h2:after {
  display: none;
}
/* tym */
.team.section-3-col-bottom-text h3, team.section-3-col-top-text h3 {
  color: #fff;
}
.team.section-3-col-bottom-text p, .team.section-3-col-top-text p,
.team.section-3-col-bottom-text h3, .team.section-3-col-top-text h3,
.team.section-3-col-bottom-text h2, .team.section-3-col-top-text h2,
.team.section-3-col-bottom-text h4, .team.section-3-col-top-text h4 {
  background: #CCA643;
  margin: 0;
  padding: 10px;
  color: #fff;
}
.team.section-3-col-bottom-text a, .team.section-3-col-top-text a {
  color: #fff;
}
.team.section-3-col-bottom-text a:hover, .team.section-3-col-top-text a:hover {
  color: #000;
}

/* responsive */
@media (max-width: 1200px) {
  .main-list li {
    width: calc(50% - 30px);
  }
  #footer-contact, #favorite-links, #social-site, #own-foot {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    border: none;
    background: transparent;
  }

  .navbar > .container { padding: 0; width: 100%;}
  #navbar {margin: 0; background: #fff;}
  #navbar li a {display: block;}
  nav.navbar > .container {
    display: block;
  }
  #index .navbar-default .navbar-collapse {
    background-color: #fff;
  }
  #index .navbar-default, .navbar-default {
    background: transparent;
  }
  #list-panel-news li {
    width: 50%;
  }
  .navbar-default .navbar-nav > li > a, .navbar .navbar-nav > .open > a {
    color: #333;
  }
  .navbar .navbar-nav > .active > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > .open > a:focus {
    color: #CCA643;
  }
  .dropdown.open ul.dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #eee;
    margin-bottom: 10px;
  }
  .navbar .logo {
    padding: 2px 15px 5px 15px;
  }
  .navbar-nav {
    margin: 0;
  }
  #navbar {padding: 0;}
  .navbar .navbar-nav > li > a:before {
    top: 0;
  }
  .navbar-nav > li {
    margin: 0;
    float: none;
  }
  .navbar-nav > li a:after {display: none;}
  .navbar-default .navbar-nav > li > a {
    height: auto;
  }
  #navbar.collapse.navbar-collapse {
    display: none !important;
  }
  #navbar.collapse.navbar-collapse.in {
    display: block !important;
  }
  #navbar.collapse.in {
    float: none;
    width: 100%;
  }
  .navbar-header {
    float: none;
    display: table-cell;
    clear: none;
    width: auto;
    vertical-align: middle;
    height: 60px;
  }
  .navbar .navbar-nav>li:last-child a {
    padding-bottom: 10px;
  }

  article {margin-top: 0; padding: 0 0 45px 0;}
  .article-detail article {padding: 40px 0;}
  #index #motto p#motto-title {
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
    width: 75%;
  }
  #index #motto #motto-text {
    width: 75%;
  }
  #motto #motto-text {
    text-align: left;
  }
  .gallery-detail article, #galleries article, #support article, .rubric article {
    padding-top: 45px;
    margin-top: 0;
  }
  .gallery-detail .photos {
    margin-top: 20px;
  }
  #map {
    margin-top: 35px;
  }
  .dropdown.open ul.dropdown-menu {
    background: #cca643;
  }
  .navbar {position: fixed;}
  .table img {display: block; margin: 10px auto !important;}
  .table td {text-align: center !important;}
  .vysledky.tables.table img {max-width: 50px;}
  .vysledky {margin-bottom: 80px;}
}
@media (max-width: 991px) and (orientation: landscape) {
  #index #motive #motto {
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  #list-panel-news li, .rubric article ul#list-pages li {
    width: 100%;
    padding: 20px 0;
  }
  #list-panel-news .normal-date, #list-pages .normal-date {
    display: inline;
  }
  #panel-news h4, #list-pages h4 {
    margin-bottom: 0;
  }
  #list-pages li .image-perex {
    width: 100%;
  }
  .main-list li {
    width: 100%;
    margin: 15px 0;
  }
  .motive-bottom p, .motive-bottom .row > div:last-child {
    text-align: center;
  }
  .motive-bottom .row > div:last-child {margin-top: 15px;}
  #separator .panel-body {padding: 15px;}

  #search .text-right {
    text-align: left;
  }

  #footer-contact, #favorite-links, #social-site, #own-foot {
    margin-bottom: 0;
  }
  #panel-favourites {
    padding: 20px 0;
  }
  #footer-contact {
    padding: 20px 15px;
  }

  .item-photogallery .thumbnail, .item-photo .thumbnail, .item-eshop-category .thumbnail {
    margin-bottom: 50px;
  }
  #photogalleries .caption {
    margin-bottom: 0;
  }

  #random-image {
    padding-top: 20px;
  }
  #panel-products {
    padding: 20px 0;
  }
  .breadcrumb:last-of-type {
    margin-bottom: 10px;
  }
  #second, #blog, #own-foot {
    padding: 40px 0;
  }

  section.section-container {
    padding: 35px 0 35px 0;
  }

  /* table reponsive */
  table#cart thead, table#table-downloads thead {
    display: none;
  }
  table#cart tbody td, table#table-downloads tbody td {
    display: block;
    padding: .6rem;
  }
  table#table-downloads tbody td {
    text-align: right;
  }
  table#cart tfoot td:last-child {
    display: none;
  }
  table#table-downloads.table-striped > tbody > tr > td:nth-of-type(odd) {
    background: transparent;
  }
  table#cart tbody tr td:first-child,
  table#cart tfoot tr td:first-child,
  table#table-downloads.table-striped > tbody > tr > td:first-child {
    background: #dddddd;
  }

  table#cart tfoot tr td:first-child {
    font-size: 1.2em;
  }
  table#cart tbody td:before,
  table#table-downloads tbody td:before {
    content: attr(data-th);
    display: inline-block;
    width: 11rem;
    text-align: left;
    float: left;
  }
  table#cart tfoot td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 11rem;
    text-align: left;
    float: left;
  }
  table#table-downloads.table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent;
  }
  table.table-striped > tbody > tr:nth-of-type(even) {
    background: transparent;
  }
  table#cart tbody .productincart td:first-child:before {
    display: none;
  }
  table#cart tbody tr.productincart td:after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
  }
  table.table-hover > tbody > tr:hover {
    background-color: transparent !important;
  }
  table.table-hover > tbody > tr > td:hover {
    background-color: #f6f6f6;
  }
  table#cart tbody tr.productincart td:last-child {
    display: none;
  }
  #cart.table-hover > tbody > tr:hover {
    background: none;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
  table#cart tr td:first-child, table#table-downloads tr td:first-child {
    text-align: left;
  }
  #table-downloads tr td:first-of-type {
    padding: .6rem;
  }
  #table-downloads tr td:last-of-type {
    padding-bottom: 0;
  }
  #table-downloads td {
    width: 100%;
  }
  #table-downloads thead {
    display: block;
  }

  section.section-container.box {
    padding: 40px 15px;
    font-size: 1.4em;
  }
  footer section.section-container {
    padding: 35px 0;
  }
  footer .footer-bottom, footer .footer-bottom .text-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  #list-panel-news h4 {
    padding: 20px 0 0 0;
  }
  #support article .panel-body {
    padding-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .detail > tbody td {
    width: 100%;
  }
  .tables > div {padding: 0;}
  #panel-custom-1 table tbody tr td:first-child {background: none;}
  #index #motto p#motto-title {font-size: 3em; margin-bottom: 15px;}
  #index #motto p#motto-title, #index #motto #motto-text {width: 100%;}
  #index #motive {height: 500px;}
}


/* fix width */
@media (min-width: 768px) {
  #index #motive .container, #separator #panel-products, #separator #panel-news, .container, #footbox .section-container > .row {
    width: 750px;
  }
  .navbar {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #index #motive .container, #separator #panel-products, #separator #panel-news, .container, #footbox .section-container > .row {
    width: 970px;
  }
  .navbar {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #index #motive .container, #separator #panel-products, #separator #panel-news, .container, #footbox .section-container > .row {
    width: 1170px;
  }
  .navbar {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  #index #motive .container, #separator #panel-products, #separator #panel-news, .container, #footbox .section-container > .row {
    width: 1420px;
  }
  .navbar {
    max-width: 1420px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 1;
  }
}

.filter-default {
  filter: invert(62%) sepia(64%) saturate(386%) hue-rotate(6deg) brightness(95%) contrast(94%);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
  background-color: #CCA643;
  border: 1px solid #CCA643;
}

/* section-news - novinky */
.section-news #list-pages li {
  width: calc(33.3% - 20px);
  border: none;
  padding:0;
  margin: 10px;
  max-height: 100%;
  position: relative;
  background: #cca643;
  color: #fff;
}
.section-news #list-pages h4,
.section-news #list-pages .normal-date,
.section-news #list-pages .description {
  padding-left:15px;
  padding-right:15px
}
.section-news #list-pages h4 {
  clear: both;
  padding-top: 20px;
}
.section-news #list-pages h4 a {
  color: #fff;
}
.section-news #list-pages h4 a:hover {
  text-decoration: none;
  color: #000;
}
.section-news #list-pages .image-perex {
  margin-bottom: 0 !important; 
  width: 100%;
}
.section-news #list-pages  .normal-date{
  background: #CCA643;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  top: 15px;
  left: 0;
  position: absolute;
  width: auto !important;
}
@media (max-width: 991px) {
  .section-news #list-pages li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .section-news #list-pages li {
    width: 100%;
  }
  .section-news #list-pages .normal-date {
    display: inline;
  }
  .section-news #list-pages h4 {
    margin-bottom: 0;
  }
}
