@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body,
html {
    background-color: #Fff;
    font-size: 1.05rem;
    font-weight: 300;
    color: #191919;
    font-family: 'Roboto', sans-serif;
}

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

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

#box-custom-motive {
    width: 100%;
    padding: 0;
    margin: 0;
}

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

#mainContainer {
    background: none;
}

/*obecne*/
h1,
h2,
h3,
h4,
h5,
h6,
.panel-title,
h1.title {
    color: #000;
    font-weight: 300;
}

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

h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

h2.media-heading {
    font-size: 1.6em
}

h3 {
    font-size: 1.6em;
}

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

strong {
    font-weight: 400
}

a,
.btn-link {
    color: #2aafb8;
    transition: all 0.4s;
    text-decoration: none;
}

a:hover,
.btn-link:hover {
    color: #F16252;
    text-decoration: none
}

button {
    transition: all 0.4s;
}

hr {
    border-color: #dfdfdf;
    border-width: 1px;
}


/*alert*/

.alert a,
.alert .alert-link {
    color: #fff;
    text-decoration: underline;
}

.alert a:hover {
    text-decoration: none;
}

.alert-success {
    color: #fff;
    background-color: #1abd9e;
    border-color: #1abd9e;
}

.alert-info {
    color: #fff;
    background-color: #2aafb8;
    border-color: #2aafb8;
}

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

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


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


.btn-primary {
    background-color: #2aafb8;
    color: #fff;

}

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

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

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


.item-eshop-product .btn-warning {
    background-color: #F16252;
    color: #fff;
    border-color: #F16252;
    border-radius: 0;
}


.item-eshop-product .btn-warning:hover {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
    border-radius: 0;
}

/*breadcrumb*/
.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 90%;
}

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

.breadcrumb a {
    color: #797979;
}

.breadcrumb a:hover {
    color: #F16252;
}

.breadcrumb>.active {
    color: #797979;
}

/*forms*/
.form-control {
    border-color: #dfdfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    font-size: 90%;
}

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

form .text-description {
    color: inherit;
}

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

form label {
    font-weight: 300;
}

form .required label {
    font-weight: 400
}

/*modal*/
.modal-content {
    background-color: #fff;
}

.modal-header,
.modal-footer {
    border-color: #dfdfdf;
}

.close {
    color: #fff;
}

/*nav tabs*/
.nav-tabs {
    border-bottom: 1px solid #dfdfdf;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
    border-radius: 0px 0px 0 0;
    color: #191919
}

.nav-tabs>li>a:hover {
    color: #F16252;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom:
            1px solid #dfdfdf;
    border-bottom-color: transparent;
}


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

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

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

section.section-tabs.section-bg-light .nav-tabs>li.active>a,
section.section-tabs.section-bg-light .nav-tabs>li.active>a:hover,
section.section-tabs.section-bg-light .nav-tabs>li.active>a:focus {
    border: 1px solid #cfcfcf;
    border-bottom-color: #f1f1f1;
}


/*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: #2aafb8;
    background-color: #fff;
    border: 1px solid #dfdfdf;

}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #F16252;
    background-color: #fff;
    border-color: #dfdfdf;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #F16252;
    background-color: #fff;
    border-color: #dfdfdf;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #797979;
    background-color: #f1f1f1;
    border-color: #dfdfdf;
}

/*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: #f1f1f1;
    border: 0;
}

main .panel-primary {
    border-color: #F9F9F9;
}

main .panel-primary>.panel-heading {
    background-color: transparent;
}

main .panel-body {
    background-color: #f1f1f1;
}

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

#panel-custom-1 section.section-container.section-bg-light {
    padding: 15px;
    background-color: #2aafb8;
    color: white;
}

#panel-custom-1 section.section-container.section-bg-light h1,
#panel-custom-1 section.section-container.section-bg-light h2,
#panel-custom-1 section.section-container.section-bg-light h3,
#panel-custom-1 section.section-container.section-bg-light h4,
#panel-custom-1 section.section-container.section-bg-light h5 {
    color: #fff;
}

#panel-custom-1 section.section-container.section-bg-light a {
    color: #fff;
    text-decoration: underline
}

#panel-custom-1 section.section-container.section-bg-light a:hover,
#panel-custom-1 section.section-container.section-bg-light .btn {
    text-decoration: none
}

#panel-custom-1 section.section-container.section-bg-light .btn-primary {
    background-color: #fff;
    color: #2aafb8;
}

#panel-custom-1 section.section-container.section-bg-light .btn-primary:hover {
    background-color: #F16252;
    color: #fff;
}

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

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

.table th {
    font-weight: 400;
}

#table-downloads strong {
    font-weight: 300
}


/*thumbnail*/
.thumbnail {
    border: 0;
    background-color: #f1f1f1;
    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;
}

