/* 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: "Open Sans", 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: 1.4rem;
}
.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: 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: #000;
}

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


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



/* NAV */
.nav {
}



/* TEASER */
.teaser {
}


/* VIDEO */
.video {
}



/* POLL */
.poll {
}



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