﻿@charset "UTF-8";

.is_btn-gradient {
    position: relative;
    margin: 0.25rem;
    margin-left: 0;
    padding: 6px 1rem;
    color: white;
    border: 0;
    border-radius: 2rem;
    background-color: #00b477;
    position: relative;
}
a {
    text-decoration: none;
}
a.is_btn-gradient{	
	background-image: linear-gradient(-45deg, #108467, #0B70F4) !important;
}
div.dropdowns{
	background: #108467;
	background-image: linear-gradient(135deg, #108467 0%, #0B70F4 100%) !important;
	
}
div.nav_right{
	background-image: linear-gradient(90deg, #108467 0%, #0B70F4 100%) !important;
}
ul.nav_lang {
	background-color: #108467;
}
.lang-open+ul.nav_lang::before {
	 border-color: transparent transparent #108467 transparent;
}
.nav_lang_parent:focus{
	 outline: 2px dotted #ffffff !important;
}
.search_parent:focus {
     outline: 2px dotted #ffffff !important;
}
.is_keywords li a:focus, .is_keywords li a:hover {
    color: #0C7977;
    border: 1px solid #0C7977;
}
.add_txt a:focus, .add_txt a:hover {
    color: #005238;
    outline: 2px dotted #9565df;
}
.is_btn-gradient:focus:before {
    border-radius: 2rem;
}
.is_btn-gradient:focus:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border: 4px dotted #9565df;
}

.sec-tit a {
	color: white !important;
}

.sec-tit a:focus, .sec-tit a:hover {
	color: white !important;
	outline: 3px dotted white !important;
}

.third-item a:focus, .third-item a:hover {
	color: white !important;
	outline: 3px dotted white !important;
}

.third-more:focus, .third-more:hover {
    color: white !important;
	outline: 3px dotted white !important;
    text-decoration: underline;
}

.lang-open+.nav_lang a {
    color: rgba(255, 255, 255, 1);
}