html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: top;} table {border-collapse: collapse;border-spacing: 0;}

/* Main Layout */
html {height: 100%;}
body { font-family: "Montserrat", Helvetica, Sans-Serif;  }
body.contentpane { background:#fff;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:10px 0; font-weight:bold; color:#222222;}
.componentheading { font-style:italic;font-size:25px; margin:0; padding:0 0 10px 0; color:#1a528c;}
a:link, a:visited {  color: #181818;}
a:hover {  color: #333333;}
ul {margin:0 0 0 15px;}
p {margin-top: 0;margin-bottom: 10px; padding: 0 5px 0 5px;}
blockquote { }
element.style { height:auto;}
.clr {clear: both;}
.container {
    padding: 0 2%;
    max-width: 1600px;
    margin: 0 auto;
}
#mainhead {
    background: #064B0C;
    padding: 10px 0;
    color: #C5DAC7;
    line-height: 22px;
    font-size: 15px;
}
#mainhead a {
     color: #C5DAC7;
}
.tgtop .custom.left, .latestnews, .user2, .newsitem, .latestnws.newshome {
    display: flex;
}
.tgtop, #header .container, .layf {
    display: flex;
    justify-content: space-between;
}
.tgtop  .custom p {
    margin-bottom: 0;
}
.tgtop img {
    margin: 0 3px
}
.custom.right img {
    opacity: 0.3;
}
.custom.right img:hover {
    opacity: 1
}

/* Header */

#header {
    box-shadow: 0 0 10px rgb(140 140 140 / 46%);
     padding: 1% 0
}
.layout-featured #header {
    position: absolute;
    z-index: 5;
    width: 100%;
     box-shadow: none;
}


#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 9%;
    max-width: 40%;
    left: 2%;
    font-size: 43px;
    font-weight: 700;
}
.flexslider {
    min-height: 30vw;
}
.color-nav-light .flex-control-paging li a {
    position: relative;
    z-index: 5
}

.color-nav-active-white .flex-control-paging li a.flex-active:after {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    width: 300%;
    height: 300%;
    z-index: 3;
    left: -111%;
    top: -103%;
    border-radius: 50%;
}
#topimage .flexslider.position-nav-bottom .flex-control-nav {
    bottom: 25px;
    z-index: 2;
}
#topimage .flex-control-nav li {
    margin: 9px !important;
}
img.logoim {
    max-width: 240px;
}
#topcontent h3 {
    text-align: center;
    padding: 4% 0 3% 0;
    font-size: 30px;
    font-weight: 400;
}
 .latestnews img   {
     max-width: 100%
 }
 .latestnews .newsitem {
    text-align: center;
    margin: 0 0.5%;
    position: relative;
}
.latestnews .newsitem_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7% 0;
    background: #098f12;
    background: rgb(9 143 18 / 68%);
    height: 23%
}
.latestnews .newsitem_info a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
 .latestnews .newsitem .newsitem_intro {
    height: 0;
    margin: 5% 0;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    opacity: 0;
}
.latestnews .newsitem:hover .newsitem_info {
    height: 88%;
    background: rgb(6 75 12 / 78%);
    transition: all 0.7s;
    line-height: 1.7em;
}
 .latestnews .newsitem:hover .newsitem_intro {
    height: auto;
    transition: all 1.4s;
    opacity: 1
 }
.latestnews .newsitem_info a.button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid;
    padding: 2% 5%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 35px;
}
.latestnews .newsitem_info a.button:hover {
     background: #064B0C;
     border-color: #25830D
}


#topcontent h3 {
    text-align: center;
}
#nav {
    padding-top: 2%;
}
#nav ul {margin:0; padding:0; }
#nav ul li { display: inline-block; padding: 3px 10px; position: relative;}
#nav ul li a {
    display: block;
    padding: 0 14px 0 14px;
    margin: 0;
    line-height: 32px;
    color: #212121;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #222222;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 14px;
    right: 1%;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}

