@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 300;
    font-style: italic;
src: url("../fonts/Roboto-LightItalic.ttf");
}
@font-face {
    font-family: "Gilroy";
    font-weight: 300;
    src: url("../fonts/Gilroy-Light.otf");
}
@font-face {
    font-family: "Gilroy";
    font-weight: 800;
src: url("../fonts/Gilroy-ExtraBold.otf");
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
   //overflow-x: hidden;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5 {
    font-weight: 800;
}

p.content, .roboto, .roboto-italic, .detail-div li, #slovnik li {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #231f20;
}

a:hover {
    color: #636265;
}

iframe {
    width: 100%;
    height: 150px;
}

.roboto-italic {
    font-style: italic;
}

.logo {
    width: 100px;
}

#menu {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px #aaa;
    -moz-box-shadow: 0px 0px 6px #aaa;
    box-shadow: 0px 0px 6px #aaa;
    z-index: 1030;
}

#menu .navbar, footer .navbar {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

#menu .nav-link, footer .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
    color: #231f20;
}

#menu .nav-link:hover {
    color: rgba(0,0,0,0.5);
}

#menu .btn, footer .btn {
    font-size: 1rem;
}

footer .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.phone-number {
    font-weight: 800;
    font-size: 21px;
}

.icon-25 {
    width: 25px;
}

.icon-40 {
    width: 40px;
}

.icon-100 {
    width: 100px;
}
.icon-144 {
    width: 144px;
}
.font-22 {
    font-size: 1.375em !important;
}
.font-21 {
    font-size: 1.3125em !important;
}
.font-20 {
    font-size: 1.25em !important;
}
.font-19 {
    font-size: 1.1875em !important;
}
.font-18 {
    font-size: 1.125em !important;
}
.font-17 {
    font-size: 1.0625em !important;
}
.font-16 {
    font-size: 1em !important;
}
.font-15 {
    font-size: 0.9375em !important;
}
.font-14 {
    font-size: 0.875em !important;
}
.font-13 {
    font-size: 0.8125em !important;
}
.font-12 {
    font-size: 0.75em !important;
}
.z-10 {
    z-index: 10;
}

.cena {
    font-size: 1.625rem;
    font-weight: 800;
}

.cena span {
    font-size: 2.5rem;
}

.green-background-40 {
    background: rgba(86,183,82,0.4);
    margin-top: -72px;
    padding: 100px 20px 60px;
    max-height: 306px;
}

.green-background-40 h3 {
    font-size: 1.2rem;
}

.green-background-40 p {
    font-size: 0.8rem;
}

.phone-icon img {
    position: absolute;
    top: 0;
    left: 15px;
}

.green-circle {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: inline-block;
    position: relative;
}

.green-circle span.circle-content {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
}

.green-circle span.circle-content p {
    margin-bottom: 0;
}

.green-circle h3 {
    font-size: 1.2rem;
    margin: 0;
}

.green-circle strong {
    display: block;
    color: #d93b55;
}

.green-circle-outline {
    border: 5px solid #9dca60;
    background: #fff;
}

.green-circle-full {
    background: #9dca60;
    color: #fff;
    text-transform: uppercase;
}


.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section h2 {
    font-size: 1.75rem;
}

#slider {
    //height: 625px;
}

.item > div {
    font-size: 12px;
    position: absolute;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
}

.item h2 {
    font-size: 20px;
}

.item h2 span {
    font-size: 26px;
    text-transform: uppercase;
}

.item-1 {
    background: url('../images/png-slideshow/slideshow-1.png') no-repeat center center;
}
.item-2 {
    background: url('../images/png-slideshow/slideshow-2.png') no-repeat center center;
}
.item-3 {
    background: url('../images/png-slideshow/slideshow-3.png') no-repeat center center;
}
.item-4 {
    background: url('../images/png-slideshow/slideshow-4.png') no-repeat center center;
}

#ucinky .icon {
    height: 110px;
}

#ucinky h3 {
    font-size: 1.3rem;
}

#zamereno {
    background: #fcdec4;
}

#poradi {
    background: #fcf8f0;
    overflow: hidden;
}

#poradi h3 span {
    color: #d93b55;
}

#poradi .right-icon {
    top: 30px;
    right: 10px;
}

