*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	position: relative;	
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #222222;
	background-color: #f4f4f0;
	text-rendering: optimizelegibility;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #b8171d;	
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #222;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}

.banner-vlg img,
.script-intro-right img,
.banner-top img,
.script-banner-intro-bottom img,
.script-position-3 img,
.arbo img {
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
}
.banner-vlg div,
.script-intro-right div,
.banner-top div,
.script-banner-intro-bottom div,
.script-position-3 div,
.arbo div {
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/********************************************************************/
.sitedescription {
	padding-top: 5px;
}
.sitedescription a {
	display: inline-block;
}
#vlmenu {
	flex-direction: column;
	align-items: flex-start;
	border-radius: 3px;
	overflow: hidden;
	margin: 5px 0;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
	background: #fff;
}
#vlmenu > ul {
	width: 100%;
	padding: 0 10px;
}
.site-description {
	font-size: 11px;
	padding: 5px 0 10px 0;
}
.brand {
	display: block;
	padding: 0;
}
.brand img {
	box-shadow: -2px 3px 5px rgba(0,0,0,0.2);
	border-radius: 50%;
}
.nav > li > a {
	color: #FFFFFF;
	display: block;
	padding: 10px 7px;
	letter-spacing: -0.5px;
}
.nav > li > a:hover {
	text-decoration: underline;
}
.nav.mmenu > li.active > a {
	background: #333;
}
.mtop {
	background: transparent;
}
.nav.mtop > li > a {
	font-size: 13px;
	padding: 5px 5px 7px 5px;
	color: #b8171d;
}
.mmenu {
	background: #b8171d;
	font-weight: bold;
}
.mbottom {
	background: transparent;
}
.nav.mbottom > li > a {
	font-size: 12px;
	padding: 5px;
	color: #000;
}
#aside-menu {
	position: absolute;
	left: 20px;
	top: 10px;
	border-radius: 0px;
	padding: 10px;
}


.banner_center iframe {
	width: 100%;
}
.banner-top {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.second-article a {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.custom p {
	margin: 0;
}
.custom img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#central section {
	margin-bottom: 15px;
}

#sidebar2d .title a {
	background: #B61115;
	color: #ffffff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--bs-font-sans-serif);
}
#central .title.black {
	border-top: 3px solid #222;
}
#central .title.black a {
	background: #222;
}
#central .title span {
	position: absolute;
	right: 0;
	font-size: 11px;
	padding: 10px 0;
}

.text-right {
	text-align: right;
}
.cattitle {
	margin: 30px 0 10px 0;
	border-top: 1px solid #B61115;
}
.cattitle > div {
	margin: 0;	
}
.cattitle h3 {
	font-size: 1rem;
	margin: 0;
	background: #B61115;
	margin-left: -5px;
	border-radius: 0 0 4px 4px;
}
.cattitle h3 a {
	color: #fff;
	font-size: 1.15rem;
	margin: 0;
	padding: 5px 0 7px 10px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5rem;
	display: block;
}
.cattitle small {
	padding: 5px 0;
	display: block;
	font-weight: bold;
	font-size: 1rem;
}
.article-sm {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.acontent {
	padding: 10px;
}
.banner_center img {
	width: 100%;
	height: auto;
}
.second-article-image {
	min-height: 100px;
	height: 100%;
	margin-left: 10px;
	border-radius: 0 3px 3px 0;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
	transition: all 0.35s ease-in-out;
}
.second-article-image-small {
	height: 75px !important;
	margin-bottom: 10x;	
	border-radius: 3px;
}

.article-intro {
	height: 100%;
}
.article-intro:hover .article-image {
	background-position: 70% 0 !important;
}
.leading-article .article-image {
	height: 100%;
	border-radius: 3px;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.leading-article .mask {
	background: rgba(0, 0, 0, 0.4);
	display: block;
	height: 100%;
	border-radius: 3px;
}
.leading-article .mask:hover {
	background: rgba(0, 0, 0, 0.6);
}
.leading-article .article-info {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-weight: 700;
	background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
}
.leading-article .home_img > div a {
	color: #FFFFFF;
	font-size: 1.3rem;
}
.leading-article a {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5rem;
	display: block;
}
.leading-article a:hover {
	color: #fff 
}
.column-article {
	margin-bottom: 10px;
	position: relative;
}
.column-article .article-image {
	height: 300px;
}
.column-article .mask {
	background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 110%);
	display: block;
	height: 100%;
}
.column-article .mask:hover {
	background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 85%);
}
.column-article .article-info {
	position: absolute;
	bottom: 0;
	padding: 15px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 0.85rem;
}
.column-article .home_img > div a {
	color: #FFFFFF;
	font-size: 1rem;
}
.column-article h2 {
	font-size: 1.3rem;
	line-height: 1.3rem;
}
.column-article a {
	color: #f1f1f1;
	line-height: 15px;
}
.column-article h2 a {
	line-height: 20px;
}

