/*

#181B1E -text
#444853
#FBFAF9 - pozadi body, 
#f2f2f2 - pozadi boxu, section, cary
#FEB220 -tlačitka
#79CA10 -tlačitka
#00A0F0 -odkazy
#FC4F0D
*/

body, html {
  background-color:#FBFAF9!important;
  font-size:0.97rem;
  font-weight:400;
  color:#181B1E
}


/* ==== LAYOUT =======*/
main.col-md-push-4,
main.col-lg-push-3 {
  left: 0;
}

aside.col-md-pull-8,
aside.col-lg-pull-9 {
  right: 0;
}

/*obecne*/

h1, h2, h3, h4, h5, h6, .panel-title,  h1.title {}

h1, h1.title {
  font-size:2.5em;
  text-transform:uppercase;
}

#index main h1:first-of-type {margin-top:0; }

h2 {
  font-size:2em;
}

h2.subtitle.media-heading {
  font-size:1.2em;
}

h3 {font-size:1.6em; }

img {
  max-width:100%;
  height:auto;
}

a, .btn-link {
  color:#00A0F0;  
  transition:all 0.4s;
  text-decoration:none;
}
a:hover, .btn-link:hover {color:#18181e;}

button {  transition:all 0.4s;}

hr {border-color:#EAEAEA}


/*=========komponenty======== */
/*alert*/
.alert {
  border:1px solid transparent;
}
.alert a {
  color:#181B1E;
  text-decoration:underline;
}
.alert a:hover {
  text-decoration:none;
}

.alert-success {
  color: #fff;
  background-color: #79CA10;
  border-color: #79CA10;
}

.alert-info {
  color: #fff;
  background-color: #00A0F0;
  border-color: #00A0F0;
}

.alert-warning {
  color: #fff;
  background-color: #FEB220;
  border-color: #FEB220;
}

.alert-danger {
  color: #fff;
  background-color: #FC4F0D;
  border-color: #FC4F0D;
}


/*buttons*/
.btn {
  border:0;
  border-radius:0;
}

.btn-primary {
  background-color:#FEA90A;
  color:#fff;
}
.btn-primary:hover {
  background-color:#79CA10;
  color:#fff;
}

.btn-default {
  background-color:#00A0F0;
  color:#fff;
}

.btn-default:hover {
  color: #fff;
  background-color: #79CA10;
}


.item-eshop-product .btn-warning {
  background-color:#00A0F0;
  color:#fff;
}

.item-eshop-product .btn-warning:hover {
  color: #fff;
  background-color: #79CA10;
}

/*breadcrumb*/
.breadcrumb {
  border-bottom:1px solid #EAEAEA;
  background-color:transparent;
  padding:5px 0;
  margin-bottom:0;
}

#paths .breadcrumb:last-of-type {
  margin-bottom:20px;
}

.breadcrumb a {
  color: #181B1E;
}
.breadcrumb a:hover{
  color:#181B1E;
}
.breadcrumb > .active {
  color: #181B1E;
}

/*forms*/
.form-control {
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition:none;
  -o-transition: none;
}

.input-group-addon {
  color: #aaa;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
}

form .text-description {
  color: #BBBEC8;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
}


/*modal*/
.modal-content {
  background-color:#F2F2F2;
}
.modal-header,
.modal-footer {
  border-color:#ddd;
}
.close {
  color:#fff;
}

/*nav tabs*/
.nav-tabs {
  border-bottom: 1px solid #F2F2F2;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #f2f2f2;
  background-color:#f2f2f2;
  border-radius: 0px 0px 0 0;

}
.nav-tabs > li > a:hover {
  color: #fff;
  background-color: #79CA10;
  border: 1px solid #79CA10;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #FEA90A;
  border: 1px solid #FEA90A;
}
section.section-tabs.section-bg-light .nav-tabs > li:not(.active) > a:hover {
  background-color: #79CA10;
  border: 1px solid #79CA10;
}

section.section-tabs.section-bg-light .nav-tabs {
  border-bottom: 1px solid #fff;
}


/*pagination*/

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  color: #00A0F0;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;

}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #79CA10;
  border-color: #79CA10;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #FEA90A;
  border-color: #FEA90A;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #BBBEC8;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

