body, html {	
	font-size: 18px;
	font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
	line-height: 1.35;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
	color: #222;
}

h1, h2, h3, h4, h5, h6, .title, #nav, h3.sectiuneTitlu {
	font-family: 'Source Serif 4', serif;
	margin: 0;
	padding: 0;
	font-weight: 750;
	font-style: normal;
	letter-spacing: -0.5px;
}

#nav, #right h2, h3.sectiuneTitlu, h3.supratitlu, #latest-mobile legend {
	font-weight: bold;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover, .error {
	color: #cc0000;	
	text-decoration: none;
}

.success {
	color: darkgreen;
}

input, textarea {
	border: 1px solid #ccc;
	font-size: 20px;
	padding: 8px 10px;
}

input.submit {
	cursor: pointer;
	background: #cc0000;
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
}

input.submit:hover {
	background: #000;
}

.caption {
	color: #999;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	height: 32px;
}

.gsc-control-cse {
	padding: 1em 0 !important;
}

.succes {
	background-color: darkgreen;
	color: white;
	font-size: 20px;
	padding: 10px;
	display: inline-block;
	clear: both;
}

.three-columns {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr 1fr;
}

.two-columns-3-4 {
	display: grid;
	gap: 30px;
	grid-template-columns: 3fr 4fr;
}

.two-columns-1-1 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

.two-columns-2-1 {
	display: grid;
	gap: 30px;
	grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 768px) {
	.two-columns-2-1, .two-columns-1-1, .two-columns-3-4 {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.inverted .right-column {
		order: 1;
	}
	.inverted .left-column {
		order: 2;
	}	

	.three-columns {
		grid-template-columns: 1fr;
		gap: 10px;
	}

}

.three-columns article {
	background: #eee;
	border-radius: 5px;
	margin-top: 10px;
}

#liveCountdown {
	margin: auto;
	text-align: center;
	color: #cc0000;
	font-size: 24px;
	line-height: 28px;
	padding: 25px;
	padding-top: 5px;
}

.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 20px;
	width: 20px;
	position: relative;
	top: 10px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
	display: inline-block;
}

.blob.red {
	background: rgba(225, 62, 62, 1);
	box-shadow: 0 0 0 0 rgba(225, 62, 62, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(225, 62, 62, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(225, 62, 62, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(225, 62, 62, 0);
	}
}

#liveVideo, #liveVideo iframe, #leadVideo, #leadVideo iframe {
	margin: auto;
	text-align: center;
	max-width: 100%;
	background: #333;
	padding: 5px 0;
	color: #f6f6f6;
}

#ultimeleVideo article {
	width: 31%;
	margin: 0 1%;
	float: left;
}

#ultimeleVideo article:nth-child(3n+1) {
	clear: left;
}

#ultimeleVideo article h1 {
	margin-bottom: 20px;
	margin-top: 0;
}

#ultimeleVideo article iframe {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 190px;
}

#container {
	margin: auto;
	max-width: 1250px;
	background: white;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

#content .google-auto-placed {
	clear: none !important;
}

#reclama_970_sus {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	max-width: 100%;
	line-height: 0;
}

#reclama_970_sus img {
	max-width: 100%;	
}

#reclama_728_logo {
	width: 728px;
	background: #eee;
	border-radius: 5px;
	float: right;
	overflow: hidden;
	max-width: 100%;
	line-height: 0;
	margin-top: 10px;
}

#reclama_728_logo img {
	width: 728px;
	max-width: 100%;
}

#reclama_dupa_articol, #reclama_dupa_articol img, #reclama_dupa_articol2, #reclama_dupa_articol2 img {
	max-width: 100%;
}

#logo {
	width: 1080px;
	margin: auto;
	margin-top: 20px;
	max-width: 100%;
}

#websiteLogo {
	font-family: 'Titan One';
	text-transform: uppercase;
	color: #cc0000;
	font-size: 48px;
}

#logo img {	
	width: 300px;
}

#logo h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center; 
}

#logo .today {
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-top: -20px;
}

#logo .contact {
	font-size: 22px;
	font-weight: normal;
	float: right;
	position: relative;
	top: 20px;
}

#filtre {
	float: right;
	color: #999;
	margin-top: 20px;
}

#nav li#search {
	display: inline-block;
	white-space: nowrap;
	text-align: right;
	margin-left: 10px;
}

