input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

 /* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 2px;
  width: 17px; 
  height: 17px;
  border: 1px solid #d3d3d3;
  background: #f8f8f8;
  border-radius: 0px;
 /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}
 /* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '\2714';
  position: absolute;
  left:3px; 
  top: 0;
  font-size: 14px;
  color: #1ba600;
   transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d3d3d3;
  background-color: #ddd;
} 
input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
input[type="checkbox"]:disabled + label {
  color: #aaa;
}
 /* accessibility */
input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
  border: inherit;
}




button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  padding: 5px;
  font-size: 15px !important;
  font-family: ptsans-regular;
  color: #222222;
  border-color: #d3d3d3;
  border-width: 1px;
  border-style: solid;
  background-color: #f8f8f8;
}
.content-slider {
    display: none;
}
.content-slider2 {
    display: none;
}
.content-contacts {
    display: inline-block;
    float: left;
    margin-left: 36px;
    margin-top: 0;
    min-height: 830px;
    position: relative;
    width: 670px;
}
.content-news {
    background-color: #f3fef3;
    display: inline-block;
    min-height: 830px;
    margin-left: 30px;
    margin-top: 0;
    width: 400px;
    height: auto;
}
.content_news .scroll-pane {
    height: 735px !important;
}
h1.wellcome {
    color: #084326;
    display: block;
    font-family: oswald;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    width: 670px;
}
.content-contacts p {
    color: #222222;
    font-family: ptsans-regular;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 0 0 20px;
}
.content-contacts p a {
    color: #1f9a32;
}
.content-contacts ul {
    list-style: outside url("../img/contacts-bullet.png") disc;
    margin: 0;
    padding: 0 0 20px 15px;
}
.content-contacts ul li {
    color: #222222;
    font-family: ptsans-regular;
    line-height: 21px;
    margin: 0;
    padding: 0;
}
#content .p_content .scroll-pane .mCSB_container div img {
    float: left;
    padding: 0;
}
.content-news .news_item .p_content_image {
    display: block;
    float: left;
    height: 96px;
    padding: 0 22px 80px 0;
    width: 96px;
}
.news-single-item .news-single-backlink-main {
    clear: both !important;
}
#kesearch_num_results {
    display: none;
    font-size: 12px;
    padding: 0 0 5px;
}
.tx-kesearch-pi1 .general-message {
    display: none;
    padding: 5px;
}
.tx-kesearch-pi1 .result-list-item {
    color: #222222;
    font-family: ptsans-regular;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 0 0 20px;
}
.tx-kesearch-pi1 .result-list-item a {
    color: #084326;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 0;
}
.news-catmenu-header {
    display: none;
}
.news-catmenu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    height: 100%;
    margin: 25px 0 0;
    overflow: hidden;
    padding: 0;
    width: 300px;
    z-index: 0;
}
.news-catmenu .level1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    clear: both;
    height: auto;
    padding: 2px 0;
}
.level2 {
    background-color: transparent;
    border-left: medium none;
    padding: 0 0 0 18px;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.news-catmenu .level1 .level2 .news-catmenu-NO a::after {
    backface-visibility: hidden;
    background: #1ba600 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: -18px;
    margin-top: -1px;
    position: absolute;
    top: 58%;
    transform: rotate(-45deg);
    width: 8px;
}
.news-catmenu .level1 .level2 .news-catmenu-NO a::before {
    backface-visibility: hidden;
    background: #1ba600 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: -18px;
    margin-top: -1px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 8px;
}
.news-catmenu .level1 .level2 .news-catmenu-ACT a::after {
    backface-visibility: hidden;
    background: #1ba600 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: -18px;
    margin-top: -1px;
    position: absolute;
    top: 58%;
    transform: rotate(-45deg);
    width: 8px;
}
.news-catmenu .level1 .level2 .news-catmenu-ACT a::before {
    backface-visibility: hidden;
    background: #1ba600 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: -18px;
    margin-top: -1px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 8px;
}
.news-catmenu .level1 .news-catmenu-NO a {
    color: #1ba600;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 50;
}
.news-catmenu .level1 .level2 .news-catmenu-NO a {
    color: #333333;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    text-transform: none;
    z-index: 50;
}
.news-catmenu .level1 .news-catmenu-ACT a {
    color: #1ba600;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 50;
}
.news-catmenu .level1 .level2 .news-catmenu-ACT a {
    color: #333333;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    z-index: 50;
    text-transform: none;
}
.news-catmenu .level1 .news-catmenu-NO:hover a {
    color: #1ba600;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 50;
}
.news-catmenu .level1 .level2 .news-catmenu-NO:hover a {
    color: #333333;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    text-transform: none;
    z-index: 50;
}
.news-catmenu .level1 .news-catmenu-ACT:hover a {
    color: #1ba600;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 50;
}
.news-catmenu .level1 .level2 .news-catmenu-ACT:hover a {
    color: #333333;
    display: block;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    z-index: 50;
    text-transform: none;
}


.tx-powermail h3 {
    display: none;
}
.powermail_fieldset {
    border: medium none;
    margin: 0;
    padding: 0 0 30px;
}
.powermail_fieldwrap_check fieldset {
    border: medium none;
    margin: 0;
    padding: 0 0 20px;
}
.powermail_fieldwrap_check fieldset .powermail_check_inner {
    color: #222222;
    font-family: ptsans-regular;
    font-size: 15px;
    padding: 0 0 10px;
}
.powermail_fieldwrap_check fieldset .powermail_check_legend {
    padding: 0 0 10px;
}
.powermail_fieldwrap_check fieldset .powermail_check_inner label {
    overflow: hidden;
    padding: 3px 0 0 28px;
    position: relative;
    display: block;
}
.powermail_input {
    margin: 0 0 15px;
    width: 100%;
}
.powermail_textarea {
    margin: 0 0 15px;
    width: 100%;
}
.powermail_legend {
    color: #084326;
    display: block;
    font-family: oswald;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    width: 670px;
}
.powermail_label {
    color: #222222;
    font-family: ptsans-regular;
    font-size: 15px;
}
.powermail_submit {
    border: none;
    font-family: oswald;
    background-color: #1ba600;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 17px;
    margin: 30px 0 0 0;
}
.powermail_captchaimage {
    clear: both;
    display: block;
    position: relative;
}
.powermail_captcha {
    width: 228px;
}
.csc-header.csc-header-n2 h1 {
    color: #084326;
    font-family: oswald;
    font-size: 18px;
    font-weight: normal;
}


.content_news.archive .news_item .p_content_image {
    display: block;
    float: left;
    height: 96px;
    padding: 0 22px 40px 0;
    margin: 0 20px 0 0;
    width: 96px;
}
.content_news.archive .news_item .p_content_title {
    display: block;
    padding: 0 0 15px;
}
.content_news.archive .news_item .p_content_title a {
    line-height: 21px;
}
.content_news.archive .news_item .p_content_subheader {
    line-height: 21px;
    margin: 0;
    padding: 0;
}
.content_news.archive .news_item .p_content_subheader a {
    color: #222222 !important;
    font-family: ptsans-regular !important;
    font-size: 16px !important;
}

.tx-chgallery-pi1 .pagebrowser {
    border-bottom: 1px solid #DDE1E4;
    border-top: 1px solid #DDE1E4;
    clear: both;
    display: block;
    margin: 27px 0 0;
    padding: 3px 0;
}
.tx-chgallery-pi1 .single { background: none; }

.tx-chgallery-pi1 .single span { display: none; }
.tx-chgallery-pi1 .single {
    float: left;
    margin: 5px;
    padding: 3px 7px 2px;
}