.personal h2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #132881;
    text-transform: none;
    font-family: "nivea-book", sans-serif;
    padding: 1px 0 1px 0;
    text-align: center;
}



/**
 *
 * FORM
 *
 */
.poll-form {
    position: relative;
}


.slide {
    width: 100%;
    padding-top: 0;
}
.form-navi,
.form-submit {
    width: 100%;
    max-width: 500px;
    margin: 2em auto 0 auto;
    text-align: center;
}
.form-navi .btn {
    width: 48%;
    margin-left: 2%;
    padding: 0;
    font-family: 'nivea-light';
    font-size: 16px;
}

.form-navi .btn.prev{
    background: #fff;
    border: solid 1px #000;
    color: #000;
    font-weight: 300;
    
}

.form-navi .btn.next{
    background: #5b2c88;
    border: solid 0px #5b2c88;
    color: #fff;
    font-weight: 300;
}

.form-navi .btn:first-child {
    margin-left: 0;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 0 none;
    white-space: nowrap;
    padding: 0 30px 0 33px;
    vertical-align: middle;
    color: #fff;
    background: #e42384;
    background-size: auto;
    font-family: "Open Sans", sans-serif;
    min-width: 0;
    border-radius: 0;
    font-weight: 300;
    transition: all .2s ease-in-out;
}
.btn:before,
.btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: top;
}
.btn:hover,
.btn:focus {
    color: #5e0a5f;
}

.poll hgroup {
	margin-top:10px;
}


.poll hgroup > h1 {
    line-height: 2.5rem;
    font-size: 2rem;
    font-weight: 100;
    text-transform: uppercase;
}

.poll #counter {
    margin-top: 0.5em;
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}
.poll #counter-current {
    color: #5b2c88;
}

.poll-data {
    margin-top: 0;
}

.poll-question-header {
    width: 100%;
    margin-top: 1em;
}
.poll-question-header h3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    padding: 1px 0 1px 0;
    text-align: center;
}
.poll-question-header h3 > span {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    background: transparent;
    top: 1px;
    left: 0px;
    color: #666;
    text-align: center;
    display: none;
}
.poll-question-header h3 > small {
    font-size: .8em;
    display: block;
}
.poll-question-header h3 > strong {
    font-weight: 600;
}
.poll-question-header h3 > i {
    font-style: italic;
}

.poll-question-header p {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: none;
    font-family: "Lato", sans-serif;
    padding: 8px 0;
    text-align: center;
    font-style: italic;
}

.poll-question {
   position: relative;
    width: 100%;
    max-width: 510px;
    margin: 1em auto 0 auto;
    padding: 1px 0 1px 0;
    text-align: center;
    /*color: #000;*/
}
.poll-question.text,
.poll-question.text-email,
.poll-question.open {
    padding-left: 0;
}

.poll-question .option {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    line-height: 38px;
    margin: 10px 0;
    color: inherit;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: none;
    background: #fff;
}

.poll-question label:hover {
    cursor: pointer;
}

@media screen and (min-width: 1px) {
    .poll-question input[type="radio"],
    .poll-question input[type="checkbox"] {
        position: absolute;
        left: -9999em;
        top: 0px;
    }

    .poll-question input[type="radio"] + label,
    .poll-question input[type="checkbox"] + label {
        position: relative;
        display: block;
        padding-left: 0px;
        width: 100%;
        cursor: pointer;
        background: #fff;
        color: #000;
        border: 1px solid #000;
    }
    .poll-question input[type="radio"] + label:hover,
    .poll-question input[type="radio"]:checked + label,
    .poll-question input[type="checkbox"] + label:hover,
    .poll-question input[type="checkbox"]:checked + label {
        color: #fff;
        background:#5b2c88;
        border: 1px solid #5b2c88;
	    font-weight: 100;
    }
}/*media*/