#nav li#search form {
	display: inline;
}

#nav li#search input:first-child {
	width: 120px;
	border: 0;
	font-size: 16px;
	padding: 8px;
	border-left: 1px solid #ddd;
	color: #999;
}

#nav li#search #searchSubmit {
	background:url('/img/search.png') no-repeat;
	border: 0;
	padding: 0;
	position: absolute;
}

#nav {	
	clear: both;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	max-width: 1250px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

#nav ul {
	border-top: 1px solid #ddd;
}

#nav ul {
	border-bottom: 1px solid #ddd;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav li {
	display: inline;
}

#nav li.hamburger {
	display: inline-block;
	padding: 10px 10px 0px 0px;
}

#nav li a {
	display: inline-block;
	padding: 8px;
	padding-top: 10px;
	text-decoration: none;
	/* font-weight: normal; */
}

#nav li.active a, #nav li:hover a {
	color: #999;
}

#nav li.firstMenu a {
	text-transform: uppercase;
	margin-right: 20px;
	display: inline-block;
	font-weight: bold;
}

#nav li.lastMenu a {
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	width: 75px;
	padding-left: 10px;
	border-left: 1px solid #eee;
}

#content {
	padding-top: 15px;
	position: relative;
}

#reclama_160_vertical {
	width: 160px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: absolute;
	left: -175px;
	top: 0;
	line-height: 0;
}

#reclama_160_vertical img {
	width: 160px;
}

#right {
	float: right;
	width: 300px;
	padding-top: 25px;
}

#right .caption {
	text-transform: uppercase;
	color: #cc0000;

}

#latest {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #eee;
	padding: 5px 20px;
	border-radius: 0px;
}

#right h2, .right-column h2 {
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
	padding: 10px 10px 3px 0px;
	margin-bottom: 10px;
}

#latest a, #atitudini a {
	color: #000;
}

.sectiunePamfleti article img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

.sectiunePamfleti h2 {
	margin-top: 0px;
	padding: 5px 15px 15px 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

 #atitudini a { 
	 font-style: italic;
}

#latest-mobile, #opinii-mobile {
	display: none;
}

#latest a:hover, #atitudini a:hover {
	color: #cc0000;
	text-decoration: none;
}

#latest ul, #atitudini ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 25px;
}

#latest ul li {
	padding: 5px 0;
}

#atitudini ul li {
	margin-bottom: 15px;
}

#reclama_300_dreapta0 {
	margin-top: 15px;
}

#reclama_300_dreapta0, #reclama_300_dreapta1, #reclama_300_dreapta2, #reclama_300_dreapta3, #reclama_300_dreapta4 {
	max-width: 100%;
	overflow: hidden;
}

#reclama_300_dreapta0 img, #reclama_300_dreapta01 img, #reclama_300_dreapta1 img, #reclama_300_dreapta2 img, #reclama_300_dreapta3 img, #reclama_300_dreapta4 img {
	max-width: 100%;
}

#anunt {
	width: 100%; 
	background: #cc0000; 
	color: white; 
	padding: 1px 20px; 
	box-sizing: border-box; 
	font-size: 16px;
}

#anunt span {
	cursor: pointer; 
	float: right;
	padding: 10px 5px;
	line-height: 30px;
}

#anunturi ul {
	padding-left: 15px;
	margin-top: 0;
}

section.video {
	width: 300px;
	overflow: hidden;
	font-weight: bold;
}

section.video iframe {
	width: 300px !important;
	height: auto;
	max-height: 200px;
}

.horoscop img {
	width: 300px;
}

 .sudoku {
	 width: 200px;
 }

.square {
	margin: 30px 0;
	position: relative;
}

.square div.image {
	width: 300px;
	height: 250px;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
}

#atitudini div.image {
	width: 300px;
	height: 250px;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
}

#ultimeleComentarii div {
	margin: 10px 0;
	line-height: 24px;
	color: #999;
	font-size: 13px;
}

#ultimeleComentarii span {
	color: #333;
	font-size: 15px;	
}

#ultimeleComentarii a:hover span {
	color: #cc0000;
}

#utile {
	clear: both;
	margin: 0px 0 40px 0;
	font-size: 32px;
	color: #999;
}

#utile span {
	padding: 0 10px;
}

#top {
	margin-top: 40px;
}

#top a {
	text-decoration: none;
	color: #333;
}

