/*
	Theme Name: Evonomix
	Description: Transforming businesses through marketing & technology
	Version: 1.0
	Author: Evonomix - Evolution Consultants
	Author URI: http://www.evonomix.com/
	Tags: HTML5, CSS3, BOOTSTRAP
*/

/* BGN TYPOGRAPHY */

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight:normal;
	font-style:normal;
}*/

/*
	font-family: 'SourceSansPro';
	font-weight: 300; -> LIGHT
	font-weight: 400; -> REGULAR
	font-weight: 600; font-style: italic; -> SEMIBOLD ITALIC
	font-weight: 700; -> BOLD
*/

@font-face {
    font-family: 'SourceSansPro';
    src: url('/wp-content/themes/evx/fonts/SourceSansPro-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('/wp-content/themes/evx/fonts/SourceSansPro-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('/wp-content/themes/evx/fonts/SourceSansPro-SemiboldIt.otf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('/wp-content/themes/evx/fonts/SourceSansPro-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

p, a {
    font-size: 16px;
    line-height: 21px;
    color: #2e3138;
}

p {
    margin: 0;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.section--title {
    margin: 30px 0 15px;
}

.sub--title {
    margin: 0 0 30px;
}

h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    color: #173d5c;
    text-decoration: none;
}

a.facebook:hover {
    color: #3b5998;
}

a.twitter:hover {
    color: #55acee;
}

a.gplus:hover {
    color: #dd4b39;
}

a.youtube:hover {
    color: #bb0000;
}

a.instagram:hover {
    color: #125688;
}

a.linkedin:hover {
    color: #007bb5;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0;
}

.btn:focus, .btn:hover {
    outline: none;
}

/* END TYPOGRAPHY */


::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

body {
    font-family: 'SourceSansPro', sans-serif;
}

a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.transition {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nopad {
    padding: 0;
}

.nopad-right {
    padding-right: 0;
}

.text-muted {
    color: #fff;
}

.nomargbot {
    margin-bottom: 0 !important;
}

.marg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-title.nomargbot {
    margin-bottom: 0;
}

.lightbg {
    background: #f2f2f2;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item img, #item-header-avatar img {
    max-width: 100%;
    height: auto;
}

.item img {
    width: 100%;
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.font-regular {
    font-weight: 400;
}

.page-title {
    margin: 50px 0 45px;
}

[class^="ajax-"] {
    min-height: 20px;
}

/* BGN BUTTONS */

.btn-default {
    background: #266aa3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    padding: 20px 55px;
    line-height: 16px;
    text-align: center;
    margin: auto;
}

.btn-default:hover, .btn-default:focus {
    background: #173d5c;
    color: #fff;
}

.btn-primary {
    background: #266aa3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 16px;
    text-align: center;
    margin: auto;
}

.btn-primary:hover, .btn-primary:focus {
    background: #173d5c;
    color: #fff;
}

a, input, button, select {
    outline: none;
}

#back-to-top:after {
    content: '\e803';
    font-family: 'fontello';
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 16px;
}

#back-to-top:hover:after {
    color: rgb(40, 36, 36);
}

#back-to-top:hover {
    background-color: #fff !important;
    border: 1px solid rgb(40, 36, 36) !important;
}

#back-to-top span {
    font-weight: 700;
}

.btn-large {
    padding-left: 90px;
    padding-right: 90px;
}

/* END BUTTONS */


/* BGN HEADER */

header {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 136px;
}

header p {
    color: #fff;
}

#main-head {
    background: rgba(27, 36, 40, 0.8);
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    -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;
    transition: all .5s ease-in-out;
}

#main-head.nav-up {
    top: -138px;
}

#main-head.nav-down {
    top: 0;
}

.main-head-clone {
    display: block;
    position: relative;
    width: 100%;
    height: 136px;
}

.main-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-bar p {
    display: inline-block;
}

.main-bar p i {
    margin-right: 10px;
}


.main-bar p.lang {
    margin-right: 10px;
}

.main-bar p.lang span {
    font-weight: 700;
}

.main-bar a, .main-bar span {
    color: #fff;
    margin-left: 10px;
}

.main-bar p.login-top a {
    margin: 0;
    text-decoration: none;
}

.navbar-nav {
    float: right;
}

.navbar-collapse {
    padding: 0;
}

.xbanner-header {
    background: url('/wp-content/themes/evx/img/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: background .35s ease;
    -moz-transition: background .35s ease;
    -o-transition: background .35s ease;
    -ms-transition: background .35s ease;
    transition: background .35s ease;
}

.banner-dashboard {
    background: url('/wp-content/themes/evx/img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: background .35s ease;
    -moz-transition: background .35s ease;
    -o-transition: background .35s ease;
    -ms-transition: background .35s ease;
    transition: background .35s ease;
}

.banner-blog {
    background: url('/wp-content/themes/evx/img/header-eveniment.jpg');
}

.saturate {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.4);
}

.saturate-black {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-advocacy .saturate {
    background: rgba(128, 128, 128, 0.65);
}

.banner-advocacy .saturate-black {
    background: rgba(0, 0, 0, 0.65);
}

.main-bar p {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
}

p.social {
    font-weight: 700;
}

.logo-img {
    margin-top: 10px;
}

.img-container-video {
    position: relative;
}

.img-container-video img {
    max-width: 100%;
    height: auto;
}

.img-container-video a.play-video, #load-summit-posts .img-container-video a.play-video {
    position: absolute;
    font-size: 72px;
    line-height: 72px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
}

.img-container-video a.play-video i, #load-summit-posts .img-container-video a.play-video i {
    position: relative;
    display: block;
    top: 50%;
    margin-top: -36px;
    line-height: 72px;
    height: 72px;
}

.img-container-video a.play-video:hover {
    color: #099df6;
}

.img-container {
    position: relative;
}

.img-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* END HEADER */

/* BGN MENU HEADER */

.navbar {
    border: 0;
    margin: 0;
    padding: 0;
}

.main-menu .navbar-nav li {
    position: relative;
}

.main-menu .navbar-nav li:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.main-menu .navbar-nav li.active:before, .main-menu .navbar-nav li:hover:before, .main-menu .navbar-nav li:focus:before {
    height: 5px;
}

.main-menu .navbar-nav li a {
    line-height: 45px;
    padding: 25px 10px;
    font-weight: 300;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
}

.main-menu .navbar-nav li a:before {
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #fff;
    transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.main-menu .navbar-nav li.active a:before, .main-menu .navbar-nav li:hover a:before, .main-menu .navbar-nav li:focus a:before {
    height: 2px;
}

.main-menu .navbar-nav li a:after {
    width: 0;
    height: 0;
    border: 0;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.main-menu .navbar-nav li.active a:after, .main-menu .navbar-nav li:hover a:after, .main-menu .navbar-nav li:focus a:after {
    border-bottom: 10px solid #fff;
}

/* END MENU HEADER */

/* BGN HOMEPAGE HEADER TABS */

#heroslider {
    height: 600px;
    width: 100%;
    display: block;
    /*margin-top: -136px;*/
}

.heroslider--item {
    width: 100%;
    height: 600px;
    padding-top: 136px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 45px;
}

#heroslider h1 {
    margin: 0;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: none;
}

#heroslider p {
    line-height: 21px;
    margin: 0 0 15px;
}

.owl-dots {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #173d5c;
    margin-right: 5px;
    display: inline-block;
}

.owl-dot.active {
    background: #e68c00;
}

/* END HOMEPAGE HEADER TABS */

/* BGN SECTIUNE CITAT HOMEPAGE */

.qoute {
    margin: 90px 0 0;
    padding: 40px 65px;
    border: 0;
    background: 0;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    line-height: 36px;
    color: #2e3138;
    text-align: center;
}

.qoute:before, .qoute:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 135px;
    height: 100%;
    border: 2px solid #cacaca;
}

.qoute:before {
    left: 0;
    border-right: 0;
}

.qoute:after {
    right: 0;
    border-left: 0;
}

/* END SECTIUNE CITAT HOMEPAGE */

/* BGN SECTIUNE COMUNITATE HOMEPAGE */

#community-hp {
    padding: 40px 0 50px;
    background: url('/wp-content/themes/evx/img/zonacitat.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#community-hp h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

#community-hp h2 span {
    display: block;
}

#community-hp p {
    color: #fff;
    margin-bottom: 24px;
}

#community-hp .btn-default {
    margin-top: 10px;
}

/* BGN SECTIUNE COMUNITATE HOMEPAGE */


/* BGN SECTIUNE CAROUSEL MEMBRII */

#members-carousel {
    margin: 0;
    margin-bottom: 40px;
    position: relative;
}

#members-carousel .owl-carousel {
    padding: 0 32px;
}

#members-carousel .user-info {
    padding: 0px 15px;
}

#members-carousel .user-info h2 {
    color: #173d5c;
    margin-top: 0;
    margin-bottom: 15px;
}

#members-carousel .user-info ul {
    margin-bottom: 30px;
}

#members-carousel .user-info p {
    margin-bottom: 0px;
    font-size: 22px;
    font-style: italic;
    line-height: 36px;
}

#members-carousel .user-info i {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -70px;
    color: #266aa3;
}

#members-carousel .user-info a.btn-primary {
    font-weight: 400;
}

#members-carousel .item-avatar {
    position: relative;
    margin-right: 3px;
}

#members-carousel .item-avatar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #049ffd;
}

#members-carousel .item-avatar img {
    opacity: .8;
    display: block;
    height: auto;
    max-width: 100%;
}

#members-carousel .members-left h3 {
    margin: 0;
    line-height: 30px;
    margin-top: 10px;
}

.owl-prev, .owl-next {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.owl-prev:hover, .owl-next:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.owl-prev:before, .owl-next:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #333333;
}

