h2 {
    font-size: 25px;
}
.product-content .product-footer {
    display: flex;
    flex-direction: column;
}
.product-content .product-footer p {
    margin-bottom: 0;
// Přidání ANTEE do patičky
.copyright-wrap .copyright-text .copyright {
	width: 40%;
	@media (max-width: 991px) {
        width: 100%;
        text-align: left;
    }
}

.copyright-wrap .copyright-text .created {
	width: 60%;
	@media (max-width: 991px) {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.copyright-wrap .copyright-text .created >a:not(.agency) {
	padding-left: 3px;
	@media (max-width: 991px) {
        padding-left: 0;
    }
}
//Úpravy HP
.home .body-wrap .o-nas__container a, 
.home .body-wrap .hp-newsletter a,
.body-wrap footer a,
.body-wrap footer .row a,
.body-wrap footer .footermenu-content a,
.topnav a,
.home .rocketoo-products-container a,
.page-contact .col-md-7 a,
.page-contact .kontakty-obecne__container a,
.page-contact .kontakty__container a,
.rocketoo-blog .rocketoo-blog-list .blog-item .title a {
    color: #6392dc;
    text-decoration: none;
}

.home .body-wrap .o-nas__container a:hover, 
.home .body-wrap .hp-newsletter a:hover,
.body-wrap footer a:hover,
.body-wrap footer .footermenu-content a:hover,
.topnav a:hover,
.home .rocketoo-products-container a:hover,
.page-contact .col-md-7 .col-md-12 .rocketoo-policy-item a:hover,
.page-contact .kontakty-obecne__container a:hover,
.page-contact .kontakty__container a:hover,
.rocketoo-blog .rocketoo-blog-list .blog-item .title a:hover {
    color: #0a2c53 !important;
    text-decoration: underline !important;
}

.body-wrap .container .brand a:hover img {
    transition: all 0.25s linear 0s;
    filter: grayscale(1);
}

.body-wrap .container .brand a img {
    transition: all 0.25s linear 0s;
}

//Focus na fulltext
.home .input-group .input-wrap input:focus {
    border: 1px solid #143673;
}


.topnav a {
    font-weight: 700;
}

.topnav-contact-item i {
    vertical-align: top;
    margin-top: 2px;
}

.hp-slider {
    margin-bottom: 2rem;
}
section.hp-banners {
    margin-top: 1.8rem;
    margin-bottom: 0;
}

.rocketoo-products-container .product:hover .inside {
    border-color: #0a2c53;
    transition: all 0.25s linear 0s;
    background-color: rgb(245,245,245)
}
.rocketoo-products-container .product .inside {
    padding: 15px;
    padding: 0.9375rem;
    border: 2px solid #fff;
    border-bottom-color: #e8e8e8;
    transition: all 0.25s linear 0s;
}

.input-group-btn>.btn:hover {
    transition: all 0.25s linear 0s;
}
.input-group-btn>.btn {
    transition: all 0.25s linear 0s;
} 

.o-nas__container {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.o-nas__left {
    width: 50%;
}

.o-nas__left h1 {
    text-transform: uppercase
}

.o-nas__left h1 span {
    display: inline-block;
    font-weight: 400;
    font-size: 35px;
}

.o-nas__right {
    width: 50%;
}

.hp-text__container {
    display: flex;
    justify-content: space-between;
}

.hp-text__left {
    width: 50%;
}

.hp-text__right {
    width: 50%;
    padding: 2rem;
}

.hp-banners .col-md-6 a:hover {
    transition: all 0.25s linear 0s;
    opacity: 0.9;
}

.hp-features {
    display: none;
}

.rocketoo-usp-wrap .container {
    padding: 1rem;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.hp-slider .item a:hover {
    transition: all 0.25s linear 0s;
    opacity: 0.9;
}

.hp-slider .item .slider-title span{
    background-color:  rgba(255,255,255,0.8);
    font-size: 2rem;
    border-radius: 0;
    
}

//Úpravy Kontakty
.kontakty-obecne__container {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.kontakty-obecne__left {
    width: 50%;
}

.kontakty-obecne__right {
    width: 50%;
    height: auto;
}

.kontakty__container {
    margin-top: 5rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-flow: row wrap;
    grid-gap: 1rem;
    padding-left: 15px;
}

.kontakty__container::before {
    display: none;
}

.kontakty-item {
    width: 32%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    display: block;
    padding: 2rem;
}

.page-contact .col-md-7 {
    width: 100%;
}

//Ceník
.cenik_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    @media (max-width: 991px) {
        display: block;
        flex-direction: column;
        text-align: center;
    }
    .cenik-item {
        display: block;
        padding: 1rem 2rem;
        border-radius: 60px;
        color: #fff;
        margin-bottom: 1rem;
        margin-right: 1rem;
        background-color: #1a2c50;
        transition: all 0.25s linear 0s;
        @media (max-width: 991px) {
            width: 100%;
        }
        &:hover {
            background-color: #4a6aab;
            transition: all 0.25s linear 0s;
        }
    }
}

//Úpravy Aktuality
.rocketoo-blog .rocketoo-blog-list .blog-item {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem
}
.rocketoo-blog .rocketoo-blog-list .blog-item .title {
    font-weight: 700;
}

body.home .main-container {
    width: 100%;
    padding: 0;
}
.page-content-wrap {
    padding-top: 0;
    margin-top: -1px;
}
.main-breadcrumb {
    margin-top: 2em;
}
.home .main-breadcrumb {
    display: none;
}
header .form-search .form-group .input-group button:hover {
    background: #dc342f;
}
section[class^="hp-"]{
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*
section[class^="hp-"] .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 1em;
}
section[class^="hp-"] .flex-row .flex-col-md-2 {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
}
*/
.page-contact {
    a {
        color: #333;
        text-decoration: underline;
        &:hover {
            text-decoration: none;
        }
    }
    .kontakty-page {
        border: #fff;
        border: 1px solid #dedede;
        padding: 15px;
        margin: 10px 0;
        span {
            display: inline-block;
            max-width: 3rem;
            width: 100%;
            font-weight: 700;
        }
    }
    .map {
        margin: 40px 0;
    }
}

.hp-welcome {
    h2 {
        font-size: 28px;
        font-weight: 400;
    }
}

.rocketoo-megamenu {
    font-size: 16px;
    & > li {
        position: relative;
        .megamenu-dropdown {
            left: 50%;
            transform: translateX(-50%);
            min-width: 300px;
            /*
            .megamenu-menu, .megamenu-category {
                ul {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    grid-gap: 5px 20px;
                    margin-bottom: 0;
                }
            }
            */
        }
    }
}

.rocketoo-usp {
    .usp-icon {
        img {
            max-width: 50px;
        }
    }
    .usp-title {
        margin: 0;
    }
}

@media only screen and (max-width: 1280px){
    section[class^="hp-"]{
        width: 988px;
    }
    .o-nas__left {
        padding-right: 1rem;
        margin-bottom: 1rem;
    }
    .o-nas__left h1 {
        margin-top: 0;
    }
    .hp-text__right {
        padding: 0rem 0rem 0rem 1rem;
    }
    .kontakty-item {
        padding: 1rem;
    }
}
@media only screen and (max-width: 1024px){
    section[class^="hp-"]{
        width: 100%;
    }
    .hp-slider .item .slider-title span {
        font-size: 1.5rem;
    }
    .hp-welcome .o-nas__container, .hp-welcome .hp-text__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .o-nas__container {
        display: block;
        margin-top: 3rem;
    }
    .o-nas__left {
        width: 100%;
        padding-right: 0;
    }
    .o-nas__right {
        width: 250px;
    }
    .hp-text__container {
        display: block;
    }
    .hp-text__left {
        display: none;
    }
    .hp-text__right {
        width: 100%;
        padding-left: 0;
    }
    .hp-banners .row .col-md-6 {
        display: inline-block;
        float: none;
        width: 49%;
    }
    .rocketoo-usp-wrap .container {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    }
    .kontakty-obecne__container {
        display: block;
        justify-content: flex-start;
    }
    .kontakty-obecne__left {
        width: 100%;
        display: block;
        margin-bottom: 2rem;
    }
    .kontakty-obecne__right {
        width: 100%;
        display: block;
    }
    .kontakty__container {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .kontakty-item {
        width: 48.5%;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
        display: block;
    }
    .rocketoo-blog .rocketoo-blog-list .blog-item {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 1rem
}
}
@media only screen and (max-width: 768px){
    section.hp-banners {
        margin-top: 0;
        margin-bottom: 0;
    }
    section[class^="hp-"]{
        width: 100%;
    }
    section[class^="hp-"] .flex-row .flex-col-md-2 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .hp-welcome .o-nas__container, .hp-welcome .hp-text__container {
        padding-left: 0;
        padding-right: 0;
    }
    .o-nas__left h1 {
        font-size: 30px;
    }
    .o-nas__left h1 span {
        font-size: 25px;
    }
    .hp-banners .row .col-md-6 {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 1rem;
    }
    .kontakty-item {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .hp-slider .item .slider-title span {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 400px) {
    .hp-slider .item .slider-title span {
        font-size: 0.7rem;
    }
}