


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;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
    background: #f8f8f8;
    /*background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;*/
}

.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.row{
    margin:0;
}
.m0{
    margin:0;
}
.m30x0{
    margin:30px 0;
}
.mt30{
    margin-top:30px;
}
.p0{
    padding: 0;
}
.p0x30{
    padding: 0 30px;
}
.pl30{
    padding-left: 30px;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
a{
    color:#244b7e;
}
b{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    font-weight:600;
    position: relative;
}

.mb100{
    margin-bottom: 100px;
}
.mb50{
    margin-bottom: 50px;
}

.navbar{
    margin-bottom: 0;
    border: none;
    background: none;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 90px;
    padding-top: 30px;
}

.navbar-brand{
    display: inline-block;
    padding: 0;
    float: none;
    height: auto;
}
.navbar-brand img{
    width: 200px;
}
#menu{
    float: right;
}
#menu ul{
    list-style: none;
    padding-left: 0;
}
#menu ul li{
    display: inline-block;
    margin:15px;
}

.navbar-collapse a{
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-collapse a:hover{
    color:#fff;
    border-bottom:1px solid #fff;
}

#menu ul li.selected > a{
    color:#fff;
}


#main-slider{
    height: 100%;
}
.slide{
    width: 100%;
    height: 100%;
    position: relative;
}

.slick-next{
    right:50%;
    margin-right: -54px;
    background:url(../img/arrow-right.png) no-repeat center;
    background-size: 15px;
}
.slick-prev{
    left: 50%;
    margin-left: -54px;
    background:url(../img/arrow-left.png) no-repeat center;
    background-size: 15px;
}
.slick-prev, .slick-next{
    z-index: 10;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    transform: none;
    bottom: 30px;
    top:auto;
    border:1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus{
    background:url(../img/arrow-left.png) no-repeat center;
    background-size: 15px;
    opacity: 1;
    background-color: #244b7e;
    border-color: #244b7e;
}
.slick-next:hover, .slick-next:focus{
    background:url(../img/arrow-right.png) no-repeat center;
    background-size: 15px;
    opacity: 1;
    background-color: #244b7e;
    border-color: #244b7e;
}
.slick-next:before,
.slick-prev:before{
    display: none;
}
.caption{
    position: absolute;
    top: 230px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding-left: 90px;
    color: #fff;
}
#main-slider .caption h2{
    color:#244b7e;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 60px;
}
#main-slider .caption h2 span{
    color:#fff;
    font-weight: 700;
    display: block;
    text-shadow: none;
}
#main-slider .caption h5{
    font-size: 30px;
    color:#244b7e;
    font-weight: 700;
    margin-bottom: 120px;
}
#main-slider .caption .btn{
    background: none;
    border:none;
    color:#244b7e;
    padding: 0;
    padding-left: 50px;
    background: url(../img/arrow-down.png) no-repeat center left;
    background-size: 34px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;

}

