figure.table {
  overflow: auto
}
figure.table table,
figure.table tr,
figure.table th,
figure.table td {
  border-width: 1px;
   border-collapse: collapse;
}
figure.media {
position: relative; padding-bottom: 100%; height: 0; padding-bottom: 56.2493%;
}
figure.media iframe{
	position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}
figcaption,
.image-style-align-center {
	text-align: center;
    font-size: 12px;
}
.image-style-align-left {
	float:left;
    margin-right: 15px;
}
.image-style-align-right {
	float:right;
    margin-left: 15px;
}
.wrapper {
    padding: 0 10px;
    background: #fff;max-width:1046px;margin: 0 auto}
.hunreback{
  padding:0 5px;
  margin-right: 5px;
  border-radius: 3px;
}
.globalheader a:hover,
.globalheader a{color: #fff}
.globalheader i{float: left;margin-right:2px;margin-top: 4px}
.globalheader{
  padding: 4px 15px;
  height: 28px;
  background-color: #00923f;
  font-size: 12px
}
.header__search {
    padding: 0 10px;
    cursor: pointer;
}
.icon__header {
    border-left: 1px solid rgba(255,255,255,.25);
    padding: 0 10px
}
header,
footer{
    margin: 0 -10px
}
i.im{
    font-size:13px
}
input,textarea{
    border:1px solid #e0e0e0;
}
.center--e {
    margin: auto
}

.round {
    border-radius: 6px
}
.round--big {
    border-radius: 12px
}

.small {
    font-size: .8em
}

.medium {
    font-size: .9em
}
.overflow {
    overflow: hidden;
}

.container--n{
    max-width:655px
}

.lh13 {
    line-height: 1.3
}


a {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
    color: #111
}


/* animation */

.ani--all {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.ani--clr {
    -webkit-transition: color .15s ease-in;
    transition: color .15s ease-in;
}

.ani--bg {
    -webkit-transition: background-color .15s ease-in;
    transition: background-color .15s ease-in;
}
.language {
    padding-left: 5px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255,.25);
}
.language img{
    width: 16px;
    float: right;
    margin: 2px 0 0 5px;
}
#logo{
    display: block;
}

  /*Tooltip text*/
  .tooltip {
    position: relative;
  }

  .tooltip .tooltip-text {
    font-size: 14px;
    line-height: 1.5em;
    visibility: hidden;
    max-width: 400px;
    background-color: #00b4ab;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px);
  }

  .tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00b4ab transparent transparent transparent;
  }

  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

.bottom p{
    margin:0;
}
.bottom img{
    margin: 10px 5px 5px
}
#header__search.active i.im-magnifier:before{
    content:'\e08c'
}
#search {
    background-color: green;
    padding: 10px;
    right: 0;
    top: 25px;
    z-index: 9;
}
.search__btn {
    cursor: pointer;
    color: #fff;
    right: 9px;
    background: none !important;
    top: 5px;
    color: green;
    padding-top:2px;
    text-align: center;
    width: 25px;
    height: 22px;
    line-height: 24px;
}

#search__input {
    border: 1px solid #00923f;
    background: #fff;
    padding: 5px 10px;
    color: #111;
    width: 285px;
}

.box__title--under:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    margin: 5px 0 0
}

.box__title--center:after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    margin: 5px auto;
}

.box--featured__title {
    font-size: 2em;
}

.btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    padding: 6px 12px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 360ms ease;
    white-space: nowrap;
}
.box__title-news {
    font-size: 2em
}

.opacity{
    background-color: rgba(255, 255, 255, 0.75);
}

.trans {
    transition: all .3s ease-in-out;
}

.news {
    transition: all .3s ease-in-out;
    border: 1px solid #dedede;
}

.trans:hover,
.news:hover {
    transition: all .3s ease-in-out;
}