/*panel*/
.panel,
aside .panel,
.panel-heading,
aside .panel-primary > .panel-heading{
  background-color:transparent;
  border:0;
  box-shadow:none;
  border-radius:0;
  padding-left:0;
  padding-right:0;
  overflow:visible;
}
.panel-title {
  font-size: 1.2em;
}

aside .panel {
  margin-bottom:30px;
}

aside .panel-primary > .panel-heading {
  color:inherit;
}

aside .panel .panel-body {
  background-color: #f2f2f2;
  border:0;
}

aside .panel:first-of-type .panel-body section.section-container {
  margin-top:0;
}

main .panel-primary {
  border-color: #F9F9F9;
}
main .panel-primary > .panel-heading {
  background-color: transparent;
}
main .panel-body {
  background-color:#f2f2f2;
}

/*vlastni box 1 a 2*/
#panel-custom-1, 
#panel-custom-2 {
  margin-bottom:0;
}

#panel-custom-1 .panel-heading,
#panel-custom-2 .panel-heading{
  display:none;
}
#panel-custom-1 .panel-body,
#panel-custom-2 .panel-body  {
  padding:0;
  background-color:transparent;
}

#panel-custom-1 section.section-container,
#panel-custom-2 section.section-container {
  padding:15px;
  margin-bottom:30px;
  background-color:#f2f2f2;
}
#panel-custom-1 section.section-container.section-bg-light {
  padding:15px;
  background-color:#FEA90A;
}



/*table*/
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.table > tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #EAEAEA;
}


/*thumbnail*/
.thumbnail {
  border:0;
  background-color:#f2f2f2;
  padding:15px;
}
.thumbnail .caption {
  padding:0;
  color:inherit
}
.thumbnail .caption h2 {
  margin:10px 0;
  font-size:1.7em;
}
dl.count  {
  margin:0;
  font-size:10pt;
  font-style:italic;
}
.thumbnail .caption dl:last-of-type {
  margin-bottom:10px
}

.thumbnail .more {
  text-align: left;
  margin:0;
}

.item-photo .thumbnail {
  padding:0;
  background-color:transparent;

}
.item-photo .thumbnail img {
  border:1px solid #f2f2f2
}

/*cookies*/
.cookies-settings-btn,
.modal-bar .modal-cookies h2.modal-title,
.modal-cookies p,
.modal-cookies .button-more-title,
.modal-cookies label{
  font-size: inherit!important;
}

.modal-cookies .button-close,
.cookies-settings-btn__dismiss-icon,
.modal-cookies .button-more-icon {
  width: 1rem !important;
  height: 1rem !important;
  background-repeat:no-repeat!important
}

/*========== web ==========*/
#index #content {padding-top:30px;}


.top-line {
  background-color:#FFDE24;
  padding:8px 0;
}
.top-line a {
  color:#333
}

/*hlavicka*/
header {
  background-color:#FFEC7D;
  padding:0;
}

/*hlavicka*/
header .container .row{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

header .container .row > .col-md-4 {
  order:1;
  width:25%;
}

#box-custom-header {
  padding: 0 15px;
  order: 2;
  flex:1 1 auto;
}
#box-custom-header section,
#box-custom-header section p{
  padding:0;
  margin:0;
}

.my-top .row > div{
  display:flex;
  flex-direction:row;
  align-items:center;
  padding:10px 15px;
}
.my-top .row > div:nth-of-type(2) {
  justify-content:flex-end;
}

#topbar {
  order:3;
  width:100%;
  margin:10px 0;

}
#topbar .row {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  height:100%;
  align-items:center;
  justify-content:center;
}

