*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:all .2s ease;
}
::-moz-selection {
	background:#ffb900;
	text-shadow: none;
	color:#000;
}
::selection {
	background:#ffb900;
	text-shadow: none;
	color:#000;
}
html {
	height: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#444;
	margin:0;
	min-height:100%;
}
.inside {
	width:930px;
	margin:0 auto;
	position:relative;
}
header {
	background:rgba(0,0,0,.9);
	position:fixed;
	width:100%;
	top:0;
	padding:12px 0 0;
	height:61px;
	border-bottom:1px solid #000;
	box-shadow:0 1px 0 rgba(255,255,255,.1);
	z-index:16777271;
}
header a.logo {
	margin-left:29px;
	display:inline-block;
	height:42px;
	width:218px;
	background-size:194px;
	background-image:url(../images/blogsport-logo.png);
	background-repeat:no-repeat;
}
header .butoane-share-container {
	position:absolute;
	top:0; left:252px; right:0;
}
header .butoane-share-container .butoane-share {
	width:930px;
	margin:13px auto 0;
}
header .butoane-share-container .butoane-share a {
	height:35px;
	min-width:10px;
	display:inline-block;
	opacity:.95;
	margin-right:5px;
	border-radius:3px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0), 0 1px 0 rgba(0,0,0,0);
}
header .butoane-share-container .butoane-share a:hover {
	opacity:1;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(0,0,0,1);
}
header .butoane-share-container .butoane-share a.facebook {
	background-image:url(../images/share-fb.png);
	width:171px;
}
header .butoane-share-container .butoane-share a.twitter {
	background-image:url(../images/share-tw.png);
	width:156px;
}
header .butoane-share-container .butoane-share a.googleplus {
	background-image:url(../images/share-gp.png);
	width:158px;
}
header .butoane-share-container .butoane-share a.email {
	background-image:url(../images/share-em.png);
	width:140px;
}
header .menu-search {
	position:absolute;
	right:20px; top:0;
	text-align:right;
	height:61px;
	list-style-type:none;
}
header .menu-search .menu {
	display:inline-block;
	background-image:url(../images/menu-sprite.png);
	background-position:0 0;
	height:61px; width:56px;
	position:relative;
	cursor:pointer;
	transition:none;
	vertical-align:top;
}
header .menu-search .menu:hover {
	background-image:url(../images/menu-sprite.png);
	background-position:0 61px;
	background-color:rgba(149,149,149,.25);
}
header .menu-search .search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	background:none;
	-webkit-appearance:none;
	outline:none;
	border:none;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	height:61px; width:56px;
	position:relative;
	cursor:pointer;
	transition:background-image none;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
	color:#eee;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:0;
	padding-left:56px;
}
/*
header .menu-search .menu > span {
	display:block;
	position:absolute;
	top:0; left:0;
	height:61px; width:56px;
	background-image:url(../images/menu-sprite.png);
	background-position:0 61px;
	background-color:rgba(149,149,149,.25);
	opacity:0;
}
header .menu-search .menu > span:hover {
	opacity:1;
}
header .menu-search .search > span {
	display:block;
	position:absolute;
	top:0; left:0;
	height:61px; width:56px;
	background-image:url(../images/search-sprite.png);
	background-position:0 61px;
	background-color:rgba(149,149,149,.25);
	opacity:0;
}
header .menu-search .search > span:hover {
	opacity:1;
}
*/
header .menu-search .menu .menu-autori {
	position:absolute;
	background-color:rgba(0,0,0,.95);
	width:482px;
	top:61px; right:0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15), 0 1px 10px rgba(0,0,0,1.00);
	list-style-type:none;
	text-align:left;
	color:#aaa;
	font-size:16px;
	cursor:default;
	height:0;
	padding:0 20px;
	overflow:hidden;
	opacity:0;
	background-color:#373737;
}
header .menu-search .menu:hover .menu-autori {
	height:auto;
	padding:20px;
	opacity:1;
}
header .menu-search .menu .menu-autori li {
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
header .menu-search .menu .menu-autori li:last-child {
	color:#666;
}
header .menu-search .menu .menu-autori li a {
	display:block;
	width:210px; height:50px;
	overflow:hidden;
	text-align:left;
	padding:5px;
}
header .menu-search .menu .menu-autori li a:hover {
	color:#E0411B;
	background:rgba(0,0,0,.2);
}
header .menu-search .menu .menu-autori li a img {
	width:40px; height:40px;
	border-radius:50%;
	vertical-align:middle;
	margin-right:15px;
}
header .menu-search .menu .menu-autori li a:hover img {
	margin:0 11px 0 4px;
}
.autor {
	position:fixed;
	top:61px; left:0;
	width:252px;
	padding:39px 25px 90px;
	background-color:#f8f8f8;
	min-height:100%;
	height:100%;
	text-align:center;
	overflow:scroll;
	z-index:998;
}
.autor .info-autor img {
	border-radius:50%;
	box-shadow:0 1px 0 #fff;
	vertical-align:top;
	margin-bottom:15px;
}
.autor h5 {
	color:#e0411b;
	font-weight:700;
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
	display:block;
	text-transform:uppercase;
}
.autor h5 a {
	border-bottom:1px dotted #f8f8f8;
}
.autor h5 a:hover {
	border-bottom:1px dotted #e0411b;
}
.autor p {
	font-size:16px;
	line-height:1.3;
	font-weight:300;
	margin-bottom:15px;
	display:block;
}
.autor p.dotdotdot {
	margin-top:-15px;
}
.autor .info-autor p {
	margin-bottom:25px;
}
.autor .info-autor > a {
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:12px;
}
.autor .info-autor > a:hover {
	color:#E0411B;
}
.autor .info-autor a img {
	vertical-align:top;
	margin:0px 5px 0 0;
}
.autor .fb-like-autor {
	margin-bottom:25px;
	margin-top:25px;
}
.autor .de-acelasi-autor {
	border-bottom:1px solid #eee;
}
.autor .de-acelasi-autor h6 {
	color:#888;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	border-top:1px solid #eee;
	display:block;
	line-height:1;
	padding:7px 0 9px;
}
.autor .de-acelasi-autor h6 span {
	display:inline-block;
}
.autor .de-acelasi-autor a {
	border-top:1px solid #eee;
	width:100%;
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:1.15;
	padding:7px 0 10px;
}
.autor .de-acelasi-autor a:hover {
	color:#e0411b;
}
.autor .de-acelasi-autor a p {
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	transition:all .2s;
	font-size:14px;
}
.autor .de-acelasi-autor a:hover p {
	height:57px;
	color:#444;
	padding:3px 0 0 0;
	margin-bottom:5px;
}
.autor .de-acelasi-autor a:hover p.dotdotdot {
	height:auto;
	margin-top:-10px;
}
.main {
}
.main .content {
	margin:61px 0 0 252px;
	font-size:20px;
	font-weight:300;
	line-height:1.6;
}
.main .content .leaderboard-v2,
.main .content .leaderboard {
    border-bottom: 1px solid #eee;
    /*max-height: 90px;*/
    text-align: center;
    width: 100%;
}
.main .content .leaderboard.tablet {
	display:none;
}
.main .content .leaderboard-v2 img,
.main .content .leaderboard img {
	vertical-align:top;
}
.main .content article {
	margin:0 auto;
}
.main .content article h1 {
	font-weight:700;
	font-size:54px;
	letter-spacing:-1px;
	color:#111;
	line-height:1;
	display:block;
	margin:0 0 10px 0;
}
.main .content article h2 {
	font-weight:300;
	font-size:28px;
	color:#888;
	line-height:1.3;
	display:block;
	margin:0 0 25px 0;
}
.main .content article .butoane-share {
	display:none;
}
.main .content img.poza-articol {
	width:930px;
	vertical-align:top;
	display:block;
	margin:0 0 30px 0;
}
.main .content article .categorie-data {
	font-size:16px;
	font-weight:100;
	color:#888;
	margin-bottom:25px;
	position:relative;
}
.main .content article .categorie-data .inside {
	width:590px;
	border-bottom:1px solid #eee;
	margin:0 0 0 340px;
	padding:3px 0 10px;
}
.main .content article.scurt .categorie-data .inside {
	width:780px;
	margin:0 0 0 150px;
}
.main .content article .categorie-data a.link-categorie {
	color:#e0411b;
	border-bottom:1px solid #fff;
}
.main .content article .categorie-data a.link-categorie:hover {
	border-bottom:1px solid #e0411b;
}
.main .content article p {
	display:block;
	margin-bottom:20px;
	padding-left:150px;
}
.main .content article.scurt p {
	font-size:24px;
}
.main .content article p a {
	color:#E0411B;
	font-weight:400;
	border-bottom:1px dotted #fff;
}
.main .content article p a:hover {
	border-bottom:1px dotted #E0411B;
}
.main .content article ul {
	display:block;
	margin-bottom:20px;
	padding-left:150px;
}
.main .content article.scurt ul {
	font-size:24px;
}
.main .content .banner300x600-v2,
.main .content .banner300x600 {
	float:left;
	margin:0 40px 40px 0;
	padding-top:10px;
}

.main .content .comentarii .bannere-comentarii{
	width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 930px !important;
    padding: 5px 0 35px;
}
.main .content .bannere100lasuta-v2,
.main .content .bannere100lasuta {
	width:100%;
	padding:25px 0 0;
	border-top:1px solid #eee;
	text-align:center;
}
.main .content .bannere100lasuta-v2 .banner,
.main .content .bannere100lasuta .banner {
	display:inline-block;
	vertical-align:top;
	margin:0 25px 25px 0;
}
.main .content .bannere100lasuta-v2 .banner img,
.main .content .bannere100lasuta .banner img {
	vertical-align:top;
}
.main .content .bannere100lasuta-v2 .banner:last-child,
.main .content .bannere100lasuta .banner:last-child {
	margin-right:0;
}
.main .content .comentarii {
	border-top:1px solid #eee;
	padding-top:25px;
}
.main .content .comentarii h2 {
	display:block;
	width:930px;
	margin:0 auto 20px;
	padding-left:150px;
	font-weight:700;
	font-size:36px;
	color:#e0411b;
	letter-spacing:-1px;
}
.comentarii h2 a {
    background-color: #ffce4d;
    border-radius: 5px;
    color: #000;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 0;
    padding: 8px 20px;
    text-align: center;
    text-transform: none;
    width: 226px;
}
.comentarii h2 a:hover {
	background-color:#E0411B;
	color:#fff;
}
.comentarii h2 a:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}
.main .content .comentarii .comentariu {
	width:930px;
	margin:0 auto 40px;
	position:relative;
}
.main .content .comentarii .comentariu .avatar_old {
	position:absolute;
	top:6px; left:50px;
	width:60px; height:60px;
	border-radius:50%;
	overflow:hidden;
}
.comentarii .comentariu div.avatar {
    border-radius: 50%;
    height: 60px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    width: 60px;
}
.main .content .comentarii .comentariu p {
	display:block;
	margin:0 150px 0 150px;
	font-size:18px;
	line-height:1.45;
}
.main .content .comentarii .comentariu p.nume-detalii {
	color:#888;
	margin-bottom:10px;
}
.main .content .comentarii .comentariu .nume-detalii strong {
	font-weight:700;
	color:#444;
}
.main .content .comentarii .comentariu .reply-like-report {
	position:absolute;
	top:0; right:150px;
}
.main .content .comentarii .comentariu .reply-like-report a.reply {
	display:inline-block;
	position:relative;
	width:28px; height:27px;
	background-image:url(../images/reply-like-report.png);
	background-position:0;
	transition:none;
}
.main .content .comentarii .comentariu .reply-like-report a.like {
	display:inline-block;
	position:relative;
	width:28px; height:27px;
	background-image:url(../images/reply-like-report.png);
	background-position:56px;
	transition:none;
}
.main .content .comentarii .comentariu .reply-like-report a.like .nr-com {
	position:absolute;
	bottom:-5px; right:0;
	font-size:12px;
	font-weight:400;
	color:#e0411b;
}
.main .content .comentarii .comentariu .reply-like-report a.report {
	display:inline-block;
	position:relative;
	width:28px; height:27px;
	background-image:url(../images/reply-like-report.png);
	background-position:28px;
	transition:none;
}
a.reply:hover, a.like:hover, a.report:hover {
	background-color:#eee;
}
a.reply span, a.like span, a.report span {
	display:none;
}
a.reply:hover span, a.like:hover span, a.report:hover span {
	opacity:1;
	border-bottom:1px solid #b4b4b4;
	position:absolute;
	display:block;
	top:-30px; left:-26px;
	width:80px;
	font-size:16px;
	text-align:center;
}
.main .content .comentarii .comentariu .echipa-preferata {
	position:absolute;
	top:6px; right:70px;
}
.main .content .comentarii .comentariu .comentariu-citat {
	padding:25px 30px;
	background-color:#f8f8f8;
	width:630px;
	margin:17px auto 18px;
}
.main .content .comentarii .comentariu .comentariu-citat p {
	margin:0;
}
.main .content .comentarii .comentariu .comentariu-citat p.nume-detalii {
	color:#888;
	margin-bottom:10px;
}
.main .content .comentarii .bannere100lasuta-v2,
.main .content .comentarii .bannere100lasuta {
    border-top: medium none;
    margin: 0 auto;
    max-width: 930px !important;
    padding: 5px 0 35px;
}
.main .content .comentarii .bannere100lasuta-v2 img,
.main .content .comentarii .bannere100lasuta img {
	vertical-align:top;
}
.main .content .comentarii a.toate-comentariile {
	width:630px;
	margin:0 auto 50px;
	padding:8px 0;
	display:block;
	text-align:center;
	border:1px solid #eee;
	font-size:18px;
	font-weight:400;
	border-radius:5px;
}
.main .content .comentarii a.toate-comentariile:hover {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	color:#e0411b;
}
.main .content .comentarii a.toate-comentariile:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}
.main .content .adauga-comentariu {
	border-top:none;
	margin-top:-40px;
	padding-bottom:65px;
}
.main .content .adauga-comentariu .comentariu p {
	margin-top:-27px;
}
.main .content .adauga-comentariu .comentariu p.comment-subscription-form {
	margin-top: 2px;
	margin-left: 0px;
}
.main .content .adauga-comentariu .comentariu p a {
	border-bottom:1px solid #e1e1e1;
}
.main .content .adauga-comentariu .comentariu p a:hover {
	color:#e0411b;
	border-bottom:1px solid #e0411b;
}
.main .content .adauga-comentariu .comentariu form {
	display:block;
	margin:20px 150px 0 150px;
	/*background:rgba(255,0,4,.1);*/
	height:211px;
	position:relative;
}
.main .content .adauga-comentariu .comentariu form textarea {
	margin:0;
	width:630px;
	height:150px;
	background-color:#f8f8f8;
	padding:15px 20px;
	-webkit-appearance:none;
	border:none;
	outline:none;
	appearance:none;
	font-size:18px;
	font-weight:300;
	font-family: 'Source Sans Pro', sans-serif;
	color:#444;
	resize:none;
	line-height:1.45;
}
.main .content .adauga-comentariu .comentariu form textarea:focus {
	background-color:#f5f5f5;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}
.main .content .adauga-comentariu .comentariu form input[type="submit"] {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	bottom: 0;
	color: #444;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	left: 0;
	margin: 10px 0;
	outline: medium none;
	padding: 10px 20px 11px;
}
.main .content .adauga-comentariu .comentariu form input[type=submit]:hover {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	color:#e0411b;
}
.main .content .adauga-comentariu .comentariu form input[type=submit]:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}
.main .content .adauga-comentariu .comentariu form input[type=submit]:focus {
	background-color:#f8f8f8;
	border:1px dashed #ccc;
	color:#e0411b;
}
.main .content .adauga-comentariu .comentariu form > span {
	color:#ccc;
	font-size:18px;
	position:absolute;
	right:0;
	bottom:9px;
}
.main .content #zero-comentarii {
	border-top:1px solid #eee;
	padding-top:25px;
	margin-top:0;
}
.main .content .stiri-gsp {
	border-top: 1px solid #eee;
	text-align:center;
	margin:0 auto 40px;
	height:724px;
	overflow:hidden;
}
.main .content .stiri-gsp .inside {
	width:100%;
	max-width:1300px;
}
.main .content .stiri-gsp h2 {
	display:block;
	font-weight:300;
	color:#444;
	font-size:36px;
	letter-spacing:-1px;
	margin:25px 0 15px;
	text-align:center;
}
.main .content .stiri-gsp a {
	display:inline-block;
	width:290px;
	vertical-align:top;
	position:relative;
	padding-top:208px;
	margin:0 15px;
}
.main .content .stiri-gsp a img {
	vertical-align:top;
	position:absolute;
	top:0; left:0;
}
.main .content .stiri-gsp a span {
	display:block;
	text-align:left;
	font-size:18px;
	font-weight:600;
	line-height:1.15;
	margin:15px 0 30px;
	height:60px;
	overflow:hidden;
}
.main .content .stiri-gsp a:hover span {
	color:#e0411b;
}
.main .content .stiri-gsp a:hover img {
	top:-5px;
}
.main .content .stiri-gsp .justify-fix {
	height:0; width:290px;
	padding:0;
}


