@import url('basic.css');
@import url('font.css');
@import url('qtip.css');
@import url('growl.css');
@import url('facebox.css');
@import url('slider.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500,500italic,700,700italic,300&subset=latin,latin-ext);

body {
    margin: 0 auto;
}

p, span, h1, h2, h3, h4, li, label, input, textarea, div.pagination, a.button {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;
    line-height: 26px;
}

p, h1, h2, h3, h4 {
    margin-bottom: 1em;
}


.nav-collapse {
    display: none;
}

a {
    color: #ea5e29;
}

a:hover {
    color: #111;
}

.justify {
    width: 1100px;
    margin: 0 auto;
}

.justify.less {
    width: 1000px;
}

td, th, td span, td a {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

td.center, th.center {
    text-align: center;
}

td.nowrap {
    white-space: nowrap;
}

td.right, th.right {
    text-align: right;
}

a.button {
    display: inline-block;
    margin: 30px auto;
    background-color: #ea5e29;
    color: #FFF;
    padding: 8px 12px;
}

a.button:hover {
    background-color: #111;
}

a.button.produkt {
    background-color: #FFF;
    color: #7daabb;
    padding: 0;
    font-weight: 400;
}

a.button.produkt:hover {
    color: #ea5e29;
}

a.button.produkt i {
    color: #ea5e29;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

p.little {
    font-size: 13px;
    line-height: 16px;
    width: 600px;
    margin: 0 0 1em;
    text-align: left;
}

span.info {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 30px;
}

table.contact {
    width: 300px;
    margin: 0;
}

table.contact tr td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 19px;
    padding: 5px;
    text-align: left;
}

table.contact tr td:nth-child(even) {
    text-align: right;
    font-weight: 300;
}

h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 0.6em;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    color: #242424;
    font-weight: 400;
}

.green {
    color: #ea5e29;
}

span.rata {
    font-size: 26px;
    font-weight: 600;
    text-decoration: underline;
}

span.kwota {
    font-weight: 600;
}

p.marginbottom {
    margin-bottom: 0;
}

article#content p.supp {
    font-size: 18px;
}

hgroup h3 {
    margin-bottom: 0;
}

hgroup h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

.orange {
    color: #ea5e29;
}

p.big {
    font-size: 30px;
    color: #6a6a6a;
    line-height: 34px;
}

p.center {
    text-align: center;
}

p.big strong {
    font-weight: .700;
}

img.center {
    margin: 30px auto;
    display: block;
}

.radios {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.radios input[type=radio] {
    width: auto !important;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.radios label {
    font-size: 13px !important;
    margin-right: 15px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover, a.active {
    color: #ea5e29;
}

div.justify {
    width: 1100px;
    display: block;
    margin: 0 auto;
    position: relative;
}

header#logo {
    width: 369px;
    height: 63px;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -550px;
    z-index: 12;
}

header#logo h1 {
    margin-bottom: 0;
}

nav#menu {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(37, 39, 49, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

nav#menu ul {
    text-align: right;
}

nav#menu ul li {
    margin: 0 15px;
    display: inline-block;
    line-height: 100px;
}

nav#menu ul li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

nav#menu ul li a i {
    font-size: 22px;
}

nav#menu ul li:last-child {
    margin-right: 0;
}

nav#menu ul li a:hover, nav#menu ul li a.active {
    color: #ea5e29;
}

section#front {
    width: 100%;
    height: 290px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

section#front.kontakt {
    background-image: url('../gfx/front/kontakt.jpg');
    height: 400px;
}

section#front.wspolpraca {
    background-image: url('../gfx/front/wspolpraca.jpg');
    height: 400px;
}

section#front.polityka {
    background-image: url('../gfx/front/polityka.jpg');
    height: 400px;
}

section#front.regulamin {
    background-image: url('../gfx/front/regulamin.jpg');
    height: 400px;
}

section#front.procedura {
    background-image: url('../gfx/front/procedura.jpg');
    height: 400px;
}

section#front.opinie {
    background-image: url('../gfx/front/opinie.jpg');
    height: 400px;
}

section#front.wniosek {
    background-image: url('../gfx/front/wniosek.jpg');
    height: 400px;
}

section#front.prezentacje {
    background-image: url('../gfx/front/prezentacje.jpg');
    height: 400px;
}