#members-carousel .owl-prev, #members-carousel .owl-next {
    top: 142px;
    margin-top: 0;
}

#heroslider .owl-prev, #heroslider .owl-next {
    top: 50%;
    margin-top: -32px;
}

.owl-prev {
    left: 20px;
}

.owl-prev:before {
    border-width: 0 0 3px 3px;
    transform: rotate(45deg);
    margin-left: 4px;
}

.owl-next {
    right: 20px;
}

.owl-next:before {
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    margin-right: 4px;
}

/* END SECTIUNE CAROUSEL MEMBRII */


/* BGN SECTIUNE PROIECTE */

#homepage .projects-section {
    margin-bottom: 60px;
}

.projects-section h2 {
    margin: 25px 0 15px;
    color: #2e3138;
}

.projects-section p {
    color: #2e3138;
}

.projects-section .nav-tabs {
    border: 0;
    border-right: 1px solid #c3c3c3;
}

.projects-section .nav-tabs > li.active > a, .projects-section .nav-tabs > li.active > a:hover, .projects-section .nav-tabs > li.active > a:focus, .projects-section .nav-tabs > li:hover > a, .projects-section .nav-tabs > li:focus > a {
    border: 0;
    background: none;
    color: #2e3138
}

.projects-section .nav-tabs li a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e3138;
    margin: 0;
    padding: 15px 10px 15px 55px;
    border: 0;
    border-radius: 0;
    position: relative;
}

.projects-section .nav-tabs li {
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
}

.projects-section .nav-tabs li:last-child {
    border: 0;
}

.projects-section .nav-tabs > li > a:before {
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #099df6;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.projects-section .nav-tabs > li.active > a:before {
    width: 4px;
}

.projects-section .nav-tabs > li > a:after {
    width: 0;
    height: 0;
    border: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    top: 50%;
    right: 1px;
    margin-top: -10px;
    position: absolute;
    display: block;
    content: '';
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform-origin: center right;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.projects-section .nav-tabs > li.active > a:after {
    border-right: 10px solid #099df6;
}

.projects-section .nav-stacked > li + li {
    margin-top: 0;
}

.projects-section .nav-tabs > li:before {
    display: block;
    width: 41px;
    height: 41px;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    opacity: .35;
}

.projects-section .nav-tabs li:nth-child(1):before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -105px;
}

.projects-section .nav-tabs li:nth-child(2):before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -55px;
}

.projects-section .nav-tabs li:nth-child(3):before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -5px;
}

.projects-section ol {
    margin-left: 22px;
    counter-reset: li;
}

.projects-section ol > li {
    position: relative;
    list-style: none;
    padding-top: 3px;
    padding-left: 0px;
}

.projects-section ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5em;
    margin-right: 8px;
    padding: 4px;
    text-align: center;
}

.img-center {
    margin: 0 auto;
}

/* END SECTIUNE PROIECTE */

/* BGN MAP */

#map {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 500px;
}

.map_mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(23, 61, 92, 0.2);
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.map_mask:hover {
    opacity: 0;
}

.map_holder {
    position: relative;
}

.map_holder .loader {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    margin-top: -16px;
}

/* END MAP */

/* BGN COPYRIGHT */

#evonomix {
    padding-right: 0px;
    float: right;
    height: 22px;
    line-height: 22px;
    display: block;
    padding-right: 30px;
}

#evonomix a:hover {
    color: #606060;
}

#evonomix i {
    font-size: 22px;
    width: 19px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #452d9d;
    margin-left: 5px;
    float: left;
}

#evonomix span {
    max-height: 22px;
    word-wrap: normal;
    word-break: keep-all;
    float: left;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    text-decoration: none;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transition: transform 0.3s ease-in .2s, -webkit-transform 0.3s ease-in .2s, opacity 0.6s ease-out .1s, color;
}

#evonomix em {
    color: #452d9d;
    font-style: normal;
}

#evonomix a:hover span {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.copyright p,
.copyright p a {
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
}

.copyright {
    padding: 20px 0;
}

.copy-text {
    margin: 2px 0;
}

/* END COPYRIGHT */

/* CALENDAR HOME */


#events-calendar {
    background-color: #efa52f;
}

#events-calendar .ai1ec-subscribe-container {
    display: none;
}

#events-calendar .ai1ec-calendar-toolbar {
    display: none;
}

#events-calendar .ai1ec-next-month, #events-calendar .ai1ec-prev-month, #events-calendar .ai1ec-next-year, #events-calendar .ai1ec-prev-year {
    display: none !important;
}

#events-calendar .ai1ec-views-dropdown {
    display: none;
}

#events-calendar .ai1ec-weekday {
    text-transform: uppercase;
}

#events-calendar .ai1ec-minical-trigger {
    float: none !important;
    cursor: default !important;
}

#events-calendar .ai1ec-calendar-title {
    color: #3e454c !important;
    text-shadow: none !important;
    font-size: 20px !important;
    cursor: default !important;
}

#events-calendar .ai1ec-month-view .ai1ec-date {
    height: auto;
    background: transparent;
    text-align: center;
    margin-bottom: 0 !important;
}

#events-calendar .ai1ec-month-view td.ai1ec-empty {
    background: transparent !important;
}

#events-calendar .ai1ec-day-stretcher {
    display: none;
}

#events-calendar .ai1ec-day a {
    color: #3e454c;
    text-shadow: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
    font-weight: 700;
}

#events-calendar .ai1ec-day a.clicked {
    background-color: #266aa3;
    color: #fff;
}

#events-calendar .ai1ec-day a.clicked:hover, #events-calendar .ai1ec-day a.clicked:focus {
    color: #fff;
}

#events-calendar .ai1ec-today .ai1ec-day a {
    border: 1px solid #fff;
}

#events-calendar .ai1ec-day a:hover, .ai1ec-day a:focus {
    color: #3e454c;
    text-shadow: none;
    border: 1px solid #fff;
}


#events-calendar table.ai1ec-month-view {
    height: 280px;
    background: transparent !important;
    margin: 0 auto !important;
    border: none !important;
}

#events-calendar .ai1ec-month-view th {
    background: transparent !important;
    color: #3e454c !important;
    text-shadow: none !important;
    font-size: 22px !important;
}

#events-calendar .ai1ec-month-view td {
    vertical-align: middle;
    border: none !important;
    background: transparent !important;
}

#events-calendar .ai1ec-month-view + div {
    display: none;
}

#events-calendar .ai1ec-month-view td.ai1ec-today {
    background: transparent !important;
}

#events-calendar #ai1ec-container {
    margin: 0 30px;
}

#events-calendar .ai1ec-event-container {
    display: none !important;
}

#events-calendar .ai1ec-btn-toolbar, #events-calendar .ai1ec-btn-toolbar .ai1ec-pagination {
    width: 100%;
    text-align: center !important;
}

#events-calendar .ai1ec-btn-toolbar {
    margin-bottom: 50px;
}

#events-calendar .ai1ec-btn-toolbar .ai1ec-pagination i {
    display: none;
}

#events-calendar .ai1ec-next-year, #events-calendar .ai1ec-prev-year {
    font-size: 16px !important;
    color: #fff !important;
}

#events-calendar .ai1ec-next-year {
    float: right !important;
}

#events-calendar .ai1ec-title-buttons .ai1ec-btn-group {
    margin: 0;
    padding: 0 8px;
}

#events-calendar .calendar-content {
    text-align: center;
    margin-bottom: 50px;
}

#events-calendar .calendar-title {
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 35px;
    font-weight: 700;
}

#events-calendar .calendar-right-content {
    background-color: #fff;
}

#events-calendar .calendar-right-title {
    text-align: center;
    color: #3d3f46;
    line-height: 48px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}

#events-calendar .calendar-right-title:before {
    content: '';
    height: 3px;
    width: 30px;
    background-color: #6a7782;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    border-radius: 20%;
}

#events-calendar .right-event .calendar-right-image {
    height: 48px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#events-calendar .right-event a.img-wrapper {
    display: table;
    width: 100%;
}

#events-calendar .right-event .calendar-right-image img {
    width: 80%;
    max-height: 80%;
    margin: 0 auto;
}

#events-calendar .right-event h5 {
    margin: 0;
    position: relative;
    padding-bottom: 6px;
}

#events-calendar .right-event h5 {
    margin: 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    color: #3d4046;
}

#events-calendar .right-event.first h5 {
    color: #049ffd;
    font-weight: 700;
}

#events-calendar .right-event h5:before {
    content: '';
    content: '';
    height: 3px;
    width: 100%;
    background-color: #3d4046;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10%;
}

#events-calendar .right-event {
    margin: 30px 0 30px 0;
    font-weight: 600;
    font-size: 18px;
}

#events-calendar .right-event.first {
    margin-bottom: 30px;
}

#events-calendar .right-event.first a {
    color: #049ffd;
}

#events-calendar .right-event.first h5:before {
    background-color: #049ffd;
}

#events-calendar .calendar-right-content a.btn {
    display: inline-block;
    margin-bottom: 45px;
    margin-top: 10px;
}

#events-calendar {
    padding-bottom: 70px;
}

#events-calendar .timely .ai1ec-btn-default {
    background-color: transparent !important;
    border: none !important;
}

#events-calendar .calendar-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#events-calendar .calendar-navigation .calendar-prev, #events-calendar .calendar-navigation .calendar-next {
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 0;
    font-weight: 700;
}

#events-calendar .calendar-navigation .calendar-prev {
    left: 185px;
    padding-left: 24px;
    line-height: 18px;
    text-align: left;
}

#events-calendar .calendar-navigation .calendar-next {
    right: 185px;
    text-align: right;
    padding-right: 24px;
    line-height: 18px;
}

