@charset "UTF-8";
/*
You can define a default that is used only if a value isn't
assigned any place else
 
$default-text-color: $black !default;
*/
/** Generated by FG **/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=cyrillic');


@font-face {
  font-family: 'Conv_azoft-sans-bold';
  src: url("fonts/azoft-sans-bold.eot");
  src: local("Γÿ║"), url("fonts/azoft-sans-bold.woff") format("woff"), url("fonts/azoft-sans-bold.ttf") format("truetype"), url("fonts/azoft-sans-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2bold';
  src: url("fonts/exo2-bold.woff2") format("woff2"), url("fonts/exo2-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2light';
  src: url("fonts/exo2-light.woff2") format("woff2"), url("fonts/exo2-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2medium';
  src: url("fonts/exo2-medium.woff2") format("woff2"), url("fonts/exo2-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo_2semi_bold';
  src: url("fonts/exo2-semibold.woff2") format("woff2"), url("fonts/exo2-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
You can define a default value as well if an attribute
isn't passed
 
@mixin default-text-color($tc: $black){
  color: $tc;
}
*/
body .green-box-1 .logo-box {
    position: relative;
    top: 3px;
}
body #top .container::before {
  background-color: rgba(0,0,0,2);
  opacity: 0.26;
  height: 38px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #151815;
  background: #f5f6f8; }

#wrapper {
  background: #f5f6f8 /*url("images/body_bg.jpg") no-repeat center top*/;
  width: 100%;
  position: relative; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a:focus {
  outline: inherit; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  display: inline-block; }

a {
  display: block;
  text-decoration: none;
  color: #418d0e; }
i {
font-family: 'Roboto', sans-serif;
font-weight:500i;
}
#top {
  position: absolute;
  z-index: 500;
  width: 100%;
  top: 0px;
  left: 0px;
  top: 0px; }
  #top .language-switch,
  #top .top-right-area {
    display: inline-block; }
  #top .language-switch {
    display: inline-block;
    padding: 10px 0px 0px 140px; }
    #top .language-switch li {
      margin: 0px 10px;
      color: #FFFFFF; }
    #top .language-switch li:last-child {
      margin-right: 0; }
    #top .language-switch a {
      color: #e6e7eb;
      text-decoration: none; }
  #top .top-right-area {
    display: inline-block;
    float: right;
    padding: 10px 0px 0px 0px; }
    #top .top-right-area li {
      margin: 0px 10px; }
    #top .top-right-area a {
      color: #418d0e;
      text-decoration: none;
      font-family: Roboto, sans-serif;
      font-size: 13px; }
    #top .top-right-area a:hover {
      text-decoration: underline; }
    #top .top-right-area .visually {
      background: url("images/icon-version.png") no-repeat left center;
      padding-left: 47px!important; }
    #top .top-right-area .pda-version {
      background: url("images/icon-pdf.png") no-repeat left center;
      padding-left: 15px; }
    #top .top-right-area .sitemap {
      background: url("images/icon-site-map.png") no-repeat left center;
      padding-left: 28px !important; }
    #top .top-right-area .make-homepage {
      background: url("images/icon-site-map.png") no-repeat left center;
      padding-left: 15px; }

#header {
  height: 308px;
  position: relative;
  margin-bottom: 30px; }
  #header .container {
    position: relative; }
  #header .green-box-1 {
    width: 448px;
    height: 220px;
    background: #418d0e;
    border-radius: 0px 0px 5px 5px;
    float: left; }
    #header .green-box-1 .logo-box a {
      color: #FFFFFF;
      outline: none; }
    #header .green-box-1 .logo-box a:focus {
      outline: none; }
    #header .green-box-1 .logo-box .logo-text {
      font-family: "Conv_azoft-sans-bold";
      float: left;
      font-size: 21.6px;
      line-height: normal;
      text-transform: uppercase;
      text-align: right;
      padding: 107px 0px 0px 9px; }
    #header .green-box-1 .logo-box .logo-image {
      float: right;
      padding: 79px 22px 18px 0px; }
  #header .green-box-2 {
    width: 148px;
    height: 75px;
    background: #418d0e;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 388px; }
  #header .green-box-3 {
    width: 268px;
    height: 198px;
    background: #418d0e;
    border-radius: 5px;
    position: absolute;
    top: 88px;
    left: 550px; }
  #header .green-box-4 {
    width: 108px;
    height: 66px;
    background: #418d0e;
    border-radius: 5px;
    position: absolute;
    top: 88px;
    left: 830px; }
  #header .header-right-area {
    float: right;
    margin-top: 98px; }
    #header .header-right-area .write-window {
      float: left; }
      #header .header-right-area .write-window a {
        background: url("images/icon-window.png") no-repeat left 2px;
        color: #535c65;
        font-size: 13px;
        padding-left: 32px;
        text-decoration: none;
        font-family: 'PT Sans Caption', sans-serif;
       font-weight: 700;
       letter-spacing: 0.02em;
        line-height: normal;
        text-transform: uppercase;
        line-height: 12px; }
    #header .header-right-area .electronic-circulation {
      float: left;
      margin-left: 16px; }
      #header .header-right-area .electronic-circulation a {
        background: url("images/icon-zoom.png") no-repeat left 2px;
        color: #535c65;
        font-size: 13px;
        padding-left: 32px;
        text-decoration: none;
        font-family: 'PT Sans Caption', sans-serif;
        font-weight: 700;   
        line-height: normal;
        text-transform: uppercase;
        line-height: 12px; }
    #header .header-right-area .hotline-services {
      width: 100%;
      font-size: 12px;
      color: #368003;
      padding-top: 16px;
      font-family: 'PT Sans Caption', sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: normal;
      text-transform: uppercase; }

.main-menu {
  margin-bottom: 22px; }
  .main-menu .navbar {
    min-height: auto;
    border: none; }
  .main-menu #navbar {
    padding: 0;
    border-bottom: 3px solid #535c65; }
  .main-menu ul {
    margin: 0px;
    padding: 0;
    width: 100%; }
    .main-menu ul ul {
      background: #dde6ed;
      /*opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 33px;
      left: 25px;*/
      border: none;
      z-index: 9;
      padding: 10px 0;
      border-radius: 0 0 5px 5px;
      -moz-box-shadow: 0px 3px 9px #cfd7da;
      -webkit-box-shadow: 0px 3px 9px #cfd7da;
      box-shadow: 0px 3px 9px #cfd7da;
      -webkit-transition: all 1s; }
      .main-menu ul ul li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #a0a6b0;
        -webkit-transition: height 0.5s; }
        .main-menu ul ul li a:link,
        .main-menu ul ul li a:active,
        .main-menu ul ul li a:visited {
          display: block;
          text-transform: uppercase;
          padding: 8px 18px;
          font-size: 15px;
          margin: 0; }
      .main-menu ul ul li:last-child {
        border-bottom: none; }
      .main-menu ul ul li:first-child {
        padding: 0; }
      .main-menu ul ul li.item-selected a {
        color: #469710; }
    .main-menu ul li:focus ul,
    .main-menu ul li:hover ul {
      opacity: 1;
      visibility: visible; }
  .main-menu li {
    padding: 0px 40px;
    /*position: relative;*/ }
  .main-menu li:first-child {
    padding: 0px 35px 0px 12px; }
    .dropdown-menu > li > a:hover, 
  .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
  .main-menu li:last-child {
    padding-right: 0; }
  .main-menu a:link,
  .main-menu a:active,
  .main-menu a:visited {
    font-family: "exo_2bold";
    font-size: 17px;
    color: #535c65;
    text-decoration: none;
    margin: 0 0 -5px;
    padding: 0 0 10px;
    background: none;
    text-transform: uppercase; }
  .main-menu a.root-item-selected,
  .main-menu a:hover,
  .main-menu a:focus,
  .main-menu .active a,
  .main-menu .active a:hover,
  .main-menu .active a:focus {
    color: #469710;
    background: none;
    background-color: none;
    outline: none; }

#container {
  margin-bottom: 25px; }

#bottom-slider .container {
  background: #FFFFFF;
  height: 145px;
  margin-bottom: 30px; }

#footer .container {
  background: #3b8a07;
  padding: 20px 0px 25px 0px;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01em;
  font-size: 12px; }
  #footer .container .footer-logo a {
    display: block;
    text-align: center; }
  #footer .container .footer-email {
    padding: 0; }
    #footer .container .footer-email a {
      font-size: 14px;
      color: #ffffff; }
  #footer .container .comment-box-area {
    padding: 0px 58px 0px 0px;
    text-align: right; }
    #footer .container .comment-box-area ul li {
      display: inline-block; }
      #footer .container .comment-box-area ul li a {
        color: #FFFFFF;
        font-family: "exo_2bold";
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        display: block;
        text-align: left;
        padding-left: 32px;
        text-transform: uppercase; }
    #footer .container .comment-box-area ul li.write-window {
      margin-right: 45px; }
      #footer .container .comment-box-area ul li.write-window a {
        background: url("images/icon-window-white.png") no-repeat left 3px; }
    #footer .container .comment-box-area ul li.electronic-circulation {
      margin-right: 20px; }
      #footer .container .comment-box-area ul li.electronic-circulation a {
        background: url("images/icon-zoom-white.png") no-repeat left 2px; }

#copyright {
  margin: 18px 0px 60px 0px;
  color: #70757a;
  font-size: 10.8px; }
  #copyright .left {
    text-align: left; }
  #copyright .right {
    text-align: right;
    padding-right: 40px; }

.leftCol {
  padding-right: 20px; }
  .leftCol .left-tab-menu {
    margin-bottom: 20px; }
    .leftCol .left-tab-menu ul.nav {
      border-bottom: none;
      margin-bottom: -5px; }
      .leftCol .left-tab-menu ul.nav li {
        margin-bottom: 0;
        width: 50%;
       height: 47px;
        vertical-align: middle;
        display: table; }
      .leftCol .left-tab-menu ul.nav a {
        font-family: 'PT Sans Caption', sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: #363834;
        border: none;
        line-height: 15px;
       padding: 8px 10px 6px 15px;
        margin: 0;
        vertical-align: middle;
        height: 40px;
        text-decoration: none;
        display: table-cell;
        outline: none; }
      .leftCol .left-tab-menu ul.nav .active > a,
      .leftCol .left-tab-menu ul.nav .active > a:focus,
      .leftCol .left-tab-menu ul.nav .active > a:hover {
        background: #FFFFFF;
        border: none;
        border-radius: 6px 6px 0 0;
     /*   -moz-box-shadow: 0px 0px 2px #e8ecef;
        -webkit-box-shadow: 0px 0px 2px #e8ecef;
        box-shadow: 0px 0px 2px #e8ecef;*/
        outline: none; }
      .leftCol .left-tab-menu ul.nav a:focus,
      .leftCol .left-tab-menu ul.nav a:hover {
        background: none;
        border: none; }
    .leftCol .left-tab-menu .tab-content {
      background: #FFFFFF;
      padding: 8px 0;

      border-radius: 8px;
      position: relative;
      z-index: 1; }
      .leftCol .left-tab-menu .tab-content ul li {
        width: 100%;
        padding: 0 15px; }
        .leftCol .left-tab-menu .tab-content ul li a {
          font-family: 'PT Sans Caption', sans-serif;
          font-weight: 700;
          letter-spacing: 0.02em;
          font-size: 14px;
          color: #363834;
          line-height: 21px;
          text-decoration: none;
          outline: none;
          border-bottom: 1px solid #e4e4e6;
          padding: 7px 20px 10px 0; }
        .leftCol .left-tab-menu .tab-content ul li .active a,
        .leftCol .left-tab-menu .tab-content ul li a.root-item-selected,
        .leftCol .left-tab-menu .tab-content ul li li.item-selected a,
        .leftCol .left-tab-menu .tab-content ul li a:hover {
          color: #418d0e;
          outline: none; }
        .leftCol .left-tab-menu .tab-content ul li a:focus {
          outline: none; }
      .leftCol .left-tab-menu .tab-content ul li:last-child a {
        border-bottom: none; }
      .leftCol .left-tab-menu .tab-content ul li.parent {
        overflow: hidden; }
        .leftCol .left-tab-menu .tab-content ul li.parent a.root-item-selected,
        .leftCol .left-tab-menu .tab-content ul li.parent a.root-item {
          background: url("images/arrow-down.png") no-repeat 97% center; }
        .leftCol .left-tab-menu .tab-content ul li.parent ul {
          border-top: 1px solid #e4e4e6; }
          .leftCol .left-tab-menu .tab-content ul li.parent ul li {
            padding-left: 0;
            padding-right: 0; }
            .leftCol .left-tab-menu .tab-content ul li.parent ul li a {
              line-height: 16px; }
          .leftCol .left-tab-menu .tab-content ul li.parent ul li.item-selected a {
            background: #418d0e;
            color: #ffffff;           
            margin: 0 -15px;
            padding-left: 15px;
            font-size: 14px; }
      .leftCol .left-tab-menu .tab-content ul li.parent-selected ul {
        height: auto;
        -webkit-transition: all 3s; }

.document {
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative; }
  .document img {
    width: 100%;
    object-fit: cover; }
  .document h3 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    bottom: 23px;
    left: 20px;
    margin: 0; }