.trans img.thumb,
.media img,
.news img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.trans:hover img.thumb,
.media:hover img,
.news:hover img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.0.5);
    transform: scale(1.05);
}

.news__wrap {
    height: 160px;
    padding: 0 15px 10px;
}

.news__other--wrap {
    height: 125px
}
.content{
    min-height:200px;
}

.news:hover i.hide {
    display: inline-block;
    margin-left: -10px;
}

.content__empty {
    min-height: 200px;
}
.news__category__cover:hover {
    transform: scale(1.03);
    transition: all .2s;
    z-index: 2;
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
}
.news__category__title {
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
}

.documents{
    margin-bottom: 20px
}
.table--hover th{
    padding: .3em .5em
}
.table--hover{
    width: 99%;
    margin-top:5px;
}
.box__news {
  border: 1px solid #eee;
  border-radius: 10px;
  padding:0 10px;
}
.title__under:after {
  position: absolute;
  content: '';
  display:block;
  height: 2px;
  width: 40px;
  left:0;
  bottom:-1px;
}
.title__under {
  position: relative;
  margin-bottom: 5px;
}
.cat__item{
    display: block;
    background-color: #f2f2f2;
    border: 2px solid #fff;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    font-weight: 700;
}

.doc__date {
    width: 110px;
    text-align: right;
}
/* extra */

.newscontent table {
    max-width: 100%;
}
.newscontent h4 {
    font-size: 1em
}

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

.newscontent ul li {
    padding-left: 2em;
    text-indent: -.7em;
}

.newscontent ul li::before {
    content: "• ";
    margin-left: -10px;
    font-size: 1.5em;
    line-height: 1;
    margin-right: 8px;
}

.catname {
    padding: 6px 20px;
}

.tags a {
    margin-right: 20px
}
.pagination .results,
.pagination li.last-page,
.pagination li.first-page {
    display: none
}
.breadcrumbs{
    margin-top: 10px;
    margin-bottom: 5px;
}
.breadcrumbs,
.breadcrumbs a {
    color: #111
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.success,
.warning,
.attention,
.help {
    padding: 10px;
    margin-bottom: 15px;
    color: #555;
}
.counter__footer .box__counter {display:none}
.box__counter {margin-top:10px}
.box__counter img {
    margin-right: 1px;
}
.counter {
    margin-top:0;
    width: 100%
}
.counter td{
    padding: 3px
}
.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pagination a {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    border-radius: 3px;
    color: #A3A3A3;
    border: 1px solid #eee;
}

.pagination b {
    display: inline-block;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    background: #fff;
}

.pagination ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.pagination li {
    list-style: none;
    padding: 1px;
    margin: 0;
}

.pagination li {
    display: inline-block
}
/* share social */
.shareme  {
    clear: both;
    text-align: right;
}
.shareme a {
    padding: 5px 15px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
}

.shareme a:hover {
    opacity: .95;
    color: #fff
}
.shadow {
    text-shadow: 0 1px 1px #000
}
.tag {
    font-size: 1.3em;
    margin: 5px;
}

.line__p:after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 3px;
    margin: 5px 0;
    display: block;
}

.box__category {
    border-top: 1px solid #eee
}

.tns-nav button{
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  width:16px;
  height:16px;
  opacity:.8;
  padding:0;
  border:2px solid #fff;
  border:none
  }
.tns-nav {
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
}
.slideshow__desc{
  display:none
}
.slider__item{margin-top: 15px;overflow:hidden}
.hoverslide{
    cursor: pointer;
}

.tns-controls button:hover{
  background: rgba(0,0,0,.45);
  transition: all .3s
}
.tns-controls button{
  position: absolute;
  top: 50%;
  background: rgba(0,0,0,.3);
  transition: all .3s;
  border:0;
  z-index: 9;
  color: #fff;
  width: 25px;
  text-align: center;
  height:40px;
  margin-top: -20px;
}
.tns-controls button:first-child{
  left:0;
  border-radius: 0 5px 5px 0;
}
.tns-controls button:last-child{
  right:0;
  border-radius: 5px 0 0 5px
}

