/*
#181B1E
#2B2E35
#353842
#444853

text
#BBBEC8

nadpis, odkazy, tlacitka
#E6CF39
#FEA90A
*/

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

.modal-cookies label,
.modal-cookies .button-more-title,
.modal-cookies p {
  font-size: 0.9rem!important; 
}
.modal-cookies .button-close,
.modal-cookies .button-more-icon {
  background-repeat:no-repeat;
  height:1rem!important;
}

/*obecne*/

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

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

h2 {
  font-size:2em;
}

h3 {font-size:1.6em; }

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



a, .btn-link {
  color:#29A6E2;  
  transition:all 0.4s;
  text-decoration:none;
}
a:hover, .btn-link:hover {color:#1A85B9;}

button {  transition:all 0.4s;}

hr {border-color:#EAEAEA}




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

.alert-success {
  color: #181B1E;
  background-color: #9AD04D;
  border-color: #9AD04D;
}

.alert-info {
  color: #181B1E;
  background-color: #bce8f1;
  border-color: #bce8f1;
}

.alert-warning {
  color: #181B1E;
  background-color: #EBDA61;
  border-color: #EBDA61;
}

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


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


.btn-primary {
  background-color:#29A6E2;
  color:#fff;

}
.btn-primary:hover {
  background-color:#1A85B9;
  color:#fff;
}

.btn-default {
  background-color:#aaa;
  color:#fff;
  border-color: #aaa;
  border-radius:0;
}

.btn-default:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
  border-radius:0;
}

#panel-products .btn-warning,
.item-eshop-product .btn-warning {
  background-color:#16AF5B;
  color:#fff;
  border-color: #16AF5B;
  border-radius:0;
}

#panel-products .btn-warning:hover,
.item-eshop-product .btn-warning:hover {
  color: #fff;
  background-color: #128F4A;
  border-color: #128F4A;
  border-radius:0;
}

/*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: initial;
}
.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;
  cursor: default;
  background-color: #1A85B9;
  border: 1px solid #1A85B9;
  border-bottom-color: transparent;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #29A6E2;
  border: 1px solid #29A6E2;
  border-bottom-color: transparent;
}

section.section-tabs.section-bg-light .nav-tabs > li:not(.active) > a {
  background-color: #fff;
}

section.section-tabs.section-bg-light .nav-tabs > li > a:hover {
  border-color: #fff;
}

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: #29A6E2;
  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: #1A85B9;
  border-color: #1A85B9;
}
.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: #29A6E2;
  border-color: #29A6E2;
}
.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;
}
aside .panel-primary > .panel-heading {
  color:inherit;
}

.panel-title {
  font-size: 1.8em
}
aside .panel {
  margin-bottom:30px;
}
aside .panel .panel-body {
  background-color:#F2F2F2;
  border:0;
}

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

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

#panel-custom-1 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;
}

/**/

#panel-products .thumbnail .description{
  display:none;
}



#panel-products .price dd, 
#panel-products .price-current-vat {
  font-size: 1em;
}

/*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.3em;
}


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;
}


/*nahledove obrazky*/
@media(min-width:768px) {
  .item-eshop-product .img-thumbnail,
  .item-photogallery .img-thumbnail,
  #panel-products .img-thumbnail,
  .item-eshop-category .img-thumbnail {
    max-height:200px;
  }
}

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

#logo {margin:10px 0;}

#topbar .form-group {margin-top:10px}

#topbar .form-control {
  border:0;
  box-shadow:none;
  background-color:#f2f2f2;
}

#topbar .btn-default{
  border-color:transparent;
  background-color:transparent;
  color:#29A6E2;
}

#topbar .btn-default:hover{
  border-color:#f2f2f2;
  background-color:#f2f2f2;
  color:#1A85B9;
}

@media (min-width:768px) {
  .topbar_account {margin:10px 0;}
}

/*menu*/

