h3.title{
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #87c840;
	line-height: 1.2;
	min-height: 45px;
}

#top-bar .main-menu li a{
	border-bottom: none;
}

.base-color{
	color: #87c840;
}

.circle-green{
	width: 80px;
    height: 80px;
	position: relative;
	margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #87c840;
	text-align: center;
}

.circle-green img{
	position: absolute;
    top: 19%;
    left: 23%;
}

.height-col{
	min-height: 230px;
	margin-bottom: 20px;
}

.height-col_en{
	min-height: 225px;
	margin-bottom: 20px;
}

.h1{
	background-color: #e6e6e6;
    font-size: 12px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    text-transform: none;
	position:relative;
	z-index:100000;
}

.h2{
	max-width:960px;
	font-size:11px;
	margin:auto;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: none;
}

.p-seo{
    display: inline;
}

.h3-seo {
    margin-bottom: 0 !important;
    font-weight: inherit!important;
    font-size: inherit !important;
    display: inline !important;
    color: inherit !important;
    text-transform: inherit!important;
    font-family: inherit !important;
}

.copyright a{
	color:#313131;
}

.h3-in-p{
	font-size: 17px;
    margin: 0px;
    line-height: inherit;
	display: inline;
}

.p-con-h3{
	display: inline;
	margin: 0px;
}

#top-bar.animated-header, #top-bar{
	padding-bottom: 0px;
}

.nav>li>a{
	padding: 0px 6px;
    letter-spacing: -0.04em;
}

.nav.navbar-nav {
	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: baseline;
}

.navbar-nav li:nth-last-child(5) {
	background: #87c84042;
}

.nav>li>a:lang(en) { 
    padding: 0px 10px;
}

.toggle-menu{
    display: none;
    position: absolute;
    width: max-content;
    margin-left: 8px;
    padding: 10px;
    background: #f1f1f1;
    z-index: 999;
}

.toggle-menu li
{
  border-bottom: 1px solid grey;
    padding: 5px;
}
.toggle-menu li:last-child
{
  border-bottom: none;
}

@media screen and (max-width: 768px){
	#top-bar.animated-header{
		padding-bottom:20px;
	}
	
	.height-col{
		margin-bottom: 60px;
		min-height: inherit;
	}
	
	.height-col_en{
		min-height: inherit;
		margin-bottom: 50px;
	}
    .toggle-menu{
        position: inherit;
        background: transparent;
    }
}

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

	.navbar-brand img{
		height: 60px;
	}
	
}

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

	.nav.navbar-nav {
		display: block;
	}
	
}


@media screen and (max-width: 991px) and (min-width:768px){
	
	.height-col{
		margin-bottom: 60px;
		min-height: 246px;
	}
	
	.height-col_en{
		min-height: 270px;
		margin-bottom: 20px;
	}
	
	.navbar-collapse{
		margin-top: 0;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 1199px) and (min-width:768px){
	
	.navbar-collapse{
		margin-top: 0;
		margin-bottom: 5px;
	}
	
	.navbar-header .navbar-brand{
	height: auto;
}
}