.left-search {
  background: #469710;
  padding: 16px 18px 2px;
  margin-bottom: 20px;
  border-radius: 8px; }
  .left-search h3 {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 12px; }
  .left-search .search-box .inputbox {
    background: #FFFFFF url(images/icon-search.png) no-repeat 7px center;
    padding: 0px 10px 0px 25px;
    border: none;
    border-radius: 4px;
    width: 188px;
    font-family: 'Roboto', sans-serif;
    margin-right: 11px;
    font-size: 13px;
    color: #535c65;
    height: 30px;
    line-height: 31px; }
  .left-search .search-box .search-button {
    background: #d3ddde;
    width: 36px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    color: #535c65;
    font-size: 13px;
    float: right; }
  .left-search .radio-boxwrap {
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 12px; }
    .left-search .radio-boxwrap .radio-box {
      float: left;
      padding-right: 12px; }
      .left-search .radio-boxwrap .radio-box input[type="radio"] {
        float: left;
        margin: 2px 5px 0 0; }

  .banner-box {
  margin-bottom: 20px;
  position: relative;
  border-radius: 7px; }
  .banner-box a {
     color: #FFFFFF;
    text-decoration: none; }
   .banner-box a img {
      width: 100%;
      object-fit: cover;
      border-radius: 7px; }
    .banner-box a h4, .banner-box h4, .otdyh  {
      position: absolute;
      left: 0;
      bottom: 9px;
      margin: 0;
      padding-left: 21px; 
      width: 100%;
      line-height: 18px;
      }
  .banner-box a:hover h4 {
    opacity: 0.7; }

      .banner-box a h4, .banner-box h4, .banner-name {
      font-size: 16px;
      font-family: 'PT Sans Caption', sans-serif;
      font-weight: 700; 
      }
     .otdyh {
     font-size: 15px; 
     font-family: 'PT Sans Caption', sans-serif;
     font-weight: 700; 
     }

#bottom-slider a {
  text-decoration: none; }
#bottom-slider .slick-track {
  height: 109px;
  border-radius: 0 0 10px 10px;
  overflow: hidden; }
#bottom-slider .container {
  height: auto;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 37px; }
#bottom-slider .useful-links h3 {
  font-size: 18px;
  color: #418d0e;
  font-family: "exo_2bold";
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase; }
#bottom-slider .useful-links .links-box-wrap {
  min-height: 109px;
  position: relative; }
  #bottom-slider .useful-links .links-box-wrap .slick-list {
    border-radius: 0 0 10px 10px; }
  #bottom-slider .useful-links .links-box-wrap li {
    border-top: 1px solid #eae8db;
    border-right: 1px solid #eae8db;
    height: 100%;
    font-size: 12px;
    color: #151815;
    line-height: 14px; }
    #bottom-slider .useful-links .links-box-wrap li a {
      color: #151815;
      display: block;
      padding: 12px 10px 12px 20px;
      text-transform: uppercase;
      height: 95px;
      overflow: hidden; }
    #bottom-slider .useful-links .links-box-wrap li a:focus {
      outline: none; }
    #bottom-slider .useful-links .links-box-wrap li h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: 12px;
      color: #919aa2;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 12px; }
  #bottom-slider .useful-links .links-box-wrap li:hover {
    outline: none; }
    #bottom-slider .useful-links .links-box-wrap li:hover a {
      color: #FFFFFF;
      outline: none; }
    #bottom-slider .useful-links .links-box-wrap li:hover h3 {
      color: #FFFFFF; }
  #bottom-slider .useful-links .links-box-wrap li:last-child {
    border-right: none; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-0 {
    border-bottom: 5px solid #c0c3bd; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-0:hover {
    background: #c0c3bd; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-1 {
    border-bottom: 5px solid #70757a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-1:hover {
    background: #70757a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-2 {
    border-bottom: 5px solid #aeb57c; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-2:hover {
    background: #aeb57c; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-3 {
    border-bottom: 5px solid #274a2a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-3:hover {
    background: #274a2a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-4 {
    border-bottom: 5px solid #888d92; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-4:hover {
    background: #888d92; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-5 {
    border-bottom: 5px solid #336705; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-5:hover {
    background: #336705; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-6,#bottom-slider .useful-links .links-box-wrap li.link-item-12, #bottom-slider .useful-links .links-box-wrap li.link-item-18 {
    border-bottom: 5px solid #c0c3bd; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-6:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-12:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-18:hover {
    background: #c0c3bd; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-7,#bottom-slider .useful-links .links-box-wrap li.link-item-13, #bottom-slider .useful-links .links-box-wrap li.link-item-19 {
    border-bottom: 5px solid #70757a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-7:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-13:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-19:hover {
    background: #70757a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-8, #bottom-slider .useful-links .links-box-wrap li.link-item-14, #bottom-slider .useful-links .links-box-wrap li.link-item-20 {
    border-bottom: 5px solid #aeb57c; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-8:hover,#bottom-slider .useful-links .links-box-wrap li.link-item-14:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-20:hover {
    background: #aeb57c; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-9, #bottom-slider .useful-links .links-box-wrap li.link-item-15, #bottom-slider .useful-links .links-box-wrap li.link-item-21 {
    border-bottom: 5px solid #274a2a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-9:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-15:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-21:hover {
    background: #274a2a; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-10, #bottom-slider .useful-links .links-box-wrap li.link-item-16, #bottom-slider .useful-links .links-box-wrap li.link-item-22 {
    border-bottom: 5px solid #888d92; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-10:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-16:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-22:hover {
    background: #888d92; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-11, #bottom-slider .useful-links .links-box-wrap li.link-item-17, #bottom-slider .useful-links .links-box-wrap li.link-item-23 {
    border-bottom: 5px solid #336705; }
  #bottom-slider .useful-links .links-box-wrap li.link-item-11:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-17:hover, #bottom-slider .useful-links .links-box-wrap li.link-item-23:hover {
    background: #336705; }
  #bottom-slider .useful-links .links-box-wrap .slick-dots {
    position: absolute;
    top: -35px;
    right: 25px; }
    #bottom-slider .useful-links .links-box-wrap .slick-dots li {
      background: url(images/dot-bg.png) no-repeat left center; background-size: 70%;
      border: none;
      outline: none; }
      #bottom-slider .useful-links .links-box-wrap .slick-dots li button {
        background: none;
        border: none;
        width: 15px;
        height: 15px;
        font-size: 0;
        padding: 0;
        margin-left: 6px; }
      #bottom-slider .useful-links .links-box-wrap .slick-dots li button:focus {
        outline: none; }
    #bottom-slider .useful-links .links-box-wrap .slick-dots li:focus {
      outline: none; }
    #bottom-slider .useful-links .links-box-wrap .slick-dots [aria-hidden="false"] {
      background: url(images/dot-active-bg.png) no-repeat left center; background-size: 70%;}

.pathway {
  padding-bottom: 20px;
  /*padding-bottom: 5px;*/ }
.home .pathway {
  display: none;
}
  .pathway li {
    background: url(images/pathway-li-bg.png) no-repeat right center;
    padding: 0 10px 0 0;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #535c65;
    line-height: 14px; }
    .pathway li a {
      color: #659739;
      text-decoration: underline; }
    .pathway li a:hover {
      text-decoration: none; }
  .pathway li:last-child {
    background: none; }