.navbar-default { 
  background-color:#29A6E2;
  border:0;
  position:sticky;
  top:0;
  -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);

}
.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 {
  color: #fff;
  border-right:1px solid rgba(0,0,0,0.1);
  text-transform:none;
}
.navbar-default .navbar-nav > li:last-of-type > a {
  border-right:0;
}

.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;
  background-color: #1A85B9;

}

.navbar-default .navbar-toggle {
  border-color: #fff;
  background-color:#fff;
  color: #181B1E;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1A85B9;
  color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #181B1E;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1A85B9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@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(max-width:768px) {

  .navbar-default {
    max-height: 100vh;
    overflow: auto;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom:0px solid transparent;
    padding: 10px;
    margin:0px 10px;
    border-right:0;
    border-bottom:1px solid rgba(0,0,0,0.1)
  }
  .navbar-default .navbar-nav > li:last-of-type > a {
    border-bottom:0;
  }

}


.dropdown-menu {

  min-width: 160px;
  padding: 5px 5px;
  margin: 2px 0 0;
  font-size: inherit;
  list-style: none;
  background-color: #1A85B9;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color:#fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #29A6E2!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #29A6E2!important;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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


/*motive*/
/*homepage 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
}

/*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;
}


/*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:calc(33.3% - 30px);
  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 .details,
#list-pages li .details,
#listdata 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 (max-width: 1200px) {
  #list-rubrics li {
    width: 100%;
  }
}

/*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;
}

.perex .perex-image {
  padding:10px 0px 15px;
}

@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:0;
  background-color:#29A6E2;
}

ul#list-panel-categories li {
  border-top: 1px solid rgba(0,0,0,0.1);
}


ul#list-panel-categories a {
  text-transform: none;
  padding:10px 15px;
  border: 0;
  display:block;
  margin: 1px 0;
  color:#fff;
}

#panel-accounts ul#list-panel-categories a {
  color:#29A6E2;
}

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

#panel-accounts ul#list-panel-categories li.active>a, #panel-accounts ul#list-panel-categories li>a:hover,
#panel-accounts ul#list-panel-categories li>a:focus {
  background: #29A6E2;
  border: 0;
  color:white;
}

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

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

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: 25px;
}

/*eshop*/
@media (min-width: 768px) {
  #eshop-filters form {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    padding:0;
    justify-content:space-between;
    width: 100%;
    margin: 0;
  }

  #eshop-filters form .form-group, 
  #eshop-filters form button {
    margin: 5px 10px;

  }
}


.nav-icon-btn .label {
  background: #f04d52;
}
.product-label-special {
  background: rgba(240,77,82,0.85);
}
table#table-cart {
  border-bottom:0;
}



#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: #E6CF39;
}

.product-code {
  font-weight:bold;
}

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

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


/*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: #29A6E2;
}
footer a:hover,
footer a:focus {
  color: #1A85B9;
}

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

#box-custom-footer {
  background-color: #F2F2F2;
  padding-top: 1px;
}
#box-custom-footer section.section-container {
  padding:0 15px;
  margin-bottom:0;
}


#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;
  }
}


/*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 #29A6E2;
}

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

/*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: #29A6E2;
  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:#1A85B9;
  color:#fff;
}

.section-cta.section-bg-light .btn-primary:hover {
  background-color:white;
  color:#4C4848;
}

/*section-bottom-text*/
.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);
}

/* skrytí loga inPage v patičce*/
#bar-poweredby {
  display: none;
}

@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: white;
  display: inline-block;
  text-align: center;
  width: 50px;
  height:50px;
  background-color:#444853;
  font-size:25pt;
}

.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;
}





@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;
  }}


/**/
.cookies-settings-btn__dismiss-icon {
  background-repeat:no-repeat;
}
/**/
@media (max-width: 575px) {
  .modal-cookies .modal-content {
    max-height: unset!important;
  }
}