.banner {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	display: none;
}
.editorial {
	background: #b61115;
	padding: 20px;
	color: #FFFFFF;
	border-radius: 3px;
}
.moduletable.editorial {
	margin-top: 75px;
}
.vlnews.editorial {
	padding: 0px;
	padding-top: 10px;
}
.editorial a {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.editorial img {
	width: 75px;
	border-radius: 3px;
	border: 1px solid #b61115;
	padding: 0px;
}
.editorial h3 {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}
.moduletable.editorial > h3 {
	text-align: right;
}
.editorial .title {
	padding: 0px !important;
	margin: 20px 0 10px 0px !important;
	border: none !important;
}
.editorial small {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 12px;
}
.editorial .autor {
	background: none;
	overflow-wrap: unset;
	padding: 0px;
	position: absolute;
	left: 10px;
	text-align: left;
	top: -100px;
	float: right;
	width: 100px;
}
.autor a {
	background: #fff;
	display: inline-block;
	border-radius: 3px;
}
#aside .moduletable {
	margin-bottom: 10px;
}
#aside .moduletable .banner-vlg {
	margin-top: 5px;
	margin-bottom: 5px;
}
.latest_news_title {
	margin: 0px;
	font-weight: normal;
	font-size: 0.9rem;
}
.line_bottom {
	border-bottom: 3px solid #f4f4f2;
	padding: 10px;
	margin: 0;
	background: #fff;
}
.line_bottom .lazy {
	min-height: 55px;
}
.moduletable h3 {
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	margin: 20px 0 10px 0;
	padding: 5px 15px;
	background: #b61115;
	font-family: var(--bs-font-sans-serif);
}
.intro-right {	
	width: 325px;
}
.deschidere {
	height: calc(100% - 10px);
	margin-bottom: 5px;
	padding: 0;
}
.deschidere h1, .deschidere h1 a, .subdeschidere h2, .subdeschidere h2 a {
	display: block;
	overflow: hidden;
	height: 100%;
	margin: 0;
	width: 100%;
}
.deschidere h1 a {
	color: #FFFFFF;
	font-size: 2.2rem;
	line-height: 2.3rem;
	background: linear-gradient(180deg, rgba(126,0,5,0) 0%, rgba(72, 2, 5, 0.3) 100%);
}
.deschidere h1 a span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 90%;
}
.subdeschidere {
	margin: 0 0 10px 0;
	padding: 0;
}
.subdeschidere h2 {
	height: 191px;
}
.subdeschidere h2 a {
	color: #FFFFFF;
	font-size: 1.1rem;
	line-height: 1.2rem;
	background: rgba(0, 0, 0, 0.5);
}
.subdeschidere h2 a span {
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	right: 20px;
}
.subdeschidere a:hover, .deschidere a:hover {
	background: linear-gradient(180deg, rgba(126,0,5,0.3) 0%, rgba(72, 2, 5, 0.7) 100%);
}
#sidebar2b a, #sidebar2c a , #latest_news a {
	font-size: 14px;
	line-height: 16px;
}
#mod-search-searchword, .inputbox {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 10px;
	width: 100%;
	color: #777;
}
.element-invisible {
	display: none;
}
.sidebar-news {
	display: block;	
	overflow: hidden;
}
.banner-top-submeniu {
	max-height: 100px;
}
.banner-top-right p {
	text-align: right;
	margin: 0;
}
.banner-top-right .btn {
	font-size: 11px;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 2px;
}
.banner-intro-bottom {
	margin-top: 0px;
	margin-bottom: 0px;
}
embed {
	width: 100% !important;
	max-height: 120px !important;
}
.itemView {
	padding: 0 15px;
}
.catItemView {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	height: 100%;
}
.catItemImageBlock {
	height: 150px;
	overflow: hidden;
	border-radius: 2px;
	background: #f1f1f1;
}
.small {
	font-size: 11px;
}
.clr {
	clear: both;
	display: inline-block !important;
}

.catItemTitle {
	font-size: 1rem;
	margin: 10px 0;
	min-height: 55px;
	line-height: 1.1rem;
}
.itemFullText h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 20px 0 10px 0;
}
.itemFullText > h4 {
	background: #222;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 20px;
}
.itemFullText br {
	display: block;
	width: 100%;
	margin: 5px 0;
}
.itemImageBlock {
	position: relative;
	background: #383838;
	border-radius: 3px;
}
.itemImage {
	height: 100%;
}
.article-title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
	padding: 20px 0;
	margin: 0px;
	display: block;
}
.subtitle {
	background: #f1f1f1;
	border-radius: 2px;
	color: #555;
	font-size: 1.25rem;
	padding: 10px;
}
.article-author {
	line-height: 1.2rem;
	padding: 10px 0 0 0;
	font-size: 1rem;
	margin: 0;
}
.article-author a {
	color: #FF0000;
}
.article-author a:hover {
	color: #b61115;
}
.article-date {
	font-size: 0.85rem;
	line-height: 1.15rem;
	padding: 0;
	display: block;
}
.article-photo-author {
	font-size: 0.85rem;
	line-height: 1.15rem;
	padding: 0;
	display: block;
}