section#front.main {
    z-index: 5;
    position: relative;
    padding-top: 260px;
    height: 900px;
    background-image: url('../gfx/front/main.png');
}

section#front.main header h2 {
    color: #FFF;
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    text-align: center;
    padding: 0 10%;
    text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
}

section#front.main header h2 strong {
    font-weight: 700;
}

section#front hgroup h2 {
    color: #FFF;
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    margin: 0;
}

section#front hgroup h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #FFF;
    margin: 0;
}

section#front div.icon {
    width: 260px;
    height: 180px;
    padding-top: 50px;
    background-color: #ea5e29;
    position: absolute;
    top: 70px;
    right: 0;
    text-align: center;
}

section.content.regulations p.header {
    margin: 40px 0 10px 0;
    font-weight: 400;
    color: #000;
}

section.content.regulations ol li {
    text-align: justify;
    line-height: 22px;
    margin-top: 10px;
}

section.content.regulations ol li ol {
    margin-left: 20px;
    list-style: lower-alpha;
}

section.content.regulations ol ol li {
    margin-top: 10px;
}

section.content.regulations ol ol ol li {
    list-style: upper-roman
}

section.center {
    text-align: center;
}

section.content {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 0;
    margin: 0 auto;
}

section.content.goup {
    position: relative;
    top: -50px;
}

section.content p.phone {
    position: absolute;
    top: 128px;
    right: 0;
}

section.content header h2 {
    color: #ea5e29;
    font-size: 50px;
    font-weight: 700;
}

section.content header h2 span {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #6a6a6a;
}

section.content header h1 {
    color: #ea5e29;
    font-size: 50px;
    font-weight: 700;
}

section.content header h1 span {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #6a6a6a;
}

section#wniosek.content, section#wspolpraca.content {
    z-index: 3;
    position: relative;
    top: -250px;
    padding-top: 240px;
    text-align: center;
    background-image: url('../gfx/bg/zloz-wniosek.jpg');
    background-position: center -20px;
    background-repeat: no-repeat;
}

section#wspolpraca.content {
    background-image: none;
    top: -560px;
    padding-top: 40px;
}

section#wniosek.content h3, section#wspolpraca.content h3 {
    font-weight: 700;
}

section#wniosek.content p, section#wspolpraca.content p {
    padding: 0 15%;
}

section.choice div.box {
    width: 30%;
    height: 450px;
    border: 1px solid #dbdbdb;
    text-align: center;
    background-color: #FFF;
    margin: 0 2% 0 0;
    display: inline-block;
    padding: 3% 1%;
    vertical-align: top;
    transition: all 0.5s ease;
}

section.choice div.box:hover {
    background-color: #ea5e29;
}

section.choice div.box p {
    margin: 25px auto;
}

section.choice div.box p a {
    color: #6a6a6a;
    font-size: 30px;
    font-weight: 700;
}

section.choice div.box p a span {
    font-size: 30px;
    font-weight: 700;
    color: #ea5e29;
}

section.choice div.box:hover p a span {
    color: #FFF;
}

section.choice div.box:hover p a {
    color: #FFF;
}

section.choice div.box img.second {
    display: none;
}

section.choice div.box:hover img.second {
    display: block;
    margin: 0 auto;
}

section.choice div.box img.first {
    display: block;
    margin: 0 auto;
}

section.choice div.box:hover img.first {
    display: none;
}

