.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;
  text-decoration: underline;
  font-weight: bold;
}

.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);
}






  .kontakt_formularz {
    margin:auto;
  }

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

  .kf_row.form_right {
    float: right;
  }

  .kf_row input {
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E2E3;
	width: 100%;
  }
  
  .kf_row input, .kf_row textarea {
	  color: #4e565a;
    padding: 20px 15px!important;
  }

  .kf_row .selectric-wrapper {
  }

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

  .kf_row a {
    display: inline-block;
    padding: 10px 20px!important;
    transition: 0.5s all;
    color:#fff!important;
    text-decoration:none!important;
    text-align:center;
    margin: 30px auto 20px auto;
    background-color: #ee8a73!important;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
  }

  .kf_row a:hover {
    background-color: #d56e56!important;
  }

.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;
}

.c20 {
  height: 20px;
}

.c100 {
  height: 100px;
}

/*
  WDROZENIOWE
 */
.textbox_text a{
  text-decoration: underline;
  color: inherit;
}

.textbox_text a:hover{
  text-decoration: none;
  color: inherit;
}

.textbox_text ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 25px;
}

.textbox_text ol {
  list-style: outside;
  list-style-type: decimal;
  margin-left: 25px;
}

.textbox_text em {
  font-style: italic;
}

.videobox_main video {
  display: block;
}

.mainphoto {
  margin-right: 35px;
  margin-bottom: 10px;
  float: left;
  max-width: 200px;
  max-height: 200px;
}

.month_content .collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}

.month_content .uncollapsed {
  height: auto;
}

.kontaktbox .h2{
	text-transform:none;
}