@charset "UTF-8";

/*body {
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}*/

body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}
body {
    overflow-x: hidden;
}
a {
	color: #015fb6;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
a:hover {
	color: #fd1a45;
}

img {
	font-size: 12px;
}

.row {
    width: 1000px;
    max-width: none;
    margin: 0 auto;
}
#header {
	padding-bottom: 40px;
    min-width: 1000px;
}
#header-content {
	background: #222425;
	position: relative;
}

.container-login-and-social-media {
	margin: 0;
	position: absolute;
	top: 7px;
	right: 0;
	display: inline-block;
}

.newsletter-register, 
.header-redactia {
	float: right;
	right: 270px;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 11px;
	color: #bebdbd;
	display: inline-block;
}
.newsletter-register {
	border-right: 1px solid #444;
	padding-right: 9px;
}
.header-redactia {
	margin-right: 35px;
}
.newsletter-register a, 
.header-redactia a {
	color: #bebdbd;
}
.newsletter-register a:hover, 
.header-redactia a:hover {
	color: white;
}

.social-media {
	float: right;
	margin-right: 35px;
}

.social-media li {
	height: 16px;
	line-height: 16px;
	font-size: 1px;
	color: #bebdbd;
	display: block;
	float: left;
}

.social-media li a {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-social-media.png?v=1.6) 0 0 transparent no-repeat;
	overflow: hidden;
	margin-right: 12px;
}

.social-media li a.icon-fb {
	background-position: -21px 0;
}

.social-media li a.icon-twitter {
	background-position: -42px 0;
}

.social-media li a.icon-youtube {
	background-position: -63px 0;
}

.social-media li a.icon-parler {
	background-position: -84px 0;
}

.social-media li a.icon-gab {
	background-position: -105px 0;
}

.social-media li a.icon-instagram {
	background-position: -126px 0;
}

.social-media li a.icon-rumble {
	background-position: -147px 0;
}

.social-media li a.icon-mewe {
	background-position: -168px 0;
}

.social-media li a.icon-gettr {
	background-position: -189px 0;
	margin-right: 0;
}

.login-bar {
	margin: 0;
	float:right;
}
.login-bar li {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #bebdbd;
	display: inline-block;
}
#services-drop {
	float: right;
	position: relative;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	/*background: transparent url(../images/nav-menu.png?v-1.1) 175px -165px no-repeat;*/
	padding: 0 20px 0 10px;
	cursor: pointer;
}
#services-drop:after {
	content: "▼";
	height: 8px;
	line-height: 8px;
	vertical-align: middle;
	font-size: 7px;
	padding-left: 5px;
}
#services-drop.active:after {
	content: "▲";
}

#services-drop.active {
	/*background: transparent url(../images/nav-menu.png?v-1.1) 175px -185px no-repeat;*/
	color: white;
}
#services-drop ul {
	display: none;
	margin-left: 0;
	width: 189px;
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 10;
}
#services-drop li {
	height: auto;
	display: block;
	line-height: initial;
	background: #111;
	filter: alpha(opacity=90);
}
#services-drop li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #545454;
}
#services-drop li a {
	display: block;
	font-size: 11px;
	color: white;
	padding: 10px;
}

/* doneaza in Header */
#container-header-doneaza {
	margin: 0;
	position: absolute;
	top: 32px;
	right: 15px;
	width: 148px;
}
/* doneaza in Header */

.top-nav-bar h1.logo {
	margin: 12px 0 5px;
	font-size: 0;
}

.gallery-page .top-nav-bar {
    border-bottom: solid 1px #611923;
}
.nav-bar {
	margin-top: 57px;
}
.nav-bar li {
	position: relative;
	background: transparent url(../images/nav-menu.png?v-1.1) right -93px no-repeat;
}
.nav-bar li.active {
	background: transparent url(../images/nav-menu.png?v-1.1) 0 -206px no-repeat;
}
.nav-bar li.active:after {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #da1a00;
	margin-left: -10px;
	visibility: visible;
}
.nav-bar .button {
	margin: 0;
	padding: 10px 10px 6px 9px;
	background: none;
	border: none !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;	
	font-weight: 300;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.nav-bar .button:hover  {
	background: none;
	color: #fd1a45;
}
.nav-bar .active .button:hover {
	color: #fff;
}
.nav-bar .button-group > li {
	margin: 0;
	display: block;
	float: left;
}

#top-search {
	margin-top: 63px;
	margin-bottom: 0;
	margin-left: 19px;
	padding-right: 16px;
	float: right;
	background: transparent url(../images/nav-menu.png?v-1.1) right -99px no-repeat;
}
#top-search dt {
	width: 25px;
	height: 25px;
	position: relative;
	background: transparent url(../images/nav-menu.png?v-1.1) 0 -131px no-repeat;
	cursor: pointer;
}
#top-search dt.active,
#top-search dt:hover {
	background-position: -40px -131px;
}
#top-search dt a {
	width: 25px;
	height: 25px;
	display: block;
}
#top-search dd {
	display: none;
	width: 293px;
	height: 40px;
	position: absolute;
	top: 92px;
	right: 0.9375em;
	z-index: 10;
	background: #222425;
	padding-left: 7px;
	margin-top: -1px;
}
#top-search-text {
	float: left;
	width: 209px;
	height: 30px;
	padding-left: 10px;
	border: 0;
	-webkit-box-shadow: 0 0 3px #333 inset;
	-moz-box-shadow: 0 0 3px #333 inset;
	box-shadow: 0 0 3px #333 inset;
	margin-top: 5px;
	font-weight: bold;
}
#top-search-submit {
	width: 66px;
	height: 40px;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
	color: #bebdbd;
	background: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#top-search-submit:hover {
	color: #fd1a45;
}
#sub-nav-bar {
	margin-top: 7px;
	overflow: hidden;
	margin-bottom: -3px;
	line-height: 1.3em;
	font-size: 11px;
	text-transform: uppercase;
	color: #868686;
}
#sub-nav-bar dd {
	margin-bottom: 0;
	float: left;
	font-size: 9px;
	border-left: 1px solid #dbdbdb;
}
.gallery-page #sub-nav-bar dd {
    border-color: #3d3d3d;
}
#sub-nav-bar dd:first-child {
	border: 0;
}
#sub-nav-bar dd a {
	height: 100%;
	color: #111;
	padding: 0 9px;
	margin-right: 0;
}
.gallery-page #sub-nav-bar dd a {
    color: #bebdbd;
}
#sub-nav-bar dd a:hover,
#sub-nav-bar dd.active a {
	color: #fd1a45;
}
#sub-nav-bar dd:first-child a {
	padding-left: 0;
}


.biografie {
	padding: 14px 0 35px;
	border-bottom: dotted 1px #333;
}

.biografie p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	display: table;
}