.itemImageBlock.noimage {
	background: none !important;
	min-height: 100px !important;
	padding: 20px 0;
}
.itemImageBlock.noimage .article-title {
	background: none;
	color: #333;
	text-shadow: none;
	position: relative;
	padding: 0;
}
.itemImageBlock.noimage .article-author {
	background: none;
	padding: 0;
	color: #333;
}
.itemImageBlock.noimage .article-date {
	background: none;
	padding: 0;
	color: #333;
}
.itemImageBlock.noimage .article-author a:hover {
	color: #333;
}
.itemRelated .itemRelImg {
	height: 120px;
	overflow: hidden;
	background-color: #f1f1f1;
	background-position: center;
}
.thumbnail {
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	display: block;
	line-height: 18px;
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
}
.comcard {
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	line-height: 18px;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.banner_center {
	margin: 0px 0px;
}
.intro-right .banner-vlg {
	margin-bottom: 5px;
	display: inline-flex;
	max-width: 100%;
}
.banner-vlg img {
	max-width: 100%;
	height: auto;
}
.banner-vlg ins {
	max-width: 100% !important;
	width: 100% !important;
}
.banner-top-left {
	margin-bottom: 10px;
}
.itemFullText img, .itemFullText table {
	clear: both;
	padding-top: 0;
	max-width: 100%;
	margin: 10px 0;
}
.itemFullText img {
	height: auto;
}
.btn-vlg-ad {
	background-color: #b61115;
	border-color: #b61115;
	color: #ffffff !important;
}
.btn-vlg-read {
	background-color: #555;
	border-color: #555;
	color: #ffffff !important;
}
.genericItemView {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.genericItemView h3 {
	line-height: 1.5rem;
}
.icon-first::before {
	content: "<";
}
.icon-previous::before {
	content: "<<";
}
.icon-next::before {
	content: ">";
}
.icon-last::before {
	content: ">>";
}

.socialicon svg {
	height: 22px;
	width: auto;
}
.deschidere {
	border-radius: 3px;
	overflow: hidden;
	transition: all 1s ease-in-out;
	background-size: cover;
	background-position: 10% 30% !important;
}
.subdeschidere > div {
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.deschidere:hover, .subdeschidere:hover > div {
	background-position: 90% 30% !important;
}
footer a {
	display: inline-block;
}


div.catItemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 10px 0;
}
div.catItemIntroText img {
}
div.itemHeader {
}
div.itemHeader span.itemDateCreated {
	color: #999999;
	font-size: 11px;
}
div.itemHeader h2.itemTitle {
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin: 0;
	padding: 10px 0 30px;
}
div.itemHeader h2.itemTitle span {
}
div.itemHeader h2.itemTitle span sup {
	font-size: 12px;
	color: #CF1919;
	text-decoration: none;
}
div.itemHeader span.itemAuthor {
	display: block;
	padding: 0;
	margin: 0;
}
div.itemHeader span.itemAuthor a:before {
	content: " ";
}
div.itemToolbar {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 8px 20px 7px 20px;
	background: #fff;
	border-radius: 3px;
}
div.itemToolbar ul {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
div.itemToolbar ul li {
	display: block;
	list-style: none;
	padding: 0 4px 0 8px;
	margin: 0;
	text-align: center;
	background: none;
	font-size: 12px;
}
.itemCommentsLink {
	text-align: right;
}
div.itemToolbar ul > li:first-child {
	border: none;
}
div.itemToolbar ul li a {
	font-size: 12px;
	font-weight: normal;
}
div.itemToolbar ul li span.itemTextResizerTitle {
}
div.itemToolbar ul li a#fontDecrease {
	margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
	width: 13px;
	height: 13px;
	font-size: 13px;
}
div.itemToolbar ul li a#fontIncrease {
	margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
	width: 13px;
	height: 13px;
	font-size: 13px;
}
div.itemToolbar ul li a#fontDecrease span, div.itemToolbar ul li a#fontIncrease span {
	display: none;
}
div.itemRatingBlock span {
	display: block;
	float: left;
	font-style: normal;
	padding: 0 4px 0 0;
	margin: 0;
	color: #999999;
}
#k2Container h1 {
	font-size: 2rem;
	line-height: 2rem;
}
div.k2FeedIcon {
	display: inline-block;
	padding: 5px;
	text-align: right;
	width: 100%;
}
div.k2FeedIcon a, div.k2FeedIcon a:hover {
	display: block;
	float: right;
	margin-bottom: 10px;
}
.itemRatingForm {
	line-height: 23px;
}
.itemRatingLog {
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
}
div.itemRatingForm .formLogLoading {
	background: url(../images/system/loading.gif) no-repeat left center;
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background: transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 22px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
}
.itemRatingList a, .itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left bottom;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 center;
	margin: 0;
	padding: 0;
}
span.siteRoot {
	display: none;
}
div.itemSocialSharing {
	padding: 8px 0;
}
div.itemTwitterButton {
	float: left;
	margin: 2px 24px 0 0;
}
div.itemFacebookButton {
}
div.itemGooglePlusOneButton {
}
div.itemLinks {
	margin: 16px 0;
	padding: 0;
}
div.itemCategory {
}
div.itemCategory span {
	font-weight: bold;
	color: #555;
	padding: 0 4px 0 0;
}
div.itemCategory a {
}
div.itemTagsBlock {
}
div.itemTagsBlock span {
	background: #333;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px;
	text-transform: uppercase;
}
div.itemTagsBlock ul.itemTags {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
div.itemTagsBlock ul.itemTags li {
	display: inline-block;
	list-style: none;
	padding: 0 4px 0 0;
	margin: 5px 0;
	text-align: center;
}
div.itemTagsBlock ul.itemTags li a:before {
	content: "#";
}
div.itemTagsBlock ul.itemTags li a {
	background: #777;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	text-transform: uppercase;
}
div.itemTagsBlock ul.itemTags li a:hover {
	background: #980e12;
	color: #fff;
}
div.itemAttachmentsBlock {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 3px;
	line-height: 1.2rem;
}
div.itemAttachmentsBlock span {
	font-weight: bold;
	color: #555;
	padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
	display: inline;
	list-style: none;
	padding: 0 4px;
	margin: 0;
	text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li a {
}
div.itemAttachmentsBlock ul.itemAttachments li a:hover {
}
div.itemAttachmentsBlock ul.itemAttachments li span {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
div.itemAuthorBlock {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 0 16px 0;
	padding: 8px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 0;
	border: 1px solid #990000;
	margin: 0 8px 0 0;
	border-radius: 50%;
	width: 100%;
	max-width: 120px;
}
div.itemAuthorBlock div.itemAuthorDetails {
	margin: 0;
	padding: 4px 0 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
	margin: 0 0 4px 0;
	padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
	font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {
}
div.itemAuthorBlock div.itemAuthorDetails p {
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
	font-weight: bold;
	color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
	font-weight: bold;
	color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a, div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
	font-weight: normal;
}
div.itemAuthorLatest {
	margin-bottom: 16px;
	padding: 0;
}
div.itemAuthorLatest h3 {
}
div.itemAuthorLatest ul {
}
div.itemAuthorLatest ul li {
}
div.itemAuthorLatest ul li a {
}
div.itemAuthorLatest ul li a:hover {
}
div.k2Pagination {
	padding: 8px;
	margin: 24px 0 4px 0;
	text-align: center;
}
div.k2Pagination ul {
	text-align: center;
}
div.k2Pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.k2Pagination ul li a {
	display: inline-block;
	padding: 4px 8px;
	margin: 0 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	vertical-align: middle;
	background: #FFFFFF;
	text-decoration: none;
}
div.k2Pagination ul li a:hover {
	background: #fafafa;
	cursor: pointer;
}
div.k2Pagination ul li.active a {
	background: #fafafa;
}
div.k2Pagination ul li a span {
	vertical-align: middle;
}
.breadcrumb {
	padding: 10px 0;
	margin: 10px 0;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.breadcrumb > li {
	display: inline-block;
	padding: 5px;	
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999999;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #999999;
	cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before, .pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #999999;
	background-color: #FFFFFF;
	cursor: default;
}
div.itemComments ul li.thumbnail {
	margin-bottom: 10px;
	background: #fff;
}
div.itemComments ul.itemCommentsList {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
div.itemComments ul.itemCommentsList li.authorResponse {
	background: url(../images/system/stripes.png) repeat;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
	background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
	float: left;
	margin: 4px 4px 4px 0;
	padding: 4px;
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
div.itemComments ul.itemCommentsList li div.commentDate {
	font-weight: bold;
	font-size: 12px;
	color: #777;
}
div.itemComments ul.itemCommentsList li div.commentAuthorName {
	font-weight: bold;
	font-size: 12px;
}
div.itemComments ul.itemCommentsList li p {
	padding: 4px 0;
}
div.itemComments ul.itemCommentsList li div.commentAuthorEmail {
	display: none;
}
div.itemComments ul.itemCommentsList li div.commentLink {
	
}
div.itemComments ul.itemCommentsList li div.commentLink a {
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}
div.itemComments ul.itemCommentsList li div.commentLink a:hover {
	font-size: 11px;
	color: #555;
	text-decoration: underline;
}
div.itemComments ul.itemCommentsList li .commentToolbar {
	display: block;
	clear: both;
}
div.itemComments ul.itemCommentsList li .commentToolbar a {
	font-size: 11px;
	color: #999;
	text-decoration: underline;
	margin-right: 4px;
}
div.itemComments ul.itemCommentsList li .commentToolbar a:hover {
	font-size: 11px;
	color: #555;
	text-decoration: underline;
}
div.itemComments ul.itemCommentsList li .commentToolbarLoading {
	background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
	padding: 4px;
	margin: 0 0 24px 0;
}
div.itemCommentsPagination span.pagination {
	display: block;
	float: right;
	clear: both;
}
div.itemCommentsForm h3 {
	margin: 0;
	padding: 0 0 4px 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: 2px solid #ccc;
}
div.itemCommentsForm form {
}
div.itemCommentsForm form label.formComment {
	display: block;
	margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formName {
	display: block;
	margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
	display: block;
	margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formUrl {
	display: block;
	margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formRecaptcha {
	display: block;
	margin: 12px 0 0 2px;
}
div.itemCommentsForm form textarea.inputbox {
	display: block;
	width: 100%;
	height: 120px;
	margin: 0;
}
div.itemCommentsForm form input.inputbox {
	display: block;
	margin: 0;
}
div.itemCommentsForm form input#submitCommentButton {
	display: block;
	margin: 16px 0 0 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 16px;
}
div.itemCommentsForm form span#formLog {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
	background: url(../images/system/loading.gif) no-repeat left center;
}
div.k2ReportCommentFormContainer {
	padding: 8px;
	width: 480px;
	margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
	width: 462px;
	background: #f7fafe;
	border: 1px solid #ddd;
	padding: 8px;
	margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	color: #135CAE;
	line-height: 30px;
	vertical-align: top;
	display: block;
	float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	color: #135CAE;
	line-height: 30px;
	vertical-align: top;
	display: block;
	float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
	display: block;
	font-weight: bold;
}
div.k2ReportCommentFormContainer form input, div.k2ReportCommentFormContainer form textarea {
	display: block;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 2px;
	margin: 0 0 8px 0;
	width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
	margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
	background: url(../images/system/loading.gif) no-repeat left center;
}
div.itemRelated {
	margin-bottom: 16px;
	padding: 0;
}

.comrates {
	background: #f4f4f0;
	margin-top: 5px;
	margin-bottom: -10px;
	padding: 5px;
	line-height: 14px;
}

div.itemRelated h3 {
}
div.itemRelated ul {
	margin: 0px;
}
div.itemRelated ul li {
	list-style: none;
}
div.itemRelated ul li.k2ScrollerElement {
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 4px 4px 0;
	background: #fff;
}
div.itemRelated ul li.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}
a.itemRelTitle {
	display: block;
	font-weight: 700;
	padding: 10px 0 20px 0;
}
.itemNavigationTitle {
	display: block;
	padding-bottom: 10px;
}
.tagItemImage {
	overflow: hidden;
	max-height: 150px !important;
	margin-bottom: 10px;
}
.tagItemImage img {
	width: 100% 
}
.tagItemHeader {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tagItemHeader h2 {
	font-size: 20px;
	line-height: 20px;
}
.tagItemList {
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
}
.userView {
	padding: 0 10px;
}
.userItemTitle {
	font-size: 18px;
}
.userItemBody {
	padding: 10px 0;
}
.baner-article-end, .baner-article-end ins {
	min-width: 100% !important;
	overflow: hidden;
	width: 100% !important;
}
#cookieMessageWrapper {
	background: #555;
	border-bottom: 1px solid #ccc;
	bottom: 0;
	display: none;
	margin: 0 auto;
	padding: 10px;
	position: fixed;
	width: 100%;
	color: #fff;
}
#cookieMessageWrapper a {
	color: #fff;
}
#cookieMessage {
	margin: 0 auto;
	text-align:center;
}
#cookieMessage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cookieClose {
	background: #fff;
	border-radius: 2px;
	color: #000 !important;
	float: right;
	font-size: 11px;
	padding: 4px 7px;
}
.itemContentFooter {
	padding: 5px 0;
	clear: both;
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden;
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box;
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
	display:none;
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}
.mfp-ajax-cur {
	cursor:progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor:auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.mfp-loading.mfp-figure {
	display:none;
}
.mfp-hide {
	display:none !important;
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044;
}
.mfp-preloader a {
	color:#CCC;
}
.mfp-preloader a:hover {
	color:#FFF;
}
.mfp-s-ready .mfp-preloader {
	display:none;
}
.mfp-s-error .mfp-content {
	display:none;
}
button.mfp-close, button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	box-shadow:none;
	touch-action:manipulation;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity:1;
}
.mfp-close:active {
	top:1px;
}
.mfp-close-btn-in .mfp-close {
	color:#333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}
.mfp-arrow:active {
	margin-top:-54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity:1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent;
}
.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}
.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7;
}
.mfp-arrow-left {
	left:0;
}
.mfp-arrow-left:after {
	border-right:17px solid #FFF;
	margin-left:31px;
}
.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}
.mfp-arrow-right {
	right:0;
}
.mfp-arrow-right:after {
	border-left:17px solid #FFF;
	margin-left:39px;
}
.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:1240px;
	height:100%;
}
.mfp-iframe-holder .mfp-close {
	top:-40px;
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	background:#FFF;
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto;
}
.mfp-figure {
	line-height:0;
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	background:#444;
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}
.mfp-figure figure {
	margin:0;
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}
.mfp-image-holder .mfp-content {
	max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}

#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter,#lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}
#lbPrevLink,#lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background:transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(../images/closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}
#lbCaption,#lbNumber {
	margin-right:71px;
}
#lbCaption {
}
table.contentpaneopen {
	width:100%;
}
li.sigProClear {
	clear:both;
	float:none!important;
	height:0!important;
	line-height:0!important;
	border:none!important;
	background:none!important;
	width:auto;
	margin:0!important;
	padding:0!important;
}
ul.sigProClassic {
	margin:8px auto!important;
	padding:8px 0!important;
	list-style:none;
	clear:both;
	overflow:hidden;
}
ul.sigProClassic.singleThumbGallery {
	margin:0!important;
	padding:8px 0!important;
	list-style:none!important;
	float:left;
}
ul.sigProClassic li.sigProThumb {
	float:left;
	background:#fff!important;
	margin:0;
	padding:0;
	list-style:none!important;
}
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0;
}
ul.sigProClassic li.sigProThumb a.sigProLink, ul.sigProClassic li.sigProThumb a.sigProLink:hover {
	position:relative;
	float:left;
	display:block;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
}
ul.sigProClassic li.sigProThumb a.sigProLink {
	color:#eee;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:none;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
ul.sigProClassic span.sigProPseudoCaption,ul.sigProClassic span.sigProCaption {
	background: rgba(0, 0, 0, 0.6);
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
ul.sigProClassic li.sigProThumb a.sigProLink span.sigProPseudoCaption {
	background:#000;
}
ul.sigProClassic li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
	background:#fff;
}
ul.sigProClassic span.sigProPseudoCaption {
	opacity:0.7;
	-moz-opacity:0.7;
}
ul.sigProClassic span.sigProPseudoCaption b {
	visibility:hidden;
}
span.sigProPopupCaption {
	font-weight:bold;
	color:#C63C13;
	font-size:13px;
}
a.sigProDownloadLink, a.sigProDownloadLink:hover {
	padding:4px 0;
}
div.sigProModulePosition {
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin:8px 0;
	background:#ffffdd;
}
body.sigProIsIE6 ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
	padding:0 5px 5px 0;
}
body.sigProIsIE6 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
	margin:0;
}
body.sigProIsIE6 ul.sigProClassic span.sigProPseudoCaption, body.sigProIsIE6 ul.sigProClassic span.sigProCaption {
	width:100%;
	padding:2px 0;
	cursor:pointer;
}
body.sigProIsIE7 ul.sigProClassic li.sigProThumb a.sigProLink, body.sigProIsIE7 ul.sigProClassic li.sigProThumb a.sigProLink:hover {
	float:left;
}
body.sigProIsIE6 ul.sigProClassic span.sigProPseudoCaption, body.sigProIsIE7 ul.sigProClassic span.sigProPseudoCaption, body.sigProIsIE8 ul.sigProClassic span.sigProPseudoCaption {
	filter:alpha(opacity=70);
}
a.sigProFlickrSetLink {
	display:block;
	clear:left;
	padding:2px 8px;
}
.sigProPrintMessage {
	display:none;
}
.bmain {
	display: inline-block;
}
.fulltopbanner {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 98%;
	left: -13%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: -230px;
	width: 125.8%;
	z-index: 0;
}
.fulltopbanner img {
	height: auto;
	width: 100%;
}
.fulltop .sitedescription, .fulltop .main {
	position: relative;
	top: 175px;
}

