body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #666;
    background-color: #fff;

}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #666;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1884f8;
}



.intro {
    display: table;
    width: calc(100% - 66px);
    height: calc(100% - 66px);
    padding: 50px 0;
    margin: 33px;
    text-align: center;
    color: #fff;
    background:  url('../img/bg-intro.jpg') no-repeat top center;
    background-attachment:scroll;
    background-size:cover;
    border-radius: 20px;
    overflow:hidden;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: url('../img/bg-intro-footer.png') no-repeat top center;*/
    height: 60px;
    width: 100%;
    padding-top: 20px;
    font-size: 28px;
    font-weight: 800;
}

.intro-footer a:link, .intro-footer a:visited {
    color: #999;
}

.intro-footer a:hover {
    color: #1884f8;
}

.intro h1 {
    font-size: 80px;
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    color: #fff;
}

.intro h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
}

.intro p {
    font-size: 18px;
    line-height: 150%;
}

.navbar {
    min-height:0;
}

.navbar-nav {
    float:right;
}

.navbar-default {
    margin-left: 33px;
    margin-top: 33px;
    margin-right: 33px;
    background: rgba(0,0,0,0.5);
    border: 0;
    border-radius: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 2px 20px;
    margin: 20px 10px;
    border-radius: 2px;
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;

}
.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default.top-nav-collapse {
    margin-top:0px;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-default.top-nav-collapse .navbar-nav>li>a {
    background: none;
    color: #666;
    padding: 2px 20px;
    margin: 20px 10px;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #fff;
    margin: 5px 10px;
}
.navbar-default.top-nav-collapse .navbar-nav>li.active>a  {
    font-weight: bold;
    border-radius: none;
}
@media screen and (max-width: 768px) {
    .navbar-nav {
        float:none;
    }
    .navbar-default .navbar-nav>li {
        text-align:center;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        margin: 20px 10px!important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        margin-right: 20px;
    }
    .navbar-default.top-nav-collapse .navbar-toggle .icon-bar {
        margin-right: 0px;
        background-color: #787878;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background:inherit;
    }
}

.breadcrumb {
    padding: 20px 0;
    margin-bottom: 20px;
    list-style: none;
    background: none;
    border-radius: 0px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
}

section {
    min-height: 500px;
    border-bottom: 1px solid #f1f1f1;

}

section h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 60px
}

section p {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.6em;
    color: #8f8f8f;
}

section#o-mnie,
section#oferta ,
section#opinie,
section#kontakt,
section#kurs
{
    padding:  150px 0;
    text-align: center;

}


section#oferta {
    background: url('../img/bg-oferta.jpg') no-repeat bottom center;

}

section#o-mnie, section#blog-lista-wpisow, section#blog-wpis {
    background: #fff;
}

section#kurs { 
    background: #efeeea url('../img/bg-kurs.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


section#o-mnie p {
    color: #666;

}

section#kontakt {
    background: #000 url('../img/bg-kontakt.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



section#blog-lista-wpisow,section#blog-wpis {
    padding: 50px 0;
    text-align: left;
}

section#blog-lista-wpisow article {
    padding: 100px 0;
    border-bottom: 1px solid #dfdfdf;
}


section#blog-wpis section#comments {
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 50px;
    border-radius: 50px;
}

section#blog-wpis section#comments h1 {
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
}

section #pricing-table {
    border: 0;
}

#pricing-table {
  padding-top: 50px;
}

#pricing-table .pricing {
  marign: 0;
  padding: 0;
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
  max-width:400px;
  margin:0 auto;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background-image: linear-gradient(20deg, rgba(255, 233, 236, 0.63), rgba(160, 140, 68, 0.13));
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #6f6f6f;

  letter-spacing: 2px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 50px;
    font-weight: 600;
    color: #6f6f6f;
    text-align: center;
    border-radius: 150px;
    background: #fff;
    width: 150px;
    height: 150px;
    padding:30px 0 0 0;
    margin:0 auto;
    margin-bottom:-60px;
    border: 1px solid #dfdfdf;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 14px;
  color: #bdc3c7;
  text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 0 50px #ab9e82;

}
#pricing-table .pricing .pricing-list p {
  font-size: 16px;
  padding:20px;
}

.btn-default{
    font-size: 18px;
    font-weight: 200;
}

section#kontakt .marker,
section#kontakt .mail,
section#kontakt .phone,
section#kontakt .facebook,
section#kontakt .instagram {
    border-radius: 20px;
    border: 2px solid #999;
    padding: 15px;
    display: inline;
    margin: 20px 10px;
    font-size: 22px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    display: inline-block;
}
section#opinie  .carousel-inner {
    overflow:inherit;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

section#opinie  .carousel-indicators {
    top: 180px;

}

section#opinie .carousel-indicators li {
    border: 1px solid #999;
    margin:2px;
}

section#opinie .carousel-indicators li.active {
    background-color: #cecece;
    margin:2px;
}


footer {
    padding: 40px 0;
    font-size: 11px;
}