.biografie .text {
	width: calc(100% - 270px);
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.biografie .text span {
	margin-top: .7em;
	display: inline-block;
}
.biografie .text a {
	text-transform: uppercase;
	font-size: 0.8em;
}

.biografie .img-pg-autor {
	margin: 0 50px 5px 40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-size: cover;
	overflow: hidden;
	display: table-cell;
	float: right;
}


article.preview {
	margin-bottom: 20px;
	padding-bottom: 10px;
	//border-bottom: dotted 1px #333;
	background: transparent url(../images/dotted-border.gif) center bottom repeat-x;
}
main article.preview > a {
	display: block;
}
article.preview .article-title {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
}
.small-12.columns > article.preview h2.article-title, 
.article-1col > article.preview h2.article-title, 
.article-2col > .small-6 > article.preview:not(.small) h2.article-title {
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	padding-top: 0.2rem;
	margin-top: 0;
}
.author-page article.preview a .article-title,
div:not(.ultimele-comentarii) > article.preview a .article-title,
article.preview .article-title a {
	color: #111;
	letter-spacing: -0.02em;
	display: table;
	background: linear-gradient(135deg, #000 40%, #000 65%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
article.preview .article-title a > ins {
	letter-spacing: 0;
}
div.ultimele-comentarii article.preview a {
	display: block;
}
div.ultimele-comentarii article.preview a:hover .article-title {
	color: #fd1a45;
}
.author-page article.preview a:hover .article-title,
div:not(.ultimele-comentarii) > article.preview a:hover .article-title, 
article.preview .article-title a:hover {
	color: #fd1a45;
	background: linear-gradient(135deg, #090909 40%, #fd1a45 65%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: background-animat-pe-titlu .1s linear;
}
@keyframes background-animat-pe-titlu {
	0% {
		background-size: 200% 100%;
		background-position: 0 100%;
	}
	100% {
		background-size: 100% 100%;
		background-position: 0 0;
	}
}
article.preview .article-title ins {
	padding: 3px 17px 3px 5px;
	position: relative;
	top: -2px;
	background: #fff url(../images/label.png?v=1.1) right 0 no-repeat;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	margin-right: -5px;
}
article.preview .article-title a:hover ins {
	-webkit-text-fill-color: #fff;
}
.small-12 .small-12 article.preview .article-title ins,
main article.preview .article-title ins {
	top: -6px;
}
.small-12 .small-12 article.preview.small .article-title ins,
main article.preview.small .article-title ins {
	top: -2px;
}
article.preview .article-title ins.rosu {
	background-position: right -30px;
}
article.preview img {
	display: block;
}
article.preview .article-title ins {
	-webkit-text-fill-color: #fff;
}

aside h3.article-title.title-opinii {
	line-height: 16px !important;
}

article.preview .subtitle {
	margin-top: 7px;
	margin-bottom: 0;
	line-height: 14px;
	font-size: 12px;
}
article.preview .subtitle.autor {
	margin-top: -2px;
	margin-bottom: 10px;
}
article.preview.tower-article .subtitle.autor {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 7px;
	color: #fff;
	left: 10px;
	text-align: right;
}
article.preview.tower-article .subtitle.autor a {
	color: #fff;
}
article.preview .subtitle.autor-opinii {
	margin-top: 7px;
}
article.preview .subtitle.autor-opinii .link-autor:hover {
	text-decoration: underline;
}
article.preview .subtitle p {
	margin-top: inherit;
	margin-bottom: inherit;
	font-size: inherit;
	line-height: inherit;
}
article.preview a .subtitle, 
article.preview .subtitle a {
	color: #333;
}
.small-6.columns article.preview a .image-left + .subtitle,
.small-6.columns article.preview a.image-left + .subtitle a {
	-webkit-line-clamp: 6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
	max-height: 7em;
}

article.preview .subtitle a:hover {
	text-decoration: underline;
}
.article-2col article.preview.small .article-title {
	font-size: 16px;
	line-height: 19px;
}
.article-2col article.preview.small:not(.tower-article) .article-title {
	padding-bottom: 1px;
	margin-bottom: 7px;
}

.article-2col article.preview.small .subtitle {
	/*margin-top: 0;*/
}
.article-2col article.preview.tower-article {
	position: relative;
	overflow: hidden;
}
.article-2col article.preview.tower-article .article-title {
	width: 100%;
	margin: 0 0 10px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
.article-2col article.preview.tower-article .article-title a {
	padding: 10px;
	display: block;
	background: linear-gradient(135deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
	color: #fff;
	-webkit-text-fill-color: #fff;
	transition: all .1s linear;	
}
.article-2col article.preview.tower-article .article-title a:hover {
	-webkit-text-fill-color: #fff;
	background: linear-gradient(135deg, rgba(0,0,0,0.5) 50%, rgba(253, 26, 69, 0.7) 100%);
}
article.preview .image-left {
	margin: 0 10px 0 0;
	float: left;
}
article.preview .image-right {
	margin: 0 0 0 10px;
	float: right;
}

article img {
	background-color: #f4f4f4;
}

article #donate-button-container img {
	background-color: transparent;
	max-width: 341px;
}

.multimedia-container.activenews-tv iframe {
	display: block;
	margin-bottom: 1.2em;
}

.multimedia-container .descriere-caseta-tv {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 6px;
}


.title-underline {
	margin-top: 30px;
	border-bottom: solid 3px #3c4952;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.title-underline.dots {
	border-bottom: dotted 1px #000;
	line-height: 24px;
	font-size: 19px;
	font-weight: 400;
}
.title-underline .title-inner {
	/*padding: 0 10px 0 0;*/
	text-transform: uppercase;
}
.title-strike {
	/* margin-top: 30px; */
	position: relative;
	z-index: 1;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.title-strike:after {
	border-top: solid 3px #3c4952;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.title-strike .title-inner {
	background: #fff;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}
.title-strike.red .title-inner {
	color: #fd1a45;
}
.title-strike.black .title-inner {
	color: #3c4952;
}
.title-strike.text-center .title-inner {
	padding: 0 10px;
}
.title-strike.text-right .title-inner {
	padding: 0 0 0 10px;
}
.article-extra-title {
	height: 27px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	background: transparent url(../images/highlight.jpg) right 0 no-repeat;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;

}
.article-extra-title.mov {
	background-position: right -90px;
    padding-top: 3px;
}
@-moz-document url-prefix() {
    .article-extra-title.mov {
    	padding-top: 2px;
    }
}
.article-1col h5.title,
.article-2col h5.title {
	background: transparent url(../images/dotted-border.gif) center bottom repeat-x;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.headlines ul {
	background: transparent url(../images/dotted-border.gif) center bottom repeat-x;
}
.headlines li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #aaa;
	font-size: 13px;
	line-height: 16px;
}
.headlines li:last-child {
	border-bottom: none;
}
.headlines li a {
	font-size: 13px;
	line-height: 16px;
	color: #015fb6;
}
.headlines li a:hover {
	color: #fd1a45;
}


aside .panel {
	margin-bottom: 40px;
	padding: 0;
	background: none;
	border: none;
}
aside .panel .title-underline {
	margin-bottom: 20px;
	border-bottom: solid 3px #3c4952;
	text-transform: uppercase;
	font-weight: 300;
}
aside .panel.ultima-ora .title-underline {
	margin-bottom: 19px;
}

aside .panel .title-underline.dots {
	border-bottom: dotted 1px #777;
	line-height: 18px;
	font-size: 15px;
}
aside .panel .title-underline.bold {
	font-weight: 400;
	border-bottom: solid 4px;
}
aside .panel .title-underline .title-inner {
	position: relative;
	/*top: 2px;*/
}
aside .panel .title-underline .first-bold {
	font-weight: 400;
}
aside .panel .title-underline .no-padding {
	padding: 0;
}
aside .panel article.preview .article-title {
	font-size: 22px;
	line-height: 22px;
	margin-top: 5px;
}
aside .panel#article-headline-list .title-underline {
	margin-bottom: 0;
	border-width: 1px;
}
aside .panel#article-headline-list .title-underline .title-inner {
	top: -3px;
}
aside .panel#article-headline-list .panel-content {
	padding: 9px 10px;
	border: solid 1px #3c4952;
	border-top: none;
}
aside .panel#article-headline-list .tabs-content {
	margin-bottom: 0;
}
aside .panel#article-headline-list .tabs-content > .content {
	padding: 14px 10px 0 10px;
	border: solid 1px #e4e4e4;
	border-top: none;
}
aside .panel#article-headline-list .tabs-content > .content p {
	font-size: 13px;
}
aside .panel#article-headline-list ul.items-list {
	margin-bottom: 10px;
}
aside .panel#article-headline-list .items-list li {
	margin-bottom: 3px;
	padding-bottom: 6px;
	background: transparent url(../images/dotted-border.gif) center bottom repeat-x;
	font-size: 13px;
}
aside .panel#article-headline-list .items-list li:last-child {
	background: none;
}
aside .panel#article-headline-list .items-list li span {
	width: 24px;
	margin-right: 3px;
	margin-top: -2px;
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}
aside .panel#article-headline-list .items-list li a {
	display: block;
	line-height: 17px;
	color: #333;
	width: 232px;
	float: left;
	max-height: 34px;
	overflow: hidden;
}
aside .panel#article-headline-list .items-list li a:hover {
	color: #fd1a45;
}
aside .panel#article-headline-list .tabs {
	border-bottom: solid 1px #e4e4e4;
}
aside .panel#article-headline-list .tabs .tab-title {
	position: relative;
	top: 1px;
	background: #fff;
}
aside .panel#article-headline-list .tabs .tab-title > a {
	padding: 4px 10px 3px 10px;
	background: none;
	font-size: 11px;
	font-family: inherit;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