div.calculator {
    width: 70%;
    min-height: 600px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

div.calculator h3 {
    color: #6a6a6a;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}

div.calculator .scontent {
    display: table;
    clear: both;
    width: 100%;
    height: auto;
    overflow: visible;
    min-height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0px;
}

div.calculator .scontent.rslider { /*background-image:url('../gfx/bg/raty.png');background-position:left 58px;*/
    padding-bottom: 58px;
}

div.calculator .scontent.pslider {
}

div.calculator input[type=text] {
    float: right;
    text-align: right;
    width: 220px;
    border: 1px solid #ea5e29;
    padding: 6px 10px;
    color: #ea5e29;
    font-weight: 600;
}

div.calculator div.checkbox label {
    position: relative;
    top: 3px;
    margin-left: 3px;
    font-weight: 400;
}

div.calculator a img.oblicz {
    margin-top: 50px;
}

div.result {
    opacity: 0;
    transition: all 0.5s ease;
}

div.result.active {
    opacity: 1;
}

div.result {
    width: 100%;
    height: 80px;
    margin-top: 50px;
    font-size: 0;
}

div.result div.result-rata {
    width: 50%;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    border: 1px solid #ea5e29;
    position: relative;
}

div.result div.result-button {
    width: 50%;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

div.result div.result-rata p {
    line-height: 80px;
    font-size: 16px;
    color: #000;
}

div.result div.result-rata p strong {
    font-weight: 400;
}

div.result div.result-rata p.txt {
    line-height: 23px;
    padding: 17px 0 0 45px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: #000;
}

div.result div.result-rata i {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 48px;
    color: #ea5e29;
}

div.result div.result-button a {
    display: block;
    width: 100%;
    height: 80px;
    font-size: 19px;
    color: #FFF;
    background-color: #ea5e29;
    padding: 20px 20px 0;
    font-family: 'Open Sans', sans-serif;
}

div.result div.result-button a i {
    position: absolute;
    top: 31px;
    right: 25px;
    transition: all 0.3s ease;
}

div.result div.result-button a:hover i {
    right: 15px;
}

div.result div.result-button a span {
    color: #FFF;
    font-size: 13px;
}

div.result div.result-button a:hover {
    background-color: #2a2a2a;
}

.calculator .ui-widget-content {
    position: relative;
    height: 10px;
    width: 98%;
    left: 0px;
    top: 10px;
    border: 0;
    border-radius: 10px;
    background-color: #dfdfdf;
    background-image: none;
}

.calculator .ui-widget-content span.step {
    position: absolute;
    top: 30px;
    font-weight: 600;
    color: #8a8a8a
}

.calculator .ui-widget-content span.step:before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #8a8a8a;
    position: absolute;
    top: -45px;
    left: 50%;
}

.calculator .ui-widget-header {
    border: 0;
    border-radius: 10px;
    background-color: #ea5e29;
    background-image: none;
}

.calculator .ui-slider-horizontal .ui-slider-handle {
    top: -14px;
    cursor: pointer;
}

.calculator .ui-state-default, .calculator .ui-widget-content .ui-state-default, .calculator .ui-widget-header .ui-state-default {
    background: none;
    background-image: url('../gfx/icon/slider.png');
    border-radius: 0;
    border: 0;
    width: 37px;
    height: 37px;
}

.supplement.gleasing {
    padding-left: 50px;
}

.supplement.gleasing h2 {
    font-size: 40px;
    color: #78b32a;
}

.supplement.gleasing input[type=submit] {
    background-color: #78b32a;
    border: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.supplement.gleasing input[type=submit]:hover {
    background-color: #2a2a2a;
    cursor: pointer;
}

.supplement.gleasing label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.supplement.gleasing input[type=text] {
    width: 100%;
    border: 1px solid #78b32a;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 10px 10px;
    height: 40px;
}

div.supplement {
    width: 36%;
    display: inline-block;
    vertical-align: top;
}

div.supplement.border {
    border: 2px solid #ea5e29;
    padding: 25px 20px;
    margin-top: 144px;
    position: relative;
}

div.supplement.border img.arrow {
    position: absolute;
    top: 20px;
    left: -13px;
}

div.supplement h3 {
    color: #6a6a6a;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

div.supplement article {
    background-color: #ea5e29;
    width: 100%;
    height: auto;
    overflow: visible;
    color: #FFF;
    padding: 40px 25px;
    margin-bottom: 20px;
    position: relative;
}

div.supplement article div.arrow {
    position: absolute;
    top: 55px;
    left: -11px;
    background-image: url('../gfx/icon/arrow.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 21px;
}

div.supplement a.marginbtm img {
    display: block;
    margin-bottom: 20px;
}

div.supplement article header h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}

div.supplement article p {
    color: #FFF;
}

div.supplement article ul {
    list-style: none;
}

div.supplement article ul li {
    color: #FFF;
}

div.supplement article ul li:before {
    color: #2a2a2a;
    content: '\2022';
    padding: 0 6px 0 3px;
    font-size: 30px;
    position: relative;
    top: 6px;
}

div.supplement article p {
    margin: 1em 0 0 0;
}

div.supplement article p strong {
    font-weight: 700;
}

div.supplement article p.phonehour {
    margin: 0;
    color: #2a2a2a;
}

section#rodzina.content {
    z-index: 3;
    position: relative;
    top: -300px;
    padding-top: 200px;
    height: 900px;
    text-align: center;
    background-image: url('../gfx/bg/rodzina.png');
    background-position: center -20px;
    background-repeat: no-repeat;
}

section#opinie.content {
    font-size: 0;
    z-index: 4;
    position: relative;
    top: -500px;
    padding-top: 160px;
    height: 900px;
    text-align: center;
    background-image: url('../gfx/bg/opinie.png');
    background-position: center -20px;
    background-repeat: no-repeat;
}

section#opinie.content div.left, section#opinie.content div.right {
    width: 50%;
    padding: 0 5%;
    display: inline-block;
    vertical-align: top;
}

section#opinie.content div.left div.opinia {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

section#opinie.content div.left div.opinia p {
    text-align: left;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
}