#topbar .row > div {
  width:100%;

}

#topbar .form-group {
  margin:0 0 5px 0;
}
#topbar .col-sm-6 {order:1;}
#topbar #topcart {order:2;}

@media (min-width:768px) {
  #topbar {
    width:100%;
  }

}

@media (min-width:992px) {
  #topbar {
    width:30%;
  }
  header .container .row{
    flex-wrap:nowrap;
  }
}

@media (min-width:1200px) {
  #topbar {
    width:25%;
  }
}

@media (max-width:768px) {
  #topbar {
    width:100%;
  }
}

#logo {margin:10px 0;}
#logo img{max-height:100px;}


#topbar .form-control {
  border:0;
  box-shadow:none;
  background-color:#f2f2f2;
  border-bottom:1px solid #333;
  padding:6px;
  height:45px;
}

#topbar .btn-default{
  border:0;
  background-color:transparent;
  color:#333;
  font-size:18px;
}

#topbar .btn-default:hover{
  border:0;
  color:#79CA10;
}

/*menu*/

.navbar-default {
  background-color: #FFEC7D;
  border:0;
  position:sticky;
  top:0;
  border-bottom: 0px solid #f2f2f2;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-nav > li {
  border:0
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  text-transform:none;
  background-color: #FEA90A;

}

.navbar-default .navbar-nav > li:nth-child(4n+2) > a,
.navbar-default .navbar-nav > li:nth-child(4n+2) > a:hover {
  background-color: #79CA10;
}


.navbar-default .navbar-nav > li:nth-child(4n+3) > a,
.navbar-default .navbar-nav > li:nth-child(4n+3) > a:hover {
  background-color: #00A0F0;
}

.navbar-default .navbar-nav > li:nth-child(4n+4) > a,
.navbar-default .navbar-nav > li:nth-child(4n+4) > a:hover {
  background-color: #FC4F0D;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #181B1E;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #181B1E;
}

.navbar-default .navbar-toggle {
  border-color: #FEA90A;
  background-color:#FEA90A;
  color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #79CA10;
  color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f2f2f2;
}

@media(min-width:768px) {
  .navbar-default .navbar-nav > li:first-of-type > a {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > li:last-of-type > a {
    margin-right: 0;
  }
}
@media(min-width:992px) { 
  #list-navbar {
    display:flex;
    width:100%;
    float:none;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
  }

  #list-navbar li {
    float:none;
    flex:1 0 auto;
    text-align:center;
  }
}


@media(max-width:768px) {

  .navbar-default {
    max-height: 100vh;
    overflow: auto;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom:0px solid transparent;
    border-radius:0;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus{
    color:#18181e;
  }
}


.dropdown-menu {
  min-width: 160px;
  background-color: #FEA90A;
  border:none;
  border-radius: 0px;
  text-transform:none;
}
.navbar-default .navbar-nav > li:nth-child(4n+2) .dropdown-menu {
  background-color: #79CA10;
}

.navbar-default .navbar-nav > li:nth-child(4n+3) > .dropdown-menu {
  background-color: #00A0F0;
}
.navbar-default .navbar-nav > li:nth-child(4n+4) > .dropdown-menu {
  background-color: #FC4F0D;
}

.dropdown-menu > li > a {
  color:#fff;
  text-align:left;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  color: #18181e;
  background-color: transparent;
}

@media (max-width: 768px) {
  .dropdown-menu > li > a {
    white-space: normal;
  }
}


/*motive*/
#motive{
  height: 50vh;
  border-bottom: 0;
}

@media (min-width: 767px) {
  #motive {
    height: 50vh;
  }
}
@media (min-width: 991px) {
  #motive {
    height: 50vh;
  }
}

@media (min-width: 1199px){
  #motive {
    height: 50vh;
  }
}

@media (max-width: 1199px)
  @media (max-width: 991px)
  @media (max-width: 767px){
    #motive {
      height: unset;
    }
}

