
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	-webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usually iOS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
    -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
::selection {
  background: #482e57; /* WebKit/Blink Browsers */
  color:#fff!important
}
::-moz-selection {
  background: #482e57; /* Gecko Browsers */
  color:#fff!important
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	/* display: -ms-flexbox;
	display: flex; */
	/* -ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between; */
	  font: 16px/1.6 'proxima-nova', sans-serif;
	  letter-spacing: -0.15px;
	  color: #482e57;
	  background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.33;
  font-weight: 900;
	margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  color:#291034;
}
h1 {
	font-size: 42px;
	line-height:45px;
}
h2 {
	font-size: 28px;
	line-height:32px;
}
h3 {
	font-size: 22px;
	line-height:30px;
}
h4, h5, h6 {
	font-size: 18px;
	line-height:16px;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: #482e57;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color:#2b1236;
	font-family: 'proxima-nova', sans-serif;
  font-weight: 900;
	padding-bottom:15px;
	margin-bottom:0px;
}
article h4 {
  line-height: 30px;
}
article ul li,
article ol li,
article p {
	color:#462e52;
	font-family: 'proxima-nova', sans-serif;
font-weight: 400;
	    font-size: 19px;
    line-height: 30px;
}
article ul > li,
article ol > li {
  padding-bottom:25px;
}
article ul > li:last-child,
article ol > li:last-child {
  padding-bottom:0px;
}
article ul li ul,
article ol li ul {
  margin-bottom:0px;
  padding-bottom:0px;
}
article ul li ul li,
article ol li ul li {
  padding-bottom:0px;
}
article table tr:first-child{
	background:#482e57!important;
  color:#fff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
}
article table tr:nth-child(odd){
	background:#efedf4;
}
article table tr:nth-child(even){
	background:#fff;
}
article table tr:first-child td p {
  color:#fff;
}
article a {
	color:#2d2d2d;
  color:#482e57;
}
article a:hover {
	 color:#482e57;
}
@media (max-width: 846px) { /* 846px for NOTE8< */
	h1 {
		font-size: 26px;
		line-height:30px;
	}
	h2 {
	    font-size: 20px;
	    line-height:25px;
	}
	h3 {
		font-size: 24px;
	}
}
p {
	margin-bottom: 20px;
    font-size: 19px;
    line-height: 27px;
    font-family: 'proxima-nova', sans-serif;
font-weight: 400;
    font-size: 19px;
    line-height: 30px;
}
span {
    display: inline;
}
a {
	color: inherit;
    cursor: pointer;
    color:#2d2d2d;
}
a:not([class]):focus {
    outline: none;
	box-shadow: none;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
iframe{
	min-height:350px;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
    margin: 0 0 25px 32px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
section ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul, nav ol {
    margin: 0;
    list-style: none;
}
b, strong, th, legend {
	font-weight: 700;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
mark {
	padding: 3.5px;
    background-color: #f1f1f1;
}
abbr[title] {
    text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
dl {
    margin-bottom: 20px;
}
dl dt {
    font-weight: 700;
    margin: 15px 0 5px;
}
dl dt:first-child {
    margin-top: 0;
}
dd {
    margin-left: 0;
	margin-bottom: 0px;
}
samp {
    font-family: monospace;
    font-size: inherit;
}
kbd {
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    background-color: #e6e6e6;
    padding: 2px 4px 0 4px;
}
table {
	margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
    padding: 10px 0;
    color: #636c72;
    caption-side: bottom;
}
code {
    display: inline-block;
    font: 14px/1.25 monospace;
    letter-spacing: -0.65px;
    padding: 0.125rem;
}
pre code {
    display: block;
    font: inherit;
    letter-spacing: inherit;
    overflow-x: auto;
    padding: 15px 64px 15px 15px;
    background: #f9f9f9;
    border: 1px solid #cacaca;
    color: #0a0a0a;
}
blockquote p,
blockquote {
	color:#6ebea7;
	font-family: 'proxima-nova', sans-serif;
	font-size:18px;
  font-weight:700;
	padding-bottom:10px;
}
blockquote:before {

}
blockquote footer {
	font-size: 75%;
  color: #636c72;
}
blockquote :last-child {
	margin-bottom: 0px;
}
figcaption {
    font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
    font-family: inherit;
    line-height: normal;
	margin: 0;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
 button, [type="submit"], [type="reset"], [type="button"] {
	cursor: pointer;
}
textarea:focus, button:focus,
div[contenteditable="true"]:focus, [class~="btn"]:focus,
[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(29,161,242,0.7);
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 50px;
}
/* WordPress Core */
.alignnone {
    margin: 5px 20px 5px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto 40px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: left;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
.clear:after,
.clear:before{
  content:"";
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
body.search-results .navigation .nav-links{
	display: block;
    overflow: hidden;
    width: 100%;
}
body.search-results .nav-links .page-numbers svg {
	display:none;
}
body.search-results .nav-links span.nav-next-text,
body.search-results .nav-links span.nav-prev-text{
    visibility: hidden;
    display:inline-block;
    max-width:110px;
    width:100%;
    vertical-align: bottom;
    font-size:14px;
}
body.search-results .nav-links span.nav-prev-text {
	max-width:60px;
	height:24px;
}
body.search-results .nav-links span.nav-prev-text::before {
    content: "« Înapoi";
    visibility: visible;
    display:inline-block;
}
body.search-results .nav-links span.nav-next-text::after {
    content: "Mai departe »";
    visibility: visible;
    display:inline-block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#wpadminbar {
    /* display: none !important; */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}

/* End of WordPress Core */
/* General Theme Style */
.grecaptcha-badge {
	display: none;
}
.facebook-icon::before {
  display:  inline-block;
  content: url(/wp-content/uploads/2020/01/iconfinder_social-facebook-circular_216077.svg);
  height: 24px;
  width: 24px;
  position: relative;
  left: 20px;
}
.facebook-icon {
  float: right;
}
.facebook-icon a {
  width: 24px;
height: 24px;
}
.facebook-icon.header-facebook {
  position: relative;
  top: 10px;
}
.facebook-icon.mobile-facebook {
  float: left;
}
.mobile-nav-list ul > li.facebook-icon.mobile-facebook a{
  position: relative;
left: -24px;
}
.mobile-nav-list ul > li.facebook-icon::before {
      left: 0px;
}
.slick-initialized .slick-slide {
  outline:none;
  box-shadow:none;
}
.lila {
  background-color:#efedf4;
}
.page-big-header {
  display:block;
  width:100%;
  padding-top:70px;
  margin-bottom:90px;
      background-color: #eafaf6;
      margin-top: 128px;
}
.page-big-header .desc-img {
  margin-bottom:-70px;
  display:block;
  margin-right:50px;
  float:left;
}
.page-big-header h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
  font-size:45px;
  color:#482e57;
  padding-top:90px;
  line-height: 50px;
}
.page-big-header p {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-size:26px;
  color:#482e57;
}

@media (max-width:768px){
  .page-big-header {
    padding: 30px 15px;
    margin-top:0px;
  }
  #dezvoltare-economica {
    margin-top:50px;
  }
  .page-big-header .desc-img {
    float:none;
    margin:0px;
    margin-bottom:20px;
  }
  .page-big-header h1 {
    padding-top:25px;
  }
}
.blog-listing {
  margin-top:125px;
}
.blog-listing .articles-listing {
  width:75%;
  display:inline-block;
}
article.listing-item {
  width:33.33%;
  float:left;
  display:inline-block;
  padding:10px;
}
article.listing-item .cat-slug {
  color:#482e57;
  padding-bottom:10px;
}
article.listing-item .excerpt-listing {
  padding:10px;
  min-height:180px;
}
article.listing-item figure {
  height:200px;
}
article.listing-item figure img {
  object-fit:cover;
  width:100%;
  height:100%;
}
.blog-listing aside {
  width:24%;
  display:inline-block;
  vertical-align: top;
  padding:10px;
}
.plyr__poster {
	display:none!important;
}
.excerpt-photo {
	width:100%;
	display:block;
	height:200px;
	margin-bottom:15px;
}
.mobile {
	display:none!important;
}
.desktop {
	display:block!important;
}
.v-align{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h-align{
	text-align:center;
}
.extra-padding{
	padding:75px 0px;
}
.extra-v-margin{
	margin:50px 0px;
}
.left-50,
.right-50{
	width:50%;
	display:inline-block;
	float:left;
}
.clear:after,
.clear:before{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.article-container {
	max-width:980px;
	width:100%;
	overflow:hidden;
}
.article-body .article-container figure,
.article-body .article-container figcaption {
	text-align:center;
	width:100%!important;
	display:block;
}
.article-body .article-container figure img{
	margin:0 auto;
	display:block;
	max-height:870px;
}
a.cat-link {
	text-decoration:none;
	color:#482e57;
}
.btn-turcoaz {
  background-color: #482e57;
  font-size: 20px;
  text-decoration: none;
  padding: 18px 26px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  letter-spacing: 1px;
  display: inline-block;
  border: 0;
  color:#fff;
}
.btn-turcoaz:hover{
  background:#98e5d0;
}
.background {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.container{
	width:100%;
	max-width:1366px;
	padding:0px 20px;
	margin:0 auto;
	display:block;
	position:relative;
}
.container:before,
.container:after{
	content:"";
	display:block;
	clear:both;
}
.content-description {
  display:block;
  overflow:hidden;
  width:100%;
  padding:50px 0px;
}
.content-description ul {
  list-style-type:none;
  padding-left:30px;
}
.content-description ul li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b793ce; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size:22px;
}
.plyr__control--overlaid{
	background:rgba(238, 159, 120, 0.8)!important;
}
.plyr--full-ui input[type=range] {
	color:#ee9f78!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background:#ee9f78!important;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr__control.plyr__tab-focus {
	box-shadow:0 0 0 5px rgba(238, 159, 120, 0.5)!important;
}

@media (max-width:1024px){
  article.listing-item {
    width:50%;
  }
}
@media (max-width:768px){
	.mobile {
		display:inline-block!important;
	}
	.desktop {
		display:none!important;
	}
	.plyr__video-embed iframe {
		top: 50%!important;
  		transform: translateY(-50%);
	}
  .content-description {
    padding:50px 0px;
  }
  .btn-turcoaz {
    font-size:13px;
    padding:13px 17px;
  }
  .blog-listing aside,
  .blog-listing .articles-listing,
  article.listing-item {
    width:100%;
  }

}

@media only screen
and (min-device-width : 100px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.plyr__video-embed iframe {
		top:0px!important;
		transform: unset!important;
	}
}
.normal-page {
  margin-bottom:150px;
}
.article-container figure {
	position:relative;
}
@media only screen and (max-width: 840px) {
  .normal-page {
    margin-bottom:80px;
  }
	table.responsive {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}
}
.custom-quote {
  float:left;
  display:block;
  overflow:hidden;
  color:#482e57;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  padding-right:25px;
  padding-bottom:15px;
  position:relative;
  padding-top:25px;
  padding-left:25px;
}
.custom-quote:before{
  content:"";
  display:inline-block;
  height:75%;
  width:13px;
  background:#482e57;
  position:absolute;
  top:0;
  left:0;
}
.custom-quote em {
  font-size: 20px;
  font-family: 'proxima-nova', sans-serif;
font-weight:300;
  text-decoration: none;
}
.custom-quote p {
  font-size: 30px;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
}
p.normal-desc {
  font-size: 20px;
  line-height:30px;
  font-family: 'proxima-nova', sans-serif;
  color:#482e57;
  font-weight:300;
}
.email-btn,
.fb-share-btn {
  background-color:#252422;
  padding:12px 16px;
  color:white;
  text-decoration: none;
  font-family:"Proxima-extrabold";
  font-size:14px;
  border-radius: 5px;
  display:inline-block;
}
.email-btn i,
.fb-share-btn i {
  display:inline-block;
  margin-right:10px;
}
/* End of General Theme Style */
/* Header */
.mobile-nav {
  float:left;
  margin-top:10px;
}
.nav-icon {
  margin: 0px;
  width: 30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #482e57;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 4px 0;
  transition: all .2s ease-in-out;
}
.nav-icon.active:before {
  transform: translateY(8px) rotate(135deg);
}

.nav-icon.active:after {
  transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.active div {
  transform: scale(0);
}
header.main-header {
  padding:20px 0px;
  transition: ease-out;
  height: 128px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
header.main-header .primary-logo{
	display:inline-block;
}
header.main-header .primary-logo img {
	height:75px;
	width:auto;
	display:block;
}
header.main-header nav {
	display:inline-block;
	float:right;
	margin-top:20px;
}
header.main-header nav ul li {
	display:inline-block;
	padding:10px;
}
header.main-header nav ul li a {
	font-family: 'proxima-nova', sans-serif;
font-weight:900;
	color:#482e57;
	font-size:18px;
	padding:10px;
	position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow:hidden;
  vertical-align: top;
}

header.main-header nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #42C8AD;
    width: 0%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
header.main-header nav ul li a:hover:after{
	width:100%;
}
header.main-header nav ul li.facebook-icon a::after {
  display: none;
}
@media (max-width:1024px){
	header.main-header {
		height: auto;
	}
  header.main-header nav {
    display:none;
  }
  .header-top .mobile-nav {
  	display: block!important;
  }
  .mobile-nav-list{
  	display: block;
  }
  header.main-header .primary-logo {
    max-width:105px;
    margin:0 auto;
    display:block;
  }
  header.main-header .primary-logo img {
    height:42px;
  }
  body {
    margin-top: 90px;
  }
  body > header {
    width:100%;
    position:fixed;
    background:#fff;
    top:0;
    left:0;
    right:0;
  }
  body.scrolled header {
    z-index:100;
  }
  .mobile-nav-list {
    position: fixed;
    top: 80px;
    transform: translateX(-100%);
    left: 0;
    z-index: 999;
    height: 90vh;
    background: #fff;
    width: 70%;
    padding:15px;
  }
  .mobile-nav-list ul {
    list-style:none;
  }
  .mobile-nav-list ul li {
    display:block;
    margin-bottom:10px;
  }
  .mobile-nav-list ul li a {
    text-decoration:none;
  }
  .mobile-nav-list ul > li > a {
  	font-family: 'proxima-nova', sans-serif;
font-weight:900;
  	color:#482e57;
  	font-size:18px;
  	padding:0px;
  	position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow:hidden;
    vertical-align: top;
  }
  .mobile-nav-list ul > li ul.sub-menu {
  	padding:0px;
  	margin:0px;
    padding-left:20px;
  }
  .mobile-nav-list ul > li ul.sub-menu li {
  	display:block;
    padding:3px 0px;
    margin-bottom:10px;
  }
  .mobile-nav-list ul > li ul.sub-menu li a {
  	display:block;
  	font-family: 'proxima-nova', sans-serif;
font-weight:300;
  	color:#000000;
  	font-size:14px;
  	padding:0px;
  	position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow:hidden;
    vertical-align: top;
  }
  body.mobile-menu-active .mobile-nav-list{
    transform:translateX(0%);
  }
}
/* End of Header */
/* Footer */
footer.footer-main {
	background:#efedf4;
	padding:30px 0px;
}
footer.footer-main .footer-navigation ul {
	list-style:none;
	margin:0px;
	margin-bottom:25px;
}
footer.footer-main .footer-navigation ul > li {
	display:inline-block;
	vertical-align: top;
	margin-right:25px;
}
footer.footer-main .footer-navigation ul > li > a {
	font-family: 'proxima-nova', sans-serif;
font-weight:900;
	color:#482e57;
	font-size:18px;
	padding:0px;
	position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow:hidden;
  vertical-align: top;
}
footer.footer-main .footer-navigation ul > li ul.sub-menu {
	padding:0px;
	margin:0px;
}
footer.footer-main .footer-navigation ul > li ul.sub-menu li {
	display:block;
}
footer.footer-main .footer-navigation ul > li ul.sub-menu li a {
	display:block;
	font-family: 'proxima-nova', sans-serif;
font-weight:300;
	color:#000000;
	font-size:18px;
	padding:0px;
	position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow:hidden;
  vertical-align: top;
}
footer.footer-main .footer-bottom-line ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
footer.footer-main .footer-bottom-line ul li {
	display:inline-block;
	margin-right:15px;
}
footer.footer-main .footer-bottom-line p,
footer.footer-main .footer-bottom-line ul li a{
	font-family: 'proxima-nova', sans-serif;
font-weight:300;
	color:#000000;
	font-size:18px;
}
footer.footer-main .footer-bottom-line .copyright {
	float:right;
	font-family: 'proxima-nova', sans-serif;
font-weight:300;
	color:#000000;
	font-size:18px;
}
footer .social-icons {
  display:flex;
  float:right;
}
footer .social-icons li img{
  width: 40px;
text-align: center;
margin: 0 auto;
display: block;
}
footer .menu-footer-menu-big-container {
  float:left;
}
@media (max-width:876px){
  footer .menu-footer-menu-big-container { float:none;}
  footer .social-icons {float:none; width:100%;}
}
/* End of Footer */
/* Homepage */
.hero-slider {
	position:relative;
}
.hero-slider .hs-item {
	padding:75px 0px;
	position:relative;
	color:#fff;
	text-align:center;
}
.hero-slider .hs-item img {
  width: auto;
  margin: 25px auto;
  height: 200px;
  display: block;
  text-align: center;
}
.hero-slider .hs-item .hs-single-img{
  width: 100%;
  max-width: 70%;
  margin:0 auto;
  height: auto;
}
.hero-slider .hs-item h2 {
	text-align:center;
	display:block;
	font-family:"Proxima-extrabold";
	font-size:30px;
	line-height:40px;
  color:#fff;
  width: 90%;
margin: 0 auto;
max-width: 70%;
line-height: 40px;
}
.hero-slider button{
	outline:none!important;
	box-shadow:none!important;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 20;
	background:transparent;
	border:none;
	outline:none;
	outline:none!important;
	box-shadow:none!important;
}
.hero-slider .slick-prev svg,
.hero-slider .slick-next svg{
	width: 80px;
	height:80px;
	fill:#98e5d0;
}
.hero-slider .slick-prev svg{
	transform:rotate(-180deg);
}
.hero-slider .slick-prev:hover svg,
.hero-slider .slick-next:hover svg {
	fill:#fff;
}
.hero-slider .slick-prev {
	left:15%;
}
.hero-slider .slick-next {
	right:15%;
}
@media (max-width:1366px){
	.hero-slider .slick-prev {
		left:50px;
	}
	.hero-slider .slick-next {
		right:50px;
	}
}
.see-the-stories {
  padding:75px 0px;
  position:relative;
}
.see-the-stories:after{
  position:absolute;
  bottom:0;
  width:100%;
  content:"";
  display:block;
  height: 80%;
  background:#efedf4;
  z-index: -2;
}
.see-the-stories .influencer-left,
.see-the-stories .influencer-right {
  float:left;
  display:inline-block;
}
.see-the-stories .influencer-left {
  width:35%;
  background:#b793ce;
  position:relative;
  padding:25px;
}
.see-the-stories .influencer-right {
  width:65%;
  padding-left:30px;
  padding-top:150px;
}
.see-the-stories .influencer-right a{
text-decoration: none;
}
.see-the-stories .influencer-left .story-preview {
  padding:20px;
  position:relative;
  z-index: 2;
}
.see-the-stories .influencer-left:before{
  content:"";
  width:50px;
  height:350px;
  background:#98e5d0;
  position:absolute;
  top:25px;
  left:-10px;
  z-index: -1;
}
.see-the-stories .influencer-left .story-placeholder {
   max-width:220px;
}
.see-the-stories .influencer-left .btn-container{
  margin:20px 0px;
}
.see-the-stories .influencer-left .rounded-border {
  border: 2px solid #252422;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.see-the-stories .influencer-left figure {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom:30px;
  margin-top:4px;
}
.see-the-stories .influencer-left figure img {
  height:100%;
  object-fit: cover;
}
.see-the-stories .influencer-left h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size:23px;
  font-weight:900;
  line-height: 26px;
  color:#252422;
  padding-bottom: 6px;
  text-align:center;
  margin-bottom:0px;
}
.see-the-stories .influencer-left p {
  font-family: 'proxima-nova', sans-serif;
  font-weight:300;
  font-size:17px;
  color:#252422;
  line-height:22px;
  text-align:center;
  margin-bottom:70px;
}
.see-the-stories .influencer-right h3 {
  font-size:40px;
  margin-bottom:10px;
}
.see-the-stories .influencer-right p {
  font-size:26px;
  margin-bottom:10px;
}
.see-the-stories .influencer-right figure {
  width:90%;
  height:350px;
  overflow:hidden;
}
.see-the-stories .influencer-right figure img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.see-the-stories .nav-cc {
  position: absolute;
  bottom: 80px;
  left: 39%;
  transform: translateY(-50%);
}
.see-the-stories .slick-initialized .slick-slide {
  padding-left:35px;
}
.our-mission {
  position:relative;
  padding:75px 0px;
      padding-bottom: 125px;
      padding-top:30px;
}
.our-mission p.normal-desc {
  padding-top:50px;
}
.cifre-cheie-slider .half-item {
  margin-bottom:-1px;
  position: relative;
}
.cifre-cheie-stats .image-wrapper {
  position: relative;
}
.cifre-cheie-slider .slider-hover-overlay,
.cifre-cheie-stats .slider-hover-overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.cifre-cheie-slider .portrait-item .image-wrapper:hover .slider-hover-overlay,
.cifre-cheie-stats .portrait-item .image-wrapper:hover .slider-hover-overlay {
            background: #0000001f;
        opacity: 1;
}
.cifre-cheie-slider .slider-hover-overlay a,
.cifre-cheie-stats .slider-hover-overlay a {
  color: white;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  background: #252422;
  border-radius: 4px;
  padding: 15px 30px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
}
.cifre-cheie-slider .slider-hover-overlay a i,
.cifre-cheie-stats .slider-hover-overlay a i {
  margin-right: 10px;
}
.cifre-cheie .nav-cc {
  position: relative;
}
.green-button{
  position: absolute;
  left: 70%;
  top: 0px;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  text-decoration: none;
  background: #42C8AD;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 40px;
}
.our-mission .green-button {
  left: 35%;
top: unset;
}
.green-button:hover {
      background: #482e57;
      color: white;
}
.nav-cc {
  display:block;
  text-align:center;
  margin:25px auto;
}
.nav-cc .nav-cc-pagination li,
.nav-cc .nav-cc-pagination,
.nav-cc .nav-cc-right,
.nav-cc .nav-cc-left {
  display:inline-block;
}
.nav-cc .nav-cc-right,
.nav-cc .nav-cc-left {
  position: relative;
	display:inline-flex;
	top:3px;
}
.nav-cc .nav-cc-right:hover,
.nav-cc .nav-cc-left:hover {
  cursor:pointer;
}
.nav-cc svg{
	width: 30px;
	height:30px;
	fill: #482e57;
}
.nav-cc:hover svg{
	fill:#42C8AD;
}
.nav-cc .nav-cc-left svg{
	transform:rotate(-180deg);
}
.nav-cc .nav-cc-pagination {
  margin:0px 15px;
  padding-top:15px;
}
.nav-cc .nav-cc-pagination li{
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background:#b793ce;
  margin-right: 10px;
  border-radius:50%;
}
.nav-cc .nav-cc-pagination li.slick-active{
  background:#482e57;
}
.section-quote-heading {
  max-width:330px;
  display:block;
  text-align:left;
  position:relative;
  padding-left:25px;
}
.section-quote-heading:before{
  content:"";
  width:15px;
  height:80%;
  background:#482e57;
  left:0;
  bottom:0;
  position:absolute;
}
.section-quote-heading img {
  max-width:200px;
  width:100%;
  height:auto;
  margin-top:-60px;
}
.section-quote-heading em {
  font-size: 20px;
  display:block;
  font-family: 'proxima-nova', sans-serif;
font-weight:300;
  text-decoration: none;
  color:#482e57;
}
.section-quote-heading p {
  color:#482e57;
  font-size: 30px;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
}
.resurse-feed {
  margin:75px 0px;
}
.resurse-feed article.listing-item .excerpt-listing {
  background:#f6f6f6;
}
.resurse-container {
  width:75%;
  float:right;
}
.resurse-container .nav-cc {
  float:right;
}
.upcommings {
  margin:75px 0px;
}
.upcommings .left-50 {
  min-height:400px;
}
.upcommings .right-50 {
  background:#5cd1b5;
  height:400px;
}
.upcommings .right-50 p {
  font-family: 'proxima-nova', sans-serif;
  font-weight:400;
  font-size:35px;
  color:#fff;
  text-align:center;
}
.upcommings .right-50 p.small {
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  font-size:16px;
  color:#fff;
  text-align:center;
}
.upcommings .right-50 img {
  display: block;
margin: 0 auto;
}
@media (max-width:768px){
  .hero-slider .hs-item h2 {
    font-size:30px;
  }
  .hero-slider .hs-item p {
    font-size:17px;
    line-height: 22px;
  }
  .hero-slider .hs-item:first-child p br{
    display: none;
  }
  .hero-slider .hs-item h2 {
    width:100%;
  }
  .hero-slider .hs-item .hs-single-img{
  	max-width: 95%;
  }
  .hero-slider .slick-next,
  .hero-slider .slick-prev {
    display:none!important;
  }
  .hero-slider .hs-item img {
    width:95%;
  }
  .hero-slider .hs-item {
    padding:30px 0px;
  }
  .see-the-stories .influencer-right,
  .see-the-stories .influencer-left {
    width:100%;
  }
  .see-the-stories .slick-initialized .slick-slide {
    padding-left:10px;
  }
  .see-the-stories .influencer-left h3 {
    font-size:20px;
    line-height:20px;
    margin-bottom:10px;
  }
  .see-the-stories .influencer-left p {
    font-size:16px;
    margin-bottom:15px;
  }
  .see-the-stories .influencer-left p br {
    display:none;
  }
  .see-the-stories .influencer-left .story-preview {
    padding:0px;
  }
  .see-the-stories .email-btn,
  .see-the-stories .fb-share-btn {
    width:100%;
    margin-bottom:10px;
  }
  .see-the-stories .influencer-right {
    padding:0px;
    padding-top:25px;
  }
  .see-the-stories .influencer-right figure {
    width:100%;
    height:200px;
  }
  .see-the-stories .nav-cc {
    position:static;
    transform:none;
  }
  .resurse-container {
    width:100%;
  }
  .upcommings .left-50,
  .upcommings .right-50 {
    min-height:170px;
    height:200px;
  }
}
/* End of Homepage */
/* Article Page */
body.single .article-container {
  width:75%;
  display:block;
  padding:50px 0px;
  float:left;
  margin-top: 128px;
}
@media (max-width:768px){
  body.single .article-container {
    width:75%;
    display:block;
    padding:50px 0px;
    float:left;
    margin-top: 0px;
    padding-top:0px;
  }
}
body.single aside {
  width:25%;
  display:block;
  float:left;
  padding:50px 10px;
  margin-top: 128px;
}
body.single .article-container h1 {
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  font-size:45px;
  color:#482e57;
  line-height:58px;
}
@media (max-width:875px){
  body.single .article-container h1 {
    font-size:25px;
    line-height:30px;
  }
}
/* body.single .article-container .art-cat {
  display:inline-block;
  font-family: 'proxima-nova', sans-serif;
font-weight:300;
  font-size:16px;
  color:#482e57;
} */
body.single .article-container header time {
  display:block;
	font-weight: 900;
  font-size:16px;
  color:#482e57;
      margin-top: 10px;
}
body.single .article-container header figure {
  margin:20px 0px;
  height:420px;
}
body.single .article-container header figure img {
  height:100%;
  width:auto;
  object-fit: cover;
}
body.single .article-container .article-body {
  padding:50px 0px;
  padding-right:50px;
  padding-top:0px;
}
@media (max-width:786px){
  body.single .article-container .article-body {
    padding-right:0px;
  }
}
body.single .article-footer {
  margin-bottom:50px;
}
.tags-span,
.cloudTags {
  display:inline-block;
  margin:0px;
  padding:0px;
  vertical-align:middle;
}
.cloudTags li {
  float: left;
  list-style:none;
  margin-right:5px;
  margin-bottom:6px;
}
.cloudTags li a {
  color: #291034;
  background: #e2d4eb;
  font-size: 17px;
  display: inline-block;
  border-radius: 0px;
  padding: 9px 20px;
  text-decoration: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight:300;
}
.cloudTags li:hover a {
  background-color: #98e5d0;
}
.tags-span {
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  font-size: 22px;
  margin-right: 15px;
}
.more-interesting-stuff .title-section-holder {
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  font-size: 30px;
  padding-bottom: 5px;

  border-bottom: 2px solid #482e57;
  line-height: 30px;
  display: inline-block;
}
.more-interesting-stuff article:first-of-type {
  margin-left:-10px;
}
body.single .share-bar {
  display:block;
  width:100%;
  margin-bottom:25px;
}
body.single .share-bar ul {
  display: inline-block;
margin: 0px;
margin-left: 15px;
position: relative;
top: 6px;
}
body.single .share-bar ul li {
  display:inline-block;
  margin-right:10px;
}
body.single .share-bar ul li img {
  width:auto;
  height:25px;
}
@media (max-width:876px){
  body.single aside,
  body.single .article-container {
    width:100%;
  }
  .more-interesting-stuff article:first-of-type {
    margin-left:0px;
  }
}
/* End of Article Page */
/* SideBar */
aside .campanie-promo,
aside .most-read-art {
  padding:20px;
  background:#e2d4eb;
  margin-bottom:25px;
}
aside .most-read-art h4 {
  border-bottom:2px solid #482e57;
  font-size:26px;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  line-height:30px;
  padding-bottom:%px;
}
aside .most-read-art ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
aside .most-read-art ul li {
  display:block;
  width:100%;
  position:relative;
  margin-bottom:15px;
  padding-left:10px;
}
aside .most-read-art ul li:before {
  width:5px;
  height:100%;
  display:inline-block;
  background:#482e57;
  margin-right:5px;
  content:"";
  position:absolute;
  left:0;
}
aside .most-read-art ul li a {
  text-decoration:none;
  font-size:16px;
}
aside .most-read-art ul li a:hover {
  text-decoration:underline;
}
aside .most-read-art ul li a.read-more {
  display:block;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  font-size:14px;
}
aside .campanie-promo img {
  margin-bottom:25px;
}
aside .campanie-promo a {
  display:block;
  text-align:center;
}
aside .cine-esti-aside-w-btn {
  position: relative;
  display: block;
  text-align: center;
  height: 258px;
  margin-bottom: 25px;
  background-size: cover;
}
aside .cine-esti-aside-w-btn a{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 80%!important;
    text-align: center;
}
/* End of Sidebar */

/* CRISTIAN CSS START */
.contact-section {
  margin-top: 160px;
}
.contact-section .contact-row {
  margin-bottom: 35px;
}
.contact-section .contact-row input[type="text"],
.contact-section .contact-row input[type="email"],
.contact-section .contact-row input[type="tel"],
.contact-section .contact-row textarea {
  border: 1px solid #482e57;
  width: 100%;
  font-size: 16px;
  padding: 20px 10px;
  cursor: pointer;
}
.contact-section textarea {
  min-height: 182px;
}
.contact-section .contact-row input:hover,
.contact-section .contact-row input:focus,
.contact-section .contact-row textarea:hover,
.contact-section .contact-row textarea:focus {
  background-color: #efedf4;
}
.wpcf7-form-control.wpcf7-submit.submit:hover {
  background-color: #482e57;
}
.contact-section .contact-row .
.contact-section .contact-row .label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 4px;
  font-family: 'proxima-nova', sans-serif;
font-weight: 400;
}
.contact-section h3 {
  font-size: 45px;
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
  }
.contact-section .submit{
  background-color: #42C8AD;
  font-size: 20px;
  text-decoration: none;
  padding: 24px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  letter-spacing: 1px;
  display: inline-block;
  border: 0;
}
.contact-section .contact-row textarea.textarea {
  width: 100%;
  border: 1px solid #482e57;
}
.contact-section .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
}
.contact-section .wpcf7-list-item-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px; left: 0;
	width: 18px; height: 18px;
	border: 1px solid #482e57;
}
.contact-section [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 4px;
      width: 10px;
      height: 10px;
      background: #482e57;
      background-size: contain;
      border-radius: 50%;
}
.contact-section [type="checkbox"] {
  display: none
}
span.wpcf7-list-item {
  margin: 0;
}
.inner-page-row-section.cifre-cheie-row img {
  max-height:400px;
}
@media (max-width:768px){
    .inner-page-row-section.cifre-cheie-row.Left .container,
    .inner-page-row-section.cifre-cheie-row.Left {
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* optional */
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  }
  .inner-page-row-section.cifre-cheie-row.Left .left-50 {
    -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      margin-bottom:10px;
  }
  .inner-page-row-section.cifre-cheie-row.Left .right-50 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
  }
}

.inner-page-row-section h1 {
  text-transform: uppercase;
  font-size: 45px;
  color: #482E57;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  margin: 0px;
  line-height: 50px;
}
.inner-page-row-section h1:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #B793CE;
  margin-right: 30px;
}
.details-wrapper {
  padding-top: 50px;
  position: relative;
}
.details-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  background-color: #482E57;
  height: 100%;
  left: 30px;
  bottom: 0;
}
.details-wrapper p.green-background {
  font-size: 16px;
      color: #482e57;
			font-weight: 800;
      padding-left: 62px;
      line-height: 22px;
}
.details-wrapper p {
  font-size: 16px;
  color: #482e57;
  padding-left: 62px;
      line-height: 24px;
}
.details-wrapper p span {
  font-size: 40px;
  display: block;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
      line-height: 40px;
}
.details-wrapper ul {
  padding-left: 80px;
  list-style-type: square;
}
.scroll-down-wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #B793CE;
  position: absolute;
  bottom: -100px;
  left: 50%;
      transform: translateX(-50%);
}
.scroll-down-wrapper i {
  font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    width: 100%;
}
.green-background {
  background-color: #98E5D0;
padding: 15px 0px;
}
.key-numbers {
  padding-bottom: 30px;
      margin-top: 128px;
}
.key-numbers ul li {
  float: left;

}
.key-numbers ul li a {
  color:#fff;
  font-family: 'proxima-nova', sans-serif;
font-weight:900;
  text-decoration: none;
  background-color: #482e57;
  color: white;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
font-weight:400;
  /* width: 197px; */
  width:auto;
  padding: 0 30px;
  text-align: center;
  line-height: 70px;
  display:inline-block;
  margin-bottom: 10px;
}
.key-numbers ul li.current_page_item {
  background: #42C8AD;
  color: #482e57;
}
.special-key {
  float: left;
  background-color: #482e57;
  color: white;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
font-weight:400;
  width: 197px;
  text-align: center;
  line-height: 77px;
  width: 70px;
  height: 70px;
}
.special-key.pandemie{
  padding:0 30px;
  width: auto;
  text-decoration: none;
  font-weight: bold;
  color:#000;
}
.special-key.pandemie:hover{
  color:#fff;
  background-color:  #482e57;
}
.key-numbers ul li a:hover,
.special-key.active,
.special-key:hover {
  background:#42C8AD;
}
@media (max-width: 767px) {
  .contact-section a {
    font-size: 15px;
}
.contact-section {
    margin-top: -30px;
}
  .left-50, .right-50 {
    width: 100%;
    }
  .contact-section h3
    font-size: 28px;
    margin-bottom: 30px;
  }
  .contact-section .contact-row {
    margin-bottom: 15px;
  }
  .contact-section .contact-row input[type="text"],
  .contact-section .contact-row input[type="email"],
  .contact-section .contact-row input[type="tel"],
  .contact-section .contact-row input[type="textarea"] {
    padding: 15px 7px;
  }
  .contact-section .submit {
        font-size: 16px;
            padding: 16px 30px;
  }
}

