body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    overflow-x: hidden;
    position: relative;
}
body[viewport="scrollview"] {
    overflow: hidden;
}
body[viewport="fixed"] {
    overflow-y: scroll;
}
ul, li {
	margin: 0;
	padding: 0;
}
/*OUT*/
#out {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-webkit-transition-timing-function: cubic-bezier(0.12,0,0.58,1);
	-webkit-transition-delay: initial;
	-webkit-transform: translate3d(-1500px,0px,0px);
}
/*IN*/
#in {
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	-webkit-transition-delay: initial;
	-webkit-transform: translate3d(0px,0px,0px);
}
#loading_overlay {
	background: url("../images/retrive-loader.gif") no-repeat scroll center center #EBEBEB;
	/*background-color: #000000;*/
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#wraper_home {
	display: none;
}
#wraper_news {
    display: none;
	min-height: 320px;
	transition-property:height;
transition-duration:1s;
transition-timing-function:linear;
transition-delay:0s;
/* Firefox 4 */
-moz-transition-property:height;
-moz-transition-duration:1s;
-moz-transition-timing-function:linear;
-moz-transition-delay:0s;
/* Safari and Chrome */
-webkit-transition-property:height;
-webkit-transition-duration:1s;
-webkit-transition-timing-function:linear;
-webkit-transition-delay:0s;
/* Opera */
-o-transition-property:height;
-o-transition-duration:1s;
-o-transition-timing-function:linear;
	-o-transition-delay:0s;
}
#wraper_news .loading {
	background: url("../images/retrive-loader.gif") no-repeat scroll center center #EBEBEB;
}
#site_logo {
}
#site_logo .logofill {
	background-image: url('../images/m_logo.gif');
	background-size: 150px 58px;
	width: 150px;
	height: 58px;
}
.news_comment, .news_view {
    background-image: url("../images/stat-icon.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 22px;
	padding-right: 6px;
    width: auto;
}
.news_comment {
    background-position: 0 -20px;
}
.news_view {
    background-position: 0 0;
}
.title_section {
    background-image: url("../images/title_bg.gif");
    display: block;
    height: 40px;
	font-size: 16px;
    line-height: 40px;
    position: relative;
	text-shadow: 0px 1px 0px #FFFFFF;
 }
.title_section a {
	float: left;
	height: 40px;
}
.title_section p {
	float: left;
}
.title_section .titleIcon {
	background-image: url("../images/title_catalog.gif");
    background-size: 46px 40px;
    display: block;
    float: left;
    height: 40px;
    width: 46px;
}
.title_section img {
	float: left;
}
#headmenu #show_category {
    display: block;
    padding-right: 15px;
    position: relative;
    width: 113px;
}
#headmenu #show_category .dropdown_arrow {
	margin-top: 2px;
    position: absolute;
    right: 0;
}
.dropdown_arrow i {
	
}
#topmenu li {
	list-style:none outside none;
}
#topmenu .tags {
	display: table;
    height: 82px;
    margin: auto;
    padding: 10px;
    text-align: center;
	width: 300px;
}
.tags .tagLabel{
	font: 12px/14px;
    margin-top: 5px;
    text-align: center;
}
.tags .android {
	background-image: url("../images/icon_android.png");
    background-position: -19px -14px;
    background-size: 100px 115px;
    display: block;
    height: 62px;
	margin: auto;
    width: 62px;
}
.tags .blackberry {
	background-image: url("../images/icon_blackberry.png");
    background-position: -18px -14px;
    background-size: 100px 115px;
    display: block;
    height: 62px;
	margin: auto;
    width: 62px;
}
.tags .iphone {
	background-image: url("../images/icon_iphone.png");
    background-position: -18px -14px;
    background-size: 100px 115px;
    display: block;
    height: 62px;
	margin: auto;
    width: 62px;
}
#topmenu .tags ul {
	display: table-row;
}
#topmenu .tags li {
	display: table-cell;
	min-width: 64px;
	width: 100px;
}
#topmenu .category {
	margin-top: 10px;
    text-align: center;
}
#topmenu .category ul {
	padding: 0;
	margin: 0;
}
#topmenu .category li {
    background: url("../images/li_item_style.gif") no-repeat scroll 0 50% transparent;
    display: block;
    float: left;
    margin-left: 40px;
    padding-left: 14px;
    text-align: left;
    width: 156px;
}

