
html{ font-size: 62.5%; }

@media (max-width: 1366px) and (min-width: 1200px){
    html { font-size: 55%; }
}

@media (max-width: 1200px) and (min-width: 980px){
    html { font-size: 55%; }
}

@media (max-width: 979px) and (min-width: 768px) {
    html { font-size: 50%; }
}

@media (max-width: 767px) and (min-width: 320px) {
    html { font-size: 45%; }
}

@media (max-width: 320px) {
    html { font-size: 45%; }
}

*{
    font-family: "Raleway", sans-serif;
}

h2{
    font-size: 4.7rem;
    font-weight: 700;
    margin-bottom: 40px;
}

h3{
    font-weight: 900;
}

.center-link{
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0px;
    font-weight: 500;
    color: #989898;
    border-bottom: 1px solid #b6c7d7;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.center-link.scrolled{
    max-height: 0px;
    overflow: hidden;
    padding: 0;
}

.center-link a, .center-link a:hover, .center-link a:visited{
    color: #0c487a;
    font-weight: 600;
}

.navbar-toggle .icon-bar{
    background: #0e467c;
    width: 32px;
    height: 4px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 0px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 0px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -8px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: 0px;
    transform: rotate(-45deg);
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 10px;
}

body {
    max-width: 1366px;
    margin: 0px auto;
    padding-top: 120px;
    color: #0e467c;
}

.green {
    color: #82c241;
}

.bold {
    font-weight: bold;
}

.col-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.btn.btn-blue {
    margin: 3.5rem 0;
    background-color: #0e467c;
    color: #fff;
    font-size: 1.2rem;
    line-height: 4.5rem;
    padding: 0 2rem;
}

.navbar{
    width: 100%;
    margin: 0px auto;
    background: white;
    font-weight: 500;
    font-size: 1.7rem;
}

.navbar .navbar-nav{
    margin-top: 20px;
    font-weight: 600;
}

.navbar .navbar-container{
    max-width: 1366px;
    margin: 0px auto;
}

.navbar-nav>li>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:visited{
    color: #0e467c;
    background: white !important;
    cursor: pointer;
}

.navbar-nav>li>a.fb-ico{
    padding: 8px;
}

.navbar-brand{
    display: table;
}

.navbar-brand .clinic-name, .navbar-brand .address{
    display: table-cell;
    vertical-align: middle;
}

.navbar-brand .clinic-name{
    padding-right: 30px;
    border-right: 1px solid #b6c7d7;
}

.navbar-brand .clinic-name h1{
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 900;
    color: #81c240;
    margin: 0px;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
}

.navbar-brand .clinic-name p{
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #0e467c;
    margin-bottom: 0px;
}

.navbar-brand .address{
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
    color: #81c240;
    font-family: 'Oswald', sans-serif;
    padding-left: 20px;
}

@media (max-width: 767px) {
    body{
        padding-top: 120px;
    }

    .navbar-brand .clinic-name, .navbar-brand .address{
        display: block;
    }

    .navbar-brand .clinic-name{
        border-right: none;
        padding-right: 0px;
    }

    .navbar-brand .address {
        padding-left: 0px;
        border-top: 1px solid #b6c7d7;
        margin-top: 5px;
        padding-top: 5px;
    }
}

.stick-badge{
    position: fixed;
    left: 0px;
    top: 30%;
    z-index: 999;
    padding: 10px;
    background: white;
    -webkit-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
}

.header-badge{
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 10px;
    background: white;
    max-width: 20%;
    -webkit-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
}

.header-badge-lider{
    position: absolute;
    left: 150px;
    top: 20px;
    padding: 10px;
    background: white;
    max-width: 100%;
    -webkit-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.75);
}

.header-badge img{
    max-width: 100%;
}

.header-badge-lider img{
    max-width: 100%;
}

.hvr-underline-from-center:before{
    background: #0e467c;
}

.seal-header{
    border-top: 1px solid #9fb5cb;
}

.main-banner{
    background: url("images/main-banner.jpg") center center no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    text-align: center;
    margin-bottom: 140px;
}

