input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
button:not(.jGrowl-close):not(.mfp-close) {
  display: inline-block;
  line-height: 1;
  padding: 7px 20px;
  border: none;
  background: linear-gradient(to bottom, #fff, #e6e6e6);
  border: 1px solid #cccccc;
  border-radius: 4px; }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="password"]:hover,
  button:not(.jGrowl-close):not(.mfp-close):hover {
    background: whitesmoke; }

input[type="text"],
textarea,
select,
.text-input {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 4px; }

select {
  width: calc(100% - 2px); }

input[type="text"],
textarea,
.text-input {
  width: calc(100% - 16px); }

html, body {
  width: 100%;
  height: 100%; }

table:not(#calendar) {
  border-collapse: collapse;
  border-spacing: 0; }
  table:not(#calendar) caption, table:not(#calendar) tbody, table:not(#calendar) tfoot, table:not(#calendar) thead, table:not(#calendar) tr, table:not(#calendar) th, table:not(#calendar) td {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent; }

a {
  color: #1E7A3B; }
  a:hover, a:focus, a.selected {
    color: #be0000; }

h1, h2, h3, h4 {
  font-weight: normal; }

.moduletitle {
  margin: 0; }

body {
  font-size: 13px;
  font-family: Arial;
  color: #333;
  background: #fff url(../images/bg.jpg) repeat-x;
  line-height: 1.5; }
  body .container {
    width: 1242px;
    margin: 0 auto;
    display: block; }
  body .header_wrapper {
    font-size: 0;
    text-decoration: none;
    transition: .3s all;
    display: block; }
    body .header_wrapper .header {
      width: 1242px;
      height: 310px;
      background: url(../images/header.jpg) no-repeat center;
      margin-top: -5px; }
    body .header_wrapper:hover {
      opacity: .95; }

.top_menu {
  display: block;
  background: #fff;
  box-shadow: 0 0 1px #cccccc;
  line-height: 1;
  height: 56px;
  font-size: 16px;
  margin-top: 10px;
  position: relative; }
  .top_menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(190, 0, 0, 0.5), #1E7A3B 70%, transparent);
    height: 1px; }
  .top_menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(190, 0, 0, 0.5), #1E7A3B 70%, transparent);
    height: 1px; }
  .top_menu ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block; }
    .top_menu ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .top_menu ul li a {
        display: block;
        text-decoration: none;
        height: 56px;
        line-height: 56px;
        padding: 0 20px;
        color: #000; }
        .top_menu ul li a:hover {
          color: #be0000; }
      .top_menu ul li ul {
        display: none; }
      .top_menu ul li.selected a {
        color: #be0000; }
  .top_menu .main_search {
    display: inline-block;
    float: right;
    line-height: 1;
    font-size: 0;
    margin: 12px; }
    .top_menu .main_search * {
      outline: none !important; }
    .top_menu .main_search input[type="text"] {
      padding: 7px 10px;
      border: 1px solid #e6e6e6;
      font-size: 14px; }
      .top_menu .main_search input[type="text"]:focus {
        border-color: rgba(30, 122, 59, 0.5); }
    .top_menu .main_search input[type="submit"] {
      background: linear-gradient(to top, #f7f7f7, #fff, #f7f7f7);
      border: 1px solid #e6e6e6;
      border-left: none;
      padding: 7px 15px;
      color: #8c8c8c;
      font-size: 14px; }
      .top_menu .main_search input[type="submit"]:hover {
        background: #f2f2f2; }

.main_content {
  display: block;
  display: flex;
  margin-top: 20px; }
  .main_content .main {
    flex: 1; }

.module {
  margin-bottom: 40px; }

.left_sidebar, .right_sidebar {
  display: inline-block;
  width: 260px;
  margin-right: 40px; }
  .left_sidebar .partners a, .right_sidebar .partners a {
    line-height: 1; }
  .left_sidebar .partners img, .right_sidebar .partners img {
    width: 100%;
    line-height: 1; }
  .left_sidebar p, .right_sidebar p {
    margin: 0;
    padding: 0; }
  .left_sidebar img, .right_sidebar img {
    max-width: 100%; }
  .left_sidebar .sidebar_menu, .right_sidebar .sidebar_menu {
    margin-bottom: 40px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    background: #fcfcfc;
    position: relative; }
    .left_sidebar .sidebar_menu:after, .right_sidebar .sidebar_menu:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 1px;
      content: '';
      background: linear-gradient(to left, transparent, #333, transparent); }
    .left_sidebar .sidebar_menu:before, .right_sidebar .sidebar_menu:before {
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 1px;
      content: '';
      background: linear-gradient(to left, transparent, #333, transparent); }
    .left_sidebar .sidebar_menu ul, .right_sidebar .sidebar_menu ul {
      background: #fff;
      display: block;
      margin: 0;
      padding: 0; }
      .left_sidebar .sidebar_menu ul li, .right_sidebar .sidebar_menu ul li {
        display: flex;
        flex-flow: row wrap;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 1; }
        .left_sidebar .sidebar_menu ul li a, .right_sidebar .sidebar_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 20px 30px;
          border-bottom: 1px solid #f2f2f2;
          flex: 1;
          color: #333; }
          .left_sidebar .sidebar_menu ul li a.selected, .right_sidebar .sidebar_menu ul li a.selected {
            color: #000;
            background: #fafafa; }
          .left_sidebar .sidebar_menu ul li a:hover, .right_sidebar .sidebar_menu ul li a:hover {
            background: #fafafa; }
        .left_sidebar .sidebar_menu ul li ul, .right_sidebar .sidebar_menu ul li ul {
          display: none;
          box-shadow: none;
          margin: 0;
          width: 100%;
          position: relative; }
          .left_sidebar .sidebar_menu ul li ul li, .right_sidebar .sidebar_menu ul li ul li {
            font-size: 13px; }
            .left_sidebar .sidebar_menu ul li ul li .fa, .right_sidebar .sidebar_menu ul li ul li .fa {
              color: #e6e6e6;
              font-size: 10px;
              display: inline-block;
              position: relative;
              top: -1px;
              margin-right: 3px; }
            .left_sidebar .sidebar_menu ul li ul li a.selected, .right_sidebar .sidebar_menu ul li ul li a.selected {
              background: #f7f7f7; }
        .left_sidebar .sidebar_menu ul li.folder .switcher, .right_sidebar .sidebar_menu ul li.folder .switcher {
          display: inline-block;
          user-select: none !important;
          -webkit-user-select: none !important;
          float: right;
          width: 30px;
          padding: 20px 0;
          text-align: center;
          cursor: pointer;
          border-bottom: 1px solid #f2f2f2;
          border-left: 1px solid #f2f2f2; }
          .left_sidebar .sidebar_menu ul li.folder .switcher:before, .right_sidebar .sidebar_menu ul li.folder .switcher:before {
            font-family: FontAwesome;
            content: '+'; }
          .left_sidebar .sidebar_menu ul li.folder .switcher.opened:before, .right_sidebar .sidebar_menu ul li.folder .switcher.opened:before {
            font-family: FontAwesome;
            content: '-'; }
          .left_sidebar .sidebar_menu ul li.folder .switcher:hover, .right_sidebar .sidebar_menu ul li.folder .switcher:hover {
            background: whitesmoke; }
        .left_sidebar .sidebar_menu ul li.folder.selected > a, .right_sidebar .sidebar_menu ul li.folder.selected > a {
          color: #be0000;
          background: #fafafa; }
        .left_sidebar .sidebar_menu ul li.folder.selected .switcher, .right_sidebar .sidebar_menu ul li.folder.selected .switcher {
          background: #fafafa; }
          .left_sidebar .sidebar_menu ul li.folder.selected .switcher:hover, .right_sidebar .sidebar_menu ul li.folder.selected .switcher:hover {
            background: whitesmoke; }
  .left_sidebar .module, .right_sidebar .module {
    display: block;
    clear: both;
    background: #fcfcfc;
    position: relative; }
    .left_sidebar .module .moduletitle, .right_sidebar .module .moduletitle {
      padding: 18px 20px;
      background: #1E7A3B;
      background: radial-gradient(#1E7A3B, #145127);
      font-size: 16px;
      color: #fff;
      line-height: 1;
      text-align: center;
      border: 1px solid #1E7A3B; }
    .left_sidebar .module .modulebody, .right_sidebar .module .modulebody {
      display: block;
      padding: 10px;
      border: 1px solid #f2f2f2; }

.right_sidebar {
  width: 260px;
  margin-right: 0;
  margin-left: 40px; }
  .right_sidebar .module {
    border: none; }
    .right_sidebar .module .moduletitle {
      background: #fafafa;
      color: #333;
      border-color: #f2f2f2;
      border: none;
      position: relative; }
      .right_sidebar .module .moduletitle:before {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 1px;
        content: '';
        background: linear-gradient(to left, transparent, #1E7A3B, transparent); }
    .right_sidebar .module .modulebody {
      border: 1px solid #f2f2f2; }

.mod_calendar .module:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  background: linear-gradient(to left, transparent, #be0000, #1E7A3B, transparent); }

.module_calendar {
  display: block; }
  .module_calendar table {
    width: 100%;
    text-align: center; }
    .module_calendar table thead tr:nth-child(1) td {
      padding-bottom: 15px; }
    .module_calendar table thead td:nth-child(n+6), .module_calendar table thead td.day.holiday, .module_calendar table tbody td:nth-child(n+6), .module_calendar table tbody td.day.holiday {
      color: #be0000; }
    .module_calendar table td {
      padding: 8px;
      text-align: center; }
      .module_calendar table td.month_year {
        font-weight: bold; }
    .module_calendar table tbody td.today {
      font-weight: bold; }
  .module_calendar .tab_nav {
    cursor: pointer;
    font-weight: bold; }

.white-popup {
  width: 560px !important;
  position: relative;
  margin: 0 auto;
  background: #fff; }
  .white-popup .ajax_header {
    padding: 20px 15px;
    color: #fff;
    background: #1E7A3B;
    font-size: 16px; }
  .white-popup .ajax_item {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2; }
    .white-popup .ajax_item a {
      font-size: 14px; }
    .white-popup .ajax_item .pubdate {
      font-size: 12px;
      color: #999; }
  .white-popup .mfp-close {
    top: 10px !important; }

.main .module {
  display: block; }
  .main .module .moduletitle {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1; }
  .main .module .modulebody {
    padding: 0; }

.top_module .module {
  display: block; }
  .top_module .module .moduletitle {
    font-size: 32px;
    font-family: serif;
    margin-bottom: 30px;
    text-transform: none;
    line-height: 1; }
  .top_module .module .modulebody {
    position: relative; }

.fk_news {
  display: flex;
  flex-flow: column; }
  .fk_news .fk_news_item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .fk_news .fk_news_item:after {
      content: '';
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: linear-gradient(to left, transparent, #1E7A3B, transparent);
      bottom: 0;
      opacity: .2; }
    .fk_news .fk_news_item:last-of-type {
      padding-bottom: 0; }
      .fk_news .fk_news_item:last-of-type:after {
        display: none; }
    .fk_news .fk_news_item .fk_item_title {
      font-size: 16px;
      display: block;
      margin-bottom: 20px;
      line-height: 1;
      text-shadow: 1px 1px 1px #fff; }
      .fk_news .fk_news_item .fk_item_title a {
        text-decoration: none; }
    .fk_news .fk_news_item .fk_item_image {
      margin-right: 20px;
      float: left; }
    .fk_news .fk_news_item .fk_item_date {
      font-size: 10pt;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px; }
    .fk_news .fk_news_item .fk_item_desc img {
      float: left;
      margin-right: 20px; }

.component {
  display: block;
  position: relative;
  margin-bottom: 50px;
  /*  &:after{
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 1px;
      content: '';
      background: linear-gradient(to left, transparent, #333, transparent);
    }
    &:before{
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 1px;
      content: '';
      background: linear-gradient(to left, transparent, #333, transparent);
    }*/ }
  .component .cboxElement img {
    margin-right: 15px; }
  .component .con_details {
    margin-bottom: 30px; }
  .component .con_title a {
    font-size: 16px; }
  .component .con_heading {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1; }
  .component .con_description {
    display: block;
    margin-bottom: 30px; }
  .component .cmm_heading {
    margin-top: 20px;
    font-size: 18px; }
  .component .add_comment {
    margin-right: 10px;
    display: inline-block; }
  .component .cm_ajax_list {
    display: block;
    margin-top: 20px; }
    .component .cm_ajax_list .cmm_entry {
      width: 100%;
      margin-bottom: 20px; }
      .component .cm_ajax_list .cmm_entry .cmm_title {
        padding-bottom: 10px; }
        .component .cm_ajax_list .cmm_entry .cmm_title .cmm_date {
          display: inline-block;
          margin-left: 15px;
          font-size: 12px; }
        .component .cm_ajax_list .cmm_entry .cmm_title .cmm_votes {
          float: right; }
        .component .cm_ajax_list .cmm_entry .cmm_title .cmm_good {
          color: #1E7A3B; }
        .component .cm_ajax_list .cmm_entry .cmm_title .cmm_bad {
          color: red; }
  .component .cm_addentry {
    display: block;
    padding-bottom: 30px; }
    .component .cm_addentry .usr_msg_bbcodebox {
      display: block;
      margin: 15px 0 20px;
      font-size: 0; }
      .component .cm_addentry .usr_msg_bbcodebox a {
        display: inline-block;
        line-height: 1;
        padding: 5px;
        background: #fff;
        border: 1px solid #cccccc;
        margin-right: 5px;
        margin-top: 5px; }
        .component .cm_addentry .usr_msg_bbcodebox a:hover {
          background: whitesmoke; }
      .component .cm_addentry .usr_msg_bbcodebox .bb_add_photo {
        display: block;
        font-size: 13px;
        margin-top: 20px; }
    .component .cm_addentry .cm_editor .ajax_autogrowarea {
      width: calc(100% - 14px); }
    .component .cm_addentry .submit_cmm {
      display: block;
      line-height: 1;
      margin-top: 15px; }
    .component .cm_addentry .cm_codebar {
      display: inline-block;
      margin-top: 15px; }
      .component .cm_addentry .cm_codebar table td {
        padding-left: 15px; }
    .component .cm_addentry .cm_guest_name {
      display: block;
      margin-bottom: 20px; }

/*#popup_overlay{
  background: rgba(#000, .6);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}

#popup_container{
  z-index: 9999;
  display: block;
  background: #fff;
  .popup_body{
    display: block;
    .popup_title_wrap{
      display: block;
      padding: 15px 30px;
      #popup_title{
	font-size: 16px;
	padding-right: 80px;
	display: block;
	white-space: nowrap;
      }
    }
    #popup_progress{
      display: block;
      padding: 0 30px;
    }
    #popup_message{
      padding: 15px 30px;
    }
    #popup_panel{
      padding: 0 30px;
    }
  }
}*/
#popup_container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  padding: 0;
  margin: 0; }

#popup_overlay {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  background: #666;
  opacity: 0.4; }

#popup_container .popup_body {
  background: #fff;
  width: 650px;
  margin: 0 auto;
  box-shadow: 0 2px 8px #666;
  overflow: hidden; }

.popup_body > div {
  clear: both; }

#popup_title,
#note_title {
  background: none repeat scroll 0 0 #1E7A3B;
  border-bottom: 1px solid #666;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 20px; }

#popup_container .popup_x_button,
#noteform .popup_x_button {
  background: url("../images/core/close_btn.png") no-repeat center center;
  cursor: pointer;
  float: right;
  height: 16px;
  margin: 18px 15px 0 0;
  opacity: 0.7;
  padding: 3px;
  width: 16px; }

#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
  opacity: 1.0; }

#popup_progress {
  display: none;
  text-align: center;
  width: 100%;
  margin: 45px 0 28px; }

#popup_content {
  padding: 0;
  margin: 0; }

#popup_message {
  font-size: 13px;
  margin: 20px; }

#popup_message img {
  width: 200px; }

#popup_close, #popup_cancel {
  margin-left: 15px; }

#popup_message .box_message_content {
  font-size: 13px;
  padding: 5px; }

#popup_panel, #note_panel {
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  padding: 15px;
  text-align: right;
  overflow: hidden; }

#popup_prompt {
  margin: 0.5em 0; }

span.ajax-loader {
  background: url("../images/core/ajax-loader.gif") no-repeat;
  display: none;
  float: left;
  left: 6px;
  position: relative;
  top: 11px;
  width: 36px; }

#popup_info {
  border: 1px solid #666666;
  display: none;
  float: left;
  margin: 3px 2px;
  padding: 2px 9px 1px;
  position: relative; }

#popup_info.error {
  background-color: #E6A4A4; }

#popup_info.info {
  background-color: #AEFFA4; }

/** Core messages styles [AM][end] **/
#popup_message div.js_smiles, #smileajax {
  height: 1px; }

#popup_message div.js_smiles a, #smileajax a {
  text-decoration: none; }

.usr_msg_bbcodebox {
  display: block; }
  .usr_msg_bbcodebox a {
    display: inline-block; }
  .usr_msg_bbcodebox .bb_add_photo {
    display: block;
    margin: 15px 0; }

.content_items {
  display: block; }
  .content_items .content_item {
    display: block;
    clear: both;
    margin-bottom: 30px; }
    .content_items .content_item .con_title {
      display: block; }
    .content_items .content_item .con_desc {
      display: block;
      margin-top: 10px; }

.footer {
  background: radial-gradient(#1E7A3B, #145127);
  min-height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 11px; }
  .footer .footer_left {
    margin-left: 20px;
    line-height: 1.1;
    flex: 1;
    padding-top: 3px; }
  .footer .footer_right {
    margin-right: 20px;
    padding-top: 8px; }

.pagebar {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pagebar a, .pagebar span {
    display: inline-block;
    margin-right: 10px; }

.con_image img {
  width: 150px;
  float: left;
  background: #fafafa;
  margin-right: 20px; }

.con_pubdate {
  font-weight: bold; }

.contentlist td {
  padding: 10px;
  background: #fff; }

.mod_important {
  display: flex;
  flex-flow: column nowrap; }
  .mod_important .mod_important_item {
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center; }
    .mod_important .mod_important_item:before {
      content: '';
      height: 1px;
      position: absolute;
      left: 20px;
      right: 20px;
      top: -1px;
      display: block;
      background: linear-gradient(to left, transparent, #000, transparent);
      opacity: .2; }
    .mod_important .mod_important_item .mod_important_title {
      margin-top: 10px;
      text-align: center;
      line-height: 1; }
      .mod_important .mod_important_item .mod_important_title a {
        font-size: 16px;
        text-decoration: none; }
    .mod_important .mod_important_item .mod_important_desc {
      display: block;
      margin-top: 10px; }
    .mod_important .mod_important_item .mod_important_date {
      display: block;
      margin-top: 5px;
      text-align: center;
      font-weight: bold; }
    .mod_important .mod_important_item:first-child {
      margin-top: 0;
      padding-top: 0; }
      .mod_important .mod_important_item:first-child:before {
        display: none; }

.userform_table td {
  padding: 3px 0; }

.captcha {
  margin-right: 20px; }

/*# sourceMappingURL=template.css.map */