aside .panel#article-headline-list .tabs .tab-title.active a {
	padding: 3px 10px 4px 10px;
	border: solid 1px #e5e5e5;
	border-bottom: none;
}
aside .panel article.preview.title-left {
	margin-bottom: 10px;
	padding-bottom: 9px;
}
aside .panel article.preview.title-left .article-title {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 15px;
}
aside .panel article.preview.title-left .subtitle {
	margin-top: 0;
}
aside .frame {
	border: solid 6px #000;
}

aside .panel.meteo .bg-cl {
	color: #fff;
}
aside .panel.meteo h3,
aside .panel.meteo p, 
aside .panel.meteo span, 
aside .panel.meteo time {
	color: inherit;
}

aside .title-inner {
	font-size: 21px;
}

aside article.preview > a {
	display: block;
}

aside article.preview a h3.article-title {
	padding-bottom: 3px;
	margin-bottom: 0.4375rem;
}

aside article.preview:not(.image-all-left) a h3.article-title {
	padding-top: 5px;
	margin-top: 0;
}

#caricature .row {
	margin: 0;
}
#caricature li {
	display: block;
	position: relative;
	overflow: hidden;
}
#caricature li.big {
	border-bottom: solid 6px #000;
}
#caricature .small {
	border-bottom: solid 6px #000;
}
#caricature .small:last-child {
	border-bottom: 0;
}
#caricature .small-6.first {
	padding: 0;
	border-right: solid 3px #000;
}
#caricature .small-6.last {
	padding: 0;
	border-left: solid 3px #000;
}
#caricature li.big dl {
	width: 100%;
	margin-bottom: 0;
	padding: 9px 0 2px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
#caricature li.big dt {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#caricature li.big dd {
	margin: 0;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	top: -7px;
	background: rgba(0,0,0,0.5);
	border: solid 1px #333;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
	color: #2ba6cb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#caricature li.small dl {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 9px 0 2px 0;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
#caricature li.small a:hover dl {
	display: inline;
}
#caricature li.small dt {
	padding: 0 8px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
}
#caricature li.small dd {
	margin: 22px 0 0 0;
	padding: 0 30px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	border: solid 1px #333;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
	color: #fd1a45;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.zoom-in img {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.zoom-in a {
	display: block;
	overflow: hidden;
}
.zoom-in a:hover img {
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.category-title {
	margin-bottom: 20px;
	/*background: transparent url(../images/category-title-shadow.png) -27px bottom no-repeat;*/
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	color: #d7120f;
}
.author-title {
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
	border-bottom: 2px solid #fd1a45;
	line-height: 1.0625em;
	padding: 6px 0 4px;
}
.author-title > span {
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-transform: none;
	padding: 5px 0;
}
.cautare-title {
    padding: 0 5px 2px 5px;
	background: transparent url(../images/highlight.jpg) right -30px no-repeat;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
    line-height: 29px;
	color: #fff;
	overflow: hidden;
	display: block;
	height: 27px;
}
.author-page article.preview {
    /*height: 153px;*/
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    background: none;
    border-bottom: dotted 1px #9c9c9c;
}
/*
.author-page article.preview:hover {
	background: #f6f6f6;
}
*/
.author-page article.preview img {
    width: 158px;
    /*height: 124px;*/
}
.author-page article.preview .article-title {
    padding-right: 20px;
    margin-top: -2px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
    color: #111;
}
.author-page article.preview .article-title ins {
	top: -1px;
	background-position: right -57px;
}
.author-page article.preview .article-content {
    /* margin-left: 168px;*/
    display: table-cell;
}
.author-page article.preview p {
    font-size: 13px;
    line-height: 18px;
    color: #111;
    margin-bottom: 0;
}
.author-page article.preview time {
    /*position: absolute;
    bottom: 9px;
    left: 168px;*/
    font-size: 12px;
    line-height: 18px;
    color: #969696;
}

#gallery-preview {
	border: solid 7px #000;
}
#gallery-preview .big {
	padding: 0;
	border-right: solid 3px #000;
}
#gallery-preview .small .columns {
	padding: 0;
	border-right: solid 3px #000;
	border-bottom: solid 6px #000;
	border-left: solid 3px #000;
}
#gallery-preview .small .columns:first-child {
	border-left: solid 3px #000;
}
#gallery-preview .small .row:last-child .columns {
	border-bottom: none;
}
#gallery-preview .big dl {
	width: 100%;
	margin-bottom: 0;
	padding: 9px 0 2px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
#gallery-preview .big dt {
	margin: 0 15%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#gallery-preview .big dd {
	margin: 0;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	top: -3px;
	background: rgba(0,0,0,0.5);
	border: solid 1px #333;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
	color: #2ba6cb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gallery-preview .small dl {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 9px 0 2px 0;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
#gallery-preview .small a:hover dl {
	display: inline;
}
#gallery-preview .small dt {
	padding: 0 8px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	height: 48px;
	overflow: hidden;
}
#gallery-preview .small dd {
	margin: 12px 0 0 0;
	padding: 0 30px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	border: solid 1px #333;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
	color: #fd1a45;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-navigation {
	margin: 10px 0 30px 0;
	text-align: center;
	list-style: none;
}
.page-navigation li {
	padding-left: 20px;
	display: inline-block;
}
.page-navigation li a,
.page-navigation li span {
	padding: 0 3px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #999;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.page-navigation li a:hover,
.page-navigation li span {
	color: #fd1a45;
}
.page-navigation li span {
	text-decoration: underline;
}
.page-navigation li.prev a,
.page-navigation li.next a {
	background: transparent url(../images/pagination-arrows.png) left 0 no-repeat;
	font-size: 18px;
	text-transform: uppercase;
	color: #545454;
}
.page-navigation li.prev a {
	padding: 0 0 0 20px;
}
.page-navigation li.prev a:hover {
	background-position: left -25px;
	color: #fd1a45;
}
.page-navigation li.next a {
	padding: 0 20px 0 0;
	background-position: right -75px;
}
.page-navigation li.next a:hover {
	background-position: right -50px;
	color: #fd1a45;
}


.paginatie {
	padding: 20px 0 40px;
}
.paginatie a {
	width: 182px;
	height: 36px;
	line-height: 36px !important;
	background: url(../images/signin.png) right -94px;
	font: 17px "Arial",sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: 0;
}
.paginatie a.align-right {
	float: right;
}



footer {
    min-width: 1000px;
}
.footer-nav-menu {
	margin-top: 40px;
	background: #222425 url(../images/footer-nav.png) center top repeat-x;
}
.footer-nav-menu ul {
	margin-left: 0;
	margin-bottom: 0;
	display: inline-block;
	padding-right: 1px;
	background: transparent url(../images/nav-menu.png?v-1.1) -328px -40px no-repeat;
}
.footer-nav-menu li {
	margin-left: 0;
	padding-right: 1px;
	display: block;
	background: transparent url(../images/nav-menu.png?v-1.1) right -40px no-repeat;
}
.footer-nav-menu a {
	padding: 0 10px;
	display: inline-block;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.footer-nav-menu a:hover {
	background: transparent url(../images/nav-menu.png?v-1.1) 0 -70px repeat-x;
}

.menu-footer {
	margin: 0;
	display: inline-block;
	text-align: center;
}
.menu-footer li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.menu-footer li:last-child {
	margin-right: 0;
}
.menu-footer li a {
	font-size: 11px;
	line-height: 12px;
	color: #ccc;
}
.menu-footer li a:hover {
	color: #fff;
}

a.direct-design {
	text-decoration: none !important;
}

.disclaimer {
	padding: 25px 0 35px 0;
	background-color: #222425;
}
.disclaimer p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 12px;
	color: #ccc;
}
.disclaimer p a {
	text-decoration: underline;
	color: #ccc;
}
.disclaimer p a:hover {
	color: #fff;
}


body.article .article-title, 
body.pagini .article-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: -0.02em;
}

