@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	padding:10px 0 0 30px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: url(../images/bg.jpg);
	font: 14px/18px 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.7;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a {
	color:#45C230;
	text-decoration: underline;
}

a:hover {
	color:#45C230;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}


/* Header
-----------------------------------------------------------------------------*/
header {
	background: #fff;
	border-bottom: 2px solid #45C230;
	padding-top: 20px;
}

.logo a{
	display: inline-block;
	width: 100%;
	max-width: 197px;
}

.osmenu {
	padding-top: 77px;
	text-align: center;
}

.osmenu ul {
	padding-left: 0px;
}
.osmenu ul li.item-144{display:none;}
.osmenu ul li {
	display: inline;
	padding: 0 8px;
	text-transform: lowercase;
}

.row-fluid img {
	max-width:100%;
}

.osmenu ul li:first-child {
	display: none;
}

.osmenu ul li:first-child {
	padding: 0 8px 0 0;
}

.osmenu ul li:last-child {
	padding: 0 0 0 8px;
}

.osmenu ul li a{
	text-decoration: none;
}

.osmenu ul li a:hover{
	text-decoration: underline;
}

.osmenu ul li.active a{
	font-weight:700;
}

.whitebg {
	background: #fff;
}

.rinfotop div {
	text-align: right;
	color:#45C230;
	font-size: 18px;
	margin-bottom: 25px;
}

.rinfotop div:first-child{
	margin-bottom: 5px;
}

a.btqes2 {
  color: #7ac142;
  font-size: 14px;
  border:none;
  text-decoration: none;
  padding: 4px 15px;
  background: #e5e5e5;
  border-radius: 30px;
}

a.btqes2:hover {
  background: #d6dfcf;
}

a.btqes3 {
  color: #7ac142;
  text-decoration: underline;
  font-weight: 600;
}

a.btqes3:hover {
	text-decoration: none;
}

a.btqes {
  color: #81c784;
  font-size: 14px;
  border:none;
  text-decoration: none;
  padding: 4px 15px;
  background: #fff;
  border:2px solid #81c784;
  border-radius: 30px;
}

a.btqes:hover {
  color:#fff;
  background: #66bb6a;
  border:none;
  padding: 6px 17px;
}

.search-home {
	padding: 8px 0 4px 0;
	min-height: 40px;
}

.search-home .input-group input {
	z-index: 0;
	height: 22px;
	padding:0 0 0 5px;
	border-radius: 10px;
	background-clip: padding-box;
	background-color: #fff;
	outline:none;
	font-size: 12px;
	border: none;
}

.leading-0 .page-header a, .zagall a {
	margin: 0px;
    color:#808080;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-bottom:none;
}

.search-home .input-group .form-control:first-child, .search-home .input-group-addon:first-child, .search-home .input-group-btn:first-child>.btn, .search-home .input-group-btn:first-child>.btn-group>.btn, .search-home .input-group-btn:first-child>.dropdown-toggle, .search-home .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .search-home .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-home .input-group {
	width: 180px;
	float: right;
	text-align: right;
}

.search-home .input-group .element-invisible {
	display:none;
}

.search-home .input-group .btn-primary {
	background: url(../images/mags.png) no-repeat;
	border: none;
	outline: none;
	width: 17px;
	height: 16px;
	z-index: 2;
	margin: 0px 0 0 -26px;
}

.search-home .input-group .btn-primary:hover {
	background: url(../images/mags.png) no-repeat;
	border: none;
	outline: none;
	width: 17px;
	height: 16px;
	z-index: 2;
	margin: 3px 0 0 -26px;
}

.icon-menu-s ul{
	padding: 20px 0 0;
	text-align: center;
}

.icon-menu-s ul li{
	display: inline-block;
	width: 120px;
	text-align: center;
	margin-right: 17px;
	padding-bottom: 20px;
}

.icon-menu-s ul li:last-child{
	margin-right: 0px;
}

.icon-menu-s ul li span:first-child{
	background: url(../images/menu-icon.png) no-repeat;
	width: 84px;
	height: 85px;
	display: inline-block;
	text-decoration: none;
}

.icon-menu-s ul li a{
	text-decoration: none;
}

.icon-menu-s ul li a span:last-child {
	height: 33px;
	display: table-cell;
	font-size: 11px;
	width: 123px;
	line-height: 13px;
	padding: 0 5px;
	vertical-align: middle;
    overflow: hidden;
	border: 1px solid #79c141;
	border-radius: 7px;
	background-clip: padding-box;
	background-color: #fff;
}
.icon-menu-s ul li a:hover span:last-child {
	background-color: #ecf5e6;
}

.icon-menu-s ul li.active a span:last-child {
	background-color: #81C641;
	border: 1px solid #68AA33;
	color:#fff;
}

.icon-menu-s ul li.item-113  span:first-child{
	background-position: 0 0;
	background-repeat: no-repeat;
}

.icon-menu-s ul li.item-113 a:hover span:first-child {
	background-position: 0 -85px;
}

.icon-menu-s ul li.item-113.active a span:first-child {
	background-position: 0 -170px;
}

.icon-menu-s ul li.item-112  span:first-child {
	background-position: -84px 0;
}

.icon-menu-s ul li.item-112 a:hover span:first-child {
	background-position: -84px -85px;
}

.icon-menu-s ul li.item-112.active a span:first-child {
	background-position: -84px -170px;
}

.icon-menu-s ul li.item-111  span:first-child {
	background-position: -168px 0;
}

.icon-menu-s ul li.item-111 a:hover span:first-child {
	background-position: -168px -85px;
}

.icon-menu-s ul li.item-111.active a span:first-child {
	background-position: -168px -170px;
}

.icon-menu-s ul li.item-110  span:first-child {
	background-position: -252px 0;
}

.icon-menu-s ul li.item-110 a:hover span:first-child {
	background-position: -252px -85px;
}

.icon-menu-s ul li.item-110.active a span:first-child {
	background-position: -252px -170px;
}

.icon-menu-s ul li.item-109 span:first-child {
	background-position: -336px 0;
}

.icon-menu-s ul li.item-109 a:hover span:first-child {
	background-position: -336px -85px;
}

.icon-menu-s ul li.item-109.active a span:first-child {
	background-position: -336px -170px;
}

.icon-menu-s ul li.item-108  span:first-child {
	background-position: -420px 0;
}

.icon-menu-s ul li.item-108 a:hover span:first-child {
	background-position: -420px -85px;
}

.icon-menu-s ul li.item-108.active a span:first-child {
	background-position: -420px -170px;
}

.icon-menu-s ul li.item-107  span:first-child {
	background-position: -504px 0;
}

.icon-menu-s ul li.item-107 a:hover span:first-child {
	background-position: -504px -85px;
}

.icon-menu-s ul li.item-107.active a span:first-child {
	background-position: -504px -170px;
}


/* Middle
-----------------------------------------------------------------------------*/
.sggsdgsdg {
	display: none;
}

.content {
	margin-top: -20px;
	padding: 15px 15px 15px 15px;
	background: #fff;
	position: relative;
}

.allpages {
	padding: 15px 0;
}

.allpages .pull-right {
	top:-15px;
}

.leftsidebar h3 {
	display:none;
}

.content223 {
	margin-top:0px;
}

.leftsidebar ul {
  list-style:none;
  padding:0px;
}

.leftsidebar ul li a {
  color: #7bc144;
  font-size: 14px;
  border:none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 6px 15px;
  background: #fff;
  border:1px solid #7bc144;
  border-radius: 30px;
}

.leftsidebar ul li a:hover {
  color:#fff;
  background: #7bc144;
  border:none;
  padding: 7px 16px;
}

.leftsidebar ul li a.active {
  color:#fff;
  background: #7bc144;
  border:none;
  padding: 7px 16px;
}

.leftsidebar-endpr ul {
	list-style:none;
	padding:0px;
}

.leftsidebar-endpr h3 {
	display:none;
}

.leftsidebar-endpr {
	overflow:hidden;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #ecf8e3; /* layer fill content */
padding:0;

}

.leftsidebar-endpr ul li a {
  color: #45C230;
  font-size: 14px;
  border:none;
  display: block;
  text-decoration: none;
  padding: 16px 10px;
}

.leftsidebar-endpr ul li a:hover {
  background: #dcefcd;
}

.leftsidebar-endpr ul li  {
  border-bottom:1px solid #45C230;
}

.leftsidebar-endpr ul li:hover {
  border-bottom:1px solid #45C230;
}

.leftsidebar-endpr ul li:last-child {
  border-bottom:0px solid #45C230;
}

.leftsidebar-endpr ul li a.active, .leftsidebar-endpr ul li.active a {
  color:#fff;
  background: #45C230;
  border:none;
}

.pull-right {
	float: none;
	position: absolute;
	right: 0px;
	top: 0px;
}

.allnewsv {
	text-align: right;
	display: inline-block;
	float: right;
	margin: 0 15px 15px 0;
}

.carousel {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.carousel h3 {
	font-size: 22px;
}

.carousel-caption {
	left:10px;
	text-align: left;
	top:20%;
	left: 5%;
	width: 40%;
}

.carousel-control.left, .carousel-control.right {
	background: none;
}

.carousel-control {
	width: 4%;
}

.last-nws {
	margin-top: 20px;
	background: #fff;
	padding-top: 15px;
}

.last-dates {
	color:#7ac142;
	font-size:12px;
}

.last-nws .last-titles a {
	color:#808080;
	font-weight: 700;
	margin: 10px 0;
	display: inline-block;
}

.last-nws p {
	font-size: 12px;
	color: #808080;
}

.fixfoot {
	padding: 0px 0px 150px 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
footer {
	margin: -130px auto 0;
	min-height: 130px;
	padding: 15px 0;
	background: #383838;
	color:#808080;
	font-size: 12px;
	border-top: 2px solid #45C230;
	position: relative;
}

.footleft span{
	margin-top: 25px;
	display: block;
}

.footright {
	text-align: right;
	color:#7ac142;
	font-size: 14px;
}

.footright a{
	color:#808080;
	text-decoration: none;
}

.footright a:hover{
	color:#808080;
	text-decoration: underline;
}

.footright span{
	margin-top: 25px;
	display: block;
	font-size: 12px;
	color:#808080;
}

.page-header {
	margin: 0px;
    padding: 0 0 20px 0;
    color:#45C230;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-bottom:none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    color:#808080;
    font-size: 12px;
    background-color: #fff;
    border-radius: 4px;
}

.breadcrumb>li+li:before {
	padding: 0;
}

@media screen and (max-width: 1200px) {
.rinfotop div {
	text-align: right;
	color:#45C230;
	font-size: 13px;
	margin-bottom: 25px;
}
}

@media screen and (min-width: 992px) {

 }

@media screen and (max-width: 992px) {
.logo {
	text-align: center;
}

.osmenu {
	padding-top: 17px;
	text-align: center;
}

.rinfotop {
	border-top:1px solid #eeeeee;
	margin-top: 10px;
	padding-top: 10px;
}

.rinfotop div{
	text-align: center;
	font-size: 18px;
}

.footleft{
	text-align: center;
}

.footright {
	border-top:1px solid #444343;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	color:#7ac142;
	font-size: 14px;
}

}

@media screen and (min-width: 768px) {

 }

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

}

@media screen and (max-width: 520px) {

.rinfotop {
	border-top:none;
}

.osmenu ul li{
	display: block;
	width: 49%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}

.osmenu ul li:first-child {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #e5e5e5;
}

.osmenu ul li:first-child:hover {
	background: #d5decf;
}

.osmenu ul li:first-child a:hover {
	text-decoration: none;
}

.osmenu ul li:last-child {
	padding: 10px 0 ;
}

.osmenu ul li a{
	text-decoration: none;
	display: block;
}
}

@media screen and (min-width: 460px) {

 }

@media screen and (max-width: 460px) {
.search-home .input-group {
	width: 100%;
	float: none;
}
}

.result-title {
	margin:20px 0 5px 0;
}

.result-title a {
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	color:#808080;
}

.result-text {
	font-size:14px;
}


.thumbnail {
  display: block;
  padding: 4px;
  margin: 5px 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
} 

.highslide img {
    border: 0;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #7bc144;
}

strong {
	font-weight:600;
}

.row-fluid .span6 {
    width: 100%;
}

.vakanspg h2 {
    margin: 0px;
    padding: 0 0 20px 0;
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-bottom: none;
}
.vakanspg .readmore-js-toggle {
    margin: 0px 0 20px 0;
}


.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    min-height: 30px;
    width: 100%;
}

.row-fluid [class*="leftsidett"] {
    -moz-box-sizing: border-box;
	display: block;
    float: left;
    margin-left: 3%;
    min-height: 30px;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 30%;
}

.leftsidett12 {
	margin-left:-3%;
}

.leftsidett h2 {
	font-size:14px;
	text-transform:capitalize;
	font-weight:300;
}

.leftsidett  {
	font-size:12px;
}

.leftsidett img {
	margin:0 auto;
}
.leftsidett .page-header {
	padding-bottom:5px;
}

.leftsidett .readmore {
	display:none;
}

.zagall2 p.readmore {
	text-align:right;
}
.zoomimg {
	margin-right:3px;
}

.readmore-js-collapsed .item-image img:first-child {
	display:none;
}

.zoomimg {
    position:relative;
}
.zoomimg img {
    width:100%;
    vertical-align:top;
}
.zoomimg:after {
    content:url(../images/mag-glass.png);
	font-size:50px;
	color:#fff;
	padding-top:80px;
	text-align:center;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(128,128,128,0.5);
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.zoomimg:hover:after {
    opacity:1;
}

.linkthumb  {
    position:relative;
	margin: 7px;
}

.linkthumb:after {
    content:url(../images/mag-glass.png);
	font-size:50px;
	color:#fff;
	padding-top:20%;
	z-index:99999;
	text-align:center;
    position:absolute;
    width:100%; height:100%;
    top:20; left:0;
    background:rgba(128,128,128,0.5);
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.linkthumb:hover:after {
    opacity:1;
}

.sigProLink:after {
    content:url(../images/mag-glass.png);
	font-size:50px;
	color:#fff;
	padding-top:80px;
	text-align:center;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(128,128,128,0.5);
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.sigProLink:hover:after {
    opacity:1;
}

.textkor .item-image img:first-child {
	float:left;
	margin:0 10px 0px 0;
}

.leftsidett img {
	width:100%;
}