#top a:hover {
	color: #cc0000;
}

#top ul {
	list-style: none;
	padding-left: 0;
	line-height: 25px;
}

#top ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

#top ul li:last-child {
	border-bottom: 0;
}

#top .caption {
	width: 16px;
	font-size: 22px;
	color: #ccc;
	font-weight: bold;
	display: inline-block;
}

#top li div.image {
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
	background-size: cover;
	display: none;
}

#sidenav{transition:.25s;overflow-x:hidden;width:70%;top:0;right:-100%;height:100%;z-index:10;position:fixed;box-shadow:-2px 0 10px #222;max-width: 600px;padding:3% 5%;padding-bottom: 50px;}
#sidenav.open{right:0}
#sidenav.open,#nav.open ul,#nav.open li a{background:#333}
#sidenav ul{border-top:0;margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:10px;margin-left:0;padding-left:0}
#sidenav ul li:nth-child(1){margin-bottom:5px}
#sidenav a.menu{padding:8px;border:0;text-transform:none;font-size:24px;line-height:30px;border-top:0!important;display:inline-block;color:#fff;font-family:'Source Serif 4', serif;font-weight:750}

#sidenav a.submenu{padding:8px;border:0;text-transform:none;font-size:18px;line-height:30px;border-top:0!important;display:inline-block;color:#fff;}

#sidenav ul li{width:95%;margin-top:20px;display:inline-block;list-style:disc;border-bottom:1px solid #666;white-space:nowrap}
#sidenav ul li:nth-child(2):before{content:"";width:0;margin-left:0;display:inline}

#sidenav span.contact i, #sidenav span.contact a {
	color: white;
	font-size: 24px;
}

#sidenav span.contact {
	display: block;
}	

#hamburger{width:25px;height:20px;position:relative;top:4px;left:5px;margin:0 auto;margin-right:5px;display:inline-block;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}
#hamburger span{display:block;position:absolute;height:3px;width:100%;background:#000;border-radius:6px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
#hamburger span:nth-child(1){top:0}
#hamburger span:nth-child(2),#hamburger span:nth-child(3){top:8px;width:80%}
#hamburger span:nth-child(4){top:16px}
#hamburger.open span:nth-child(1){top:8px;width:0;left:50%}
#hamburger.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
#hamburger.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#hamburger.open span:nth-child(4){top:9px;width:0;left:50%}

#container.open #container_overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9;transition:.3s}

#main_tweet_button {
	display: inline-block;
	margin-left: 0px;
	position: relative;
	top: 1px;
	max-width: 200px;
}

#main_like_button {
	display: inline-block;
	position: relative; top: -5px;
	margin-left: 10px;
}

#main_share_button {
	display: inline-block;
	margin-bottom: 20px;
	position: relative; 
	margin-right: 80px;
	transform: scale(1.25);
	transform-origin: left;
}

.custom_share_button{color:#fff;padding:0px 12px 3px 12px;padding-left:10px;margin-bottom:10px;margin-right:10px;display:inline-block;text-decoration:none;font-weight:700;border-radius:4px;font-family:Helvetica,Arial,sans-serif;line-height:28px;font-size:16px}
.custom_share_button:hover{color:#fff}
.share_button{background:#43d854}
.share_button:hover{background:#32c743}
.facebook_button{background:#4267b2}
.facebook_button:hover{background:#3156a1}

.whatsapp_button {
	color: white;
	background: #43d854;
	padding: 5px 12px;
	padding-left: 7px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	font-family: sans-serif;
}

.twitter-share-button {
	transform: scale(1.4); 
	transform-origin: left;
}


#lead .image, #mainArticle .image {
	margin-top: 10px;
	width: 100%;
	cursor: pointer;
	object-position: center center; 
	object-fit: cover;
	position: relative;
	margin-bottom: 0px;
	aspect-ratio: 4 / 3;
}


h3.supratitlu {
	margin-bottom: 0;
	color: #cc0000;
	text-transform: uppercase;
	margin-top: 10px;
}

#lead h1 {
	position: relative;
	font-size: 20px;
	margin-top: 5px;
}


#lead time, #mainArticle time {
	display: inline-block;
	position: relative;
	max-width: 95%;
	min-width: 80px;
	font-size: 17px;
	color: #666;
}

#lead h1 {
	font-size: 34px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#mainArticle h1 {
	font-size: 36px;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 15px;	
}

h3.sectiuneTitlu {
	margin-bottom: 10px;
	margin-top: 30px;
	clear: left;
	border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
	font-size: 22px;
	text-transform: uppercase;
}

#ultimeleArticole span {
	color: #cc0000;
	text-transform: uppercase;
}

h3.sectiuneTitlu span {
	color: #cc0000;
	background: white;
}

#ultimeleArticole {
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 10px;	
}