body.article .article-subtitle {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #333;
}
body.article .article-meta {
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
}
body.article .article-meta .author,
body.article .article-meta .category {
	text-transform: uppercase;
}
body.article .article-meta .post-date,
body.article .article-meta .post-update {
	white-space: nowrap;
}
body.article .image-caption {
	margin-top: 10px;
	margin-bottom: 21px;
	position: relative;
	clear: both;
}
body.article .image-caption.align-left {
	max-width: 400px;
	margin-right: 30px;
	float: left;
}
body.article .image-caption.align-right {
	width: 400px;
	margin-left: 30px;
	float: right;
}
body.article .image-caption a.fancybox {
	display: block;
}
body.article .image-caption .enlarge-image {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/enlarge.png) 0 0 no-repeat;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
body.article .image-caption:hover .enlarge-image {
	opacity: 1;
	filter: alpha(opacity=100);
}
body.article .image-caption .copyright-text {
	display: block;
	clear: both;
	width: 100%;
	min-height: 15px;
	position: relative;
	z-index: 900;
	font-size: 9px;
	line-height: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #333;
	padding-top: 5px;
}
body.article .image-caption .caption-text {
	display: block;
	clear: both;
	position: relative;
	z-index: 100;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #333;
	padding-top: 5px;
}
body.article .related-articles {
	width: 120px;
	margin: 0 16px 16px 0;
	float: left;
	clear: both;
}
body.article .related-articles .title {
	padding-top: 4px;
	padding-bottom: 1px;
	border-top: 1px dotted #fd1a45;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #111;
}
body.article .related-articles li {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #fd1a45;
	font-size: 12px;
	line-height: 13px;
}
body.article .related-articles li:last-child {
	border-bottom: none;
}
body.article .related-articles li img {
	margin-bottom: 5px;
}
body.article .related-articles li a {
	font-size: 12px;
	line-height: 13px;
	color: #015fb6;
	display: block;
	word-wrap: break-word;
}
body.article .related-articles li a:hover {
	color: #fd1a45;
}
body.article .article-text {
	margin-bottom: 21px;
	font-size: 14px;
}

body.article #article-read.letrina-coborata > *:first-child::first-letter {
	float: left;
	font-family: 'Oswald', sans-serif;
    font-size: 62px;
	line-height: 1em;
    font-weight: bold;
    margin: -3px 8px 0 -3px;
	padding-bottom: 3px;
	color: #000;
	/* border-bottom: 3px dotted #f8224d; */
}
@-moz-document url-prefix() {
	body.article #article-read.letrina-coborata > *:first-child::first-letter {
		font-size: 65px;
		margin-top: 5px;
		padding-bottom: 5px;
	}
}
body.article .article-text h2 {
	font-size: 14px;
	line-height: 21px;
	color: #111;
	font-weight: bold;
}
body.article .article-text p {
	margin-bottom: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #111;
}
body.article .article-text p:last-child {
    margin-bottom: 0;
}
body.article .article-text blockquote {
    font-family: "Oswald",sans-serif;
    border-left: 1px dashed #999;
    color: #222222;
    margin: 1em 2em;
    padding-left: 1em;
    padding-top: 0;
    overflow: hidden;
}
body.article .article-text blockquote:first-letter {
    float: left;
    font-family: "Oswald",sans-serif;
    font-size: 260%;
    font-weight: bold;
    margin: -.22em 0.15em -.2em 0;
}
body#firefox.article .article-text blockquote:first-letter {
	margin-top: 0.09em;
}
body.article .article-text ul {
	margin-left: 0 !important;
	list-style: none;
	font-size: 14px;
	line-height: 21px;
}
body.article .article-text ul li:before {
	content: "•";
	font-size: 80%;
	padding-right: 10px;
}

body.article .article-text *:not(ul) > li {
	list-style-position: inside;
}

body.article .article-text img {
	height: auto !important;
}

body.article .article-text a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

body.article .article-text .subtitlu {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: .7em;
}

/*
body.article .image-caption #big-images {
	overflow: hidden;
}
body.article .image-caption #big-images .item{
    cursor: pointer;
}
body.article .image-caption #big-images .synced .item{
	background: #0c83e7;
}
body.article .image-caption #small-images .owl-wrapper {
	width: 100% !important;
	margin: 0 auto;
}
body.article .image-caption #small-images {
	width: 100%;
	height: 60px;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: #000;
}
body.article .image-caption #small-images .owl-item {
   width: 60px !important;
	display: inline-block;
	float: none;
}
body.article .image-caption #small-images .item {
	margin: 5px;
}
body.article .image-caption #small-images .item img {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
body.article .image-caption #small-images .item:hover img,
body.article .image-caption #small-images .synced .item img {
	-webkit-box-shadow: 0 0 0 3px #c00;
	-moz-box-shadow: 0 0 0 3px #c00;
	box-shadow: 0 0 0 3px #c00;
}


body.article .image-caption .owl-buttons .owl-prev,
body.article .image-caption .owl-buttons .owl-next {
	display: block;
	width: 32px;
	height: 63px;
	position: absolute;
	bottom: 50%;
	z-index: 10;
	text-indent: -999999px;
	background: transparent url(../images/slideshow-arrows.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-transition: left .3s ease-in-out,right .3s ease-in-out;
	-moz-transition: left .3s ease-in-out,right .3s ease-in-out;
	-ms-transition: left .3s ease-in-out,right .3s ease-in-out;
	-o-transition: left .3s ease-in-out,right .3s ease-in-out;
	transition: left .3s ease-in-out,right .3s ease-in-out;
}

body.article .image-caption .owl-buttons .owl-prev {
	left: -32px;
	bottom: 50%;
}
body.article .image-caption .owl-buttons .owl-next {
	right: -32px;
	bottom: 50%;
	background-position: 0 -70px;
}
body.article .image-caption .owl-buttons .owl-prev:hover {
	background-position: -40px 0;
}
body.article .image-caption .owl-buttons .owl-next:hover {
	background-position: -40px -70px;
}
body.article .image-caption #big-images:hover .owl-prev {
	left: 0;
}
body.article .image-caption #big-images:hover .owl-next {
	right: 0;
}
*/

body.article .promoted-articles .article-row {
	clear: both;
}
body.article .promoted-articles article.preview {
	width: 31.8%;
	margin: 0 0 4px 2.3%;
	display: block;
	float: left;
	background: none;
}
body.article .promoted-articles article.preview.first {
	margin-left: 0;
}
body.article .promoted-articles .article-title {
	margin-top: 4px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 14px;
}
body.article .promoted-articles .article-source {
	margin-bottom: 0;
	line-height: 1;
}
body.article .promoted-articles article.preview > a {
	display: block;
}
body.article .promoted-articles .article-source a {
	font-size: 11px !important;
	color: #777 !important;
}

