/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clear.left {
	clear: left;
}
.clear.right {
	clear: right;
}
/* reset end*/

body {
	
	font-family: Arial;
}

::selection {
    background: #f26221;
    color: #fff;
}
::-moz-selection {
    background: #f26221;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1;
}


#logo {
	width: 200px;
	height: 60px;
	padding-top: 23px;
	margin: 0px auto;
}

#logo, #logo img{
	display: block;
}

#wrapBg {
	background: url(../images/bg.png) repeat-x 0 -15px;
}

.tv-branding-full {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.tv-branding-full #wrapBg {
	background: none;
	padding-top: 200px;	
}
.tv-branding-full #wrap {
	/*border: 10px solid #fff;*/
}

.tv-branding-side {
	background-position: center 135px;
	background-repeat: no-repeat;
}


#wrap {
	width: 976px;
	margin: 0px auto;
	position: relative;
	padding: 0 20px;
	background: #fff url(../images/bg.png) repeat-x 0 -15px;
}


@media (max-width: 960px) {

	.tv-branding-full #wrapBg {
		padding-top: 0;
	}


	.tv-branding-full #wrap {
		/*border: 0;*/
	}

	#brandingWrap {
		background-image: none !important;
	}

	#wrap { 
		padding: 0px;
	}

	body {
		background: #fff url(../images/bg.png) repeat-x 0 -15px;
	}
}



#menu {
	padding-top: 19px;
	font-smooth: always;
}

#menu a .mobile {
	display: none;
}


#headerLinks {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 100%;
}

#headerLinks ul {
	padding: 0px 9px;
	line-height: 16px;
	height: 16px;
}

#headerLinks li {
	float: left;
}


#headerLinks a {
	color: #fff;
	font-size: 11px;
	text-shadow: 0px 0px 1px #023f8e;
	text-decoration: none;
	display: block;
}


#headerLinks .divider span {
	background: url(../images/topSplitter.png) no-repeat center center;
	padding: 5px 6px;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#headerLinks .loggedMember {
	font-size: 11px;
	color: #fff;
	background: #F26522;
	display: block;
	padding: 0px 4px;
}

#headerLinks strong {
	font-weight: bold;
}


#headerLinks li {
	display: inline;
}

#headerLinks .user {
	float: right;
}

#menu li {
	float: left;
	padding-right: 5px;
}

#menu a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: url(../images/itemBg.png) repeat-x top left;
	text-decoration: none;
	padding: 0px 15px 0px 16px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 2px solid transparent;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}

*html .#menu a {
	border-color: blue;
	filter: chroma(color=blue);
}

#menu a.home {
	padding: 0px 9px 0px 10px;
}

#menu a.home span {
	text-indent: -9999em;
	background: url(../images/home.png) no-repeat top center;
	display: block;
	width: 17px;
	height: 30px;
}

#menu a.active, #menu a:hover {
	border-top: 2px solid #012f6a;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.35);
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
}

#menu a.active {
	color: #025cb2;
	background: #fff;
}

#menu a.home.active span {
	background-position: bottom center;
}

#head .menuClear {
	position: relative;
}

#head .searchWrap {
	position: absolute;
	right: 1px;
	top: 15px;
}

#categories {
	padding: 7px 6px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

#categories a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
	padding: 8px;
	display: block;
	float: left;
}

#categories a:hover, #categories a.active {
	text-decoration: underline;
	color: #f26522;
}

#content {
	margin-top: 17px;	
	/*padding-bottom: 80px;*/
}

#content .column {
	float: left;
	display: inline;
}

#content .column.main {
	width: 728px;
}

#content .column.right {
	width: 230px;
	margin: 0 0 0 18px;
}

#footer {
	padding-bottom: 20px;
}

#footer .copy {
	color: #242424;
	font-size: 12px;
	padding: 17px 5px 0px;
}

#footer .copy ul {
	float: right;
}

#footer .copy li {
	display: inline;
	padding-left: 3px;
}

#footer .copy a {
	color: #242424;
	text-decoration: none;
}

#footer .copy a:hover{
	color: #f26522;
}