#events-calendar .calendar-navigation .calendar-prev:before {
    position: absolute;
    font-family: 'fontello';
    content: '\f0a8';
    left: 0;
    top: 9px;
    font-size: 21px;
    top: 9px;
    color: #173d5c;
}

#events-calendar .calendar-navigation .calendar-next:before {
    position: absolute;
    font-family: 'fontello';
    content: '\f0a9';
    right: 0;
    top: 9px;
    font-size: 21px;
    color: #173d5c;
}

#events-calendar .event-date {
    display: block;
    color: #3d3f46;
    font-weight: 600;
}

.calendar-right-content .loader {
    display: none;
    margin: 40px 0;
}

#newsletter h3 br {
    display: none;
}


/* END CALENDAR HOME */

/* BGN NEWSLETTER SECTION */

#newsletter {
    padding: 20px 0;
    background: #173d5c;
}

#newsletter h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-transform: none;
}

#newsletter p {
    margin: 0;
    line-height: 24px;
}

fieldset {
    border: medium none !important;
    position: relative;
}

input[type="text"], input[type="email"], input[type="tel"], select, input[type="password"] {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 20px;
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
}

textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 20px;
    padding: 10px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, select:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:hover, textarea:focus, input[type="password"]:hover, input[type="password"]:focus {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
    outline: none;
}

.wp-editor-container textarea.wp-editor-area:hover, .wp-editor-container textarea.wp-editor-area:focus {
    border: 0;
}

textarea {
    width: 100% !important;
    max-width: 100% !important;
}

.news-form fieldset {
    display: inline-flex;
    padding: 0;
    float: left;
}

.news-form input[type="text"],
.news-form input[type="submit"] {
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0 20px;
}

.news-form button {
    width: 100%;
    padding: 10px 0px 9px;
    background: #0495e6;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    line-height: 22px;
}

.news-form button i {
    font-size: 36px;
    color: #fff;
}

.news-form fieldset:first-child {
    width: calc(100% - 50px);
}

.news-form fieldset:last-child {
    width: 76px;
    padding-left: 3px;
}

#newsletter form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#newsletter form > div label::before {
    content: "\f096";
    font-family: 'fontello';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -30px;
    padding: 1px 0 0 0;
    font-size: 18px;
}

#newsletter input[type="checkbox"]:checked + label::before {
    opacity: 1;
    content: "\e805";
}

#newsletter form > div {
}

#newsletter form > div label {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    margin-left: 30px;
    line-height: 1.8;
}


/* END NEWSLETTER SECTION */


/* BGN PROJECTS PAGE */

#projects-page {
    padding-bottom: 100px;
}

#projects-container {
    display: block;
    margin-bottom: 100px;
    min-height: 30px;
}

.projects-nav .nav-tabs {
    display: inline-block;
    padding: 0 25px;
    border-color: #d7d7d7;
}


.projects-nav .nav-tabs > li > a:hover {
    background: rgba(23, 61, 92, 0.1);
}

.projects-nav .nav-tabs > li.active > a, .projects-nav .nav-tabs > li.active > a:hover, .projects-nav .nav-tabs > li.active > a:focus {
    color: #2e3138;
    border-color: #d7d7d7;
    border-bottom-color: transparent;
    background: #fff;
}

.avatar-nav-items {
    padding: 0 25px;
    border-color: #d7d7d7;
}

.avatar-nav-items li.current {
    border-color: #d7d7d7 !important;
    border-bottom-color: transparent !important;
    border-radius: 0 !important;
    background: #fff;
}

.avatar-nav-items li {
    margin-bottom: -1px !important;
}

.avatar-nav-items li a {
    padding: 0 45px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #2e3138;
    margin: 0;
    border-radius: 0;
}

.bp-avatar .btn-primary.btn-default {
    padding: 10px 15px;
}

.projects-nav .nav-tabs > li > a {
    padding: 5px 45px 5px 95px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #2e3138;
    margin: 0;
    border-radius: 0;
}

.projects-nav {
    padding-top: 55px;
    margin: 0 0 35px;
}

.projects-nav .nav-tabs > li a:before {
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 35px;
    opacity: .35;
}

.projects-nav .nav-tabs li a.antreprenoriat:before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -105px;
}

.projects-nav .nav-tabs li a.guvernare:before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -55px;
}

.projects-nav .nav-tabs li a.educatie:before {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -5px;
}

#projects-container .img-container, #projects-news .img-container {
    position: relative;
    display: block;
}

#projects-container .img-container img, #projects-news .img-container img {
    margin: auto;
}

#projects-container .img-container a, #projects-news .img-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: rgba(38, 106, 163, 0.8);
    opacity: 0;
}

#projects-container .article-container:hover .img-container a, #projects-news .article-container:hover .img-container a {
    opacity: 1;
}

#projects-container .article-container:hover .article-description a, #projects-news .article-container:hover .article-description a {
    color: #099df6;
}

#projects-container .article-description p, #projects-news .article-description p {
    margin: 0;
    margin-top: 25px;
}

#projects-container .img-container a span, #projects-news .img-container a span {
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    position: absolute;
    display: block;
    width: 100%;
}

#projects-container .img-container a span i, #projects-news .img-container a span i {
    margin-left: 10px;
}

.loader h3 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

#projects-page .projects-section .nav-tabs > li:before {
    display: none;
}

#projects-page .projects-section .nav-tabs > li > a {
    padding-left: 0;
}

#projects-container .article-description a, #projects-news .article-description a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #2e3138;
    display: block;
    margin-top: 10px;
}

#projects-container .article-container:hover .article-description a.article-meta_category, #projects-news .article-container:hover .article-description a.article-meta_category {
    color: #2e3138;
}

#projects-news .article-description a.article-meta_category:hover, #projects-news .article-container:hover .article-description a.article-meta_category:hover {
    color: #099df6;
}

#projects-news .article-description a.article-meta_category {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}

.disabled-loading {
    position: absolute;
    z-index: 2;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: not-allowed;
}

.projects-nav .nav {
    position: relative;
}

.new-row {
    margin-top: 20px;
}

.post-count {
    display: block;
    width: 42px;
    height: 38px;
    text-align: center;
    display: block;
    background: #099df6;
    position: absolute;
    line-height: 38px;
    top: -50px;
    left: 50%;
    margin-left: -21px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 10px;
    opacity: 0;
    z-index: -9999;
}

.post-count:after {
    width: 0;
    height: 0;
    border: 0;
    bottom: auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #099df6;
    bottom: -7px;
    right: 50%;
    margin-right: -10px;
    position: absolute;
    display: block;
    content: '';
}

ul.nav li:hover .post-count, ul.nav li:focus .post-count {
    opacity: 1;
    z-index: 1;
}

/* END PROJECTS PAGE */

/* BGN PROJECT PAGE */

#project-header {
    margin-top: 40px;
    margin-bottom: 45px;
}

.short-description {
    display: block;
    position: relative;
    margin-bottom: 45px;
}

.project-website a, .project-social p, .project-social {
    display: inline-block;
}

.project-social {
    margin-left: 70px;
}

.project-website {
    margin-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.project-website a, .project-social p {
    line-height: 44px;
    margin: 0;
}

.project-social a {
    color: #2e3138;
    margin-left: 10px;
}

.our-partners {
    display: block;
    text-align: center;
}

.partner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 30px;
    padding-left: 30px;
}

.partner:first-child {
    padding-left: 0;
}

.partners-row {
    display: inline-block;
}

#project-tabs, #project-partners {
    margin-bottom: 50px;
}

#getin-project {
    background-color: #009dff;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#getin-project #linkbackground {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/evx/img/registerbg.jpg') 50% 50% / cover no-repeat rgb(241, 166, 23);
}

#getin-project p {
    color: #fff;
}

#getin-project h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 30px;
    text-transform: none;
}

#getin-project table {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}

#getin-project table td, #getin-project table th {
    line-height: 38px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#applyproject tbody {
    border-bottom: 1px solid #fff !important;
}

#getin-project table th {
    text-align: center;
    text-transform: uppercase;
    color: #1a2124;
}

#getin-project table thead, #getin-project table tbody tr:hover {
    background: #e89d1d;
}

#getin-project table tbody tr {
    cursor: pointer;
}

ul.checklist {
    margin: 10px 0 30px;
}

ul.checklist li {
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

ul.checklist li:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '\e805';
    font-family: 'fontello';
    font-size: 16px;
    font-weight: 400;
}

#project-single #projects-container {
    margin-top: 45px;
}

#project-single #projects-container h2 {
    margin-bottom: 60px;
}

#project-single .projects-section .nav-tabs li:nth-child(1):before {
    background: url('/wp-content/themes/evx/img/icon-infoproiect.png') no-repeat;
    background-position: center;
    opacity: 1;
}

#project-single .projects-section .nav-tabs li:nth-child(2):before {
    background: url('/wp-content/themes/evx/img/icon-beneficiari.png') no-repeat;
    background-position: center;
    opacity: 1;
}

#project-single .projects-section .nav-tabs li:nth-child(3):before {
    background: url('/wp-content/themes/evx/img/icon-rezultate.png') no-repeat;
    background-position: center;
    opacity: 1;
}

#project-single .projects-section .nav-tabs li:nth-child(4):before {
    background: url('/wp-content/themes/evx/img/icon-galerie.png') no-repeat;
    background-position: center;
    opacity: 1;
}

#project-single .projects-section .tab-content p {
    color: #1a2124;
}

#project-single .projects-section .tab-content p strong {
    color: #49565c;
}

a.link-project {
    color: #266aa3;
}

#project-gallery {
    flex-wrap: wrap;
    justify-content: space-between;
}

#project-gallery .img-galerie {
    max-width: 235px;
    height: 154px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#project-gallery .img-galerie img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: auto;
    max-width: none;
}

#project-gallery .img-galerie a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