body.article .more-news .article-row {
	clear: both;
}

body.article .more-news article.preview {
	width: 48.85%;
	margin: 0 0 0 2.3%;
	display: block;
	float: left;
	background: none;
}
body.article .more-news article.preview.first {
	margin-left: 0;
}
body.article .more-news article.preview .article-image {
	width: 130px;
	margin-right: 15px;
	display: block;
	float: left;
}
body.article .more-news article.preview .article-title {
	font-size: 13px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: -3px;
}







body.article .panel.editors-pick .title-underline {
	margin-bottom: 5px;
}
body.article .panel article.preview {
	margin-bottom: 20px;
}
body.article .panel.ultimele-comentarii article.preview {
	margin-bottom: 17px;
}
body.article .panel.ultimele-comentarii h5.title-underline + article.preview h3.article-title {
	margin-top: -3px;
}
body.article .panel article.preview .subtitle {
	margin-top: 7px;
}
body.article .panel article.preview.image-all-right,
body .panel article.preview.image-all-right,
body.article .panel article.preview.image-all-left, 
body .panel article.preview.image-all-left {
	background: transparent url(../images/dotted-border.gif) center bottom repeat-x;
}
body .panel .top-5-autori {
	text-align: center;
}
body .panel .top-5-autori h5 {
	margin-top: 2px;
}
body .panel .top-5-autori .lista-autori {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
body .panel .top-5-autori a {
	display: inline-block;
	margin: 0 4px -4px;
}
body .panel .top-5-autori a:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
body .panel .top-5-autori .img-autor {
	width: 91px;
	height: 91px;
	display: block;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
}
body .panel.ultima-ora article.preview.image-all-left {
	background:none;
	margin-bottom: 0;
	padding-bottom: 7px;
}
body .panel.ultima-ora article.preview.image-all-left .article-content {
	height: auto;
	max-height: 40px;
	overflow: hidden;
	position: relative;
}
body .panel.ultima-ora article.preview .ora {
	width: 51px;
	margin: 1px 0 0 0;
	display: block;
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@-moz-document url-prefix() {
    body .panel.ultima-ora article.preview .ora {
        margin-top: 3px;
    }
}
body .panel.ultima-ora article.preview .ora span {
	width: 40px;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #c01a39;
	display: block;
}
body .panel.ultima-ora article.preview .article-title {
	margin-left: 51px;
	width: 252px;
	max-height: 38px;
	line-height: 17px !important;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 3px;
	margin-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 2px !important;
}
body .panel.ultima-ora article.preview a:hover .article-title {
	color: #fd1a45;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
body .panel article.preview.image-all-right .article-image, 
body .panel article.preview.image-all-left .article-image {
	width: 60px;
}
body.article .panel article.preview.image-all-right .article-image,
body.article .panel article.preview.image-all-left .article-image {
	width: 60px;
	display: block;
}
body .panel article.preview.image-all-right .article-image, 
body.article .panel article.preview.image-all-right .article-image {
	margin-left: 10px;
	float: right;
}
body .panel article.preview.image-all-left .article-image, 
body.article .panel article.preview.image-all-left .article-image {
	margin-right: 10px;
	float: left;
}
body .panel article.preview.image-all-right .article-title,
body .panel article.preview.image-all-left .article-title, 
body.article .panel article.preview.image-all-right .article-title,
body.article .panel article.preview.image-all-left .article-title {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 15px;
}
body .panel.ultimele-comentarii article.preview.image-all-left .article-title {
	margin-top: 2px;
	padding-top: 3px;
}
body.article .panel article.preview.image-all-right .article-source,
body.article .panel article.preview.image-all-left .article-source{
	font-size: 12px;
	line-height: 16px;
}

body .panel.ultimele-comentarii h3 {
	overflow: hidden;
}

body .panel.ultimele-comentarii h3.ellipsis {
	max-height: 34px;
	margin-bottom: 0 !important;
	position: relative;
}
body .panel.ultimele-comentarii h3.ellipsis:after {
	padding-left: 25px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	content: " ...";
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


/*
.video-container {
	margin-bottom: 20px;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/

main .article-title > a {
	display: inline-block;
}

#container-frm-autentificare {
	margin-top: 35px;
}

.autentificare-commentarii {
	float: right;
	font-size: 14px;
	padding-top: 14px;
	margin-bottom: 0;
}

.article-comments .title-underline {
	margin-bottom: 38px;
	font-weight: bold;
	font-size: 31px;
	line-height: 33px;
	color: #d22c4b;
}
.article-comments .title-underline em {
	position: relative;
	top: -1px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
}
.article-comments .comment-message {
	position: relative;
}
.article-comments label {
	width: 160px;
	height: 29px;
	padding-top: 5px;
	padding-left: 6px;
	position: absolute;
	top: -10px !important;
	left: 7px;
	z-index: 1;
	display: block;
	background: transparent url(../images/comments-label.png) 0 0 no-repeat;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	cursor: default;
}
.article-comments textarea {
	height: 138px;
	margin-bottom: 6px;
	padding: 20px 8px 8px 8px;
	background: #fafafa;
	border: 1px solid #c5c5c5;
	line-height: 18px;
	font-size: 12px;
	font-family: arial;
	color: #333;
	word-wrap: break-word;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
}
/*
.article-comments input[type=submit] {
	width: 75px;
	height: 22px;
	padding: 0;
	float: right;
	border: 0;
	background: transparent url(../images/comments-sprite.png) 0 -100px no-repeat;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	color: #fff;
	cursor: pointer;
}
.article-comments input:hover {
	background-position: 0 -132px;
}
*/

.article-comments-list {
	margin-top: 13px;
	border: solid 1px #C5C5C5;
}
.article-comments-list li {
	padding-top: 13px;
	font-family: arial;
	font-size: 12px;
}
.article-comments-list li.odd {
	background-color: #fafafa;
}
.article-comments-list li.even {
	background-color: #fff;
}
.article-comments-list li ul {
	padding-left: 35px;
}
.article-comments-list li .article-comment-meta {
	margin-bottom: 9px;
}
.article-comments-list li .article-comment-content  {
	margin: 0 10px 0 15px;
	/*border-bottom: dotted 1px #000;*/
	position: relative;
}
.article-comments-list li.last .article-comment-content {
	border-bottom: none;
}
.article-comments-list li .comment-author {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
.article-comments-list li .comment-date {
	color: #999;
}
.article-comments-list li .comment-rating {
	float: right;
}
.article-comments-list li .comment-rating-count {
	font-size: 11px;
	line-height: 17px;
}
.article-comments-list li .comment-rating .comment-vote-up,
.article-comments-list li .comment-rating .comment-vote-down {
	height: 17px;
	padding-right: 22px;
	padding-left: 0;
	display: inline-block;
	text-indent: -9999px;
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #111;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.article-comments-list li .comment-rating .comment-vote-up {
	background: transparent url(../images/comments-sprite.png) right -46px no-repeat;
}
.article-comments-list li .comment-rating .comment-vote-up:hover {
	background-position: right -73px;
}
.article-comments-list li .comment-rating .comment-vote-down {
	background: transparent url(../images/comments-sprite.png) right -349px no-repeat;
}
.article-comments-list li .comment-rating .comment-vote-down:hover {
	background-position: right -377px;
}
.article-comments-list li .article-comment-text {
	line-height: 18px;
	color: #585858;
}
.article-comments-list li .article-comment-text > ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.article-comments-list li .article-comment-text > ul > li {
	padding-top: 0;
	line-height: 18px;
}
.article-comments-list li .article-comment-text > ul > li:last-child {
	padding-bottom: 0;
}
.article-comments-list li .article-comment-actions {
	/*margin: 15px 0 10px 0;*/
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}
.article-comments-list li.last .article-comment-actions {
	margin-bottom: 0;
	border-bottom: none;
}
.comment-message .comment-button,
.article-comments-list li .comment-button { 
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	background: white;
	color: #4D4D4D;
	padding: 4px 10px;
	border: 1px solid #C5C7C7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#eaebeb));
	background-image: -webkit-linear-gradient(left, white, #eaebeb);
	background-image: -moz-linear-gradient(left, white, #eaebeb);
	background-image: -ms-linear-gradient(left, white, #eaebeb);
	background-image: -o-linear-gradient(left, white, #eaebeb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#eaebeb')";
	cursor: pointer;
	zoom: 1;
}
.article-comments-list li .comment-button:hover {
	text-decoration: none !important;
	background: #EAEBEB;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#eaebeb));
	background-image: -webkit-linear-gradient(left, white, #eaebeb);
	background-image: -moz-linear-gradient(left, white, #eaebeb);
	background-image: -ms-linear-gradient(left, white, #eaebeb);
	background-image: -o-linear-gradient(left, white, #eaebeb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#eaebeb')";
}
.article-comments-list li .comment-reply-report {
	width: 14px;
	height: 14px;
	margin-left: 3px;
	position: relative;
	top: 3px;
	display: inline-block;
	background: transparent url(../images/report-flag.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.article-comments-list li .comment-reply-share {
	float: right;
	position: relative;
}
.article-comments-list li .comment-reply-share-trigger {
	width: 63px;
	height: 16px;
	padding-right: 24px;
	margin-right: 0;
	position: absolute;
	right: 0;
	background: transparent url(../images/comments-sprite.png) right 0 no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	color: #c61426;
}
.article-comments-list li .comment-share-links {
	padding: 7px 8px 2px 8px;
	position: absolute;
	right: 0;
	bottom: 7px;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0 0 12px 0 #999;
	-moz-box-shadow: 0 0 12px 0 #999;
	box-shadow: 0 0 12px 0 #999;
}
.article-comments-list li .comment-share-links .item {
	width: 107px;
	margin: 0 5px 7px 0;
	padding-left: 30px;
	padding-top: 4px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #111;
}
.article-comments-list li .comment-share-links .share-facebook {
	background: transparent url(../images/facebook.png) 0 5px no-repeat;
}
.article-comments-list li .comment-share-links .share-twitter {
	background: transparent url(../images/twitter.png) 0 5px no-repeat;
}
.article-comments-list li .comment-share-links .share-googleplus {
	background: transparent url(../images/googleplus.png) 0 5px no-repeat;
}
.article-comments-list li.has-replies .article-comment-content {
	border-bottom: none;
}
.article-comments-list li.comment-reply .article-comment-content {
	padding-left: 55px;
	border-bottom: none;
}
.article-comments-list li.comment-reply.last .article-comment-content {
	/*border-bottom: dotted 1px #000;*/
}
#frm-comentariu .msg-comentariu-fara-moderare {
	font-size: 12px;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 95px);
	color: #999;
}
.article-comments > #frm-comentariu .msg-comentariu-fara-moderare {
	width: calc(100% - 95px);
}
.article-comments > .article-comments-list li #frm-comentariu .msg-comentariu-fara-moderare {
	width: calc(100% - 182px);
}

body.gallery-page {
    min-width: 840px;
    overflow: hidden;
    background: #222425 url(../images/body.jpg) 0 0 no-repeat;
    background-size: cover;
}
body.gallery-page footer {
    display: none;
}
body.gallery-page main {
    padding-right: 360px;
    padding-left: 50px;
}
body.gallery-page #photo-gallery {
      /*margin: 0 120px;*/
}
body.gallery-page .gallery-image {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
/*
body.gallery-page .gallery-image img {
    height: 100%;
}
*/
body.gallery-page .gallery-container {
    position: relative;
}
body.gallery-page .gallery-title {
    margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;	
	line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
body.gallery-page .gallery-footer {
    max-width: 1000px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0 70px;
    position: relative;
}
body.gallery-page .gallery-info {
    height: 100px;
    min-height: 100px;
    position: relative;
    color: #dfdfdf;
}
body.gallery-page .prev-image,
body.gallery-page .next-image {
    width: 69px;
    height: 100px;
    position: absolute;
    bottom: 0;
    background: transparent url(../images/arrows.png) 0 0 no-repeat;
    text-indent: -9999px;
}
body.gallery-page .prev-image:hover,
body.gallery-page .next-image:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body.gallery-page .prev-image {
    left: 0;
}
body.gallery-page .next-image {
    right: 0;
    background-position: -70px 0;
}
body.gallery-page .gallery-content {
    width: 100%;
    height: 100px;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
}
body.gallery-page .gallery-content.big {
    cursor: pointer;
}
body.gallery-page .gallery-content.open {
    height: auto;
}
body.gallery-page .gallery-content.open .gallery-text p {
    height: auto !important;
}
body.gallery-page .gallery-content.open .gallery-text p:after {
    display: none;
}
body.gallery-page .gallery-content.open .bottom-line span {
    background-position: right -11px;
}
body.gallery-page .gallery-content.open .bottom-line span.less {
    display: inline-block;
}
body.gallery-page .gallery-content.open .bottom-line span.more {
    display: none;
}
body.gallery-page .gallery-text h1 {
    min-height: 22px;
    margin: 0 55px 5px 0;
    font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 22px;
    text-transform: uppercase;
    color: #dfdfdf;
}
@media (max-width: 1095px) {
    body.gallery-page .gallery-text h1 {
        font-size: 15px;
    }
}

body.gallery-page .gallery-text p {
    /*height: 35px;*/
    margin: 0;
    position: relative;
    overflow: hidden;
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
}
body.gallery-page .gallery-text p:after {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    content: ".";
    bottom: 2px;
    right: -20px;
    text-align: right;
    background: transparent url(../images/dots-caption.png) right 0 no-repeat;
    color: #000;
    cursor: pointer;
}
body.gallery-page .gallery-number {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 14px;
}
body.gallery-page .bottom-line {
    display: none;
}
body.gallery-page .gallery-content.big .bottom-line {
    height: 16px;
    display: block;
    border-bottom: dotted 1px #555657;
    text-align: right;
}
body.gallery-page .bottom-line span {
    padding-right: 18px;
    padding-left: 10px;
    display: inline-block;
    background: #000 url(../images/read-more-arrow.png) right 3px no-repeat;
    font-size: 12px;
    line-height: 10px;
    color: #b6b6b6;
    cursor: pointer;
}
body.gallery-page .bottom-line span.less {
    display: none;
}

#photo-gallery-sidebar {
    width: 345px;
    padding: 15px 15px 0 15px;
    /*position: fixed;*/
    position: absolute;
    right: 0;
    top: 173px;
    z-index: 10;
    -webkit-box-shadow: 0 10px 10px #000;
    -moz-box-shadow: 0 10px 10px #000;
    -ms-box-shadow: 0 10px 10px #000;
    -o-box-shadow: 0 10px 10px #000;
    box-shadow: 0 10px 10px #000;
}
#photo-gallery-sidebar-content {
    width: 330px;
}
#photo-gallery-description {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-bottom: dotted 1px #575757
}
#photo-gallery-description p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #bebdbd;
}
.gallery-page .nicescroll-rails {
    left: auto !important;
    right: 0 !important;
}
.gallery-related {
    width: 300px;
    margin-bottom: 30px;
    position: relative;
}
.gallery-related h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fd1a45;
}
.gallery-related ol {
    margin: 0;
    counter-reset: item;
    list-style: none;
}
.gallery-related li {
    width: 297px;
    height: 50px;
    margin: 0 0 10px 3px;
    overflow: hidden;
    background: #222425;
    box-shadow: 0 0 2px #090a0a;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.gallery-related li:hover {
    background: #333;
}
.gallery-related li:before {
    width: 30px;
    height: 50px;
    padding-top: 4px;
    float: left;
    content: counter(item,decimal);
    counter-increment: item;
    line-height: 42px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fd1a45;
}
.gallery-related li img {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}
.gallery-related li h3 {
    width: 65%;
    height: 40px;
    margin: 0;
    padding: 8px 10px 0 10px;
    overflow: hidden;
    float: left;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.gallery-related li h3 a {
    color: #fff;
}
.gallery-other-stories {
    width: 300px;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
}
.gallery-other-stories h5 {
    padding: 0;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #b4b4b4;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #b4b4b4;
}
.gallery-other-stories ul {
    margin: 0;
}
.gallery-other-stories li {
    width: 135px;
    height: 145px;
    margin-right: 29px;
    margin-bottom: 10px;
    padding-right: 0;
    float: left;
    list-style: none;
}
.gallery-other-stories li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
}
.gallery-other-stories img {
    width: 135px;
    height: 90px;
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}
.gallery-other-stories h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: #b4b4b4;
}
.gallery-other-stories h3 a {
    color: #b4b4b4;
}
.gallery-other-stories h3 a:hover {
    color: #fd1a45;
}
.gallery-other-stories .source {
    display: block;
    font-size: 10px;
    font-style: italic;
    color: #898989;
}
.gallery-other-stories .source:hover {
    color: #fd1a45;
}





article.preview .subtitle:after,
.nav-menu ul:after,
body.article .panel .image-all-right:after,
body.article .panel .image-all-left:after,
body.article .promoted-articles:after,
body.article .more-news:after,
.article-comments .comment-message:after,
.article-comments-list li .article-comment-actions:after,
.article-comments-list li .comment-reply-share:after,
.article-comments-list li .article-comment-meta:after, 
.author-page article.preview:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#firefox #top-logins dt a:after {
	position: relative;
	top: -1px;
}



.container-raportare-comentariu {
	background-color: #f6f6f2;
	border: #ccc 1px outset;
	border: #ccc 1px outset;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 2px 2px 8px #b7b7b7;
	-webkit-box-shadow: 2px 2px 8px #b7b7b7;
	-moz-box-shadow: 2px 2px 8px #b7b7b7;
	background-clip: padding-box;
	padding: 1em;
	position: absolute;
	top: -15px;
	left: 20%;
	z-index: 10;
	display: none;
}

.container-raportare-comentariu h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;	
}

.container-raportare-comentariu input[type=radio] {
	margin: 0 !important;
	padding: 0 !important;
}

.container-raportare-comentariu label {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	text-transform: none;
	color: #585858;
	width: auto;
	height: 18px;
	top: 0 !important;
}

.container-raportare-comentariu p {
	margin: 0 0 0.5em;
	font-weight: bold;
}

.container-raportare-comentariu .form-action {
	padding-top: 4px;
	text-align: right;
}

.article-comment-actions .msg-comentariu {
	color: #c61426;
}

.article-comment-actions #frm-comentariu {
	margin-top: 0px;
}

.container-taguri-articol {
	background-color: #222425;
	padding: 10px;
	margin: 35px 0;
	clear: both;
}

.container-taguri-articol p {
	padding: 4px 0 !important;
	margin-bottom: 0;
}

.container-taguri-articol .taguri-articol {
	color: #bebdbd;
	font-size: 14px !important;
}

.container-taguri-articol a {
	text-transform: uppercase;
	font-size: 70%;
	background-color: #2e3031;
	padding: 1px 4px;
	color: #bebdbd;
}
.container-taguri-articol a:hover {
	background-color: #fd1a45;
	color: #eee;
}

.container-abonare-newsletter {
	background-color: #222425;
	padding: 26px 10px 10px;
	margin: 35px 0;
	position: relative;
}

.container-abonare-newsletter .title {
	font-size: 19px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.container-abonare-newsletter .form-newsletter {
	width: 309px;
	margin: 25px auto 6px;
}

.container-abonare-newsletter input#email {
	font-size: 12px;
	line-height: 30px;
	width: 194px;
	height: 30px;
	border: 0;
	float: left;
	margin: 0;
	background: url(../images/input-newsletter.png) 0 0 transparent no-repeat;
}

.container-abonare-newsletter input.btn-submit {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 29px;
	width: 115px;
	height: 30px;
	border: 0;
	float: left;
	cursor: pointer;
	background: url(../images/input-newsletter.png) 0 -50px transparent no-repeat;
	padding-top: 0;
	padding-bottom: 2px;
}

.container-abonare-newsletter p {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
}

.container-abonare-newsletter .inchide {
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../images/close.png") -1px -2px no-repeat;
    text-indent: -9999px;
}

.utilizator p {
	font-size: 14px;
}

.utilizator p.nota {
	font-size: 11px !important;
	line-height: 15px !important;
	margin-top: -12px !important;
	margin-bottom: 21px !important;
}

.utilizator p.nota a {
	color: #4d4d4d;
	text-decoration: underline;
}
.utilizator p.nota a:hover {
	color: #fd1a45;
}

.utilizator p.info {
	margin-top: 45px;
}
.utilizator p.info a {
	color: #4d4d4d;
	text-decoration: underline;
}
.utilizator p.info a:hover {
	color: #fd1a45;
}

.utilizator p.login-fb, 
.utilizator p.login-gplus {
	width: 340px;
	height: 44px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.utilizator p.login-fb { 
	background-color: #4963a4;
}
.utilizator p.login-gplus { 
	background-color: #df4b31;
}
.utilizator p.login-fb a, 
.utilizator p.login-gplus a {
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	display: block;
	padding-left: 44px;
	text-decoration: underline;
	position: relative;
}
.utilizator p.login-fb a:before, 
.utilizator p.login-gplus a:before { 
	position: absolute;
	left: 13px;
	top: 13px;
	content: "";
	width: 18px;
	height: 18px;
}
.utilizator p.login-fb a:before {
	background: url(../images/login-social-media.png) 0 -18px transparent no-repeat;
}
.utilizator p.login-gplus a:before {
	background: url(../images/login-social-media.png) 0 0 transparent no-repeat;
}

/* produse feed 2parale */
.produse-rss .produs {
	position: relative;
	width: 304px;
	height: 304px;
	overflow: hidden;
	margin-bottom: 20px;
}

.produse-rss .produs .content-produs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 218px;
	color: #fff;
}

.produse-rss .produs .info-produs {
	height: 251px;
	background-color: #fe1b46;
	opacity: .75;
	filter: alpha(opacity=75);
}

.produse-rss .header-produs {
	height: 86px;
}
.produse-rss .prudus-title {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;	
	font-weight: 300;
	line-height: 25px;
	color: #fff;
	width: 179px;
	max-height: 76px;
	overflow: hidden;
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.produse-rss .pret {
	width: 125px;
	height: 38px;
	float: right;
	padding-right: 15px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.produse-rss .pret p {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;	
	font-weight: 300;
	line-height: 37px;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0;
}

.produse-rss .pret span {
	font-size: 17px;
	line-height: 19px;
	display: block;
	margin-left: 6px;
	float: right;
}

.produse-rss .descriere {
	height: 137px;
	overflow: hidden;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 21px 14px 0;
}

.produse-rss .mai-mult {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #e6a8a8;
	width: 100%;
	height: 53px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;	
	font-weight: 400;
	line-height: 53px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.produse-rss .mai-mult a {
	color: #fff;
	display: block;
}
.produse-rss .mai-mult:hover a {
	color: #fff;
	text-decoration: underline;
}
/* end produse feed 2parale */


/* caseta In centrul atentiei */
.caseta-in-centrul-atentiei {
	width: 303px;
	height: 123px;
	overflow: hidden;
	background: url(../images/bg-caseta-in-centrul-atentiei.png) 0 0 transparent no-repeat;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
.caseta-in-centrul-atentiei .inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.caseta-in-centrul-atentiei h3.subiect, 
.caseta-in-centrul-atentiei h3.titlu {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: 400;
	color: #d22c4b;
	text-transform: uppercase;
	width: 170px;
	padding: 0 0 0 20px;
	margin: 0;
	
}
.caseta-in-centrul-atentiei h3.titlu {
	color: #dfdfdf;
	max-height: 47px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 6px;
	padding-bottom: 2px !important;
}
.caseta-in-centrul-atentiei .contor {
	width: 170px;
	padding: 7px 0 0 20px;
	font-size: 12px;
	line-height: 10px;
	color: #dfdfdf;
}

/* end caseta In centrul atentiei */


/* caseta embed galerie foto */
.galerie-foto-embed {
	background: url(../images/bg-galerie-foto-embed.jpg);
	background-size: cover;
	background-position: center center;
	padding: 33px 32px;
	display: block;
	margin: 35px 0;
}
.galerie-foto-embed > div {
	border: 2px solid rgba(255,255,255,.19);
	position: relative;
}
.galerie-foto-embed p {
	position:  absolute;
	bottom: 0;
	width: 100%;
	padding: 9px 16px 12px;
	background-color: rgba(192,26,57,.88);
	font-family: 'Oswald', sans-serif;
	font-size: 24px !important;
	line-height: 28px !important;
	color: #fff !important;
}

.galerie-foto-embed span {
	display: table;
}

.galerie-foto-embed a {
	display: inline-block;
	float: right;
	width: 125px;
	color: #fff;
	border-top: 2px solid #fff;
	padding: 7px 0 0 3px;
	margin-top: -9px;
	margin-right: -16px;
	margin-left: 72px;
	position: relative;
}
.galerie-foto-embed a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../images/icon-galerie-foto-embed.png) 0 0 transparent no-repeat;
	width: 19px;
	height: 7px;
	display: block;
}
/* end caseta embed galerie foto */


.msg-succes, 
.msg-eroare {
	font-size: 14px;
	color: #fd1a45 !important;
	margin-bottom: 20px;
}
.msg-succes {
	color: #015fb6;
}

input.form-submit {
	width: 182px;
	height: 36px;
	background: url("../images/signin.png") right -94px;
	font: 17px "Arial",sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: 0;
}


.hide {
	display: none !important;
}

.table {
	display: table;
}

input[type=text], 
input[type=password] {
	font-weight: bold;
}

.float-left {
	float: left;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}



#google-cse .gsc-input {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none; 
}

#google-cse .gsc-input-box > table {
	width: calc(100% - 2px) !important;
	margin-bottom: 0;
}

#google-cse button.gsc-search-button {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 7px;
}

.btn-asculta-articolul {
	font-family: "Oswald",sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #010101;
}
.btn-asculta-articolul:focus{
	color: #010101;
}
.btn-asculta-articolul i {
	color: #f20f3a;
	margin-right: 5px;
}


/* caseta donatii paypall 2023 */ 
.caseta-doneaza-paypal-2023 {
	width: 636px;
	display: block;
	padding: 27px 30px 26px;
	color: #000;
	border: 1px dashed #c01a39;
	border-radius: 12px;
	background-color: #f3f3f3;
	margin-top: 19px;
}

.caseta-doneaza-paypal-2023 .text {
	font-size: 15px;
	line-height: 1.4em;
}
.caseta-doneaza-paypal-2023 .rosu {
	color: #bf1534;
}
#donate-button-container {
	margin-top: 46px !important;
	margin-bottom: 6px !important;
}
#donate-button-container #donate-button img {
	background-color: transparent;
	max-width: 341px;
}
.caseta-doneaza-paypal-2023 .carduri-donatii {
	display: block;
	margin: 0 auto 39px;
}