.newsflash-title {
	font-size: 1rem;
	line-height: 1.1rem;
}

.itemFullText {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	line-height: 1.3rem;
}

.banner-top-right {
	text-align: right;
}
.rateup {
	background:url('../images/rate_up.gif') no-repeat;
	width:16px;
	height:16px;
	border:none;
	float:left;	
	margin-right:5px;
	cursor:pointer;
}
.ratedown {
	background:url('../images/rate_down.gif') no-repeat;
	width:16px;
	height:16px;
	border:none;	
	float:left;	
	margin-right:5px;	
	cursor:pointer;	
}


@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0, 0, 0, 0.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		box-sizing:border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
	}
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0, 0, 0, 0.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform:scale(0.75);
		transform:scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

@media all and (max-width:990px) {
	.fulltop .sitedescription, .fulltop .main {
		position: relative;
		top: 0px;
	}
	.deschidere h1 a {
		font-size: 1.7rem;
		line-height: 1.7rem;
	}
}

.red {
	color: #FF0000;
	cursor: pointer;
}
.green {
	color: #009933;
	cursor: pointer;
}
#aside .moduletable .banner-vlg iframe {
	width: auto !important;
}
.intro-right .banner-vlg img {
	max-width: 100%;
	height: 157px !important;
	width: 300px !important;
}
.navbar-toggle {
	border-radius: 3px;
}