.contentcol .content {
  font-family: 'Roboto', sans-serif;
  color: #151815;
  font-size: 14px;
  line-height: 20px; }
  .contentcol .content a {
    display: inline; }
  .contentcol .content h2 {
    font-family: 'PT Sans Caption', sans-serif!important;
    font-weight: 700;
    font-size: 24px;
    color: #363834;
    margin: 0 0 28px 0;
    }
  .contentcol .content .h3, .contentcol .content h3 {
    font-size: 18px;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em; }
  .contentcol .content .about-the-ministry-img .cont-img {
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 5px;
    -moz-box-shadow: -1px 2px 6px #83857c;
    -webkit-box-shadow: -1px 2px 6px #83857c;
    box-shadow: -1px 2px 6px #83857c; }
  .contentcol .content p {
    margin-bottom: 15px; }
    .contentcol .content p a.titel {
      padding-left: 88px;
      display: block; }
  .contentcol .content a {
    color: #659739; }
  .contentcol .content ol {
    padding-left: 58px; }
    .contentcol .content ol li {
      list-style: decimal;
      padding: 0 0 16px 30px; }
  .contentcol .content .about-the-ministry-content-bottom-link {
    padding-top: 10px; }
    .contentcol .content .about-the-ministry-content-bottom-link a {
      background: url(images/icon-doc.png) no-repeat left 5px;
      padding: 0 0 0 30px;
      display: block;
      text-decoration: underline; }
    .contentcol .content .about-the-ministry-content-bottom-link a:focus,
    .contentcol .content .about-the-ministry-content-bottom-link a:hover {
      text-decoration: none;
      outline: none; }
  .contentcol .content ul {
    padding: 0px 0px 20px 40px;
    color: #151815; }
    .contentcol .content ul li {
      margin-bottom: 10px;
      display: list-item;
      list-style: disc; }
  .contentcol .content .static-img {
    height: 220px;
    padding: 0px; }
    .contentcol .content .static-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }
  .contentcol .content .static-content-address ul li {
    display: inherit;
    margin-bottom: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px; }
    .contentcol .content .static-content-address ul li .fa {
      margin-right: 10px;
      color: #66973a; }
    .contentcol .content .static-content-address ul li a {
      text-decoration: underline; }
    .contentcol .content .static-content-address ul li a:hover {
      text-decoration: none; }
  .contentcol .content .static-content-block {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #151815;
    margin: 38px 0px 0px 0px; }
    .contentcol .content .static-content-block .static-link ul {
      padding: 0px;
      margin: 0px; }
      .contentcol .content .static-content-block .static-link ul li {
        display: inherit;
        margin-bottom: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 15px; }
        .contentcol .content .static-content-block .static-link ul li .fa {
          margin-right: 10px;
          color: #659739; }
        .contentcol .content .static-content-block .static-link ul li a {
          text-decoration: underline; }
        .contentcol .content .static-content-block .static-link ul li a:hover {
          text-decoration: none; }
  .contentcol .content .news-detail-img {
    height: 350px;
    width: 100%;
    margin-bottom: 20px; }
    .contentcol .content .news-detail-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }
.contentcol .home-top-slider {
  padding-right: 0px;
  margin-right: -5px;
  margin-left:-7px; }
  .contentcol .home-top-slider ul {
    padding: 0px;
    margin: 0px; }
    .contentcol .home-top-slider ul li {
      list-style: none;
      padding: 0px;
      margin: 0px; }
  .contentcol .home-top-slider .forest-imgbox {
    border-radius: 8px;
    float: left;
    height: 223px;
    position: relative;
    width: 50%; }
    .contentcol .home-top-slider .forest-imgbox img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px 0 0 8px; }
    .contentcol .home-top-slider .forest-imgbox h4 {
      color: #f7f6f6;
      font-family: 'PT Sans Caption', sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      font-size: 13px;
      left: 15px;
      position: absolute;
      top: 15px;
      margin: 0;
      text-transform: uppercase; }
  .contentcol .home-top-slider .forest-infobox {
    background: #d3ddde;
    border-radius: 0 8px 8px 0;
    color: #151815;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 18px 25px 15px 32px;
    width: 50%;
    min-height: 234px; }
    .contentcol .home-top-slider .forest-infobox h3 {
      color: #535c65;
      font-family: 'PT Sans Caption', sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      font-size: 20px;
      line-height: 27px;
      margin: 0; }
    .contentcol .home-top-slider .forest-infobox h4 {
      color: #535c65;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px; }
    .contentcol .home-top-slider .forest-infobox a.more {
      background: #535c65;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0.03em;
      color: #f7f6f6;
      /*font-size: 11px;*/
      display: inline-block;
      float: right;
      padding: 8px 20px;
      border-radius: 5px;
      text-decoration: none; }
    .contentcol .home-top-slider .forest-infobox a.more:hover {
      background: #418d0e; }
.contentcol .home-top-video {
  padding-right: 0;
  padding-left: 20px;
  height: 234px; width: 317px;}
  .contentcol .home-top-video a {
    text-decoration: none; }
  .contentcol .home-top-video .video {
    border-radius: 5px;
    position: relative;
    height: 232px; }
    .contentcol .home-top-video .video a {
      display: block; }
      .contentcol .home-top-video .video a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px; }
    .contentcol .home-top-video .video video {
      border-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .contentcol .home-top-video .video h4 {
      position: absolute;
      top: 15px;
      left: 20px;
      color: #fefefe;
      font-size: 17px;
      margin: 0; }
    .contentcol .home-top-video .video h5 {
      position: absolute;
      bottom: 24px;
      left: 28px;
      margin: 0; }
      .contentcol .home-top-video .video h5 a {
        color: #feffff;
        font-size: 14px;
        text-decoration: none; }
      .contentcol .home-top-video .video h5 a:hover {
        color: #eae8db; }

.news-wrapper {
  display: inline-block;
  padding: 28px 0 28px 0px; }
  .news-wrapper a {
    text-decoration: none; }
  .news-wrapper h2 {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 18px!important;
    color: #418d0e;
    padding-left: 8px;
    margin: 0 0 18px 0; }
  .news-wrapper .news-wrap {
    margin-right: -10px; }
  .news-wrapper .news-box {
    margin-bottom: 27px;
    padding: 0 10px; }
    .news-wrapper .news-box .news-img-box {
      position: relative;
      height: 196px;
      border-radius: 8px 8px 0 0; }
      .news-wrapper .news-box .news-img-box .new-img {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0 0;
        object-fit: cover; }
      .news-wrapper .news-box .news-img-box .views {
        position: absolute;
        bottom: 14px;
        left: 12px;
        z-index: 1;
        font-size: 12px;
        color: #FFFFFF; }
        .news-wrapper .news-box .news-img-box .views img {
          margin: 3px 5px 0 0;
          vertical-align: top;
          width: auto;
          height: auto;
          display: inline-block; }
    .news-wrapper .news-box .text-box {
      background: #FFFFFF;
      border-radius: 0 0 8px 8px;
      padding: 8px 12px 10px;
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      color: #151815;
      line-height: 20px;
      height: 100px;
      overflow: hidden;
      transition: all 1s;
      -moz-box-shadow: 0px 3px 9px #edeff1;
      -webkit-box-shadow: 0px 3px 9px #edeff1;
      box-shadow: 0px 3px 9px #edeff1; }
      .news-wrapper .news-box .text-box .date {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #469710;
        margin-bottom: 5px;
        display: block;
        text-transform: lowercase; }
    .news-wrapper .news-box .text-box.hover,
    .news-wrapper .news-box .text-box.active {
      background: #418d0e;
      color: #FFFFFF;
      transition: all 1s; }
      .news-wrapper .news-box .text-box.hover .date,
      .news-wrapper .news-box .text-box.active .date {
        color: #cae4e7; }
  .news-wrapper .news-box:hover .date {
    color: #cae4e7; }
  .news-wrapper .news-box:hover .text-box {
    background: #418d0e;
    color: #FFFFFF;
    transition: all 1s; }
  .news-wrapper .green-box5 {
    background: #418d0e;
    padding: 0 24px;
    height: 52px;
    float: right;
    border-radius: 8px;
    margin-right: 10px; }

.news-wrapper .green-box5:hover{
 background: #37760c;
}
.gallery-wrap .photo-gallery {
  padding-bottom: 0px;
  margin-bottom: 25px; }
  .gallery-wrap .photo-gallery h3 {
    font-family: 'exo_2bold';
    font-size: 26px;
    color: #418d0e;
    text-transform: uppercase;
    margin: 0 0 18px 0; }
.gallery-wrap .photo-gallery .photo-box {
  padding: 0px 6px;
  height: 280px; }
  .gallery-wrap .photo-gallery .photo-box h4 {
    font-family: 'exo_2semi_bold';
    font-size: 15px;
    color: #418d0e;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0; }
  .gallery-wrap .photo-gallery .photo-box .photo-box:hover h4 {
    color: #83bf5b; }
  .gallery-wrap .photo-gallery .photo-box .photo-box-img {
    height: 222px;
    width: 100%; }
    .gallery-wrap .photo-gallery .photo-box .photo-box-img a {
      display: block; }
      .gallery-wrap .photo-gallery .photo-box .photo-box-img a img {
        border-radius: 5px;
        object-fit: cover;
        width: 100%;
        height: 100%; }
.gallery-wrap .video-gallery h3 {
  font-family: 'exo_2bold';
  font-size: 26px;
  color: #418d0e;
  text-transform: uppercase;
  margin: 0 0 18px 0; }
.gallery-wrap .video-gallery .video-box {
  padding: 0 6px 0; }
.gallery-wrap .video-gallery .video-box h4 {
  font-family: 'exo_2semi_bold';
  font-size: 15px;
  color: #418d0e;
  text-transform: uppercase;
  text-align: center;
  margin: 12px 0; }
.gallery-wrap .video-gallery .video-box h4 a {
  color: #418d0e; }
.gallery-wrap .video-gallery .video-box h4 a:hover {
  color: #83bf5b; }
.gallery-wrap .video-gallery .video-box video {
  width: 100%;
  height: 266px;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer; }

.forest-newspaper {
  border-bottom: 1px solid #c9c9ca;
  padding: 0px 0 52px;
  margin-bottom: 60px; }
  .forest-newspaper h3 {
    color: #418d0e;
    font-family: "exo_2bold";
    text-transform: uppercase;
    margin-bottom: 20px; }
  .forest-newspaper .new-img {
    padding-left: 0; }
  .forest-newspaper .new-info {
    font-size: 15px;
    color: #151815;
    line-height: 16px;
    font-family: "Conv_HelveticaNeueCyr-Roman";
    font-size: 15px; }
  .forest-newspaper .new-info h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5a822c;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .forest-newspaper .new-info h4 a {
    color: #5a822c;
    text-decoration: underline; }
  .forest-newspaper .new-info h4 a:hover {
    text-decoration: none; }
  .forest-newspaper .new-info .version {
    background: url(images/icon-monitor.png) no-repeat left center;
    padding: 5px 0 5px 42px; }
  .forest-newspaper .new-info .version a {
    font-family: 'Roboto', sans-serif;
    text-decoration: underline; }
  .forest-newspaper .new-info .version a:hover {
    text-decoration: none; }
  .forest-newspaper .new-info a.readmore {
    background: #535c65;
    font-family: 'exo_2bold';
    color: #f7f6f6;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase; }
  .forest-newspaper .new-info a.readmore:hover {
    background: #418d0e;
    text-decoration: none; }

.forest-newspaper:last-child {
  border-bottom: none;
  margin-bottom: 0px; }

.product-wrap h3 {
  color: #363834;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding-left: 25px; }
.product-wrap h3.make-title {
  color: #418d0e; }
.product-wrap .col-sm-4,
.product-wrap .col-md-4 {
  padding-left: 0px;
  padding-right: 0px; }
.product-wrap ul {
  padding: 0px 0px 0px 26px !important;
  margin: 0px 0 40px 0px !important; }
  .product-wrap ul li {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px 0px 5px 0px !important; }
    .product-wrap ul li a:link,
    .product-wrap ul li a:active,
    .product-wrap ul li a:visited {
      color: #626262;
      font-family: "exo_2medium"; }
    .product-wrap ul li a:hover {
      text-decoration: none;
      border-bottom: 1px dotted #010101;
      color: #010101; }
.product-wrap .product-box {
  padding: 0 6px;
  margin-bottom: 12px; }
  .product-wrap .product-box a {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    display: block;
    height: 195px;
    text-align: center;
    text-decoration: none; }
    .product-wrap .product-box a h4 {
      font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
      color: #363834;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 18px;
      padding: 5px 30px; }
    .product-wrap .product-box a .img-box {
      height: 125px; }
      .product-wrap .product-box a .img-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: grayscale(1); }
  .product-wrap .product-box a:hover .img-box img {
    filter: grayscale(0); }
  .product-wrap .product-box a:hover h4 {
    color: #418d0e;
    text-decoration: none; }

.inner-tab-wrap h2 {
  font-size: 24px;
  color: #418d0e;
  text-transform: uppercase; }
.inner-tab-wrap .nav-tabs {
  border-top: 2px solid #aab1b7;
  list-style: none !important;
  padding: 0 !important;
  border-bottom: none; }
  .inner-tab-wrap .nav-tabs li {
    padding: 0 10px 0 15px;
    list-style: none !important; }
    .inner-tab-wrap .nav-tabs li a {
      font-family: 'Conv_HelveticaNeueCyr-Bold';
      font-size: 15px;
      color: #3a3f44;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      line-height: normal;
      margin: -4px 0 0 0;
      border-top: 5px solid transparent;
      padding: 10px 10px 16px;
      outline: none;
      display: block; }
    .inner-tab-wrap .nav-tabs li a:hover {
      color: #659739;
      background: none;
      box-shadow: none;
      border: none;
      border-top: 5px solid #659739;
      outline: none; }
  .inner-tab-wrap .nav-tabs li.active a,
  .inner-tab-wrap .nav-tabs li.active a:focus,
  .inner-tab-wrap .nav-tabs li.active a:hover {
    color: #659739;
    background: none;
    box-shadow: none;
    border: none;
    border-top: 5px solid #659739;
    outline: none; }
  .inner-tab-wrap .nav-tabs li.active a,
  .inner-tab-wrap .nav-tabs li.active a:focus {
    background: url(images/icon-gray-arrow.png) no-repeat center bottom; }
.inner-tab-wrap .tab-content {
  background: none; }
  .inner-tab-wrap .tab-content ul {
    list-style: none;
    padding: 0; }
    .inner-tab-wrap .tab-content ul li {
      padding: 10px 0 10px 30px;
      border: none;
      list-style: none; }
      .inner-tab-wrap .tab-content ul li a {
        font-size: 14px;
        color: #659739;
        font-family: 'Conv_HelveticaNeueCyr-Bold';
        text-decoration: underline; }
      .inner-tab-wrap .tab-content ul li a:hover {
        text-decoration: none; }
    .inner-tab-wrap .tab-content ul li.phone {
      background: url(images/icon-phone.png) no-repeat left center; }
    .inner-tab-wrap .tab-content ul li.doc {
      background: url(images/icon-doc-window.png) no-repeat left center; }
    .inner-tab-wrap .tab-content ul li.guideline {
      background: url(images/icon-guidelines.png) no-repeat left center; }
    .inner-tab-wrap .tab-content ul li.machine {
      background: url(images/icon-machine.png) no-repeat left center; }
    .inner-tab-wrap .tab-content ul li.person {
      background: url(images/icon-person.png) no-repeat left center; }
    .inner-tab-wrap .tab-content ul li.report {
      background: url(images/icon-report.png) no-repeat left center; }

.internal-top {
  padding-bottom: 10px; }
  .internal-top .img-lg-box {
    padding: 0;
    position: relative; }
    .internal-top .img-lg-box .img-lg {
      width: 100%;
      height: 230px;
      margin-bottom: 0px;
      }
      .internal-top .img-lg-box .img-lg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px; }
  .internal-top .img-lg-box h5 {
    font-family: "exo_2semi_bold";
    position: absolute;
    bottom: 10px;
    left: 34px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    width: 220px; }
  .internal-top .img-lg-box h5 span {
    display: block;
    font-size: 24px; }
  .internal-top .measurement-box {
    font-family: "exo_2medium";
    float: right;
    padding: 20px;
    background: #535c65;
    border-radius: 6px;
    color: #FFFFFF;
    width: 226px;
    margin-top: 48px; }
    .internal-top .measurement-box h3 {
      color: #FFFFFF;
      font-family: "exo_2medium";
      font-size: 24px;
      margin: 0px;
      padding: 0px; }
    .internal-top .measurement-box span {
      display: block;
      text-align: right;
      padding-right: 10px;
      padding-top: 5px; }

.photo-gallery-list ul {
  padding: 0px !important;
  margin: 0px !important; }
  .photo-gallery-list ul li {
    width: 228px;
    height: auto;
    list-style: none !important;
    padding: 0px !important;
    margin: 0px 5px 10px 0px !important;
    display: inline-block !important;
    vertical-align: top;
      }
    .photo-gallery-list ul li .photo-item-inner-img {
      height: 222px;
      margin-bottom: 5px;
    }
    .photo-gallery-list ul li a:link,
    .photo-gallery-list ul li a:active,
    .photo-gallery-list ul li a:visited {
      display: block;
      text-align: center; }
      .photo-gallery-list ul li a:link img,
      .photo-gallery-list ul li a:active img,
      .photo-gallery-list ul li a:visited img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        object-fit: cover; }

#ajax-popup {
  display: none;
  width: 100%;
  min-height: 400px; }

#mobile-content,
#mobile-footer,
.back-to-top {
  display: none; }

.press-service .contentCol .content h2 {
  margin: 0px 0px 14px 0px; }
.press-service .contentCol .content .published-wrap {
  margin: 0px 0px 30px 0px; }
  .press-service .contentCol .content .published-wrap .views img {
    width: auto;
    height: auto;
    display: inline-block; }

#mobile-overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 100;
  background: #469710; }

.content .leadership-block-content .leadership-block-content-list {
  margin-bottom: 40px; }
  .content .leadership-block-content .leadership-block-content-list .leadership-image {
    margin: 0 20px 5px 0;
    float: left; }
    .content .leadership-block-content .leadership-block-content-list .leadership-image img {
      border-radius: 4px; }
  .content .leadership-block-content .leadership-block-content-list h4 {
    font-size: 19px;
    color: #363834;
    margin: 0 0 15px 0; }
  .content .leadership-block-content .leadership-block-content-list h6 {
    border-bottom: 2px solid #cfcfd0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #418d0e;
    display: flex;
    margin: 0 0 15px 0;
    padding-bottom: 16px; }
.content .feedback-form ul li {
  margin-bottom: 18px; }
.content .feedback-form #feedback-right,
.content .feedback-form #feedback-left {
  
  font-size: 13px;
  color: #151815;
  line-height: 17px; }
  .content .feedback-form #feedback-right form,
  .content .feedback-form #feedback-left form {
    margin-bottom: 30px; }
  .content .feedback-form #feedback-right .inputselect,
  .content .feedback-form #feedback-right .inputtext,
  .content .feedback-form #feedback-right .inputtextarea,
  .content .feedback-form #feedback-left .inputselect,
  .content .feedback-form #feedback-left .inputtext,
  .content .feedback-form #feedback-left .inputtextarea {
    background: url("images/icon_user.png") no-repeat 12px center;
    border: 1px solid #cbccce;
    border-radius: 3px;
    box-shadow: 0px 0px 1px #ccc;
    font-weight: 300;
    font-size: 14px;
    color: #80848e;
    display: inline-block;
    padding-left: 38px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 99%;
    margin: 0 -2px 12px; }
  .content .feedback-form #feedback-right .inputselect:focus,
  .content .feedback-form #feedback-right .inputtext:focus,
  .content .feedback-form #feedback-right .inputtextarea:focus,
  .content .feedback-form #feedback-left .inputselect:focus,
  .content .feedback-form #feedback-left .inputtext:focus,
  .content .feedback-form #feedback-left .inputtextarea:focus {
    border: 1px solid #659739; }
  .content .feedback-form #feedback-right .form-required,
  .content .feedback-form #feedback-left .form-required {
    font-size: 20px;
    color: #418d0e;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    padding-left: 4px;
    float: right; }
  .content .feedback-form #feedback-right .new_field_676040 .inputtext,
  .content .feedback-form #feedback-right .new_field_27800 .inputtext,
  .content .feedback-form #feedback-right .new_field_99572 .inputtext,
  .content .feedback-form #feedback-left .new_field_676040 .inputtext,
  .content .feedback-form #feedback-left .new_field_27800 .inputtext,
  .content .feedback-form #feedback-left .new_field_99572 .inputtext {
    background: url("images/icon_profile.png") no-repeat 12px center; }
  .content .feedback-form #feedback-right .new_field_53164 .inputtext,
  .content .feedback-form #feedback-right .new_field_55122 .inputtext,
  .content .feedback-form #feedback-right .new_field_39100 .inputtext,
  .content .feedback-form #feedback-right .new_field_81686 .inputtext,
  .content .feedback-form #feedback-left .new_field_53164 .inputtext,
  .content .feedback-form #feedback-left .new_field_55122 .inputtext,
  .content .feedback-form #feedback-left .new_field_39100 .inputtext,
  .content .feedback-form #feedback-left .new_field_81686 .inputtext {
    background: url("images/icon_building.png") no-repeat 12px center; }
  .content .feedback-form #feedback-right .new_field_44217 .inputtext,
  .content .feedback-form #feedback-right .new_field_35346 .inputtext,
  .content .feedback-form #feedback-right .new_field_81552 .inputtext,
  .content .feedback-form #feedback-right .new_field_39851 .inputtext,
  .content .feedback-form #feedback-left .new_field_44217 .inputtext,
  .content .feedback-form #feedback-left .new_field_35346 .inputtext,
  .content .feedback-form #feedback-left .new_field_81552 .inputtext,
  .content .feedback-form #feedback-left .new_field_39851 .inputtext {
    background: url("images/icon_phone.png") no-repeat 12px center; }
  .content .feedback-form #feedback-right .new_field_50156,
  .content .feedback-form #feedback-right .new_field_86987,
  .content .feedback-form #feedback-right .new_field_45107,
  .content .feedback-form #feedback-right .new_field_74476,
  .content .feedback-form #feedback-left .new_field_50156,
  .content .feedback-form #feedback-left .new_field_86987,
  .content .feedback-form #feedback-left .new_field_45107,
  .content .feedback-form #feedback-left .new_field_74476 {
    width: 49%;
    float: left; }
    .content .feedback-form #feedback-right .new_field_50156 .inputtext,
    .content .feedback-form #feedback-right .new_field_86987 .inputtext,
    .content .feedback-form #feedback-right .new_field_45107 .inputtext,
    .content .feedback-form #feedback-right .new_field_74476 .inputtext,
    .content .feedback-form #feedback-left .new_field_50156 .inputtext,
    .content .feedback-form #feedback-left .new_field_86987 .inputtext,
    .content .feedback-form #feedback-left .new_field_45107 .inputtext,
    .content .feedback-form #feedback-left .new_field_74476 .inputtext {
      background: url("images/icon_star.png") no-repeat 12px center; }
  .content .feedback-form #feedback-right .new_field_77998,
  .content .feedback-form #feedback-right .new_field_597,
  .content .feedback-form #feedback-right .new_field_20745,
  .content .feedback-form #feedback-right .new_field_45937,
  .content .feedback-form #feedback-left .new_field_77998,
  .content .feedback-form #feedback-left .new_field_597,
  .content .feedback-form #feedback-left .new_field_20745,
  .content .feedback-form #feedback-left .new_field_45937 {
    width: 49%;
    float: right; }
    .content .feedback-form #feedback-right .new_field_77998 .inputtext,
    .content .feedback-form #feedback-right .new_field_597 .inputtext,
    .content .feedback-form #feedback-right .new_field_20745 .inputtext,
    .content .feedback-form #feedback-right .new_field_45937 .inputtext,
    .content .feedback-form #feedback-left .new_field_77998 .inputtext,
    .content .feedback-form #feedback-left .new_field_597 .inputtext,
    .content .feedback-form #feedback-left .new_field_20745 .inputtext,
    .content .feedback-form #feedback-left .new_field_45937 .inputtext {
      background: url("images/icon_email.png") no-repeat 12px center;
      width: 98%; }
  .content .feedback-form #feedback-right .inputtextarea,
  .content .feedback-form #feedback-left .inputtextarea {
    background: url("images/icon_message.png") no-repeat 12px 6px; }
  .content .feedback-form #feedback-right .file-permission,
  .content .feedback-form #feedback-left .file-permission {

    font-size: 11px;
    color: #3a3f44;
    width: 260px;
    float: left; }
  .content .feedback-form #feedback-right .new_field_41167,
  .content .feedback-form #feedback-right .new_field_48525,
  .content .feedback-form #feedback-right .new_field_78373,
  .content .feedback-form #feedback-right .new_field_35575,
  .content .feedback-form #feedback-left .new_field_41167,
  .content .feedback-form #feedback-left .new_field_48525,
  .content .feedback-form #feedback-left .new_field_78373,
  .content .feedback-form #feedback-left .new_field_35575 {
    text-align: left;
    width: 60%;
    float: left; }
    .content .feedback-form #feedback-right .new_field_41167 label,
    .content .feedback-form #feedback-right .new_field_48525 label,
    .content .feedback-form #feedback-right .new_field_78373 label,
    .content .feedback-form #feedback-right .new_field_35575 label,
    .content .feedback-form #feedback-left .new_field_41167 label,
    .content .feedback-form #feedback-left .new_field_48525 label,
    .content .feedback-form #feedback-left .new_field_78373 label,
    .content .feedback-form #feedback-left .new_field_35575 label {

      font-size: 11px;
      font-weight: normal;
      color: #3a3f44;
      width: 260px;
      display: inline-block; }
    .content .feedback-form #feedback-right .new_field_41167 input[type="file"],
    .content .feedback-form #feedback-right .new_field_48525 input[type="file"],
    .content .feedback-form #feedback-right .new_field_78373 input[type="file"],
    .content .feedback-form #feedback-right .new_field_35575 input[type="file"],
    .content .feedback-form #feedback-left .new_field_41167 input[type="file"],
    .content .feedback-form #feedback-left .new_field_48525 input[type="file"],
    .content .feedback-form #feedback-left .new_field_78373 input[type="file"],
    .content .feedback-form #feedback-left .new_field_35575 input[type="file"] {
      display: inline-block;
      vertical-align: top; }
  .content .feedback-form #feedback-right .form_footer,
  .content .feedback-form #feedback-left .form_footer {
    text-align: right;
    width: 40%;
    padding-right: 1%;
    float: right; }
    .content .feedback-form #feedback-right .form_footer input[type="submit"],
    .content .feedback-form #feedback-left .form_footer input[type="submit"] {
      background: #418d0e;
      border: none;
      font-family: 'PT Sans Caption', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #FFFFFF;
      width: 178px;
      height: 48px;
      line-height: 48px;
      padding: 0px;
      text-transform: uppercase; }
      .content .feedback-form #feedback-right .form_footer input[type="submit"]:hover,
      .content .feedback-form #feedback-left .form_footer input[type="submit"]:hover {
        background: #347707; }
  .content .feedback-form #feedback-right .required-text,
  .content .feedback-form #feedback-left .required-text {

    font-size: 13px;
    color: #418d0e;
    padding-top: 18px; }
  .content .feedback-form #feedback-right .required-block,
  .content .feedback-form #feedback-left .required-block {

    font-size: 16px;
    color: #418d0e;
    margin-bottom: 25px; }
  .content .feedback-form #feedback-right .address-box-list h4,
  .content .feedback-form #feedback-left .address-box-list h4 {
    background: url("images/icon_document.png") no-repeat left center;

    font-size: 14px;
    color: #659739;
    line-height: 18px;
    padding: 1px 0 1px 24px; }
  .content .feedback-form #feedback-right .address-box-list.item-02 h4,
  .content .feedback-form #feedback-left .address-box-list.item-02 h4 {
    background: url("images/icon_calender.png") no-repeat left center;
    padding-left: 30px; }