#ultimeleArticole h1 {
	margin: 0;
	font-size: 20px;
	margin-top: 5px;
}

#ultimeleArticole p, .sectiuneStiri p {
	margin-top: 5px;
}

.sectiuneEveniment, .sectiuneStiri, .sectiunePamfleti {
	clear: left;
}

.sectiuneEveniment article {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

.sectiuneEveniment h2 {
	font-size: 26px;
	line-height: 30px;
}

.sectiuneEveniment .image {
	width: 100%;
	object-position: center center; 
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

section.sectiuneStiri {
	margin-bottom: 30px;
}

section.sectiuneStiri h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

section.sectiuneStiri article.main {
	float: left;
	width: 59%;
	border-right: 1px dashed #ccc;
	padding-right: 1%;
	margin-right: 2%;
}

section.sectiuneStiri div.list {
	float: left;
	width: 35%;
}

section.sectiuneStiri article.main div.image {
	float: right;
	width: 220px;
	height: 180px;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
	margin: 10px;
}

section.sectiuneStiri article p {
	margin: 5px 0 2px 0;
}

section.sectiuneStil {
}

section.sectiuneStil article, #ultimeleArticole article {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}

section.sectiuneStil article div.image, #ultimeleArticole article div.image {
	width: 100%;
	padding-bottom:60%;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
	margin-bottom: 0px;
}

section.sectiuneStil article p {
	margin-top: 3px;
	font-size: 18px;
}

#rss img {
	position: relative;
	top: 3px;
}


article.article {
	float: left;
	width: 46%;
	margin-right: 0%;
	margin-left: 2%;
	margin-bottom: 15px;
	position: relative;
	border: 3px solid #eee;
	margin-top: 35px;
}

article.article:nth-child(even) {
	clear: left;
}

div.atasament {
	width: 100px;
	height: 100px;
	float: left;
	border: 5px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}

div.atasamentMare {
	width: 28%;
	height: 200px;
	float: left;
	border: 5px solid #eee;
	margin: 5px;
	cursor: pointer;
}

div.atasament a {
	text-decoration: none;
}

#zonaAtasamente {
	padding-top: 10px;
}

#zonaAtasamente .image {
	object-position: center center; 
	object-fit: cover;	
}

article.article .image {
	width: 100%;
	line-height: 0px;
	min-height: 150px;
	margin-right: 5px;
	cursor: pointer;
	object-position: center center; 
	object-fit: cover;	
}

article.article h2 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}

article.article div.label {
	background: #999;
	color: white;
	float: right;
	padding: 5px 15px;
	position: absolute;
	top: -35px;
	right: -3px;
	text-transform: lowercase;
	text-align: right;
	font-size: 14px;
}


.investigatii {
	overflow: auto;
}

.investigatii-title {
	position: relative;
	top: 10px;
	left: 10px;
	font-style: normal;
	padding-bottom: 10px;
}


#footer {
	clear: both;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 20px 0;
	background: #333;
	border-top: 1px solid #ccc;
}

#footer p {
	width: 700px;
	max-width: 90%;
	margin: auto;
	text-align: center;
	color: white;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

div.footer-column {
	float: left;
	width: 15%;
	margin-left: 1%;
}

div.clear {
	clear: both;
}

#footerFacebook {
	float: left;
	width: 40%;
	margin-left: 2%;
	padding-left: 3%;
	margin-right: 2%;
	overflow: hidden;
	list-style: none;
	border-left: 1px solid #ccc;
	margin-top: 15px;
}

#footerTwitter {
	float: left;
	width: 35%;
	list-style: none;
}

#listaJudete li {
	float: left; 
	width: 12%;
	margin-right: 2%;
	
}


#zonaArticol {
	overflow: hidden;
	font-size: 21px;
	line-height: 1.4;
	max-width: 800px;
	margin: auto;
	font-family: 'Source Serif 4', serif;
}

#corpArticol iframe, p.textCorupt iframe {
	position: relative !important;
	border: 0;
}