.tabcontent #gallery .hoverslide{
    width: 32%;
    margin: .5%;
    display: inline-block;
}
#gallery .hoverslide:hover i{
    opacity:1;
    transition: all .2s;
}
#gallery .hoverslide i{
    opacity:0;
    transition: all .2s;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
}
.hoverslide img{
    margin-left: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hoverslide:hover img{
    margin-left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
.right--row{
    border-left: 1px solid #eee
}
.grayscale img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .3s;
}
.grayscale img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .3s;

}

#header__search-wrap{
    display: block;
    position: static;
    right:0;
    border: 0;
    padding: 0 10px;
    float: right;
    left:0;
}
.header__search-wrap-btn{
    right:10px;
    bottom:16px;
}

#menubutton{
    padding: 4px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
}

#menu__close i.im {font-size: 24px}
#menu__close {
    top: 15px;
    position:fixed;
    left: 280px;
    z-index: 10;
    cursor: pointer;
}

#topmenu {height:auto;border-top: 1px solid rgba(255,255,255,.25)}

#topnav > ul.list--inline > li{
    border-bottom:1px dotted #ccc;
}
.hassub {
    position: relative;
}
.hassub>ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    top: 103%;
    z-index: 9;
    position: absolute;
    width: 210px;
    padding: 10px 0 5px;
    left: 0;
    margin: 0 0 0 -5px;
    transition: opacity .4s;
    background: #fff;
}
.hassub:hover>ul {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: opacity .4s;
    -webkit-animation:fadeInUp 400ms;
    animation:fadeInUp 400ms
}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
ul.active{
    display: block;
}
#topmenu a,
.hassub > span{
    display: block;
    padding: 0;
    font-weight:700;
}
.hassub ul.active,
.hassub .hassub {
    padding: 10px 0;
}
#topmenu a.home--icon{
    padding: 6px 15px;
    border-right:1px solid rgba(255, 255, 255, 0.75);
}
.hassub > span,
#topmenu a{
    color: #fff;
    padding: 6px 8px;
    font-size: 14px;
    display: inline-block;
}
#topmenu .hassub ul{
    opacity: 1;
    transition :none !important;
    animation:none !important;
}
#topmenu .hassub ul li{
    display: block;
}
#topmenu .hassub ul li:last-child a{
    border-bottom:0;
}
#topmenu .hassub ul a:hover{
    background: #eee;
}
#topmenu .hassub ul a{
    display: block;
    padding: 7px 15px;
    color: #333;
    border-bottom: 1px solid  #ccc
}
.header__sitename{
    width: 500px;
}

.dropdown {
    clear:both;
    position: relative;
    display: block;
    padding: 5px 10px;
    background: #fff;
    width:100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}