@media (min-width: 769px) {

    .main-banner.white {
        color: white;
        text-shadow: none;
    }

    .main-banner.white .titles {
        text-shadow: none;
    }

    .main-banner.white .counter .lines {
        background: url("images/lines-left-white.png") center center no-repeat;
    }
}

.main-banner .offer{
    text-align: center;
    position: absolute;
    top: 400px;
    width: 100%;
    padding-top: 20px;

    font-size: 1.6rem;
    font-weight: bold;
}

.row.offer a, .row.offer a:hover, .row.offer a:active, .row.offer a:visited{
    color: #0e467c;
}

.main-banner .titles{
    text-shadow: 1px 1px #fff;
}

.main-banner .titles h1{
    font-weight: bold;
    font-size: 2.3rem;
    margin-top: 200px;
    margin-bottom: 0px;
}

.main-banner .titles h2{
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
}

.main-banner .counter > div{
    display: inline-block;
    font-size: 8rem;
    line-height: 65px;
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 0px 10px;
}

.main-banner .counter .lines{
    background: url("images/lines-left.png") center center no-repeat;
    background-size: cover;
    width: 103px;
    height: 65px;
}

@media (max-width: 768px) {
    .main-banner .counter .lines {
        display: none;
    }
}

.main-banner .counter .lines.right{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text-content{
    margin-bottom: 100px;
}

.bottom-10{
    margin-bottom: 10px;
}

.lost-weight{
    background: url(images/bg-schudli.png) center center no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.lost-weight .clients-container {
    height: 40rem;
    overflow: visible;
    width: 83rem;
    margin: 0 auto;
    position: relative;
}

.lost-weight .clients-container .swiper-button-next  {
    right: -3rem;
}

.lost-weight .clients-container .swiper-button-prev  {
    left: -3rem;
}

.lost-weight .client-container {
    height: 18rem;
    max-width: 38.7rem;
    background-color: #275989;
    color: #ffffff;
    text-align: left;
    padding: 0;
    margin: 1rem;
}


.lost-weight .client-container .lost,
.lost-weight .client-container .details {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
}

.lost-weight .client-container:hover .lost,
.lost-weight .client-container:hover .details{
    margin-left: -25px;
}

.lost-weight .client-container > div {
    padding: 0;
    margin: 0;
}

.lost-weight .client-container .name {
    background-color: #82c241;
    line-height: 4rem;
    height: 4rem;
    padding-left: 2rem;
    text-align: left;
}

.lost-weight .client-container .details {
    background-color: #0e467c;
}

.lost-weight .client-container .lost {
    padding-top: 1rem;
    background-color: #275989;
}

.lost-weight .client-container .lost, .lost-weight .client-container .details {
    height: 9rem;
    padding-left: 1.5rem;
}

.lost-weight .client-container .photo {
    height: 14rem;
    background-size: cover;
}

.lost-weight .client-container .photo > div{
    background-position: top center;
    background-size: cover;
}

.lost-weight .client-container .lost p.weight {
    margin-top: -2rem;
    font-weight: bold;
}

.lost-weight .client-container p.weight-label {
    font-weight: 400;
    font-size: 1.2rem;
}


.lost-weight .client-container p.weight {
    font-size: 4rem;
}

.course-link:hover{
    text-decoration: none;
}

.course .no-free-places{
    background: #c0272d;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
}

.courses .courses-container {
    margin: 2rem 0;
    height: 33rem;
}

.courses .swiper-button-next  {
    right: -1rem;
}

.courses .swiper-button-prev  {
    left: -1rem;
}

.courses .course {
    background-color: #f8f8f8;
    color: #0e467c;
    position: relative;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
    font-size: 1.4rem;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
}

.courses .course.no-places{
    color: #9b9ea0;
}

.courses .course .btn {
    background-color: #82c241;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: 80%;
}

.courses .course.places:hover {
    background-color: #82c241;
    color: #fff;
}

.courses .course.places:hover .btn {
    background-color: #fff;
    color: #82c241;
}


.courses .course hr {
    border: 0;
    height: 1px;
    width: 25%;
    background: #333;
    margin: 0 auto;
}

.courses .course > div {
    margin: 1rem 0;
}

.courses .course > div.top-badge {
    margin: 0;
    padding: 5px 10px;
    background: #0E4683;
    display: inline-block;
    color: white;
}

.courses .course .top, .courses .single-course .top {
    font-weight: bold;
    font-size: 1.8rem;
}


.courses .course .middle, .courses .single-course .middle {
    font-weight: 100;
    font-size: 3.8rem;
    line-height: 4.7rem
}

.courses .course .bottom, .courses .single-course .bottom {
    font-style: italic;
}

.courses .expander {
    text-decoration: underline;
    cursor: pointer;
}

.courses .course-list-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.courses .course-list a, .courses .course-list a:hover, .courses .course-list a:active, .courses .course-list a:visited{
    text-decoration: none;
}

.courses .course-list .single-course {
    border-top: 1px solid #cbcbcb;
    padding: 2rem;
    text-align: left;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
}

.courses .course-list .single-course:hover, .courses .course-list .single-course.always-hover {
    color: #fff;
    background-color: #0e467c;
}

.courses .course-list > .single-course:last-child {
    border-bottom: 1px solid #cbcbcb;
}

.courses .course-list .single-course.unavailable > div {
    opacity: 0.5;
}

.courses .course-list .single-course .unavailable-info {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 2rem;
    font-weight: bold;
    background-color: #c0272d;
    color: #fff;
    text-align: center;
}

.courses .course-list .single-course.unavailable .unavailable-info {
    display: block;
    opacity: 1;
}

.course-list-not-expanded {
    display: none;
}

.get-inspired {
    background-color: #f8f8f8;
    margin-top: 2rem;
    padding: 2rem;
}

.get-inspired .article {
    max-width: 95%;
    background-color: #fff;
    height: 27rem;
    padding: 0;
    margin: 2rem auto;
    text-align: left;
}

.get-inspired .article .top {
    height: 13.5rem;
    background-size: cover;
}

.get-inspired .article .bottom {
    height: 13.5rem;
    padding: 1.8rem 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    background: white;
}

.get-inspired .article .bottom .title {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
}

.get-inspired .article .bottom .description {
    text-overflow: ellipsis;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    width: 100%;
}

.bg-gray{
    background-color: #f8f8f8;
}

.row-border-bottom{
    border-bottom: 1px solid #a1b6ca;
}

.row-border-top{
    border-top: 1px solid #a1b6ca;
}

.bmi{
    background: url("images/nawias.png") center left no-repeat, url("images/nawias2.png") center right no-repeat;
    margin: 0px 100px;
    padding: 0px 100px;
}

.bmi h2{
    color: #82c241;
    margin-bottom: 10px;
}

.bmi label{
    margin: 10px;
}

.btn-yellow{
    margin: 3.5rem 0;
    background-color: #fbb414;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    line-height: 4.5rem;
    padding: 0 7rem;
}

.btn-green{
    margin: 3.5rem 0;
    background-color: #82c241;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    line-height: 4.5rem;
    padding: 0 7rem;
}

.yellow{
    color: #fbb414;
}

.input-wrapper{
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
}

.input-wrapper span{
    border-bottom: 1px solid #0e467c;
    font-weight: normal;
    padding-bottom: 7px;
}

.input-wrapper input{
    background: transparent;
    border: none;
    width: 45px;
    text-align: center;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/radio-empty.png) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(images/radio-full.png) left top no-repeat;
}

.visit-us{
    padding: 10px 0px 20px;
}

.map{
    height: 435px;
}

.google-map-container{
    padding: 0px;
}

.google-map-container #google-map{
    width: 100%;
    height: 100%;
}

