﻿h3 {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

p strong, strong {
    font-weight: 600;
}

.button {
    cursor: pointer;
    padding: 1rem 2rem 1.0625rem;
    text-align: left;
    text-decoration: none;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-family: "Exo 2";
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-transform: lowercase;
}

.autowidth {
    margin: 3px;
    min-width: 30px;
    padding: 0.435rem 0.8rem 0.538rem;
    text-align: center;
    width: auto !important;
}

.button.small {
    position: relative;
    line-height: 29px;
    padding: 0 1.3rem;
}

button.round, .button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

button.small, .button.small {
    font-size: 12px;
}

button:hover, .button:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}
/*listy numerowane*/
ol.short, ol.long {
    padding: 0;
    counter-reset: item;
    margin-left: 0;
    width: 100%;
}

ol.short {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

    ol.short li, ol.long li {
        padding: 5px 0;
        line-height: 20px;
        list-style-position: inside;
        display: inline-table;
        margin-bottom: 10px;
        margin-right: 10px;
    }

ol.long li {
    margin-right: 0;
    width: 100%;
}

    ol.short li:before, ol.long li:before {
        content: counter(item) "";
        counter-increment: item;
        background: white;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #ffc31c;
        margin: 5px 0;
        padding: 6px 12px;
        text-align: center;
    }

    ol.long li:before {
        content: counter(item) "";
    }

    ol.short li span, ol.long li span {
        display: table-cell;
        line-height: 20px;
        padding-left: 10px;
    }

    ol.long li span {
        width: 100%;
    }

ul.listArrow {
    list-style-image: url(/Themes/MasterImages/point.png);
}

    ul.listArrow li {
        padding: 5px 0;
    }

h3.info-number-phone {
    font-size: 20px;
    margin-top: 0;
}

.button.small span {
    background-image: url("/Themes/MasterImages/btn_small_arrow.png");
    background-position: 0 top;
    display: inline-block;
    height: 28px;
    position: absolute;
    right: 10px;
    -moz-transition: background-position 0.4s ease 0s;
    -o-transition: background-position 0.4s ease 0s;
    -webkit-transition: background-position 0.4s ease 0s;
    transition: background-position 0.4s ease 0s;
    width: 7px;
}

.button.small:hover span, .button.small:focus span {
    background-position: 0 bottom;
}

.button.btn-small {
    padding-right: 40px;
}

.button.sprawdz {
    width: 291px;
}

table.default-table .default-table-header {
    background: #ffc61f none repeat scroll 0 0;
    font-weight: 700;
    height: 50px;
}
ol.upper-roman {
    list-style-type: upper-roman;
}
ol.decimal {
    list-style-type: decimal;
}
ol.lower-alpha {
    list-style-type: lower-alpha;
}
.helpline a {
    text-decoration: none;
}
table.nocolor tr:nth-child(2n+1) {
    background-color: #fff;
}