#project-gallery .owl-prev, #project-gallery .owl-next {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -32px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#project-gallery .owl-prev:hover, #project-gallery .owl-next:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#project-gallery .owl-prev {
    left: 0;
}

#project-gallery .owl-next {
    right: 0;
}

#project-gallery .owl-prev:before, #project-gallery .owl-next:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #333333;
}

#project-gallery .owl-prev:before {
    border-width: 0 0 3px 3px;
    transform: rotate(45deg);
    margin-left: 4px;
}

#project-gallery .owl-next:before {
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    margin-right: 4px;
}

.team_members_wrap {
    float: left;
    width: calc(100% - 132px);
}

.team_title {
    display: inline-block;
    width: 130px;
}

.team_column {
    float: left;
    width: 65px;
}

.team_member {
    width: 60px;
    height: 60px;
    margin: 0 5px 5px 0;
    display: inline-block;
    float: left;
}

.team_member a {
    display: inline-block;
}

.team_column .team_member:first-child {
    margin-bottom: 5px;
}

.team_leader {
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.team_member img {
    max-width: 100%;
    height: auto;
}

.team_leader {
    margin-bottom: 0;
}


.modal {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    top: 300px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex > .pull-right {
    order: 1;
}

#projects-news {
    margin-top: 90px;
}

.tooltip-inner {
    background: #266aa3;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #266aa3;
}

/* END PROJECT PAGE */

/* BGN CONTACT PAGE */

#contact h2, #contact h3, #member-register h3, #contact h1 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

#contact {
    margin-top: 50px;
    margin-bottom: 80px;
}

#contact p {
    margin-bottom: 20px;
}

ul.address li {
    padding-left: 45px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

ul.address li.location:before {
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\e81c';
    left: 0;
    top: 0;
}

ul.address li.phone:before {
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\e808';
    left: 0;
    top: 0;
}

ul.address li.email:before {
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\e80a';
    left: 0;
    top: 0;
}

input, select, textarea, input[type="password"] {
    border-radius: 10px;
}

label {
    font-weight: normal;
}

input[type="submit"] {
    margin-top: 27px;
    width: 100%;
    padding: 16px 10px;
    outline: none;
}

#contact input[type="submit"] {
    margin-top: 26px;
    padding: 19.5px 10px;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* END CONTACT PAGE */

/* DESPRE NOI */

.img-despre-noi {
    margin-top: 130px;
}

.Founders {
    margin: 50px 0;
}

.Founders__Title {
    font-style: italic;
    font-weight: 600;
    color: #2e3138;
    text-transform: none;
}

.Founders .member-row:last-child {
    border-bottom: 1px solid #cccccc;
}

.Founders__content-header {
    height: 71px;
    margin-bottom: 20px;
}

.Founders__content-header h3 {
    margin: 0;
}

.Founders__content img {
    margin-right: 10px;
}

.WorkSection {
    padding-top: 35px;
}

.WorkSection__Title {
    line-height: 60px;
    padding-left: 75px;
    position: relative;
}

.WorkSection__Title:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    font-weight: 400;
    text-align: left;
    font-size: 60px;
    line-height: 60px;
    color: #009dff;
    content: '\e804';
    font-family: 'fontello';
}

.WorkSection__Item {
    display: block;
}

.WorkSection__Item p {
    margin: 0;
}

.WorkSection__Link {
    color: #e58a00;
    text-transform: uppercase;
}

.banner-despre {
    height: 330px;
    width: 100%;
    position: absolute;
    background-size: cover !important;
    top: 0;
    left: 0;
}

#despre-page .banner-title {
    height: 194px;
}

#despre-page .banner-title h1, .header-evenimente h1 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 65px;
}

.header-evenimente h1.no-events {
    margin-bottom: 65px;
}

#despre-page .despre-info {
    background-color: #fff;
}

.despre-info h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.despre-info i {
    color: #cd1c27;
    font-size: 57px;
}

.despre-info h4 {
    margin-top: 25px;
    font-weight: 600;
}

.despre-info a.btn {
    margin-top: 45px;
    margin-bottom: 60px;
    padding: 20px 30px;
}

.despre-info a.btn i {
    font-size: 16px;
    color: #fff;
    padding-right: 6px;
}

.arii-de-activitate h2 {
    margin-top: 60px;
    margin-bottom: 30px;

}

.arii-de-activitate img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.arii-de-activitate .arie-activitate h4 {
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 30px;
}

.arii-de-activitate .arie-activitate {
    margin: 80px 0;
}

.comunitatea-rbls {
    background: url('/wp-content/themes/evx/img/zonacitat.jpg') no-repeat;
    background-size: cover;
}

.comunitatea-rbls h2 {
    margin-top: 85px;
    margin-bottom: 45px;
    color: #fff;
}

.comunitatea-rbls p {
    color: #fff;
}

.comunitatea-rbls a.btn {
    margin: 60px 0 70px;
}

.rapoarte h2 {
    margin-top: 60px;
    margin-bottom: 35px;
}

.rapoarte {
    background: url('/wp-content/themes/evx/img/rapoarte.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 30px;
}

.rapoarte .collapsing {
    display: block !important;
}

.rapoarte .box-rapoarte {
    padding: 20px 30px;
    background-color: #efa52f;
    border: 1px solid #c9d1d7;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.rapoarte .box-rapoarte:hover {
    background-color: transparent;
    border: 1px solid #efa52f;
}

.rapoarte .box-rapoarte p {
    color: white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.rapoarte .box-rapoarte:hover p {
    color: #efa52f;
}

.rapoarte .box-rapoarte a {
    color: white;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.rapoarte .box-rapoarte:hover a {
    color: #efa52f;
}

.rapoarte .box-rapoarte a:before {
    font-family: 'fontello';
    content: '\f1c1';
    color: white;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.rapoarte .box-rapoarte:hover a:before {
    color: #efa52f;
}

.header-rapoarte {
    margin-bottom: 70px;
}

.cum-functionam {
    background-color: #eeeeee;
}

.checked-list {
    margin-top: 25px;
    margin-bottom: 0;
}

.checked-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.checked-list li:last-child {
    margin-bottom: 0;
}

.checked-list li:before {
    font-family: 'fontello';
    content: '\e804';
    position: absolute;
    left: 0;
    color: #23aafb;
}

.cum-functionam-right {
    padding-top: 80px;
}

#despre-page .board-carousel-header h2 {
    margin-top: 70px;
    margin-bottom: 30px;
}

.despre-page-header {
    margin-bottom: 70px;
}

#despre-page .board-item {
    position: relative;
}

#despre-page .board-item img {
    max-width: 100%;
    height: auto;
}

#despre-page .item {
    width: 220px;
    display: inline-block;
}

#despre-page .owl-carousel {
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.Toggle {
    border-top: 1px solid #000;
    position: relative;
    margin-top: 50px;
    padding-top: 35px;
    text-align: center;
}

.Toggle__Info li {
    width: 50%;
    padding-left: 10%;
    float: left;
    text-align: left;
    color: #49565c;
}

.Toggle--executive .Toggle__Info li {
    width: 100%;
    padding-right: 10%;
    text-align: center;
}

.Toggle--executive .btn {
    margin: 0 10px;
}

.Toggle--executive .Toggle__Info li span {
    display: block;
}

.Toggle__Bio {
    color: #2e3138;
}

.toggle-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 75px;
    background-color: rgba(23, 61, 92, 0.81);
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    font-size: 28px;
    line-height: 30px;
    color: #fff !important;
}

.toggle-info span {
    display: block;
    font-size: 18px;
}

.board-item:hover .toggle-info {
    opacity: 1;
}

hr {
    margin: 20px 0;
    border-color: #000;
    opacity: 0.5;
}

.arrow:after, .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: 1px;
    left: -100%;
    content: '';
    margin-left: -10px;
    position: absolute;
}

.arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-top-color: #000;
    top: -10px;
    margin-left: -10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    display: block;
    z-index: 2;
}

.Toggle__Item {
    width: 100%;
    position: relative;
    display: none;
}

/* END DESPRE NOI */

/* COOKIE BAR */

#cookie_bar {
    display: none;
    width: 300px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    background-color: white;
    padding: 10px;
    border: 1px solid #848484;
}

#cookie_bar button.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}

#cookie_bar p a {
    color: #848484;
    font-size: 14px;
}

#cookie_bar p {
    font-size: 14px;
    margin-bottom: 0;
}

/* END COOKIE BAR */

/* EVENIMENTE */

.header-evenimente, .header-taskforces {
    position: relative;
}

.header-evenimente a.btn {
    background-color: #049ffd;
    padding: 20px 80px;
    margin-top: 90px;
}

.header-evenimente a.btn:hover {
    background-color: #405f78;
}

.header-evenimente .progress-date-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 50px 0;
}

.background-evenimente, .background-taskforces, .background-coalitie {
    position: absolute;
    left: 0;
    top: -136px;
    width: 100%;
    background-size: cover !important;
    height: 340px;
}

.events-cat {
    display: inline-block;
    margin-bottom: 25px;
}

.events-cat ul {
    padding: 0 90px;
}

.events-cat .nav > li > a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 5px 50px;
    border: none;
}

.events-cat .nav-tabs > li.active > a, .events-cat .nav-tabs > li.active > a:hover, .events-cat .nav-tabs > li.active > a:focus {
    border: none;
    color: #009dff;
    background-color: transparent;
}

.events-cat .nav > li > a:hover, .events-cat .nav > li > a:focus {
    color: #009dff;
    background-color: transparent;
    border: none;
}

.radial-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
}

.radial-progress .circle .mask, .radial-progress .circle .fill {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
}

.radial-progress .circle .mask {
    clip: rect(0px, 100px, 100px, 50px);
}

.radial-progress .circle .mask .fill {
    clip: rect(0px, 50px, 100px, 0px);
    background-color: #0089c7;
}