#footer .copy ul li:after {
	content: '|';
	color: #ebebeb;
	padding-left: 5px;
}
#footer .copy ul li:last-child:after {
	content: '';
	
	padding-left: 0px;
}



#footer .copy li.hideOnDesktop {
	display: none;
}



#footer .links {
	background: url(../images/footBg.png) repeat-x top left;
	height: 40px;
	line-height: 40px;
}

#footer .navi li {
	float: left;
}

#footer .navi a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 12px 0px 11px;
}

#footer .navi a.active {
	font-weight: bold;
}

#footer .navi a.active, #footer .navi a:hover {
	background: #d96522 url(../images/footNavAct.png) repeat-x left center;
}

.searchWrap {
	float: right;
	padding-top: 7px;
}

.searchWrap input, .searchWrap button, #searcherSearch, .emailNewsWrap input, .emailNewsWrap button {
	display: block;
	float: left;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: auto;
	font-family: Arial;
	font-size: 12px;
}

.searchWrap input, #searcherSearch, .emailNewsWrap input {
	/*padding: 0px 12px;*/
	width: 150px;
	height: auto;
	padding: 5px;
	line-height: 12px;
}

.searchWrap button, .emailNewsWrap button {
	background: url(../images/buttonBg.png) repeat-x top left;
	color: #fff;
	text-align: center;
	width: 70px;
	padding: 0;
	font-size: 12px;
	display: block;
	float: left;
}

.searchWrap button:hover, .emailNewsWrap button:hover {
	cursor: pointer;
	background: #f1591e url();
}

#footer .searchWrap {
	padding-right: 11px;
}

.column.left {
	float: left;
}

.column.right h3 {
/*
	color: #025cb2;
	color: #f16121;
	text-transform: uppercase;
	height: 27px;
	line-height: 27px;
	background: url(../images/rightColumnBorder.png) repeat-x bottom left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 11px;              */

  color: #025cb2;
  background: #e5eef7;
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  padding-left: 7px;
	font-weight: bold;
	margin-bottom: 6px;
}

.column.right h4 {
	color: #262626;
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: bold;
}

.column.right .box {
	padding-bottom: 20px;
}

a.moreSponsors {
    background: url("../images/blueArrowRight.png") no-repeat scroll left center transparent;
    color: #0267BA;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding-left: 17px;
    text-decoration: underline;
}

a.moreSponsors:hover {
    text-decoration: none;
}

#searcherWrapper {
	display: none;
}

#searcherInit {
	display: block;
	background: url(../images/searchInit.png) no-repeat top left;
	width: 230px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #a1a1a1;
	font-size: 12px;
	/*display: none;*/
}

#searcherInit:hover span {
	color: #f26522;
}

#searcherInit span {
	padding-left: 8px;
}

#searcherSearch, .emailNewsWrap input {
	border: 1px solid #d9d9d9;
	line-height: 12px;
	padding: 3px;
	padding-left: 8px;
	width: 208px;
	float: none;
	margin-bottom: 10px;
	margin-bottom: 0;

}

.emailNewsWrap input {
	width: 146px;
	float: left;
}

.emailNewsWrap button {
	height: 22px;
	line-height: auto;
}

h5.searcherHeader {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #D9D9D9;
    color: #F26522;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

h5.searcherHeader span {
    padding-left: 10px;
}

.column.right .box ul {
    padding-left: 8px;
    padding-top: 5px;
	padding-bottom: 8px;
}

.column.right .box.prepairing ul {
	padding-bottom: 0px;
}

.column.right .box.prepairing ul li:last-child {
	padding-bottom: 0px;
}

.column.right .box li {
    background: url("../images/liDot.gif") no-repeat scroll left top transparent;
    line-height: 17px;
    padding-bottom: 10px;
    padding-left: 12px;
}

.column.right .box.searcher li {
	padding-bottom: 2px;
}

.column.right .box li a, .column.right .box li  {
    color: #252525;
    display: block;
	font-size: 12px;
	text-decoration: none;
}

.column.right .box li a:hover {
    color: #f26522;
	text-decoration: underline;
}

.column.right a.sponsor {
    display: block;
    float: left;
    height: 70px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 70px;
}

.column.right a.sponsor img {
    display: block;
}

.column.right a.sponsor.noMargin {
    margin-right: 0;
}



.favButton.first {
    margin-left: 8px;
    margin-right: 10px;
}

.favButton {
    background: url("../images/buttonBg.png") repeat-x scroll 0 0 transparent;
    border: 0px none;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    width: 100px;
	font-size: 12px;
}

.favButton:hover {
	background: #F1591E url();
}

.favRow {
    padding-bottom: 15px;
}

.breadcrumbs {
	/*padding-bottom: 20px;*/
}


#favoriteWrap {
	position: absolute;
	top: 31px;
	right: 0px;
	color: #fff;
	font-size: 11px;
}

