@import url('https://fonts.googleapis.com/css?family=Poppins:300&subset=latin-ext');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #595959;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    color: #82335c;
    border-bottom: 4px solid #82335c;
    padding-bottom: 15px;
    width: 40%;
    text-align: right;
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2vw;
    }
}
#main-nav {
    background: url(../images/header.png) top center repeat;
    min-height: 140px;
}
#main-nav .row,
section .row {
    margin: 0 !important;
}

.navbar-brand img {
    margin: 5px;
}
.navbar-toggle {
    border-color: #82335c;
    padding:15px;
}
.navbar-toggle .icon-bar {
    width: 40px;
    height: 4px;
    background: #82335c;
}
#site-nav ul {
    margin: 20px 0;
    background: #ffffef;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0 6px 14px -2px grey;;
}
@media (min-width: 1200px) {
    #site-nav ul {
        margin: 46px 0 0 12%;
    }
}
#site-nav ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
#site-nav ul li a {
    color: #6e6f72;
    padding: 15px 20px 12px 20px;
    background: transparent !important;
}
#site-nav ul li.active a,
#site-nav ul li a:hover {
    color: #82335c;
}

#onas {
    margin-top: 140px;
    min-height: 500px;
    background: url(../images/omnie_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
}
#onas a.more {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: #82335c;
    padding: 13px 24px;
    border-radius: 3px;
    border: none;
    color: #fffeff;
    font-size: 15px;
    text-decoration: none;
}
#onas .container {
    background: rgba(255,255,255,0.77);
    padding: 25px;
    position: relative;
}
#onas .container.spacer-top {
    margin-top: 30px;
    background: none;
    padding: 0;
}
#onas .container.spacer-top div {
    padding: 15px;
}
#onas .container.spacer-top div:first-of-type {
    padding-left: 15px;
}
#onas .container.spacer-top div:last-of-type {
    padding-right: 15px;
}
@media (min-width: 768px) {
    #onas .container.spacer-top div:first-of-type {
        padding-left: 0;
    }
    #onas .container.spacer-top div:last-of-type {
        padding-right: 0;
    }
}
#onas .container.spacer-top div.employee-card {
    background: rgba(255,255,255,0.77);
    padding: 20px;
}
#onas h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #82335c;
    margin: 10px 0;
}
#onas h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #595959;
    margin: 10px 0;
}
#onas p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #82335c
}

#wspolpracownicy {
    padding-top: 25px;
    padding-bottom: 85px;
    background: #ffffff;
}
@media (min-width: 1200px) {
    #wspolpracownicy {
        background: linear-gradient(-75deg, #eeeeee 50%, #ffffff 50%);
    }
}
#wspolpracownicy h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #82335c;
    margin-top: 0 !important;
}
#wspolpracownicy h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #595959
}
#wspolpracownicy p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #595959
}
#wspolpracownicy img {
    border: 1px solid #b5b5b5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}
#wspolpracownicy img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
#oferta {
    background: url(../images/uslugi-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 65px 0;
}
#oferta .container {
    background: #fff;
    border-radius: 10px;
}
#oferta h2 {
    width: 80%;
    text-align: right;
    border: none;
    margin-bottom: 20px !important;
    border-bottom: 4px solid #82335c;
    padding-bottom: 15px;
    padding-right: 25px;
}
@media (min-width: 768px) {
    #oferta h2 {
        width: 40%;
    }
}
#oferta .tabs-container {
    padding: 10px;
}
#oferta .tabs-container .media-body img {
    max-width: 325px;
    width: 50%;
    margin: 0 0 10px 10px;
}
#oferta .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#oferta .panel-heading {
    background: #82335c;
    border: none;
    display: block;
}
#oferta .panel-heading h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    #oferta .panel-heading h4 {
        font-size: 23px;
    }
}
#oferta .panel-heading h4 i {
    float: right;
    line-height: 30px;
}
#oferta .panel-heading a,
#oferta .panel-heading a:hover,
#oferta .panel-heading a:active,
#oferta .panel-heading a:focus {
    text-decoration: none;
}
#oferta .panel-body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #595959;
}
@media(min-width: 768px) {
    #oferta .panel-body {
        font-size: 18px;
    }
}
@media(min-width: 1200px) {
    #oferta .panel-heading h4 {
        font-size: 20px;
    }
    #oferta .panel-body {
        font-size: 15px;
    }
}
#cennik {
    padding: 60px 0;
}
#fotografie {
    margin:0;
    overflow: hidden;
    padding: 60px 0 0;
}
#fotografie .jumbotron {
    background: #ffffff;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#fotografie .jumbotron div {
    margin:0;
    padding: 0;
}
#kwalifikacje {
    margin:0;
    padding: 0;
    overflow: hidden;
}
#kwalifikacje .jumbotron {
    background: #82335c;
    margin: 0;
    padding: 0;
}
#kwalifikacje .jumbotron div {
    height: 560px;
    overflow: hidden;
    background: rgba(130,51,92,0.8);
    position: relative;
    transition: all 0.5s ease-out;
}
#kwalifikacje .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px !important;
    transition: all 0.5s ease-out;
    padding: 0;
    text-align: center;
}
#kwalifikacje .jumbotron div:hover {
    background: rgba(255,255,255,0.7);
}
#kwalifikacje .jumbotron div a,
#kwalifikacje .jumbotron div:hover > a {
    color: #595959;
    text-decoration: none !important;
}
#kwalifikacje .jumbotron div:hover > a .mask {
    height: 100% !important;
    padding: 40px 20px;
    cursor: pointer;
}