.navbar-toggler {
	position: absolute;
	right: 5px;
	top: -32px;
	padding: 0;
	font-size: 3rem;
	width: 35px;
	height: 50px;
	z-index: 999999999999;
}

.navbar-toggler:focus {
	box-shadow: none;
}
.itemAuthorLatest a {
	display: inline-block;
}
.itemBody {
	margin-top: 35px;
}
.newsitem {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

#st-1, #st-2 {
	z-index: 99 !important;
}

ul.sigFreeClassic li.sigFreeThumb {
	margin: 1px;
	width: 24.5% !important;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {	
	width: 100% !important;
	background-size: cover;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
	width: 100% !important;
}

}
@media (min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 98% !important;
	}
}



@media all and (max-width:768px) {
	.itemFullText, .itemFullText p {
		text-align: left !important;
	}
	.header-search {
		display: none;
	}
	ul.sigFreeClassic li.sigFreeThumb {
		margin: 1px;
		width: 49% !important;
	}
	.cattitle h3 a {
		padding: 10px 0 10px 10px;
	}
	ul.sigProClassic li.sigProThumb {
		width: 49% !important;
	}
	ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    width: 100% !important;
  }
	.avPlayerWrapper .avPlayerContainer,
	.avPlayerWrapper .avPlayerContainer .avPlayerBlock video {
		max-width: 100% !important;
	}
	.itemImage {
		position: relative;
	}
	.banner-top-right {
		text-align: left;
	}
	.sitedescription {
		padding-top: 10px;
	}
	.navbar-toggler-icon {
    width: auto;
    height: auto;
  }
	.nav > li > a {
		padding: 5px 5px !important;
		font-size: 0.9rem !important;
	}
	#vlmenu > ul {
		flex-direction: row;
	}
	.navbar {
		position: absolute;
		right: 0;
		left: 0;
		top: 25px;
		z-index: 999999999999;
    width: calc(100% + 30px);
    margin: 0 -15px;
	}
	#vlmenu > ul > li {
		width: 48%;
	}
	.intro-right {
		width: 100%;
	}
	.deschidere {
		height: 300px;
	}
	div.itemRatingBlock span {
		float: none;
	}
	.leading-article a {
		font-size: 1.3rem;
		line-height: 1;
	}
	.itemImageBlock {
		max-height: initial;
	}
	.article-title {
		font-size: 1.75rem;
		line-height: 1.8rem;
		padding: 10px;
	}
	.itemBody figure {
		margin: 0 -12px 1rem -12px;
	}
	div.itemToolbar {
		font-size: 0.8rem;
		padding: 5px 10px;
	}
	.brand {
		padding: 0;
	}
	.brand img {
		width: 100%;
		height: auto;
	}
	.bmain > .col-md-12 {
		padding-right: 5px;
	}
	.navbar-toggle {
		margin-top: 0px;
	}
	.deschidere h1 a span {
		left: 7% !important;
		right: 7% !important;
		width: 86% !important;
		bottom: 20px;
	}
	.nav.mtop > li > a, .nav.mbottom > li > a {
		padding: 5px;
	}
	.leading-article .article-image {
		min-height: 300px;
	}
	.banner-vlg {
		text-align:center;
	}
	.banner-vlg img {
		max-width: 100%;
		height: auto !important;
		width: 100% !important;
	}
	.banner-vlg iframe {
		width: 100% !important;         
	}
	.leading-article {
		margin-bottom: 20px;
	}
	#central .title a {
		font-size: 1rem;
		font-weight: 500;
		padding: 2px 10px 5px 10px;
		line-height: 1.3rem;
	}
	h4.newsflash-title {
		margin: 10px 0 20px 0;
		font-size: 1.1rem;
		line-height: 1.25rem;
	}
	.moduletable h3 {
		margin: 10px 0;
		padding: 10px 15px 8px 15px;
	}
	.latest_news_title {
		margin: 5px 0 10px 0;
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.1rem;
	}
	.sidebar-news {
		height: 150px;
	}
	.line_bottom {
		padding: 10px 0;
	}
	.line_bottom a {
		font-weight: 600;
		line-height: 1.2rem;
	}
	.sidebar-news {
		display: block;
	}
	.sidebar-news img {
		display: block;
		object-fit: cover;
		object-position: center;
		width: 100%;
	}
	.bmain {
		display: block;
		position: relative;
	}
	#vlmenu {
		width: 100%;
		z-index: 10001;
		border-radius: 0;
		min-height: 100vh;
		height: 100%;
		background: #383838;
	}
	.mtop {
		background: #cb260a;
		padding: 10px;
	}
	.mbottom {
		background: #383838;
		padding: 10px;
	}
	.navbar-nav > li > a {
		line-height: 20px;
		color: #fff !important;
	}
	.catItemImageBlock {
		height: 220px;
	}
	#content {
		border: none;
	}
	.commentLink {
		float: none;
		padding: 0;
		margin: 0;
	}
}