.poll-question input[type="text"],
.poll-question textarea {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    font-size: 17px;
    line-height: 38px;
    color: #000;
    text-align: left;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.poll-question.text input[type="text"],
.poll-question.text-email input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
}
.poll-question.open textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 5px 10px;
    line-height: 21px;
}

.poll-question.single .inline,
.poll-question.multi .inline {
    display: inline-block;
    padding-left: 15px;
    cursor: pointer;
    vertical-align: top;
}
.poll-question .inline input[type="text"] {
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    position: relative;
    width: 300px;
    margin: 5px 0 0 5px;
    vertical-align: top;
}



.poll-question.single-image {
    width: 100%;
    max-width: 1200px;
    margin: 2em auto;
    display: table;
}
.poll-question.single-image > .option {
    display: inline-block;
    margin: 0 0 25px 0;
    width: 20%;
    padding: 0px;
    float: left;
    vertical-align: top;
}
.poll-question.single-image input[type="radio"] + label {
    padding: 1em 0;
    line-height: 24px;
    text-align: center;
    border: 0 none;
    background: #fff;
    color: #E42384;
}
.poll-question.single-image input[type="radio"] + label:hover,
.poll-question.single-image input[type="radio"]:checked + label {
    font-weight: 700;
    background: transparent;
    border: 0 none;
    color: #fff;
}

.poll-question.single-image .checked-style {
    width: 30px;
    height: 30px;
    border: 3px solid #E42384;
    margin: 0 auto;
    padding: 2px;
}

.poll-question.single-image .checked-style div {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 2px;
}

.poll-question.single-image input[type="radio"] + label:hover .checked-style div,
.poll-question.single-image input[type="radio"]:checked + label .checked-style div,
.poll-question.single-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.single-image input[type="checkbox"]:checked + label .checked-style div {
    background: #E42384 none;
    border-color: #E42384;
}

.poll-question.single-image .disabled input[type="radio"] + label:before,
.poll-question.single-image .disabled input[type="radio"] + label:after,
.poll-question.single-image .disabled input[type="checkbox"] + label:before,
.poll-question.single-image .disabled input[type="checkbox"] + label:after {
    display: none;
}
.poll-question.single-image .disabled label > span {
    color: #a0a0a0;
}

.poll-question.single-image label > img,
.poll-question.single-image label > span {
    display: block;
}
.poll-question.single-image label > img {
    width: 95%;
    max-width: 110px;
    margin: 0 auto;
}
.poll-question.single-image label.faded > img {
    opacity: .7;
}
.poll-question.single-image label > span {
    margin-top: 1em;
    display: none;
}

