/*              Start css reset                             */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*              end of css reset                    */

/*
    turquoise #51b9aa
    light-turquoise #00d3b4
    pink #e91f5e
    dark pink #b61f53;
    darker pink #a51d31
    gray #8c959e
    footer font gray: #c7c7c7;
    gray-turquoise (use in reviews about kcalmar) #5a6a70 / #9ea5ad
    light-gray-background (use in leaarn how to use kcalmar.pro) #f7f7f7
*/
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*overflow-x:hidden;*/
}
a{
    text-decoration: none;
}
p, label{
    line-height:120%;
    font-size: 95%;
}
/*          Header special-webinar          */
/*                  Header                  */
.header-special-webinar .banner{
    max-height:220px;
    width:100%;
    overflow: hidden;
    color: #fff;
    background: url(../img/zyskaj_header_bg.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
        .header-special-webinar .banner .banner-wrapper{
            width: 100%;
            max-width: 960px;
            margin: 0 auto;
        }
        .header-special-webinar .banner .logo{
            background: url(../img/kcalmar-pro-logo.png) center center no-repeat;
            background-size: 100%;
            width:80px;
            height:150px;
            margin: 0 0 0 10px;
            float:left;
        }
        .header-special-webinar .banner h1{
            font-size: 46px;
            max-width: 570px;
            margin: 20px 0 0 50px;
            float:left;
        }
        .header-special-webinar .banner .banner-wrapper:after{
            content: "";
            display: block;
            clear:both;
        }
/*                  Content start                       */
.content-special-webinar .content-wrapper{
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
}
.content-special-webinar .content-img{
    box-shadow: 0px 0px 15px #c7c7c7;
    border-radius: 7px;
    float:left;
    background: url(../img/gluten.png) center center;
    background-size: cover;
    width: 25%;
    height: 260px;
    margin: 10px;
    background-repeat: no-repeat;
}
.content-special-webinar .rajd-mikro-img{
    box-shadow: 0px 0px 15px #c7c7c7;
    border-radius: 7px;
    float:left;
    background: url(../img/i-mikro.jpg) center center;
    background-size: cover;
    width: 25%;
    height: 260px;
    margin: 10px;
    background-repeat: no-repeat;
}
.content-special-webinar .rajd-bonus-img{
    box-shadow: 0px 0px 15px #c7c7c7;
    border-radius: 7px;
    float:left;
    background: url(../img/ii_rajd_img.jpg) center center;
    background-size: cover;
    width: 25%;
    height: 260px;
    margin: 10px;
    background-repeat: no-repeat;
}
.content-special-webinar .rajd-bonus-img.img-lj{
    background: url(../img/img_lj.jpg) center center;
    background-size: cover;
}
.content-special-webinar .rajd-certificate-img{
    box-shadow: 0px 0px 15px #c7c7c7;
    border-radius: 7px;
    float:left;
    background: url(../img/raid.jpg) center center;
    background-size: cover;
    width: 25%;
    height: 170px;
    margin: 25px;
    background-repeat: no-repeat;
}
.content-special-webinar .content-text{
    float:left;
    margin: 20px 0 0 25px;
    max-width:65%;
}
.content-special-webinar .content-text.middle{
    margin-top:75px;
}
    .content-special-webinar .content-text > p{
        font-weight: 400;
        font-size: 100%;
        color: #212121;
    }
    .content-special-webinar .content-text ul{
        color: #8d959d;
        font-weight: 400;
    }
        .content-special-webinar .content-text ul li{
            margin: 20px 0;
        }
        .content-special-webinar .content-text ul li div:first-child{
            position: relative;
            top: 5px;
            background-color: #8d959d;
            float: left;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            width: 8px;
            height: 8px;
        }
        .content-special-webinar .content-text ul li div.dot{
            width: 6px;
            height: 6px;
            background-color: #e91f5e;
        }
        .content-special-webinar .content-text ul li div:last-child{
            float: left;
            margin-left: 10px;
            width: 90%;
        }
        .content-special-webinar .content-text ul li:after{
            content: "";
            display: block;
            clear: both;
        }
        .content-special-webinar .content-text ul .link-in-li{
            color:#e91f5e;
        }
    .content-special-webinar .button-container{
        text-align: center;
        margin-bottom: 30px;
    }
    .content-special-webinar .download{
            display: inline-block;
            text-transform: uppercase;
            color: #fff;
            font-size: 100%;
            /*background-color: #e91f5e;*/
            font-weight: 700;
            padding:21px 35px;
            border-radius: 100px;
            margin-top: 20px;
            margin-left: 20px;
            background-color:rgb(65,205,168);
        }
            .content-special-webinar .content-text .download:hover{
                background-color:#b61f53;
            }
     .content-special-webinar .check-kcalmar{
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-size: 100%;
        background-color: #e91f5e;
        font-weight: 700;
        padding: 21px 35px;
        border-radius: 100px;
        margin-left: 20px;
        margin-top: 20px;
     }

/*              Start footer        */
.footer-special-webinar .footer-wrapper{
    box-shadow: 0px 0px 15px #c7c7c7;
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
    padding: 20px 0;
}
.footer-special-webinar .footer-wrapper .landscape-ico{
    float:left;
    background: url(../img/landscape-ico.png) center center;
    background-size: cover;
    width: 110px;
    height: 80px;
    margin:0 0 0 20px;
    background-repeat: no-repeat;
}
.footer-special-webinar .footer-wrapper .footer-text{
    margin: 20px 20px 0 40px;
    float:left;
    width:75%;
}
.footer-special-webinar .footer-wrapper:after{
    content: "";
    display: block;
    clear: both;
}
.footer-special-webinar .footer-wrapper .footer-text p{
    color: #8d959d;
    font-weight: 400;
}
.footer-special-webinar .footer-wrapper .footer-text p a{
    color:#e91f5e;
}
.footer-end-info-wrapper-special-webinar{
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
}
.footer-end-info-special-webinar{
    color: #8d959d;
    font-weight: 400;
    width: 94%;
    margin: 0 10px;
}
.description{
    text-align: left;
    color: black;
    max-width: 640px;
    margin: auto;
}
.description a{
    color: #e91f5e;
    font-weight: 400;
    cursor: pointer;
}
/*.gallery{
    text-align: center
    color: #8d959d;
}*/
.lightgallery-container{
    text-align: center;
    margin-top: 25px;
}
#lightgallery{
    text-align: center;
    margin: auto;
    max-width: 630px;
    display: inline-block;
}
#lightgallery .box.v .row{
    width: 200px;
    margin: auto;
    display: flex;
    /*position: relative; */
}
#lightgallery .box.h .row{
    width: 305px;
    margin: auto;
    display: flex;
    /*position: relative; */
}
#lightgallery .caption{
    max-width: 69%;
    flex: 1 0 69%;
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-align: left;
    height: 45px;
}
#lightgallery .price{
    max-width: 29%;
    flex: 1 0 29%;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: right;
}
/*#lightgallery .row{
    width: 200px;
    margin: auto;
    position: relative;
}
#lightgallery .caption{
    width: 69%;
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-align: left;
    height: 45px;
}
#lightgallery .price{
    width: 29%;
    font-size: 14px;
    font-weight: bold;
    color: black;
    position: absolute;
    top: 1px;
    right: 0px;
}*/
.box{
    color: #8d959d;
    float: left;
    margin-bottom: 15px;
}
.box:hover{
    opacity: 0.8;
}
.box p{
    margin-left: 5px;
}
.img-gallery{
    box-shadow: 0px 0px 10px 1px #949494;
    margin: 5px;
}