#box-custom-motive .section-carousel,
#box-custom-motive .row,
#box-custom-motive div{
  padding:0;
  margin:0
}

#box-custom-motive {
  background-color:#79CA10;
}

.section-services.rychle-menu {
  margin:0 auto;
  background-color: #79CA10;
}

.section-services.rychle-menu ul{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  flex-wrap:wrap;
  margin:0;
}

.section-services.rychle-menu li{
  width:calc(12.5% - 30px);
  float:none;
  background-color:#79CA10;
  border-left:0;
  color:white;
  text-align:center;
  justify-content:center;
  display:flex;
  align-items:center;
  margin:2px;
}
.section-services.rychle-menu li:hover {
  background-color:#FEA90A;
}

.section-services.rychle-menu li img {
  display:block;
  margin:0 auto;
  margin-bottom:5px
}
.section-services.rychle-menu li a {
  color:#fff;

}

.section-services.rychle-menu li a:hover{
  text-decoration:none;

}

@media (min-width:332px) {
  .section-services.rychle-menu li{
    width:calc(50% - 30px)!important;
  }
}

@media (min-width:552px) {
  .section-services.rychle-menu li{
    width:calc(33.3% - 30px)!important;
  }
}

@media (min-width:768px) {
  .section-services.rychle-menu li{
    width:calc(25% - 30px)!important;
  }
}

@media (min-width:992px) {
  .section-services.rychle-menu li{
    width:calc(25% - 30px)!important;
  }
}

@media (min-width:1200px) {
  .section-services.rychle-menu li{
    width:calc(10% - 4px)!important;
  }
}

.mce-content-body .rychle-menu .section-cell-item:hover {background-color:#FEB220}

/*motto*/
#motive .container {
  display:flex;
  align-items:center;
  justify-content:left;
  align-self:stretch;
  height: 100%;
}
#motto {
  display:flex;
  flex-direction:column;
}

#motto #motto-title{
  font-size: 2.5em;
  text-shadow: none;
  line-height:1.2em}

#motto #motto-text{
  font-size: 1.5em;
  text-shadow:none;
  margin-top:20px;
}

@media (min-width: 767px) {
  #motto #motto-title{font-size:2.5em}
  #motto #motto-text{font-size:1.5em}
}
@media (min-width: 991px) {
  #motto #motto-title{font-size:3em}
  #motto #motto-text{font-size:2em}
}

@media (min-width: 1200px){
  #motto #motto-title{font-size:3em}
  #motto #motto-text{font-size:2em}
}



/*=========aside==========*/
/*random image*/
#panel-photos .panel-heading {
  display:none;
}

/*panel accounts*/

#panel-accounts ul#list-panel-categories li{
  box-shadow:none;
  border-radius:0;
  margin:0
}
#panel-accounts ul#list-panel-categories li:last-of-type {
  border-bottom:0;
}


/*active rubric*/
#panel-news ul#list-panel-news li div {
  border-bottom: 0px
}

#panel-news ul#list-panel-news li div p.description {
  margin-bottom: 1.2em;
  padding-left: 0px;
  margin-left: 0px;
  border:0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#panel-news a {
  color:#FC4F0D;
}

#panel-news .date {
  display:none;
}

/*======= main ========*/
/*list-downloads*/
#list-downloads {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

#list-downloads li{
  width:calc(33.3% - 30px);
  margin:15px;
  padding:15px;
  background-color:#f2f2f2;
}

@media (max-width: 1200px) {
  #list-downloads li {
    width: 100%;
  }
}

/*list-rubrics - media*/
.media:first-child {
  margin-top: 15px;
}

#list-rubrics  {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

#list-rubrics li{
  width: 100%;

  margin:15px;

}

#list-rubrics  li .media-body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color:#f2f2f2;
  padding:15px;
  overflow: hidden;

}

#list-rubrics li .perex,
#list-rubrics li .details, 
.download ul li div,
.download ul li div + p
{
  display:none;
}