.similar-cu-articol {
	font-size: 14px;
	line-height: 1.5;
}
/* end caseta donatii paypall 2023 */


/* Redactia */
.redactia .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.redactia [class*="column"] + [class*="column"]:last-child {
	float: left;
}
.redactia h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.redactia .descriere-grup {
	margin: 0 20%;
	text-align: center;
}
.redactia .img-circle {
	width: 188px;
	height: 188px;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
	margin: 1em auto;
}
.redactia a {
	color: #222222;
}
.redactia a:hover .autor {
	color: #fd1a45;
}
.redactia p {
	line-height: 1.6 !important;
}
.redactia .autor {
	font-size: 1.2em !important;
	margin-bottom: 20px !important;
	text-align: center;
	font-weight: bold;
}
.redactia .bibliografie {
	margin-bottom: 0.7em !important;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
	max-height: 5em;
}

.redactia .site-autor {
	line-height: 14px !important;
	margin-bottom: 0.7em !important;
}
.redactia .site-autor a {
	text-transform: uppercase;
	font-size: 0.8em;
}
.redactia .site-autor a:hover {
	color: #fd1a45;
}
.redactia .site-autor > span, 
.redactia .site-autor a > span {
	float: left;
}
/* end Redactia */

/* caseta Focus ActiveNews */
.title-underline.focus-an {
	margin: 3px 0 0;
	line-height: 1;
	border-bottom: 3px solid #f91c46;
}