.content .documents-Wrap .panel-default {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: inherit; }
  .content .documents-Wrap .panel-default .panel-heading {
    background: none;
    padding: 0; }
    .content .documents-Wrap .panel-default .panel-heading h4 a {
      background: url("images/icon_minus.png") no-repeat left center;
     font-family: 'PT Sans Caption', sans-serif;
font-weight: 700;
      font-size: 18px;
      color: #3b3d39;
      display: inline-block;
      padding: 4px 0 4px 46px;
      text-decoration: none;
      text-transform: uppercase; }
    .content .documents-Wrap .panel-default .panel-heading h4 a.collapsed {
      background: url("images/icon-plus.png") no-repeat left center; }
    .content .documents-Wrap .panel-default .panel-heading h4 a:focus {
      outline: inherit; }
  .content .documents-Wrap .panel-default .panel-body {
    border: none;
    border-bottom: 1px solid #677a8b;
    padding: 20px 20px 10px 4px; }
    .content .documents-Wrap .panel-default .panel-body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .content .documents-Wrap .panel-default .panel-body ul li {
        background: url("images/icon-doc.png") no-repeat left top;
        list-style: none;
        padding: 0 0 0 36px;
        min-height: 20px;
        position: relative; }
        .content .documents-Wrap .panel-default .panel-body ul li a {

          font-size: 15px;
          color: #191919;
          display: block;
          margin-bottom: 6px;
          text-decoration: underline;
          padding-right: 90px; }
          .content .documents-Wrap .panel-default .panel-body ul li a .download {
            background: url("images/icon-download.png") no-repeat left top;

            font-size: 15px;
            color: #5a822c;
            padding: 3px 0 3px 28px;
            float: right;
            position: absolute;
            right: 0;
            top: 0; }
        .content .documents-Wrap .panel-default .panel-body ul li a:hover {
          text-decoration: none; }
        .content .documents-Wrap .panel-default .panel-body ul li a:focus {
          outline: inherit; }
        .content .documents-Wrap .panel-default .panel-body ul li span {

          color: #858585; }
.content .documents-Wrap .panel + .panel {
  margin-top: 30px; }

#popup_error {
  border-radius: 5px;
  border: 1px solid #659739;
  padding: 0 30px 49px 30px; }
  #popup_error .popup-window-close-icon {
    right: 5px !important;
    top: 5px !important; }
  #popup_error .popup-window-content {
    background: none;

    font-size: 20px;
    color: #418d0e;
    line-height: 32px;
    padding: 0; }
    #popup_error .popup-window-content .errortext {
      color: #c94c2b !important; }