.img-thumbnail {
    border-color: #dfdfdf;
}

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

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

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

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


#topbar {
    order: 3;
    width: 100%;
    margin-left: auto;

}

#topbar .row {
    display: flex;
    flex-direction: row;
}

#topbar .row div {
    flex: 1 1 auto;
}

#cartsum {
    padding-top: 4px;
    font-size: 90%
}

#topbar .form-group {
    margin: 0 0 5px auto;
    max-width: 300px;
}


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

}

@media (min-width:992px) {
    #topbar {
        width: 40%;
    }

    header .container .row {
        flex-wrap: nowrap;
    }
}

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

@media (max-width:768px) {
    #topbar .col-sm-6 {
        width: 50%;
    }
}

@media (max-width:520px) {
    #topbar .col-sm-6 {
        width: 100%;
    }
}


#logo {
    margin: 10px 0;
}

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

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

#topbar .btn-default {
    border-color: transparent;
    background-color: transparent;
    color: #2aafb8;
}

#topbar .btn-default:hover {
    border-color: transparent;
    background-color: transparent;
    color: #F16252;
}

/*menu*/

.navbar-default {
    background-color: #fff;
    border: 0;
    top: 0;
    position: sticky;
    border-bottom: 1px solid #dfdfdf;
}

.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: #191919;
    padding: 20px 0px 20px;
    margin: 0 20px;
    text-transform: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #2aafb8;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #2aafb8;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #2aafb8;
    background-color: #2aafb8;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #F16252;
    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: #181B1E;
}

.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: #191919;
        border-bottom: 0px solid transparent;
        padding: 10px;
        margin: 0 10px;
    }


}


.dropdown-menu {

    min-width: 160px;
    padding: 5px 5px;
    margin: 2px 0 0;
    font-size: inherit;
    list-style: none;
    background-color: #f1f1f1;
    -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: 300;
    line-height: 1.42857143;
    color: #191919;
    text-transform: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #2aafb8 !important;
    text-decoration: none;
    background-color: transparent !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #2aafb8 !important;
    text-decoration: none;
    background-color: transparent !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*/
#motive {
    height: 40vh;
    border-bottom: 0;
}

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

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

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


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

/*motto*/
#motive .container {
    display: flex;
    height: 100%;
    align-items: center;
}

#motto #motto-title,
#motto #motto-text {
    margin-top: 0;
}

@media (max-width:992px) {
    #motto {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
    }
}


/*=========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: #f1f1f1;
}

@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: #f1f1f1;
    padding: 15px;
    overflow: hidden;
}

#list-rubrics .perex-text p {
    display: none;
}

#list-rubrics .perex-text p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

#list-rubrics li .details,
#list-pages li .details,
#listdata li .details {
    font-size: 85%;
    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*/
#list-pages+hr,
#list-rubrics+hr {
    display: none;
}

/*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: 33.3%;
    overflow: hidden;
    align-items: stretch;
    padding: 15px;
}

#listdata .perex-text p,
#list-pages .perex-text p {
    display: none;
}

#listdata .perex-text p:first-of-type,
#list-pages .perex-text p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

@media (max-width: 1200px) {

    ul#listdata>li,
    #list-pages>li {
        width: 50%;
        overflow: hidden;
        align-items: stretch;
    }
}


@media (max-width: 768px) {

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

/*comments*/
#list-comments li {
    border-bottom: 1px solid #f1f1f1;
}