#corpArticol img {
	max-width: 100%;
	height: auto;
}

#zonaArticol {
	margin: auto;
	width: 100%;
}

#rezultateCautare {
	margin-top: 20px;	
}

#rezultateCautare li {
	margin: 15px 0;
	overflow: auto;
	list-style: none;
	font-size: 18px;
	line-height: 24px;
}

#rezultateCautare li a {
	text-decoration: none;
}

#rezultateCautare .image {
	width: 150px;
	height: 80px;
	background-position: center center; 
	background-size: cover;
	cursor: pointer;	
	float: left;
	margin-right: 10px;
}

p.classified, p.classified a {
	color: #cc0000;
}

.sondaj {
	font-size: 20px;
	line-height: 30px;
}

article.corupt:nth-child(2n) {
	clear: left;
}

article.corupt {
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
	box-shadow: 0px 0px 5px #ccc;
	position: relative;
	margin-top: 25px;
	float: left;
	padding-left: 0;
}


table.arhiva {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.arhiva a {
	text-decoration: none;
}

table.arhiva td {
	padding: 4px 5px;
}

table.arhiva td.caption {
	color: #ccc;
}

#listaJudeteModal {
	padding-bottom: 20px;
	overflow: auto;
}	

#listaJudeteModal li {
	line-height: 25px;
	font-size: 18px;
	float: left;
	width: 30%;
}

.videoMeta h1 {
	line-height: 1.2;
}

#reclama_homepage_mic1, #reclama_homepage_mic2, #reclama_homepage_mic3, #reclama_homepage_mic4, #reclama_homepage_mic5, #reclama_homepage_mic6 {
	width: 24%;
	margin: 0.5%;
	height: 200px;
	overflow: hidden;
	margin-top: 15px;
	display: inline-block;
}

#reclama_homepage_mic1 img, #reclama_homepage_mic2 img, #reclama_homepage_mic3 img, #reclama_homepage_mic4 img, #reclama_homepage_mic5 img, #reclama_homepage_mic6 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#reclameMici {
	margin: auto;
	text-align: center;
}

#live-mobile iframe, #video-mobile iframe {
	width: 150px !important;
	height: 100px !important;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
}

#live-mobile li, #video-mobile li {
	clear: left;	
}

#live-mobile ul, #video-mobile ul {
	list-style: none;
	padding: 0 10px;
	font-weight: bold;
}



@media all and (min-width: 1000px) { 

	#live-mobile, #video-mobile {
		display: none;
	}
	
	#zonaFocus article.article-big {
		height: 360px;
		position: relative;
		margin-top: -10px;
	}
	
	#zonaFocus article.article-big div.image {
		height: 330px;
		width: 63%;
	}
	
	.videoMeta {
		float: left;
		width: 300px;
		text-align: left;
		padding: 20px;
		padding-left: 50px;
	}
	
	#zonaFocus article.article-big h2 {
		color: white;
		background: black;
		padding: 10px 20px;
		position: absolute;
		bottom: -10px;
		margin-left: 2%;
		margin-right: 2%;
		max-width: 55%;
	}
	
	#zonaFocus article.article-big p.continutCut {
		display: none;
	}
	
	#latest-frontpage {
		display: block;
		position: absolute;
		top: 10px;
		left: 68%;
		border-left: 1px solid #e6e6e6;
		padding-left: 1%;
		height: 340px;
		margin-right: 1%;
	}
	
	#latest-frontpage h2 {
		margin-top: 5px;
	}
	
	#latest-frontpage ul {
		list-style: none;
		padding-left: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#latest-frontpage ul li {
		clear: both; 
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 70px;
		padding-left: 5px;
		border-bottom: 1px solid #eee;
	}
	
	#latest-frontpage ul li:last-child {
		border-bottom: 0;
	}
	
	#latest-frontpage ul li div.image {
		width: 30%;
		height: 70px;
		float: right; 
		margin-left: 5px;
		background-size: cover;
	}
}