#favoriteWrap li, #favoriteWrap ul {
	display: inline;
}

#favoriteWrap li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 3px;
    background: url("../images/topSplitter.png") no-repeat scroll right center transparent;
}

#favoriteWrap li a.last {
	padding-right: 0px;
    background: none;
}

#favoriteWrap li a:hover {
	text-decoration: underline;
}







/* scrollbar */
#scrollbar{width:230px}#scrollbar .viewport{width:210px;height:400px;overflow:hidden;position:relative}#scrollbar .overview{width:210px;list-style:none;position:absolute;left:0;top:0}#scrollbar .thumb .end,#scrollbar .thumb{background-color:#f26522}#scrollbar .scrollbar{position:relative;float:right;width:12px}#scrollbar .track{background-color:#eee;height:100%;width:12px;position:relative}#scrollbar .thumb{height:20px;width:12px;cursor:pointer;overflow:hidden;position:absolute;top:0}#scrollbar .thumb .end{overflow:hidden;height:5px;width:13px}#scrollbar .disable{display:none}
/* notification */
.notice-wrap{position:fixed;bottom:20px;right:20px;width:250px;z-index:9999}* html .notice-wrap{position:absolute}.notice-item{background:#333;-moz-border-radius:8px;-webkit-border-radius:8px;color:#eee;padding:12px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:17px;display:block;position:relative;margin:0 0 12px 0}.notice-item-close{position:absolute;font-family:Arial;font-size:12px;font-weight:bold;right:6px;top:6px;cursor:pointer}.notice-item.success{background-color:#090;color:#fff !important;}.notice-item.error{background-color:#900;color:#fff !important;}

.notice-item.error p, .notice-item.success p {
	color: #fff !important;
}

input.error {
	border-color: red;
}

/* register & login */
.jqifade {
    background-color: #000000;
    position: absolute;
}
div.jqi {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 310px;
}
.jqi_state.loading {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
div.jqi .jqicontainer {
}
div.jqi .jqiclose {
    background: url("../images/promptClose.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
}
div.jqi .jqimessage {
    padding: 16px 16px 0;
}
div.jqi .jqibuttons {
    height: 60px;
    position: relative;
    text-align: right;
}
div.jqi button {
    background: url("../images/buttonBg.png") repeat-x scroll 0 0 transparent;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 10px;
	border: 0px none;
}
div.jqi button:hover {
    background: #F1591E url();
    cursor: pointer;
}
.jqiwarning .jqi .jqibuttons {
    background-color: #F1F1F1;
}
.registerWrap h2, .loginWrap h2 {
    font-size: 16px;
    padding-bottom: 20px;
	font-weight: bold;
}
#loginForm .regLoginSwitch {
    display: block;
    padding: 5px 0 0;
}
.registerWrap .row, .loginWrap .row {
    padding-bottom: 25px;
}
.registerWrap .row dt, .loginWrap .row dt {
    color: #252525;
    float: left;
    font-size: 14px;
    padding-top: 12px;
    text-align: right;
    width: 60px;
}
.registerWrap .row dd, .loginWrap .row dd {
    font-size: 14px;
    margin-left: 70px;
}
.registerWrap .row dd input, .loginWrap .row dd input {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    padding: 11px;
    width: 180px;
}
.registerWrap .row dd input:focus, .loginWrap .row dd input:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
.registerWrap .row.noFloat, .loginWrap .row.noFloat {
    margin-left: 70px;
    padding-bottom: 10px;
}
.registerWrap .row.noFloat dt, .loginWrap .row.noFloat dt {
    color: #252525;
    float: none;
    font-size: 11px;
    margin: 0 0 0 17px;
    padding-top: 0;
    text-align: left;
    width: auto;
}
.registerWrap .row.noFloat dd, .loginWrap .row.noFloat dd {
    float: left;
    margin: 0;
}
.registerWrap .row.noFloat dd input, .loginWrap .row.noFloat dd input {
    border: medium none;
    margin: 0;
    padding: 0;
    width: auto;
}
.registerWrap .row input.error, .loginWrap .row input.error {
    box-shadow: 0 0 8px rgba(228, 17, 17, 0.5);
}
#password2-element .ezpz-hint {
    color: #C1C1C1;
}
#loginForm a.loginToReg, #registerForm a.registerToLog {
    color: #f26522;
}