/*  PAGINA EDITORIALIST  */

.stire-principala {
	width:930px;
	height:524px;
	margin:40px auto;
	position:relative;
	display:block;
}
.stire-principala img {
	vertical-align:bottom;
}
.stire-principala .data-titlu-subtitlu {
	position:absolute;
	bottom:0; left:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
	padding:58px 120px 38px 50px;
	width:100%;
	color:#fff;
	text-shadow:0 1px 0 #000;
	transition:padding .2s;
}
.stire-principala .data-titlu-subtitlu p {
	font-size:16px;
	font-weight:200;
	margin:0 0 5px;
}
.stire-principala .data-titlu-subtitlu h1 {
	font-size:54px;
	line-height:1.02;
	font-weight:700;
	margin:0 0 8px;
	letter-spacing:-1px;
}
.stire-principala .data-titlu-subtitlu h2 {
	font-size:28px;
	line-height:1.3;
	font-weight:200;
	margin:0 0 0;
	color:#ccc;
}
.stire-principala:hover .data-titlu-subtitlu h1 {
	color:#ffb900;
}
.stire-principala:hover .data-titlu-subtitlu {
	padding:58px 120px 43px 50px;
}
.listing-stiri {
	text-align:center;
	width:100%;
	border-top: 1px solid #eee;
	padding-top:40px;
}
.listing-stiri .stire {
	display:inline-block;
	width:445px;
	margin:0 20px 40px;
	text-align:left;
	position:relative;
	padding:250px 0 0 0;
	vertical-align:top;
}
.listing-stiri .stire .pattern {
	position:absolute;
	top:0; left:0;
	z-index:-1;
	height:250px;
	width:100%;
	background-image:url(../images/pattern.png);
}
.listing-stiri .stire img {
	vertical-align:top;
	position:absolute;
	top:0; left:0;
}
.listing-stiri .stire h1 {
	margin:15px 0 10px;
	font-size:28px;
	line-height:1.1;
	font-weight:700;
	letter-spacing:-.5px;
}
.listing-stiri .stire p {
	margin:0;
	font-size:18px;
	line-height:1.45;
	font-weight:300;
}
.listing-stiri .stire p.data {
	color:#959595;
	font-size:14px;
	margin-top:10px;
}
.listing-stiri .stire:hover h1 {
	color:#E0411B;
}
.listing-stiri .stire:hover img {
	top:-5px;
}
.listing-stiri .stire:hover .pattern {
	top:5px;
}
.listing-stiri a.load-more {
	width:930px;
	margin:0 auto 50px;
	padding:8px 0;
	display:block;
	text-align:center;
	border:1px solid #eee;
	font-size:24px;
	font-weight:300;
	border-radius:5px;
}
.listing-stiri a.load-more:hover {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	color:#e0411b;
}
.listing-stiri a.load-more:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}