.navbar-toggle .icon-bar{
    background: #fff;
}
.navbar-toggle{
    margin-top: 0px;
}
.btn{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color:#244b7e;
    background: none;
    padding: 10px 30px;
    border-radius: 0px;
    border: 2px solid #244b7e;
    outline: none;
    box-shadow: none;
    white-space: normal;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover{
    background: #244b7e;
    color: #fff;
}
.btn:focus,
.btn:active,
.btn:focus:active,
.btn.focus{
    outline: none;
    box-shadow: none;
    background: #244b7e;
    color: #fff;
}
.logo-brand{
    width: 200px;
    margin:0 auto;
    margin-bottom: 70px;
    margin-top: 46px;
}
h1{
    font-size: 50px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
    color: #092f4c;
}
h1 span{
    display: block;
    font-weight: 700;
    font-size: 54px;
    color:#f9a414;
    /*text-transform: uppercase;*/
}
h2{
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
    color:#8d959c;
    font-weight: 700;
}
h2 a{
    text-decoration: underline;
    color:#092f4c;
}
h3{
    font-size: 23px;
    color:#8d959c;
    /*font-weight: 300;
    text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 100px;
    line-height: 1.6;
    font-weight: 700;
}
h3 span{
    color:#f9a414;
    font-weight: 800;
    display: block;
    font-size: 28px;
}
p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}



.how-it-works{
    padding: 100px 0px;
}
.steps{
    padding: 0 90px;
}
.how-it-works h3{
    margin-bottom: 55px;
}
.how-it-works p{
    color:#5f666b;
    text-align: center;
    max-width: 730px;
    margin:0 auto;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 1.4;
}
.icon{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border:1px solid #244b7e;
    margin:0 auto;
    margin-bottom: 20px;
}
.icon1{
    background:url(../img/icon1.png) no-repeat center;
}
.icon2{
    background:url(../img/icon2.png) no-repeat center;
}
.icon3{
    background:url(../img/icon3.png) no-repeat center;
}
.icon4{
    background:url(../img/icon4.png) no-repeat center;
}
h6{
    color:#5f666b;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
}
h6 span{
    display: block;
    font-weight: 700;
    color:#244b7e;
    text-transform: uppercase;
}
.offer{
    padding: 100px 0;
    background: url(../img/img2.jpg) no-repeat center;
    background-size: cover;
}
.offer h3{
    text-align: right;
}
.offer p{
    color:#5f666b;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.offer-img{
    width: 100%;
    height: 240px;
    padding: 10px;
}
.img-inner{
    width: 100%;
    height: 100%;
    border:3px solid #244b7e;
}
.bluetext{
    margin-top:30px;
}
.bluetext p{
    font-size: 20px;
    color:#244b7e;
    margin-bottom: 15px;
}
ul{
    padding-left: 25px;
}
.bluetext li{
    font-size: 20px;
    color:#244b7e;
}
.contact{
    padding: 100px 0;
    background: url(../img/mistrz.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    color:#fff;
}
.overlay-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact .overlay-bg{
    background: rgba(33, 68, 115, 0.9);
}
.contact .container{
    position: relative;
}
.contact h3,
.contact h6{
    color:#fff;
}
.signIn{
    max-width: 440px;
    margin:0 auto;
    text-align: center;
}
.form-control{
    border-radius: 0;
    border:none;
    box-shadow: none;
    height: 60px;
    font-size: 16px;
    color:#5f666b; 
    padding: 10px 20px;
    margin-bottom: 10px;
}
.form-control:focus,
.form-control:active,
.form-control:focus:active{
    box-shadow: none;
    outline: none;
}
.signIn .btn{
    color:#fff;
    border-color:#fff;
}
.signIn .btn:hover{
    border-color: #244b7e;
}






.menu-footer ul{
    list-style: none;
    padding-left: 0;
}
.menu-footer ul li{
    margin:5px 0;
}
.menu-footer ul a{
    color:#244b7e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

footer{
    padding: 50px 0;
    background: #0b2030;
}
.social{
    text-align: center;
    margin-bottom: 10px;
}
.contact-footer p{
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    display: inline-block;
    margin: 0 15px 15px;
}
.contact-footer p a{
    color:rgb(255 255 255 / 63%);
}
.contact-footer h6{
    text-align: left;
}
.contact-footer .phone{
    background: url(../img/phone.png) no-repeat center left;
    background-size: 20px;
}
.contact-footer .mail{
    background: url(../img/mail.png) no-repeat center left;
    background-size: 20px;
}
.contact-footer{
    margin-bottom: 18px;
    text-align: center;
}
.social a{
    width: 48px;
    height: 48px;
    margin-right:10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color:#f9a414;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social a:hover{
    background-color:#d58909;
}
.fb{
    background:url(../img/fb.png) no-repeat center;
    background-size: 20px;
}
.instagram{
    background:url(../img/instagram.png) no-repeat center;
    background-size: 20px;
}
.youtube{
    background:url(../img/youtube.png) no-repeat center;
    background-size: 20px;
}
.copyright p{
    color: rgb(255 255 255 / 63%);
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.copyright a{
    color: rgb(255 255 255 / 63%);
}

.log-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.col-grey{
    height: 100%;
}
.col-blue{
    height: 100%;
    background: url(../img/treningi-grupowe.jpg) no-repeat center;
    background-size: cover;
}
.log-box{
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 70px 50px;
    text-align: center;
}
.login{
    padding: 190px 10px 150px;
    background: #c0c0c0;
    position: relative;
    color: #fff;
}
.col-blue .overlay-bg{
    background: rgba(33, 68, 115, 0.7);
}
.login h3{
    margin-bottom: 10px;
}
.login .form-control{
    border-bottom: 2px solid #244b7e;
    margin-bottom: 20px;
}
.login .signIn .btn{
    background: #244b7e;
    border-color:#244b7e;
}
.login .signIn .btn:hover{
    background: #000;
    border-color:#000;
}
.login .signIn{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom:1px solid #ccc;
    max-width: none;
}
.login .signIn form{
    max-width: 440px;
    margin:0 auto;
}
.adminPanel .navbar-brand img {
    width: 100px;
}
.adminPanel .navbar{
    padding: 10px 0;
    background: #fff;
    position: relative;
}
.adminPanel .navbar-collapse a {
    color: #244b7e;
}
.panel-main{
    padding: 50px 0;
    background: #f3f3f3;
    background: url(../img/img2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.panel-main .overlay-bg{
    background: rgba(0, 0, 0, 0.03);
}
.navbar-collapse a.logout{
    padding-left: 30px;
    background: url(../img/logout.png) no-repeat center left;
    background-size: 20px;
    padding-bottom: 0;
    border-bottom:none;
}
.navbar-collapse a.logout:hover{
    padding-left: 25px;
}
.panel-content,
.panel-menu{
    min-height: 450px;
    background: #fff;
    padding: 20px;
}
.adminPanel .navbar>.container .navbar-brand{
    margin:0;
}
.adminPanel .navbar-header{
    padding: 0 15px;
}
.panel-menu li{
    list-style: none;
}
.panel-menu ul{
    padding: 0;
}
.panel-menu a{
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px;
    padding-left: 50px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background-position: center left;
    background-size: 34px;
}
.panel-menu a.active,
.panel-menu a:hover{
    font-weight: 700;
}
.adminPanel .offer-img{
    /*margin-top:30px;*/
    height: 215px;
}
.panel-content h5{
    font-size: 30px;
    color: #244b7e;
    font-weight: 400;
    margin-bottom: 30px;
}
.adminPanel h3{
    text-align: left;
    font-size: 40px;
    padding-top: 50px;
    max-width: 500px;
}
.list{
    font-size: 0;
}
.item{
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #eaeaea;
    vertical-align: top;
}
.item:last-child{
    border:none;
}
.item:hover{
    background: #fafafa;
}
.month{
    margin-bottom: 15px;
}
.month h6{
    background: #f4f4f4;
    padding: 5px;
    margin-bottom: 14px;
}
.item h6{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color:#244b7e;
    margin-bottom: 15px;
    background: none;
    padding: 0;
}
.file{
    width: 70px;
    height: 70px;
    background: url(../img/file.png) no-repeat center;
    background-size: contain;
    display: block;
    margin:0 auto;
}
.file1{
    background: url(../img/file1.png) no-repeat center;
    background-size: contain;
}
.file2{
    background: url(../img/file2.png) no-repeat center;
    background-size: contain;
}
.file3{
    background: url(../img/file3.png) no-repeat center;
    background-size: contain;
}

.error-page{
    max-width: 900px;
    padding: 100px 70px;
}
.error-page h5{
    font-size: 30px;
    margin-bottom: 50px;
    color: #244b7e;
    font-weight: 500;
}
.main-top{
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
}














/* media queries */




@media (max-width:1199px){ 
    .slide{
        background-position: center!important;
    }
    #main-slider .caption h5,
    #main-slider .caption .btn,
    #main-slider .caption h2{
        color:#fff;
    }
    h6{
        font-size: 18px;
    }
    h3{
        /*font-size: 42px;*/
    }
    .how-it-works h3 {
        margin-bottom: 40px;
    }
    .how-it-works p{
        font-size: 16px;
    }
    .offer p{
        font-size: 16px;
    }
    .bluetext p {
        font-size: 18px;
    }
    .bluetext li {
        font-size: 18px;
    }
}