.wraper {

}
#highlight {
    display: none;
}
#highlight, #news_list_loadmore_loading {
    background-image: url("../images/ajax-loader.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#news_list_loadmore_loading {
	display: block;
}
#highlight, #highlight_content {
    cursor: pointer;
    height: 200px;
    max-width: 100%;
}
#highlight_content {
    background-color: #454545;
    display: none;
}
.highlight_img {
    display: block;
    height: 200px;
    margin: auto;
    min-width: 320px;
    overflow: hidden;
    position: relative;
}
.highlight_img img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;
}
.highlight_shortdesc {
    display: none;
    margin: auto;
    position: relative;
    width: 320px;
}
.highlight_shortdesc p {
	bottom: 0;
    color: #FFFFFF;
    display: none;
    left: 0;
    padding: 0 5px 5px;
    position: absolute;
    width: 310px;
}
.highlight_shortdesc p .txt{
	font-size: 16pt;
    position: relative;
    text-shadow: 0 1px 1px #000000;
    z-index: 10;
}
.highlight_shortdesc p .bg{
	background-image: -webkit-gradient(linear, bottom, from(#000000), to(rgba(0,0,0,0.0)));   
	background-image: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0.0));   
	background-image: -moz-linear-gradient(bottom , black, rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(bottom, #000000, rgba(0,0,0,0.0));
	background-image: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0.0));
	background-image: linear-gradient(bottom, #000000, rgba(0,0,0,0.0));/* current standard, but unimplemented */ 
    bottom: 0;
    height: 100%;
    left: 0;
    padding-top: 20px;
    position: absolute;
    width: 100%;
}

#sort_news_by {
	background-color: #E3E3E3;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
#sort_news_by a {
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    height: 30px;
    padding: 2px;
    width: 40px;
}
#sort_news_by a:hover {
	border: 1px solid #999;
	background-color: #F2F2F2;
}
#sort_news_by a.current {
	border: none;
    color: #FFFFFF;
    background-color: #000000;
}
.sortLabel {
	float: left;
    padding: 0 0 0 10px;
    width: 63px;
	line-height: 24px;
}
.tabBar-wrapper ul{
	padding: 0;
	margin: 0;
}
.tabBar, .tabbed-panel-header-wrapper {
    border-bottom: 2px solid #3D3D3D;
    cursor: default;
    line-height: 0;
    margin-right: -24px;
    outline: medium none;
    padding: 2px 0 0;
}
.goog-inline-block {
    display: inline-block;
    position: relative;
}
.tab {
    border-bottom: 24px solid #3D3D3D;
    border-right: 24px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 0;
    margin-right: -16px;
    margin-top: -1px;
    opacity: 0.35;
    padding: 0;
    text-transform: uppercase;
}
.tab-text {
    line-height: 24px;
    margin: 0 6px 0 10px;
    position: relative;
}
.tab-selected {
    opacity: 1;
}
#news_list_section {
	display: none;
	background-color: #E8E8E8;
    clear: both;
    margin: 0;
    padding: 10px;
    position: relative;	
}
#news_list_wraper {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px,rgba(0, 0, 0, 0.04) 0 -1px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px,rgba(0, 0, 0, 0.04) 0 -1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px,rgba(0, 0, 0, 0.04) 0 -1px 0;
}
#news_list {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-webkit-animation: fade 1s ease-in-out;
	-moz-animation-name: fade 1s ease-in-out;
	-ms-animation-name: fade 1s ease-in-out;
	-o-animation-name: fade 1s ease-in-out;
	animation-name: fade 1s ease-in-out;
}
#news_list .loading{
	background: url("../images/retrive-loader.gif") no-repeat scroll center center #EBEBEB;
}