#nav ul li.active {}
#nav ul li.active a {}
#nav ul li:hover {}
#nav ul li a:hover{  }
#nav>ul>li.active>a {
    color: #77a97b;
}
#nav li ul {
    position: absolute;
    font-size: 12px;
    top: 39px;
    z-index: 5;
    margin-left: -10px;
    background: #098F12;
    box-shadow: 0px 0px 4px #a7a7a7;
    border-radius: 3px;
     display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;

}
#nav li.active ul li a {
}
#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 200px;
    border-bottom: 1px solid #ddd;
   font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px 9px 23px;
}
#nav li ul li.active {
    background: #FD8448
}

#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}
#nav li:hover ul li ul {
    left: 100%;
    top: 0;
    display: none;
}
#nav li:hover ul li:hover ul {
    display: block;
}
#nav ul li ul li:hover  {
    background: #115017
}
#nav ul li ul li:hover a  {
    color: #fff
}

ul.breadcrumb {
    margin: 1% 0 0 0;
    padding: 1% 2%;
}
ul.breadcrumb li {
  display: inline-block;
     color: #777777;
}
ul.breadcrumb li.active span {
   padding-left: 3px;
   font-size: 15px;
}

/* Sidebar */
#leftbar-w {padding:0px;width:230px;float:left;}
#addthis {float:center; padding-left: 12px; padding-top: 5px;}
#rightbar-w {margin-right:12px;padding:0px;width:230px;float:right;}
#sidebar {padding:0}
#sidebar .module {padding:6px 0 6px 0; margin:0;}
#sidebar .module-title {font-size:16px;font-weight:100;margin:0;height:24px; line-height:24px; color: #fff; padding:0 0 0 22px; font-family:Tahoma, sans-serif;}
#leftbar-w .module-title {padding: 0 0 0 15px }
#rightbar-w  .module-title {padding: 0 0 0 15px}