@media all and (max-width: 999px) {
	
	#header, #nav, #content, .investigatii, #footer-content {
		width: 100%;
		min-width: intrinsic;
	}

	#ultimeleVideo article {
		width: 48%;
	}
			
	#latest-mobile, #opinii-mobile {
		display: block;
		border-color: #cc0000;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#content {
		padding-top: 5px;
	}

	
	#latest-mobile h2, #opinii-mobile h2, #latest-mobile legend {
		color: #cc0000;
		text-transform: uppercase;
		font-size: 18px;
		padding-left: 10px;
	}
	
	#latest-mobile ul {
		padding: 0 25px;
		margin: 5px 0;
	}
	
	#latest-mobile ul li {
		padding: 5px 0;
	}
	
	#latest-mobile img {
		max-width: 100%;
	}
	
	#latest-frontpage {
		display: none;
	}
	
	#nav li#search {
		display: none;
	}
	
	#right {
		display: none;
	}
	
	#left {
		margin-right: 0;
	}
	
	#nav #judetSelector {
		display: none;
	}
	
	#nav li.lastMenu a { 
		float: none;	
	}
	
	#listaJudeteModal li { 
		width: 50%;
	}
	
	#lead {
		width: 100%;
	}
	
	article.investigatie {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	article.investigatie:nth-child(4n+1) {
		clear: none;
	}
	
	article.investigatie:nth-child(2n+1) {
		clear: left;
	}

	#listaJudete {
		float: left;
		width: 70%;
		margin-left: 3%;
		list-style: none;
	}
	
	#listaJudete li {
		float: left; 
		width: 30%;
		margin-right: 2%;
		
	}	
	
}


@media all and (min-width: 481px) {
	
	.whatsapp_button {
		display: none;	
	}

	.share_button{display:none;}
}

@media all and (max-width: 480px) {
	

	#nav ul {
		width: 90%;
	}

	.facebook_button{display:none;}

	#reclama_homepage_mic1, #reclama_homepage_mic2, #reclama_homepage_mic3, #reclama_homepage_mic4, #reclama_homepage_mic5, #reclama_homepage_mic6 {
		width: 48%;
		margin: 1%;
		height: 150px;
	}

	.videoMeta h1 {
		font-size: 20px;
		padding: 0 10px;
	}

	#ultimeleArticole article {
		width: 100%;
		margin: 0;
	}

	#ultimeleVideo article {
		width: 98%;
		float: none;
	}	

	#ultimeleVideo article iframe {
		width: 100%;
	}
	
	.sectiuneEveniment article {
		width: 100%;
		margin: 0;
	}

	.sectiuneEveniment article:nth-of-type(5) {
		display: none;
	}

	.sectiuneEveniment article:nth-of-type(6) {
		display: none;
	}

	.sectiuneEveniment h2 {
		font-size: 24px;
	}
	
	#zontera_728 {
		display: none;
	}
	
	#footer.outside {
		display: none !important;
	}
	
	#logo h1 {
		margin-bottom: 5px;
	}
	
	#lead div.image {
		width: 100%;
		margin: 10px 0;
	}	
	
	#reclama_970_sus {
		display: none;
		margin-bottom: 5px;
	}
	
	#logo img {
		margin-top: 0px;
		width: 220px;
		position: relative;
		top: 1px;
	}
	
	section.sectiuneStiri article.main div.image {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}
	
	section.sectiuneStiri h2 {
		padding: 10px;
		font-size: 18px;
		margin-top: 10px;
	}
	
	section.sectiuneStiri {
		overflow: hidden;
	}
		
	section.sectiuneStiri article.main {
		float: left;
		width: 100%;
	}	
	
	section.sectiuneStiri div.list { 
		width: 100%;
		float: none;
	}
	
	section.sectiuneStiri article.main p {
		display: none;
	}
	
	section.sectiuneStiri article p {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	section.sectiuneStil article p {
		font-size: 16px;
	}
		
	.sectiuneEveniment {
		float: none;
		width: 100%;
		padding-right: 0%;
		margin-right: 0%;
		border-right: 0;
	}
	
	.ultimeleStil {
		float: none;
		width: 100%;
	}	
	
	article.article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-right: 0;
		border-left: 0;
	}
	
	#left {
		padding-top: 0;
	}

	#selectJudet {
		-webkit-appearance: menulist;
		color: white;
		clear: both;
		width: 280px;
		margin-bottom: 10px;
	}
	
	#nav {
		margin-top: 0;
	}
		
	#nav li a{
		padding: 5px 5px;
	}
	
	article.investigatie {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#lead .supratitlu, #mainArticle .supratitlu {
		width: 90%;
		left: 0%;
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
		text-transform: uppercase;
	}	

	#lead h1, #mainArticle h1 {
		width: 90%;
		left: 0%;
		padding: 5px 0px 15px 0px;
		font-size: 26px;
		line-height: 30px;
		margin: 0;
		margin-top: 0px;
	}

	#listaJudete {
		display: none;
	}		
	
	div.footer-column {
		width: 90%;
	}
	
	div.footer-column br {
		display: none;
	}
	
	div.footer-column a {
		padding: 5px 10px;
	}

}


