/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/**
 *
 * DEFAULTS
 *
 */
html {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  background: #fff;
  width: inherit;
  min-width: inherit;
  height: inherit;
  min-height: inherit;
  padding-top: 44px;
  overflow-x: hidden;
}
@media screen and (max-width: 999px) {
    body {
        padding-top: 44px;
    }
}


a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    outline: 0;
}


hr {
    height: 1px;
    border: 2px #000 solid;
    color: #000;
    margin: 3em 0;
}

strong {
    font-weight: 700;
}



#wizazMenu {
    z-index: 333;
}

.wrapper {
    width: 100%;
}
.wrapper > div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .wrapper > div {
        padding: 0 2.5%;
    }
}

.txt {
    font-size: 1rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.color-main {
    color: #000;
}
.color-second {
    color: #000;
}

.rules {
    padding: 1em;
}

.hidden,
.pathHidden {
    display: none;
}


/* proste ostylowanie komunikatu */
.message {
    margin: 5em 1em;
    padding: 0em 1em 3em 1em;
    text-align: center;
    color: #000;
}
.message h1 {
    color: #666;
    font-size: 3.5em;
    font-weight: 300;
    text-transform: uppercase;
}
.message p {
    font-size: 1rem;
    margin-top: 1em;
}
.message .btn {
    margin-top: 1em;
}
.message p > a {
    color: #E52384;
}
.message p > a:hover {
    text-decoration: underline;
}

.message-info {
    margin: 1em;
    padding: 1em;
    text-align: center;
    color: #000;
}

/* FOOTER */
.footer {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    text-align: center;
    padding: 3em 1em 3em 1em;
}
.footer p {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

/* PRIVACY */
.privacy-policy {
    padding: 1rem 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
}
.privacy-policy .privacy-policy-head {
    text-align: center;
    padding: 1rem;
    background-color: #ccc;
    font-size: 1.5rem;
    font-weight: 400;
}
.privacy-policy .privacy-policy-content { }
.privacy-policy .privacy-policy-content .row {
    margin-top: 0;
    overflow: hidden;
}
.privacy-policy .privacy-policy-content .column-head {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0.5rem;
    background-color: #e3e3e3;
}
.privacy-policy .privacy-policy-content .column-body {
    width: 100%;
    float: left;
    padding: 0.5rem;
}

@media screen and (min-width: 768px) {
    .privacy-policy .privacy-policy-content .column-head {
        width: 30%;
        background-color: transparent;
        text-align: left;
    }
    .privacy-policy .privacy-policy-content .column-body {
        width: 70%;
    }
}


/* TOP */
.top {
    width: 100%;
    background: #fff;
}
.top > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 10px 0 530px;
    min-height: 680px;
    background: #fff url('../img/bg_top.jpg') left 35px no-repeat;
    text-align: left;
    border-bottom: solid 2px #000;
}
.top hgroup {
    display: block;
}
.top h1 {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #948bc1;
    margin-top: 25px;
}
.top p {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.2;
    color: #000;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}





.top p > span {
    color: #de263c;
}
.top .btn-c {
    margin-top: 20px;
}

.top p:nth-of-type(1) >strong{
  font-weight: 700;
}
.product_top{
  margin-left: 33px;
  margin-top: 10px;
  max-width: 100%;
}

.logo_small{
  text-align: right;
}

@media screen and (max-width: 1100px) {

.top > div {
min-height: 606px;
    background: #fff url('../img/bg_top.jpg') left top no-repeat;
    background-size: 60%;
    padding: 0px 10px 0 62%;
}

}

@media screen and (max-width: 999px) {
    .top {
         background: #fff;
	 background-size: 100%;
    }
    .top > div {
        padding: 110% 1.6% 2% 1.6%;
        text-align: center;
	background: #fff url('../img/bg_top.jpg') center top no-repeat;
        background-size: 100%;
        position: relative;
    }
    
     
.logo_small{
  position: absolute;
  top: 10px;
  right: 10px;
}

.top .btn-c {
    text-align: center;
}
.btn{
  font-size: 16px;
}
  
.product_top {
  margin-left: 0px;
}
}

@media screen and (max-width: 767px) {
    .btn.ankieta{
  background: #948bc1;
  margin-right: 0px;
  margin-bottom: 10px;
}
.btn{
  font-size: 14px;
}
}


/* NAV */
.nav {
}



/* TEASER */
.teaser {
  
}

.teaser > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: solid 2px #000;
}

.teaser h2{
  font-size: 30px;
  color: #de263c;
  width: 100%;
  max-width:820px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
}

.teaser p{
  font-size: 22px;
  color: #000;
  width: 100%;
  max-width: 820px;
  margin: 20px auto;
  font-weight: 300;
  line-height: 1.2;
}

.steps{
  width: 100%;
  margin-top: 20px;
}
.step{
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 10px;
}

.step p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px auto 20px auto;
}