.sharer .icon {
    display: block;
    float: left;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
.sharer .icon.linkedin {
    background: url("../images/icons/linkedin.png") no-repeat scroll right top transparent;
}
.sharer .icon.twitter {
    background: url("../images/icons/twitter.png") no-repeat scroll right top transparent;
}
.sharer .icon.facebook {
    background: url("../images/icons/facebook.png") no-repeat scroll right top transparent;
}
.sharer .icon.mail {
    background: url("../images/icons/mail.png") no-repeat scroll right top transparent;
}
.sharer .icon.favorite {
    background: url("../images/favButtonNew.png") no-repeat scroll right top transparent;
    width: 84px;
	height: 20px;
	margin-right: 5px;

    /*margin: 3px 10px 0 0 ;*/
}
.sharer .icon.favorite.unFavorite {
    background: url("../images/favButtonNew.png") no-repeat scroll left top transparent;
    width: 118px;
}

.sharer .icon.favorite:hover {
    background-position: right bottom;
}

.sharer .icon.favorite.unFavorite:hover {
    background-position: left bottom;
}

a.video {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
a.video span {
  background: url("../images/indexVideoPlay.png") no-repeat center center;
  top: 0px;
  left: 0px;
  position: absolute;
  /*width: 390px;
  height: 223px;*/
  bottom: 0;
  right: 0;
}

.paginationControl {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.paginationControl .active {
    color: #F26522;
    padding: 0 3px;
    text-decoration: underline;
	font-weight: bold;
}

.paginationControl a {
    color: #0257AB;
    padding: 0 3px;
    text-decoration: none;
}

.paginationControl a:hover {
    color: #F26522;
}

.breadcrumbs li {
	display: inline;
	font-size: 12px;
	color: #989898;
	font-weight: bold;
	padding-right: 5px;
}

.breadcrumbs li a {
	color: #989898;
}

.breadcrumbs li a.active {
	text-decoration: none;
	font-weight: normal;
}

.breadcrumbs li a:hover {
	color: #F26522;
}

.headLine {
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  color: #f16121;
  text-transform: uppercase;
}

.headLine.indexTop {
  padding-left: 5px;
}
















@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #d9d9d9;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 228px;
}
.sbSelector{
	display: block;
	height: 24px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #F26522;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/listDown.png) 0 0 no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
}
.sbToggle:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;

}
.sbToggleOpen{
	background: url(../images/listDown.png) left bottom no-repeat;
}
.sbToggleOpen:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 1px #d9d9d9;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #252525;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #F26522;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.box.banner a, .box.banner object {
	margin-bottom: 20px;
	display: block;
}


.box.banner a:last-child {
	margin-bottom: 0px;
}


.sponsorsHeader {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 11px;
	position: relative;
	margin-bottom: 16px;
	margin-top: 20px;
}

#moreSponzors {
	color: #363636;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 10px;
	padding-left: 10px;
	background: url(../images/raquo.png) no-repeat 0px 4px;
	text-decoration: none;
	border-bottom: 1px solid #363636;
	float: left;
	display: block;
	line-height: 16px;
	padding-right: 1px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px !important;
	color: #363636 !important;
	line-height: 14px !important;
	font-weight: normal;
	text-transform: none;
}

#sponzorsWrap a {
	/*margin-right: 78px;*/
	display: inline-block;
    padding: 15px;
    margin: auto;
}