#poradi .green-circle, .o-produktu .green-circle {
    width: 108px;
    height: 108px;
    border-color: #56b752;
}

#poradi .product-img {
    width: 300px
}

.bg {
    display: none;
}

#recenze {
    background: rgba(249,183,198,0.3);
    position: relative;
    overflow: hidden;
}

#recenze img.left {
    position: absolute;
    z-index: 1;
    left: -50px;
    bottom: -100px;
}

#recenze img.right {
    position:absolute;
    z-index: 1;
    right: -500px;
    top: 30%;
}

#recenze .item {
    background: #fff;
    padding: 0 0 20px 0;
}

#recenze h4::before {
    display: block;
    content: url('../images/icons/icon-04.svg');
    width: 20px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

#recenze h4 {
    margin-top: 70px;
    position: relative;
    font-size: 1.0625rem;
}

#eshop a.btn {
    font-size: 27px;
}

#jsme-tiande {
    background: rgba(252,222,196,0.5);
}

#jsme-tiande .btn {
    font-size: 1rem;
}

.owl-navi {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 100;
    width: 100%;
}

.owl-navi img {
    height: 15px;
    cursor: pointer;
}

#slider .owl-navi img {
    height: 35px;
}

.owl-navi img.owl-prev {
    transform: rotate(180deg);
}

.btn {
    border: none;
    font-weight: 800;
    font-size: 0.8rem;
    padding: .375rem 1rem;
}

.btn-xl {
    padding: 1rem 1.5rem;
}

.btn-primary {
    background: #d93b55;
}

.btn-primary:hover {
    background: #b71933;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #a60922;
}

.btn-secondary {
    background: #56b752;
}

.btn-secondary:hover {
    background: #349530;
}

.btn-light-green {
    background: #9dca60;
    color: #fff;
}

.btn-light-green:hover {
    background: #7ba83d;
}

#detail {
    background: #fcf8f0;
}

#detail h1 span {
    color: #d93b55;
}

#detail h2 {
    font-size: 1.75rem;
}

#detail h3 {
    font-size: 1.325rem;
}

#detail .right-icon {
    top: 10px;
    right: 10px;
    z-index: 11;
}

.detail-div {
    display: none;
}

.detail-div ul a {
    color: #d93b55;
    font-weight: 700;
}

.detail-div ul a:hover {
    color: #a60922;
}

.detail-div .green-circle.right-icon {
    height: 100px;
    width: 100px;
}

#detail .img-left, #detail .bg-left {
    display: none;
}

.vice {
    transform: rotate(90deg);
    height: 12px;
}

.red-big {
    color: #d93b55;
}

.green-anchor {
    color: #56b752;
    font-weight: 800;
}

.green-anchor img {
    height: 24px;
}

.submenu {
    background: #9DCA60;
}

.submenu a {
    display: block;
    float: left;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background: #9DCA60;
    text-transform: uppercase;
    padding: 0.65rem;
    position: relative;
}

.submenu a:hover, .submenu a.active {
    background: #D93B55;
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
}

.btn-back img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 14px;
}

#slovnik {
    background: #FCF8F0;
}
#slovnik p {
    font-family: 'Roboto', sans-serif;
}
.bg-slozeni {
    height: 150px;
    background: #FCDEC4;
}