.download h2 {
  font-size:1.2em;
  margin:0 0 5px 0
}

#list-pages li .details,
{
  font-size: 10pt;
  font-style: italic;

}

#list-rubrics .perex .perex-image-link img,
#list-rubrics .perex iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) {
  #list-rubrics li {  
    width:calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  #list-rubrics li {  
    width:calc(33.3% - 30px);
  }
}

/*list-panel-news*/
ul#listdata,
#list-pages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0px 0
}

ul#listdata>li,
#list-pages>li {
  width: calc(33.3% - 30px);
  overflow: hidden;
  align-items: stretch;
  margin: 15px;
  padding:15px;
  background-color:#fff;
  border:1px solid #f2f2f2
}

.perex .perex-image-link {width:100%; display:block;}

.perex .perex-image {
  padding:10px 0px 15px;
  margin:0 auto;
  display:block;
}



@media (max-width: 1200px) {

  ul#listdata>li,
  #list-pages>li {
    width: calc(50% - 30px);
    overflow: hidden;
    align-items: stretch;
    margin: 15px;
  }
}


@media (max-width: 768px) {

  ul#listdata>li,
  #list-pages>li {
    width: calc(100% - 30px);
    overflow: hidden;
    align-items: stretch;
    margin: 15px;
  }
}

/**/
/*comments*/

#list-comments li{
  border-bottom: 1px solid #f2f2f2;
}
#list-comments li p.text-muted{
  color:inherit;
  font-style:italic;
  font-size:10pt;
}


.media-list {
  padding-left: 0px;
}

/*eshop panel-categor*/
#panel-categories .panel-body {
  padding:15px
}

ul#list-panel-categories li {
  border-top: 0px solid #ebebeb;
}


ul#list-panel-categories a {
  text-transform: none;
  padding:5px;
  border: 0;
  display:block;
  margin: 1px 0

}

ul#list-panel-categories li.active>a,ul#list-panel-categories li>a:hover,
ul#list-panel-categories li>a:focus {
  background: #FEA90A;
  border: 0;
}

ul#list-panel-categories li>a>.badge {
  background-color: #fff;
  float: none;
  position: relative;
  right: auto;
  top: auto;
  color:#181B1E;
  border-radius:50%
}

ul#list-panel-categories li.active>a>.badge,
ul#list-panel-categories li>a:hover>.badge {
  color: #181B1E;
  background-color:#fff;
}

ul#list-panel-news li div p.date {
  font-style:italic;
  font-size: 10pt;
  color:inherit;
}

ul#list-panel-categories ul.level2 {
  padding-left: 0em;
}

ul#list-panel-categories ul.level2 li a {
  padding-left: 20px;
}

/*eshop*/
.nav-icon-btn .label {
  background: #f04d52;
}
.product-label-special {
  background: rgba(240,77,82,0.85);
}
table#table-cart {
  border-bottom:0;
}
table#table-cart > tfoot > tr.active > td {
  background-color:#444853;
}


#detail-product {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.tab-pane {margin-top:15px;}
.tab-pane h2.subtitle {
  display:none;
}

.price-current-vat{
  color:inherit;
}

.icon-favourite{
  color: #FFDA03;
}

.label{
  padding: 1px 5px;
  font-size: 11px;
}

.label.label-stock1{
  color: #181B1E;
  border: 1px solid #9AD04D;
  background: #9AD04D;
}
.label.label-stock2{
  color: #181B1E;
  border: 1px solid #BBBEC8;
  background: #BBBEC8;
}
.label.label-stock3{
  color: #181B1E;
  border: 1px solid #BBBEC8;
  background: #BBBEC8;
}
.label.label-stock4{
  color: #181B1E;
  border: 1px solid #fff;
  background: #fff;
}
.label.label-stock5{
  color: #181B1E;
  border: 1px solid #fff;
  background: #fff;
}
.label.label-stock6{
  color: #181B1E;
  border: 1px solid #f04d52;
  background: #f04d52;
}


