@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap&subset=latin-ext');

/*font-family: 'News Cycle', sans-serif;*/
body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    color: #414141;
    background-size: cover;
    background-position: center center !important;
}

#mainContainer {
    background-image: none;
    background-color: rgba(245, 245, 245, 0.7);
}

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

.navbar .container,
#bs-example-navbar-collapse-1,
.navbar-nav,
#box-custom-motive {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/*box-shadow*/
#topcart,
aside .panel .panel-body,
.navbar,
#box-custom-motive,
main .section-container,
#support main form,
#photogalleries .thumbnail,
.photos .thumbnail,
.item-photo .thumbnail,
#eshop-filters,
.item-eshop-product .thumbnail,
#tabs-product .tab-content,
#detail-product,
#list-rubrics .media,
#list-pages .media,
#listdata #list-downloads li,
#listdata .media {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    border-radius:5px;
    margin-bottom:20px
}

main {
    margin-bottom: 15px;
    box-shadow: none;
}

#content {
    box-shadow: none;
    margin-top: 0;
    background-color: transparent
}

/* === OBECNE ===*/
a {
    color: #309AFD;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #309AFD;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.panel-title {
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

.panel-title {
    text-transform: none
}

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

hr {
    border-top: 1px dotted #414141;
}

/*breadcrumb*/
.breadcrumb {
    padding: 10px 15px;
    font-size: 90%;
    text-align: right;
    background: transparent;
}

.breadcrumb + .breadcrumb {
    margin-top:-35px;
    box-shadow:none;
}

.breadcrumb a {
    color: #309AFD;
}

.breadcrumb a:hover {
    color: #309AFD;

}

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

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

.btn-primary {
    color: #fff;
    background-color: #FFA500;
    border-color: #FFA500;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #383A3D;
    border-color: #383A3D;
}

/*forms*/
.form-control {
    border-color: #EAEAEA;
    box-shadow:none;
    border-radius:5px;
    padding: 6px 3px;
    height:30px;
}

.navbar-form .form-control {
height:34px;
}

.input-group-addon {
    border-radius: 5px;
}

form .text-description {
    color: #414141;
}

/*pagination*/
#pagination .pagination {
    border: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #309AFD;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #ddd;

}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #309AFD;
    border-color: #309AFD;
}

/*panel*/
.panel {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.panel .panel-heading,
.panel-primary>.panel-heading,
aside .panel-primary>.panel-heading {
    background-color: transparent;
    color: #414141;
    border: 0;
    padding: 0 0 10px;
}

.panel .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
aside .panel-primary>.panel-heading .panel-title {
    text-align: left;
    color: #000
}

.panel .panel-body,
.panel-primary .panel-body,
aside .panel-primary .panel-body {
    background-color: #fff;
    border: 0
}

/*thumbnail*/
.thumbnail {
    line-height: inherit;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
}


.thumbnail h2 a:hover {
    text-decoration: underline;
}

.thumbnail .caption {
    padding: 15px;
    color: #414141;
}

.thumbnail .caption .count {
    margin-bottom: 0;
}

.thumbnail .caption .more {
    margin-bottom: 0;
    margin-top: 15px;
}

.photos .thumbnail,
.item-photo .thumbnail {
    min-height: none;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content:center;
}

.photos .thumbnail img,
.item-photo .thumbnail img {
    vertical-align:middle;
    justify-content:center;

}

/*====== PARTS =======*/
/*logo*/
#logo img{
    margin-top:5px;
    max-width:100%;
    max-height:100%;
    height:auto;
    width:auto;
}

/*motto*/
#motto {
    font-family: 'News Cycle', sans-serif;
    padding: 0px 15px ;

}

@media (max-width: 768px) {

    #motto {
        font-family: 'News Cycle', sans-serif;
        padding: 0px 15px;

    }
}


/*form-search*/
#form-search .form-control{
    border-color:#EAEAEA;
    border-right:0;
}

.input-group-sm > .input-group-btn > .btn {
    border-left:0;
}
.input-group-sm > .input-group-btn > .btn:hover {
    background-color:transparent;
    color:orange;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
    box-shadow:none;
    border-color:#EAEAEA;
}
.navbar-default .navbar-form {
    border-color: #EAEAEA;
}

/*navigace*/
.navbar {
    box-shadow: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius:0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}


.navbar-nav {
    margin: 10px 0 5px;
}

.navbar-nav>li,
.navbar-nav > li > ul {
    font-family: 'News Cycle', sans-serif;
    text-transform:none;
}
.navbar-nav > li > ul {
    font-size:16px;
}

.nav>li>a {
    padding: 8px 10px;
    margin: 0 8px 0 0;
    text-transform: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    border-radius:5px;
    padding:6px 10px 9px 10px;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #FFA500;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: orange;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    color: #000;
    background-color: #fff;
}



.navbar .dropdown-menu {
    border:0;
    background-color:#383A3D;
    color:#fff;
}