@media screen and (max-width: 999px) {
    .poll-question.single-image > .option {
        display: inline-block;
        margin: 0 0 40px 0;
        width: 20%;
        padding: 0px;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .poll-question.single-image input[type="radio"] + label {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 411px) and (max-width: 550px) {
    .poll-question.single-image input[type="radio"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 410px) {
    .poll-question.single-image input[type="radio"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 359px) {
    .poll-question.single-image input[type="radio"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}

/* multi-image */
.poll-question.multi-image {
    width: 100%;
    max-width: 1200px;
    margin: 2em auto;
    display: table;
}
.poll-question.multi-image > .option {
    display: inline-block;
    margin: 0 0 25px 0;
    width: 20%;
    padding: 0px;
    float: left;
}
.poll-question.multi-image input[type="checkbox"] + label {
    padding: 1em 0;
    line-height: 24px;
    text-align: center;
    border: 0 none;
    background: #fff;
    color: #E42384;
}
.poll-question.multi-image input[type="checkbox"] + label:hover,
.poll-question.multi-image input[type="checkbox"]:checked + label {
    font-weight: 700;
    background: transparent;
    border: 0 none;
    color: #fff;
}

.poll-question.multi-image .checked-style {
    width: 30px;
    height: 30px;
    border: 3px solid #E42384;
    margin: 0 auto;
    padding: 2px;
}

.poll-question.multi-image .checked-style div {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 2px;
}

.poll-question.multi-image input[type="radio"] + label:hover .checked-style div,
.poll-question.multi-image input[type="radio"]:checked + label .checked-style div,
.poll-question.multi-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.multi-image input[type="checkbox"]:checked + label .checked-style div {
    background: #E42384 none;
    border-color: #E42384;
}

.poll-question.multi-image .disabled input[type="radio"] + label:before,
.poll-question.multi-image .disabled input[type="radio"] + label:after,
.poll-question.multi-image .disabled input[type="checkbox"] + label:before,
.poll-question.multi-image .disabled input[type="checkbox"] + label:after {
    display: none;
}
.poll-question.multi-image .disabled label > span {
    color: #a0a0a0;
}

.poll-question.multi-image label > img,
.poll-question.multi-image label > span {
    display: block;
}
.poll-question.multi-image label > img {
    width: 95%;
    max-width: 110px;
    margin: 0 auto;
}
.poll-question.multi-image label.faded > img {
    opacity: .7;
}
.poll-question.multi-image label > span {
    margin-top: 1em;
    display: none;
}

@media screen and (max-width: 999px) {
    .poll-question.multi-image > .option {
        display: inline-block;
        margin: 0 0 40px 0;
        width: 20%;
        padding: 0px;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .poll-question.multi-image input[type="checkbox"] + label {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 411px) and (max-width: 550px) {
    .poll-question.multi-image input[type="checkbox"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 410px) {
    .poll-question.multi-image input[type="checkbox"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 359px) {
    .poll-question.multi-image input[type="checkbox"] + label {
        font-size: 13px;
        line-height: 17px;
    }
}
/* multi-image END */


@media screen and (max-width: 767px) {
    .poll-question {
        position: relative;
        width: 100%;
        margin: 2em auto 0 auto;
        padding: 1px 0 1px 0px;
    }
    .poll-question.text,
    .poll-question.text-email,
    .poll-question.open {
        padding-left: 0px;
    }
}
@media screen and (max-width: 479px) {
    .poll-question .inline input[type="text"] {
        width: 220px;
    }
}


.poll-error-msg {
    width: 100%;
    margin: 30px auto;
    font-size: 2em;
    padding: 20px 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: red;
    text-transform: none;
    text-align: center;
    background: #fff;
}

.poll-question-header.error-question {
	position: relative;
}
.poll-question.open.error-question textarea {
    border-color: #f00;
    -webkit-box-shadow:inset 0 0 5px 0px #f00;
    box-shadow:inset 0 0 5px 0px #f00;
}

.poll-question .error-msg {
    margin-top: 10px;
    font-size: 1.6em;
	color: red;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    padding: 5px;
    display: none;
    clear: both;
    background: #fff;
}
.poll-question.open .error-msg {
    padding-left: 5px;
}
.poll-question.error-question .error-msg {
    display: block;
}
.poll-question input[type="text"].error,
.poll-question textarea.error {
    border: 1px solid #f00;
    -webkit-box-shadow:inset 0 0 5px 0px #f00;
    box-shadow:inset 0 0 5px 0px #f00;
}





.personal {
    clear: both;
    font-family: "Open Sans", sans-serif;
    margin-top: 1em;
    color: #132881;
}

.personal-info {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}
.personal-info p {
    padding: 0.5em 0;
}
.personal-info p.italic {
    font-style: italic;
}

.personal-data {
    position: relative;
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 1em 0 0 0;
    text-align: left;
}
.personal-data .row {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 15px;
    clear: none;
}/*
.personal-data .row:nth-of-type(2n) {
    margin-right: 0;
    clear: none;
}*/
.personal-data label {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    height: 24px;
    font-family: "Open Sans", sans-serif;
}

.personal-data input[type="text"],
.personal-data select {
    display: block;
    float: left;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    font-size: 17px;
    line-height: 38px;
    color: #132881;
    text-align: left;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}

.personal-data .imie { width: 49%; }
.personal-data .nazwisko { width: 49%; margin-right: 0; }
.personal-data .ulica { width: 49%; }
.personal-data .numer_domu { width: 23%; }
.personal-data .numer_mieszkania { width: 24%; margin-right: 0; }
.personal-data .kraj { width: 17%; }
.personal-data .miasto { width: 30%; }
.personal-data .kod_pocztowy { width: 23%; }
.personal-data .telefon { width: 24%; margin-right: 0; }
.personal-data .email { width: 81%; }
.personal-data .rok_urodzenia { width: 17%; margin-right: 0; }
.personal-data .data_urodzenia { width: 17%; margin-right: 0; }

.personal-data .imie,
.personal-data .ulica,
.personal-data .kraj,
.personal-data .email {
    clear: left;
}

/*
.personal-data .kod_pocztowy label,
.personal-data .telefon label,
.personal-data .email label,
.personal-data .rok_urodzenia label {
    line-height: 19px;
}
*/

.personal-accept {
    position: relative;
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 10px 0 0 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.personal-accept .row {
    display: block;
    position: relative;
    width: 98%;
    margin-top: 15px;
}
.personal-accept .info {
    font-size: 12px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    color: #132881;
    margin: 1rem 0;
}
.personal-accept .bold {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    padding: 0.5rem 0;
}

.personal-accept input[type="checkbox"] {
    position: absolute;
    left: 5px;
    top: -2px;
}
.personal-accept input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    padding-left: 3em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #132881;
}

.personal-accept.personal-accept a {
    color: #E42384;
    border-bottom: 1px dotted #E42384;
}
.personal-accept.personal-accept a:hover {
    border-bottom: 1px solid #E42384;
}

@media screen and (max-width: 1100px) {
.personal-data input[type="text"],
.personal-data select {
    font-size: 14px;
}
}

@media screen and (max-width: 767px) {
    .personal-data .row {
        width: 100%;
        margin-right: 0;
    }
    .personal-data label {
        width: 30%;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
    }
    .personal-data input[type="text"],
    .personal-data select {
        width: 70%;
    }
}
@media screen and (max-width: 539px) {
    .personal-data label,
    .personal-data .kod_pocztowy label,
    .personal-data .telefon label,
    .personal-data .data_urodzenia label {
        line-height: 25px;
    }
}
@media screen and (max-width: 479px) {
    .personal-data label {
        float: none;
        width: 100%;
        line-height: 24px;
        height: 24px;
    }
    .personal-data input[type="text"],
    .personal-data select {
        float: none;
        width: 100%;
    }
}



.poll .intro {
    font-size: 16px;
    line-height: 1.3;
    padding: 1rem;
}

.personal-data .error-msg,
.personal-accept .error-msg {
	color: red;
    display: none;
    padding: 5px;
    margin: 0;
    font-size: 15px;
    clear: both;
    background: #fff;
}
.personal-data .error-question .error-msg {
    display: block;
}
.personal-accept .error-question .error-msg {
    display: block;
}
.personal-data .error-question input[type="text"] {
    border-color: #fff;
    -webkit-box-shadow:inset 0 0 5px 0px #f00;
    box-shadow:inset 0 0 5px 0px #f00;
}

.personal-data .error-question,
.personal-accept .error-question {
	position: relative;
}
.personal-accept .error-question:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 3px;
	border-left: 10px solid red;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
    display: block;
}


/* KWC */
.poll-data.kwc {
    padding-top: 2rem;
    max-width: 510px;
    margin: 0 auto;
}
.poll-data.kwc h2 {
    text-align: center;
    font-size: 2em;
}
.poll-data.kwc h3 {
    font-size: 1.6em;
    line-height: 150%;
}

.poll-data.kwc .input {
    text-align: center;
}

.poll-data.kwc select {
    display: block;
    margin: 10px auto;
    max-width: 500px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #008795;
}

.poll-data.kwc textarea {
    display: block;
    margin: 10px auto;
    max-width: 500px;
    width: 100%;
    height: 200px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #008795;
    padding: 5px 10px;
	font-family:'Open sans', sans-serif;
}

.poll-data.kwc input {
    display: block;
    margin: 10px auto;
    max-width: 500px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #008795;
    padding: 5px 10px;
}

.poll-data.kwc .pyt_kwc {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    /*color: #000;*/
    text-transform: none;
    /*font-family: "Open Sans", sans-serif;*/
    padding: 1px 0 1px 0;
    text-align: center;
}

.poll-data.kwc .pyt_kwc small {
	font-size:12px;
}

.poll-data.kwc .pyt_kwc strong {
	font-weight:400;
}

.poll-data.kwc .error-msg {
    margin-top: 10px;
    font-size: 1.6em;
    color: red;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    padding: 5px;
    display: none;
    clear: both;
    background: #fff;
}
.poll-data.kwc .error-msg {
    padding-left: 5px;
    margin-bottom: 10px;
}
.poll-data.kwc .error-question .error-msg {
    display: block;
}
.poll-data.kwc .error input[type="text"],
.poll-data.kwc .error textarea {
    border: 1px solid #f00;
    -webkit-box-shadow:inset 0 0 5px 0px #f00;
    box-shadow:inset 0 0 5px 0px #f00;
}


/**
 *
 * PIC
 *
 */
.picture-data,
.video-data {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0 none;
    margin-top: 1rem;
}

.picture-input,
.video-input {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
.picture-input > .path,
.video-input > .path {
    float: left;
    width: 70%;
    height: 50px;
    padding: 0;
    font-size: 24px;
    line-height: 43px;
    color: #000;
    cursor: pointer;
    letter-spacing: -.5px;
    border-bottom: 2px solid #000;
}

.poll-question.picture input[type="file"],
.poll-question.video input[type="file"] {
    position: absolute;
    top: 0;
    left: -9999em;
}
.poll-question.picture label.button,
.poll-question.video label.button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 0 none;
    background: #5b2c88 url('../img/camera-w.png') 5px center no-repeat;
    font-size: 14px;
    line-height: 53px;
    color: #fff;
    text-align: left;
    padding: 0 75px;
    text-transform: uppercase;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border-radius: 0;
    cursor: pointer;
}
.poll-question.picture label.button:hover,
.poll-question.video label.button:hover {
    color: #fff;
    background: #72489a url('../img/camera-w.png') 5px center no-repeat;
}
.poll-question.picture label.button:after,
.poll-question.video label.button:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 16px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 16px solid #fff;
    top: 10px;
    right: 5px;
}
.poll-question.picture label.loading:after,
.poll-question.video label.loading:after {
    background: url('../img/ajax-loader.gif') center center no-repeat;
    border: none;
}

.picture-preview,
.video-preview {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
.picture-preview > img,
.video-preview > video {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.picture-data > label.button,
.video-data > label.button {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 300;
    padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .picture-input > .path,
    .video-input > .path {
        display: none;
    }
    .poll-question.picture,
    .poll-question.video {
        width: 100%;
    }
}


.poll-question.single .option.option-other label {
    width: 120px;
    float: left;
}
.poll-question.single .option.option-other:after {
    content: "";
    clear: both;
    display: block;
}
.poll-question.single .option.option-other .inline {
    display: inline-block;
    float: left;
    width: calc(100% - 130px);
    padding: 0;
}
.poll-question.single .option.option-other .inline input {
    width: 100%;
    border:1px solid #000000;
    /*border-left: 0;*/
    text-align: left;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000 !important;
    margin: 0;
    height: 42px;
    outline: 0;
    margin: 5px;

}

.poll-question.single .option.option-other .inline input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    opacity: 1; /* Firefox */
}

.poll-question.single .option.option-other .inline input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
}

.poll-question.single .option.option-other .inline input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
}
.poll-question.single .option.option-other input[type="radio"]:checked + label + .inline input {
    outline: 0;
    border:1px solid #000000;
}

.lead{
	font-size:16px;
	line-height: 1.2;
}