/*eveniment*/
.cat-2 .cattitle {
	border-top: 1px solid #2f6ab9;
}
.cat-2 .cattitle h3 {	
	background-color: #2f6ab9;	
	font-family: var(--bs-font-sans-serif);
}
.cat-2 .cattitle .text-right a, .cat-2 .article-sm a {
	color: #2f6ab9;
}
.cat-2 .cattitle .text-right a:hover, .cat-2 .article-sm a:hover {
	color: #ff2e17;
}
.cat-2 .leading-article .mask {
	background: linear-gradient(180deg, rgba(47,106,185,0.1) 25%, rgba(47,106,185,1) 110%);
}
.cat-2 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(47,106,185,0.1) 25%, rgba(47,106,185,1) 85%);
}
.cat-2 .article-sm {
	border-bottom: 1px solid #2f6ab9;
}

/*actual*/
.cat-84 .cattitle {
	border-top: 1px solid #6b6d72;
}
.cat-84 .cattitle h3 {	
	background-color: #6b6d72;	
	font-family: var(--bs-font-sans-serif);
}
.cat-84 .cattitle .text-right a, .cat-84 .article-sm a {
	color: #2a3653;
}
.cat-84 .cattitle .text-right a:hover, .cat-84 .article-sm a:hover {
	color: #ff2e17;
}
.cat-84 .leading-article .mask {
	background: linear-gradient(180deg, rgba(107,109,114,0.1) 25%, rgba(107,109,114,1) 110%);
}
.cat-84 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(107,109,114,0.1) 25%, rgba(107,109,114,1) 85%);
}
.cat-84 .article-sm {
	border-bottom: 1px solid #6b6d72;
}

/*politica */
.cat-7 .cattitle {
	border-top: 1px solid #956f28;
}
.cat-7 .cattitle h3 {	
	background-color: #956f28;	
	font-family: var(--bs-font-sans-serif);
}
.cat-7 .cattitle .text-right a, .cat-7 .article-sm a {
	color: #956f28;
}
.cat-7 .cattitle .text-right a:hover, .cat-7 .article-sm a:hover {
	color: #ff2e17;
}
.cat-7 .leading-article .mask {
	background: linear-gradient(180deg, rgba(149,111,40,0.1) 25%, rgba(149,111,40,1) 110%);
}
.cat-7 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(149,111,40,0.1) 25%, rgba(149,111,40,1) 85%);
}
.cat-7 .article-sm {
	border-bottom: 1px solid #956f28;
}

/*sport */
.cat-6 .cattitle {
	border-top: 1px solid #2c9713;
}
.cat-6 .cattitle h3 {	
	background-color: #2c9713;	
	font-family: var(--bs-font-sans-serif);
}
.cat-6 .cattitle .text-right a, .cat-6 .article-sm a {
	color: #2c9713;
}
.cat-6 .cattitle .text-right a:hover, .cat-6 .article-sm a:hover {
	color: #ff2e17;
}
.cat-6 .leading-article .mask {
	background: linear-gradient(180deg, rgba(95,191,73,0.1) 25%, rgba(95,191,73,1) 110%);
}
.cat-6 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(95,191,73,0.1) 25%, rgba(95,191,73,1) 85%);
}
.cat-6 .article-sm {
	border-bottom: 1px solid #2c9713;
}

/*economie */
.cat-5 .cattitle {
	border-top: 1px solid #e46916;
}
.cat-5 .cattitle h3 {	
	background-color: #e46916;	
	font-family: var(--bs-font-sans-serif);
}
.cat-5 .cattitle .text-right a, .cat-5 .article-sm a {
	color: #e46916;
}
.cat-5 .cattitle .text-right a:hover, .cat-5 .article-sm a:hover {
	color: #ff2e17;
}
.cat-5 .leading-article .mask {
	background: linear-gradient(180deg, rgba(253,152,84,0.1) 25%, rgba(253,152,84,1) 110%);
}
.cat-5 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(253,152,84,0.1) 25%, rgba(253,152,84,1) 85%);
}
.cat-5 .article-sm {
	border-bottom: 1px solid #e46916;
}


/*sanatate */
.cat-80 .cattitle {
	border-top: 1px solid #08959b;
}
.cat-80 .cattitle h3 {	
	background-color: #08959b;	
	font-family: var(--bs-font-sans-serif);
}
.cat-80 .cattitle .text-right a, .cat-80 .article-sm a {
	color: #08959b;
}
.cat-80 .cattitle .text-right a:hover, .cat-80 .article-sm a:hover {
	color: #ff2e17;
}
.cat-80 .leading-article .mask {
	background: linear-gradient(180deg, rgba(0,180,188,0.1) 25%, rgba(0,180,188,1) 110%);
}
.cat-80 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(0,180,188,0.1) 25%, rgba(0,180,188,1) 85%);
}
.cat-80 .article-sm {
	border-bottom: 1px solid #08959b;
}


/*bani eruopeni */
.cat-85 .cattitle {
	border-top: 1px solid #003194;
}
.cat-85 .cattitle h3 {	
	background-color: #003194;	
	font-family: var(--bs-font-sans-serif);
}
.cat-85 .cattitle .text-right a, .cat-85 .article-sm a {
	color: #003194;
}
.cat-85 .cattitle .text-right a:hover, .cat-85 .article-sm a:hover {
	color: #ff2e17;
}
.cat-85 .leading-article .mask {
	background: linear-gradient(180deg, rgba(0,49,148,0.1) 25%, rgba(0,49,148,1) 110%);
}
.cat-85 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(0,49,148,0.1) 25%, rgba(0,49,148,1) 85%);
}
.cat-85 .article-sm {
	border-bottom: 1px solid #003194;
}

