*: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: 990px) {
    .kontakt_formularz {
        width: 280px;
				margin:auto;
    }

    .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!important;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
				background-color: #f6f6f6;
				color:#000;
				text-decoration:none;
				text-align:center;
    }

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

    .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: 991px) and (max-width: 1099px){
    .kontakt_formularz {
        width: 640px;
        margin:auto;
    }

    .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: 110px;
        padding: 5px;
        resize: none;
        border: 1px solid #E6E2E3;
    }

    .kf_row a {
        display: block;
        padding: 3px 10px 3px 10px!important;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
				background-color: #f6f6f6;
				color:#000;
				text-decoration:none;
				text-align:center;
    }

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

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

    .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: 110px;
        padding: 5px;
        resize: none;
        border: 1px solid #E6E2E3;
    }

    .kf_row a {
        display: block;
        padding: 3px 10px 3px 10px!important;
        float: right;
        margin-right: 20px;
        transition: 0.5s all;
				background-color: #f6f6f6;
				color:#000;
				text-decoration:none;
				text-align:center;
    }

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

.iframe_wrapper         {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

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

.c20 {
    height: 20px;
}