/*FONTS*/
@font-face{
    font-family: Overpass;
    src: url("fonts/Overpass-Regular.ttf");
    font-weight: normal;
}
@font-face{
    font-family: Overpass;
    src: url("fonts/Overpass-Bold.ttf");
    font-weight: bold;
}
@font-face{
    font-family: Overpass;
    src: url("fonts/Overpass-Light.ttf");
    font-weight: 300;
}
@font-face{
    font-family: Overpass;
    src: url("fonts/Overpass-ExtraLight.ttf");
    font-weight: 100;
}




/*HEADER V1*/
.menu-item {
    display: inline-block;
    text-align: left;
    margin: 0 5px;
    position: relative;
}
.nav-items {
    display: block;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}
.header--titles{
    display: inline-block;
}
.top-bar {
    display: table;
    border-bottom: 1px solid #d6d9dd;
    width: 100%;
    padding: 5px 0;
}
.main {
    padding: 25px 0;
}

.top-bar a {
    float: left;
    margin-right: 15px;
 }
li.active,.main-nav li{
    padding: 0;
}
.top-bar a .logo {
    max-width: 80px;
    /* max-height: 80px; */
    /* min-height: 100px; */
}

.main-menu {
    background-color: #f6f7f8;
    padding: 12px 0;
    border-bottom: 1px solid #d6d9dd;
}
.menu-item a {
    padding: 5px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
}
.header--titles .website--subtitle ,.header--titles .website--title  {
    margin-bottom: 0;
}
.icon a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

li.menu-item.has_child > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 3px;
    font-size: 12px;
}
.sub-menu .has_sub_sub_menu > a:after{
     content: "\f0da";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
    margin-left: 3px;
    font-size: 12px;
}
.menu-item.has_child:hover .sub-menu,.has_sub_sub_menu:hover .sub-sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu ,.sub-sub-menu{
    height: auto;
    display: block;
    /* border-top: 1px solid #4c5a53; */
    box-shadow: -10px 0 10px -5px rgba(0,0,0,.1);
    background: #f6f7f8;
    padding: 12px;
    top: 35px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 200px;
}
.sub-menu ,.sub-sub-menu{
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    text-align: left;
    list-style: none;
    box-shadow: -10px 0 10px -5px rgba(0,0,0,.1);
    background: #f6f7f8;
    /* background: rgba(4, 4, 4, 0.93); */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}
.sub-menu li  {
    list-style-type: none;
}
.sub-menu li a {
    font-size: 14px;
}
.header--titles .website--title  {
    font-size: 30px;
    margin-top: 18px;
}
.header--titles .website--subtitle  {
    font-size: 22px;
}
.website--title.single_title {
    margin-top: 33px;
}
.menu-item.has_child.icon .fa-caret-down {
    margin-left: 4px;
}
.has_sub_sub_menu a .fa-caret-down {
    position: absolute;
    right: -13px;
    top: 8px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}
.has_sub_sub_menu a,.has_sub_sub_menu{
    position: relative;
}
.sub-sub-menu li a:after{
    display: none;
}
.header.header-v-three .sub-sub-menu {
	right: -330px;
	top: 0;
	width: 330px;
}
.footer-area {
    background-color: #f9f9f9;
    padding: 25px 0;
}
.footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}
.footer-icons {
    display: block;
    text-align: center;
    margin-top: 155px;
}
.footver-v-one .footer-icons {

	margin-top: 0;
}
.footer-icons ul {
    padding-left: 0;
    text-align: center;
}
.footer-icons li {
    list-style-type: none;
    display: inline-block;
}
.footer-head {
    display: inline-block;
    padding-right: 1%;
    vertical-align: top;
}
.footer-head-right {
    display: inline-block;
    padding-right: 0;
}
.footer-icons ul li a:hover {
    background-color: #3b543a;
    color: #fff;
}
.footer-contacts > p, .footer-contacts > p a {
    margin: 0 0 5px;
    font-size: 13px;
    color: #444444;
}
.footer-content p {
    font-size: 14px;
    margin-bottom: 2px;
}
.footer-area-bottom {
    margin-top: 25px;
}
.transitionel,.logo,.main-menu.menus-container,.open--submenu,.open--sub-submenu,.menu-item.search--anything .searchInput{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*MOBILE STRIPES*/
.mobilestripes {
    cursor: pointer;
    display: none;
    float: right;
    position: absolute;
    right: 17px;
    top: 28px;
    width: 30px;
    z-index: 9;
}
.mobilestripes span {
    background: #444 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 4px;
    margin-bottom: 6px;
    width: 100%;
}
.mobilestripes.active-menu span:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(7px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(7px);
    -moz-transform: rotate(45deg) translateY(7px) translateX(7px);
}
.mobilestripes.active-menu span:nth-child(2) {
    opacity: 0;
}
.mobilestripes.active-menu span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(7px);
    -moz-transform: rotate(-45deg) translateY(-7px) translateX(7px);
}
.mobilestripes span:last-child {
    margin-bottom: 0;
}
.footer-v-2 h4 {
	border-bottom: 3px solid #444;
	display: inline-block;
	margin-bottom: 12px;
	line-height: 1.6;
}
.header.header-v-one h1.website--title {
	margin-top: 0;
	margin-bottom: 10px;
}
.header.header-v-one .website--title{
    color: #444;
}
.header.header-v-one h2.website--title {
	margin-top: 0;
	font-weight: 600;
	font-size: 23px;
}
.header.header-v-one .header--titles {
	display: inline-block;
	padding-top: 7px;
}