.dropdown:after{
  content: '\25BC';
  position: relative;
    font-size:14px;
    float:right;

}
.dropdown--content.active{
    display:block;
}
.dropdown--content a{
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.dropdown--content {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: #f9f9f9;
    width: inherit;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    bottom: 39px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.newsslider:hover a:hover,
.newsslider:hover a{
    color: #eee;;
    transition: all .4s
}
.newsslider a{position: relative;z-index: 3;}
.newsslider h3{
    padding: 7px 10px;
    font-size: 12px;
    color:#fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    right:0
}
.newsslider h3 a{color: #fff}
.newsslider:hover h3{
    padding-bottom: 30px;
    text-shadow: 0 1px 0 #000;
    transition: all .4s
}
.newsslider h3:before{
    content:'';
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.65) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom:0;
    left:0;
    top:20%;
    right:0;
    z-index: 0;
    transition: all .4s
}
.newsslider:hover h3:before{
    opacity: .6;
    transition: all .4s
}
.row--newsmag:after {
    content: '';
    border-bottom:1px solid #eee;
    height:10px;
    margin: 0 10px 10px;
    display: block;
}
.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}
.gotop{
    z-index:4;
    border-radius:50%;
    right:25px;
    bottom:10px;
    color: #00923f;
    width:32px;
    border: 2px solid #00923f;
    font-size:11px;
    height:32px;
    line-height:28px;
}
a.gotop:hover{
    color:#fff;
    background:#00923f;
}
a.gotop:hover .i--up{border-color:#fff;border-width: 0px 5px 5px 0px;}
.i--up{
     height:12px;
     width:12px;
     transition:all .15s;
     border-style: solid;
     border-color: #00923f;
     border-width: 0px 2px 2px 0px;
     transform: rotate(225deg);
     margin:10px 0 0 8px;
     transition: border-width 150ms ease-in-out;
}
footer {padding: 0 10px}
footer p{margin:0}
footer iframe {
    border-radius: 6px;
}
.gallimage {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px 25px;
}
.news__name--thumbnail {
    height: 90px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .row--newsmag:after {
        margin: 0 15px 0px;
    }
    .logo__footer {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .hassub ul.active, .hassub .hassub{
        padding: 0
    }
}
@media only screen and (min-width: 1024px) {
    .subsitename{
        display:inline
    }
    .wrapper {padding: 0 20px}
    header,
    footer {
        margin: 0 -20px
    }
    #topnav {
        display: inline
    }
    #topmenu > ul.list--inline{display:inline-block}
    #topnav > ul.list--inline > li{
        border-bottom: none;
        float:left;
    }

    #topnav .hassub ul {
        padding: 0;
        position: absolute;
        box-shadow: 5px 5px 0 rgba(0,0,0,.1);
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 210px;
        top: 100%;
    }
    #topnav .hassub .hassub ul {
        left: 210px;
        top: 0
    }
    #topnav .hassub:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    #header__search:hover{color:#fff !important}
    .box__news {
        width: 48%;
        height: 115px;
        overflow: hidden;
        float: left;
        margin: 10px 2% 0 0;
    }
    .box__news.has--showd {
    	width: 100%;
	height: auto;
	margin-right: 0
    }
    .readmore {
        display: inline-block
    }
    .newsslider a{color: #fff}
    .newsslider h3{
        padding: 15px 15px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    h1,.h1 {
        font-size:1.05em;
        line-height:1.3
    }
    h2,.h2 {
        font-size:1.03em;
        line-height:1.3
    }
    h3,.h3 {
        font-size:1.02em;
        line-height:1.3
    }
    h4,.h4 {
        font-size:1.01em;
        line-height:1.3
    }
    h5,.h5 {
        font-size:1em;
        line-height:1.3
    }
    .hassub > span,
    #topmenu #topnav a {
        color: #333;
        display: block;
        padding: 7px 10px;
    }
    #topnav{
        position:fixed;
        z-index: 10;
        height: 100%;
        padding-top: 10px;
        top: 0;left:0;
        overflow: auto;
        width: 260px;
        background: #fff;
    }
    #topnav > ul,
    #topnav > ul > li {
        display:block
    }

    .hassub > ul {
        margin-left: 10px;
        position: static;
        width: auto;
        padding: 0 !important;
    }
    .hassub ul.active, .hassub .hassub{
        padding:0;
    }
    .hassub > span:after,
    .hassub > a:after {
        content:'\e003';
        color: #ccc;
        margin-top: 5px;
        float: right;
        font: normal normal normal 13px/1 'iconmonstr-iconic-font';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #topnav > ul.list--inline > li{
        border-bottom: 1px solid #eee;
    }
    .media.rowgutter{
        border-bottom:1px solid #eee;
        padding: 10px 0
    }
    .news__name--blog{font-size:15px}
    .box__news{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .language {
        width: 24px;
        height: 16px;
        overflow: hidden;
    }
}    