#sponzorsWrap a img{
	vertical-align: middle;
	max-width: 70px;
}

#sponzorsWrap a.noMargin {
	margin-right: 0px;
}

#sponzorsWrap {
    padding-bottom: 40px;
}

#moreSponzors:hover {
	border-bottom: none;
}

.toMostReadButton {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #005EAF;
	background: url("../images/goToArchive.png") no-repeat 10px center;
	padding: 0px 15px 0px 20px;
	margin-bottom: 10px;
}

#indexAfterBanner {

}
#novinyAd {

}

#novinyAd img {
  display: block;
  padding-bottom: 20px;

}

sup {
    font-size: 0.7em;
    vertical-align: top;
}

.magnifying_box {
	display: none;
}





/* most popular */
.mostpopular .box a {
  float: left;
  display: block;
  color: #0267ba;
  font-size: 12px;
  line-height: 16px;  
  text-decoration: none;
  padding-bottom: 10px;
}
.mostpopular .box img {
  width: 70px;
}
.mostpopular .box {
  padding-bottom: 0px !important;
  clear: left;
}


.mostpopular .box h4 {
  margin-left: 80px; 
}
.mostpopular .box h4 a:hover {
  color: #f16121;
}









.tv2_articles {	
}

.tv2_articles::after {
  content: "";
  clear: both;
  display: table;
}

.tv2_article {
	margin-bottom: 15px;
}

.tv2_article::after {
  content: "";
  clear: both;
  display: table;
}



.tv2_article .tv2_left {
	width: 30%;
	float: left;
}
.tv2_article .tv2_left img {
	width: 100%;	
}

.tv2_article .tv2_right {
	/*margin-left: 30%;*/
	float: left;
	margin-left: 15px;
	width: 66%;
}


.tv2_article .title a  {
	color: #025cb2;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-decoration: none;
}

.tv2_article p {
	padding-top: 5px;
    color: #252525;
    font-size: 14px;
    line-height: 18px;
}

.tv2_article .info {
	color: #676767;    
	font-size: 12px;
	padding-bottom: 12px;	
}

.tv2_article .time {
	
}

.tv2_article .editor a {
	/*color: rgb(242, 101, 34);*/
	color: #676767 !important;
    text-decoration: none;
    font-weight: bold;

}






.tv2_articles-main .tv2_left {
	width: 66%;
}

.tv2_articles-main .tv2_right {
	width: 30%;
	margin-left: 30px;
}

.tv2_articles-main .title a {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
    color: #025cb2;
    text-decoration: none;
    display: block;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}

.tv2_articles-main .tv2_article p {
	font-size: 14px;
    line-height: 1.4em;
}

.tv2_articles-main .goToDetail {
	display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #005eaf;
    background: #fff url(../images/goToArchive.png) no-repeat 0px center;
    padding: 15px 15px 15px 10px;
}
    



.tv2_articles-list .tv2_article--first .tv2_left {
	width: 40%;
}

.tv2_articles-list .tv2_article--first .title a {
	font-size: 26px;
    line-height: 34px;	
    padding-right: 10px;
}

.tv2_articles-list .tv2_article--first .tv2_right {
	margin-left: 0;
	width: 60%;
}

.tv2_article--first .text {
	clear: left;	
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 20px;	
	display: block;
}

.tv2_articles-list .tv2_article--first img {
	width: 100%;
}

/* 
	GRID
*/

.tv2_container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
}

.tv2_col {  
  /*padding: 15px;*/
}

.tv2_col + .tv2_col {
	/*margin-left: 20px;*/
}

.tv2_col-no-padding {
	/*padding: 0px;	*/
}

.tv2_col-1-1 { width: 100%; }
.tv2_col-1-2 { width: 50%; }

.tv2_col-1-3 { width: 33.333%; }
.tv2_col-2-3 { width: 66.666%; }

.tv2_col-1-4 { width: 25%; }
.tv2_col-2-4 { width: 50%; }
.tv2_col-3-4 { width: 75%; }

.tv2_col-1-5 { width: 20%; }
.tv2_col-2-5 { width: 40%; }
.tv2_col-3-5 { width: 60%; }
.tv2_col-4-5 { width: 80%; }