/** modal window styles **/
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}


#modal {
	width: 700px;
	max-width: 95%;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	display: none;
	box-sizing: border-box;
}

#close_modal {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 28px;
	width: 28px;
	border: 3px solid #7c8291;
	color: #7c8291;
	border-radius: 50px;
	font-family: 'Arial';
	font-size: 20px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}

#close_modal:hover {
	color: black;
	border-color: black;
}

#modal a {
	text-decoration: none;
}


/* DE CURATAT */


.zonaArticole {
	border-top: 1px solid #ccc;
	clear: both;
	margin-top: 20px;
	padding-left: 170px;
	position: relative;
	padding-top: 15px;
}

.zonaArticole:first-child {
	border-top: 0;
}

.zonaNr1 {
	border-top: 0;
	margin-top: 0px;
}

.continutCut {
	color: #999;
	font-size: 16px;
	overflow: hidden;
}

.titluSectiune {
	position: absolute;
	left: 2px;
	top: 10px;
	text-transform: lowercase;
	font-size: 24px;
	margin-top: 0;
	color: #000;
	line-height: 28px;
}

.dataFocus {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}


.article-small {
	float: left;
	width: 30%;
	margin-right: 2%;
	height: 75px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 10px;
	position: relative;
}

.article-small div.image {
	width: 35%;
	height: 70px;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
	float: left;
	margin-right: 8px;
}

.article-small h2 {
	margin-top: 0;	
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	height: 70px;
	display: block;
}