#popup-window-overlay-my_answer {
  background: url("images/overlay-bg.png") repeat center center;
  opacity: 1; }

#my_answer,
#home_page_video_popup {
  border-radius: 5px;
  padding: 0px;
  left: 50% !important;
  margin-left: -339px; }
  #my_answer .popup-window-content,
  #home_page_video_popup .popup-window-content {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0px; }
  #my_answer .popup-window-titlebar,
  #home_page_video_popup .popup-window-titlebar {
    height: 0px; }
  #my_answer .popup-window-close-icon,
  #home_page_video_popup .popup-window-close-icon {
    background: url("images/window-close-icon.png") no-repeat center center;
    width: 37px;
    height: 37px;
    opacity: 1; }
  #my_answer .photo-detail-img img,
  #home_page_video_popup .photo-detail-img img {
    border-radius: 5px 5px 0 0; }
  #my_answer .photo-detail-prev-text,
  #home_page_video_popup .photo-detail-prev-text {

    font-size: 15px;
    color: #000000;
    line-height: 21px;
    padding: 15px 20px; }
  #my_answer .photo-detail br,
  #home_page_video_popup .photo-detail br {
    display: none; }

.video-section .video_gallery_list a {
  display: block;
  width: 453px;
  height: 260px; }
  .video-section .video_gallery_list a img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.video-section .video_gallery_list h4 {
  margin: 0px !important; }
  .video-section .video_gallery_list h4 a {
    width: auto;
    height: auto; }

.pagination {
  border-top: 1px solid #aab1b7;
  border-radius: 0px;
  width: 100%;
  margin: 0px;
  text-align: center; }
  .pagination div {
    display: inline-block; }
  .pagination .prev {
    padding-top: 18px;
    float: left; }
    .pagination .prev a {
      background: url("images/prev_arrow.png") no-repeat left center;
      padding-left: 40px;
      text-decoration: none; }
  .pagination .prev.last a {
    background: none;
    padding: 0; }
  .pagination ul {
    display: inline-block;
    list-style: none;
    margin: -2px 0 0 0;
    padding: 0 !important; }
    .pagination ul li {
      display: inline-block !important;
      margin: 0px !important; }
      .pagination ul li b {
        padding: 18px 30px 0;
        border-top: 4px solid #659739;
        color: #659739; }
      .pagination ul li a {
        border-top: 4px solid transparent;
        padding: 18px 30px 0;
        color: #535c65 !important;
        font-weight: bold;
        display: inline-block !important;
        }
      .pagination ul li a:hover {
        border-top: 4px solid #659739; }
  .pagination .next {
    padding-top: 18px;
    float: right; }
    .pagination .next a {
      background: url("images/next-arrow.png") no-repeat right center;
      padding-right: 40px;display: inline !important; }
  .pagination .next.first a {
    background: url("images/next-arrow.png") no-repeat right center;
    padding-right: 40px;
    text-decoration: none; }
  .pagination .next.last a {
    background: none;
    padding-right: 0px; }

#table-green table {
 
  font-size: 14px;
  color: #151815; }
  #table-green table thead tr th {
    background: #418d0e;
    font-weight: normal;
    color: #FFFFFF;
    padding: 13px 10px; }
  #table-green table thead tr:first-child th:first-child {
    /*border-radius: 10px 0 0 0;*/}
  #table-green table thead tr:first-child th:last-child {
    /*border-radius: 0 10px 0 0;*/ }
  #table-green table tbody tr td {
    padding: 10px 10px; }
  #table-green table tbody tr:nth-child(even) {
    background: #ecedee; }

table {
  width: 100%;
  border-collapse: collapse; }

td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left; }
  
.social_wrap {
  text-align: left;
}

.social_wrap ul.bx-share-social {
  list-style: none;
  margin: 0;
  padding-left:0;
}

.social_wrap ul.bx-share-social li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
  padding:0;
}

.social_wrap ul.bx-share-social li a {
  background: #97a2ad !important;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 22px;
  padding: 4px 0 0 0;
  text-align: center;
}

.social_wrap ul.bx-share-social li a:hover {
  background: #418d0e !important;
}

/*-- structure-table css start --*/

.structure-table {
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

.structure-table table {

}

.structure-table table tr td {
  border: none;
}

.structure-table table tr td img {
    display: inline-block !important;
    width: auto !important;
}

.structure-table table tr td.bg {
  background: #3b8a07;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.structure-table table tr td.block {
  background: url("images/border-solid.png") no-repeat right 40%;
  padding-left: 12px; 
}

.structure-table table tr td:nth-child(3) {
  border-left: 3px solid #6d7989; 
}

.structure-table table tr td.first-bg {
  background: url("images/white-bg.png") no-repeat left top;
}

/*-- structure-table css end --*/

.related-elements {
	padding: 0;
    margin-bottom: 20px;
}

.related-elements ul {
	margin: 0px !important;
	padding: 0px !important;
}

.related-elements ul li {
    border-radius: 5px;
	display: inline-block !important;
	width: auto;
	background-size: cover !important;
    margin-right: 15px !important;
} 

.related-elements ul li h3 {
	margin: 0 !important;
    padding: 0 !important;
}

.related-elements ul li h3 a {
    border: none !important;
    padding: 10px 20px;
    display: block !important;
    font-size: 14px;
    color: #fffefe !important;
    font-weight: 600;
    text-decoration: none !important;
}
.related-elements ul li h3 a:focus {
    text-decoration: none !important;
}

.photo-fixed-overlay {
  z-index: 99999;
}

.all-news-button {
  display: none;
}

@media (max-width: 767px) {
  #mobile-content .panel-group .panel #collapseOne #horizontal-multilevel-menu li:last-child ul {
    display: none;
  }
  table {
    overflow: scroll;
    overflow-y: hidden; } 
     .internal-top {
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 35px;
    }
    .internal-top .img-lg-box .img-lg {
        margin-bottom: 0;
        width: 25%;
    }
    .internal-top .img-lg-box h5 {
        /*left: 10px;
        width: 176px;
        */
        line-height: normal;
        font-size: 18px;
        left: 0px;
        width: 100%;
        bottom: -28px;
        background: #418d0e;
        padding: 10px 24px;
        z-index: 2;
    }
    .internal-top .img-lg-box .img-lg img {
      border-radius: 6px 0px 0px;
    }
    .related-elements {
      padding-top: 18px;
    }
    .internal-top .measurement-box {
        position: absolute;
        top:0px;
        right: 0px;
        margin: 0;
        border-radius: 0px 6px 6px 0;
        height: 100%;
        width: 75% !important;
    }
    .internal-top .measurement-box h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .internal-top .measurement-box h3 br {
        margin-bottom: 10px;
    }
    .make-wrap {
        padding-left: 10%;
    }
}
@media (min-width: 1350px) {
  h3, .h3 {
    font-size: 21px; }

  .container {
    width: 1286px; }

  #top .language-switch {
    padding-left: 178px; }

  #header {
    height: 248px; }
    #header .green-box-1 {
      width: 469px;
      height: 244px; }
      #header .green-box-1 .logo-box .logo-text {
        font-size: 24px; }
    #header .green-box-2 {
      width: 165px;
      height: 84px;
      left: 322px;
      top: 257px; }
    #header .green-box-3 {
      width: 246px;
      height: 220px;
      left: 499px;
      top: 98px; }
    #header .green-box-4 {
      width: 100px;
      height: 73px;
      left: 758px;
      top: 98px; }
    #header .header-right-area {
      margin-right: 24px; }
      #header .header-right-area .write-window a {
        font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 15px; }
      #header .header-right-area .electronic-circulation a {
        font-size: 10px;
        line-height: 15px; }
      #header .header-right-area .hotline-services {
        font-size: 14px; }

  .contentcol {
    padding-right: 0; }
    .contentcol .home-top-slider .forest-imgbox {
      min-height: 234px; }
    .contentcol .home-top-slider .forest-infobox {
      line-height: 20px;
      font-size: 14px;
      padding-top: 26px; }
      .contentcol .home-top-slider .forest-infobox h3 {

        line-height: 26px; }
      .contentcol .home-top-slider .forest-infobox a.more {
       /* font-size: 13px;*/ }
    .contentcol .home-top-video {
      float: right; }
      .contentcol .home-top-video .vedio {
        height: 235px; }

  .left-search .search-box .inputbox {
    width: 218px; } }
@media (min-width: 1200px) and (max-width: 1349px) {
    .internal-top .measurement-box {
    width: auto;
    margin-top: 28px;
  }
  #header .green-box-1 .logo-box .logo-text {
    padding-top: 123px; }
  #header .green-box-1 .logo-box .logo-image {
    padding-top: 88px; }
  #header .green-box-2 {
    left: 300px;
    bottom: -88px; }
  #header .green-box-3 {
    left: 461px; }
  #header .green-box-4 {
    left: 742px; }

  .main-menu li {
    padding: 0 35px; }

  .leftCol .left-tab-menu ul.nav li {
    width: 46.5%; }

  .contentcol .home-top-slider .forest-infobox {
    min-height: 223px; }
    .contentcol .home-top-slider .forest-infobox h3 {
      font-size: 24px; }

  #footer .container .comment-box-area {
    padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .internal-top .img-lg-box {
    width: 73%;
  }
  .internal-top .measurement-box {
    width: auto;
    margin-top: 28px;
    padding: 6px;
  }
  #top .top-right-area li {
    margin: 0 5px; }
  #top .language-switch {
    padding-left: 80px; }

  #header .green-box-1 {
    width: 380px; }
    #header .green-box-1 .logo-box .logo-text {
      font-size: 16px; }
  #header .green-box-2 {
    left: 232px;
    top: 235px; }
  #header .green-box-3 {
    height: 170px;
    left: 394px;
    top: 100px;
    width: 220px; }
  #header .green-box-4 {
    height: 60px;
    left: 628px;
    top: 100px;
    width: 105px; }
  #header .header-right-area {
    margin-top: 96px;
    width: 220px; }
    #header .header-right-area .electronic-circulation {
      margin-left: 18px; }

  .main-menu li {
    padding: 0 18px; }
    .main-menu li a:link,
    .main-menu li a:active,
    .main-menu li a:visited {
      font-size: 16px; }

  .contentcol {
    padding-right: 0; }
    .contentcol .home-top-slider .forest-infobox {
      min-height: 223px; }
      .contentcol .home-top-slider .forest-infobox h3 {
        font-size: 24px; }
      .contentcol .home-top-slider .forest-infobox h4 {
        margin-bottom: 11px; }
    .contentcol .news-wrapper .news-box .text-box {
      font-size: 13px;
      line-height: 19px; }
    .contentcol .home-top-slider .forest-infobox {
      padding: 12px 15px 15px 20px; }

  .left-search .search-box .inputbox {
    width: 158px; }

  .leftCol {
    padding-right: 0; }
    .leftCol .left-tab-menu ul.nav li {
      width: 48%; }
      .leftCol .left-tab-menu ul.nav li a {
        font-size: 13px;
        padding-left: 10px; }
    .leftCol .left-tab-menu .tab-content ul a {
      font-size: 13px;
      line-height: 18px; }

  #footer .container .comment-box-area {
    padding-right: 15px; }
    #footer .container .comment-box-area ul li.write-window {
      margin-right: 10px; }
    #footer .container .comment-box-area ul li.write-window {
      margin-right: 10px; }
      .video-section .video_gallery_list a {
        width: 100%;
       }
      }