/*                      MEDIA QUERIES                   */
/*          tablets         */
@media screen and (max-width: 768px){
    .header-special-webinar .banner h1{
        font-size: 36px;
        max-width: 75%;
        margin: 20px 0 0 20px;
    }
    .content-special-webinar .content-img{
        height: 220px;
        margin: 35px 0 0 10px;
    }
    .content-special-webinar .rajd-bonus-img{
        height: 220px;
        margin: 35px 0 0 10px;
    }
    .content-special-webinar .rajd-mikro-img{
        height: 220px;
        margin: 35px 0 0 10px;
    }
    .content-special-webinar .rajd-certificate-img + .content-text.middle{
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    .content-special-webinar .rajd-certificate-img{
        min-width: 290px;
        float: none;
        margin: auto;
    }
    .content-special-webinar .content-text{
        margin: 35px 0 0 10px;
        max-width:68%;
    }
    .footer-special-webinar .footer-wrapper .footer-text{
            margin: 0 10px 0 20px;
            width:65%;
    }
}
/*          mobiles         */
@media screen and (max-width: 480px){
    .header-special-webinar .banner{
        height:210px;
    }

        .header-special-webinar .banner .logo{
            width:50px;
            height:100px;
            margin: 0 auto;
            float:none;
        }
        .header-special-webinar .banner h1{
            text-align: center;
            font-size: 26px;
            width: 100%;
            margin: 0 auto;
            float:none;
        }
    .content-special-webinar .content-wrapper{
        max-width: 100%;
        margin: 10px auto;
    }
    .content-special-webinar .content-img{
        float:none;
        height: 240px;
        width: 95%;
    }
    .content-special-webinar .rajd-bonus-img{
        float:none;
        height: 240px;
        width: 95%;
    }
    .content-special-webinar .rajd-mikro-img{
        float:none;
        height: 240px;
        width: 95%;
    }
    .content-special-webinar .content-text{
        float:none;
        margin: 35px 0 0 10px;
        max-width:95%;
    }
    .content-special-webinar .content-text .download{
        display: block;
        width: 130px;
        margin: 0 auto 20px auto;
        text-align: center;
        }
    .content-special-webinar .button-container .download,
    .content-special-webinar .button-container .check-kcalmar{
        max-width: 200px;
        margin-left: 0px;
    }
    .footer-special-webinar .footer-wrapper{
        max-width: 94%;
        margin: 10px auto;
        padding: 20px 0;
    }
    .footer-special-webinar .footer-wrapper .landscape-ico{
        float:none;
        width: 140px;
        height: 100px;
        margin:10px auto 10px;
    }
    .footer-special-webinar .footer-wrapper .footer-text{
        margin: 10px auto;
        float:none;
        width:93%;
    }
    .footer-end-info-special-webinar{
        margin: 30px 10px;
    }
}