.list_item, .news_list_item {
	-moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    display: block;
    overflow: hidden;
	padding: 10px;
    position: relative;
}
.list_item:visited, .news_list_item:visited {
}
.list_item:first-child {
	border-top-right-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	-moz-border-radius-topright: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-left-radius: inherit;
	-moz-border-radius-topleft: inherit;
}
.list_item:after {
	content: '›';
	width: 22px;
	height: 100%;
	vertical-align: middle;
	font-size: 30px;
	line-height: 86px;
	font-family: Futura, "Futura Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	z-index: 10;
}
.list_thumb, .news_list_thumb {
    text-align: right;
	height: auto;
	overflow: hidden;
	width: 65px;
}
.list_thumb .thumbbadge {
	background-color: rgba(49, 80, 50, 0.6);
    border-radius: 2px 2px 2px 2px;
    bottom: 10px;
    color: #FFFFFF;
	/*display: -moz-box;
	display: -webkit-box;
    display: box;*/
	display:block;
    float: right;
    font-size: 10px;
    height: 14px;
    left: 10px;
    line-height: 14px;
    padding: 1px 4px;
    position: absolute;
	width: 57px;
}
.list_thumb .view {
	/*-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;*/
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 3px;
}
.list_thumb .comment {
	/*-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;*/
	border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 3px;
}
.list_thumb img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 65px;
	height: 65px;
}
.item_wraper {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}
.list_content {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	min-height: 48px;
	margin: 0 15px 0 9px;
}
.list_content .timeago {
    font-size: 10px;
	position: absolute;
    right: 10px;
    top: 7px;
}
.list_title, .news_list_title {
	color: #3B5998;
    font-size: 16px;
    font-weight: bold;
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 2px;
    overflow: hidden;
    text-decoration: none;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
.list_shortdesc {
    color: #777777;
    font: normal normal normal 14px/18px;
	/*margin-right: 30px;*/
    margin-top: 2px;
	word-wrap: break-word;
    text-decoration: none;
}
#news_list_loadmore ,#news_list_loadmore_loading {
}
#news_list_loadmore {	
	background-color: #E3E3E3;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}
#news_list_loadmore p {
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 26px;
    padding: 18px 10px 10px;
    text-align: center;
}
#news_list_loadmore_loading {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	background-color: #FFFFFF;
    display: none;
}
#news_list_loadmore_loading p {

    height: 65px;
    text-align: center;
}
#current_item {
	display: none;
}
#news_headline {
    clear: left;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    max-width: 100%;
    padding: 10px;
    text-align: left;
    text-shadow: 0 1px 2px #999999;
}
#news_public_time {
    background-color: #EBEBEB;
    border-top: 1px solid #DADADA;
    font-size: 12px;
    padding-left: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.home_icon i {
	display: block;
	background-image: url("../images/home_icon.gif");
	background-repeat: no-repeat;
	width: 49px;
	height: 40px;
}
#news_content {
    display: block;
    font-size: 16px;
    max-width: 100%;
    overflow: auto;
    padding: 0 5px;
}
#news_content p {
	margin: 10px;
}
#news_content a {
	color: #36F;
}
.news_body li {
	list-style: square outside none;
    margin-left: 25px;
}
.news_img {
	display: none;
	padding: 20px;
}
#news_content img {
	height: auto;
	border: none;
}
.news_img img, #news_content img {
    display: block;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.title_relate {
	display: none;
}
.title_comment {
	
}
.social_banner {
	margin:10px auto; 
	/*display:-moz-box;
	display:-webkit-box;
	display:box;*/
	display: block;
	width:300px;
}
.social_banner .fb_like {
}
.social_banner .twitter {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.social_banner .google_plus {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.fb_comment {
	margin: auto; width: 310px;
}
.closer_ads {
	border-bottom: 1px solid #F2F2F2;
    display: block;
    height: 20px;
    margin: auto;
    padding: 10px;
    width: 300px;
}
ul.relate_link {
    margin: 0;
    padding: 0 5px 5px;
}
.relate_link li {
    background-color: #F6F6E6;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 10px 5px 5px;
	min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.relate_link li img {
    float: left;
	height: 26px;
	width: 26px;
    padding: 2px;
}
.relate_link li p {
}
.fb_iframe_widget {
	width: 100%;
}
.fb_iframe_widget iframe {
    min-width: 310px;
    width: 100% !important;
}
#thfixads {
	display: none;
}
.ads_separator {
	/*display: none;*/
	clear: left;
    height: 50px;
    text-align: center;
}
.ads_separator2 {
	/*display: none;*/
	clear: left;
    height: 250px;
    text-align: center;
}
.ad_list {
	background-color: #000000;
    /*border-top: 1px solid #E3E3E3;*/
    bottom: 0;
	display: none;
    height: 50px;
    margin: auto;
    min-width: 320px;
    /*padding-top: 10px;*/
    position: relative;
    text-align: center;
}
.news_body_ads {
    padding-top: 10px;
	margin: auto;
	position: relative;
    text-align: center;
}
#news_footer {
	display: none;
}
#truehits-djs {
	display: none;
}