/*vypis fotografii*/


.gallery-detail main, 
.tab-content #tab-images.active {
  display: flex;
  display: -webkit-flex;
  display: -moz-box;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content: center;
  align-items: left; 
}



#photogalleries {  width:100%;}

#galleriesphoto,
.photos,
#tab-images .row {
  columns: 3 200px;
  column-gap: 1rem;
  display: block;
  width:100%;
  align-self:center;
  margin: 0;
}
#galleriesphoto div,
.photos  div,
#tab-images div {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float:none;
}

#galleriesphoto .item-photo .thumbnail,
.photos .item-photo .thumbnail,
#tab-images div .thumbnail {
  max-height: 100%;
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  margin:  0;
  box-shadow: none;
  background-color: transparent;
}
#galleriesphoto .item-photo,
.photos .item-photo,
#tab-images div {
  overflow: hidden;
}

#galleriesphoto img,
.photos img, 
#tab-images img {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 1rem 0;
  background-color:transparent;
  border: 0px solid #f2f2f2;
}



/*======footer=======*/

footer {
  background: #f2f2f2;
  color: inherit;
}

footer a {
  color: #00A0F0;
}
footer a:hover,
footer a:focus {
  color: #00A0F0;
}

#footer-contact .fa {
  color: inherit;
}

#box-custom-footer {
  background-color: #F2F2F2;
  padding-top: 1px;
}

#box-custom-footer .container {
  padding:0 15px;
}



#bar-footer {
  padding: 1.5em 1em;
  background: #f2f2f2;
  border-top: 0px solid #ebebeb;
  margin: 0;
}

@media (max-width: 768px) {
  #footer-contact h3, #footer-links h3 {
    margin-top: 0;
    display: block;
    font-size:1.3em;
  }
}

.section-project {
  border-top:1px solid #f2f2f2;
  background-color:white;
}

/*======sections=======*/
section.section-container {
  margin: 30px auto;
  padding:0;
}

section.section-bg-light {
  padding:15px;
  background-color:#f2f2f2;
}

section.section-bg-light > .row > div > h1:first-child,
section.section-bg-light > .row > div > h2:first-child,
section.section-bg-light > .row > div > h3:first-child,
section.section-bg-light > .row > div > h4:first-child,
section.section-bg-light > .row > div > h5:first-child {
  margin-top:0;
}

section.section-3-col-top-text,
section.section-3-col-bottom-text,
section.section-header,
section.section-2-col-left-text,
section.section-2-col-right-text,
section.section-services h2,
section.section-pricelist h2,
section.section-pricelist > .row > div > p {
  text-align: left;
}


/*carousel*/
section.section-container.section-carousel {
  padding:0;
}

#content .section-carousel .carousel-inner{
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}

#content .section-bg-light.section-carousel img {
  background-color: #F6F4F3;

}

.carousel-control.right,
.carousel-control.left {
  background:none;
}

#box-custom-motive .section-carousel img {
  padding:0;
}

#box-custom-motive section + p {padding:0; margin:0;}

/*services*/
section.section-services li {
  float: left;
  width: calc(33.3% - 30px);
  background: #f2f2f2;
  padding: 15px;
  margin: 15px;
  border-left: 5px solid #FEA90A;
}

section.section-bg-light.section-services li {
  background-color:#fff;
}

aside section.section-services ul {
  margin:0;
}
aside section.section-services li {
  float: left;
  width: calc(33.3% - 30px);
  background: #f2f2f2;
  border-left: 0px solid #FEA90A;
  padding: 0px;
  margin: 0px;
}

aside section.section-services li a {
  background-color:#79CA10;
  color:white;
  padding: 8px 10px;
  margin: 2px;
  display:block;
}

aside section.section-services li a:hover {
  background-color:#FEA90A;
  color:;
  text-decoration:none;
}


@media (min-width: 768px) {
  aside section.section-services li {
    width: calc(50%) !important;
  }
}