#kwalifikacje .jumbotron div:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
#kwalifikacje .jumbotron div.scan0:before {
    background: url(../certyfikaty/scan0.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan1:before {
    background: url(../certyfikaty/scan1.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan2:before {
    background: url(../certyfikaty/scan2.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan3:before {
    background: url(../certyfikaty/scan3.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan4:before {
    background: url(../certyfikaty/scan4.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan5:before {
    background: url(../certyfikaty/scan5.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan6:before {
    background: url(../certyfikaty/scan6.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_01:before {
    background: url(../certyfikaty/scan_01.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_02:before {
    background: url(../certyfikaty/scan_02.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_03:before {
    background: url(../certyfikaty/scan_03.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_04:before {
    background: url(../certyfikaty/scan_04.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_05:before {
    background: url(../certyfikaty/scan_05.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_06:before {
    background: url(../certyfikaty/scan_06.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_07:before {
    background: url(../certyfikaty/scan_07.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_08:before {
    background: url(../certyfikaty/scan_08.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_09:before {
    background: url(../certyfikaty/scan_09.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_10:before {
    background: url(../certyfikaty/scan_10.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_11:before {
    background: url(../certyfikaty/scan_11.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_12:before {
    background: url(../certyfikaty/scan_12.jpg) center center no-repeat;
}
#kwalifikacje .jumbotron div.scan_13:before {
    background: url(../certyfikaty/scan_13.jpg) center center no-repeat;
}
#kwalifikacje h2 {
    width: 100%;
    text-align: center;
    border: none;
    color: #ffffff;
    margin: 0 !important;
    padding: 50px 0;
}
#kontakt {
    background: url(../images/contact.jpg) center center repeat #82335c;
    padding-bottom: 50px;
}
#kontakt h2 {
    margin-top: 0 !important;
    padding-top: 70px;
    color: #ffffff;
    border-color: #ffffff;
}
#kontakt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 41px;
    color: #ffffff;
}
#kontakt h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff;
}
#kontakt .address {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
#kontakt .address i {
    float: left;
    margin-right: 15px;
}
#kontakt .address a {
    color: #ffffff;
}
#kontakt .address p {
    display: inline;
}
#kontakt .address i {
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
}
#kontakt .address-data {
    text-align: center;
}
@media(min-width: 1200px) {
    #kontakt .address-data {
        text-align: left;
    }
}
#kontakt .contact-form p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #ffffff;
}
#kontakt .contact-form input,
#kontakt .contact-form textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    background: #c66d9b;
    border-radius: 5px;
    padding: 10px 16px;
    border: none;
    margin-top: 10px;
    width: 100%;
}
#kontakt .contact-form button {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #82335c;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 26px;
    border: none;
    margin-top: 10px;
}
#kontakt .contact-form textarea {
    height: 200px;
}
#kontakt .contact-form div.row div {
    padding: 0 !important;
}
#kontakt .contact-form ::-webkit-input-placeholder {
    color: #fabfde;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
#kontakt .contact-form ::-moz-placeholder {
    color: #fabfde;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
#kontakt .contact-form :-ms-input-placeholder {
    color: #fabfde;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
#kontakt .contact-form :-moz-placeholder {
    color: #fabfde;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
#kontakt .contact-form span.error-message {
    color: #ffffff;
    font-size: 15px;
}

/** Menu breakpoint change **/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        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;
    }
}

#masaze {
    padding: 25px 0;
}
#rytualy {
    padding: 25px 0;
    background: #eeeeee;
}
#rytualy .media {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #82335c;
}
.media-left,
.media-right {
    width: 250px;
}
.media-left {
    float: left;
    margin: 0 10px 10px 0;
}
.media-right {
    float: right;
    margin: 0 0 10px 10px;
}

p.prices {
    margin-bottom: 15px;
    padding: 5px 0 5px 15px;
    border-left: 2px solid #82335c;
}

.profile-photo {
    width: 80%;
    margin: 0 auto;
}