section#opinie.content div.left div.opinia p span {
    color: #666;
    font-size: 16px;
}

section#opinie.content div.right h3 {
    padding-top: 140px;
    text-align: left;
    font-weight: 300;
    color: #666666;
    font-size: 50px;
    line-height: 55px;
}

section#opinie.content div.right h3 strong {
    font-weight: 700;
}

section#stopka.content {
    z-index: 3;
    position: relative;
    top: -600px;
    padding-top: 0;
    height: 900px;
    text-align: center;
    background-image: url('../gfx/bg/stopka.png');
    background-position: center -20px;
    background-repeat: no-repeat;
}

div.zalety {
    width: 100%;
    display: block;
    margin: 30px auto;
    padding: 100px 0 0 0;
    background-image: url('../gfx/bg/separator.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.zalety p.ulheader {
    font-size: 30px;
    color: #6a6a6a;
    font-weight: 700;
}

img.online {
    float: right;
    margin: 0 0 0 80px;
}

img.platforma {
    float: left;
    margin: 10px 60px 0 0;
}

ul.benefits {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 30px auto;
}

ul.benefits li {
    padding-left: 32px;
    line-height: 32px;
    margin: 0 0 10px 0;
    background: url('../gfx/icon/checklist.jpg') no-repeat left 7px;
}

section.czekamy.content {
    z-index: 3;
    position: relative;
    padding-top: 200px;
    height: 950px;
    text-align: center;
    background-image: url('../gfx/bg/czekamy.jpg');
    background-position: center 0;
    background-repeat: no-repeat;
}

section.zloz.content {
    z-index: 3;
    position: relative;
    padding-top: 300px;
    height: 760px;
    text-align: center;
    background-image: url('../gfx/bg/zloz.jpg');
    background-position: center 0;
    background-repeat: no-repeat;
}

section.content p.header {
    font-size: 24px;
    line-height: 30px;
}

section.center div.justify p {
    padding: 0 10%;
}

section.content table.form {
    width: 620px;
}

section.content section.form {
    width: 100%;
    height: auto;
    overflow: visible;
    display: block;
    margin: 0;
    text-align: left;
}

section.content.czekamy section.form {
    width: 500px;
    margin: 0 auto;
}

section.content.czekamy table.form {
    width: 500px;
}

section.form label {
    display: inline-block;
    width: 260px;
    margin: 0 20px 10px 0;
    padding: 10px 0;
}

section.form input, section.form textarea {
    display: inline-block;
    width: 500px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin: 0 0 10px 0;
}

section.content section.form.kontakt input, section.content section.form.kontakt textarea {
    width: 600px;
    display: block;
    margin: 0 0 10px 0;
}

section.form textarea {
    resize: vertical;
}

section.content section.form input[type=submit] {
    background-color: #252731;
    color: #FFF;
    display: block;
    width: auto;
    border: 0;
    border-radius: 25px;
    padding: 10px 40px;
    font-weight: 400;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease;
}

section.content section.form input[type=submit]:hover {
    background-color: #ea5e29;
}

section.content section.form input.captcha {
    width: 230px;
    float: left;
}

section.form input:focus, section.form textarea:focus {
    border: 1px solid #ff946c;
    box-shadow: 1px 1px 0.3em #ff946c;
}

section.content table.form tr td.captcha img {
    display: inline-block;
    margin: 0 0 0 10px;
    float: left;
}

/*input.data:after {content:'RRRR-MM-DD';font-size:14px;position:absolute;top:5px;left:5px;color:#dbdbdb;}*/

section.content div.justify div.opinion {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    border: 1px solid #dbdbdb;
    padding: 30px 40px 10px 40px;
    margin: 20px 0;
}

section.content div.justify div.opinion p {
    padding: 0;
    margin: 0 0 1em 0;
}

section.content div.justify div.opinion p strong {
    font-style: italic;
}

section.content div.justify div.opinion table {
    width: 340px;
    margin-bottom: 10px;
}

section.content div.justify div.opinion table tr td {
    padding: 5px 0;
    vertical-align: top;
    font-weight: 600;
}

section.content div.justify div.opinion span.score {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 2px solid #ea5e29;
    background-color: #ea5e29;
    display: inline-block;
    margin: 0 4px;
}

section.content div.justify div.opinion span.score.max {
    background-color: #FFF;
    border: 2px solid #dbdbdb;
}

section.center div.justify {
    font-size: 0;
}

nav#wniosek {
    width: 100%;
    padding: 50px 0 20px 0;
    text-align: center;
    background-color: #f3f6f7;
    margin: 40px auto 10px auto;
}