@media screen and (min-width: 576px) {
    .item > div {
        font-size: 13px;
    }
    .owl-navi {
        top: 50%;
        transform: translateY(-50%);
    }
    .green-circle {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 768px) {
    .item > div {
        font-size: 14px;
        position: absolute;
        left: 52%;
        top: 50%;
        transform:translateY(-50%);
        width: 43%;
        text-align: left;
    }
    .phone-icon img {
        left: -30px;
    }
    .section h2 {
        font-size: 2.25rem;
    }
    .bg-slozeni {
        height: 296px;
    }

    .submenu {
        display: flex;
    }

    .submenu a {
        //width: 185px;
        width: 16.66%;
    }
    .bg-slozeni {
        background: url('../images/bg-slozeni.jpg') no-repeat center;
    }
    .bg-slozeni .vertical-center > div {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    iframe {
        width: 937px;
        height: 524px;
    }
    .vertical-center > div {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .item h2 {
        font-size: 30px;
    }

    .item h2 span {
        font-size: 38px;
        text-transform: uppercase;
    }
    .submenu a {
        padding: 0.75rem;
    }

    #detail .right-icon {
        top: 30px;
        right: 80px;
        z-index: 11;
    }

    .top-50 > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .logo {
        width: 150px;
    }
    #menu .nav-link, footer .navbar-light .navbar-nav .nav-link {
        font-size: 0.8rem;
    }

    .bg {
        position: absolute;
        content: " ";
        z-index: 0;
        display: block;
    }

    .bg img {
        position: absolute;
    }

    .detail-div .green-circle.right-icon {
        height: 150px;
        width: 150px;
    }

    #detail-1 .bg-left {
        background: url('../images/svg-background/svg_pozadi-02.svg') no-repeat;
        width: 810px;
        height: 1107px;
        left: -50%;
        top: -250px;
        display: block;
    }

    #detail-1 img.img-left {
        position: absolute;
        z-index: 0;
        width: 300px;
        left: -160px;
        top: 240px;
        display: block;
    }

    #detail-2 .bg-left {
        background: url('../images/svg-background/svg_pozadi-03.svg') no-repeat;
        width: 810px;
        height: 1107px;
        left: -50%;
        top: -200px;
        transform: scaleX(-1);
        filter: FlipH;
        display: block;
    }

    #detail-2 img.img-left {
        position: absolute;
        z-index: 0;
        width: 300px;
        transform: scaleX(-1);
        filter: FlipH;
        left: -130px;
        display: block;
    }

    #detail-3 .bg-left {
        background: url('../images/svg-background/svg_pozadi-04.svg') no-repeat;
        width: 810px;
        height: 1107px;
        left: -400px;
        top: -50px;
        display: block;
    }

    #detail-3 img.img-left {
        position: absolute;
        z-index: 0;
        width: 300px;
        left: -250px;
        top: 50px;
        display: block;
    }

    #detail-4 .bg-left {
        background: url('../images/svg-background/svg_pozadi-05.svg') no-repeat;
        width: 810px;
        height: 1107px;
        left: -250px;
        top: -100px;
        transform: scaleX(-1);
        filter: FlipH;
        display: block;
    }

    #detail-4 img.img-left {
        position: absolute;
        z-index: 0;
        width: 300px;
        transform: scaleX(-1);
        filter: FlipH;
        left: -190px;
        top: 270px;
        display: block;
    }
    #poradi-1 .bg-left {
        background: url('../images/svg-background/svg_pozadi-02.svg') no-repeat;
        width: 632px;
        height: 675px;
        left: -150px;
        top: -60px;
    }

    #poradi-1 .bg img {
        height: 220px;
        top: 220px;
        left: -10px;
    }

    #poradi-2 .bg-right {
        background: url('../images/svg-background/svg_pozadi-03.svg') no-repeat;
        width: 810px;
        height: 1107px;
        right: -40%;
        top: -350px;
    }

    #poradi-2 .bg img {
        height: 380px;
        top: 320px;
        right: 300px;
    }

    #poradi-3 .bg-left {
        background: url('../images/svg-background/svg_pozadi-04.svg') no-repeat;
        width: 700px;
        height: 751px;
        left: -400px;
        top: -100px;
    }

    #poradi-3 .bg img {
        height: 300px;
        top: 100px;
        left: 30%;
    }

    #poradi-4 .bg-right {
        background: url('../images/svg-background/svg_pozadi-05.svg') no-repeat;
        width: 650px;
        height: 651px;
        right: -70px;
        top: -50px;
    }

    #poradi-4 .bg img {
        height: 240px;
        top: 210px;
        right: -90px;
    }

    #poradi .right-icon {
        top: 30px;
        right: -10px;
    }
    .section {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
}

@media screen and (min-width: 1200px) {

    #menu .nav-link, footer .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
        font-size: 1rem;
    }

    #poradi .product-img {
        width: 400px
    }

    .item > div {
        font-size: 15px;
        width: 40%;
    }

    .item h2 {
        font-size: 43px;
    }

    .item h2 span {
        font-size: 52px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1600px) {
    .item > div {
        font-size: 16px;
        width: 30%;
    }
}