.title-underline.focus-an .title-inner {
	position: relative;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -.02em;
}

.caseta-focus-an {
	padding: 17px 0;
	border: 2px dotted #c8c8c8;
	border-top: 0;
	background-color: #f0f0f0;
}

.caseta-focus-an .container-columns {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-column-gap: 0;
}
.caseta-focus-an .container-columns .columns {
	display: flex;
	width: 100%;
	float: none;
}

.caseta-focus-an .columns:not(:last-child) {
	border-right: 1px dotted #9f9f9f;
}

.caseta-focus-an article {
	position: relative;
}

.caseta-focus-an.titlu-sub-imagine article {
	margin-bottom: -3px;
}

.caseta-focus-an.titlu-peste-imagine article {
	margin-bottom: -1px;
}

.caseta-focus-an article.caseta-invizibila {
	opacity: .5
}

.caseta-focus-an article a {
	display: block;
}

.caseta-focus-an.titlu-peste-imagine article a {
	position: relative;
}

.caseta-focus-an article img {
	display: block;
}

.caseta-focus-an.titlu-sub-imagine article .article-title {
	display: inline-block;	
	font-size: 16px;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
	color: #222222;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
}

.caseta-focus-an.titlu-peste-imagine article .article-title {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	transition: all 100ms ease-in-out;
}

.caseta-focus-an.titlu-peste-imagine article .article-title span {
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
}

.caseta-focus-an article a:hover {
	text-decoration: none !important;
}
.caseta-focus-an article a:hover .article-title {
	color: #fd1a45;
}
.caseta-focus-an.titlu-peste-imagine article a:hover .article-title {
	color: #fff;
	opacity: .5;
}

.caseta-focus-an article .article-title ins {
	padding: 3px 17px 3px 5px;
	position: relative;
	top: -2px;
	background: transparent url(../images/label.png?v=1.1) right 0 no-repeat;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	margin-right: -5px;
}
.caseta-focus-an article ins.rosu {
	background-position: right -30px;
}
/* caseta Focus ActiveNews */


.link-admin-edit {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 9999;
	background-color: #222425;
}
.link-admin-edit a {
	display: block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 2.5em;
	color: #fff;
}


.d-block {
	display: block;
}