#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 {
    border: 0;
    color: #F16252;
    background-color: transparent;
}

ul#list-panel-categories li>a>.badge {
    background-color: #191919;
    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: #F16252;
}

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

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

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

/*eshop*/
@media (min-width: 768px) {
    #eshop-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        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: #F16252;
}

.product-label-special {
    background: rgba(241, 98, 82, 0.85);
    font-size: 2em;
    width: 2.5em;
    height: 2.5em;
    top: 0.5em;
    right: 0.5em;
    line-height: 2.5;
}

table#table-cart {
    border-bottom: 0;
}

table#table-cart>tfoot>tr.active>td {
    background-color: transparent;
}

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

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

.label.label-stock1 {
    color: #fff;
    border: 1px solid #1abd9e;
    background: #1abd9e;
}

.label.label-stock2 {
    color: #fff;
    border: 1px solid #191919;
    background: #191919;
}

.label.label-stock3 {
    color: #fff;
    border: 1px solid #191919;
    background: #191919;
}

.label.label-stock4 {
    color: #191919;
    border: 1px solid #fff;
    background: #fff;
}

.label.label-stock5 {
    color: #191919;
    border: 1px solid #fff;
    background: #fff;
}

.label.label-stock6 {
    color: #fff;
    border: 1px solid #F16252;
    background: #F16252;
}

/*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 1rem 0;
    padding: 0;
    background-color: transparent;
    border: 1px solid #dfdfdf;
}

/*footer*/
footer {
    background: #f1f1f1;
    color: inherit;
}

footer a {
    color: #2aafb8;
}

footer a:hover,
footer a:focus {
    color: #F16252;
}

#footer-content {
    background-color: white;
}

#footer-content .container {
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
}

#footer-contact .fa {
    color: #2aafb8;
}

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

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

#box-custom-footer p {
    margin: 0;
}


#bar-footer {
    padding: 1.5em 1em;
    background: #f1f1f1;
    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 {
    padding: 0;
    margin: 30px 0
}

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

section>.row>div>h1:first-child,
section>.row>div>h2:first-child,
section>.row>div>h3:first-child,
section>.row>div>h4:first-child,
section>.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 ul {
    margin: -15px;
}

section.section-services li {
    float: left;
    width: calc(33.3% - 30px);
    background: #f1f1f1;
    padding: 15px;
    margin: 15px;
    border-left: 5px solid #2aafb8;
}

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

/*price list*/
.section-bg-light .table>thead>tr>th,
.section-bg-light .table>tbody>tr>th,
.section-bg-light .table>tfoot>tr>th,
.section-bg-light .table>thead>tr>td,
.section-bg-light .table>tbody>tr>td,
.section-bg-light .table>tfoot>tr>td {
    border-color: #dfdfdf;
}

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

/*cta*/
.section-cta.section-bg-light {
    background-color: #2aafb8;
    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;
    text-decoration: underline
}

.section-cta.section-bg-light a:hover,
.section-cta.section-bg-light .btn {
    text-decoration: none
}


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

    background-color: #fff;
    color: #2aafb8;
}

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

    background-color: #F16252;
    color: #fff;
}

/*section-bottom-text*/
.section-bg-light.section-3-col-bottom-text {
    background-color: transparent;
    margin: -15px 0;
    padding: 0;
}

.section-bg-light.section-3-col-bottom-text .section-cell-item {
    background-color: #f1f1f1;
    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-3 {
        width: calc(25% - 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;
    color: #2aafb8;
}

a[class*="social"] {
    color: white;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #2aafb8;
    font-size: 25pt;
}

a[class*="social"] .fa {
    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;
}

.filter-default {
    filter: invert(51%) sepia(85%) saturate(353%) hue-rotate(135deg) brightness(97%) contrast(96%);
}

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