*:focus
{
    outline: none;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0px;
    margin: 0px;
}

.message-good, .message-bad, .message-info  {
    padding: 10px 10px 10px 40px!important;
    margin-bottom: 10px!important;
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

.message-good {
    border: 1px solid #cae49c;
    color: #516f1b;
    background-color: #f3ffd0;
    background-image: url(../gfx/accept-big.png)
}

.message-good a {
    color: #516f1b;
}

.message-bad {
    border: 1px solid #ffdede;
    color: #ce0000;
    background-color: #fff1f1;
    background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
    color: #ce0000;
}

.message-info {
    border: 1px solid #ededb3;
    background-color: #ffffcc;
    background-image:  url(../gfx/information-big.png);
}

@media only screen and (max-width: 767px) {
    .kontakt_formularz {
        width: 280px;
				margin: auto;
				padding-top: 20px;
    }

    .kf_row {
        min-height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .kf_row.form_right {
        float: left;
    }

    .kf_row input {
        width: 278px;
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #E6E2E3;
    }

    .kf_row textarea {
        width: 278px;
        height: 100px;
        padding: 5px;
        resize: none;
        border: 1px solid #E6E2E3;
    }

    .kf_row a {
        display: block;
        padding: 3px 10px 3px 10px;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
    }

    .kf_row a:hover {
        background-color: #f6f6f6;
    }

    .text_column {
        width: 98%!important;
        float: none;
        margin-bottom: 20px;
    }

    .text_column_3_4 {
        width: 98%!important;
        float: none;
        margin-bottom: 20px;
    }

    .text_column_1_4 {
        width: 98%!important;
        float: none;
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1099px){
    .kontakt_formularz {
        width: 640px;
        margin:auto;
				padding-top: 20px;
    }

    .kf_row {
        min-height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .kf_row.form_right {
        float: right;
    }

    .kf_row input {
        width: 298px;
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #E6E2E3;
    }

    .kf_row textarea {
        float: right;
        width: 298px;
        height: 109px;
        padding: 5px;
        resize: none;
        border: 1px solid #E6E2E3;
    }

    .kf_row a {
        display: block;
        padding: 3px 10px 3px 10px;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
    }

    .kf_row a:hover {
        background-color: #f6f6f6;
    }
}

@media only screen and (min-width: 1100px){
    .kontakt_formularz {
        width: 640px;
        margin:auto;
				padding-top: 20px;
    }

    .kf_row {
        min-height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .kf_row.form_right {
        float: right;
    }

    .kf_row input {
        width: 298px;
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #E6E2E3;
    }

    .kf_row textarea {
        float: right;
        width: 298px;
        height: 109px;
        padding: 5px;
        resize: none;
        border: 1px solid #E6E2E3;
    }

    .kf_row a {
        display: block;
        padding: 3px 10px 3px 10px;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
    }

    .kf_row a:hover {
        background-color: #f6f6f6;
    }
}

.frame_wrapper         {width:100%;height:100%;margin:0 auto; margin-bottom: 20px;}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto; visibility: none; opacity: 0;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%; border: 0px;}

.text_column {
    width: 45%;
    padding-right: 4%;
    float: left;
}

.text_column:nth-child(2) {
    float: right;
    padding-right: 0%;
    padding-left: 4%;
}

.text_column_3_4 {
    width: 63%;
    padding-right: 2%;
    float: left;
}

.text_column_1_4 {
    width: 33%;
    padding-left: 2%;
    float: right;
}

.cleaner {
    float: none;
    clear: both;
}