@media (min-width: 992px) {
  aside section.section-services li {
    width: calc(100%) !important;
  }
}





/*price list*/

.section-pricelist.section-bg-light .table > thead > tr > th, .section-pricelist.section-bg-light .table > tbody > tr > th, 
.section-pricelist.section-bg-light .table > tfoot > tr > th, .section-pricelist.section-bg-light .table > thead > tr > td, 
.section-pricelist.section-bg-light .table > tbody > tr > td, .section-pricelist.section-bg-light .table > tfoot > tr > td {
  border-color:#fff;
}

.section-pricelist.section-bg-light .table-striped > tbody > tr:nth-child(odd) > td,
.section-pricelist.section-bg-light .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.section-pricelist.section-bg-light .table-hover > tbody > tr:hover > td,
.section-pricelist.section-bg-light .table-hover > tbody > tr:hover > th {
  background-color: #fff;
}


/*cta*/
.section-cta.section-bg-light {
  background-color: #FEA90A;
  color:#fff;
}
.section-cta.section-bg-light h1,
.section-cta.section-bg-light h2,
.section-cta.section-bg-light h3,
.section-cta.section-bg-light h4,
.section-cta.section-bg-light h5 {
  color:#fff;
}

.section-cta.section-bg-light a {
  color:#fff;
}


.section-cta.section-bg-light .btn-primary {

  background-color:#fff;
  color:#18181e;
}

.section-cta.section-bg-light .btn-primary:hover {
  background-color:#79CA10;
  color:#fff;
}

/*section-bottom-text bg-light*/
.section-bg-light.section-3-col-bottom-text{
  background-color:transparent;
}
.section-bg-light.section-3-col-bottom-text .row {
  margin-right: -30px;
  margin-left: -30px;
}


.section-bg-light.section-3-col-bottom-text .section-cell-item {
  background-color:#F2F2F2;
  margin:15px;
  padding:15px;
}

.section-bg-light.section-3-col-bottom-text .section-cell-item.col-xs-12 {
  width: calc(100% - 30px);
}

@media (min-width: 768px) {
  .section-bg-light.section-3-col-bottom-text .section-cell-item.col-sm-6 {
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .section-bg-light.section-3-col-bottom-text .section-cell-item.col-md-6 {
    width: calc(50% - 30px);
  }
  .section-bg-light.section-3-col-bottom-text .section-cell-item.col-md-4 {
    width: calc(33.333333% - 30px);
  }

}

@media (min-width: 1200px) {
  .section-bg-light.section-3-col-bottom-text .section-cell-item.col-lg-4 {
    width: calc(33.33333% - 30px);
  }
  .section-bg-light.section-3-col-bottom-text .section-cell-item.col-lg-6 {
    width: calc(50% - 30px);
  }
}


/*kontakty*/

section.section-contact .fa {
  letter-spacing:0;
}

a[class*="social"] {
  color: #18181e;
  display: inline-block;
  text-align: center;
  width: 50px;
  height:50px;
  background-color:#fff;
  font-size:25pt;
  margin-right: 5px;
  margin-bottom: 5px;
  border:1px solid #f2f2f2;
  border-radius: 5px;
}

a[class*="social"]:hover {
  color:white;
}

.social-fb:hover {
  background-color: #3a559f;
}

.social-tw:hover {
  background-color: #28aae1;
}

.social-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-tripadvisor:hover {
  background-color: #82c25c;
}
.social-yt:hover {
  background-color: #ff0000;
}

.social-fb i {
  color: #3a559f;
  transition: .3s;
}

.social-fb:hover i {
  color: #fff;
}






@media (min-width: 768px) {
  .container {
    width: 750px;
  }}


@media (min-width: 992px){
  .container {
    width: 970px;
  }}


@media (min-width: 1200px){
  .container {
    width: 1170px;
  }}

@media (min-width: 1500px){
  .container {
    width: 1420px;
  }}