.progress-circle {
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: auto;
}

.progress-content {
    height: 90%;
    position: absolute;
    top: 5%;
    width: 90%;
    left: 5%;
    z-index: 500;
    background: #e7e7e7;
    border-radius: 50%;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
}

.progress-data {
    display: table;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.progress-data p {
    font-size: 36px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.progress-circle-wrapper {
    margin-top: 40px;
    margin-left: 50px;
}

.events-wrapper .events-content {
    text-align: center;
    margin-bottom: 30px;
}

.participa-eveniment {
    margin: 0 45px;
}

.events-wrapper .events-content h2 {
    margin-top: 45px;
    margin-bottom: 50px;
    color: #173d5c;
    text-align: center;
}

.events-wrapper hr {
    border-top: 1px solid #ccc;
}

.events-wrapper .events-content p {
    text-align: center;
}

.events-nav {
    margin-bottom: 80px;
    position: relative;
}

.events-nav .nav > li > a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 95px;
    position: relative;
}

.projects-nav.events-nav ul li a.next-events:before {
    background: url('/wp-content/themes/evx/img/icon-airplane.png') no-repeat;
}

.projects-nav.events-nav ul li a.prev-events:before {
    background: url('/wp-content/themes/evx/img/icon-calendar.png') no-repeat;
}

.events-wrapper .pagination {
    padding-top: 5px;
    margin-bottom: 30px;
    border: none;
}

.events-wrapper .pagination span {
    font-weight: 700;
    color: #455459;
    border-bottom: 3px solid #009dfe;
    padding: 7px 10px;
}

.events-wrapper .pagination a {
    font-weight: 700;
    color: #455459;
    padding: 7px 10px;
}

.events-wrapper .pagination a:hover {
    border-bottom: 3px solid #009dfe;
}

.events-wrapper .pagination a.next:hover {
    border: none;
}

.events-wrapper .pagination a.next {
    margin-left: 10px;
}

.events-wrapper .pagination a.back:hover {
    border: none;
}

.events-wrapper .pagination a.back {
    margin-right: 10px;
}

.events-wrapper h3 .event-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    height: 50px;
    display: inline-block;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.events-wrapper h3 {
    margin-bottom: 0px;
}

.events-wrapper h3 span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    text-transform: none;
}

.events-wrapper a.event-location {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 50%;
}


.events-wrapper .img-container a span i {
    margin-left: 10px;
}

.events-wrapper .ai1ec-excerpt {
    display: none;
}

.events-wrapper .img-container {
    position: relative;
    display: block;
}

.events-wrapper .article-info hr {
    margin: 15px 0;
}

.events-wrapper .event-info span {
    display: inline-block;
    position: relative;
}

.events-wrapper .event-info span i {
    margin-right: 3px;
}

.events-wrapper .event-info span.time {
    margin-left: 35px;
}

.events-wrapper .event-info span.time {
    margin-left: 35px;
}

.events-wrapper a.event-location {
    color: #009cff;
}

.event-content .event-info .event-tag {
    display: inline-block;
    margin-left: 25px;
    color: #e68c00;
    text-transform: uppercase;
}

.event-content .right-line:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    right: -60px;
    background-color: #ccc;
    height: calc(100% - 41px);
}

.event-content hr {
    border-color: #cccccc;
    opacity: 1;
}

.event-content .events-navigation a {
    text-transform: uppercase;
    display: inline-block;
    color: #e68c00;
}

.event-content .event-info .event-tag i, .event-content .event-info .date i {
    margin-right: 5px;
}

.event-content .timely.ai1ec-excerpt {
    display: none;
}

.event-sidebar a {
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    display: block;
    border-bottom: 1px solid;
}

.Article__share a {
    display: inline-block;
    margin-left: 10px;
}

.event-minibox {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
}

.event-minibox span {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8px;
}

.event-minibox i {
    font-size: 17px;
}

.event-minibox span.inscriere {
    background-color: rgba(241, 166, 23, 0.8);
}

.event-minibox span.charge {
    background-color: rgba(0, 157, 255, 0.8);
}


.events-wrapper .event-tag, .event-single .event-tag {
    color: #e68c00;
}


.events-wrapper h3.tag-event {
    display: inline-block;
}

.events-wrapper h3.tag-event span {
    display: inline-block;
}

.events-wrapper .article-excerpt p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.events-wrapper .article-container:hover .img-container .img-mask {
    opacity: 1;
}

.events-wrapper .article-buttons a {
    display: inline-block;
    text-transform: uppercase;
}

.events-wrapper .article-buttons a.read-more {
    color: #e68804;
}

.events-wrapper .article-buttons a.read-more[aria-expanded="true"] i:before {
    content: '\e818';
}

.events-wrapper .article-buttons a.gallery, .events-wrapper .article-buttons a.participate {
    color: #094f8d;
    font-weight: 700;
}

.events-wrapper .article-buttons a.gallery i, .events-wrapper .article-buttons a.participate i {
    margin-right: 5px;
}

.events-wrapper .article-buttons {
    padding-top: 10px;
}

.events-wrapper .article-container:hover h3 .event-title {
    color: #266aa3;
}


.article-container {
    margin-bottom: 40px;
}

.modal .modal-header {
    padding: 0;
    background-color: #f1a617;
}

.modal-open #main-head, .modal-open #back-to-top {
    display: none !important;
}

.modal-header .close {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.modal .modal-header h4 {
    font-size: 36px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.events-wrapper .modal .modal-info {
    margin: 30px 0;
}

.events-wrapper .modal-body {
    padding: 0;
}

.modal br {
    display: none;
}

.modal .ajax-loader {
    display: none;
}

.events-wrapper .wpcf7-response-output {
    text-align: center;
}

.events-wrapper input[type="text"], .events-wrapper input[type="email"], .events-wrapper input[type="tel"], .events-wrapper textarea, .events-wrapper input[type="password"] {
    margin: 10px 0;
}

.events-wrapper .check-list {
    margin-top: 10px;
}

span.wpcf7-not-valid-tip {
    margin-left: 10px;
}

.wpcf7-validation-errors {
    display: none !important;
}

.modal .modal-info h3 {
    color: #1e6aa4;
    text-align: center;
    text-transform: none;
}

.modal .modal-body form p {
    margin-bottom: 0;
}

.events-wrapper .modal .modal-body form {
    margin-bottom: 30px;
}

.events-wrapper .modal .modal-info h3 span {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
}

.events-wrapper .modal .check-list label:before, .events-wrapper .modal span.wpcf7-list-item-label:after {
    color: #333;
}

body.lg-on #main-head, body.lg-on #back-to-top {
    display: none !important;
}

.modal .modal-content {
    border-radius: 0;
}

.events-wrapper .img-container .img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: rgba(38, 106, 163, 0.8);
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.events-wrapper .img-container .img-mask span {
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    position: absolute;
    display: block;
    width: 100%;
}


.events-wrapper .no-event {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px;
}

.events-loading h3 {
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.events-loading {
    display: none;
    margin-bottom: 70px;
}


/* END EVENIMENTE */


/* SINGLE EVENIMENT */


.header-eveniment, .header-coalitie {
    position: relative;
}

.header-eveniment h1 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 65px;
    margin-bottom: 75px;
}

.event-content {
    margin-top: 55px;
}

.event-head h2 {
    margin: 0;
    font-size: 36px;
    color: #2169a5;
    font-weight: 700;
    text-transform: none;
}

.background-eveniment {
    position: absolute;
    left: 0;
    top: -136px;
    width: 100%;
    background-size: cover !important;
    background: url('img/header-eveniment.jpg');
    height: 340px;
}

/* END SINGLE EVENIMENT */

/* BEGIN PAGINA COMUNITATE */

.advantages-area {
    margin-top: 40px;
    padding-top: 50px;
}

.advantage-group {
    margin: 50px 0 60px;
}

.news-form.search-users fieldset input {
    border-right: 0;
}

.news-form.search-users fieldset select {
    margin: 0;
    padding: 0 20px;
    border-radius: 0;
}

.news-form.search-users fieldset:nth-child(1) {
    width: 80%;
}

.news-form.search-users fieldset:nth-child(2) {
    width: 20%;
}

#members-loop {
    margin-top: 30px;
    margin-bottom: 40px;
}

#members-loop .item a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 61, 92, 0.8);
    opacity: 0;
}

#members-loop .item:hover a {
    opacity: 1;
}

#members-loop .item a p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #fff;
}

#members-loop .item a span {
    display: block;
    line-height: 20px;
    margin: 0;
}

#members-loop .item a span.name {
    font-weight: 700;
}

.adv-icon {
    display: block;
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
}

.adv1 {
    background: url('/wp-content/themes/evx/img/icon-avantaj1.png') no-repeat;
    background-position: center;
}

.adv2 {
    background: url('/wp-content/themes/evx/img/icon-avantaj2.png') no-repeat;
    background-position: center;
}

.adv3 {
    background: url('/wp-content/themes/evx/img/icon-avantaj3.png') no-repeat;
    background-position: center;
}

.adv4 {
    background: url('/wp-content/themes/evx/img/icon-avantaj4.png') no-repeat;
    background-position: center;
}

#search-members-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#community .members-list {
    border-top: 0;
}

/* END PAGINA COMUNITATE */

/* BGN REGISTER PAGE */

#member-register .register-box p {
    display: none;
}

#member-register .checklist {
    margin: 0;
}

#member-register .checklist li {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

#member-register .checklist li:before {
    color: #ffd92e;
}

#member-register .register-box p.attach {
    display: block;
}

body.page-template-template-formular-membru-php {
    background: url('/wp-content/themes/evx/img/registerbg.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center;
}

#member-register h1, #member-register h2, #member-register h3, #member-register p, #member-register label, body.page-template-template-formular-membru-php .copyright p, body.page-template-template-formular-membru-php .copyright #evonomix p {
    color: #fff;
}