.step a{
  color: #948bc1;
  font-size: 20px;
  font-weight: 700;
}

.btn.informacje{
  width: 100%;
  max-width: 480px;
  margin-top: 50px;
}

#podpowiedz1 {
    display: none;
    width: 100%;
  max-width: 480px;
    background: #de263c;
    z-index: 44;
    padding: 15px;
    margin: 0 auto;
}

#podpowiedz1 p{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 0px;
}

#podpowiedz1 p strong{
  font-weight: 700;
}
#podpowiedz1 a{
	color:#fff;
}
@media screen and (max-width: 999px) {
  .teaser h2{
  font-size: 22px;
  }
  .teaser p{
    font-size: 18px;
  }
  .step{
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px;
}
}

/* PRODUKTY */
.produkty > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: solid 2px #000;
}



.produkty h2{
  font-size: 30px;
  color: #948bc1;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

.produkty .btn-c{
  margin-top: 20px;
}

.ampulki{
  width: 100%;
  text-align: left;
  padding: 0 100px;
}

.lista{
  width: 60%;
  float: left;
  padding-top: 45px;
}

.lista ul{
  font-size: 20px;
  color: #000;
  font-weight: 400;
   list-style-image: url('../img/punkt.png');
   list-style-position: outside;
   margin-left: 30px;
   margin-top: 15px;
}

.lista ul li{
  line-height: 1.5;
}

.lista p{
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
}

.lista p span{
  color: #de263c;
  font-weight: 700;
}

.ampulki_img{
  width: 40%;
  float: left;
}

.ampulki_img img{
  max-width: 100%;
}

.kremy{
  width: 100%;
  text-align: left;
}

.kremy h3{
  font-size: 22px;
  font-weight: 700;
  color: #948bc1;
  text-transform: uppercase;
  padding-left: 100px;
}

.kremy_container{
  width: 100%;
  padding: 30px 0px;
}

.krem{
  width: 50%;
  float: left;
  text-align: center;
}

.krem img{
  max-width: 100%;
}

.krem p{
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
}

@media screen and (max-width: 999px) {
  .produkty h2{
  font-size: 22px;
  }
  .produkty p{
  font-size: 20px;
  }
  .ampulki{
  padding: 10px;
}
 
.lista p{
  text-align: center;
}


.kremy h3{
  padding-left: 0px;
  text-align: center;
}

}

@media screen and (max-width: 767px) {
   .lista{
  width: 100%;
  float: left;
  padding-top: 45px;
}
.ampulki_img{
  width: 100%;
  float: left;
  text-align: center;
}
.krem{
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
}

/* VIDEO */
.video {
}



/* POLL */
.poll {
}

.poll > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: solid 2px #000;
}


@media screen and (min-width: 320px) {
    .show-sx {
        display: block;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 576px) {
    .show-sm {
        display: block;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 768px) {
    .show-md {
        display: block;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 992px) {
    .show-lg {
        display: block;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 1200px) {
    .show-xl {
        display: block;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}