.navbar .dropdown-menu>li>a {
    color:white;
    margin:5px 10px;
    border-radius:5px
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #FFA500;
}

.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #FFA500;
}

.navbar-default .navbar-toggle {
    color: #fff;
    background-color: #FFA500;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #383A3D;
    color: #fff;
}

/*navbar*/


@media (min-width: 768px) {



    .navbar-header {
        display: flex;
        flex-direction: row;
    }

    #list-navbar.navbar-right {
        float: none;
        display: block;
        width: 100%
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

    #logo {
        margin-right: 15px;
    }


}

@media (max-width: 768px) {
    .navbar {
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    }
    .navbar-default .navbar-nav>li>a {
        padding: 8px 10px;
        margin: 0;
        border-radius:0;
        text-transform: none;
    }

    .navbar .dropdown-menu>li>a {
        color:#141414;
        margin:5px 10px;
        border-radius:0px
    }
    .navbar .dropdown-menu {
        border:0;
        background-color:#f5f5f5;
        color:#fff;
    }
}

/*vlastni motiv*/
#box-custom-motive {
    background-color: transparent;
    box-shadow: none;
}

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

/*paticka*/
footer,
#box-custom-footer {
    background-color: #383A3D;
    color: #999999;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer i {color:#fff}

footer a,
footer a i,
#box-custom-footer a {
    color: orange;
}

footer a:hover i,
footer a:hover,
#box-custom-footer a:hover,
#box-custom-footer a:hover i{
    color:#fff;
    text-decoration:none;
}

footer .btn-primary,
#box-custom-footer a.btn-primary{
    color:white
}

footer .btn-primary:hover,
#box-custom-footer a.btn-primary:hover{
    border-color:#FFA500;
}

footer .btn-default,
#box-custom-footer a.btn-default {
    color:#414141
}

footer #footer-content {
    background: transparent;
    color: #999999;
}

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

#bar-footer {
    color: #999;
    background: transparent;
    border-top: 0;
    text-align:right;
}
#bar-footer .text-center {
    text-align:right;
}

/* === MAIN ===*/
/*form*/
#support .panel-body>form {
    background-color: #fff;
    padding: 15px 0;
    margin: 0 -15px;
}


/*rubriky, clanky*/
#listdata {margin:0;padding:0;}
#list-rubrics .media,
#list-pages .media,
#listdata .media,
#listdata #list-downloads li {
    background-color: white;
    padding: 15px;
    margin-top: 20px;
}

#list-rubrics .media:last-of-type,
#list-pages .media:last-of-type,
#listdata .media,
#listdata #list-downloads li:last-of-type {
    margin-bottom: 20px;
}

#list-rubrics .media:first-of-type,
#list-pages .media:first-of-type,
#listdata .media,
#listdata #list-downloads li:first-of-type {
    margin-top: 0;
}

/*blog*/
#listdata .perex {
    margin:10px 0;
}

@media (min-width: 768px) {

    .perex-image-link,
    .perex-text {
        display:inline-block;
        vertical-align:top;
    }
    .perex-image-link {
        width:calc(40% - 15px);
        margin-right:10px;
    }
    .perex-text {
        width:60%;
    }
}

@media (max-width: 768px) {
    #listdata .perex-image-link {
        margin-bottom:10px;
        display:block;
        text-align:center;
    }
}

/*ke stazeni*/
#listdata #list-downloads {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listdata #list-downloads li h2 {
    margin-top: 0px;
}

#table-downloads {
    background-color: white;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

/*zarovnani obsahu thumbnailu v ramci vypisu produktu, photogalerii, kategorii*/
#photogalleries,
.photos,
#eshop-categories,
#panel-products .row,
.display-type-rows,
.display-type-table,
#tab-related .row,
#tab-images .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

#tab-images .thumbnail,
.item-photogallery .thumbnail,
.item-photo .thumbnail,
.item-eshop-category .thumbnail,
.item-eshop-product .thumbnail {
    height: calc(100% - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}



.item-eshop-product .thumbnail .link-thumbnail {
    flex-grow: 1
}

.item-photogallery .thumbnail .caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.item-photogallery .thumbnail .description {
    flex-grow: 1
}

.item-eshop-category .thumbnail .caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.item-eshop-category .thumbnail .description {
    flex-grow: 1
}

/* === ASIDE ====*/

/*kosik*/
#topcart.panel {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

#topcart .panel-body {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

/*kategorie eshop*/
#panel-categories .panel-heading {
}

#panel-categories .panel-body {
    overflow: visible;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

ul#list-panel-categories > li {
    border: 0px;
    background-color: white;
    margin: 10px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    border-radius:5px;
}

ul#list-panel-categories li > a {
      margin-right: 0;  
}

ul#list-panel-categories > li > a {
    text-transform: none;
    padding: 10px 10px;
    margin-right: 0;
    border: 0;
    border-radius:5px;

}

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

}

ul#list-panel-categories li>a>.badge {
    background-color: transparent;
}

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

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

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

/*panel accounts*/

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