.register-box {
    margin-top: 30px;
    padding: 50px 0 30px;
    background: rgba(0, 0, 0, 0.5);
}

.register-box fieldset label {
    margin: 0;
    margin-left: 10px;
}

#member-register input, #member-register select, #member-register textarea {
    margin-top: 5px;
}

.register-box fieldset label span {
    color: #d91e2a;
}

.register-box fieldset label span.wpcf7-list-item-label {
    color: #fff;
}

#member-register .page-title {
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#member-register .register-box .check-list label {
    margin: 0;
    font-weight: 400;
}

.register-box .check-list fieldset {
    margin-bottom: 20px;
}

.register-box .check-list {
    margin-bottom: 65px;
}

#member-register h3 {
    padding: 0 45px;
    margin-bottom: 45px;
}

#member-register input[type="file"], #member-register .wpcf7-form-control-wrap.poza {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
}

#member-register input[type="file" i]::-webkit-file-upload-button {
    display: none;
}

.wpcf7-form-control-wrap.poza {
    padding: 0 10px;
    cursor: default;
    padding-right: 30px;
}

#member-register input[type="file"] {
    margin: 0;
    outline: none;
    position: relative;
}

#member-register input[type="submit"] {
    margin-top: 0;
}

.register-box fieldset span.tc {
    padding-left: 30px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.register-box fieldset span a.tc-link {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.wpcf7-form-control-wrap.conditie7 label {
    margin: 0;
}

.btn-secondary {
    background: #d91e2a;
    padding: 20px;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #d95860;
}

.check-list label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

span.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
}

.check-list label:before {
    content: "\f096";
    font-family: 'fontello';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffd92e;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

span.wpcf7-list-item-label:after {
    content: "\e805";
    font-family: 'fontello';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #ffd92e;
    z-index: 2;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    opacity: 0;
}

.check-list.last {
    margin: 0;
}

p.attach {
    font-weight: 300;
    margin: 0;
    margin-bottom: 5px;
}

fieldset .box {
    margin-top: 5px;
    position: relative;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #fff;
}

fieldset .box label {
    margin: 0;
    cursor: pointer;
}

.register-box fieldset label span.button {
    font-size: 14px;
    line-height: 18px;
    color: #494949;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
}

.register-box fieldset label i {
    color: #d41d29;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 5px;
    font-size: 18px;
    line-height: 18px;
    display: none;
    z-index: 10;
}

.register-box fieldset label span.file-text {
    color: #fff;
    display: inline-block;
}

.register-box a.back {
    padding: 16px 10px;
    width: 100%;
}

/* END REGISTER PAGE */

/* BGN DASHBOARD PAGE */

.btn-primary.btn-default {
    background: transparent;
    color: #266aa3;
    border: 2px solid #266aa3;
    padding: 20px 40px;
}

.btn-primary.btn-default:hover, .btn-primary.btn-default:focus {
    background: #266aa3;
    color: #fff;
}

.member-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-top: 25px;
}

.member-row:last-child {
    border: 0;
    margin-bottom: 25px;
}

.member-avatar, .member-details, .member-more {
    display: inline-flex;
    width: auto;
}

.member-details {
    width: 100%;
    margin-left: 30px;
    vertical-align: middle;
    flex-direction: column;
}

.member-details h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    color: #2e3138;
    text-transform: uppercase;
}

.member-details ul {
    width: 100%;
}

.member-details ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.member-details span {
    font-weight: 700;
}

.member-details .column-row {
    margin: auto;
    margin-left: 0;
}

.member-more {
    padding-top: 25px;
}

.pagination {
    display: block;
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

.page-numbers {
    color: #49565c;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 4px 7px;
    margin: 0 5px;
    display: inline-block;
}

a.page-numbers:hover, a.page-numbers:focus {
    color: #49565c;
    border-bottom: 3px solid #049ffd;
    text-decoration: none;
}

.page-numbers.current {
    border-bottom: 3px solid #049ffd;
}

.next.page-numbers:hover, .next.page-numbers:focus, .prev.page-numbers:hover, .prev.page-numbers:focus {
    border: 0;
}

.members-list {
    border-top: 1px solid #cccccc;
}

#dash-sidebar {
    margin-left: 60px;
    border-left: 1px solid #cccccc;
    padding-left: 49px;
    margin-top: 45px;
}

#dash-sidebar h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #173d5c;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

#dash-sidebar p {
    color: #49565c;
    line-height: 24px;
    margin-bottom: 30px;
}

fieldset.order-by p {
    display: inline-block;
    color: #49565c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
}

fieldset.order-by select {
    width: auto;
}

#dashboard {
    margin-bottom: 60px;
}

#dashboard #search-members-form {
    margin-bottom: 15px;
    margin-top: 35px;
}

#dash-sidebar h3.widget-title {
    color: #049ffd;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    margin-top: 25px;
    margin-bottom: 10px;
}

.new-member {
    margin-top: 24px;
}

.new-member img {
    max-width: 100%;
    height: auto;
}

#dash-sidebar h3.name {
    line-height: 20px;
    margin: 0;
    color: #2e3138;
}

#dash-sidebar p.companie {
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    color: #606060;
}

#dash-sidebar p.functie {
    line-height: 20px;
    margin: 0;
    color: #606060;
}

#dash-sidebar .display-articles p {
    line-height: 18px;
    margin-bottom: 10px;
}

#dash-sidebar .display-articles a.titlu {
    color: #6a6b6c;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

#dash-sidebar .display-articles p.author {
    font-size: 14px;
    color: #2e3138;
    margin-bottom: 10px;
}

#dash-sidebar .display-articles p.author a {
    display: inline-block;
    margin: 0;
    color: #e38921;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 3px;
}

#dash-sidebar .display-articles a.btn-primary {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#dash-sidebar .display-articles a.btn-primary.btn-default {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 10px;
}

.user-info {
    padding: 40px 15px;
}

.user-info a {
    text-decoration: none;
}

.user-info a img {
    border-radius: 50%;
    border: 4px solid #fff;
}

.user-info a span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-top: 10px;
}

.user-links a {
    display: table;
    text-decoration: none;
    width: 100%;
}

.user-links a img {
    margin: auto;
}

.user-links a span {
    display: table-row;
    color: #939393;
    text-transform: uppercase;
}

.user-links a span.user-link-title {
    border-top: 10px solid transparent;
}

.user-links a span.img-container {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.user-links .unread-messages {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e38921;
    position: absolute;
    top: 5px;
    right: 0;
}

.user-links .unread-messages .count {
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    display: block;
    font-size: 16px;
}

.members-container {
    position: relative;
    justify-content: center;
}

.members-container .item {
    position: relative;
}

/* END DASHBOARD PAGE */

/* 404 PAGE */

body.error404 header, body.error404 #newsletter {
    display: none;
}

p.message404 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

p.message404 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

body.error404 .content-404 h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.menu404 {
    text-align: center;
}

.menu404 hr {
    background-color: #cccccc;
}

.menu404 .list404 li {
    display: inline-block;
    padding: 0 10px 10px 10px;
    text-transform: uppercase;
}

.menu404 .list404 li a {
    color: #000;
    font-weight: 300;
}

.content-404 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.content-404 .logo-img {
    margin-top: 80px;
}

.background404 > img {
    width: 100%;
    margin-top: 100px;
}

/* END 404 PAGE */

/* BGN LOGIN & ADD ARTICLE PAGE */

#loginform p {
    margin: 0;
}

#loginform input {
    margin-bottom: 25px;
}

#loginform label {
    color: #49565c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#loginform input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #266aa3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    padding: 15px 30px;
    line-height: 16px;
    text-align: center;
    display: block;
}

#loginform input[type="submit"]:hover, #loginform input[type="submit"]:focus {
    background: #173d5c;
}

#dash-sidebar .btn-default {
    display: block;
    padding: 15px 30px;
}

.add-article {
    position: relative;
    display: none;
}

.add-article .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

.toggle-editor {
    display: inline-block;
    float: right;
    margin: 0;
    margin-left: 15px;
}

.toggle-editor i {
    display: block;
    line-height: 36px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.toggle-editor.open i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.toggle-editor i:hover {
    color: #049ffd;
}

.separator {
    background: #cccccc;
    width: 100%;
    height: 1px;
}

#archive-anunturi .separator {
    margin-top: 76px;
}

/* END LOGIN & ADD ARTICLE PAGE */

/* BGN PROFILE PAGE */

#profile #dash-sidebar {
    margin-top: 0;
}

#profile {
    margin-top: 45px;
    margin-bottom: 115px;
}

#profile h1 {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#profile p.user-since {
    color: #049ffd;
    margin-bottom: 40px;
    font-weight: 600;
}

#profile p.user-since span {
    text-transform: capitalize;
}

#profile ul.profile-header-fields {
    color: #49565c;
}

#profile ul.profile-header-fields li {
    line-height: 24px;
}

#profile ul.profile-header-fields li i {
    color: #266aa3;
    margin-right: 5px;
}

#profile ul.profile-header-fields li.phone {
    margin-top: 25px;
}

#profile .company-logo {
    margin-bottom: 25px;
}

.nav-settings {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 30px 0;
    border-bottom: 1px solid #2e3138;
}

.nav-settings li {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding: 0 25px 9px;
    margin-right: 10px;
}

/*
.nav-settings li.current{
	border-bottom: 1px solid #2e3138;
}*/

.nav-settings li:after {
    width: 0;
    height: 0;
    border: 0;
    bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2e3138;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
}

.nav-settings li.current:after, .nav-settings li:hover:after {
    opacity: 1;
}

.nav-settings li a.btn-primary.btn-default {
    display: block;
    width: 100%;
    padding: 15px 0;
}