/* CRISTIAN CSS END */
/* DESPRE NOI */
.despre-container {
  width:75%;
  margin:0 auto;
}
@media (max-width:1024px){
  .despre-container {
    width:100%;
  }
}

/* Cifre cheie */
.romanian-stats {
  display:block;
  padding:75px 0px;
}
.romanian-stats .col-2,
.romanian-stats .col-3,
.romanian-stats .col-1 {
  width:30%;
  float:left;
  display:inline-block;
}
.romanian-stats .col-2 {
  width:40%;
}
.romanian-stats .col-3 ul li {
  text-align:left;
  padding-left:45px;
}
.romanian-stats .col-1 ul li {
  text-align:right;
  padding-right:45px;
}
.romanian-stats .col-3 ul li,
.romanian-stats .col-1 ul li {
  display:block;
  margin:35px 0px;
}
.romanian-stats .col-3 ul li .name,
.romanian-stats .col-1 ul li .name {
  display:inline-block;
	font-weight:900;
  font-size:17px;
  color:#482e57;
  vertical-align: middle;
    top: 50%;
    transform: translateY(-144%);
}
.romanian-stats .col-3 ul li figure,
.romanian-stats .col-1 ul li figure {
  display:inline-block;
  width:80px;
  height:80px;
  border-radius:50%;
  background:#fff;
  margin-left:20px;
}
.romanian-stats .col-3 ul li figure {
  margin-left:0px;
  margin-right:20px;
}
.romanian-stats .col-3 ul li figure img,
.romanian-stats .col-1 ul li figure img{
  vertical-align: middle;
  height: 100%;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
  opacity:0.6;
}
.romanian-stats .col-3 ul li:hover,
.romanian-stats .col-1 ul li:hover {
  cursor:pointer;
}
.romanian-stats .col-3 ul li:hover img,
.romanian-stats .col-1 ul li:hover img {
  opacity:1;
}
.romanian-stats .col-2 .informational-image {
  background-size: contain!important;
  width: 100%;
  height: 420px;
  position: relative;
}
.romanian-stats .col-2 .informational-image img {
  width: 75%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: bottom;
  height: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.romanian-stats .col-2 h3 {
  font-size:45px;
	font-weight:900;
  text-align:center;
  padding-bottom:5px;
  line-height:41px;
  margin-bottom:0px;
}
.romanian-stats .col-2 p {
  text-align:center;
  font-size:16px;
  padding-bottom:25px;
  line-height: 20px;
    padding-top: 13px;
    margin-bottom:0px;
}
.romanian-stats .col-2 a {
  background-color: #42c8ad;
  font-size: 20px;
  text-decoration: none;
  padding: 18px 26px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight:900;
  letter-spacing: 1px;
  display: block;
  border: 0;
  color: #fff;
  max-width: fit-content;
  margin:0 auto;
}
.romanian-stats .col-2 a:hover {
  background-color:  #482e57;
}
.cifre-cheie-stats {
  padding:75px 0px;
  overflow:hidden;
}
.cifre-cheie-stats .portrait-item {
  width:33.33%;
  display:inline-block;
  float:left;
  margin-bottom: -1px;
}
.cifre-cheie-slider .portrait-item {
  position: relative;
}
.cifre-cheie-stats .portrait-item img{
  margin-bottom:-8px;
}
.mobile-cifre-cheie,
.mobile-cifre-cheie ul,
.mobile-cifre-cheie ul li {
  display:block;
  width:100%;
}
.mobile-cifre-cheie ul {
  padding:10px;
}
.mobile-cifre-cheie ul li {
  background:#eafaf6;
  padding:20px 10px;
  position:relative;
  margin-bottom:10px;
}
.mobile-cifre-cheie ul li a {
  display:block;
}
.mobile-cifre-cheie ul li figure,
.mobile-cifre-cheie ul li p,
.mobile-cifre-cheie ul li span.arrow-btn {
  display:inline-block;
}
.mobile-cifre-cheie ul li figure {
  width:60px;
  height:60px;
  margin-right:10px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}
.mobile-cifre-cheie ul li figure img{
  vertical-align: middle;
height: 100%;
width: 80%;
text-align: center;
margin: 0 auto;
display: block;
opacity: 0.6;
}
.mobile-cifre-cheie ul li p {
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  text-align: left;
  max-width: 170px;
  line-height: 20px;
  height: 60px;
  vertical-align: middle;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  margin-bottom: 0px;
margin-top: 10px;
text-transform: uppercase;
}
.mobile-cifre-cheie ul li span.arrow-btn {
  font-size:70px;
  color:#42c8ad;
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
}
.see-the-stories .nav-cc .nav-cc-pagination {
  padding-top: 0px;
}
.see-the-stories .nav-cc .nav-cc-right,
.see-the-stories .nav-cc .nav-cc-left {
  top: -8px;
}

.banci_in_pandemie{
  padding:50px 0px;
}
.banci_in_pandemie h2{
  text-align: center;
  font-size: 45px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  line-height: 50px;
  margin-bottom: 50px;
  color:#482E57;
}
.banci_in_pandemie ul{
  text-align: center;
}
.banci_in_pandemie ul li{
  display: inline-block;
  width: 24.7%;
  padding:0 20px;
  text-align: center;
  vertical-align: top;
}
.banci_in_pandemie ul li figure{
  display: block;
  margin-bottom: 15px;
}
.banci_in_pandemie ul li h3{
  font-size: 29px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  line-height: 40px;
  margin-bottom: 10px;
}
.banci_in_pandemie ul li p{
  font-size: 20px;
  line-height: 24px;
  font-family: 'proxima-nova', sans-serif;
font-weight: 400;
}
@media(max-width:1367px){
  .banci_in_pandemie ul li h3{
    font-size: 28px;
  }
}
@media (max-width:1024px){
  .banci_in_pandemie ul li h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .banci_in_pandemie ul li p{
    font-size: 17px;
    line-height: 21px;
  }
  .cifre-cheie-stats .portrait-item {
    width:50%;
  }
  .romanian-stats .col-3 ul li .name,
  .romanian-stats .col-1 ul li .name {
    display:inline-block;
    font-size:14px;
    color:#482e57;
    vertical-align: middle;
      top: 50%;
      transform: translateY(-144%);
  }
  .romanian-stats .col-3 ul li figure,
  .romanian-stats .col-1 ul li figure {
    display:inline-block;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    margin-left:10px;
  }
  .romanian-stats .col-3 ul li figure {
    margin-left:0px;
    margin-right:10px;
  }
  .romanian-stats .col-2 .informational-image {
    height:350px;
  }
}
.cifre-cheie .cifre-cheie-slider img {
  width: 100%;
}
.cifre-cheie-stats img {
  width: 100%;
}
body.single .article-container .post-categories {
  margin-left: 0px;
  margin-bottom:-10px;
}
body.single .article-container .post-categories li {
  list-style: none;
}
body.single .article-container .post-categories li a {
  display: inline-block;
font-family: 'proxima-nova', sans-serif;
font-size: 16px;
color: #482e57;
font-weight:300;
}
@media (max-width:768px){
  .cifre-cheie-stats .portrait-item {
    width:100%;
  }
  .banci_in_pandemie ul li {
    width: 50%;
  }
}
@media(max-width:767px){
  .banci_in_pandemie h2{
    font-size: 37px;
    line-height: 39px;
  }
  .banci_in_pandemie ul li{
    width: 100%;
  }
}
@media (max-width: 360px){
.banci_in_pandemie h2 {
    font-size: 31px;
    line-height: 31px;
  }
}
/* Cristian2 css start */
.hero-screen {
  margin-top: 128px;
}
@media (max-width: 600px) {

  .resurse-container .nav-cc {
    float: unset;
  }
  .our-mission .custom-quote p {
    font-size: 20px;
  }
  .our-mission .custom-quote:before {
        height: 80%;
  }
  body.single .article-container header figure img {
        height: auto;
  }
  body.single .article-container header figure {
    height: unset;
  }
  footer.footer-main .footer-navigation ul li {
        display: block;
  }
  footer.footer-main .footer-navigation ul > li {
        display: block;
  }
  .footer-bottom-line {
    text-align: center;
  }
  footer.footer-main .footer-bottom-line .copyright {
    float: unset;
    display: block;
    margin-bottom: 15px;
  }
  footer.footer-main .footer-navigation ul li {
    margin-bottom: 30px;
  }
  footer.footer-main .footer-navigation ul li ul li {
    margin-bottom: 0px;
  }
  .green-button {
    position: unset;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  }
  .our-mission {
        padding-bottom: 75px;
  }
  .inner-page-row-section h1 {
    font-size: 23px;
    line-height: 33px;
  }
  .hero-slider .hs-item img {
    height: unset;
  }
  .hero-slider .hs-item h2 {
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .see-the-stories .influencer-right p {
        font-size: 22px;
            line-height: 28px;
  }
.cifre-cheie-slider .slider-hover-overlay a,
.cifre-cheie-stats .slider-hover-overlay a{
    font-size: 14px;
    padding: 10px 10px;
  }
  .facebook-icon.menu-item {
    float: left;
  }
  .facebook-icon.menu-item::before {
        left: 0px;
  }
  .see-the-stories .influencer-right h3 {
        font-size: 35px;
  }
  header.main-header {
    height: unset;
  }
  .hero-screen {
    margin-top: 0px;
  }
  footer.footer-main .footer-bottom-line ul {
    float: unset;
  }
}
.plyr--full-ui input[type=range] {
      color: #98e5d0 !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  color: #b793ce !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
      background: #98e5d0 !important;
}
.plyr__control--overlaid {
    background: #98e5d0 !important;
}
.romanian-stats .col-1 ul li .name::after,
.romanian-stats .col-3 ul li .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #42C8AD;
  width: 0%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.romanian-stats .col-1 ul li:hover .name::after,
.romanian-stats .col-3 ul li:hover .name::after {
  width: 100%;
}
.scrolled .main-header {
  position: fixed;
width: 100%;
background: white;
z-index: 99;
}
.listing-title {
  min-height: 100px;
  font-size:21px;
}
@media(max-width:1310px){
  .listing-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media(max-width:1220px){
  .listing-title {
    font-size: 19px;
    line-height: 27px;
  }
}
/* Cristian2 css end */

/* Modificary Iframe videos Articole */
.article-body iframe {
  width:100%;
  min-height:550px;
}
.hero-slider .hs-item img {
height: 370px;
}
.hero-slider .hs-item:first-of-type img {
height: 441px;
}
@media (max-width:786px){
  .article-body iframe {
    width:100%;
    min-height:220px;
  }
  .hero-slider .hs-item img {
    height:auto;
  }
  .hero-slider .hs-item:first-of-type img {
  height: auto;
  }
}






/* ------ FAQ - New (vanesa) ------ */

body.page-template-faq-new .clear:before,
body.page-template-faq-new .clear:after,
.row:before,
.row:after{
  display: block;
  content:'';
  clear:both;
}
body.page-template-faq-new .page-big-header .desc-img{
  width: 435px;
}
.faq-new-section {
  padding-bottom: 120px;
}


/* faq-btns */


.faq-btns{
  display: block;
  width: 100%;
  max-width: 55%;
  margin-bottom: 60px;
}
.faq-btns .cont{
  display: inline-block;
  width: 50%;
  float: left;
  padding:0 15px;
}
.faq-btns .cont:first-child{
  padding-left: 0;
}
.faq-btns .cont:last-child{
	padding-right: 0;
}
.faq-btns .faq-btn{
  border:3px solid #291034;
  background-color: #291034;
  padding:0 10px;
  padding-top: 20px;
  cursor: pointer;
  position: relative;
  height: auto;
  min-height: 230px;
}
.faq-btns .faq-btn .item{
  display: inline-block;
  width: 50%;
  float: left;
}
.faq-btns .faq-btn .item img{
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.faq-btns .faq-btn .item p{
  font-size: 22px;
  font-family: 'proxima-nova', sans-serif;
  color:#fff;
  font-weight:700;
}

/* faq-btn-active*/

.faq-btns .cont.faq-btn-active .faq-btn{
  background-color:#fff;
}
.faq-btns .cont.faq-btn-active .faq-btn p{
  color:#291034;
}

/* faq-tab-systems */

.faq-tab-system{
	display: block;
	width: 100%;
	max-width: 940px;
}
.faq-tab{
  display: none;
}
.faq-tab.faq-tab-active{
  display: block;
}
.faq-tab li{
  display: block;
  width: 100%;
  padding:15px 0;
}
.faq-tab .question{
  padding-bottom: 5px;
  border-bottom: 3px solid;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.faq-tab .question p{
  margin-bottom: 0px;
  font-size: 24px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
}
.faq-tab .question p{
    max-width: 90%;
}
.faq-tab .question:after{
  display: block;
  content:'';
  width: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #291034;
}



@-webkit-keyframes moverThumb {
    0% { height: 0%; }
    25%{ height: 25%; }
    50%{ height: 50%; }
    75%{ height: 75%; }
    100% { height: 100%; }
}
@keyframes moverThumb {
    0% { height: 0%; }
    25%{ height: 25%; }
    50%{ height: 50%; }
    75%{ height: 75%; }
    100% { height: 100%; }
}


.faq-tab ul li .answear {
  height: 0;
  display: block;
  overflow: hidden;
}



/* faq-question-active*/

.faq-tab li.qa-active .question{
  border-bottom: 3px solid #42C8AD;
}
.faq-tab li.qa-active .question p{
  color: #42C8AD;
}
.faq-tab li.qa-active .question:after {
  border-color: transparent transparent transparent #42C8AD;
  transform: translateY(-50%) rotate(90deg);
}



/* faq-answear-active */
.faq-tab ul li.qa-active .answear{
	height: 100%;
   display: block;
  -webkit-animation: moverThumb 1s linear;
  animation: moverThumb 1s linear;
}


@media(max-width: 1025px){
  .faq-btns{
    max-width: 70%;
  }
}
@media(max-width: 900px){
  body.page-template-faq-new .page-big-header .desc-img{
    width: 270px;
    margin:0 auto;
  }
  body.page-template-faq-new .page-big-header h1{
    text-align: center;
  }
  .faq-btns{
    max-width: 100%;
  }
  .faq-new-section {
    padding-bottom: 80px;
  }
}
@media(max-width: 767px){
  body.page-template-faq-new .page-big-header,
  .faq-btns{
    margin-bottom: 40px;
  }
  .faq-btns .cont{
    display: block;
    width:100%;
    float: unset;
    padding:20px 0;
  }
  .faq-btns .faq-btn{
    min-height: 170px;
  }
  .faq-btns .faq-btn .item img{
    height: 110px;
  }
  .faq-tab .question {
    padding-bottom: 0;
  }
  .faq-tab .question p{
    font-size: 21px;
    line-height: 24px;
  }
  .faq-new-section {
    padding-bottom: 60px;
  }
}

.profile-ending a {
  margin-top:15px;
}
.hero-slider  .full-bg-image .hs-single-img{
  height: 400px;
  width: auto;
}
@media(max-width:767px){
  .hero-slider  .full-bg-image .hs-single-img{
    height: auto;
    width: auto;
  }
  .hero-slider  .full-bg-image:first-child .hs-single-img{
    height: 225px;
    width: auto;
    margin-bottom: 10px;
  }
  .hero-slider  .full-bg-image:nth-child(1) .btn-turcoaz {
    bottom: -20px;
  }
  .hero-slider  .full-bg-image p br{
    display: none;
  }
}


.dlb_page_error{
  min-height: 83vh;
  padding-top: 30vh;
  text-align: center;
}
@media(max-width:360px){
  .dlb_page_error{
    padding-top: 0vh;
  }
}
aside .new_tpside{
  height: 330px;
}
aside .new_tpside2{
  height: 480px;
}
aside .new_tpside .btn-turcoaz,
aside .new_tpside2 .btn-turcoaz{
  background: #98e5d0;
}
aside .new_tpside .btn-turcoaz:hover,
aside .new_tpside2 .btn-turcoaz:hover{
  background: #482e57;
}
@media(max-width:767px){
  aside .new_tpside {
    height: 285px;
    background-position: top;
  }
  aside .new_tpside2 {
    height: 432px;
    background-position: top;
  }
}

/* Resurse new */
.rn_first_section{
  padding-bottom: 70px;
}
.rn_first_section .row .item{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 20px;
  min-height: 370px;
  background-size: contain;
}
.rn_first_section .rn_text .text,
.rn_first_section .rn_text .form{
  display: inline-block;
  float: left;
}
.rn_first_section .rn_text .form{
  width: 20%;
  height: 100%;
  min-height: 370px;
  float: left;
  max-width: 40px;
  background-size: contain;
}
.rn_first_section .rn_text .text{
  padding:40px 0;
  padding-left: 40px;
  width:80%;
}
a.rn_cat{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
h2.rn_post_title,
.rn_third_section h2.listing-title{
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
h2.rn_post_title a{
  color:#291034;
}
h2.rn_post_title:after{
  display: none;
}
.rn_first_section .rn_text p{
  font-size: 16px;
  line-height: 26px;
}
@media(max-width:1281px){
  .rn_first_section .rn_text .text{
    padding: 20px 0;
    padding-left: 40px;
  }
}
@media(max-width:1025px){
  .rn_first_section{
    margin-top:0px;
  }
  .rn_first_section .row .item{
    display: block;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    padding: 20px 0;
    float: unset;
  }
  .rn_first_section .rn_text .text{
    padding-top: 40px;
  }
}
@media(max-width:850px){
  .rn_first_section .row .item{
    max-width: 100%;
  }
}
@media(max-width:767px){
  .rn_first_section{
    padding:30px 0;
    margin-bottom: 60px;
  }
  .rn_first_section .row .item{
    min-height: 170px;
    padding:15px 0;
    background-size: cover;
  }
  .rn_first_section .rn_text .form{
    display: none;
  }
  .rn_first_section .rn_text .text{
    padding: 0;
    width: 100%;
  }
  .rn_first_section .rn_text p{
    margin-bottom: 0;
  }
  h2.rn_post_title{
    font-size: 20px;
    line-height: 24px;
  }
  a.rn_cat{
    font-size: 14px;
    line-height: 18px;
  }
}
.rn_second_section{
  padding-bottom: 90px;
}
.rn_second_section h2.rn_second_section_title{
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
  display: inline-block;
}
.rn_second_section h2.rn_second_section_title:after{
  display: block;
  content:'';
  width: 100%;
  height: 4px;
  background-color: #291034;
  position: absolute;
  bottom: -8px;
}
.rn_second_section .rn_last_posts li{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 20px;
}
.rn_second_section .rn_last_posts li:first-child{
  padding-left: 0;
}
.rn_second_section .rn_last_posts li:last-child{
  padding-right: 0;
}
.rn_second_section .rn_last_posts figure{
  height: 370px;
}
.rn_second_section .rn_last_posts figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rn_second_section .rn_last_posts .lila{
  padding: 15px;
}
.rn_second_section h2.rn_post_title{
  min-height: 70px;
}
@media(max-width:767px){
  .rn_second_section{
    padding-bottom: 60px;
  }
  .rn_second_section h2.rn_second_section_title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .rn_second_section h2.rn_second_section_title:after{
    height: 3px;
  }
  .rn_second_section .rn_last_posts li{
    width: 100%;
    padding:15px 0;
  }
  .rn_second_section .rn_last_posts figure{
    height: 190px;
  }
  .rn_second_section h2.rn_post_title{
    min-height: auto;
  }
}


.rn_third_section{
  padding-bottom: 30px;
}
.rn_third_section .rn_menu{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.rn_third_section .rn_menu li{
  display: inline-block;
  padding:10px;
}
 a.rn_button{
  display: inline-block;
  padding:15px;
  text-decoration: none;
  text-transform: uppercase;
  color:#fff;
  background-color:#291034;
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
}
a.rn_button:hover{
  background-color:#42C8AD;
  color:#252422;
}
.rn_third_section .clear:after,
.rn_third_section .clear:before{
  display: block;
  content:'';
  clear: both;
}
.rn_third_section ul.page-numbers{
  display: block;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.rn_third_section .page-numbers li{
  display: inline-block;
  padding:7px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
}
.rn_third_section .page-numbers li a{
  color:#291034;
  text-decoration: none;
}
.rn_third_section .page-numbers li span.current{
  color:#fff;
  background-color: #42C8AD;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.rn_third_section article.listing-item{
  width: 25%;
}
.rn_third_section h2.listing-title {
  margin-bottom: unset;
  padding-bottom: unset;
}
.rn_banner{
  display: inline-block;
  width: 50%;
  float: left;
  padding:10px;
}
.rn_banner .background{
  display: block;
  width: 100%;
  position: relative;
  min-height: 380px;
}
@media(max-width:1025px){
  .rn_third_section h2.listing-title{
    font-size: 18px;
    line-height: 22px;
  }
  .row .rn_banner .background {
    min-height: 280px;
  }
}
@media(max-width:850px){
  .rn_third_section article.listing-item{
    width: 33.3%;
  }
  .rn_banner{
    width: 100%;
  }
}
@media(max-width:767px){
  .rn_third_section article.listing-item{
    width: 100%;
  }
  .rn_banner .background,
  .row .rn_banner .background{
    min-height: 170px;
  }
  .rn_third_section h2.listing-title,
  .rn_third_section article.listing-item .excerpt-listing{
    min-height: auto;
  }
}
/*forth sec */
.rn_forth_section {
  padding-bottom: 60px;
}
.rn_forth_section .media_kit{
  padding: 20px 0;
  text-align: center;
  background: #E2D4EB;
}
.rn_forth_section .media_kit h2{
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}
.rn_forth_section .media_kit a.rn_button{
  font-size: 18px;
  line-height: 23px;
}
@media(max-width:1025px){
  .rn_forth_section .media_kit h2{
    font-size: 30px;
  }
}
@media(max-width:850px){
  .rn_forth_section .media_kit h2{
    font-size: 25px;
  }
  .rn_forth_section .media_kit a.rn_button{
    font-size: 15px;
  }
}
@media(max-width:767px){
  .rn_forth_section .media_kit h2 {
    font-size: 23px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media(max-width:360px){
  .rn_forth_section .media_kit h2 {
    font-size: 19px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.taclale_parale_hp_sixt_screen {
  background-color:#291034;
  padding:30px 0px;
}
.taclale_parale_hp_sixt_screen h2 {
  text-transform: uppercase;
}
.taclale_parale_hp_sixt_screen h2,
.taclale_parale_hp_sixt_screen p {
  color:#b793ce;
}
.taclale_parale_hp_sixt_screen .tp_form span.label,
.taclale_parale_hp_sixt_screen .tp_form .row.terms span {
  color:#fff;
}
.taclale_parale_hp_sixt_screen .tp_form .row.terms a {
  color:#b793ce;
}
.taclale_parale_hp_sixt_screen .tp_form input {
  background:#291034;
  color: #b793ce;
}
.taclale_parale_hp_sixt_screen .tp_form input[type="submit"],
.taclale_parale_hp_sixt_screen .tp_form input:focus{
  background:#98e5d0;
}
.taclale_parale_hp_sixt_screen .tp_form input[type="submit"]{
  color:#291034;
}
.taclale_parale_hp_sixt_screen .tp_form p strong {
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
}
.row-2 .mob_first,
.row-2 .mob_second {
  width:50%;
  display:inline-block;
}
.row-2 .mob_first{
  padding-left: 70px;
  padding-top: 60px;
}
.small-s2 {
  max-width:300px;
  width:100%;
  display:block;
}
#formular-tineri .tp_form .icheckbox:after {
  background:#98e5d0;
}
#formular-tineri .tp_form .icheckbox {
      border: 1px solid #98e5d0;
}

@media (max-width:890px){
  .row-2 .mob_first,
  .row-2 .mob_second {
    width:100%;
  }
  .row-2 .mob_first{
    padding: 25px 10px;
  }
  .row-2 .mob_second figure {
    max-width: 400px;
    width:100%;
    margin:0 auto;
  }
  .row-2 .mob_second figure img{
    display: block;
    width:100%;
  }
  .taclale_parale_hp_screen_three .inner_box a.green-button {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 420px;
  }
  .row-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .row-2 .mob_first{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row-2 .mob_second {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.hero-slider .hs-item h1{
  color: #98e5d0;
}

/* Category */
body.category .page-big-header p,
body.category .page-big-header h1 {
  padding:10px 0px;
  margin:0px;
}
body.category .page-big-header h1 {
  text-transform: uppercase;
}
/* @media(max-width:767px){
  .hero-screen .hero-slider .hs-item:nth-child(2) h2{
    margin-top: 250px;
  }
} */
body.search .page-big-header p{
  font-family: 'proxima-nova', sans-serif;
  font-weight:700;
}
body.search .nav-links{
  display: block;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.search .nav-links .page-numbers{
  display: inline-block;
  padding: 7px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
  text-decoration: none;
}
body.search .nav-links .page-numbers.current{
  color: #fff;
  background-color: #42C8AD;
  width: 29px;
  display: inline-block;
  line-height: 18px;
}
body.search-results .nav-links span.nav-next-text, body.search-results .nav-links span.nav-prev-text{
  font-size: 16px;
  height: 19px;
}
body.search-results .nav-links span.nav-next-text{
  vertical-align: baseline;
}
@media(max-width:767px){
  body.search .nav-links{
    max-width: 100%;
  }
  body.search-results .nav-links span.nav-next-text, body.search-results .nav-links span.nav-prev-text{
    display: none;
  }
}
.search-form-header{
  display: none;
  background-color: #fff;
}
.search-form-header.show-search{
  display: block;
}
.search-form-header .search{
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  display: block;
}
.search-form-header .search input[type="search"]{
  appearance: none;
  border: 0;
  border-bottom: 1px solid #482e57;
  font-size: 16px;
  color: #482e57;
  width: 30%;
}
.search-form-header .search input[type="search"]:focus{
  appearance:none;
  box-shadow: none;
  outline: none;
}
.search-form-header .search input[type="submit"]{
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #482e57;
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
  font-family: 'proxima-nova', sans-serif;
  font-weight:900;
  border: 0;
  vertical-align: bottom;
}
.search-icon{
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  right: -20px;
  cursor: pointer;
  z-index: 9;
}
.search-icon path{
  fill:#482e57;
}
@media(max-width:1024px){
  .search-icon{
    right: 20px;
  }
}
@media(max-width:767px){
  .search-form-header .search{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .search-form-header .search input[type="search"]{
    width: 73%;
  }
  .search-form-header .search input[type="submit"]{
    padding: 8px 11px;
    font-size: 12px;
    line-height: 14px;
  }
}
.popup-siguranta{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(233, 235, 248, 0.6);
}
.popup-siguranta.show-popup{
  display: flex;
}
.popup-siguranta .item{
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}
.popup-siguranta .item .close-icon{
  position: absolute;
  top:15px;
  right: 15px;
  cursor:pointer;
  width: 40px;
  height: 40px;
}
.popup-siguranta .item figure{
  display: inline-block;
  width: 30%;
  float: left;
}
.popup-siguranta .item .text{
  display: inline-block;
  width: 70%;
  float: left;
  padding-left: 40px;
}
.popup-siguranta .item .text h3{
  font-size: 40px;
  line-height: 45px;
  padding-left: 12px;
}
.popup-siguranta .item .text ul li{
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 10px;
}
.popup-siguranta .item .text ul li::marker{
  background-color: #0071F5;
  color:#0071F5;
}
.popup-siguranta .item .text ul li:last-of-type{
  padding-bottom: 0px;
}
@media(max-width:850px){
  .popup-siguranta .item{
    max-width: 675px;
  }
}
@media(max-width:850px) and (max-height:420px){
  .popup-siguranta{
    overflow-y: scroll;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media(max-width: 767px){
  .popup-siguranta .item{
    max-width: 90%;
    padding:20px;
  }
  .popup-siguranta .item figure,
  .popup-siguranta .item .text{
    display: block;
    width: 100%;
    text-align: center;
  }
  .popup-siguranta .item figure img{
    height: 115px;
    margin: 0 auto;
  }
  .popup-siguranta .item .text{
    padding-left: 0px;
    padding-top: 10px;
  }
  .popup-siguranta .item .text h3{
    font-size: 28px;
    line-height: 34px;
  }
  .popup-siguranta .item .text li{
    font-size: 14px;
    line-height: 18px;
  }
  .popup-siguranta .item .close-icon{
    width:30px;
    height: 30px;
  }
}
@media(max-width: 380px){
  .popup-siguranta{
    overflow-y: scroll;
  }
}
@media(max-width:375px) and (max-height: 667px){
  .popup-siguranta{
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* .hero-slider .hs-item:nth-child(2) img{
  height: 450px;
  margin-bottom: 82px;
}
@media(max-width:767px){
  .hero-slider .hs-item:nth-child(2) img{
    height: 45px;
    opacity: 0;
  }
} */
@media(max-width:767px){
  .hero-slider .hs-item p span{
    display: block;
  }
}
.resurse-feed.video_screen {
  margin: 0;
  padding: 245px 0 40px;
  background-position: bottom;
}
.resurse-feed.video_screen iframe{
  height: 600px;
}
.resurse-feed.video_screen .section-quote-heading{
  display: inline-block;
}
.resurse-feed.video_screen .resurse-container{
  text-align: center;
}
.resurse-feed.video_screen .resurse-container iframe {
  display: block !important;
}
.resurse-feed.video_screen .green-button{
  position: static;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}
@media(max-width:1367px){
  .resurse-feed.video_screen{
    padding: 180px 0 40px;
  }
}
@media(max-width:850px){
  .resurse-feed.video_screen{
    padding: 120px 0 40px;
  }
  .resurse-feed.video_screen iframe{
    height: 408px;
    margin-top: 20px;
  }
}
@media(max-width:767px){
  .resurse-feed.video_screen iframe{
    height: 350px;
  }
}