/*top produkty*/
#panel-products .thumbnail .caption {
    padding: 0
}

/*novinky*/
ul#list-panel-news li div p.description {
    border: 0;
    margin: 0;
    padding: 0;
}

ul#list-panel-news li div h4 {
    text-transform: none;
}

/*Náhodný obrázek*/
#panel-photos .panel-heading {
    display: none;
}

#panel-photos .thumbnail {
    padding: 0;
}

/*=== ESHOP ====*/


.item-eshop-product .thumbnail {
    padding: 15px;
}

.item-eshop-product .thumbnail .caption {
    padding: 0;
}

/*prices*/
.price-current-vat {
    color: #000;
}

/*eshop filter*/
#eshop-filters {
    background-color: #fff;
    border: 0;
    border-radius:5px;
}

#eshop-filters .panel-body {
    border-radius:5px;
}

@media (min-width: 768px) {
    #filter-form {
        display:flex;
        justify-content:space-between;
        float:none!important;
        flex-wrap:wrap;
        align-items:center;
    }
    #eshop-filters label {
        margin:0;
    }
}

/*detail produkt*/
#detail-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
#detail-product .img-thumbnail {
    border:0;
    padding:0;
}

/*tabs produkt*/
#tabs-product+hr {
    display: none;
}

#tabs-product .nav {
    border-color: transparent;
}

#tabs-product .nav a {
    text-transform: none;
    text-decoration: none;
    border: 0;
    background-color: #FFA500;
    color: white;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

#tabs-product .nav .active a,
#tabs-product .nav .active a:hover {
    background-color: #fff;
    color: #6F6F6F;
}

#tabs-product .tab-content {
    background-color: white;
    padding: 15px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}

#tabs-product .tab-content h2.subtitle {
    display:none;
}

#tab-related .item-eshop-product .thumbnail {
    box-shadow: none;
    padding: 0;
}

#tab-related .item-eshop-product .thumbnail .subtitle {
    text-transform: none;
}

@media (max-width: 768px) {

    .item-eshop-product .thumbnail .link-thumbnail img {
        padding-bottom: 15px;
    }
}

/*kosik*/
#order-form .panel-primary .panel-body {
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

#cart-table .panel-heading {
    display: none;
}

/**/
.product-label-special {
    color: #ffffff;
    background: rgba(249,55,7,0.85);
    font-size: 2em;
    font-weight: normal;
    width: 3em;
    height: 3em;
    top: 0.5em;
    right: 1em;
    display: block;
    position: absolute;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    border-radius: 1.5em;
    text-transform: uppercase;
    line-height: 3;
    padding: 0;
    text-align:center;
}

.icon-favourite{
    color: #FFD812;
}

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

.label.label-stock1{
    color: #fff;
    border: 1px solid #78C641;
    background: #78C641;
}
.label.label-stock2{
    color: #fff;
    border: 1px solid #414141;
    background: #414141;
}
.label.label-stock3{
    color: #fff;
    border: 1px solid #414141;
    background: #414141;
}
.label.label-stock4{
    color: #fff;
    border: 1px solid #999999;
    background: #999;
}
.label.label-stock5{
    color: #fff;
    border: 1px solid #999999;
    background: #999;
}
.label.label-stock6{
    color: white;
    border: 1px solid red;
    background: red;
}


/* === SECTION ===*/
.section-container {
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    overflow:hidden;
}

main .section-container {
    background-color: #fff;
}

aside .section-container {
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

footer .section-container {
    box-shadow: none;
}

section.section-bg-light {
    background-color: #D9D9D9;
}
footer .section-bg-light h1,
footer .section-bg-light h2,
footer .section-bg-light h3,
footer .section-bg-light h4,
footer .section-bg-light h5,
footer .section-bg-light h6,
footer .section-bg-light {
    color: #414141;
}

section.section-bg-light .btn-primary {
    border:0;
}


section.section-3-col-top-text,
section.section-3-col-bottom-text,
section.section-header,
section.section-cta,
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;
}

section.section-carousel {
    padding: 0;
}

.section-container.section-dynamic {
    padding:15px;
}

/* services */
section.section-services ul {
    margin: 0;
}

section.section-services li {
    border:0;
    margin:5px;
    width: calc(50% - 10px);
}

aside section.section-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
}

main section.section-services li {
    background-color:#F5F5F5;
}

aside section.section-services li {
    border: 0;
    margin: 5px;
    padding: 0;
    border: 0e;
    float: none;
    width: calc(50% - 10px);
    text-align: center
}


@media (max-width: 992px) {
    section.section-services li {
        width: calc(14.286% - 10px) !important;
    }
}

@media (max-width: 768px) {
    section.section-services li {
        width: calc(25% - 10px) !important;
    }
}

@media (max-width: 464px) {
    section.section-services li {
        width: calc(50% - 10px) !important;
    }
}

.filter-default {
    filter: invert(81%) sepia(40%) saturate(6038%) hue-rotate(358deg) brightness(100%) contrast(107%);
}