.nav-settings a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e3138;
}

.nav-settings li:before {
    display: block;
    font-family: 'fontello';
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-settings li.general-settings:before {
    content: '\e80b';
}

.nav-settings li.avatar-settings:before {
    content: '\e80d';
}

.nav-settings li.profile-settings:before {
    content: '\e80e';
}

.nav-settings li.list-settings:before {
    content: '\e811';
}

.nav-settings li.inbox:before {
    content: '\e810';
}

.nav-settings li.sent:before {
    content: '\f1d8';
}

.nav-settings li.compose:before {
    content: '\e80f';
}


.nav-settings li:last-child {
    margin-right: 0;
}

.wp-editor-wrap {
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

ul.profile-fields {
    margin-top: 30px;
}

ul.profile-fields li {
    margin-bottom: 45px;
}

ul.profile-fields .quote-about {
    display: block;
    position: relative;
    padding-left: 100px;
}

ul.profile-fields .quote-about p {
    color: #266aa3;
    font-style: italic;
}

ul.profile-fields .quote-about:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '\f10e';
    font-family: 'fontello';
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #266aa3;
}

ul.profile-fields h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    color: #2e3138;
}

ul.profile-fields .btn-full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.message-search {
    margin-bottom: 30px;
}

.message-search form {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.message-search .news-form fieldset input {
    border-right: 1px solid #CCC;
}

.message-search .news-form fieldset:nth-child(1), .messages-options-nav.news-form fieldset:nth-child(1) {
    width: 100%;
}

.message-search .news-form fieldset:nth-child(2), .messages-options-nav.news-form fieldset:nth-child(2) {
    width: 76px;
}

.messages-options-nav.news-form.search-users fieldset select {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 55px;
    line-height: 55px;
}

#message-threads {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #CCC;
}

#message-threads tr {
    position: relative;
}

#message-threads th {
    text-transform: uppercase;
}

#message-threads th, #message-threads td {
    padding: 0 15px;
    height: 50px;
    position: relative;
}

#message-threads input[type="checkbox"] {
    position: relative;
    margin: auto;
}

#message-threads tbody tr {
    border-top: 1px solid #ccc;
}

#message-threads tr {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#message-threads tbody tr:hover {
    background: rgba(21, 60, 93, 0.15);
}

#message-threads thead tr {
    background: rgba(21, 60, 93, 1);
    color: #fff;
}

#message-threads label, #message-threads .thread-checkbox {
    margin: 0;
    text-align: center;
}

#message-threads label {
    width: 100%;
}

#message-threads .thread-from {
    white-space: nowrap;
}

.messages .pagination {
    border: none;
}

.profile .bp-avatar {
    overflow: hidden;
}

.messages-options-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.messages-options-nav select, .messages-options-nav input {
    margin: 0;
    width: 45%;
    display: inline-block;
}

.messages-options-nav select {
    margin-right: 30px;
}

#message-thread {
    margin-top: 30px;
}

.message-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.message-box .message-avatar, .message-box .message-metadata {
    display: inline-block;
}

.message-box .message-metadata {
    margin-left: 15px;
    width: 100%;
}

.message-box .message-metadata span {
    display: block;
}

.message-box .message-metadata span.activity {
    margin-bottom: 15px;
}

.message-box img {
    border-radius: 10px;
}

.message-box input[type="submit"] {
    margin: 0;
}

#send-private-message {
    position: absolute;
    top: 0;
    left: 5px;
    padding: 5px 0;
}

#item-header-avatar {
    position: relative;
}

#send-private-message a {
    padding: 4px;
    background: #fff;
    border: 1px solid #000;
    display: block;
}

ul.acfb-holder li.friend-tab {
    padding: 10px !important;
    border: 1px solid rgba(229, 138, 0, 0.5) !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    background: rgba(229, 138, 0, 0.2) !important;
    text-align: center;
}

.submit input {
    margin-top: 0;
}

#message-threads tbody tr.unread {
    font-weight: 700;
    background: rgba(229, 138, 0, 0.2);
}

.bp-template-notice p {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.bp-template-notice {
    padding: 10px 15px;
    background: rgba(229, 138, 0, 0.2);
    border: 1px solid rgba(229, 138, 0, 0.5);
    margin-bottom: 30px;
}

#profile-edit-form p.description {
    display: none;
}

#profile-edit-form .field_type_image {
    position: relative;
    margin-top: 27px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

#profile-edit-form .field_type_image label {
    position: absolute;
    top: -27px;
    left: 0;
}

#profile-edit-form .field_type_image label:nth-of-type(2) {
    position: relative;
    top: auto;
    margin: 0;
}

#profile-edit-form .field_type_image input[type="file"] {
    display: inline-block;
}

#profile-edit-form .field_type_image img {
    margin-right: 15px;
}

.standard-form label {
    margin-left: 10px;
}

a.btn-primary.btn-default.btn-forgot {
    display: block;
    padding: 14px 10px;
}

/* END PROFILE PAGE */

/* BGN SUMMIT PAGE */

#summit-page #getin-project {
    margin-top: 30px;
    margin-bottom: 30px;
}

#summit-page h2.summit-title {
    font-weight: 600;
    text-transform: none;
    font-size: 45px;
    line-height: 42px;
    font-style: italic;
}

#summit-page h3.summit-subtitle {
    font-weight: 600;
    font-size: 30px;
    text-transform: none;
    line-height: 25px;
    font-style: italic;
}

#summit-page .filter, #summit-page .filter-text {
    display: inline-block;
    margin: 0;
}

#summit-page .filter select {
    padding-right: 45px;
}

#summit-page .filter-text {
    margin-right: 15px;
    line-height: 44px;
    font-weight: 700;
    font-size: 16px;
    color: #49565c;
    text-transform: uppercase;
}

#summit-page h2 span {
    display: block;
}

.banner-summit {
    background: url('/wp-content/themes/evx/img/banner-summit.jpg') no-repeat;
    background-position: center;
}

.banner-community {
    background: url('/wp-content/themes/evx/img/banner-community.jpg') no-repeat;
    background-position: center;
}

.banner-advocacy {
    background: url('/wp-content/themes/evx/img/banner-advocacy.jpg') no-repeat;
    background-position: center;
}

h1.summit-page-title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    padding: 50px 0 55px;
    text-align: center;
    margin: 0;
}

#prev-summits {
    margin-bottom: 60px;
}

#prev-summits h2 {
    margin-bottom: 45px;
}


#load-summit-posts .article-container {
    margin-bottom: 60px;
}

#load-summit-posts .article-container a, #load-summit-posts .article-container h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #2e3138;
    font-weight: 700;
    font-size: 26px;
    line-height: 23px;
    min-height: 46px;
    display: block;
}

#load-summit-posts .article-container a:hover, #load-summit-posts .article-container h3:hover {
    color: #099df6;
}

#load-summit-posts .article-container p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

#load-summit-posts .article-container p.post-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

#load-summit-posts .article-container p.post-meta span {
    display: inline-block;
    width: 100%;
    color: #099df6;
    font-weight: 700;
}

#load-summit-posts .article-container p.post-meta span.post-date {
    text-align: left;
}

#load-summit-posts .article-container p.post-meta span.post-program {
    text-align: right;
}

#load-summit-posts .pagination .page-numbers {
    margin: 10px 5px;
}

#load-summit-posts .pagination .btn-primary {
    display: block;
}

#load-summit-posts .pagination .btn-primary i {
    margin-right: 10px;
}

/* BGN SUMMIT PAGE */

/* BGN ARCHIVE ANUNTURI */

#archive-anunturi {
    margin-bottom: 60px;
}

#archive-anunturi h3 {
    margin-bottom: 0;
}

#archive-anunturi span.author {
    display: block;
    margin-bottom: 10px;
}

#archive-anunturi span.author a {
    display: inline-block;
    margin: 0;
    color: #e38921;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 3px;
}

#archive-anunturi p {
    margin-bottom: 0;
}

#archive-anunturi div[id^=post-] {
    border-top: 1px solid #cccccc;
    padding-top: 14px;
    margin-bottom: 15px;
}

#archive-anunturi div[id^=post-].first {
    border: 0;
    padding: 0;
}

/* BGN ARCHIVE ANUNTURI */


/* STATIC PAGE */


#single-page h1 {
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 50px;
}

#single-page p {
    margin-bottom: 20px;
}

#single-page h3 {
    margin-top: 30px;
}

#single-page ul {
    list-style: none;
    margin-bottom: 20px;
}

#single-page ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

#single-page ul li:before {
    font-family: 'fontello';
    content: '\e804';
    position: absolute;
    left: 0;
    color: #23aafb;
}

#single-page {
    margin-bottom: 50px;
}


/* END STATIC PAGE */

/* BGN ADVOCACY PAGE */

.projects-nav .nav-tabs li a.fiscalitate:before {
    background: url(/wp-content/themes/evx/img/icon-fiscalitate.png) no-repeat;
    width: 42px;
}

.Advocacy__tab-content .projects-section .nav-tabs > li:before {
    background: url('/wp-content/themes/evx/img/icon-rezultate.png') no-repeat;
    background-position: center;
    opacity: 1;
}

.Advocacy__tab-content h2 {
    margin: 45px 0 35px;
}

.Advocacy__tab-content .projects-section {
    margin-bottom: 35px;
}

.Advocacy__form {
    background: #f1a617;
    padding: 30px 0 25px;
    margin: 30px 0 0;
}

.Advocacy__form h2 {
    margin-bottom: 0;
    color: #fff;
}

.Advocacy__form h3 {
    color: #fff;
    margin: 10px 0 0;
}

.Advocacy__coalition {
    background: #eeeeee;
    padding: 10px 0 30px;
}

