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

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
  font-family: "Lato regular", sans-serif;
  font-size: 16px;
  font-weight: 100;
  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: 3em 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: #e4e3e3;
    font-family: "Lato regular", sans-serif;
    width: 100%;
    text-align: center;
    padding: 2em 1em 2em 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: 14px;
    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 url('../img/bg_top3.jpg') center top no-repeat;
}
.top > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 60px 0 600px;
    min-height: 673px;
    border: none;
    text-align: center;
}

.top h1{
  font-family: 'Lato bold', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #2e2b26;
  margin-top: 20px;
  line-height: 1.2;
}

.top h1 span{
  color: #c90739;
}



.top strong{
 
}

.top .btn-c{
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 55%;
}

.btn.cta{
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}

.mobile_img{
  display: none;
}

 .mobile_star{
  display: none;
 }


   
    @media screen and (max-width: 1140px) {
      .top > div {
    padding: 10px 20px 0 600px;

}
    }
    
    @media screen and (max-width: 1100px) {
      .top h1{
        font-size: 16px;
      }
    }

@media screen and (max-width: 999px) {
    .top {
         background: #fff;
	 background-size: 100%;
    }
    .top > div {
        padding: 105% 1.6% 5% 1.6%;
        text-align: center;
	background: #fff url('../img/bg_mobile1.jpg') center top no-repeat;
        background-size: 100%;
        position: relative;
    }
    
    .mobile_img{
  display: block;
position: relative;
padding: 0 5px;
}

.mobile_img img{
    max-width: 80%;
  margin: 10px auto;
}

 .mobile_star{
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
 }
   
    
    .logo_top{
  position: absolute;
  top: 10px;
  right: 10px;
}


.top .btn-c{
  text-align: center;
  position: relative;
  bottom: 0px;
  left: 0px;
}
.btn.cta{
  font-size: 16px;
  padding: 0 20px;
}
}



/* NAV */
.nav {
}



/* TEASER */
.teaser {
    width: 100%;
    padding: 35px 0px;
    border-bottom: solid 1px #d0d0d0;
}

.teaser h2{
  font-size: 20px;
  text-transform: uppercase;
  color: #2e2b26;
  font-family: 'Lato regular', sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.teaser h2 span{
  color: #7b868c;
}

.teaser p{
  font-size: 16px;
  color: #2e2b26;
  margin-top: 22px;
  line-height: 1.5;
  font-family: 'Lato regular', sans-serif;
}

.teaser p strong{
  font-family: 'Lato bold', sans-serif;
}

.teaser p.star{
  font-size: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  .teaser h2{
  font-size: 18px;
  }
}


/* VIDEO */
.video {
}



/* POLL */
.poll {
  padding: 30px 0px;
}



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