@media (min-width: 768px) and (max-width: 991px) {
    .internal-top .img-lg-box {
    width: 66%;
  }
  .internal-top .measurement-box {
    width: auto;
    margin-top: 28px;
    padding: 4px;
  }  
  #top .language-switch {
    padding-left: 36px; }

  #header {
    height: auto; }
    #header .green-box-1 {
      width: 300px;
      height: 170px; }
      #header .green-box-1 .logo-box .logo-text {
        font-size: 13px;
        padding-left: 25px;
        padding-top: 110px; }
      #header .green-box-1 .logo-box .logo-image {
        padding-top: 80px;
        padding-bottom: 0px; }
        #header .green-box-1 .logo-box .logo-image img {
          width: 80px; }
    #header .green-box-2 {
      display: none; }
    #header .green-box-3 {
      display: none; }
    #header .green-box-4 {
      display: none; }

  .main-menu li {
    padding: 0 10px; }
    .main-menu li a:link,
    .main-menu li a:active,
    .main-menu li a:visited {
      font-size: 13px; }

  .leftCol .left-tab-menu ul.nav li {
    display: block;
    width: 50%;
 }
    .leftCol .left-tab-menu ul.nav li a {
      display: list-item;
      font-size: 13px;
      padding: 5px;
      overflow-wrap: break-word;  }
  .leftCol .left-tab-menu .tab-content ul li a {
    font-size: 12px;
    line-height: 16px;
    overflow-wrap: break-word; }
  .leftCol .document h3 {
    font-size: 14px;
    top: 8px; }
  .leftCol .left-search {
    padding: 10px; }
    .leftCol .left-search h3 {
      font-size: 14px; }
    .leftCol .left-search .search-box .inputbox {
      width: 110px;
      margin-right: 5px; }
    .leftCol .left-search .search-box .search-button {
      width: 30px;
      font-size: 100%; }
  .leftCol .banner-box a h4 {
    font-size: 14px;
    width: auto; }

  .contentCol {
    padding: 0; }
    .contentCol .home-top-slider .forest-infobox {
      min-height: 223px;
      padding: 8px 15px; }
      .contentCol .home-top-slider .forest-infobox h3 {
        font-size: 20px;
        line-height: 20px; }

  .news-wrapper .news-box {
    width: 50%;
    float: left; }

  .forest-newspaper .new-img img {
    width: 100%;
    height: auto; }

  #footer .row {
    margin: 0; }
  #footer .container .footer-logo,
  #footer .container .footer-address,
  #footer .container .footer-telephone {
    width: 33.33%;
    margin-bottom: 20px;
    float: left; }
  #footer .container .footer-email,
  #footer .container .comment-box-area {
    width: 50%;
    padding: 0 15px;
    float: left; }

  .inner-tab-wrap .nav-tabs li {
    width: 50%; }
    .inner-tab-wrap .nav-tabs li a {
      font-size: 100%; }

  .content .feedback-form #feedback-left .inputselect,
  .content .feedback-form #feedback-left .inputtext,
  .content .feedback-form #feedback-right .inputselect,
  .content .feedback-form #feedback-right .inputtext {
    width: 97%; }

  .content .feedback-form #feedback-left .new_field_86987,
  .content .feedback-form #feedback-left .new_field_50156,
  .content .feedback-form #feedback-right .new_field_86987,
  .content .feedback-form #feedback-right .new_field_50156 {
    width: 48%; }
  .content .feedback-form #feedback-left .new_field_597 .inputtext,
  .content .feedback-form #feedback-left .new_field_77998 .inputtext,
  .content .feedback-form #feedback-right .new_field_597 .inputtext,
  .content .feedback-form #feedback-right .new_field_77998 .inputtext {
    width: 94%; }
  .content .feedback-form #feedback-left .inputtextarea,
  .content .feedback-form #feedback-right .inputtextarea {
    width: 97%; }


    .video-section .video_gallery_list a {
      width: 100%;
    }
    #my_answer, 
    #home_page_video_popup {
      margin-left: -35% !important;
    }

    div.photo-detail *:nth-child(1) > *:nth-child(1),
    div.photo-detail *:nth-child(1) > *:nth-child(2){
      width: 540px !important; 
      height: 400px !important;
      top: 0 !important;
    }

     }
     .structure-otr{display: none}
@media (max-width: 767px) {
  
  .row {
    margin: 0; }
body #top {
background: none;
	}
  #top {
    position: inherit;
    z-index: 99999;
    width: auto;
    top: 0px;
    right: 0px;
    float: right; }
    #top .top-right-area {
      display: none; }
    #top .language-switch {
      padding: 26px 10px 0 0; }
      #top .language-switch li {
        color: #282828;
        font-family: "exo_2semi_bold";
        font-size: 14px;
        margin: 0 5px 0 0;
        text-transform: uppercase; }
        #top .language-switch li a {
          color: #c1c1c1;
          font-family: "exo_2semi_bold";
          font-size: 14px;
          text-transform: uppercase;
          padding: 0; }
      #top .language-switch li:last-child {
        margin-right: 5px; }

  .lang {
    background: #fff;
    border-radius: 2px;
    display: inline-flex;
    max-width: 33px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
    transition: max-width .3s;
    text-align: center;
    padding: 0 5px; }

  .lang__item {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 2;
    margin-right: 10px; }

  .lang__item:hover {
    cursor: pointer;
    color: white; }

  .lang--open {
    max-width: 1000px;
    transition: max-width .4s; }

  .lang__item--active {
    order: 1;
    color: white;
    pointer-events: none; }

  .home #header {
    margin-bottom: 14px; }

  #header {
    height: auto; }
    #header .green-box-1 {
      background: #469710;
      height: 78px;
      position: relative;
      width: 100%;
      float: none; }
      #header .green-box-1 .logo-box {
        width: 250px;
        position: absolute;
        left: 50%;
        margin-left: -125px;
        padding-top: 5px;
        z-index: 9999; }
        #header .green-box-1 .logo-box .logo-text {
          font-size: 14px;
          float: right;
          padding: 13px 0 0 0px;
          margin: 0px;
          text-align: left; }
        #header .green-box-1 .logo-box .logo-image {
          float: left;
          padding: 0px;
          margin: 0px; }
          #header .green-box-1 .logo-box .logo-image img {
            width: 68px;
            height: auto; }
    #header .green-box-2,
    #header .green-box-3,
    #header .green-box-4,
    #header .header-right-area {
      display: none; }

  #main-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500; }
    #main-menu .navbar-header {
      float: left;
      width: 30px;
      height: 30px;
		margin-top: 28px;
		margin-left: 10px;
      }
      
      #main-menu .navbar-header .icon-bar {
        border: 2px solid #fff; }

  .home #mobile-content {
    display: block; }

  .home #mobile-footer {
    display: block; }