.Advocacy__coalition-title {
    font-size: 35px;
    line-height: 32px;
    margin: 20px 0 15px;
    text-transform: none;
    font-weight: 600;
    font-style: italic;
}

.Advocacy__coalition-subtitle {
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    font-style: italic;
}

.Advocacy__coalition p {
    margin-bottom: 20px;
}

.Advocacy__coalition .img-container {
    padding-top: 55px;
}

.advocacy-website {
    margin-left: 0;
}

.news-loading {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* END ADVOCACY PAGE */

/* TASK FORCES */

.header-taskforces h1, .header-coalitie h1 {
    margin-top: 70px;
    margin-bottom: 80px;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

#taskforces, #coalitie {
    margin-top: 60px;
    margin-bottom: 90px;
}

.taskforces-list li {
    border-top: 1px solid #c3c3c3;
}

.taskforces-list li:last-child {
    border-bottom: 1px solid #c3c3c3;
}

.taskforces-list a {
    padding: 20px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 21px;
    display: block;
    font-weight: 700;
    position: relative;
}

.taskforces-list a:before {
    font-family: 'fontello';
    content: '\e81d';
    position: absolute;
    left: 0;
    font-size: 15px;

}

.taskforces-list a:hover {
    color: #e58a00;
}

.taskforces-list li.active a {
    color: #e58a00;
}

.taskforces-list li.active {
    color: #e58a00;
}

.taskforces-right h3 {
    color: #009dff;
}

.paper-box a.paper-link i {
    margin-right: 5px;
}

.paper-box a.paper-link {
    color: #e58a00;
    font-weight: 700;
}

.paper-box hr {
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #c3c3c3;
    height: 1px;
}

.paper-box .paper-title {
    min-height: 46px;
    text-transform: none;
    font-size: 26px;
    line-height: 23px;
    margin-bottom: 10px;
}

.paper-box {
    margin-top: 35px;
}

.paper-box .paper-date {
    margin: 0;
    color: #009dff;
    font-size: 14px;
    font-weight: 700;
}

.tab-header p {
    margin: 0;
}

.tab-body h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 40px;
    margin-bottom: 0;
}

.taskforces-left {
    position: relative;
}

.taskforces-left:before {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: -70px;
    position: absolute;
    background-color: #c3c3c3;

}

#taskforces-toggle {
    display: none;
}

/* END TASK FORCES */

/* COALITIE */

.coordonator {
    margin-top: 40px;
    margin-bottom: 40px;
}

.coordonator a {
    color: #e58a00;
}

.membri-coalitie h4 {
    font-weight: 700;
}

.membri-coalitie p {
    color: #49565c;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

#coalitie .rapoarte .box-rapoarte {
    padding: 15px;
    margin-bottom: 60px;
}

#coalitie .box-rapoarte p {
    margin-bottom: 10px;
}

#coalitie {
    margin-bottom: 0;
}

#coalitie .rapoarte {
    margin-top: 60px;
    padding-bottom: 0;
    padding-top: 50px;
}

#coalitie .rapoarte h2 {
    margin: 0;
}

#coalitie .header-rapoarte {
    margin-bottom: 30px;
}

#coalitie h3 {
    margin-bottom: 30px;
}

#coalitie .contacte .box-contacte {
    border: 1px solid #d0d8df;
    padding: 25px 0;
}

#coalitie .contacte .box-contacte p {
    margin: 0;
}

#coalitie .contacte .box-contacte p {
    color: #153c5d;
}

#coalitie .contacte .box-contacte a {
    color: #e58a00;
}

.membri-coalitie .member-box {
    margin-bottom: 35px;
}

.membri-coalitie .contacte {
    margin-top: 20px;
}

#coalitie .taskforces-right h3 {
    margin-bottom: 20px;
}

/* END COALITIE */

.sprite {
    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    display: block;
}

.light-buld {

    background-image: url(/wp-content/themes/evx/img/homesprite.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -89px -5px;
}

.sprite-arrow-left {
    width: 32px;
    height: 190px;
    background-position: -5px -5px;
}

.sprite-arrow-right {
    width: 32px;
    height: 190px;
    background-position: -47px -5px;
}

.sprite-icon-book {
    width: 40px;
    height: 40px;
    background-position: -89px -5px;
}

.sprite-icon-compass {
    width: 40px;
    height: 40px;
    background-position: -89px -55px;
}

.sprite-icon-lightbulb {
    width: 40px;
    height: 40px;
    background-position: -89px -105px;
}

.sprite-love_icon {
    width: 20px;
    height: 21px;
    background-position: -89px -155px;
}

/* BGN BLOG PAGE */

.Blog__List-row {
    border-bottom: 1px solid #cccccc;
    margin-top: 25px;
    padding-bottom: 24px;
    clear: both;
    display: block;
    float: left;
}

.Blog__List-row:last-child {
    border: 0;
    margin-bottom: 25px;
}

.Blog__List-row .img-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: rgba(38, 106, 163, 0.8);
    opacity: 0;
}

.Blog__List-row .img-container a:hover {
    opacity: 1;
}

.Blog__List-row .img-container a span {
    position: relative;
    top: 50%;
    margin-top: -10px;
}

.banner-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    float: left;
    margin-top: -30px;
    margin-bottom: 50px;
    color: #000;
}


.Category__List {
    background: rgba(27, 36, 40, 0.8);
    height: 40px;
}

.Category__List p {
    line-height: 40px;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.Category__List span {
    display: inline-block;
}

.Category__List-title {
    color: #049ffd;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.Category__List-sep {
    margin: 0 5px;
    font-size: 20px;
}

.Category__List-link {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    display: inline-block;
}

.Category__List-link:hover {
    color: #e68c00;
}

.Category__List-link i {
    font-size: 16px;
    line-height: 40px;
}

/* END BLOG PAGE */

/* BGN BLOG ARTICLE PAGE */

.Blog-article .page-title {
    font-size: 36px;
    color: #1e6aa4;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}

.Blog-article__container {
    margin-bottom: 70px;
}

.Blog-article__container hr {
    margin: 0;
}

.Blog-article__info {
    margin-top: 15px;
    margin-bottom: 25px;
}

.Blog-article__content img {
    max-width: 100%;
    height: auto;
}

.article-meta_category {
    color: #e68c00 !important;
}

.Blog-article__date {
    display: inline-block;
    margin-right: 50px;
}

.Blog-article__category {
    text-transform: uppercase;
}

.Blog-article__share a {
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
}

.Blog-article__share-text {
    margin-right: 5px;
}

.Blog-article__image {
    text-align: center;
    margin-bottom: 20px;
}

.Blog-article__image img {
    margin: 0 auto;
}

.Blog-article__content a {
    color: #e68c00 !important;
}

.Blog-article__pagination {
    margin-top: 20px;
    text-transform: uppercase;
}

.Blog-article__pagination a:hover {
    color: #e68c00 !important;
}

/* END BLOG ARTICLE PAGE */
.small--link {
    font-size: 16px;
    display: block;
    line-height: 20px;
    vertical-align: middle;
}

#avatar-to-crop img {
    width: auto !important;
    height: auto !important;
}

.brosura-prezentare {
    margin-top: 40px;
    display: inline-block;
}

div.wpcf7 .ajax-loader {
    background-repeat: no-repeat !important;
}

input, textarea, select, button {
    -webkit-appearance: none !important
}


/*Old RBLS Bot Code*/
/*New RBLS Chatbot CODE*/


/*RBLS DRUID chatbot*/
.rbs_chatbox {
    position: fixed;
    right: 5px;
    bottom: 5px;
    padding: 7px 15px;
    color: #fff;
    z-index: 99;
    display: flex;
    cursor: pointer;
}

.rbs_chatbox.turn_left {
    right: 50px !important;
}

#druidContainerTooltip,
#druidContainerAvatar {
    border-radius: 2px;
}

#druidContainerTooltip {
    display: block;
    background: #efa52f;
    order: -1;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0;
    overflow: hidden;
}

#druidContainerTooltip.run-anim {
    animation-name: tooltip-animation;
    animation-duration: 41s;
    animation-iteration-count: infinite;
}

@keyframes tooltip-animation {
    0% {
        width: auto;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
    }

    1% {
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    26% {
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    27% {
        width: auto;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
    }

    28% {
        width: 0px;
        height: 0;
    }

    100% {
        width: 0px;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
    }

}

#druidContainerAvatar {
    display: block;
    width: 70px;
    height: 70px;
    padding: 5px;
    line-height: 0;
    letter-spacing: 0;
    background: #efa52f;
    transition: all .2s linear;
}

#druidContainerAvatar:hover {
    background: #7894ab;
}

#druidContainerAvatar img {
    max-width: 100%;
    display: block;
    width: 100%;
}

#druidContainerElement span.drd-badge {
    position: absolute;
    right: 49px;
    top: 3px;
    color: #efa52f;
    background: #fff;
    border: 1px solid #efa52f;
}

#druidWebchatRoot #botDiv.druid-v2 .wc-app.druid-v2 .m-portlet.background-image_custom {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

#druidWebchatRoot .m-portlet.background-image_custom.dark1, #druidWebchatRoot .m-portlet.background-image_custom.dark2, #druidWebchatRoot .m-portlet.background-image_custom.dark3, #druidWebchatRoot .m-portlet.background-image_custom.dark4 {
    color: #fff;
    background: linear-gradient(-45deg, #ccc, #ddd, #ddd, #ccc) !important;
    /*background-image: linear-gradient(-45deg, rgb(204, 204, 204), rgb(248, 248, 248), rgb(248, 248, 240), rgb(204, 204, 204))!important;*/
    background-position-x: initial;
    background-position-y: initial;
    background-size: 400% 400%;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 400% 400%;
    animation: gradient 75s ease infinite;
}

.wc-shellinput {
    color: #2e3138;
    padding-left: 15px;
}