/*HEADER V2*/

.header.header-v-two,.footer-v-2{
    font-family: Overpass;
    font-weight: normal;
}

.website--title {
    font-weight: bold;
}
.header.header-v-two .top-bar {
    background-color: #2A363B;
    color: #FEFEFE;
    text-align: center;
    padding: 8px 0;
    border-bottom: 0;
}
.header.header-v-two .website--title {
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}
.header.header-v-two div.website--title{
    margin-bottom: 0;
}
.header.header-v-two .main--menu--logo .logo {
    max-height: 110px;
	max-width: 110px;
}
.header.header-v-two .nav-items {
    /*padding-left: 150px;*/
    text-align: center;

}
.header.header-v-two .main-menu.menus-container {
    width: 100%;
    display: table;
    text-align: right;
    background-color: transparent;
    margin-top: 0;
    border-bottom: 0;
    padding: 0;
    min-height: 80px;
    padding-left: 122px;
}
.header.header-v-two .logo_wrapper {
	float: none;
	position: relative;
	top: -36px;
	z-index: 6;
	display: inline-block;
	padding-right: 30px;
}
.header.header-v-two .right_logo {
	float: none;
	position: relative;
	top: -36px;
	z-index: 6;
	display: inline-block;
	margin-left: 48px;
	padding-left: 30px;
}
.main--menu--logo.sticky {
    position: relative;
    z-index: 999999;
}
.header.header-v-two .cd-morph-dropdown {
    position: absolute;
    background-color: #3b543a;
    box-shadow: 1px 2px 13px 3px rgba(0,0,0,.3);
    width: 100%;
    top: 0;
    z-index: 5;
}
.dropdown.links {
    background-color: #fff;
}
li.active a{
    border-bottom: none;
}
.header.header-v-two {
    margin-bottom: 0;
    min-height: 161px;
    position: relative;
    z-index: 999999999;
}
.main--menu--logo.sticky.fixed::before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    top: -5px;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.header-v-two .menu-item a {
    color: #fefefe;
}
.header.header-v-two .sub-menu,.header.header-v-two .sub-sub-menu {
    background-color: #3b543a;
    min-width: 200px;
    display: block;
    width: auto;
}
.header.header-v-two .sub-menu > li {
    list-style-type: none;
    display: block;
}
.header.header-v-two .main--menu--logo.fixed {
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
}
/* .header.header-v-two .main--menu--logo.fixed .logo_wrapper {
    top: -5px;
} */
.header.header-v-two .main--menu--logo.fixed .right_logo {
    top: -36px;
}
.header.header-v-two .main--menu--logo.fixed .logo {
    max-height: 60px;
}
.header.header-v-two .main--menu--logo.sticky.fixed .main-menu.menus-container {
    padding: 12px 0;
}
.page .header-v-three + #page_content,.page .header-v-three + .main_content,.header-v-three + div.section {
	margin-top: 30px;
}
.page .header-v-three + #page_content .gallery{
	margin: 15px 0;
}
.header-v-three + .main_content .homeArticleTitle,.header-v-three + .main_content .arhiva {
	color: #243a51;
}










/*FOOTER V2*/
.footer-v-2 {
    position: relative;
}
.footer-v-2 {
    background-color: #2A363B;
    font-size: 14px;
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.footer-v-2 .col-md-4:nth-child(2) a #logo {
    margin-top: -105px;
}
.footer-v-2 .col-md-4:nth-child(1)::before,.footer-v-2 .col-md-4:nth-child(3)::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -54px;
    height: 2px;
    background-color: #fefefe;
    left: 0;
}			 
.footer-v-2 .footer-icons a, .footer-v-2 .footer-contacts a {
    margin: 0 auto;
    display: table;
    text-align: center;
    color: #fefefe;
    font-size: 16px;
}
#footer #copyright {
    border-top: 2px solid #fefefe;
    text-align: center;
    margin-top: 30px;
    color: #fefefe;
    padding-top: 10px;
}
.footer-v-2 h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size:18px ;
    color: #fefefe;
}
.drpcvp_social ul li a {
    font-size: 22px;
}
.drpcvp_social ul li {
    display: inline-block;
    margin: 0 25px;
}
.drpcvp_social {
    text-align: center;
    margin-top: 165px;
}
.footver-v-one .col-sm-8 .footer-head {
	width: 32%;
}
.footer-v-2 .footer-icons::before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    background-color: #fefefe;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    top: 105px;
}
.telverde_footer {
    text-align: center;
    color: #32CD32;
    margin-top: 175px;
    font-size: 20px;
}
.telverde_footer > div {
    display: inline-block;
    margin-right: 3px;
}
#footer .telverde_footer a {
    display: inline-block;
    color: #32CD32;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}
#footer h3 {
    height: auto;
    padding-top: 8px;
    padding-left: 0;
    background: transparent;
}
.footer-logo #logo {
    max-width: 100px;
}
.header.header-v-two .container{
    width: 1350px;
    max-width: 1350px;
}
.thumbnail img {
    max-width: 100%;
}
.cd-morph-dropdown .main-nav ul{
    margin-bottom: 15px;
}
.main-nav ul {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;

}
.header.header-v-two .sub-sub-menu {
    right: -405px;
    top: 0;
    background-color: #fff !important;
    padding: 20px !important;
    box-sizing: border-box;
    width: 405px !important;
}
.cd-morph-dropdown .main-nav > ul > li:hover > a {
    opacity: .6;
}
/*SEARCH */

