@charset "utf-8";
:root{
    --hover: #8b7f60;
}


/* CSS Document */
.bg-gray01 {
    background-color: rgba(76, 76, 76, 1.00);
}
.section-title p, .single-post p {
    font-size: 1.8rem/* 14px; */
    line-height: 1.9;
    color: #999;
    margin-top: 15px;
}
.bg-black {
    background-color: #000;
}
.text-black {
    color: #000 !important;
}
.fsize34 {
    font-size: 34px !important;
}
.mt-7 {
    margin-top: 6.5rem !important;
}
/*POMĚR STRAN*/
.width {
    width: 100%;
    /*background: #F9D237;*/
    position: relative;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
}
.width:before {
    content: '';
    display: block;
}
.ratio1-1:before {
    padding-top: 100%;
}
.ratio2-1:before {
    padding-top: 50%;
}
.ratio4-3:before {
    padding-top: 75%;
}
.ratio16-9:before {
    padding-top: 56.25%;
}
.contenido {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
    color: #444;
}
.contenido .fa {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    color: #fff;
    z-index: 50;
}
.testimonials-carousel .swiper-pagination {
    text-align: center;
    padding-bottom: 20px;
}
.text-black {
    color: #000 !important;
}
/*ALL*/
.tri-size {
    padding-left: 45px;
    padding-right: 45px;
}
.galop-mat {
    display: inline-flex;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    color: #000;
    text-decoration: none;
    background-color: #c6c6c2;
    font-style: normal;
}
.section-title {
    text-align: left;
}
.section-title h1, .section-title h2 {
    color: #000;
}
/*hlavička*/
.logo {
    margin-left: 38px;
}
.header-area.top {
    background-color: #fff;
}
.page .header-area {
    border-bottom: 1px solid #000000;
}
.main-menu nav ul li a {
    color: #000;
}
.hero-area {
    background-position: 50% 91px !important; 
    background-repeat: no-repeat;
}
/* home seznam */
.home .hero-content {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.7rem; 
}
.page.onas .hero-area {
    max-height: 635px;
    background-position: 50% 91px !important;
    background-repeat: no-repeat;
}
.page .topblock {
    height: 240px;
}
.hero-content h1 {
    font-size: 9rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 65px;
    margin: 8px 0px 30px;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
}
.page .hero-content h1 {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 8px 0px 30px;
    font-weight: 300 !important;
    font-family: 'Calibri', sans-serif;
}
.page .hero-content {
    padding-left: 45px;
    margin-top: 38%;
}
.hero-content p {
    /*text-shadow: 1px 1px 3px #262626;*/
    color: #fff;
    font-size: 6rem;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}