/*magazin */
.cat-10 .cattitle {
	border-top: 1px solid #b21b0f;
}
.cat-10 .cattitle h3 {	
	background-color: #b21b0f;	
	font-family: var(--bs-font-sans-serif);
}
.cat-10 .cattitle .text-right a, .cat-10 .article-sm a {
	color: #b21b0f;
}
.cat-10 .cattitle .text-right a:hover, .cat-10 .article-sm a:hover {
	color: #ff2e17;
}
.cat-10 .leading-article .mask {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 110%);
}
.cat-10 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 85%);
}
.cat-10 .article-sm {
	border-bottom: 1px solid #b21b0f;
}

/*educatie */
.cat-43 .cattitle {
	border-top: 1px solid #00b9f2;
}
.cat-43 .cattitle h3 {	
	background-color: #00b9f2;	
	font-family: var(--bs-font-sans-serif);
}
.cat-43 .cattitle .text-right a, .cat-43 .article-sm a {
	color: #00b9f2;
}
.cat-43 .cattitle .text-right a:hover, .cat-43 .article-sm a:hover {
	color: #ff2e17;
}
.cat-43 .leading-article .mask {
	background: linear-gradient(180deg, rgba(0,185,242,0.1) 25%, rgba(0,185,242,1) 110%);
}
.cat-43 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(0,185,242,0.1) 25%, rgba(0,185,242,1) 85%);
}
.cat-43 .article-sm {
	border-bottom: 1px solid #00b9f2;
}

/*reportaj */
.cat-12 .cattitle {
	border-top: 1px solid #00b1a0;
}
.cat-12 .cattitle h3 {	
	background-color: #00b1a0;	
	font-family: var(--bs-font-sans-serif);
}
.cat-12 .cattitle .text-right a, .cat-12 .article-sm a {
	color: #00b1a0;
}
.cat-12 .cattitle .text-right a:hover, .cat-12 .article-sm a:hover {
	color: #ff2e17;
}
.cat-12 .leading-article .mask {
	background: linear-gradient(180deg, rgba(0,177,160,0.1) 25%, rgba(0,177,160,1) 110%);
}
.cat-12 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(0,177,160,0.1) 25%, rgba(0,177,160,1) 85%);
}
.cat-12 .article-sm {
	border-bottom: 1px solid #00b1a0;
}

/*diaspora */
.cat-36 .cattitle {
	border-top: 1px solid #619acc;
}
.cat-36 .cattitle h3 {	
	background-color: #619acc;	
	font-family: var(--bs-font-sans-serif);
}
.cat-36 .cattitle .text-right a, .cat-36 .article-sm a {
	color: #619acc;
}
.cat-36 .cattitle .text-right a:hover, .cat-36 .article-sm a:hover {
	color: #ff2e17;
}
.cat-36 .leading-article .mask {
	background: linear-gradient(180deg, rgba(97,154,204,0.1) 25%, rgba(97,154,204,1) 110%);
}
.cat-36 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(97,154,204,0.1) 25%, rgba(97,154,204,1) 85%);
}
.cat-36 .article-sm {
	border-bottom: 1px solid #619acc;
}

/*societate */
.cat-8 .cattitle {
	border-top: 1px solid #682972;
}
.cat-8 .cattitle h3 {	
	background-color: #682972;	
	font-family: var(--bs-font-sans-serif);
}
.cat-8 .cattitle .text-right a, .cat-8 .article-sm a {
	color: #682972;
}
.cat-8 .cattitle .text-right a:hover, .cat-8 .article-sm a:hover {
	color: #ff2e17;
}
.cat-8 .leading-article .mask {
	background: linear-gradient(180deg, rgba(104,41,114,0.1) 25%, rgba(104,41,114,1) 110%);
}
.cat-8 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(104,41,114,0.1) 25%, rgba(104,41,114,1) 85%);
}
.cat-8 .article-sm {
	border-bottom: 1px solid #682972;
}

/*cultura */
.cat-9 .cattitle {
	border-top: 1px solid #bf146c;
}
.cat-9 .cattitle h3 {	
	background-color: #bf146c;	
	font-family: var(--bs-font-sans-serif);
}
.cat-9 .cattitle .text-right a, .cat-9 .article-sm a {
	color: #bf146c;
}
.cat-9 .cattitle .text-right a:hover, .cat-9 .article-sm a:hover {
	color: #ff2e17;
}
.cat-9 .leading-article .mask {
	background: linear-gradient(180deg, rgba(251,49,153,0.1) 25%, rgba(251,49,153,1) 110%);
}
.cat-9 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(251,49,153,0.1) 25%, rgba(251,49,153,1) 85%);
}
.cat-9 .article-sm {
	border-bottom: 1px solid #bf146c;
}

/*interviuri */
.cat-68 .cattitle {
	border-top: 1px solid #b21b0f;
}
.cat-68 .cattitle h3 {	
	background-color: #b21b0f;	
	font-family: var(--bs-font-sans-serif);
}
.cat-68 .cattitle .text-right a, .cat-68 .article-sm a {
	color: #b21b0f;
}
.cat-68 .cattitle .text-right a:hover, .cat-68 .article-sm a:hover {
	color: #ff2e17;
}
.cat-68 .leading-article .mask {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 110%);
}
.cat-68 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 85%);
}
.cat-68 .article-sm {
	border-bottom: 1px solid #b21b0f;
}

/*apel umanitar*/
.cat-73 .cattitle {
	border-top: 1px solid #872996;
}
.cat-73 .cattitle h3 {	
	background-color: #872996;	
	font-family: var(--bs-font-sans-serif);
}
.cat-73 .cattitle .text-right a, .cat-73 .article-sm a {
	color: #872996;
}
.cat-73 .cattitle .text-right a:hover, .cat-73 .article-sm a:hover {
	color: #ff2e17;
}
.cat-73 .leading-article .mask {
	background: linear-gradient(180deg, rgba(135,41,150,0.1) 25%, rgba(135,41,150,1) 110%);
}
.cat-73 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(135,41,150,0.1) 25%, rgba(135,41,150,1) 85%);
}
.cat-73 .article-sm {
	border-bottom: 1px solid #872996;
}

/*nec*/
.cat-30 .cattitle {
	border-top: 1px solid #342f4e;
}
.cat-30 .cattitle h3 {	
	background-color: #342f4e;	
	font-family: var(--bs-font-sans-serif);
}
.cat-30 .cattitle .text-right a, .cat-30 .article-sm a {
	color: #342f4e;
}
.cat-30 .cattitle .text-right a:hover, .cat-30 .article-sm a:hover {
	color: #ff2e17;
}
.cat-30 .leading-article .mask {
	background: linear-gradient(180deg, rgba(52,47,78,0.1) 25%, rgba(52,47,78,1) 110%);
}
.cat-30 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(52,47,78,0.1) 25%, rgba(52,47,78,1) 85%);
}
.cat-30 .article-sm {
	border-bottom: 1px solid #342f4e;
}