/*.search-wrapper {*/
/*    position: absolute;*/
/*    transform: translate(-50%, -50%);*/
/*    top:50%;*/
/*    left:50%;*/
/*}*/
.search-wrapper.active {

}

.search-wrapper .input-holder {
    height: 36px;
    width:40px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    right: -42px;
}
.search-wrapper.active .input-holder {
    width: 450px;
    border-radius: 50px;
    background: rgba(0,0,0,1);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    /*margin-left: -450px;*/
    z-index: 9999;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 24px;
    padding: 0 45px 0 20px;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 0;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    /*font-family: "Open Sans", Arial, Verdana;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width:40px;
    height:40px;
    border:none;
    border-radius:6px;
    background: transparent;
    padding:0;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 35px;
    height: 31px;
    margin: 3px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 9px;
    left: 9px;
    top: 9px;
    border-radius: 2px;
    background: #fefefe;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 11px;
    height: 11px;
    left: 5px;
    top: 0;
    border-radius: 16px;
    border: 3px solid #fefefe;
}
.search-wrapper .close {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: -35px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
    opacity: 0;
}
.search-wrapper.active .close {
    right: -75px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    opacity:1;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #fefefe;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
/*SEARCH END*/



/*HEADER V3*/

.header.header-v-three {
	background: #243a51;
	background: -moz-linear-gradient(left, #243a51 0%, #2a363b 100%);
	background: -webkit-linear-gradient(left, #243a51 0%,#2a363b 100%);
	background: linear-gradient(to right, #243a51 0%,#2a363b 100%);
	position: relative;
	padding: 0 0 8px;
	min-height: 68px;
#    margin-top: 2px;
}
.header.header-v-three .logo_wrapper {
	position: relative;
	top: -27px;
    float: left;
	z-index: 6;
	padding-right: 30px;
}
.header.header-v-three .main-menu.menus-container {
	width: 100%;
	display: table;
	text-align: right;
	background-color: transparent;
	margin-top: 0;
	border-bottom: 0;
	padding: 0;
	min-height: 60px;
	padding-left: 122px;
}
.header.header-v-three .main--menu--logo .logo {
	max-width: 85px;
}
.header.header-v-three .main-menu.menus-container {
	padding-left: 0;
}
.header.header-v-three .cd-morph-dropdown {
	position: absolute;
	width: 100%;
	top: 31px;
	z-index: 5;
	background-color: transparent;
	box-shadow: none;
	color: #545454 !important;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    top: 11px;
	-moz-transform: translateX(-50%);
}
.header.header-v-three .cd-morph-dropdown .main-nav {
	width: 1300px;
}

.page .header.header-v-three .cd-morph-dropdown .main-nav {
	width: 1300px;
}

.header.header-v-three .main-nav ul {
	float: right;
}
.header.header-v-three .website_titles h1 {
	font-weight: 600;
	margin: 0;
	font-size: 28px;
	padding: 6px;
	color: #293839;
}
.header.header-v-three .website_titles {
	position: relative;
	color: #fefefe;
	top: auto;
	left: auto;
	width: 100%;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	text-align: center;
    background-color: #fefefe;
	color: #000;
	padding: 14px 0;
}
.header.header-v-three .main--menu--logo.fixed {
	background-color: rgba(36,58,81,0.85);
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header.header-v-three .main--menu--logo.fixed .logo{
    max-width: 50px;
}
.header.header-v-three .main--menu--logo.fixed .logo_wrapper {
	top: -11px;
}
.page .header .header-v-three .main--menu--logo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 75px;
}

.menu-item.search--anything .searchInput {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 51px;
    padding: 4px 4px;
    box-shadow: 1px 2px 13px 3px rgba(0,0,0,.3);
    border: 1px solid #3b543a;
    border-radius: 4px;
    line-height: 0.5;
    height: auto;
}
.menu-item.search--anything.open--search .searchInput{
    opacity: 1;
    visibility: visible;
}
.menu-item.search--anything {
    position: relative;
}
.menu-item.search--icon {
    color: #fefefe;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}
.menu-item.search--icon.search-wrapper.active{
    width: 450px;
}
.header.header-v-two .main-nav ul {
    padding-left: 0;
    position: relative;
    margin-left: 0;
}
.header.header-v-two .website--title.single_title {
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: 5px;
}
.header.header-v-two .website--subtitle.single_subtitle {
    margin-top: 5px;
}

.footer-logo a {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}
.dropdown-list .content ul > li.sub-menu-item.has_sub_sub_menu {
    position: initial;
}
.sub-menu-item .content {
    position: relative;
}
/*CONDUCERE CARD PERSON*/
.person--card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 310px;
    display: table;
    margin: 0 auto;
    text-align: center;
    max-width: 310px;
}

.conducereRow{
   margin-bottom: 30px;
}

.person--card--info {
    padding: 5px 15px 14px;
}
.person--card--info h3 {
    color: #3b543a;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: auto;
    position: relative;
}
.person--card--info h4 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
.person--card--info h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 16px;
}
.declaratie--cv {
    background-color: #3b543a;
    display: block;
    margin-bottom: 4px;
    color: #fefefe !important;
    font-family: Overpass;
    padding: 9px 6px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.person--card img {
    width: 100%;
    max-height: 380px !important;
    max-width: 310px !important;
}
.content li.sub-menu-item.has_sub_sub_menu::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    color: #3b543a;
    margin-top: 4px;
    margin-left: 8px;
}
/*.person--card--info h3::after {*/
/*    content: "";*/
/*    height: 2px;*/
/*    background-color: #3b543a;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    display: block;*/
/*    bottom: -9px;*/
/*}*/


.vwidget_name {
    font-size: 1.5rem; 
}
.vwidget_title {
    color: #545454;
}
.vwidget_date{
    color:#7c7c7c;
    font-size: 1.2rem;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}


.tablist {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tablist button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tablist button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tablist button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tablist_title {
	text-align: center;
}

@media (min-width: 1200px){
.container {
    max-width: 1300px !important;
}
}


.card {
	box-shadow:none;
}
.card-header {
	background-color:#eee;
	border-bottom: 0.2;
	margin-bottom: 1%;
	padding: .55rem 0.55rem;
}
.card-body {
	font-weight: 300;
}

.mb-0 .fas{
/*     position: absolute;
    margin-left: 19rem; */
	margin-top: .25rem;
    float: left;
    padding-right: 15px;
	font-size: 1.1rem;
} 
.card-header h2 {
	margin:0;
}
.card-header .btn {
	padding: .84rem 1.14rem;
}
.btn.btn-link {
	color:#3b543a!important;
	font-size: 15px;
    font-weight: bold;
	text-align: justify;
}
.nav-tabs .nav-link.active {
	color: white;
    background-color: #3b543a;
	font-weight: bold;
}

.nav-link  {
	color:#3b543a;
	font-weight: bold;
}

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

.person--card--info a:hover{
	color:white;
	text-decoration:underline;
}

.container ul .nav-item a {
	color:#3b543a;
}

.footer-icons .fab, .footer-icons .fas{
	margin-top: 25%;
}

i.sv-slim-icon.fas.fa-bullhorn {
	margin-top: 6%;
	padding-right: 3px;
}

.lib{
	background: url(../img/directory.png) left top no-repeat;
}
/* a#lidoc {
    padding: 20px;
} */

.vertical_event_image{
	width: 110px;
    padding-right: 10px;
}

.event_container{
	margin-bottom: 10px;
}

.vertical_event_title{
	color: #444;
}

a.eventButton{
	position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.event_container , .press_container{
	position: relative;
}
.vwidget_date i {
    margin-right: 5px;
}
.msef .col-md-3 {
    float: left;
}
.order_class .col-md-9 {
    float: right;
}
.order_class .col-md-3 {
    float: left;
}
.order_class.row {
    display: table !important;
}
.row.press_header{
	display:table;
	width: 100%;
}
.row.press_header .col-md-4:first-child{
	text-align: center;
    float: left;
}
.row.press_header .col-md-4{
	margin-top: 3%;
    float: right;
    text-align: center;
}
.accordion button.btn.btn-link {
    /* display: block; */
    width: 98%;
    position: relative;
}
.accordion i.fas.fa-angle-down.rotate-icon {
    float: right;
    position: absolute;
    right: -10px;
}



.active-menu-overlay{
    overflow: hidden;
}
.menu-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.top-bar-overlay {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.5);
	z-index: 7;
}
.relatiacuparlamanetul .main_content {
	position: relative;
	z-index: 8;
}
.single-service{ 
    background-color: rgba(0,0,0,0.65);
    padding: 40px 20px!important;
    position: relative;
	margin-bottom: 40px;
}
.single-service:hover {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
			 
						   
}
.service-text {
    padding-left: 0;
    color: #fff;
    text-align: center;
    /* display: table-cell; */
    /* vertical-align: middle; */
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    padding: 0 20px;
}

.service-text h3{
	line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.service-text h3 a:hover {
	color: #D3D3D3;
}
/* .page .header.header-v-three {
    min-height: 89px;
} */

.page .header.header-v-three {
    margin-bottom: 40px;
}
/* .header.header-v-three {
    position: relative;
    padding: 0 0 8px;
} */
.relatiacuparlamanetul{
	margin-top:-40px; 
	position: relative; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-bottom: -40px;
}

.relatiacuparlamanetul::after {
	content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-text li{
   list-style:none;
}


.form-control {
    margin-bottom: 1rem;
}
.form-group .col-sm-5, .form-group  .col-sm-2 , .form-group  .col-sm-4, .form-group  .col-sm-1, .form-group  .col-sm-3 {
    float: left;
}
.form-group label {
    margin-bottom: 0.3rem!important;
    margin-top: 0.6rem!important;
    font-weight: bold;
    color: #293839;
}
.form-group select {
display:block!important;
}

/* button.btn.waves-effect.waves-light {
    background-color: rgb(36,58,81);
    margin-left: -5%;
} */

/* button.btn.waves-effect.waves-light:hover {
    background-color: rgba(36,58,81,0.9);			 
    margin-left: -5%;				   					  					
} */
input#gdpru {
  
	position: relative!important;
    opacity: 1!important;
    margin-right: 10px;				
}

.textform{			 
	margin-left:0.8rem; 
	font-weight: bold;			   				
}

.gdpru{
	margin-left:0.8rem;
	font-weight: 460;
}

.message{
    position: relative;
    padding: .7rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.success {
  color: #006e2c;
  background-color: #ccf1db;
  border-color: #b3e9c9;
}
.error {
  color: #951d32;
  background-color: #fed6dd;
  border-color: #fdc1cc;
}
.warning {
  color: #640;
  background-color: #fec;
  border-color: #ffe5b3;
}
.info {
  color: #0b3d91;
  background-color: #d0e0fc;
  border-color: #b8d1fb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057!important;
}

span.select2-selection.select2-selection--single {
    height: 38px;
    padding: .375rem .75rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}

.page .header.header-v-two.header-v-three .cd-morph-dropdown {
    top: 21px;
}

input.button.btn.waves-effect.waves-light {
    background-color: rgb(36,58,81);
}

li.lib {
    list-style: none;
    padding-left: 25px;
}

li.lib ul li{
    list-style: none;
}
.footer-v-one .footer-logo {
	max-width: 110px;
}
.footer-v-one .footer-area-bottom {
	margin-top: 0;
	padding: 16px 0 12px;
}
.footer-v-one .footer-icons {
	margin-top: 30px;
}
.footer-v-one .footer-icons ul {
	padding-left: 0;
	text-align: left;
}
.footer-v-2.footer-v-3 {
	background: #132639;
	background: -moz-linear-gradient(left, #132639 3%, #000000 100%);
	background: -webkit-linear-gradient(left, #132639 3%,#000000 100%);
	background: linear-gradient(to right, #132639 3%,#000000 100%);
	font-size: 14px;
	margin-top: 150px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.footer-v-2.footer-v-3::before {
	content: "";
	background: #132639;
	background: -moz-linear-gradient(left, #132639 3%, #000000 100%);
	background: -webkit-linear-gradient(left, #132639 3%,#000000 100%);
	background: linear-gradient(to right, #132639 3%,#000000 100%);
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	height: 150px;
	display: block;
}
.footer-v-2.footer_two:before{
    content: "";
	background: #2A363B;
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	height: 150px;
	display: block;
}
.footer-v-2.footer_two{
    background-color:#2A363B;
}
.page .header-v-three .website_titles {
	display: none;
}
.page .header.header-v-three .main--menu--logo .logo {
	max-width: 65px;
}
.page .header.header-v-three .logo_wrapper {
	top: -14px;						  						 
}

.page .header.header-v-three .main--menu--logo.fixed .logo {
	max-width: 50px;
}
.header-v-three + div .homeArticleTitle,.header-v-three + div .homeArticleTitle,.header-v-three + div .arhiva,.header-v-three .dropdown-list .content ul > li > a ,
.header-v-three + div .slick-dots li.slick-active button::before ,.header-v-three + div .container ul .nav-item a,.header-v-three + div .vwidget_date,
.header-v-three + div .arhiva,.header-v-three + div .person--card--info h3,.header-v-three + div.section .leftmenuList ul li,.header-v-three + div .sectionTitle2 {
	color: #243a51;
}
.header-v-three + .section .main_content .accordion button.btn.btn-link,.header-v-three ~ .section .main_content .accordion button.btn.btn-link {
	color: #243a51 !important;
}
.header-v-three .dropdown-list .content .sub-menu-item ul.sub-sub-menu {
    padding-left: 12px;
}
.header-v-three .dropdown-list .content .sub-menu-item ul.sub-sub-menu li a {
	font-size: 16px;
    line-height: 1.7;
}
.header-v-three .dropdown-list .content .sub-menu-item ul.sub-sub-menu li {
	margin-bottom: 5px;
}
.header-v-three + div .nav-tabs .nav-link.active ,.header-v-three + div.section .leftmenuList ul li:hover{
	background-color: #243a51;
    color: #fff;
}
.header-v-three + div .declaratie--cv{
    background-color: #243a51;
}
.header.header-v-three .dropdown-list .content ul > li > a {
	color: #243a51;
	transition: text-shadow .3s;
    line-height: 1.7;
}
.header.header-v-three .dropdown-list .content ul > li > a:hover {
	color: #243a51;
	text-shadow: 0 0 .65px #243a51, 0 0 .65px #243a51;
}
.header.header-v-three + div .pagination li.active a {
	background-color: #243a51;
	color: #fff;
	border: 1px solid #243a51;
}
.footer-v-3 .footer-icons ul li a:hover {
	color: #243a51;
	background-color: #fff;
}

.header.header-v-three + div .events .arhiva,.header.header-v-three + div .press .arhiva{
    margin-left: 1.8%;
}
.header.header-v-three + div .press .arhiva{
    margin-left: 1%;
}
.footer-v-2 .footer-contacts a {
	font-size: 14px;
}
.footer-v-2 h5 {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.footer-v-2 .footer-contacts p {
	margin-bottom: 0px;
}
.av--cv {
	background-color: rgb(36,58,81);
    display: block;
    margin-bottom: 4px;
    color: #fefefe;
    font-family: Overpass;
    padding: .5rem 1rem;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
	margin-left: 1.5%;
}

a.av--cv {
    width: 44%;
    margin: 0 auto;
}
.av--cv a:hover{
color: #D3D3D3;
}
.message {
	max-width: 1300px;
	margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

/*filter select*/
.press_filter_wrapper .browser-default.custom-select {
	display: inline-block !important;
	width: 177px;
	margin-right: 15px;
}


.main_content a {
    /* text-decoration: underline; */
    color: #428bca;
}


.main_content a:hover {
    text-decoration: underline;
}


/*SUBMENU*/
@media only screen and (min-width:1000px) {
    .right_logo{
		visibility:hidden;
	}
	.cd-morph-dropdown::before {
        content: 'desktop';
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
    .cd-morph-dropdown {
        position:absolute;
        height: 48px;
        left:0;
        top:14px;
        width:100%;
        padding:0;
        text-align:center;
        background-color:transparent;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out
    }
    .activesticky .cd-morph-dropdown {
        top:15px
    }
    .cd-morph-dropdown::before {
        content:'desktop'
    }
    .cd-morph-dropdown .nav-trigger {
        display:none
    }
    .cd-morph-dropdown .main-nav {
        display: inline-block;
        position: relative;
        z-index: 999999;
        width: 100%;
        max-height: 48px;
    }
    .cd-morph-dropdown .main-nav>ul>li {
        display:inline-block;
        float:left;
    }
    .main-nav ul li a {
        color:#fff;
        float:left;
        font-size:16px;
        font-weight:400;
        padding: 12px 8px;
        text-decoration:none;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        -webkit-transition:opacity .2s;
        transition:opacity .2s
    }
    .cd-morph-dropdown.is-dropdown-visible .main-nav>ul>li>a {
        opacity:1
    }
    .cd-morph-dropdown.is-dropdown-visible .main-nav>ul>li.active>a {
        opacity:.6
    }
    .cd-morph-dropdown .morph-dropdown-wrapper {
        display:block;
        top:58px;
        width:auto;
        padding:0;
        box-shadow:none;
        background-color:transparent;
        will-change:transform;
        -webkit-transform:rotateX(-25deg);
        -ms-transform:rotateX(-25px);
        transform:rotateX(-25px);
        transform-origin:50% -50px 0;
        -webkit-transform-origin:50% -50px 0;
        -moz-transform-origin:50% -50px 0;
        -webkit-transition:-webkit-transform .3s;
        transition:-webkit-transform .3s;
        transition:transform .3s;
        transition:transform .3s,-webkit-transform .3s
    }
    .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
        -webkit-transform:rotateX(0);
        -ms-transform:rotateX(0);
        transform:rotateX(0)
    }
    .cd-morph-dropdown .dropdown-list {
        position:absolute;
        top:0;
        left:0;
        visibility:hidden;
        -webkit-transform:translateZ(0);
        transform:translateZ(0);
        will-change:transform,width,height;
        -webkit-transition:visibility .3s;
        transition:visibility .3s;
        box-shadow:none
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
        box-shadow:0 30px 60px 0 rgba(0,0,0,.2)

    }
    .no-csstransitions .cd-morph-dropdown .dropdown-list {
        display:none
    }
    .cd-morph-dropdown .dropdown-list::before {
        content:'';
        position:absolute;
        bottom:100%;
        left:50%;
        right:auto;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
        height:0;
        width:0;
        border:8px solid transparent;
        border-bottom-color:#FFF;
        opacity:0;
        -webkit-transition:opacity .3s;
        transition:opacity .3s
    }
    .cd-morph-dropdown .dropdown-list>ul {
        position:relative;
        z-index:1;
        height:100%;
        width:100%;
        overflow: visible;
        list-style: none;
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
        visibility:visible;
        -webkit-transition:width .3s,height .3s,-webkit-transform .3s;
        transition:width .3s,height .3s,-webkit-transform .3s;
        transition:transform .3s,width .3s,height .3s;
        transition:transform .3s,width .3s,height .3s,-webkit-transform .3s
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
        opacity:1
    }
    .cd-morph-dropdown .dropdown {
        position:absolute;
        left:0;
        top:0;
        opacity:0;
        visibility:hidden;
        width:100%;
        -webkit-transition:opacity .3s,visibility .3s;
        transition:opacity .3s,visibility .3s
    }
    .cd-morph-dropdown .dropdown.active {
        opacity:1;
        visibility:visible
    }
    .cd-morph-dropdown .dropdown.move-left .content {
        -webkit-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
        transform:translateX(-100px)
    }
    .cd-morph-dropdown .dropdown.move-right .content {
        -webkit-transform:translateX(100px);
        -ms-transform:translateX(100px);
        transform:translateX(100px)
    }
    .cd-morph-dropdown .label {
        display:none
    }
    .cd-morph-dropdown .content {
        padding: 20px 20px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        text-align: left;
        box-shadow: 2px 8px 9px 2px rgba(0,0,0,.3);
    }
    .cd-morph-dropdown .content>ul::after {
        clear:both;
        content:"";
        display:block
    }
    .dropdown-list .content ul, .dropdown-list .content li {
        list-style: none !important;
        padding-left: 0;
    }
    .dropdown-list .content ul>li {
        box-sizing:border-box;
        float:left;
        margin-right:0;
        padding-left: 0;
        position:relative;
        width:100%
    }
    .dropdown-list .content ul>li>a {
        float:left;
        padding:0;
        color: #3b543a;
        line-height:1.88;
        font-size: 16px;
        width:100%
    }
    .sub-submenu>a {
        color:#898295!important;
        font-family:"MarkProlight"
    }
    .cd-morph-dropdown .gallery .content {
        width:400px;
        padding-bottom:.8em
    }
    .cd-morph-dropdown .gallery .content li {
        margin-bottom:1.8em
    }
    .cd-morph-dropdown .links .content>ul>li {
        margin-top:0
    }
    .cd-morph-dropdown .links .content,
    .cd-morph-dropdown .button .content {
        width:405px
    }
    .cd-morph-dropdown .bg-layer {
        position:absolute;
        top:0;
        left:0;
        height:1px;
        width:1px;
        background:#FFF;
        opacity:0;
        -webkit-transition:opacity .3s;
        transition:opacity .3s;
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        -webkit-transform:translateZ(0)!important;
        transform:translateZ(0)!important;
        will-change:transform;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        pointer-events:none
    }
    .cd-morph-dropdown.is-dropdown-visible .bg-layer {
        opacity:1;
        -webkit-transition:opacity .3s,-webkit-transform .3s;
        transition:opacity .3s,-webkit-transform .3s;
        transition:transform .3s,opacity .3s;
        transition:transform .3s,opacity .3s,-webkit-transform .3s
    }
}


@media(max-width: 1450px)
{
    .header.header-v-three .cd-morph-dropdown .main-nav {        width: 94%;    }
    



}

@media(max-width:1350px){
    .header.header-v-two .container{
        width: 95%;
        max-width: 95%;
    }
	
	.event_container.row{
		flex-direction: column;
	}
	
	.col-md-8.vertical_event_title{
		min-width: 100%;
	}
}

@media(max-width:1320px){
    .right_logo{      display: none !important;}
    .message {    max-width: 94%;        margin: 0 auto;    }


}


@media(max-width: 1199px){
    .mobilestripes,.header.header-v-two .main--menu--logo .logo_wrapper {
        display: block !important;
    }
    .header.header-v-two .right_logo {
        float: none;
        position: relative;
        top: 12px;
        z-index: 6;
        width: auto;
        display: block;
    }
    .menus-container {
        background-color: #fff;
        height: 105%;
        left: -300px;
        display: block;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 300px;
        z-index: 99999999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menus-container.active-menu {
        left: 0;
    }
    .nav-items > li {
        display: block;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .logo_wrapper {
        width: 100%;
        display: table;
    }
	.right_logo {
        width: 90%;
        display: table;
    }
    .header--titles .website--title  {
        font-size: 25px;
        margin-top: 0;
    }
    .header--titles {
        width: 100%;
        display: block;
        padding-bottom: 15px;
    }
    .sub-menu {
        display: block;
        position: relative;
        opacity: 1;
        visibility: visible;
        top: 0;
        background-color: transparent;
        box-shadow: none !important;
        width: 100%;
    }


    /*HEADER V2*/
    .header.header-v-two .cd-morph-dropdown {
        display: none;
    }
    .header.header-v-two .main-menu.menus-container {
        width: 256px;
        display: block;
        text-align: left;
        background-color: #3b543a;
        margin-top: 0;
        border-bottom: 0;
        padding: 0;
        min-height: auto;
        left: -256px;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        z-index: 99999;
        float: right;
    }
    .header.header-v-two .main-menu.menus-container.active-menu{
        left: 0;
    }
    .nav-mobile {
        padding-left: 0;
        padding-top: 45px;
        display: block;

    }
    .header.header-v-two .logo_wrapper {
        float: left;
        position: absolute;
        top: 3px;
        z-index: 6;
        width: auto;
        display: block;
    }
	
	/* .header.header-v-two .right_logo {
        float: right;
        position: absolute;
        top: 3px;
        z-index: 6;
        width: auto;
        display: block;
    } */
    .mobile-menu-parent > a{
        float: left;
    }
    .open--submenu {
        cursor: pointer;
        float: right;
        padding: 0 5px;
        font-size: 19px;
        max-height: 30px;
        width: 24px;
        text-align: center;
        height: 24px;
        line-height: 1.9;
        color: #fefefe;
    }
    .header.header-v-two .main--menu--logo.sticky {
        position: initial;
        display: block;
    }
    .header.header-v-two .mobilestripes span {
        background: #fff none repeat scroll 0 0;
    }
    .header.header-v-two .main--menu--logo .logo {
        max-height: 86px;
    }
    .header.header-v-two .mobilestripes {
        right: 27px;
        top: 33px;
    }
    .header.header-v-two .navigationmobile {
        display: block !important;
        height: 100%;
    }
    .header.header-v-two .menu-item a {
        color: #fefefe;
    }
    .menu-item {
        display: inline-block;
        text-align: left;
        margin: 0;
        position: relative;
        padding: 0 10px;
        width: 100%;
    }

    .header.header-v-two .sub-menu, .header.header-v-two .sub-sub-menu {
        background-color: #3b543a;
        min-width: initial;
        display: block;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        padding: 0 6px;
    }
    li.menu-item.has_child > a::after,.sub-menu .has_sub_sub_menu > a::after {    display: none;  }
    .header.header-v-two .sub-sub-menu {
        right: auto;
        top: auto;
        background-color: #3b543a !important;
        padding: 0 12px !important;
        box-sizing: border-box;
        width: 100% !important;
        max-height: 0 !important;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        display: block;
        position: relative;
        box-shadow: none;
    }
    .header.header-v-two .open--sub--sub--menu .sub-sub-menu,.header.header-v-two .open--sub--menu .sub-menu  {   max-height: 1000px !important;   }
    .has_sub_sub_menu .open--sub-submenu {  float: right;   cursor: pointer;    width: 23px;  text-align: center;  color: #fefefe;   }
    .header.header-v-two .sub-menu > li a {    font-size: 15px;  }
    .header.header-v-two {    min-height: auto;    }
    .open--sub--menu .open--submenu ,.open--sub--sub--menu .open--sub-submenu{  transform: rotate(180deg);     -webkit-transform: rotate(180deg);       -moz-transform: rotate(180deg);  }
    .header.header-v-two .header--titles {    padding-bottom: 0; }
    .header.header-v-two .top-bar {    padding: 15px 0;      min-height: 91px; }
    .header.header-v-two .header--titles {
        max-width: 86%;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }
    .header.header-v-two .container {    width: 98%;     max-width: 98%; }
    .footer-icons::before {   bottom: 198px;    }
    .mobile-search {      padding-left: 15px;    margin-bottom: 18px;  }
    .mobile-search .searchInput {   border-radius: 4px;     border: 0;    font-size: 15px;   padding-left: 10px;   padding-top: 4px; }
    .header.header-v-two .main--menu--logo.sticky.fixed .main-menu.menus-container {     padding: 0;    }
    .header.header-v-two .main--menu--logo.fixed .logo {    max-height: 86px;    }


    /*HEADER V3*/
    .header.header-v-three {   padding: 5px 0;        min-height: 103px;    }
    .header.header-v-three .website_titles {   display: none;    }
    .header.header-v-three .main--menu--logo.sticky {     position: initial;       display: block;    }
    .header.header-v-three .container {    width: 98%;        max-width: 98%;    }
    .header.header-v-three .logo_wrapper {    top: 0;        position: relative;    }
    .header.header-v-three .main--menu--logo .logo {     max-height: 86px;    }
    .header.header-v-three .main--menu--logo .main-menu.menus-container {   background-color: #2A363B;    }
    .header.header-v-three  .navigationmobile {    display: block !important;        height: 100%;    }
    .header.header-v-three .mobilestripes {    right: 27px;        top: 33px;    }
    .header.header-v-three .mobilestripes span {     background: #fff none repeat scroll 0 0;    }
    .header.header-v-three .main-menu.menus-container {
        width: 256px;     display: block;
        text-align: left;   background-color: rgb(36,58,81);   margin-top: 0;  border-bottom: 0;    padding: 0;   min-height: auto;    left: -256px;
        overflow-y: scroll;  position: fixed;   top: 0;   z-index: 99999;    float: right;  }
    .header.header-v-three .main--menu--logo .logo_wrapper {     display: block !important;        }
    .header.header-v-three .main-menu.menus-container.active-menu {     left: 0;    }
    .header.header-v-three .cd-morph-dropdown {     display: none;    }
    .header.header-v-three .menu-item a {        color: #fefefe !important;    }
    .header.header-v-three .sub-menu, .header.header-v-two .sub-sub-menu {background-color: rgb(36,58,81); min-width: initial;display: block;max-height: 0;overflow: hidden; width: 100%;   padding: 0 6px;    }
    .header.header-v-three .open--sub--sub--menu .sub-sub-menu, .header.header-v-three .open--sub--menu .sub-menu {    max-height: 1000px !important;    }
    


}

@media(max-width: 1023px){
       .header.header-v-two div.website--title {          line-height: 1;    }
}

@media(max-width: 959px){
    .header--titles .website--subtitle {   font-size: 19px;   }
    .header.header-v-two .top-bar {    padding: 6px 0;    min-height: 92px;    }


}
@media(max-width:767px){
    .header.header-v-two .header--titles {    max-width: 78%;   }
    .footer-contacts {     padding-left: 0;   }
    #footer::before {   top: -67px;       height: 70px;    }
    #footer .col-md-4:nth-child(2) a #logo {    margin-top: 0;    }
    .footer-icons::before,#footer .col-md-4:nth-child(3)::before {     display: none;    }
    .footer-icons {    margin-top: 22px;    }
	.row.press_header {     display: table;     width: 100%;      margin: 0 auto;   }
    .footer-v-2 .footer-icons::before{display: none;}


}

@media(max-width: 639px){
    .header--titles .website--title {     font-size: 20px;    }
    .header.header-v-two .mobilestripes {    right: 16px;  }
    .header.header-v-two div.website--title {    line-height: 0.95;   }

}
@media(max-width: 479px){
    .header--titles .website--subtitle  {    font-size: 16px;    line-height: 1.1;    }
    .header--titles .website--title  {    font-size: 19px;    }    
    .header.header-v-two .main--menu--logo .logo {    max-height: 70px;   }
    .header.header-v-two .header--titles {     max-width: 70%;    }
    .header.header-v-two .logo_wrapper {      top: 12px;    }
	.header.header-v-two .right_logo {    top: 12px;   }
    .header.header-v-two .container {    width: 100%;   max-width: 100%;    }
    .w3-row.w3-quarter {
        padding: 0 !important;
        margin-bottom: 5px !important;
    }
    .card-text {
        position: relative !important;
        bottom: 0 !important;
        background: rgba(36,58,81,0.85) !important;
        padding: 8px 10px !important;
    }
    .w3-row.w3-quarter {
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    #split-quarter {
        width: 100% !important;
    }
    .w3-row div a {
        letter-spacing: 0.05em !important;
        text-decoration: underline !important;
    }
    .w3-row {
        margin-bottom: 5px !important;
    }
}

/** Header v3 **/