.structure-table, body.home #bottom-slider, html body.home .back-to-top,.home .not_mobile_pc{display: none}
@media (max-width: 500px){
	body .structure-otr .blocks-gr .min-wid .line{
		    padding: 253px 0 !important;
	}
}
@media (max-width: 563px){
	body .structure-otr .blocks-gr .min-wid .line{
		    padding: 235px 0;
	}
}
.contentcol .content h2{
	text-align: center;
	font-size: 20px !important;
}
.structure-otr{

    width: 100%;
    display: block;
}
.structure-otr .buts{
    margin-top: 65px;
}
.structure-otr .fot{
    font-size: 10px;
    color: #6c7177;
    text-align: center;
    margin-top: 35px;
    line-height: 0.7em;
}
.structure-otr .fot a{
    text-decoration: none;
    color: #6c7177;
}
.structure-otr .buts a{
    background: #469710;
    color: #fff;
    font-family: "exo_2medium";
    display: block;
    padding: 5% 0px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.structure-otr .blocks-gr{
    width: 100%;
    display: block;
}
.structure-otr h2{
    margin: 0;
    font-weight: normal;
    font-size: 41px;
    text-transform: uppercase;
    color: #3a8016;
    padding: 30px 0px;
    text-align: center;
}
.structure-otr .blocks-gr .all-wid, .structure-otr .blocks-gr .min-wid .gr-min{
    padding: 25px 0;
    text-align: center;
    border-radius: 7px;
    position: relative;
    margin-bottom: 40px;
	z-index: 10;
}
.structure-otr .blocks-gr .all-wid p{
    width: 66% !important;
    text-transform: uppercase;
}
.structure-otr .blocks-gr .all-wid p, .structure-otr .blocks-gr .min-wid .gr-min p{
    text-align: center;
    width: 83%;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    font-size: 1.1em;
}
.structure-otr .blocks-gr .all-wid p a, .structure-otr .blocks-gr .min-wid .gr-min p a{
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.1em;
}
.structure-otr .blocks-gr .all-wid{
    width: 100%;
    display: block;
}
.structure-otr .blocks-gr .all-wid:last-of-type{
    margin-bottom: 0;
}
.structure-otr .blocks-gr .min-wid {
    width: 100%;
    display: block;
}
.structure-otr .blocks-gr .all-wid:first-of-type{
    background: #3a8016;
}
.structure-otr .blocks-gr .all-wid:last-of-type{
    background: #599832;
}
.structure-otr .blocks-gr .min-wid .gr-min:nth-of-type(2){
    background: #599832;
}
.structure-otr .blocks-gr .min-wid .gr-min:nth-of-type(3){
    background: #6da945;
}
.structure-otr .blocks-gr .min-wid .gr-min:nth-of-type(4){
    background: #7bb354;
}
.structure-otr .blocks-gr  span{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #6c7177;
    position: absolute;
    bottom: -25px;
}
.structure-otr .blocks-gr  span.ll{
    top: -25px;
}
.texts{
    background: #ffffff;
    padding: 30px 10px;
}
.texts ul li{
    list-style: none;
    margin-bottom: 30px !important;
    position: relative;
}
.texts ul li span{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 9px solid #6c7177;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -26px;
    top: 2px;
}
.texts ul li, .texts ul li a{
    color: #6c7177 !important;
    font-size: 13px;
    text-decoration: none;
	display: block !important;
}
.structure-otr .blocks-gr .min-wid{
    position: relative;
}
.structure-otr .blocks-gr .min-wid .line{
    position: absolute;
    right: 30px;
    top: -50px;
    display: inline-block;
    width: 2px;
    background: #6c7177;
    border: 1px solid #6c7177;
    /* min-height: 100%; */
    padding: 223px 0;
}
.structure-otr .blocks-gr .min-wid .line span{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #6c7177;
    position: absolute;
    bottom: -9px;
    right: -6px;
}
.structure-otr .blocks-gr .min-wid .gr-min{
    position: relative;
    width: 80%;
}
  .main-menu {
    margin-bottom: 0; }
    .main-menu .navbar-toggle {
      margin-top: 16px; }
    .main-menu .navbar-collapse {
      background: #469710;
      border: none !important;
      box-shadow: inherit;
      height: 100vh;
      margin-top: 11px;
      padding-top: 40px !important; }
      .main-menu .navbar-collapse ul li {
        padding: 0 10px;
        width: 100%; }
        .main-menu .navbar-collapse ul li a:link,
        .main-menu .navbar-collapse ul li a:active,
        .main-menu .navbar-collapse ul li a:visited {
          font-size: 20px;
          color: #FFFFFF;
          text-align: center; }
        .main-menu .navbar-collapse ul li ul {
          background: none;
          box-shadow: inherit;
          position: inherit;
          left: 0;
          top: 0;
          opacity: 1;
          visibility: visible;
          padding-top: 0; }
          .main-menu .navbar-collapse ul li ul li {
            border: none; }
            .main-menu .navbar-collapse ul li ul li a:link,
            .main-menu .navbar-collapse ul li ul li a:active,
            .main-menu .navbar-collapse ul li ul li a:visited {
              font-size: 16px; }

  .contentcol .content {
    font-size: 100%; }
    .contentcol .content img {
      display: block;
      height: auto;
      width: 100%; }
    .contentcol .content .static-content-address {
      font-size: 100%;
      padding-left: 0px;
      padding-right: 0px; }
      .contentcol .content .static-content-address ul {
        padding-left: 0; }
        .contentcol .content .static-content-address ul li {
          font-size: 100%; }
    .contentcol .content .static-content-block {
      font-size: 100%;
      margin: 0;
      padding-left: 0px;
      padding-right: 0px; }
      .contentcol .content .static-content-block .static-link ul li {
        font-size: 100%; }
        .contentcol .content .static-content-block .static-link ul li a {
          display: inline;
          font-size: 100%; }
.contentcol .home-top-slider .forest-imgbox {
	width: 100%;
}
.contentcol .home-top-slider .forest-infobox {
	width: 100%;
	min-height: 50px;
}

.contentcol .home-top-slider .forest-imgbox img {
	border-radius: 8px 8px 0px 0px;
}

.contentcol .home-top-slider .forest-infobox a.more {
	display: block;
	width: 100%;
	text-align: center;
}

.contentcol .home-top-video .video {
	height: 292px;
}

body.menu #mobile-content,
body.menu #mobile-footer,
body.menu .back-to-top,
body.home .back-to-top {
	display: block;
}

#ajax-popup {
	width: 100% !important;
  min-height: auto;
}

  #mobile-content {
    margin-bottom: 14px; }
    #mobile-content .panel-group .panel {
      background: #589b2b;
      border: none;
      box-shadow: inherit; }
      #mobile-content .panel-group .panel .panel-heading {
        background: none;
        border: none;
        padding: 0px; }
        #mobile-content .panel-group .panel .panel-heading a {
          /*background: #589b2b url('images/down-arrow.png') no-repeat center bottom;*/
          border-radius: 5px 5px 0 0;
          font-family: "exo_2semi_bold";
          font-size: 80%;
          color: #FFFFFF;
          display: flex;
          flex-direction: column;
          /*min-height: 88px;*/
          justify-content: center;
          text-align: center;
          padding: 15px 15px 0 15px;
          text-decoration: none;
          text-transform: uppercase; }
        #mobile-content .panel-group .panel .panel-heading a::after {
          content: "\f078";
          font-family: FontAwesome; }
        #mobile-content .panel-group .panel .panel-heading a.collapsed::after {
          content: ""; }
        #mobile-content .panel-group .panel .panel-heading a.collapsed {
          background: #589b2b;
          border-radius: 5px;
          padding: 15px; }
        #mobile-content .panel-group .panel .panel-heading a.collapsed:hover {
          background: #78b54f; }
        #mobile-content .panel-group .panel .panel-heading a:focus {
          outline: inherit; }
    #mobile-content .panel-group .panel + .panel {
      margin-top: 14px; }
    #mobile-content .panel-group .panel-body {
      border: none;
      background: #589b2b;
      border-radius: 0 0 5px 5px;
      text-align: center; }
      #mobile-content .panel-group .panel-body ul li {
        display: block;
        margin-bottom: 12px; }
        #mobile-content .panel-group .panel-body ul li a {
          font-family: "exo_2semi_bold";
          font-size: 75%;
          color: #FFFFFF;
          line-height: 22px;
          text-decoration: none;
          text-transform: uppercase; }
        #mobile-content .panel-group .panel-body ul li a:focus {
          outline: inherit; }
        #mobile-content .panel-group .panel-body ul li ul.panel-collapse {
          margin-top: 12px; }
          #mobile-content .panel-group .panel-body ul li ul.panel-collapse li a {
            font-size: 70%; }
      #mobile-content .panel-group .panel-body ul li.parent a {
        /*background: url('images/down-arrow.png') no-repeat center bottom;
        padding-bottom: 25px;*/
        line-height: normal; }
      #mobile-content .panel-group .panel-body ul li.parent a:after {
        content: "\f078";
        display: block;
        font-family: FontAwesome; }
      #mobile-content .panel-group .panel-body ul li.parent ul li a {
        background: none;
        padding-bottom: 0px; }
      #mobile-content .panel-group .panel-body ul li.parent ul li a:after {
        content: inherit;
        display: block;
        font-family: FontAwesome; }
    #mobile-content .mobile-custom-menu ul li {
      display: block; }
      #mobile-content .mobile-custom-menu ul li a {
        background: #589b2b;
        border-radius: 5px;
        font-family: 'Roboto', sans-serif;

        color: #FFFFFF;
        display: block;
        flex-direction: column;
        /*min-height: 88px;*/
        justify-content: center;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        text-transform: uppercase; }
    #mobile-content .mobile-custom-menu ul li:nth-child(1) a {
      background: #4a921a; }
    #mobile-content .mobile-custom-menu ul li:nth-child(2) a {
      background: #535c65; }
	#mobile-content .mobile-custom-menu ul li:nth-child(3) a {
      background: #8ba1b6; }
    #mobile-content .mobile-custom-menu ul li:nth-child(4) a {
      background: #707579; }
    #mobile-content .mobile-custom-menu ul li:nth-child(5) a {
      background: #535c65; }
    #mobile-content .mobile-custom-menu ul li + li {
      margin-top: 14px; }
    #mobile-content .mobile-custom-menu ul a:hover,
    #mobile-content .mobile-custom-menu ul a:focus {
      opacity: .9;
      outline: inherit; }

  .contentcol .content h2 {
    font-size: 100%;
    padding-left: 0;
    margin-bottom: 18px; }
    .news-wrapper .green-box5 {
      display: none;
    }
  .contentcol .home-top-slider {
    padding: 0;
    margin: 0; }
  .contentcol .home-top-video {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 30px; }

  body.home .news-wrapper {
    padding: 0; display: none; }
    .news-wrapper {
      padding: 0;
    }
    .news-wrapper .news-wrap {
      margin-right: 0; }
      .news-wrapper .news-wrap .news-box {
        padding: 0; }

  .content .feedback-form #feedback-right .inputselect,
  .content .feedback-form #feedback-right .inputtext,
  .content .feedback-form #feedback-right .inputtextarea,
  .content .feedback-form #feedback-left .inputselect,
  .content .feedback-form #feedback-left .inputtext,
  .content .feedback-form #feedback-left .inputtextarea {
    width: 97%; }
  .content .feedback-form #feedback-right .new_field_50156,
  .content .feedback-form #feedback-right .new_field_86987,
  .content .feedback-form #feedback-left .new_field_50156,
  .content .feedback-form #feedback-left .new_field_86987 {
    float: none;
    width: 97%; }
    .content .feedback-form #feedback-right .new_field_50156 .inputtext,
    .content .feedback-form #feedback-right .new_field_86987 .inputtext,
    .content .feedback-form #feedback-left .new_field_50156 .inputtext,
    .content .feedback-form #feedback-left .new_field_86987 .inputtext {
      width: 100%; }
  .content .feedback-form #feedback-right .new_field_77998,
  .content .feedback-form #feedback-right .new_field_597,
  .content .feedback-form #feedback-left .new_field_77998,
  .content .feedback-form #feedback-left .new_field_597 {
    float: none;
    width: 100%; }
    .content .feedback-form #feedback-right .new_field_77998 .inputtext,
    .content .feedback-form #feedback-right .new_field_597 .inputtext,
    .content .feedback-form #feedback-left .new_field_77998 .inputtext,
    .content .feedback-form #feedback-left .new_field_597 .inputtext {
      width: 97%; }
  .content .feedback-form #feedback-right .form_footer,
  .content .feedback-form #feedback-left .form_footer {
    width: 38%; }
    .content .feedback-form #feedback-right .form_footer input[type="submit"],
    .content .feedback-form #feedback-left .form_footer input[type="submit"] {
      width: 100%;
      font-size: 100%; }
.mobile-leftcol {
	display: block !important;
} 

.mobile-home-latest-news .news-wrapper {
	display: block !important;
}
  .leftCol {
  		display: none;
    padding-right: 0px; }
    .leftCol .left-tab-menu,
    .leftCol .document,
    .leftCol .banner-box,
    .leftCol .left-search {
      display: none; }
      body.home .mobile-leftcol .left-search {
      	background: #677a8b;
      }
      
      body.home .mobile-leftcol .left-search h3 {
      	text-align: left;
      }
    .leftCol .left-search,
    .mobile-leftcol .left-search {
      background: #677a8c;
      margin-bottom: 14px;
      padding-right: 30px;
      padding-left: 30px; }
      .leftCol .left-search h3,
      .mobile-leftcol .left-search h3 {
         font-weight:600;
        font-size: 100%;
        text-align: center;
        margin-bottom: 18px; }
      .leftCol .left-search .search-box .inputbox,
      .mobile-leftcol .left-search .search-box .inputbox {
        width: 81%; }
      .leftCol .left-search .search-box .search-button,
      .mobile-leftcol .left-search .search-box .search-button {
        width: 14%; }
      .leftCol .left-search .radio-boxwrap .radio-box,
      .mobile-leftcol .left-search .radio-boxwrap .radio-box {

        font-size: 100%; }
        .leftCol .left-search .radio-boxwrap .radio-box .radio,
        .mobile-leftcol .left-search .radio-boxwrap .radio-box .radio {
          margin-top: 5px; }

  .home .leftCol .left-search {
    display: block; }

  .home .container .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px; }

  .home #container {
    margin-bottom: 0px; }

  .home .contentCol .pathway {
    display: none; }


  .contentCol .pathway {
    display: none; }

  .contentCol .content .about-the-ministry-img .cont-img {
    width: 100%;
    float: none; }
  .contentCol .content .leadership-block-content .leadership-block-content-list .leadership-image {
    width: 100%;
    float: none;
    height: 228px; }
    .contentCol .content .leadership-block-content .leadership-block-content-list .leadership-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }

    .contentCol .content .news-wrapper .news-wrap .news-box a {
      display: block; }
  .contentCol .content .news-detail-img {
    height: 258px; }
    .contentCol .content .news-detail-img img {
      border: none;
      border-radius: 6px; }

  .inner-tab-wrap .nav-tabs li {
    width: 50%; }
    .inner-tab-wrap .nav-tabs li a {
      font-size: 100%; }

  .forest-newspaper {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .forest-newspaper h3 {
      font-size: 26px;
      margin: 0 0 30px 0; }
    .forest-newspaper .new-img {
      padding-bottom: 30px;
      padding-right: 0px; }
      .forest-newspaper .new-img img {
        display: block;
        max-width: 100%;
        height: auto; }
    .forest-newspaper .new-info {
      padding-right: 0;
      padding-left: 0; }

  #footer .container .footer-logo {
    margin-bottom: 30px; }
  #footer .container .footer-email,
  #footer .container .footer-telephone,
  #footer .container .footer-address,
  #footer .container .comment-box-area {
    width: 50%;
    float: left;
    padding: 10px 15px;
    text-align: left; }
  #footer .container .comment-box-area ul li.write-window {
    margin-bottom: 10px; }

  #footer {
    display: none; }

  .home .back-to-top {
    display: none;
    padding: 0; }

  .back-to-top {
    display: block;
    padding: 0; }
    .back-to-top a {
      background: #469710;
      color: #fff;

      display: block !important;
      padding: 5% 0px;
      text-align: center;
      border-radius: 6px;
      margin-bottom: 18px;
      text-decoration: none; }

  #mobile-footer .mobile-footer-comment-box {
    text-align: center;
    margin-bottom: 14px; }
    #mobile-footer .mobile-footer-comment-box ul li {
      display: inline-block;
      margin: 0 -2px;
      width: 49%; }
      #mobile-footer .mobile-footer-comment-box ul li a {
        background: #8aa1b6;
        border-radius: 5px;
         font-weight:600;
        font-size: 100%;
        color: #FFFFFF;
        line-height: 16px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 22px 10px; }
      #mobile-footer .mobile-footer-comment-box ul li a:focus {
        outline: inherit; }
    #mobile-footer .mobile-footer-comment-box ul li.one-window {
      margin-right: 1%; }
      #mobile-footer .mobile-footer-comment-box ul li.one-window a span {
        background: url("images/icon-window-white.png") no-repeat left center;
        display: inline-block;
        padding-left: 35px;
        text-align: left; }
    #mobile-footer .mobile-footer-comment-box ul li.e-application {
      margin-left: 1%; }
      #mobile-footer .mobile-footer-comment-box ul li.e-application a span {
        background: url("images/icon-zoom-white.png") no-repeat left center;
        display: inline-block;
        padding-left: 35px;
        text-align: left; }
  #mobile-footer .mobile-footer-share-box {
    text-align: center;
    margin-bottom: 14px; }
    #mobile-footer .mobile-footer-share-box ul li {
      display: block; }
      #mobile-footer .mobile-footer-share-box ul li a {
        background: #535c65;
        border-radius: 5px;
         font-weight:600;
        font-size: 100%;
        color: #FFFFFF;
        display: block;
        padding: 22px 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        #mobile-footer .mobile-footer-share-box ul li a span {
          background: url("images/icon-facebook-big.jpg") no-repeat right center;
          padding: 8px 66px 8px 0; }
      #mobile-footer .mobile-footer-share-box ul li a:focus {
        outline: inherit; }
  #mobile-footer .mobile-footer-address {
    background: #70757a;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight:300;
    font-size: 100%;
    padding: 15px 10px 10px 10px;
    text-align: center; }
    #mobile-footer .mobile-footer-address h4 {
      color: #fffefe;
      font-weight:300;
      font-size: 14px;
      color: #fffefe;
      margin: 0 0 15px 0; }
    #mobile-footer .mobile-footer-address a.email {
      color: #fff;
      font-weight:600;
      font-size: 14px;
      text-decoration: none; }

  #copyright {
    margin: 15px 0;
    font-size: 80%; }
    #copyright .right,
    #copyright .left {
      text-align: center; }

  .contentCol {
    padding-left: 0px;
    padding-right: 0px; }

  .gallery-wrap .photo-gallery h3 {
    font-size: 100%; }
  .gallery-wrap .photo-gallery .photo-box h4 {
    font-size: 100%; }
  .gallery-wrap .video-gallery h3 {
    font-size: 100%; }
  .gallery-wrap .video-gallery .video-section .video_gallery_list a {
    width: 100%; }
  .gallery-wrap .video-gallery .video-section .video-box h4 {
    font-size: 100%; }

  .photo-gallery-list ul li {
    margin-right: 0px;
    width: 100%; }

  .pagination .prev {
    padding-top: 5px; }
    .pagination .prev a {
      font-size: 10px;
      padding-left: 15px; }
  .pagination .next {
    font-size: 10px;
    padding-top: 5px; }
    .pagination .next a {
      padding-right: 15px; }
  .pagination .next.first a {
    font-size: 10px;
    padding-right: 15px; }
  .pagination ul li a {
    padding: 5px 5px 0 5px; }
  .pagination ul li b {
    padding: 5px 5px 0 5px; } 
    