.mat-img-seznam-home .blog-thumb {
    /*position: relative;
          height: 270px;*/
}
.mat-img-seznam-home .blog-thumb .read-more {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
}
.mat-img-seznam-home .blog-thumb .read-more:hover, .mat-img-seznam-home .blog-thumb .read-more:focus {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    opacity: 1;
}
.mat-img-seznam-home .blog-thumb .btn {
    position: inherit;
    display: inline;
}
.mat-img-seznam-home .blog-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.mat-img-seznam-home .blog-thumb .read-more .blog-content-img {
    height: 100%;
    padding-top: 30%;
    padding-left: 20%;
    padding-right: 20%;
}
.mat-img-seznam-home .blog-thumb .read-more .blog-content-img h3 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
}
.mat-img-seznam-home .blog-thumb .read-more .blog-content-img .btn-mat {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.mat-img-seznam-home .single-blog {
    margin: 0px;
}
.mat-img-seznam-home .single-blog .btn-mat {
    border-radius: 0px;
}
.page.onas .blog-post-area h2, .page.onas .blog-post-area h1 {
    color: #444444;
    font-size: 2.2rem /* 28px; */
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 300;
    line-height: 1.1;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif;
}
.page.onas .blog-post-area .podnadh1 {
    font-size: 12px;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif !important;
    color: #777777;
    letter-spacing: 1px;
    line-height: 16px;
}
.page.onas .blog-post-area .podnadh1 strong {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #777;
}
.page.onas .blog-post-area .detailtext3sl p {
    color: #444;
    font-size: 1.6rem; /* 15px; */
    line-height: 1.6;
    margin-top: 50px;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif !important;
}
.page.onas .blog-post-area .detailtext-centersl .noto {
    font-size: 24px;
    color: #000;
    font-family: 'Noto Serif', serif !important;
    margin-top: 40px;
    font-weight: 300;
    letter-spacing: normal;
}
.page.onas .blog-post-area .detailtext-centersl .podnad {
    color: #777777;
    font-size: 12px;
    margin-top: 50px;
    line-height: 1.42857143 !important;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif !important;
}
/*CO JE MAGNETIC*/
.omagnetic, .vyhody {
    min-height: 761px;
}
.omagnetic {
    background-image: url(../images/o-magnetic/co-je-magnetic.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.omagnetic .testimonials-carousel {
    /*background-color: rgba(0, 0, 0, 0.6);*/
}
.omagnetic .testimonials-carousel {
    margin-top: 80px;
    padding-bottom: 0px;
}
.omagnetic .testimonials-carousel .tst-item {
    padding: 4rem;
}
.omagnetic .testimonials-carousel .tst-item p {
    line-height: 1.4;
    font-style: normal;
}
.omagnetic .testimonials-carousel .tst-item li, .vyhody .testimonials-carouseler-slide li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 10px;
}
.omagnetic .testimonials-carousel .tst-item li, .vyhody .testimonials-carouseler-slide li {
    font-weight: bold;
}
.vyhody .testimonials-carouseler-slide li {
    color: #000;
    font-weight: bold;
}
.vyhody .tst-title p {
    position: relative;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    font-weight: bold;
}
.vyhody .testimonials-carousel {
    top: 144px;
}
.vyhody .tst-title h2 {
    font-size: 34px;
    line-height: 1.2;
}
.tst-title h2 {
    font-size: 64px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 26px;
}
.omagnetic .tst-title h2 {
    color: #fff;
}
.table-area .table thead th {
    border-bottom: none;
}
.prednosti a {
    color: #999999;
    font-size: 1.6rem; /* 14px; */
}
prednosti a:hover {
    color: var(--hover);
}
.single-post p {
    font-size: 1.8rem; /* 15px;*/
    margin-bottom: 22px;
}
/*VYHODY*/
.vyhodymag-carouseler {
    margin-top: 70px;
}
.vyhodymag-carouseler .tst-title {
    padding: 4rem;
}
.vyhody {
    margin-top: 60px;
    margin-bottom: 60px;
    background-image: url(../images/vyhody-magnetic/vyhody-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sez-vyhody {
    margin-bottom: 60px;
}
.sez-vyhody .seznam-vyhod {
    margin-top: 50px;
}
.sez-vyhody .seznam-vyhod .card {
    width: 25%;
    border: none;
    text-align: center;
}
.sez-vyhody .seznam-vyhod .card .card-img-top {
    border-radius: 0px;
}
.click-open-iframe span {
    position: absolute;
    top: calc(40% - 25px) !important;
    left: calc(50% - 25px);
}
/*madlo*/
.swiper-madlo .swiper-button-prev, .swiper-madlo .swiper-button-next {
    top: calc(31% - 80px) !important;
    width: 44px;
    height: 144px;
    z-index: 5000;
    background-image: none;
    padding-top: 48px;
}
.vyhody .swiper-pagination {
    text-align: left;
}
.technicka-data {
    color: #cccccc;
}
.technicka-data a {
    color: #cccccc;
    font-size: 15px;
}
.technicka-data a:hover {
    color: var(--hover);
}
.p-a {
    color: #999999;
    font-size: 14px;
    text-decoration: underline;
}
.p-a:hover {
    color: var(--hover);
}
/*FOOTER*/
.footer-area .foot-info {
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 30px;
}
.foot-info {
    line-height: 1.2;
}
.foot-info a {
    color: #cccccc;  
}
.foot-info a.active {
    color: #000 !important;
    font-weight: bold;
}
.footer-area .address {
    color: #cccccc;
    font-size: 12px;
    letter-spacing: normal;
}
.footer-area .list-inline.address .list-inline-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}
abbr {
    font-variant: normal;
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
    letter-spacing: normal;
    margin-right: 5px;
}
.footer-area .social .lead {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 35px;
    margin-top: 40px;
}
.footer-area .social .nav li {
    margin-left: 1rem;
    margin-right: 1rem;
}
.footer-area .social .nav li a {
    font-size: 30px;
    color: #FFF;
}
.footer-area .social .nav {
    text-align: center;
    margin-bottom: 20px;
}
/*VIDEO*/
.video-block {
    position: absolute !important;
    width: 100%;
    top: 151px;
}
#myVideo {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}
.video-container {
    position: absolute;
    top: 91px;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*SEZNAM NOVINEK*/
.mat-img-seznam-home .card {
    border: none;
    border-radius: 0;
}
.mat-img-seznam-home .card .card-text {
    padding: 1rem;
    line-height: 1.42857143;
}
.mat-img-seznam-home .blog-content-img p {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}
.seznam-novinek .card-title {
    font-size: 24px;
    margin-top: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    word-wrap: break-word;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif  !important;
}
.seznam-novinek .card-text {
    font-weight: 300;
    color: #333;
    word-wrap: break-word;
    padding: 0px !important;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif  !important;
}
.seznam-novinek .card-text.bg-black {
    padding: 0px 10px !important;
}
.seznam-novinek .card-text:last-child {
    margin-bottom: 0;
}
/*NOVINKA*/
.blog-post-area h2 {
    text-transform: uppercase;
    font-size: 3rem;
    margin-top: 36px;
    margin-bottom: 35px;
    font-size: 34px;
}
/*detail produktu*/
.post-content .display-3 {
    font-size: 4.5rem !important;
}
.post-content ul li {
    margin-bottom: 7px;
    color: #999;
}
.btn-video-player {
    color: #FFF !important;
    background-color: #000000 !important;
    font-size: 90%;
    margin-top: 20px;
    padding: 8px 25px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
}
.nakresy .card {
    border: none;
    background: transparent;
    padding: 15px;
}
.nakresy .card:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(56, 56, 56, 1);
    box-shadow: 0 0 10px 0 rgba(56, 56, 56, 1);
}
.mat-img-galerie .single-blog .blog-thumb {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
}
.schema-area {
    margin-bottom: 80px;
}
/*swiper-madlo*/
.swiper-madlo img {
    width: 100%;
}
.swiper-madlo .class-item {
    text-align: center;
    box-shadow: none;
    position: relative;
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
.swiper-madlo .class-item .madlo-text {
    position: absolute;
    right: 0px;
    bottom: 145px;
    color: #fff;
    font-size: 22px;
    text-align: right;
}
.swiper-madlo .class-item .madlo-text span {
    margin-right: 120px;
    text-transform: uppercase;
    font-family: "futura-ligh",  Arial, Helvetica, sans-serif  !important;

}

.no-border {
    border-width: 0px; 
}
.header-lang {
    z-index: 1500;
    position: fixed;
    top: 0;
    left: calc(100% - 130px);
    border-color: #888888;
    border-style: thin;
    border-top-style: none;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 6px 0px rgba(100,100,100,0.9);
}
.header-lang:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(139, 127, 96,0.9);
    -moz-box-shadow: 0px 0px 6px 0px rgba(139, 127, 96,0.9);
    box-shadow: 0px 0px 6px 0px rgba(139, 127, 96,0.9);
}
.header-lang a {
    color: #000000;
}

@media screen and (max-width: 575px) {
    .title-container {
        top: 40px;
        position: relative;
        padding: 0;
        margin: 0;
    }
    .v-container {
        position: relative;
        background-color: #000000;
    }
}
@media screen and (min-width: 576px) {
    .title-container {
        top:91px;  
        position: relative;
        padding: 0;
        margin-bottom: 0px;
        
    }
    .v-container {
        top:50px;
        position: relative;
        padding: 8vh;
        background-color: #000000;
    }
}