.article-medium {
	float: left;
	width: 30%;
	margin-left: 2%;
	padding-right: 1%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

article:nth-of-type(5), article:nth-of-type(3) {
	border-right: 0;
}

.article-medium div.image {
	width: 100%;
	height: 200px;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
}

.article-editorial div.image {
	height: 0px;
}

.article-editorial {
	height: 80px;
}

.article-medium h2 {
	margin-top: 5px;	
	text-decoration: none;
	font-size: 24px;
	line-height: 30px;
}

.article-big {
	width: 97%;
	clear: both;
	height: 300px;
	margin-top: -10px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}

.zonaArticole a, .article-medium a, .article-small a {
	text-decoration: none;
}

.article-big div.image {
	width: 47%;
	height: 270px;
	float: left;
	cursor: pointer;
	background-position: center center; 
	background-size: cover;	
	margin-right: 20px;
}

.article-big h2 {
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}

.butonLoadMoreNou {
	clear: both;
	margin: auto;
	margin-left: 45%;
	margin-top: 15px;
	color: #333;
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px 15px;
	padding-top: 8px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	position: relative;
	left: -50px;
	transition: .2s;
	border-radius: 24px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.butonLoadMoreNou:hover, .butonLoadMoreNou:active {
	background: #ccc;
}

.sectiuneJudet {
	background: #444;
	padding-bottom: 10px;
}

.sectiuneJudet .article-medium {
	border-right-color: #666;
}

.sectiuneJudet .titluSectiune, .sectiuneJudet a {
	color: white;
}

.sectiuneJudet a:hover {
	color: #ccc;
}

.sectiuneImportant {
	background: #cc0000;
	padding-bottom: 10px;
}

.sectiuneImportant .article-medium {
	border-right-color: #cc9999;
}

.sectiuneImportant .titluSectiune, .sectiuneImportant a, .sectiuneImportant .butonLoadMoreNou {
	color: white;
	border-color: #cc9999;
}

.sectiuneImportant a:hover {
	color: #ccc;
}

.sectiuneEditorial .article-medium {
	height: 150px;
	overflow: hidden;
}

.sectiuneEditorial div.image {
	display: none;
}

.editorialist {
	font-weight: normal;
	color: darkorange;
	font-size: 0.9em;
}

.investigatii .article-medium:nth-child(4) {
	clear: left;
}

.article-populare:nth-child(2) {
	height: 300px;
	width: 25%;
	margin-right: 5%
}

.article-populare:nth-child(2) h2 {
	font-size: 22px;
	line-height: 28px;
}

.article-populare {
	float: left;
	height: 150px;
	width: 33%;
	margin-right: 2%;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.article-populare h2 .contor {
	float: left;
	color: #ccc;
	font-size: 2.5em;
	font-weight: normal;
	width: 40px;
	height: 140px;
	padding-left: 10px;
}

.article-populare:nth-child(2) h2 .contor {
	height: 200px;
}

.article-populare h2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.square .label {
	background: #951c55;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	box-sizing: border-box;
	height: 52px;
}



.midButtons {
	text-align: center;
}

.midButtons a {
	padding: 10px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	margin-right: 20px;
}

.midButtons img {
	position: relative;
	top: 5px;
}


.vizLabel {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 2px 5px;
	font-size: 14px;
}


@media all and (max-width: 999px) { 
	.zonaArticole {
		padding-left: 0%;
	}
	
	.titluSectiune {
		position: relative;
		top: 3px;
		left: 10px;
	}

	.zonaNr1 .titluSectiune {
		display: none;
	}	
	
	.butonLoadMoreNou {
		left: -50px;
	}
}

@media all and (max-width: 767px) { 
	
	#footerFacebook, #footerTwitter {
		display: none;
	}
	
	#footer {
		padding: 15px 5px;
	}
	
	.article-medium {
		width: 47%;
	}	

	.today, .contact {
		display: none;
	}	
	
	.investigatii .article-medium:nth-child(4), .investigatii .article-medium:nth-child(2) {
		border-right: 0;
		clear: none;
	}
	
	.investigatii .article-medium:nth-child(3), .investigatii .article-medium:nth-child(5){
		clear: left;
	}

	.investigatii .article-medium:last-child {
		display: none;
	}	
	
	.investigatii .article-medium:nth-child(6) {
		display: block;
	}	

	.article-small {
		width: 48%;
	}	

	.article-big h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	div.atasamentMare {
		height: 150px;
	}	

	#lead h1 {
		font-size: 24px;
		line-height: 30px;
	}	
	
	
	.article-populare:nth-child(2) {
		width: 98%;
		height: auto;
	}
	
	.article-populare {
		width: 46%;
	}
	
	.article-populare:nth-child(2) h2 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.article-populare:nth-child(2) h2 .contor {
		height: 70px;
	}
	

	#corpArticol iframe {
		width: 100%;
		height: 320px !important;
	}
	
}

@media all and (max-width: 479px) { 
	
	#footer {
		font-size: 16px;
	}

	.zonaArticole {
		padding-top: 1px;
	}
	
	.article-big div.image {
		width: 98%;
		height: 200px;
	}
	
	#zonaArticol {
		padding: 0 5px;
		box-sizing: border-box;
		font-size: 18px;
	}

	.sectiuneEveniment .image {
		height: 200px;
	}
	
	#liveCountdown {
		font-size: 20px;
		line-height: 24px;
	}
	
	.article-big {
		height: auto;
		margin-left: 1%;
		margin-right: 1%;
		width: 100%
	}

	.article-big h2 {
		height: auto;
		padding: 5px;
		padding-right: 10px;
		font-weight: normal;
		clear: both;
	}
	
	.article-big h2 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.article-medium h2 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.article-small h2 {
		font-size: 16px;
		line-height: 20px;
		height: 80px;
	}
	
	.article-medium {
		width: 47%;
		margin-bottom: 15px;
	}
	
	.article-editorial {
		height: 100px;
	}

	.article-small {
		width: 98%;
		padding-left: 5px;
	}
		
	div.atasamentMare {
		width: 42%;
		height: 150px;
		float: left;
		border: 5px solid #eee;
		margin: 5px;
		cursor: pointer;
	}	
	
	.continutCut {
		display: none;
	}
	
	#main_like_button, #main_tweet_button {
		display: none;
	}
	
	#logo {
		margin-top: 15px;
		padding-bottom: 5px;
	}
	
	#logo h1 {
		margin-top: 10px;
	}
	
	#logo h1 a {
		color: #000;
	}
	
	#promo-articles {
		height: auto;	
	}
		
}

@media screen and (max-width:400px) {
	@-ms-viewport{
		width:320px;
	}	
}


.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.prev,.blueimp-gallery>.next{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(../img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(../img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}