.map-description{
    background-color: #82c241;
    background-image: url(images/dna-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: white;
    padding: 7% 8%;
    font-size: 1.8rem;
}

/* FEATURED POST HOVER */

.article {
    position: relative;
}

.article.effect-goliath .top,
.article.effect-goliath .bottom {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.article.effect-goliath .top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.article.effect-goliath .bottom,
.article.effect-goliath .readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.article.effect-goliath .readmore{
    background: #0e467c;
    color: white;
    padding: 10px;
    width: 100%;
}

.article.effect-goliath .readmore {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.article.effect-goliath:hover .bottom {
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}

.article.effect-goliath:hover .readmore {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.fourcaffle-intro > div{
    min-height: 370px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.fourcaffle-intro .header-caffle{
    display: flex;
}

.fourcaffle-intro .header-caffle h2{
    font-weight: 100;
    width: 100%;
    text-align: right;
    font-size: 5.5rem;
    align-self: center;
    margin-bottom: 0px;
}

.category-header .header-caffle h2{
    text-align: left;
    font-weight: 100;
    width: 100%;
    font-size: 5.5rem;
}

.margin-top-0{
    margin-top: 0px;
}

.text-justify{
    text-align: justify;
}

.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea{
    background: #f8f8f8;
    border: 1px solid #f0efef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 40px;
    padding: 5px;
    width: 100%;
}

.contact-form form input[type="text"].wpcf7-not-valid, .contact-form form input[type="email"].wpcf7-not-valid, .contact-form form textarea.wpcf7-not-valid {
    margin-bottom: 0px;
}

.contact-form h2{
    color: #82c241;
    font-size: 2.6rem;
    font-weight: 900;
}

::-webkit-input-placeholder { color: #0e467c; }
:-moz-placeholder { color: #0e467c; }
::-moz-placeholder { color: #0e467c; }
:-ms-input-placeholder { color: #0e467c; }


.contact-form form textarea{
    height: 160px;
}

.contact-form{
    background: url("images/dietetyk.png") bottom left no-repeat;
    background-size: contain;
}

footer{
    background: #0e467c;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 20px;
}

footer a, footer a:hover{
    color: white;
    text-decoration: none;
}

div.wpcf7-validation-errors{
    text-align: center;
}

div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
    text-align: center;
}

.article-prev, .article-next{
    height: 44px;
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 1.8rem;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
}

.article-prev{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    padding-left: 40px;
    background-position: center left;
}

.article-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    padding-right: 40px;
    text-align: right;
    background-position: center right;
}

.category-link{
    border: 1px solid #0e457c;
    color: #0e457c;
    text-align: center;
    padding: 5px 20px;
    display: block;
    margin: 10px auto;
    font-weight: bold;

}

.category-link:hover{
    background: #0e457c;
    color: white;
    text-decoration: none;
}

@media all and (max-width: 992px){
    .map #map-list ul{
        padding: 0px;
    }
}


@media all and (max-width: 970px){
    .main-banner{
        margin-bottom: 320px;
    }
}

@media all and (max-width: 768px){
    .main-banner .titles h1{
        margin-top: 190px;
    }

    .stick-badge{
        display: none;
    }

    .lost-weight .clients-container{
        width: 100%;
        height: auto;
    }

    .courses .courses-container{
        height: auto;
    }

    .courses .courses-container .course{
        margin-bottom: 15px;
    }

    .main-banner{
        height: 180px;
        margin-bottom: 650px;
    }

    .main-banner .offer{
        top: 350px;
    }

    .main-banner .offer a:hover, .main-banner .offer a:active, .main-banner .offer a:visited{
        text-decoration: none;
    }

    .bmi{
        margin: 20px;
    }

    .nav>li>a {
        display: inline-block;
    }

    .fourcaffle-intro > div.header-caffle{
        min-height: 0px;
        padding-top: 0px;
    }

    .fourcaffle-intro > div.no-min-height{
        min-height: 0px;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        width: 50%;
        text-align: center;
        background: #ffffff;
        padding-bottom: 20px;
    }

    .fourcaffle-intro.service-intro > div.service-description{
        min-height: auto;
        padding-bottom: 60px;
    }
}

@media all and (max-width: 586px){
    .main-banner{
        margin-bottom: 800px;
    }

    .who-we-are{
        margin-top: 350px;
    }

    .bmi{
        background: none;
        padding: 0px 0px;
    }

    .get-inspired .article {
        max-width: 100%;
    }

    #map-poland{
        display: none;
    }
}

@media all and (max-width: 412px){
    .main-banner{
        margin-bottom: 1200px;
    }

    .clients-container .swiper-button-next, .clients-container .swiper-button-prev{
        display: none;
    }

    .main-banner .counter .lines{
        display: none;
    }
}