/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content { clear:both;margin-top: 10px; background:#fff; position:relative; height:100%; padding: 10px}

#wrapper { margin:0 auto; width:1000px; padding:0;position: relative;}

#leftcolumn{margin-left:9px;padding:0px;width:205px;float:left;}
#rightcolumn{margin-right:9px;padding:0px;width:205px;float:right;}
#centercontent{width:500px;float:left;margin:5px;padding:0px;overflow:hidden; border:1px solid #e5e5e5; -moz-border-radius: 8px 8px 8px 8px; border-radius:8px;}
#centercontent_md{width: 725px;float:left;margin:0px 5px 0px 5px;padding:5px;overflow:hidden;}
#centercontent_bg{padding:0px;overflow:hidden;}

div.clearpad {float:left;padding:0 0px 15px 10px;}
div.clearpad ul {clear: both;}

/* Content styles */

.blog-featured {background:#fff; color: #555;}
.items-leading {position: relative; clear:both; padding: 3px 0px 3px 4px; margin-top:2px;}

.item-page { position:relative; background:#fff; color: #555;}
.page-header h2 {
    font-size: 25px;
    margin-bottom: 2%;
}
.id-103.layout-category .page-header h2 {
    font-size: 17px;
    margin-bottom: 2%;
    min-height: 3em;
}
.blog.news .page-header h2 {
        font-size: 20px;
    margin-bottom: 2%;
}

.item-page a.button {
    background: #064b0c;
    color: #fff;
    padding: 13px 6%;
    margin: 11px 0;
    display: block;
    width: fit-content;
}
.items-row { position: relative; clear: both; text-align: center;}
.items-row .span3, .items-row .span4, .items-row .span6  { display: inline;}

.cols-1 {width:100%; clear:both;}
.cols-2 .column-1{width:45%;}
.cols-2 .column-2{width:45%;}
.cols-3 .column-1{width:33%;}
.cols-3 .column-2{width:33%;}
.cols-3 .column-3{width:33%;}
.cols-4 .column-1{width:24%;}
.cols-4 .column-2{width:24%;}
.cols-4 .column-3{width:24%;}
.cols-4 .column-4{width:24%;}
.column-1, .column-2, .column-3, .column-4 {
    position:relative;
    display: inline-block;
}

.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;

}
.id-103.layout-category .blog .item {
    margin: 0 2%;
    padding-bottom: 1%;
    width: 19%;
    font-size: 13px;
    line-height: 2em;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
  max-width: 100%
}

.readmore { margin:0; line-height:20px; }


ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.pagination { clear:both;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; background: #fff; color: #555; font-weight: bold; font-size: 90%;}
.pagination a, ul.pagenav li a {  font-weight: bold; text-decoration:underline}

.inputbox, input, textarea, select { border:1px solid #c0c0c0; color:#13618d; padding: 5px 10px}
.breadcrumbs { padding:0 0 0 10px; color:#555;}

/* Footer */

#user-bottom {
    margin: 1% auto 0 auto;
    padding: 2% 0;
    background: #1b1b1b;
    color: #BBBBBB;
}
#user-bottom a, #user-bottom h3 {
    color: #fff;
}
#user-bottom h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 5%;
}
.user2 ul {
    margin: 0
}

.user2 li {
    padding: 4% 0;
    list-style: none;
}
#user-bottom .user2 li a {
    text-decoration: none;
    font-size: 14px;
    color: #b7b7b7;
}
.user1 {
    padding-top: 89px;
    width: 31%;
    background: #1b1b1b url(../images/logo.png) 0 0 no-repeat;
    background-size: 209px;
    margin-top: 18px;
    font-size: 13px;
    color: #656565;
}
.user2 {
    width: 47%;
}
.user2 .moduletable {
    margin: 0 5%;
}
.user3 img {
    filter: grayscale(1);
    width: 14px;
    height: auto;
}
.user3 div {
    margin: 8% 0;
    font-size: 14px;
}
.inline {
    display: inline-block;
}
#user-bottom2 {
    padding: 1.5%;
    font-size: 15px;
}
#topcontent {
    overflow: hidden;
}
.moduletable.newshome {
    position: relative;
    margin: 5% 0
}
.moduletable.newshome:after {
    content: '';
    position: absolute;
    width: 130%;
    height: 115%;
    top: 0;
    background: #25830D;
    z-index: -1;
    transform: translate(-10%, 0%);
    left: 0;
}
.moduletable.newshome h3, .moduletable.newshome {
    color: #fff;
}

.latestnws .img-intro {
    max-width: 304px;
    margin: 0 2%;
}
.latestnws .img-intro img {
    max-width: 100%
}
.newsitem {
    margin: 0 3%;
}
.latestnws .newsitem_info a {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}
.latestnws .newsitem_info a.button {
    font-size: 15px;
    color: #73b961;
}
.latestnws .newsitem_intro {
    margin: 3% 0px;
    font-size: 13px;
    line-height: 1.7em;
}
a.button.nws {
    display: block;
    margin: 2% auto 0 auto;
    width: fit-content;
    color: #fff;
    border: 1px solid #aecaa6;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

#navtoogle {
   display: none;
      background: #2C6301;
     background: linear-gradient(to bottom, #74A354, #2C6301);
    color: #fdfcfc;
    padding-right: 5%;
    text-align: right;
    margin-bottom: 2%;
}
@media only screen and (max-width:1300px) {
  .latestnews .newsitem_info {
    height: 44%;
} }
@media only screen and (max-width:1200px) {
    .latestnews {
    flex-wrap: wrap;
    justify-content: center;
}
.latestnews .newsitem {
    margin: 1% auto;
    position: relative;
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 18%;
    max-width: 45%;
    left: 2%;
    font-size: 26px;
    font-weight: 700;
}
#nav ul li a {
    font-size: 13px;
}
#nav ul li {
    padding: 3px;
}
.tgtop {
    font-size: 13px;
}

}
@media only screen and (max-width:1000px) {
 .layf {
     flex-wrap: wrap
 }
 .user1, .user2 {
     width: auto;
 }
 .user2 {
    flex-wrap: wrap;
}
.user2 .moduletable {
    margin: 0 1%;
       width: 48%;
}
.latestnews .newsitem {
    max-width: 355px;
}
.id-103.layout-category .blog .item {
    width: 42%
}

}
@media only screen and (max-width: 768px) {

.user2 {
    margin: 6% 0;
}
#nav {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    background: rgb(255 255 255 / 88%);
    width: 100%;
    top: 90px;
    z-index: 100;
}
#navtoogle {
   display: block;
 }