/*  HOMEPAGE  */

.main .content.homepage {
	margin:0 0 0 0;
}
.deschidere {
	padding:62px 0 0 0;
	height:622px;
	background-color:#262626;
	text-align:center;
}
.deschidere .stire-principala {
	width:850px;
	height:479px;
	overflow:hidden;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:40px 0;
}
.deschidere .stire-principala .data-titlu-subtitlu {
	padding:58px 50px 23px 195px;
}
.deschidere .stire-principala:hover .data-titlu-subtitlu {
	padding:58px 50px 28px 195px;
}
.deschidere .stire-principala .data-titlu-subtitlu p {
	margin:0 0 2px;
}
.deschidere .stire-principala .data-titlu-subtitlu h1 {
	font-size:48px;
	margin:0 0 5px;
}
.deschidere .stire-principala .data-titlu-subtitlu h2 {
	font-size:24px;
}
.deschidere .autor-deschidere {
	position:absolute;
	bottom:0; left:0;
	width:165px; min-height:100px;
	text-align:center;
	padding:27px 20px 26px;
	border-right:1px solid rgba(255,255,255,.25);
}
.deschidere .stire-principala:hover .autor-deschidere {
	padding:27px 20px 31px;
}
.deschidere .autor-deschidere img {
	border-radius:50%;
	height:100px; width:100px;
	vertical-align:bottom;
	margin-bottom:11px;
}
.deschidere .autor-deschidere p {
	text-transform:uppercase;
	color:#e0411b;
	font-weight:600;
	font-size:14px;
	line-height:1;
}
.tolo {
	display:inline-block;
	width:330px; height:479px;
	background-color:#313131;
	vertical-align:top;
	margin:40px 0;
	text-align:center;
	background-image:url(../images/bg-tolo.png);
}
.tolo .tolo-inside {
	display:table-cell;
	width:330px; height:479px;
	padding:0 30px;
	vertical-align:middle;
}
.tolo .wrapper {
	display:inline-block;
	padding:20px 0;
	vertical-align:top;
	background-color:#313131;
	max-height:440px;
	overflow:hidden;
	/*margin-top:30px;*/
}
.tolo img {
	height:110px; width:110px;
	border-radius:50%;
	vertical-align:top;
	margin-bottom:13px;
}
.tolo span {
	display:block;
	text-transform:uppercase;
	color:#e0411b;
	font-weight:600;
	font-size:14px;
	line-height:1;
	margin:0 0 12px;
}
.tolo h1 {
	font-size:28px;
	line-height:1.15;
	margin:0 0 13px;
	color:#fff;
}
.tolo p {
	font-size:18px;
	line-height:1.4;
	margin:0;
	color:#ccc;
}
.tolo:hover .wrapper {
	margin-bottom:10px;
}
.tolo:hover h1 {
	color:#ffb900;
}
.main .content .leaderboard-v2.homepage,
.main .content .leaderboard.homepage {
	margin-top:50px;
	border-top:1px solid #eee;
}
.listing-stiri.homepage {
	padding-top:50px;
	border-top:none;
}
.listing-stiri .stire.homepage {
	padding-top:278px;
	position:relative;
}
.listing-stiri .stire.homepage .pattern {
	top:28px;
}
.listing-stiri .stire.homepage .autor-listing {
	height:122px;
	width:305px;
	position:absolute;
	top:203px; left:70px;
	text-align:center;
}
.listing-stiri .stire.homepage .autor-listing > img {
	width:88px; height:88px;
	border-radius:50%;
	border:8px solid #fff;
	vertical-align:top;
	display:block;
	margin:0 auto;
	position:relative;
	background-color:#fff;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor {
	display:block;
	margin:0 auto;
	position:absolute;
	width:305px;	
	top:-41px;
	opacity:0;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor p {
	display:inline-block;
	position:relative;
	text-transform:uppercase;
	color:#e0411b;
	font-weight:600;
	font-size:14px;
	line-height:1;
	background-color:#fff;
	padding:5px 10px;
	border-radius:20px;
	box-shadow:0 1px 0 rgba(0,0,0,.25);
}
.listing-stiri .stire.homepage .autor-listing .nume-autor .motz {
	display:inline-block;
	position:relative;
	background-image:url(../images/motz.png);
	width:11px; height:7px;
	top:-19px;
}
.listing-stiri .stire.homepage:hover .autor-listing .nume-autor {
	opacity:1;
	top:-46px;
}


/*  FOOTER  */

footer {
	background-color:#262626;
	width:100%;
	position:relative;
	z-index:16777270;
	color:#555;
	text-align:center;
	padding:40px;
}
footer h1 {
	font-weight:200;
	font-size:36px;
	color:#fff;
	margin:0 0 50px 0;
	padding-bottom:30px;
	border-bottom:1px dotted #777;
}
footer .autor-footer {
	display:inline-block;
	/*background:rgba(255,0,4,.1);*/
	width:200px;
	margin:0 15px 40px;
	position:relative;
	padding-top:130px;
	vertical-align:top;
}
footer .autor-footer img {
	vertical-align:top;
	margin:0;
	border-radius:50%;
	width:120px; height:120px;
	position:absolute;
	top:0; left:40px;
}
footer .autor-footer:hover img {
	top:-5px;
}
footer .autor-footer p {
	text-transform:uppercase;
	color:#e0411b;
	font-weight:600;
	font-size:14px;
	line-height:1;
	margin:0;
}
footer .autor-footer h2 {
	color:#ccc;
	font-size:16px;
	line-height:1.3;
	font-weight:700;
	margin:5px 0 0 0;
}
footer .autor-footer:hover h2 {
	color:#ffb900;
}
footer a.copyright {
	padding:0;
	display:block;
	width:100%;
	text-align:center;
	margin:0 auto;
	border-top:1px dotted #777;
	padding-top:30px;
}
footer a.copyright:hover {
	color:#888;
}

.only-desktop {
	display:block;
}
.only-mobile {
	display:none;
}




/* Media queries
---------------------------------------- */





/* MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE // MOBILE */
@media only screen and (max-width: 727px) {
header {
	position:relative;
}
header a.logo {
	background-size:contain;
	background-position:center;
	margin-left:15px;
	width:50%;
	max-width:194px;
}
header .butoane-share-container {
	display:none;
}
header .menu-search {
	right:0;
}
header .menu-search .menu .menu-autori {
	width:320px;
	padding:0 10px;
}
header .menu-search .menu:hover .menu-autori {
	padding:10px 10px 12px 10px;
}
header .menu-search .menu .menu-autori li {
	margin:0;
}
header .menu-search .menu .menu-autori li a {
	height:auto;
	width:150px;
	padding:6px 8px;
}
header .menu-search .menu .menu-autori li a img {
	display:none;
}
header .menu-search .search:focus {
	background-image:url(../images/search-hover.png);
	background-color:#373737;
	width:264px;
	padding-left:56px;
	padding-right:18px;
}
.autor {
	position:static;
	width:100%;
	padding:12px 15px 5px;
	min-height:0;
	text-align:left;
	box-shadow:0 1px 1px rgba(0,0,0,.15);
}
.autor .info-autor img {
	width:40px;
	margin:-3px 5px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.autor .info-autor h5 {
	display:inline-block;
	margin:0;
}
.autor p {
	display:none;
}
.autor .info-autor > a {
	display:none;
}
.autor .info-autor > a.visible {
	display:block;
	float:right;
	margin-top:8px;
	margin-right:2px;
}
.autor .info-autor > a.visible img {
	width:16px;
}
.autor .info-autor > a.visible span {
	display:none;
}
.autor .fb-like-autor {
	display:none;
}
.autor .de-acelasi-autor {
	display:none;
}
.main .content {
	margin:0;
	overflow:hidden;
}
.main .content .leaderboard {
	display:none;
}
.main .content article {
	width:100%;
	padding:20px 0 8px;
}
.main .content article h1 {
	font-size:36px;
	margin:0 15px 8px;
}
.main .content article h2 {
	font-size:22px;
	margin:0 15px 12px;
	color:#444;
}
.main .content article .butoane-share {
	display:block;
	padding:0 15px 12px;
}
.main .content article .butoane-share a {
	height:35px;
	width:35px;
	display:inline-block;
	opacity:.95;
	margin-right:5px;
	border-radius:3px;
	background-position:-3px 0;
}
.main .content article .butoane-share a.facebook {
	background-image:url(../images/share-fb.png);
	width:165px;
	background-position:-3px 0;
}
.main .content article .butoane-share a.twitter {
	background-image:url(../images/share-tw.png);
}
.main .content article .butoane-share a.googleplus {
	background-image:url(../images/share-gp.png);
}
.main .content article .butoane-share a.email {
	background-image:url(../images/share-em.png);
}
.main .content img.poza-articol {
	width:100%;
	margin-bottom:12px;
}
.main .content article .categorie-data, .main .content article.scurt .categorie-data {
	margin-bottom:15px;
}
.main .content article .categorie-data .inside,  .main .content article.scurt .categorie-data .inside {
	width:100%;
	margin:0 15px;
	color:#444;
}
.main .content article p {
	padding-left:0;
	margin:0 15px 15px;
	font-size:18px;
	font-weight:400;
	line-height:1.4;
}
.main .content article.scurt p, .main .content article.scurt ul {
	font-size:18px;
}
.main .content article ul {
	padding-left:0;
	margin:0 15px 15px;
	font-size:18px;
	font-weight:400;
	line-height:1.4;
}

.main .content .banner300x600-v2,
.main .content .banner300x600 {
	display:none;
}
.main .content .banner300x600_m1 {
	display:none;
}
.main .content .bannere100lasuta-v2,
.main .content .bannere100lasuta {
	height:295px;
	overflow:hidden;
	padding-top:25px;
}
.main .content .bannere100lasuta-v2 .banner,
.main .content .bannere100lasuta .banner {
	margin:0 15px 30px;
}
.main .content .bannere100lasuta-v2 .banner:last-child,
.main .content .bannere100lasuta .banner:last-child {
	margin:0 15px 30px;
}

.main .content .bannere100lasuta-v2 .banner:nth-child(n+2){
	display: none;
}

.main .content .comentarii {
	padding-top:10px;
}
.main .content .comentarii h2 {
	width:100%;
	padding-left:15px;
	font-size:28px;
	margin-bottom:10px;
}
.main .content .comentarii .comentariu {
	width:100%;
	margin-bottom:20px;
}
.main .content .comentarii .comentariu .avatar {
	display:none;
}
.main .content .comentarii .comentariu p {
	margin:0 15px;
	font-size:16px;
	font-weight:400;
	color:#888;
}
.main .content .comentarii .comentariu p.nume-detalii {
	font-size:14px;
}
.main .content .comentarii .comentariu .reply-like-report {
	display:none;
}
.main .content .comentarii .comentariu .echipa-preferata {
	display:none;
}
.main .content .comentarii .comentariu .comentariu-citat {
	width:95%;
	padding:15px 20px;
}
.main .content .comentarii .comentariu .comentariu-citat p {
	font-size:14px;
}
.main .content .comentarii a.toate-comentariile {
	width:95%;
}
.main .content .adauga-comentariu .comentariu form {
	margin:12px 15px 0;
	height:206px;
}
.main .content .adauga-comentariu .comentariu form textarea {
	width:100%;
	font-size:16px;
	font-weight:400;
	padding:12px 15px;
	background-color:#eee;
}
.main .content .adauga-comentariu .comentariu form input[type=submit] {
	padding:8px 15px 9px;
	font-size:16px;
}
.main .content .adauga-comentariu .comentariu form > span {
	font-size:16px;
	bottom:4px;
	width:150px;
	line-height:1;
	text-align:right;
	right:5px;
}
.main .content .stiri-gsp {
	height:675px;
	margin-bottom:20px;
}
.main .content .stiri-gsp h2 {
	font-size:28px;
	margin-top:15px;
}
.stire-principala {
	width:100%;
	margin:0;
	background-position:center;
	background-size:cover;
	height:350px;
}
.stire-principala img {
	display:none;
}
.stire-principala .data-titlu-subtitlu {
	padding:15px;
}
.stire-principala:hover .data-titlu-subtitlu {
	padding:15px;
}
.stire-principala .data-titlu-subtitlu p {
	font-size:12px;
	font-weight:300;
	margin:0 0 2px 1px;
}
.stire-principala .data-titlu-subtitlu h1 {
	font-size:30px;
	margin:0 0 5px;
	/*color:#ffb900;*/
	color:#fff;
}
.stire-principala:hover .data-titlu-subtitlu h1 {
	color:#fff;
}
.stire-principala .data-titlu-subtitlu h2 {
	font-size:18px;
	margin:0 0 8px;
	font-weight:300;
}
.listing-stiri {
	padding:15px;
	background-color:#f8f8f8;
}
.listing-stiri .stire {
	width:100%;
	margin:0 0 10px;
	padding:12px;
	background-color:#fff;
	box-shadow:0 0 1px rgba(0,0,0,.2);
}
.listing-stiri .stire .pattern {
	display:none;
}
.listing-stiri .stire .img-wrapper {
	width:100%;
	text-align:center;
	background-image:url(../images/pattern.png);
}
.listing-stiri .stire img {
	position:relative;
	width:100%;
	max-width:360px;
}
.listing-stiri .stire h1 {
	font-size:26px;
	margin:10px 0 7px 0;
}
.listing-stiri .stire p {
	font-size:16px;
	font-weight:400;
	line-height:1.3;
}
.listing-stiri .stire:hover img {
	top:0;
}
.listing-stiri a.load-more {
	width:100%;
	margin-bottom:0;
	color:#e0411b;
}
.deschidere {
	padding:0;
	height:auto;
}
.deschidere .stire-principala {
	width:100%;
	margin:0;
	height:350px;
}
.deschidere .stire-principala .data-titlu-subtitlu {
	padding:15px;
}
.deschidere .stire-principala:hover .data-titlu-subtitlu {
	padding:15px;
}
.deschidere .stire-principala .data-titlu-subtitlu p {
	font-size:12px;
	font-weight:300;
	margin:0 0 2px 1px;
}
.deschidere .stire-principala .data-titlu-subtitlu h1 {
	font-size:30px;
	margin:0 0 5px;
	/*color:#ffb900;*/
	color:#fff;
}
.deschidere .stire-principala .data-titlu-subtitlu h2 {
	font-size:18px;
	margin:0 55px 8px 0;
	font-weight:300;
}
.deschidere .autor-deschidere {
	position:static;
	bottom:auto; left:auto;
	width:auto;
	min-height:0;
	text-align:left;
	padding:0;
	border-right:none;
	color:#ffb900;
	display:inline-block;
}
.deschidere .autor-deschidere img {
	display:block;
	position:absolute;
	width:40px; height:40px;
	margin:0;
	right:20px; bottom:25px;
}
.deschidere .autor-deschidere p {
	color:#E0411B;
	font-weight:700 !important;
	display:inline-block;
}
.deschidere .stire-principala:hover .autor-deschidere {
	padding:0;
}
.deschidere .stire-principala .data-titlu-subtitlu > p {
	display:inline-block;
}
.tolo {
	width:100%;
	height:auto;
	margin:0;
	text-align:left;
	background-image:none;
}
.tolo .tolo-inside {
	display:block;
	width:100%;
	height:auto;
	padding:0 15px;
}
.tolo .wrapper {
	padding:15px 0 20px;
	max-height:none;
	position:relative;
}
.tolo img {
	height:40px; width:40px;
	position:absolute;
	bottom:10px; right:5px;
}
.tolo span {
	font-weight:700;
	font-size:12px;
}
.tolo h1 {
	font-size:24px;
	margin:-5px 0 5px;
}
.tolo p {
	font-size:16px;
	line-height:1.4;
	color:#ccc;
	margin-right:55px;
}
.tolo:hover .wrapper {
	margin-bottom:0;
}
.tolo:hover h1 {
	color:#fff;
}
.listing-stiri.homepage {
	padding-top:15px;
}
.listing-stiri .stire.homepage {
	padding-top:12px;
	position:relative;
}
.listing-stiri .stire.homepage .autor-listing {
	position:static;
	height:auto; width:auto;
	text-align:left;
}
.listing-stiri .stire.homepage .autor-listing > img {
	position:absolute;
	display:block;
	border:none;
	bottom:0; right:0;
	height:40px; width:40px;
	margin:0;
	display:none;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor {
	opacity:1;
	position:static;
	margin:0;
	width:100%;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor p {
	padding:0;
	box-shadow:none;
	font-size:12px;
	font-weight:700;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor .motz {
	display:none;
}
.listing-stiri .stire.homepage h1 {
	margin-top:0;
}
footer {
	padding:20px 0;
}
footer h1 {
	font-size:28px;
	line-height:1.2;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}
footer .autor-footer {
	width:130px;
	padding-top:110px;
}
footer .autor-footer img {
	width:100px; height:100px;
	left:15px;
}
footer a.copyright {
	padding-top:18px;
}
.only-desktop {
	display:none;
}
.only-mobile {
	display:block;
}

}





/* TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET // TABLET */
@media only screen and (min-width: 728px) and (max-width: 1249px) {
header {
}
header a.logo {
	background-size:194px;
	background-position:center;
	margin-left:10px;
	width:218px;
}
header .menu-search .search:focus {
	background-image:url(../images/search-hover.png);
	background-color:#373737;
	width:264px;
	padding-left:56px;
	padding-right:18px;
}
header .butoane-share-container .butoane-share a.facebook {
	background-image:url(../images/share-fb.png);
	width:171px;
}
header .butoane-share-container .butoane-share a.twitter {
	background-image:url(../images/share-tw.png);
	width:35px;
	background-position:-3px 0;
}
header .butoane-share-container .butoane-share a.googleplus {
	background-image:url(../images/share-gp.png);
	width:35px;
	background-position:-3px 0;
}
header .butoane-share-container .butoane-share a.email {
	background-image:url(../images/share-em.png);
	width:35px;
	background-position:-3px 0;
}
header .menu-search {
	right:5px;
}
.autor {
	position:static;
	width:100%;
	padding:12px 15px 5px;
	min-height:0;
	text-align:center;
	box-shadow:0 1px 1px rgba(0,0,0,.15);
	margin-top:61px;
}
.autor .info-autor img {
	width:40px;
	margin:-3px 5px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.autor .info-autor h5 {
	display:inline-block;
	margin:0;
}
.autor p {
	display:none;
}
.autor .info-autor > a {
	display:none;
}
.autor .fb-like-autor {
	display:none;
}
.autor .de-acelasi-autor {
	display:none;
}
.main .content {
	margin:0 auto;
}
.only-desktop {
	display:none;
}
.only-mobile {
	display:block;
}
.main .content .banner300x600_m1 {
	margin:0 25px 25px;
}
}





/* NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET // NARROW TABLET */
@media only screen and (min-width: 728px) and (max-width: 979px) {
.main {
	overflow:hidden;
	width:100%;
}
.main article {
	max-width:100%;
	width:100%;
	padding:25px 0 20px;
}
.main .content article h1, .main .content article h2, .main .content article p, .main .content article ul {
	padding-left:25px; padding-right:25px;
}
.main .content img.poza-articol {
	width:100%;
}
.main .content .banner300x600 {
	display:none;
}
.main .content .banner300x600_m1 {
	margin:0 25px 25px;
}
.main .content .bannere100lasuta-v2 .banner:nth-child(n+2){
	margin-right: 0;
}
.main .content .bannere100lasuta-v2 .banner:nth-child(n+3){
	display: none;
}
.main .content article .categorie-data .inside {
	margin-left:350px;
}
.main .content article.scurt .categorie-data .inside {
	margin-left:25px;
}
.main .content .comentarii .comentariu {
	width:100%;
}
.main .content .comentarii .comentariu .comentariu-citat {
	width:auto;
	margin:17px 150px 18px;
}
.main .content .comentarii a.toate-comentariile {
	width:auto;
	margin:0 150px 50px;
}
.main .content .comentarii h2 {
	width:auto;
	margin:0 150px 20px;
	padding-left:0;
}
.main .content .adauga-comentariu .comentariu form textarea {
	width:100%;
}
.stire-principala {
	margin:0;
	width:100%;
	background-size:cover;
	background-position:center;
}
.stire-principala > img {
	display:none;
}
.stire-principala .data-titlu-subtitlu {
	padding:58px 30px 38px;
}
.stire-principala:hover .data-titlu-subtitlu {
	padding:58px 30px 43px;
}
.stire-principala .data-titlu-subtitlu p {
	font-size:14px;
}
.stire-principala .data-titlu-subtitlu h1 {
	font-size:44px;
}
.stire-principala .data-titlu-subtitlu h2 {
	font-size:24px;
}
.listing-stiri .stire {
	width:44%;
	padding:0;
	margin:0 15px 30px;
}
.listing-stiri .stire img {
	position:relative;
}
.listing-stiri .stire:hover img {
	top:auto;
}
.listing-stiri .stire .pattern {
	display:none;
}
.listing-stiri .stire h1 {
	font-size:26px;
}
.listing-stiri a.load-more {
	width:92.5%;
	margin:0 auto 50px;
}
.main .content .leaderboard {
	display:none;
}
.main .content .leaderboard.tablet {
	display:block;
	border-bottom:none;
}
.main .content .bannere100lasuta-v2,
.main .content .bannere100lasuta {
	height:300px;
	overflow:hidden;
}
.main .content .banner300x600_m1 {
	margin:0 25px 25px;
}
.deschidere {
	padding:61px 0 0 0;
	height:auto;
}
.deschidere .stire-principala {
	margin:0;
	width:100%;
	background-size:cover;
	background-position:center;
}
.deschidere .stire-principala .data-titlu-subtitlu {
	padding:58px 30px 23px 180px;
}
.deschidere .stire-principala:hover .data-titlu-subtitlu {
	padding:58px 30px 28px 180px;
}
.deschidere .stire-principala .data-titlu-subtitlu p {
	font-size:14px;
}
.deschidere .stire-principala .data-titlu-subtitlu h1 {
	font-size:42px;
}
.deschidere .stire-principala .data-titlu-subtitlu h2 {
	font-size:22px;
}
.deschidere .autor-deschidere {
	width:150px;
}
.deschidere .autor-deschidere img {
	width:85px; height:85px;
}
.tolo {
	height:auto;
	width:auto;
	margin:0;
	text-align:left;
	min-height:169px;
	background-repeat:repeat-y;
	background-position:-16px 0;
}
.tolo .tolo-inside {
	height:auto;
	width:auto;
	display:block;
	padding:0;
	background:none;
}
.tolo .wrapper {
	padding:30px;
	position:relative;
	background:none;
}
.tolo:hover .wrapper {
	margin-bottom:0;
}
.tolo img {
	position:absolute;
	width:85px; height:85px;
	left:32px;
}
.tolo span {
	position:absolute;
	width:85px;
	left:32px; top:126px;
	text-align:center;
}
.tolo h1, .tolo p {
	margin-left:119px;
	padding-left:30px;
}
.tolo h1 {
	margin-bottom:0;
	padding-bottom:5px;
}
.tolo p {
	padding-bottom:5px;
}
.main .content .leaderboard.tablet {
	margin:0;
}
.listing-stiri .stire.homepage {
	padding:0;
}
.listing-stiri .stire.homepage .autor-listing {
	position:relative;
	top:auto; left:auto;
	height:auto; width:auto;
	text-align:left;
}
.listing-stiri .stire.homepage .autor-listing > img {
	display:none;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor {
	opacity:1;
	position:relative;
	top:auto; left:auto;
	height:auto; width:auto;
}
.listing-stiri .stire.homepage:hover .autor-listing .nume-autor {
	top:0;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor p {
	padding:0;
	box-shadow:none;
	font-size:14px;
	font-weight:700;
	margin-top:15px;
	background:none;
}
.listing-stiri .stire.homepage .autor-listing .nume-autor .motz {
	display:none;
}
.listing-stiri .stire.homepage h1 {
	margin-top:3px;
}
footer .autor-footer {
	margin:0 10px 35px;
}
}





/* WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET // WIDE TABLET */
@media only screen and (min-width: 980px) and (max-width: 1249px) {
.main .content article {
	max-width:930px;
	padding:30px 0 20px;
}
.main .content .banner300x600_m1 {
	margin:0 25px 25px;
}
.deschidere {
	height:auto;
}
.deschidere .stire-principala {
	width:930px;
	height:524px;
	margin-bottom:15px;
}
.tolo {
	height:auto;
	width:930px;
	margin:0;
	text-align:left;
	min-height:184px;
	background-repeat:repeat-y;
	background-position:-1px 0;
	margin-bottom:40px;
}
.tolo .tolo-inside {
	height:auto;
	width:auto;
	display:block;
	padding:0;
	background:none;
}
.tolo .wrapper {
	padding:30px;
	position:relative;
	background:none;
	overflow:visible;
}
.tolo:hover .wrapper {
	margin-bottom:0;
}
.tolo img {
	position:absolute;
	width:100px; height:100px;
	left:32px;
}
.tolo span {
	position:absolute;
	width:100px;
	left:32px; top:141px;
	text-align:center;
}
.tolo h1, .tolo p {
	margin-left:119px;
	padding-left:47px;
}
.tolo h1 {
	margin-bottom:0;
	padding-bottom:5px;
}
.tolo p {
	padding-bottom:5px;
}
}





/* ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP // ONLY ON DESKTOP */
@media only screen and (min-width: 1250px) {
header .menu-search .search:hover {
	background-image:url(../images/search-hover.png);
	background-color:rgba(149,149,149,.25);
	width:240px;
	padding-left:56px;
	padding-right:18px;
}
.main .content article {
	max-width:930px;
	padding:30px 0 20px;
}
.main .content .stiri-gsp {
	padding:0 20px;
}
.main .content .leaderboard.homepage_m1 {
	display:none;
}
.main .content .banner300x600_m1 {
	display:none;
}
}