/*
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;*/

body{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #929292;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
}

h1{
    font-size: 140px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 150px rgba(0, 0, 0, 0.10);
    line-height: 0.52;
    margin-bottom: 15px;
    margin-top: 50px;
}

h1 span{
    font-size: 60px;
    z-index: 99999;
}

h2{
    color: #333;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}

h2 span:nth-child(1){
    color: #72a31d;
}

h2 span:nth-child(2){
    display: block;
    font-weight: 400;
}

h3{
    font-size: 21px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

h3 > span{
    font-weight: 400;
    color: #666;
    display: block;
}

h4{
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

h4 > span{
    color: #72a31d;
}

h5{
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

h5 span{
    color: #72a31d;
    font-weight: 400;
    display: block;
}

h6{
    color: #333;
    font-weight: 700;
    font-size: 30px;
}

h6 span:nth-child(1){
    color: #72a31d;
}

h6 span:nth-child(2){
    font-weight: 400;
    display: block;
}

a{
    font-family: 'Raleway', sans-serif;
}

a:hover{
    text-decoration: none;
}

.top-pad-20{
    padding-top: 20px;
}

/*Slider*/

.slider{
    background: url(src/slider-background.jpg) fixed #e3e4e5 left 60px no-repeat;
    background-position: center center;
    position: relative;
    border-top: 6px solid #3f7d20;
    overflow: hidden;
}

.top-menu-left{
    list-style: none;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}

.top-menu-left li{
    display: inline-block;
    padding: 25px 10px 10px 10px;
}

.top-menu-left li:nth-child(2){
    border-right: 1px solid #d3d3d3;
}

.top-menu-left li:nth-child(3){
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
}

.top-menu-left li:nth-child(3):before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 45%;
    background-image: url(src/top-phone.svg);
    background-repeat: no-repeat;
}

.top-menu-left li:nth-child(4){
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
}

.top-menu-left li:nth-child(4):before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(src/top-mail.svg);
    background-repeat: no-repeat;
}

.top-menu-left li a{
    font-weight: 700;
    color: #a3a3a3;
}

.top-menu-left li.active a{
    color: #ffffff;
}

.top-menu-left li.active{
    background-color: #3f7d20;
}

.top-menu-right{
    list-style: none;
    padding-right: 0;
    font-family: 'Raleway', sans-serif;
    float: right;
}

.top-menu-right li{
    display: inline-block;
    padding: 25px 12px 10px 12px;
}

.top-menu-right a:nth-child(2) li{
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.social-top{
    height: 17px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.social-top:hover{
    opacity: 0.7;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.slider-plus-btn-separator{
    display: block;
    margin-bottom: 100px;
}

/*Nav*/

.navbar-default{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    z-index: 99999;
}

.navbar-nav li a span{
    display: block;
    color: #a4a4a4;
    font-weight: 400;
}

.navbar-nav li{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.navbar-nav li a{
    color: #3f7d20 !important;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li a:hover{
    opacity: 0.8;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li a:after{
    content: "";
    height: 5px;
    background-color: #72a31d;
    position: absolute;
    bottom: -16px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li a:hover:after{
    left: 0;
    right: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
}

.navbar-brand img{
    height: 43px;
}

.navbar-right{
    margin-right: 0;
}

nav{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-fixed-top{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-fixed-custom{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 8px;
}

/*Slider text*/

.slider-text-col a{
    color: #929292;
    font-size: 25px;
    padding-left: 2px;
    padding-top: 12px;
    display: block;
    margin-bottom: 60px;
}

.plus-button{
    width: 50px;
    height: 50px;
    background-color: #72a31d;
    border-radius: 50%;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0.4);
    box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0.4);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation: pulse 1.5s infinite;
}

.plus-button:hover{
    opacity: 0.7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@-webkit-keyframes pulse{
    0%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70%{
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
    }
    100%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
    }
}

@keyframes pulse{
    0%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70%{
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
    }
    100%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
    }
}

.pulse-col{
    margin-bottom: 60px;
}

.plus-icon{
    width: 13px;
    display: block;
    margin: 0 auto;
    padding-top: 36%;
}

.down-btn{
    width: 25px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    z-index: 9999;
    -webkit-animation: pulsearrow 1.2s infinite;
}

@-webkit-keyframes pulsearrow{
    0%{
        bottom: 15px;
    }

    65%{
        bottom: 30px;
    }

    100%{
        bottom: 15px;
    }

}

@keyframes pulsearrow{
    0%{
        bottom: 15px;
    }

    65%{
        bottom: 30px;
    }

    100%{
        bottom: 15px;
    }

}

.woman-slider{
    position: absolute;
    z-index: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*About section*/

.about-col{
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.about-col p{
    padding-bottom: 0;
    margin-bottom: 2px;
}

.about-check-col{
    padding-left: 70px;
    position: relative;
}

.about-check-col:before{
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(src/check-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
}

.about-check-row{
    padding-bottom: 40px;
}

/*Hr separator*/

.hr-row{
    padding-top: 30px;
    padding-bottom: 20px
}

.hr-span{
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.hr-row p{
    color: #333;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    margin-top: -60px;
    display: inline-block;
    padding: 15px;
}

.hr-row p span:nth-child(1){
    color: #72a31d;
}

.hr-row p > span:nth-child(2){
    display: block;
    color: #929292;
    font-weight: 400;
    font-size: 13px;
}

/*Tab section*/

.tab-section{
    overflow: hidden;
}

#oferta{
    overflow: hidden;
}

.tab-menu-col h5{
    text-transform: capitalize;
}

.tab-menu-col .nav-stacked li a{
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab-menu-col .nav-stacked li{
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.tab-menu-col .nav-stacked li:before{
    content: "";
    width: 6px;
    background-color: #72a31d;
    position: absolute;
    left: 0;
}

.tab-menu-col .nav-stacked li a > span{
    color: #666;
    font-weight: 400;
    display: block;
}

.tab-menu-col .nav-stacked li.active a{
    background-color: transparent;
    color: #72a31d;
    margin-left: 10px;
}


.tab-menu-col .nav-stacked li.active:before{
    top: 0;
    bottom: 0;
}

.tab-menu-col .nav-stacked li:hover a{
    background-color: transparent;
    opacity: 0.7;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab-menu-col .nav-stacked li:hover:before{
    top: 0;
    bottom: 0;
}

/*Tabs content*/
.tab-subtitle{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.tab-strong-p{
    font-weight: 700;
    color: #333;
}

.tab-list{
    list-style: none;
    padding-left: 0px;
    padding-top: 15px;
}

.tab-list li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.tab-list li:before{
    content: "";
    background-image: url(src/check-list.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
}

/*Action-bar*/
.action-bar{
    background-color: #72a31d;
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    padding: 30px;
}

.action-bar-wspolpraca{
    margin-top: 0px;
}

.action-bar h3{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 28px;
}

/*Szkolenia*/

.half-container{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.half-container .container .row .image{
    background-image: url(src/szkolenia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
}

.half-col-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

.second-half-container{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.second-half-container .container .row .image{
    background-image: url(src/atlas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 50%;
    left: 0;
    top: 0;
    bottom: 0;
}

@media(min-width: 1025px){
    .magazine-half-col{
        padding-left: 80px;
    }
}

.btn-phone{
    width: 50px;
    height: 50px;
    background-color: #72a31d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulsekontakt 1.5s infinite;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0.4);
    box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0.4);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@-webkit-keyframes pulsekontakt{
    0%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70%{
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
    }
    100%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
    }
}

@keyframes pulsekontakt{
    0%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70%{
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 20px rgba(99, 170, 0, 0);
    }
    100%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(99, 170, 0, 0);
    }
}

.btn-phone img{
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 35%;
}


/*Map*/

#map{
    padding: 0;
    margin: 0;
    height: 350px;
}

/*Kontakt*/

.kontakt-container{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.kontakt-container h3{
    margin-top: 0;
}

.kontakt-container h3 span:nth-child(1){
    display: inline;
    color: #72a31d;
    font-weight: 700;
}

.form-label{
    font-weight: 700;
    color: #333;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
    display: block;
}

.form-separator{
    padding-bottom: 20px;
}

.form-separator:after{
    content: "";
    display: table;
    clear: both;
}

.form-control{
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-form{
    background-color: #72a31d;
    float: right;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn-form:hover{
    background-color: transparent;
    color: #72a31d;
    border: 1px solid #72a31d;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.contact-list{
    padding-left: 0;
    list-style: none;
    padding-top: 30px;
}

.contact-list li{
    display: inline-block;
    padding-right: 30px;
}

.contact-list li span:nth-child(1){
    display: block;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.contact-list span:nth-child(1){
    display: block;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.contact-color{
    color: #72a31d;
}

/*Footer*/

.footer{
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-logo{
    height: 30px;
}

.footer-copybar span{
    float: right;
    font-size: 12px;
}

.footer-copybar span a{
    color: #333;
    font-weight: 700;
}

.logo-extra {
    padding: 0 10px !important;
    width: 50px;
}

.logo-extra img{
    height: 60px;
    position: absolute;
    top: 5px;
}


/*Medua query*/

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media(max-width: 1024px){
    .half-container .container .row .image{
        display: none;
    }
    .second-half-container .container .row .image{
        display: none;
    }

    h1{
        font-size: 80px;
    }

    h1 span{
        font-size: 40px;
        margin-top: 15px;
    }
    .navbar-brand img{
        height: 25px;
    }
}

@media(max-width: 767px){
    .logo-extra {
        float: right;
        width: auto;
    }
    .logo-extra img{
    position: relative;
    top: 0;
    }
}

@media(max-width: 624px){
    h1{
        font-size: 40px;
    }

    h1 span{
        font-size: 20px;
        margin-top: 15px;
    }
}