nav#wniosek p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

nav#wniosek a.button {
    padding: 20px 50px;
    font-weight: 600;
    text-transform: uppercase;
}

nav#wniosek a.button:hover {
    color: #FFF;
    background-color: #7daabb
}

div.boxes {
    width: 100%;
    height: auto;
    overflow: visible;
    background-image: url('../gfx/border.jpg');
    background-repeat: repeat-x;
    background-position: center 70px;
    font-size: 0;
    padding: 20px 0 50px;
}

div.boxes div.box {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    background-color: #f3f6f7;
}

div.boxes div.box:nth-of-type(2), div.boxes div.box:nth-of-type(3) {
    margin: 0 5%;
}

div.boxes div.box img {
}

div.boxes div.box p {
    font-weight: 400;
    color: #242424;
    padding: 0;
}

div.boxes3 div.box {
    width: 28%;
}

div.boxes3 div.box:nth-of-type(2), div.boxes3 div.box:nth-of-type(3) {
    margin: 0;
}

div.boxes3 div.box:nth-of-type(2) {
    margin: 0 8%;
}

div.boxes5 {
    width: 100%;
    height: auto;
    overflow: visible;
    font-size: 0;
    padding: 20px 0 50px;
}

div.boxes5 div.box {
    width: 20%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: Center;
}

div.boxes5 div.box img {
    margin-bottom: 15px;
}

div.boxes5 div.box p {
    font-size: 14px;
    padding: 0;
    line-height: 18px;
}

div.boxes5 div.box p a {
    color: #ea5e29;
}

div.boxes5 div.box p strong {
    font-size: 16px;
    color: #242424;
    text-transform: uppercase;
}

table.phone {
    width: 85%;
    margin-bottom: 40px;
}

table.phone tr td {
    padding: 5px;
    border-bottom: 1px solid #dbdbdb;
}

article#content table.phone tr td p {
    margin: 0;
    font-size: 15px;
}

table.opinie {
    width: 50%;
    display: table;
}