@media (max-width:991px){ 
    #main-slider .caption h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }
    #main-slider .caption h5 {
        font-size: 22px;
        margin-bottom: 70px;
    }
    #menu ul li{
        display: block;
    }
    .navbar-collapse{
        height: auto;
        position: absolute;
        right: 90px;
        top: 72px;
    }
    #menu{
        text-align: right;
    }
    .steps{
        padding: 0;
    }
    .offer h3{
        text-align: center;
    }
    .offer p{
        text-align: center;
    }
    .bluetext li{
        text-align: center;
        list-style: none;
    }
    .bluetext ul{
        padding-left: 0;
    }
    .item{
        width: 33%;
    }
}

@media (max-width:767px){
    .caption {
        padding-left: 50px;
    }
    #main-slider .caption h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #main-slider .caption h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    #main-slider .caption .btn{
        background-size: 20px;
        font-size: 18px;
        padding-left: 30px;
    }
    .navbar{
        padding: 0 50px;
        padding-top: 20px;
    }
    .navbar-collapse{
        right: 50px;
    }
    .navbar-collapse a{
        font-size: 16px;
    }
    #menu ul li{
        margin:6px;
    }
    h3 {
        /*font-size: 35px;*/
    }
    .contact-footer{
        /*margin-top: 20px;*/
    }
    .contact-footer h6{
        margin-bottom: 15px;
    }
    .slide .overlay-bg{
        background: rgba(36, 75, 126, 0.3);
    }
    #main-slider {
        height: 500px;
    }
    .how-it-works,
    .offer,
    .contact {
        padding: 50px 0px;
    }
    .slide{
        background-position: left -165px center!important;
    }
    .col-blue {
        height: 75%;
    }
    .col-grey {
        height: 25%;
    }
    .panel-content, .panel-menu {
        min-height: auto;
    }
    .error-page h5{
        font-size: 25px;
    }
    h1 {
        font-size: 40px;
    }
    h1 span {
        font-size: 40px;
    }

}