.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: #ffa775;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* активное состояние, т.е. меню открыто */
.cmn-toggle-switch__htx.active {
  background-color: #666666;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
span.menutoog div {
      background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}
#nav ul li {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #5e8f3a;
}
#nav li:hover ul, #nav li:hover ul li:hover ul {
    display: none;
}

#nav ul.nav li.parent.act {
    border: none
}

#nav ul.nav li.parent:before {
    content: '';
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 22px;
    right: 10%;
    transform: rotate(-45deg);
}
#nav ul.nav li.parent.act:before {
     transform: rotate(45deg);
     transition: all 0.5s
}
#nav li ul {
    position: static;
    margin: 5% 0;
}
#nav li ul li a {
    margin: 0 auto;
    border: 0;
}

table, td, video {
    max-width: 98%;
    display: inline-block;
    margin: 0 auto;
    width: auto!important;
    height: auto!important;
}
img {
    max-width: 100%
}

td, iframe {
    border: none;
    width: 100%!important;
}
.blog .item {
    width: 48%
}

img.sigFreeImg {
    width: 265px!important;
    height: 200px!important;
    max-width: none;
}
ul.sigFreeClassic {
    text-align: center;
}
ul.sigFreeClassic li.sigFreeThumb {
    display: inline-block;
    margin: 1%;
    float: none;
}
ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
    display: none;
}
#topcontent table {
    text-align: center;
}

#topcontent td {
    width: 49%!important;
}

.newsitem {
    margin: 0 3%;
    width: 50%;
    display: block;
}
.user2 {
    display: contents;
}
.user3 {
    width: 50%;
    word-break: break-word;
}
.tgtop .custom.left {
    display: none
}
#header {
    position: relative;
    z-index: 5;
    padding: 3% 0;
}

.layout-featured #header {
    position: relative;
    width: 100%;
    box-shadow: none;
}
.moduletable.newshome:after {
    height: 101%;
}
.moduletable.newshome {
    padding: 9% 0;
}
.latestnews .newsitem_info a.button {
    font-size: 12px;
    bottom: 16px;
}
.latestnews .newsitem_info {
    height: 33%;
}
.latestnews .newsitem_info a {
    font-size: 15px;
}
.latestnews .newsitem:hover .newsitem_info {
    height: 88%;
}
.latestnews .newsitem .newsitem_intro {
    font-size: 11px;
}
#topcontent td img {
    max-width: 70px;
}
#topimage .flexslider.position-nav-bottom .flex-control-nav {
    bottom: 1%;
    z-index: 2;
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    font-size: 23px;
}
.latestnews .newsitem, #topimage  {
    min-height: 54vw;
}

}

@media only screen and (max-width: 450px) {
.blog .item {
    width: 95%;
    margin: 1% auto;
}
img.logoim {
    max-width: 184px;
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 43%;
    max-width: 100%;
    left: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
#nav {
    top: 62px;
}
#user-bottom2 .layf {
    display: block;
}
.latestnews .newsitem_info {
    height: 48%;
}
.id-103.layout-category .blog .item {
    width: 88%;
    margin: 5% 0
}
#topcontent td {
     width: 99%!important;
}
}
@media only screen and (max-width: 350px) {

#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 25%;
    font-size: 16px;
}   }