/*ancheta*/
.cat-11 .cattitle {
	border-top: 1px solid #b21b0f;
}
.cat-11 .cattitle h3 {	
	background-color: #b21b0f;	
	font-family: var(--bs-font-sans-serif);
}
.cat-11 .cattitle .text-right a, .cat-11 .article-sm a {
	color: #b21b0f;
}
.cat-11 .cattitle .text-right a:hover, .cat-11 .article-sm a:hover {
	color: #ff2e17;
}
.cat-11 .leading-article .mask {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 110%);
}
.cat-11 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(178,27,15,0.1) 25%, rgba(178,27,15,1) 85%);
}
.cat-11 .article-sm {
	border-bottom: 1px solid #b21b0f;
}

/*satul*/
.cat-61 .cattitle {
	border-top: 1px solid #087037;
}
.cat-61 .cattitle h3 {	
	background-color: #087037;	
	font-family: var(--bs-font-sans-serif);
}
.cat-61 .cattitle .text-right a, .cat-61 .article-sm a {
	color: #087037;
}
.cat-61 .cattitle .text-right a:hover, .cat-61 .article-sm a:hover {
	color: #ff2e17;
}
.cat-61 .leading-article .mask {
	background: linear-gradient(180deg, rgba(8,112,55,0.1) 25%, rgba(8,112,55,1) 110%);
}
.cat-61 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(8,112,55,0.1) 25%, rgba(8,112,55,1) 85%);
}
.cat-61 .article-sm {
	border-bottom: 1px solid #087037;
}

/*analiza*/
.cat-45 .cattitle {
	border-top: 1px solid #2870b2;
}
.cat-45 .cattitle h3 {	
	background-color: #2870b2;	
	font-family: var(--bs-font-sans-serif);
}
.cat-45 .cattitle .text-right a, .cat-45 .article-sm a {
	color: #2870b2;
}
.cat-45 .cattitle .text-right a:hover, .cat-45 .article-sm a:hover {
	color: #ff2e17;
}
.cat-45 .leading-article .mask {
	background: linear-gradient(180deg, rgba(40,112,178,0.1) 25%, rgba(40,112,178,1) 110%);
}
.cat-45 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(40,112,178,0.1) 25%, rgba(40,112,178,1) 85%);
}
.cat-45 .article-sm {
	border-bottom: 1px solid #2870b2;
}

/*juridisc*/
.cat-35 .cattitle {
	border-top: 1px solid #682972;
}
.cat-35 .cattitle h3 {	
	background-color: #682972;	
	font-family: var(--bs-font-sans-serif);
}
.cat-35 .cattitle .text-right a, .cat-35 .article-sm a {
	color: #682972;
}
.cat-35 .cattitle .text-right a:hover, .cat-35 .article-sm a:hover {
	color: #ff2e17;
}
.cat-35 .leading-article .mask {
	background: linear-gradient(180deg, rgba(104,41,114,0.1) 25%, rgba(104,41,114,1) 110%);
}
.cat-35 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(104,41,114,0.1) 25%, rgba(104,41,114,1) 85%);
}
.cat-35 .article-sm {
	border-bottom: 1px solid #682972;
}

/*turism*/
.cat-18 .cattitle {
	border-top: 1px solid #d5880b;
}
.cat-18 .cattitle h3 {	
	background-color: #d5880b;	
	font-family: var(--bs-font-sans-serif);
}
.cat-18 .cattitle .text-right a, .cat-18 .article-sm a {
	color: #d5880b;
}
.cat-18 .cattitle .text-right a:hover, .cat-18 .article-sm a:hover {
	color: #ff2e17;
}
.cat-18 .leading-article .mask {
	background: linear-gradient(180deg, rgba(255,176,48,0.1) 25%, rgba(255,176,48,1) 110%);
}
.cat-18 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(255,176,48,0.1) 25%, rgba(255,176,48,1) 85%);
}
.cat-18 .article-sm {
	border-bottom: 1px solid #d5880b;
}

/*divina*/
.cat-52 .cattitle {
	border-top: 1px solid #2c2e35;
}
.cat-52 .cattitle h3 {	
	background-color: #2c2e35;	
	font-family: var(--bs-font-sans-serif);
}
.cat-52 .cattitle .text-right a, .cat-52 .article-sm a {
	color: #2c2e35;
}
.cat-52 .cattitle .text-right a:hover, .cat-52 .article-sm a:hover {
	color: #ff2e17;
}
.cat-52 .leading-article .mask {
	background: linear-gradient(180deg, rgba(44,46,53,0.1) 25%, rgba(44,46,53,1) 110%);
}
.cat-52 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(44,46,53,0.1) 25%, rgba(44,46,53,1) 85%);
}
.cat-52 .article-sm {
	border-bottom: 1px solid #2c2e35;
}

/*sfaturi*/
.cat-78 .cattitle {
	border-top: 1px solid #2863a2;
}
.cat-78 .cattitle h3 {	
	background-color: #2863a2;	
	font-family: var(--bs-font-sans-serif);
}
.cat-78 .cattitle .text-right a, .cat-78 .article-sm a {
	color: #2863a2;
}
.cat-78 .cattitle .text-right a:hover, .cat-78 .article-sm a:hover {
	color: #ff2e17;
}
.cat-78 .leading-article .mask {
	background: linear-gradient(180deg, rgba(172,200,229,0.1) 25%, rgba(172,200,229,1) 110%);
}
.cat-78 .leading-article .mask:hover {
	background: linear-gradient(180deg, rgba(172,200,229,0.1) 25%, rgba(172,200,229,1) 85%);
}
.cat-78 .article-sm {
	border-bottom: 1px solid #2863a2;
}


.avPlayerContainer, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
	width: 100% !important;
	min-height: 50px !important;
}

#back-top {
	font-size: 1.15rem;
	line-height: 2.3rem;
	position: fixed;
	bottom: -80px;
	right: 15px;
	width: 40px;
	height: 0;
	background: #fff;
	color: #fff;
	text-align: center;
	z-index: 9999;
	transition: 0.3s ease all;	
	border-radius: 50%;
}
#back-top svg {
	width: 33px;
	height: 33px;
}
#back-top.showed {
	bottom: 10px;
	width: 40px;
	height: 40px;
}



.banneritem img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: auto !important;
}


scroll-behavior: smooth;