@media (max-width:600px){
    
    .navbar {
        padding: 0 20px;
        padding-top: 10px;
    }
    .caption {
        padding-left: 20px;
    }
    .navbar-collapse {
        right: 20px;
    }
    .caption {
        top: 135px;
    }
    .logo-brand{
        width: 140px;
        margin-bottom: 35px;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    h1 span {
        font-size: 30px;
    }
    h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    h3{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    h3 span{
        font-size: 20px;
    }
    .contact-footer p {
        font-size: 14px;
    }
    footer {
        padding: 40px 0;
    }
}

@media (max-width:480px){
    .navbar-brand img {
        width: 140px;
    }
    
    #main-slider .caption h2 {
        font-size: 25px;
    }
    .navbar-collapse{
        background: #214473;
    }
    .bluetext li {
        font-size: 16px;
    }
    .offer p{
        font-size: 16px;
    }
    h3 {
        /*font-size: 25px;*/
    }
    #main-slider {
        height: 430px;
    }
    .log-box{
        padding: 50px 25px;
    }
    .login {
        padding: 110px 10px 50px;
    }
    .item{
        width: 50%;
    }
    .panel-main .row{
        margin-left:-15px;
        margin-right:-15px;
    }
    .error-page h5{
        font-size: 20px;
    }
    h1{
        font-size: 22px;
        font-weight: 600;
    }
    h1 span{
        font-size: 22px;
    }
    h2,h3 {
        font-size: 16px;
    }
    h3{
        line-height: 1.6;
    }
    h3 span{
        font-size: 18px;
    }
}

@media (max-width:350px){
   .item{
        width: 100%;
        border:none;
    }
}




@media (max-height:750px) and (min-width:550px){
    #main-slider .caption h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }
    #main-slider .caption h5 {
        font-size: 22px;
        margin-bottom: 70px;
    }
    
}
@media (max-height:600px) and (min-width:550px){
    .caption {
        top: 180px;
        padding-left: 50px;
    }
    #main-slider .caption h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #main-slider .caption h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    #main-slider .caption .btn{
        background-size: 20px;
        font-size: 18px;
        padding-left: 30px;
    }
    .navbar{
        padding: 0 50px;
        padding-top: 20px;
    }
    
}
@media (max-height:450px){
    .navbar-brand img {
        width: 140px;
    }
    .caption {
        top: 135px;
    }
    #main-slider .caption h2 {
        font-size: 25px;
    }
}
@media (max-height:350px){
    #main-slider .caption h5 {
        margin-bottom: 15px;
    }
    #main-slider .caption h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .caption {
        top: 124px;
    }
}