table.opinie tr td {
    padding: 8px 10px;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

table.opinie tr td div.rating {
    width: 120px;
    float: left;
}

table.opinie tr td div.input.hint {
    width: 180px;
    float: left;
    font-style: italic;
    font-weight: 400;
}

section.opinia label {
    display: block;
    width: 260px;
    margin: 10px 0 0 0;
    padding: 10px 0;
}

section.opinia input, section.opinia textarea {
    display: inline-block;
    width: 500px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin: 0 0 10px 0;
}

section.opinia input, section.content section.opinia.kontakt textarea {
    width: 600px;
    display: block;
    margin: 0 0 10px 0;
}

section.opinia textarea {
    resize: vertical;
}

section.content section.opinia input[type=submit] {
    background-color: #252731;
    color: #FFF;
    display: block;
    width: auto;
    border: 0;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

section.content section.opinia input[type=submit]:hover {
    background-color: #ea5e29;
}

a.btn-fb {
    padding: 2px 15px;
    background-color: #4267b2;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}

a.btn-fb i {
    margin-right: 5px;
}

div.fb-widget {
    position: fixed;
    top: 60px;
    right: -340px;
    width: 340px;
    height: 450px;
    z-index: 2010;
    transition: all 0.8s ease-out;
}

div.fb-widget:hover {
    right: 0;
}

div.fb-widget img.show {
    position: absolute;
    top: 10px;
    left: -48px;
}

div.widget {
    position: fixed;
    right: -300px;
    width: 300px;
    z-index: 1000;
    transition: all 0.8s ease-out;
}

div.widget:hover {
    right: 0;
}

div.widget div.inside {
    width: 100%;
    height: auto;
    padding: 10% 6%;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #FFF;
    z-index: 1000;
    border-bottom-left-radius: 5px;
}

div.widget img.show {
    position: absolute;
    top: 0;
    left: -48px;
    z-index: 9999;
}

div.widget div.inside p.header {
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    color: #24262b;
    font-weight: 300;
}

div.widget div.inside p.header strong {
    font-size: 20px;
    font-weight: 500;
}

div.widget div.inside a.button {
    background-color: #085485;
    color: #FFF;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin: 20px 0 0 0;
    display: table;
    padding: 8px 14px;
    border-radius: 5px;
}

div.widget div.inside a.button:hover {
    background-color: #2a2a2a !important;
}

div.widget.pf-widget {
    top: 125px;
    height: auto;
    z-index: 2005;
}

div.widget.pf-widget div.inside p.header strong {
    color: #719e35;
}

div.widget.pf-widget div.inside a.button {
    background-color: #719e35;
}

div.widget.lr-widget {
    top: 340px;
    height: auto;
    z-index: 2004;
}

div.widget.lr-widget div.inside p.header strong {
    color: #085485;
}

div.widget.lr-widget div.inside a.button {
    background-color: #085485;
}

div.widget.prat-widget {
    top: 445px;
    height: auto;
    z-index: 2003;
}

div.widget.prat-widget div.inside p.header strong {
    color: #ea5e29;
}

div.widget.prat-widget div.inside a.button {
    background-color: #ea5e29;
}

footer#bottom {
    z-index: 6;
    position: relative;
    width: 100%;
    height: 150px;
    display: block;
    color: #909090;
    text-transform: uppercase;
    font-size: 13px;
}

footer#bottom.main {
    margin-top: -650px;
}

footer#bottom.grey {
    padding-top: 210px;
    height: 360px;
    background-image: url('../gfx/bg/grey-footer.png');
    background-repeat: no-repeat;
    background-position: center top;
}

footer#bottom p.design {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    margin: 0;
}

footer#bottom a {
    color: #ea5e29;
}

footer#bottom nav#submenu {
    width: 100%;
    height: 70px;
}

footer#bottom nav#submenu ul li {
    margin-right: 25px;
    line-height: 70px;
    display: inline-block;
}

footer#bottom nav#submenu ul li a {
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 600;
}

footer#bottom nav#submenu ul li a:hover, footer#bottom nav#submenu ul li a.active {
    color: #ea5e29;
}

footer#bottom div.copyright {
    width: 100%;
    height: 40px;
}

footer#bottom div.copyright p {
    font-size: 13px;
    line-height: 40px;
}

.footer-nap {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 0px;
    color: #999
}


.buy-iraty {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #6a6a6a;
    line-height: 1.3;
    width: 290px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 700;
    color: #ea5e29;
}


.pf-hidden {
    display: none;
}

.pf-collapser {
    font-size: 13px;
    cursor: pointer;
    background: #ea5e29;
    padding: 0 5px;
    color: white;
}

.pf-collapser.right {
    float: right;
}

.pf-box:not(.pf-hidden) {
    padding: 15px;
    background: #f0f0f0;
}

.checkbox-accepted .form-group {
    position: relative;
    padding-bottom: 10px;
}

.checkbox-accepted, .checkbox-accepted .form-group label {
    color: #000;
    line-height: 19px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.checkbox-accepted label {
    cursor: pointer;
}

.checkbox-accepted .form-group p.additional {
    font-size: 12px !important;
    line-height: 20px !important;
    padding-left: 25px;
}

.checkbox-accepted .form-group .select-all-label {
    font-weight: 700;
}

.checkbox-accepted {
    margin-bottom: 25px;
}

.checkbox-accepted input[type=checkbox]:required:before {
    content: '*';
    display: inline-block;
    color: red;
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
    font-weight: 700;
}

.form-group:last-child {
    padding-bottom: 0;
}

.submit-bar input[type=submit] {
    margin: 45px 0 0 0 !important;
}