/* ********************** */
    .photo-main {
      min-width: 100% !important;
    }
   .photo-wrap img {
    width: 100% !important;
   }
   .photo-prev-slide-wrap {
    width: 0%;
   }
   .photo-main-block-wrap {
    width: 100%;
   }
   .photo-description-left {
    width: 100%;
   }
/* ********************** */
   .mobile-submenu .toggle-custom-menu-item h4 a {
        background: #4a921a;
        border-radius: 5px;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      display: block;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding: 15px;
      text-decoration: none;
      text-transform: uppercase;
     letter-spacing:0.03em;
     opacity: 1!important;
   }

   #bottom-slider .useful-links .links-box-wrap .slick-dots li button {
        margin-left: 2px;
   }

   .product-wrap .product-box a {
    height: auto;
   }

   .related-elements ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
   }
   
   body.menu #header {
    margin-bottom: 0;
   }

   .news-wrapper .news-box {
    margin-bottom: 18px;
   }
  .all-news-button {
    display: block;
  }
   .all-news-button a {
    background: #469710;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    display: block !important;
    padding: 5% 0px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 18px;
  }

  #bottom-slider .container {
    margin-bottom: 0;
  }

  .contentcol .home-top-slider .forest-infobox h3 {
    font-size: 100%;
    line-height: normal;
    text-transform: uppercase;
  }
  .photo-detail,
  #bx_flv_player_211650976_div,
  #bx_flv_player_166379601_div_displayarea,
  #bx_flv_player_573801148_div_jwplayer_display,
  #bx_flv_player_832150391_div_video {
    width: 100% !important;
  }
  
  #bx_flv_player_2140679019_div {
    width: 100% !important;
  }

  div.photo-detail *:nth-child(1) > *:nth-child(1),
  div.photo-detail *:nth-child(1) > *:nth-child(2){
    width: 360px !important;
    height: 205px !important;
    top: 0 !important;
  }

  div.photo-detail * > *:nth-child(1) > *:last-child > * {
    display: none !important;
  }

  #my_answer .popup-window-close-icon, #home_page_video_popup .popup-window-close-icon {
    background-size: 25px;
    width: 25px;
    height: 25px;
    right: 10px !important;
}
  #my_answer,
  #home_page_video_popup {
    margin-left: -29% !important;
  }

  .video-section .video_gallery_list a {
      width: 100%;
    }
}

@media (max-width: 600px) {
  #my_answer,
  #home_page_video_popup {
    margin-left: -38% !important;
  }
}

@media (max-width: 420px) {
  #my_answer,
  #home_page_video_popup {
    margin-left: -44% !important;
  }
}

@media (max-width: 400px) {
    .make-wrap {
        padding-left: 0%;
    }
  #header .green-box-1 .logo-box {
    width: 240px; }

  .leftCol .left-search .search-box .inputbox {
    width: 80%; }
  .leftCol .left-search .search-box .search-button {
    width: 15%; }

  #mobile-footer .mobile-footer-comment-box ul li a {
    font-size: 100%; }
    #mobile-footer .mobile-footer-comment-box ul li a span {
      padding-left: 28px !important; } 

      .product-wrap .product-box a .img-box img {
        object-fit: inherit;
      }

      #header .green-box-1 .logo-box {
      margin-left: -104px;
      width: 210px;
          left: 50%; }
      #header .green-box-1 .logo-box .logo-image {
        margin-right: 10px; }
      
    #header .green-box-1 .logo-box .logo-text {
      font-size: 75%;
      float: left;
      padding-top: 18px; }


       div.photo-detail *:nth-child(1) > *:nth-child(1),
      div.photo-detail *:nth-child(1) > *:nth-child(2){
        width: 300px !important; 
        height: 168px !important;
      }
       #my_answer,
        #home_page_video_popup {
          margin-left: -42% !important;
      }

      .leftCol .left-search .search-box .inputbox,
      .mobile-leftcol .left-search .search-box .inputbox {
        margin-right: 5px; }
      .leftCol .left-search .search-box .search-button,
      .mobile-leftcol .left-search .search-box .search-button {
        padding: 0;
        font-size: 12px; }
    }
@media (max-width: 320px) {
    #header .green-box-1 .logo-box {
          left: 53%;
    }
    #header .green-box-1 .logo-box .logo-image {
        margin-right: 5px; }
    #header .green-box-1 .logo-box .logo-text {
      font-size: 70%;
    }
      .internal-top .measurement-box {
        width: 158px;
        padding-left: 10px;
        padding-right: 10px;
       }

       #my_answer,
        #home_page_video_popup {
          margin-left: -47% !important;
      }
      
      }

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


.dropdown-backdrop{
    position: static;
}

.photo-footer {
	width: 100% !important;
}

.contentcol .content .mobile-custom-menu ul,
.contentcol .content .mobile-footer-share-box ul,
.contentcol .content .mobile-footer-comment-box ul {
	padding: 0px;
	margin: 0px;
}

.contentcol .content .mobile-footer-comment-box ul li a {
	display: block;
}

.mobile-leftcol,
.mobile-home-latest-news .news-wrapper {
	display: none;
}

#main-menu .navbar-header .icon-bar {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

body.menu .back-to-top {
	display: none;
}

.navbar-toggle {
  position: relative;
  float: inherit;
  padding:0;
  margin: 0;
  background-color: inherit;
  background-image: none;
  border: inherit;
  border-radius: inherit;
}
.toggle-custom-menu-item-content {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999999;
  left: 0;
}

.navbar-collapse {
  box-shadow: none;
}

.toggle-custom-menu-item-content ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; 
  /*background: #4a921a;*/
}
.toggle-custom-menu-item-content ul li {
  list-style: none !important;
  text-align: center;
}
.toggle-custom-menu-item-content ul li a {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-custom-menu-item-content ul li a:focus {
  text-decoration: none;
}

.toggle-custom-menu-item-content ul ul {
  position: inherit;
  float: inherit;
  top: inherit;
  left: inherit;
  background-color: inherit;
  box-shadow: inherit;
  border: none;
  padding-top: 5px !important;
}
.toggle-custom-menu-item-content ul ul li {
  margin-bottom: 3px !important;
}
.toggle-custom-menu-item-content ul ul a {
  font-size: 75%;
  color: #030901 !important;
  text-align: left !important;
}
.toggle-custom-menu-item-content ul ul a span {
  background: url(images/dropdown-menu-a-bg.jpg) no-repeat left center;
  padding-left: 10px;
}

.industry-structure .contentcol .content a {
	color: #151815;
}

.industry-structure .contentcol .content .structure-table table tr td.bg a {
	color: #fff !important;
	text-decoration: none;
}
#copyright a{display: inline-block}
#table-green{overflow-x: scroll}
label.error{display: none!important;}
.content .feedback-form #feedback-left .inputtext,.content .feedback-form #feedback-left .inputtextarea{outline: none}
.content .feedback-form #feedback-left .inputtext.error,.content .feedback-form #feedback-left .inputtextarea.error{border:1px solid #bc0419!important; }
.contentcol .content .green-box5{text-align: center}
.contentcol .content .green-box5 a{color: #fff;line-height: 50px;display: block;}
.contentcol .home-top-video .video a.home_page_video_popup{width: 70px;height: 70px;border-radius: 50px;top: 77px;left: 109px;position: absolute;}
.contentcol .home-top-video .video a.home_photo_video{width:170px;height:20px;position: absolute;left:25px;bottom:25px;}
.contentcol .home-top-video .video img{/*width:100%;*/}

.versia *{line-height: normal!important}
.versia .green-box-3,
.versia .green-box-4 {display:none}
.versia #footer .container .comment-box-area ul li a,
.versia #header .header-right-area .write-window a,
.versia #header .header-right-area .electronic-circulation a,
.versia .leftCol .left-tab-menu .tab-content ul li a,
.versia .leftCol .left-tab-menu ul.nav a{line-height:normal}

.versia .news-wrapper .news-box .text-box{box-shadow:none; height:auto;line-height: normal}

.versia #bottom-slider .useful-links .links-box-wrap li.light-gray{height:auto; line-height:normal; border-bottom:none;border: none; width: 100% !important;}
.versia #bottom-slider .useful-links .links-box-wrap li a{height:auto}
.versia #bottom-slider .slick-track{overflow:visible; height:auto; overflow-x:hidden; width:100%!important;}

.versia #footer .col-md-2{width:25%}
.versia #footer .footer-logo{display:none}

html.versia body{line-height:normal}
.versia .banner-box a h4{position:relative}
.versia .news-wrapper .news-box .news-img-box{display:none}
.versia .news-wrapper .news-box{width:100%}

.versia .gallery-wrap .photo-gallery .photo-box{width: 100%;height: auto;}
.versia .gallery-wrap .photo-gallery .photo-box .photo-box-img{display:none}
.versia .gallery-wrap .photo-gallery .photo-box h4{text-align:left}
.versia .forest-newspaper .new-img{display:none}
.versia .forest-newspaper .new-info{width:100%}
.versia .home-top-wrap{display:none}
.versia #footer .container .comment-box-area ul li a:hover, .versia #top .top-right-area a:hover, .versia #header .header-right-area .write-window a:hover, .versia #header .header-right-area .electronic-circulation a:hover{text-decoration: underline}
.versia .contentcol .content h2, .versia .content .leadership-block-content .leadership-block-content-list h6{color:}
.versia .content .leadership-block-content .leadership-block-content-list h6{font-size: 30px;}
.versia #table-green table thead tr th{background: none}
.versia #table-green table thead tr.h-background-2 th{color:#000}
html body .gallery-wrap .photo-gallery .photo-box h4{height: 32px;overflow: hidden}
body #footer .container .comment-box-area{padding-right:50px}

span.date, .published-wrap, span.views {
font-size: 11px;
color: #454545;
}

/*logo*/

@media (min-width: 1350px){
	#header .green-box-1 {
    	width: 570px;
    	height: 244px;
	}
}