/* 
	GRID END
*/







#recomendWrap {
	/*margin-top: 20px;*/
}

.tv2_col img {
	width: 100%;
}

.tv2_recommended_first-row {
	display: none;
}


.tv2_recommended_n0 {
	margin-bottom: 25px;
}
.tv2_recommended_n0 .tv2_recommended_title {
	padding-left: 15px;
	padding-bottom: 10px;
}
.tv2_recommended_n0 .tv2_recommended_title a{	
	font-size: 26px;
	line-height: 32px;
}

.tv2_recommended_n0 .tv2_recommended_text {
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;	
}





.tv2_recommended_n1, .tv2_recommended_n2 {
	width: 50%;
}

.tv2_recommended_n1 .tv2_recommended_first-row, 
.tv2_recommended_n2 .tv2_recommended_first-row {
	/*display: block;*/
	display: none;
}

.tv2_recommended_n1 .tv2_recommended_first-row .tv2_recommended_title, 
.tv2_recommended_n2 .tv2_recommended_first-row .tv2_recommended_title {
	padding-right: 15px;
	padding-bottom: 10px;
}
.tv2_recommended_n1 .tv2_recommended_first-row .tv2_recommended_title a, 
.tv2_recommended_n2 .tv2_recommended_first-row .tv2_recommended_title a {
	font-size: 16px;
	line-height: 24px;
}

.tv2_recommended_n1 .tv2_recommended_second-row .tv2_recommended_title, 
.tv2_recommended_n2 .tv2_recommended_second-row .tv2_recommended_title {
	/*display: none;*/
	display: block;
	padding: 0 15px;
}


.tv2_recommended_n1 .tv2_recommended_second-row .tv2_recommended_text, 
.tv2_recommended_n2 .tv2_recommended_second-row .tv2_recommended_text {
	display: none;
}


.tv2_recommended_n3, .tv2_recommended_n4 {
	width: 100%;
}

.tv2_recommended_n3 .tv2_recommended_first-row,
.tv2_recommended_n4 .tv2_recommended_first-row {
	display: block;
	margin-top: 15px;	
}

.tv2_recommended_n3 .tv2_recommended_second-row,
.tv2_recommended_n4 .tv2_recommended_second-row {
	display: none;
}






.tv2_ad-top {
	display: none;
}

#fixedCol.fixit {
	position: fixed;
	bottom: 0;
}

#fixedCol.fixit-bottom {
	position: absolute;
}

a.video,
.video .tv2_recommended-img-link {
	display: block;
	position: relative;
}

a.video::after,
.video .tv2_recommended-img-link::after {	
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyNDcxYjk7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5VbnRpdGxlZC00PC90aXRsZT48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNi4xMiAxNS4zOSAxNi4xMiAzNC42MSAzMy44OCAyNSAxNi4xMiAxNS4zOSIvPjwvc3ZnPg==") no-repeat center center;		
}

a.video:hover::after,
.video .tv2_recommended-img-link:hover::after {
	opacity: 0.8;
}


.tv2_breadcrumbs {
	float: left;
	line-height: 26px;
}

.tv2_breadcrumbs.breadcrumbs {
	/*padding-bottom: 5px;*/
}



#formFilter {
  /*float: right;*/
  text-align: left;
}

#articleFilter {
    border-bottom: 1px solid #EAEAEA;
    color: #025EB3;
    /*margin-bottom: 25px;
    padding-bottom: 4px;*/
    /*position: relative;*/
    /*height: 26px;*/
    line-height: 26px;
    position: absolute;
    top: 0;
    width: 100%;    
    text-align: right;
    vertical-align: middle;    
    padding-bottom: 12px;
}

#articleFilter label {
    color: #F26522;
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}


#articleFilter .sponsor img {
  /*float: right;*/
  max-height: 26px;
  vertical-align: middle;
  line-height: 26px;

}

.box.banner.mobile {
	display: none;
}

.articleBody img {
	/*width: 90% !important;*/
	width: 640px;
    max-height: 460px;
    object-fit: contain;
    object-position: left;

}