/* 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: "Lato", 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;
    color: #fff;
}
.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;
	font-weight:600;
}

.rules a {
	color: #fff;
	text-decoration: underline;
}

.hidden,
.pathHidden {
    display: none;
}


/* proste ostylowanie komunikatu */
.message {
    margin: 5em 1em;
    padding: 3em 1em 3em 1em;
    text-align: center;
    color: #fff;
}
.message h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 300;
    text-transform: uppercase;
}
.message p {
    font-size: 1.5rem;
    line-height: 1.2;
    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: #fff;
}

.partners-info {
    font-size: 1rem;
    font-weight: 500;
    color: #727272;
    text-transform: uppercase;
    text-align: center;
    padding: 4px;
}

@media screen and (max-width: 768px) {
	.message p {
    font-size: 1rem;
	}
}

/* FOOTER */
.footer {
    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: #fff;
    border-top: solid 1px #fff;
    padding-top: 2.5em;
}

/* PRIVACY */
.privacy-policy {
    padding: 1rem 0;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.5;
}
.privacy-policy .privacy-policy-head {
    text-align: center;
    padding: 1rem;
    background-color: #ccc;
    font-size: 1rem;
    font-weight: 400;
	color: #000;
}
.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 {
    padding: 1rem 0;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}
	.privacy-policy .privacy-policy-head {
    text-align: center;
    padding: 1rem;
    background-color: #ccc;
    font-size: 1.5rem;
    font-weight: 400;
	color: #000;
}
    .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: url('../img/bg-top.jpg') center top no-repeat;
    background-size: cover;
}
.top > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 365px 0 350px;
    min-height: 645px;
    border: none;
}

.top h1 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

.top p {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
}


.top .btn-c{
  margin-top: 25px;
}


.logo_top{
  margin-bottom: 30px;
}

.top-img{
  display: none;
}
   
    @media screen and (max-width: 1150px) {
      .top {
    width: 100%;
    background: #0B0C10 url('../img/bg-top.jpg') center top no-repeat;
    background-size: cover;
}
      .top > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 300px 0 300px;
    min-height: 645px;
    border: none;
}
    }
    
    @media screen and (max-width: 1100px) {
      .top {
    width: 100%;
    background: #0B0C10 url('../img/bg-top-2.jpg') center top no-repeat;
    background-size: cover;
}
      .top > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 500px 0 0px;
    min-height: 645px;
    border: none;
}
    } 

@media screen and (max-width: 999px) {
    .top {
         background: #0B0C10;
    }
    .top > div {
        padding: 5% 1.6% 80% 1.6%;
        text-align: center;
	background: #0B0C10 url('../img/bg-top-mobile-2.jpg') center bottom no-repeat;
        background-size: 100%;
        position: relative;
    }
    
    .top h1 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

.top p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
}

.logo_top{
  margin-bottom: 10px;
  /*max-width:60%;*/
}
.top-img{
  display: block;
  width: 100%;
  text-align: right;
}
.top-img img{
  max-width: 100%;
}
.top .btn-c{
  margin-top: 20px;
}
}

.products {
  background: #fff url('../img/bg-product.jpg') center top no-repeat;
  background-size: cover;
  padding: 70px 0px;
  min-height: 632px;
}

.products > div {
  text-align: left;
}

.products h2{
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.products p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 25px;
  padding-right: 10px;
}

.product-info {
  width: 60%;
  float: left;
}

.product-img{
  display: none;
}

@media screen and (max-width: 1110px) {
  .products {
  background: #fff url('../img/bg-product-2.jpg') center top no-repeat;
  background-size: cover;
  padding: 70px 0px;
  min-height: 650px;
}
.product-info {
  width: 60%;
  float: left;
}
.product-img{
  display: block;
  width: 40%;
  float: left;
  position: relative;
  padding-top: 80px;
}
.product-img img{
  max-width: 100%;
}

/*.produkt_img{
  position: absolute;
  bottom: 0px;
}*/
}

@media screen and (max-width: 999px) {
  .product-info {
  width: 100%;
  float: left;
  text-align: center;
}
.product-img{
  display: block;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 20px;
  padding-top: 0px;
}
.product-img img{
  max-width: 50%;
}
.products {
  padding:50px 0px 0px;
}
.products h2{
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.products p {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 25px;
  padding-right: 10px;
}
}

/* NAV */
.nav {
}



/* TEASER */
.teaser {
}


/* VIDEO */
.video {
}

.ankieta {
  background: #0f0d0e url('../img/bg-ankieta.jpg') center bottom no-repeat;
  padding: 55px 0px;
}

/* POLL */
.poll {
  padding-bottom: 6em;
}



@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 */
}
