html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0}
body,html{font-size:13px; font-family: 'robotoregular', sans-serif;background:#f5f5f5;color:#000}
input,button,textarea{font-family:Tahoma, sans-serif;font-size:11px}
h1,h2,h3{font-weight:400}
table{border:0;border-collapse:collapse;border-spacing:0;padding:0}
td{vertical-align:top;padding:0}
a{color: #3F51B5;
text-decoration: none;
font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover{color:#DC7300
}


a img{border:0 none;
}
ul,li{list-style:none;margin:0;padding:0}
ul.tableform{width:100%}
ul.tableform li span.label{display:block;margin-bottom:5px}
ul.tableform li.fieldsubmit{margin-top:20px; text-align:right}
ul.tableform li.fieldsubmit:hover{background:none}
.dopinpt{width:660px;margin:5px}
.page_content {
	padding-bottom: 20px;
}
.dopinpt tr td{background:#f1f1f1;padding:10px}
.di_title{border-bottom:1px #fff solid;color:#999}
.clr{clear:both;display:block}
.f_input,.f_textarea,.s_input,.xfield input,.xfield textarea,.textin{
border: 0;
border-bottom:1px #dfdfdf solid;
height:28px;background:#fff url(../images/lp_input.png) repeat-x;color:#8e8e8e;width:80%;line-height:18px;font-size:11px;font-family:Tahoma;margin:2px 0;padding:0 5px}
.f_input:focus, .f_textarea:focus {
	border-bottom:2px #303f9f solid;
}
.tableform select {
	height:28px;
}
.f_textarea,.xfield textarea{height:auto;width:100%;padding:0}
.xfield textarea{width:97%;height:150px}

.checkbox{margin:3px 0}
.cont_in{width:1110px; margin:0 auto;position: relative;}
.left {
	float: left;
}
.right {
	float: right;
}
body,html {
	position: relative;
	overflow-x:hidden;
}
.user_panel {
	position: fixed;
	right: -190px;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 190px;
	background: #1a1a1a;
}
.up_login {
	position: absolute;
	left: -60px;
	top: 30px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background:#1a1a1a url(../images/user_ic.png) no-repeat center center;
}
.up_login:hover {
	background-color: #2c2c2c;
}
.up_in {
	padding: 10px;
}

#head {
	position: relative;
	z-index: 1;
}
.head_top {
	background: #303f9f;
	padding: 10px 0;
	padding-bottom: 0;
}
.logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.serch_box {
	float: right;
}


/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
	display: block; position: absolute;
	background: hsl(0, 0%, 91%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {-webkit-animation: ripple 0.65s linear;}
@-webkit-keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {opacity: 0; transform: scale(2.5);}
}





.block_info{position:relative;padding:10px 10px 15px 20px;background:#363a3c;color:#fff}
.binf_title{font-size:30px;left:5px;color:#5465cd;top:5px}
.block_info a {
	color: #515e71;
}
.search_box{background:transparent;  float: right;border-bottom: 2px #9da2d1 solid; }


.sb_input{border:0;height:30px;margin-top: 10px; width:96px;float:right;color:#9da2d1;background:transparent; line-height:30px;border-left:0;padding:0 10px;-webkit-border-radius: 2px;
	border-radius: 2px;
font-size: 16px;
text-transform: uppercase;
font-family: 'robotobold';}
.sb_input:focus {
	border: 0;
}
.search_box.sb_activ .sb_bt, .search_box.sb_activ .sb_input {
	height:50px;
}
.sb_bt{background: url(../images/search_ic.png) no-repeat right;color: #fff; text-align: left; float:right;cursor:pointer;border:0;width:50px;height:50px;}



.menu_box {
	background: #3f51b5;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.menu_box .cont_in {
	position: relative;
}

/**/
.mb_item1 {

}
.mb_i_in ul li {
	float: left;
	margin-right: 5px;
}
.mb_i_in ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left;
	padding: 5px;
    text-transform: uppercase;
}
.mb_i_in ul li.li_hide {
	
}
.navi-a {
	border-bottom: 2px #fff solid;
}

.mb_i_hide {
	color: #7986d7;
	display: none;
	cursor: pointer;
}
.mb_i_hide:hover {
	text-decoration: underline;
}

/*
.mb_i_str {
	width: 14px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	display: none;
	left: 10px;
	background: url(../images/menu_str.png);
}
*/
.mb_title {
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	color: #9da2d1;
	height: 50px;
	font-family: 'robotobold';
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
	width: 150px;
	line-height: 50px;
}
.mb_title_box .mb_title .ink {
	background: #3f51b5;
}
.mb_title_box.current  .mb_title{
	color: #fff;
	border-bottom: 2px #fff solid;
	height: 48px;
}

.mb_title_box {
	top: -60px;
	left: 250px;
	position: absolute;
	width: 180px;
}
.mb_title_box.mi2 {
	left: 430px;
	width: 250px;
}
.mb_title_box.mi2 .mb_title {
	width: 220px;
}

.mb_title_box.mi3 {
	left: 680px;
	width: 250px;
}
.mb_title_box.mi3 .mb_title {
	width: 220px;
}

.mb_title_box.current .mb_i_str {
	display: block;
}
.box {
	display: none;
}
.box.vesible {
	display: block;
}
.mb_item.active .mb_i_in {
	display: block;
}

/**/
.speed_bar_box {
	background: #1a1a1a;
	position: relative;
	padding: 10px 0;
	margin-bottom: 10px;
	z-index: 1;
}
.sbb_menu {
	float: left;
}
.sbb_menu a {
	display: block;
	width: 30px;
	height: 31px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	background: url(../images/speedbar_icl.png);
	margin-right: 3px;
}
.top_content {
	position: relative;
	z-index: 6;
}
.sbb_menu a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 и ниже */
    opacity: 1; /* Konqueror 3.1, Safari 1.1 */
}
.sbb_menu a.sbb_m_back {
	background-position: 0 0;
}
.sbb_menu a.sbb_m_home {
	background-position:-30px 0;
}
.sbb_in {
	float: left;
	width: 880px;
	height: 31px;
	margin-left: 10px;
	line-height: 31px;
	font-size: 13px;
	color: #acacac;
}
.sbb_in a {
	color: #acacac;
}
.sbb_in a:hover {
	text-decoration: underline;
}
.sbb_shad {
	position: absolute;
	background: url(../images/head_shad.png);
	height: 5px;
	left: 0;
	top: 0;
	width: 100%;
}

/**/
.social_bottom {
	width: 69px;
	height: 68px;
	position: absolute;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 1px #000;
	box-shadow: 0 1px 1px 1px #000;
	right: 10px;
	cursor: pointer;

	top: -40px;
	z-index: 3;
}

.share_panel {
	padding:4px 10px 4px 10px;
	width: 480px;
	height: 75px;
	position: absolute;
	top: -47px;
	display: none;
right: -90px;
	z-index: 2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
    -moz-opacity: 0; /* Mozilla 1.6 и ниже */
    opacity: 0; /* Konqueror 3.1, Safari 1.1 */
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.social_menu {
	height: 73px;
}
.social_menu li {
	float: left;
	margin-right: 4px;
	height: 73px;
	position: relative;
}
.social_menu li a {
	display: block;
	height: 74px;
	position: relative;
	overflow: hidden;
	width: 73px;
	float: left;
	-webkit-box-shadow: 0 1px 1px 1px #000;
	box-shadow: 0 1px 1px 1px #000;
	-webkit-border-radius: 100%;
	user-select: none;
	z-index: 2;
    -webkit-user-select: none;
	border-radius: 100%;
	background: url(../images/social.png);
}
.social_menu li a:hover {
	-webkit-box-shadow: 0 2px 2px 1px #000;
	box-shadow: 0 2px 2px 1px #000;
}
.social_menu li.sc1 {

}
.social_menu li.sc1 a {
	background-position: 0 0;
	background-color: #496194;
	width: 74px;
}
.social_menu li.sc2 a {
	background-position: -74px 0;
	background-color: #28c3ff;

}
.social_menu li.sc3 a {
	background-position: -148px 0;
	background-color: #ff6d4a;

}
.social_menu li.sc4 a {
	background-position: -221px 0;
	background-color: #39c8ff;

}
.social_menu li.sc5 a {
	background-position: -294px 0;
	background-color: #ff9c43;

}



.megaeffect {
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
}
.sb_icon1, .sb_icon2 {
	background: url(../images/sb_icon1.png);
	width: 15px;
	height: 21px;
	position: absolute;
	top: 50%;
	 
	margin-top: -10px;
	left: 50%;
	margin-left: -7px;
}
.sb_icon2 {
	background: url(../images/sb_icon2.png);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
/**/
.share_box {
	padding: 0 10px 10px 10px;
    text-align: center;
    width: 47%;
    float: left;
}
.group_box {
padding: 10px;
}
.group_box_title {
	font-size: 18px;
	margin-bottom: 10px;
    background: #424F9F;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
}
/**/
.pm_menu {
	margin-top: 20px;
}
.pm_menu li {
	float: left;
	margin-right: 10px;
}
.pm_menu li a {
	display: block;
	border: 1px #cfcfcf solid;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 35px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #000;
	padding-right: 10px;
}
.pm_menu li.in a { 
	background: url("../images/pmic1.png") no-repeat 5px center;
}
.pm_menu li.out a { 
	background: url("../images/pmic2.png") no-repeat 5px center;
}
.pm_menu li.new a { 
	background: url("../images/pmic3.png") no-repeat 5px center;
}





/*стили страницы профиля*/
.ui_lcol {
	width: 150px;
	float:left;
}
	.ui_staus {
		padding: 0px 5px 5px 5px;
		background:#f0f0f0;
		margin-bottom: 5px;
		width: 150px;
	}
	.ui_lcol ul li {
		display:block;
		color:#7b7b7b;
	}
	.ui_avatar {
		width: 150px;
		position:relative;
		margin-bottom: 10px;
	}
	.ui_avatar img, .ui_avatar a img {
		width: 150px;
	}
.ui_status {
	font-family: 'robotobold';
	color:#b7b7b7;
}

.ui_title {
	font-family: 'robotobold';

			border-bottom: 3px #545258 solid;
			padding-bottom: 4px;
	}
.ui_rcol {
	margin-left: 180px;
	font-size: 12px;
}
	.ui_ruspage {
	}
	.ui_rcol ul {
		margin-bottom: 20px;
	}
	.ui_rcol ul li {
		margin-bottom: 3px;

		padding-bottom: 3px;
	}
.ui_name {
	display: block;
	float: left;

	width: 150px;
}
.ui_no {
	color: #c5c5c5;
}


/*статистика */
.stats_block {
	margin-bottom: 20px;
}	
	.stats_block h5 {
		font-size: 11px;
		font-family: 'robotobold';
		margin-bottom: 10px;
	}
	.stats_block ul {
		float:left;
		padding-right: 20px;
		width: 29%;
	}
.stats_more {

}
	.stats_more ul {
		margin-bottom: 20px;
	}

	/*---------------------------------------------------------------------------------------------------------*/
/*страница сообщений*/
.pm_status {
    float:left;
    border: 1px solid #d8d8d8;
    padding: 0px;
    background-color: #fff;
    width: 280px;
    height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    font-size: 0.9em; 
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-family: 'robotobold';
    text-align: center;
    color: #4e4e4e;
}

.pm_status_content {
    padding: 5px;
}
.site_info {
	background:url(../images/info.png) no-repeat;
	padding-left: 90px;
	min-height: 65px;
}

/**/
.app_item_box {
	float: left;

}
.app_item {
	float: left;
	width: 206px;
	-webkit-box-shadow: 0 1px 1px 1px #C4C4C4;
	box-shadow: 0 1px 1px 1px #C4C4C4;
	height: 295px;
	margin: 7px;
	background: #fff;
    position: relative;
          -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;  
}

.app_item_box_mod {
	float: left;
}

.app_item_mod{
	float: left;
	width: 102px;
	-webkit-box-shadow: 0 1px 1px 1px #C4C4C4;
	box-shadow: 0 1px 1px 1px #C4C4C4;
	height: 102px;
	margin: 7px;
	background: #fff;
    border-radius: 10px;
}

.cont_in .main_items_box .app_item_mod {
	margin: 18px;
}

.app_item:hover {
box-shadow: 0 0 3px 2px #6D7BCA;
    
}

.app_item:hover .caticon img
{
    width: 28px;
    }

.app_i_pict_mod {
	height: 102px;
	padding-top: 20px;
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;
}
.app_i_pict_mod span {
	display: block;
}

.app_i_pict_mod img {
	display: block;
	width: 80px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

.main_items_box .app_i_pict_mod {
	padding-top: 10px;
	height: 50px;
}
.app_i_title_mod {
	padding: 10px;
	position: relative;
	padding-bottom: 0;
}
.app_i_title_mod h2 a {
	color: #fff;
	padding: 0 2px 0 2px;
	font-size: 10px;
	text-overflow: ellipsis;
	height: 18px;
overflow: hidden;
	white-space: nowrap;
	display: block;
}

.app_i_rate_mod {
position: absolute;
top: 10px;
width: 100%;
z-index: 2;
padding-top: 4px;
height: 8px;
padding-bottom: 10px;
background: url("../images/item_t_bg.png");
left: 0;
text-align: center;
}

.app_item.ai_4 {
	width: 23%;
}
.app_item.ai_3 {
	width: 32%;
}
.app_item.ai_3.ai_2 {
	width: 48%;
}
.app_item.ai_3.ai_2.ai_1 {
	width: 100%;
}


.app_i_pict {
	height: 150px;
	padding-top: 20px;
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;
}
.app_i_pict span {
	display: block;
}

.main_items_box .app_i_pict {
	padding-top: 10px;
	height: 140px;
}
.app_i_pict img {
	display: block;
	width: 100px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
          -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;  
}


.app_item:hover .app_i_pict img{
width: 52%;
margin-top: -5px; 
}
.app_item:hover .app_i_decript {
   color: #000;
}

.app_item:hover .app_i_title h2 a{
   color: #DC7300;
   
}

.colum_right .app_item_box:hover .app_i_pict img {
width: 69%;
margin-top: -6px; 
}

.app_i_rate {
	position: absolute;
	top: -32px;
	width: 100%;
	z-index: 2;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 6px;
	background: url("../images/item_t_bg.png");
	left: 0;
	text-align: center;
              -webkit-transition: none;
-moz-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;  
}
.app_i_rate .rating {
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 6px;
}
.app_i_p_glow {
	position: absolute;
	z-index: 1;
	background: url("../images/item_glow_bg.png");
	width: 100%;
	height: 100%;
	top: 0;
}

.app_rate_line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
}
.app_rate_line.arl1 {
	background: #a2a2a2;
}
.app_rate_line.arl2 {
	background: #ffe290;
}
.app_rate_line.arl3 {
	background: #ffd14e;
}
.app_rate_line.arl4 {
	background: #ffbd00;
}


.app_i_title {
	padding: 10px;
	position: relative;
	padding-bottom: 0;
}


.app_i_title h2 a {
	color: #000;
	padding-right: 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	height: 18px;

overflow: hidden;
	white-space: nowrap;
	display: block;
}


.app_i_date {
	color: #ADADAD;
    font-weight: bold;
}
.app_i_more {
	background: url("../images/app_more.png") no-repeat;
width: 2px;
height: 9px;
position: absolute;
right: 8px;
top: 18px;
margin-top: -5px;
display: block;
}
.app_i_decript {
	padding: 5px;
	color: #848484;
	font-size: 11px;
}

.colum_right .app_item {
	width: 161px;
    height: 255px;
    
}
.colum_right .app_i_decript {
	padding-top: 0;
}
.colum_right .app_i_title {
	padding-bottom: 3px;
}



.colum_right .app_i_pict {height: 110px;}
/**/

.main_title {
	padding: 8px 0;
	margin-bottom: 7px;
}
.main_title h3 {
	text-transform: uppercase;
	font-size: 18px;
    color: #fff;
    background-color: #5A458D;
    padding: 10px;
}

/**/
.global_box {
	-webkit-box-shadow: 0 1px 1px 1px #C4C4C4;
box-shadow: 0 1px 1px 1px #C4C4C4;
background: #fff;
padding: 10px;
}
.page_sescript {
	margin-bottom: 10px;
}
.ps_title, .page_sescript h1 {
	font-family: 'robotobold';
	font-size: 16px;
}
/**/
#footer {
	margin-top: 20px;
    margin-bottom: 20px;
	font-size: 12px;
	color: #a7a7a7;
    
}
#footer a {
	color: #a7a7a7;
}
#footer a:hover {
	text-decoration: underline;
}
.f_copright {
	float: left;
	width: 400px;
}
.f_menu {
	float: right;
	width: 250px;
}
.f_stats {
	float: right;
}

/**/
.colum_left {
	float: left;
	padding: 0;
	width: 750px;
}
.colum_right {
	float: right;
	width: 350px;
    margin-bottom: 20px;
}
/*.colum_right .app_item {
	height: auto;

}*/
/**/
.full_head {
	width: 750px;
	height: 220px;
	position: relative;
	-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.fh_glow {
	background: url("../images/full_title_bgl.png");
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fh_info {
	width: 590px;
	height: 90px;
	padding: 10px;
	background:#e5e5e5;
	position: absolute;
	padding-left: 150px;
	bottom: 0;
	left: 0;
	z-index: 2;
    font-size: 16px;
}
.fh_logo {
	position: absolute;
	left: 20px;
	top: -90px;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 1px #727272;
	box-shadow: 0 0 1px 1px #727272;
	width: 98px;
	height: 98px;
	padding: 8px;
}
.fh_logo img, .fh_logo a img {
	width: 98px;
}
.fh_title {
	position: absolute;
	top: -100px;
	color: #fff;
	padding-right: 220px;
	left: 150px;
}
.fh_title h1 {
	font-size: 25px;
	display: block;
	line-height: 30px;
}
 .fh_title a {
 	font-size: 12px;
 	color: #fff;
 }
 .fh_rate {
 	position: absolute;
 	width:180px;

 	color: #f5f5f5;
 	font-size: 16px;
 	text-align: center;
 	right: 20px;
 	top: -100px;
 	line-height: 25px;
}
 .fh_rate_num {
 	font-size: 25px;
 	margin-bottom: 5px;
 }
 .fh_rate .rating {
 	margin-left: 48px;
 }
.full_dow_reclam {
	padding: 10px 0px;
	position: relative;
	font-size: 11px;
	text-align: center;
}
.full_dow_reclam a {
	display: block;
	width: 350px;
}
.full_dow_reclam a {
	-webkit-box-shadow: 0 1px 1px 1px #a1a1a1;
	box-shadow: 0 1px 1px 1px #a1a1a1;
}
.full_dow_reclam a:hover {
	color: #fff;
}
.fh_dow {
/*position: absolute; */
  /* right: 150px; */
  /* width: auto; */
  /* height: 20px; */
  /* top: 58px; */
  color: #ACACAC;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 11px;
  border: 1px #DBDBDB solid;
  border-radius: 2px;
  padding: 1px 3px 1px 3px;
  display: inline-block;
  margin-left: 5px;
}

.ver_new {margin: 15px;}

.full_cont {
	padding: 15px;
	margin-bottom: 20px;
    font-size: 19px;
    color: #303030;
    text-align: justify;
}

.full_cont p{margin-top: 8px;}

.sd_title {
	font-family: 'robotobold';
	padding-left: 15px;
}
.sd_first {
	padding: 10px;
	position: relative;
	background: #3A3A3A;
	font-size: 14px;
	color: #fff;
}

.sd_number {
	position: absolute;
	left: 10px;
	color: #717171;
	font-family: 'robotobold';
	font-size: 36px;
	top: 10px;
}
.sd_button, .adss_bottom a  {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
}


.sd_info {
	width: 250px;
	position: absolute;
	right: 0;
	top: 15px;
	color: #fff;
	font-size: 13px;
}
.sd_first.sd_second {
	padding: 20px 20px 0 20px;
	position: relative;
	text-align: left;
	background: #e5e5e5;
	margin-bottom: 30px;
}
.sd_first.sd_finish{
	padding: 20px;
	position: relative;
	background: #f1f1f1;
}
.sd_second .sd_button {
	background: #efefef url("../images/play.png") 5px center no-repeat;
	color: #000;
	-webkit-box-shadow: 0 1px 1px 1px #D5D5D5;
	box-shadow: 0 1px 1px 1px #D5D5D5;
	float: left;
	width: 100%;
	margin-bottom: -15px;
}
.sd_finish .sd_button {
	background: #F7F7F7;
	color: #000;
	-webkit-box-shadow: 0 1px 1px 1px #D5D5D5;
	box-shadow: 0 1px 1px 1px #D5D5D5;
}
.pc_title h2, .pc_title span, .pc_title h1 {
	font-size: 24px;
}


.msg {
	margin-bottom: 20px;
	position: relative;
}
.msg_av {
	width: 50px;
	position: absolute;
	left: -60px;
	top: 0;
	padding-top: 8px;
}
.msg_av img, .msg_av a img {
	width: 50px;
}
.msg_author {

	position: relative;
	margin-bottom: 10px;
}
.msg_author_name {
	font-size: 24px;
} 
.msg_author_status {
	padding-top: 10px;
}
.msg_author_repl {
	font-size: 12px;
}
.msg_author_date {
	font-size: 11px;
}
.msg_ul {
	margin-top: 10px;
	height: 22px;
}
.msg_ul li {
	float: left;
	margin-right: 5px;
}
.msg_ul li a {
	font-size: 11px;
	color: #D2D2D2;
}
.com_box {
	padding: 10px;
}


.navigation{position:relative;text-align:center;margin-top:20px;margin-bottom: 30px; background:url("../images/glob_l_bg.png") repeat-x center center; font-weight: bold;}

.nav_left, .nav_right {
	width: 56px;
	height: 56px;
	position: relative;
	z-index: 2;
	float: left;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 1px 1px #B0B0B0;
	box-shadow: 0 1px 1px 1px #B0B0B0;
	
}
.nav_right {
	float: right;
}

.nav_left_in, .nav_right_in span, .nav_left_in  span, .nav_right_in a, .nav_left_in a {
	position: relative;
	width: 56px;
	display: block;
	height: 56px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
 .nav_left_in span, .nav_left_in a {
	width: 56px;
	height: 56px;
	background: url("../images/l_nav.png") no-repeat center center;
}
.nav_right_in span, .nav_right_in a {
	width: 56px;
	height: 56px;
	background: url("../images/r_nav.png") no-repeat center center;
}
 .nav_right_in span, .nav_left_in span {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
 }

#searchtable #searchinput {
	width: 955px;
	display: block;
	margin-bottom: 10px;
    border: 1px #B3B3B3 solid;
}
#searchtable .bbcodes {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
	.mb_i_in.shownowmenu {
	display: block !important;
        margin: 10px;
}

.scrin {
		background:#e5e5e5;
}

.scrin li{float: left;
width: 31%;
margin: 1.1%;}

.scrin img {width: 100%}

.cackle {display: block;}
.cackle_mob {display: none;}

.google {max-width: 728px;
    margin: 0 auto;}

.google2 {max-width: 340px;
    margin: 0 auto;}


.abc {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}

.abc img {
    width: 100%;
    max-width: 500px;
}

.info_down_sh {
    padding: 3px 21px 0 21px;
  background: #e5e5e5;
  font-size: 16px;
  min-height: 146px;
  border-top: 35px #9B9FA5 solid;
  border-bottom: 32px #9B9FA5 solid;
}

@media only screen and (width: 1024px){
.cont_in{width:1020px;}
.app_item {
width: 190px;
height: 280px;
}
    
 .abc {
display: block;
}
    
.colum_right {
width: 268px;
margin-bottom: 20px;
}
    
.colum_right .app_item {
width: 128px;
    height: 295px;
    margin: 3px;
}
.app_i_title h2 a {
padding-right: 0;
font-size: 10px;
}    
.colum_right .app_item_mod{
width: 120px;
}

.cont_in .main_items_box .app_item_mod {
  margin: 10px 0 10px 22px;
}    
    
}

@media only screen and (min-width: 300px) and (max-width:1000px), only screen and (min-device-width: 300px) and (max-device-width:1000px) {
    
   .abc {
    width: 100%px;
    margin: 0 auto;
    margin-top: 10px;
    /*padding-bottom: 15px;*/
    display: block;
}
    
.abc img {
    width: 100%px;
}
    
    .google {max-width: 340px;
    margin: 0 auto;}
    
    .cackle {display: none;}
    
    .cackle_mob {display: block;}

    .cont_in .main_items_box .app_item_mod {
    margin:5% 0 5% 15%;
}
    
    ui_lcol {
		float: none;
		margin: 0 auto;
	}
	.ui_rcol {
		margin-left: 0;
	}
	.cont_in, .catpage {
		width: auto !important;
		position: relative;
	}
	.fh_title h1, ul.fh_ul {
		text-align: center;
	}
	.catpage, .search_items {
		width: auto !important;
	}
	.fh_dow {
		margin: 0 auto;
	}
        
	.app_item.last {
		margin-right: 7px;
	}
	.app_item.two {

	}
    
	.app_item_box {
		width: 50%;
	}
      
	.app_item {
		width: auto;
		float: none;
        margin: 7px
	}
    
	.sbb_in {
		width: auto;
	}
	.mb_title_box.mi2 .mb_title, .mb_title_box.mi3 .mb_title, .mb_title_box.mi2 .mb_title, .mb_title_box.mi3 .mb_title, .mb_title_box.current .mb_title  {
		display: block;
		line-height: 30px;
		height: 30px;
	}
	.mb_title_box .mb_title {
		display: block;
		height: 30px;
	
		line-height: 30px;
		
	}
	.colum_right .app_item {
		margin: 6px;
		width: auto;
		height: auto;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.mb_title {
		width: 100% !important;
	}
	.mb_title_box {
		width:50%;
		left: auto;
		margin-left: 0;
		float: left;
		position: relative;
		top: auto;
	}
	.mb_title_box.mi2 {
		left: auto;
		width:50%;
	}
    
    .mb_title_box.mi3 {
		left: auto;
		width:33%;
	}
    
	.menu_box .tabs {
		width: 100%;
		height: 60px;
	}
	.search_box {
		float: none;
		width: 290px;
	}
	.search_box {
		margin: 0 auto;
	}
	.sb_input {
		width: 240px !important;
		padding: 0;
	}
	.sb_bt {
		padding-left: 0;
		background-position: center center;
	}
	.colum_left, .colum_right {
		width: auto;
		float: none;
	}
	.fh_info {
		position: relative;
		width: auto;
		height: auto;
		padding-right: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.fh_logo {
		top: -220px;
		left: 50%;
		margin-left: -49px;
	}
	.fh_title {
		position: relative;
		top: auto;
		left: 0;
		padding-right: 0;
	}
	.full_head {
		height: auto;
		width: auto;
		padding-top: 250px;
	}
	.fh_rate {
		left: 50%;
		margin-left: -80px;
	}
	.fh_dow {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 5px;
	}
    
	.fh_title {
		padding: 10px;
	}
	.fh_title h1 {
		color: #000;
	}
	.fh_title a {
		color: #000;
	}
	.fh_ul {
		padding: 0px;
	}
	.sd_info, .sd_number {
		position: relative;
		width: auto;
		right: auto;
		width: 100%;
		top: auto;
		text-align: center;
	}
	.sd_number {
		left: 0;
	}

	.sd_second .sd_button {
	float: none;
	width: auto !important;
	margin: 0;
	margin-bottom: 10px;
}

.f_menu, .f_copright {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
.share_box {
	width: 46%;
	margin-bottom: 10px;
}
	#searchtable #searchinput {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#searchtable .bbcodes {
	width: 200px;
	margin: 0 auto;
}
    .full_cont img {width: 40%;}
    
    .app_item_mod{margin:0;}
    
    .app_item_box_mod {
		width: 18%;
        margin: 1% 3% 1% 3%;
	}

.scrin img {width: 100%} 
    
    .app_item:hover .app_i_pict img{
width: auto;
margin-top: 0px; 
}
.app_item:hover .app_i_decript {
   color: #000;
}

.app_item:hover .app_i_title h2 a{
   color: #DC7300;

}

.colum_right .app_item_box:hover .app_i_pict img {
width: auto;
    margin-top: 0px; }
 
}


@media only screen and (min-width: 100px) and (max-width: 532px), only screen and (min-device-width: 100px) and (max-device-width:532px) {
    
    .info_down_sh {
	padding: 10px;
	background:#e5e5e5;
    font-size: 16px;
    min-height: 0;
    border-top: none;
  border-bottom: none;       
}
    
    .google {max-width: 340px;
    margin: 0 auto;}
    
    .cackle {display: none;}
    
    .cackle_mob {display: block;}

.cont_in .main_items_box .app_item_mod {
  margin: 5%;
}
    
.full_cont img {width: 70%;} 
    
.scrin img {width: 100%} 
    
.app_item_box_mod {
		width: 18%;
        margin: 1% 3% 1% 3%;
	}
    
.app_item_mod{
	width: 70px;
	height: 70px;
	margin: 0;
    border-radius: 8px;
}
.app_i_pict_mod {
	padding-top: 20px;

}


.app_i_pict_mod img {
	width: 52px;
}

.app_i_rate_mod {
top: -15px;
padding-top: 3px;
height: 10px;
padding-bottom: 3px;
}
    
 .app_i_title_mod h2 a {
	padding: 0 2px 0 2px;
	font-size: 8px;
	height: 10px;

}
    
	.mb_title_box.current .mb_title {
		height: auto;
	}
		#searchtable #searchinput {
	width: 200px;
	margin: 0 auto;
}
#searchtable .bbcodes {
	width: 200px;
	margin: 0 auto;

}
.cont_in, .catpage {
		width: auto !important;
		position: relative;
	}
	.sd_first.sd_second {
		padding-bottom: 20px;
	}
	.colum_right .app_item {
        margin: 10px;
		width: auto;
		height: auto;
	}

.cont_in {
		width: auto;
		position: relative;

	}
	.mb_title_box.mi2 .mb_title, .mb_title_box.mi3 .mb_title, .mb_title_box.mi2 .mb_title, .mb_title_box.mi3 .mb_title, .mb_title_box.current .mb_title  {
		display: block;
		line-height: 30px;
		height: 30px;
	}
	.mb_title_box .mb_title {
		display: block;
		height: 30px;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.mb_title_box {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
	}
	.social_bottom {
		display: none;
	}
	.sbb_menu {
		float: none;
	}
	.sbb_in {
		display: none;
	}
	.app_item {
		float: none;
		width: auto;
		margin: 10px 10px 10px 10px;
		height: auto;
	}
    
        
	.app_item_box {
		width:100%;
	}
    
    
	.app_i_rate {
		padding-left: 0;
		width: 100%;
	}
	.app_i_rate .rating {
		position: absolute;
		left: 50%;
		margin-left: -42px;
		top: 10px;
	}
	.mb_title_box.mi2 .mb_title {
		width: auto;
	}
    
    	.mb_title_box.mi3 .mb_title {
		width: auto;
	}
    
	.mb_i_in ul li.li_hide {
		display: block;
	}
	.search_box {
		float: none;
		width: 200px;
	}

	.search_box {
		margin: 0 auto;
	}
	.sb_input {
		width: 150px !important;
		padding: 0;
	}
	.sb_bt {
		padding-left: 0;
		background-position: center center;
	}

	.mb_i_hide {
		display: none;
	}
	.mb_title {
		width: auto;
		-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
font-size: 14px;
}
	
	.mb_title_box.mi2 {
		left: auto;
	}
    
   .mb_title_box.mi3 {
		left: auto;
	} 
    
	.mb_i_in ul li {
		float: none;
		width: 300px;
		margin: 0 auto;
	}
	.mb_i_in ul li a {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
		padding: 8px;
        text-transform: uppercase;
	}
	.mb_i_in ul li a:active {
		background: #303f9f;
	}
	.mb_i_hide {
		padding: 5px;
		text-align: center;
	}
	.share_panel {
		right: -800px;
	}
	.sbb_menu {
		width: 70px;
		margin: 0 auto;
	}

	.sb_bt {
		padding-left: 0;
		background-position: center center;
	}
	.menu_show_line {
		background: #4758C2 url("../images/menu_show.png") no-repeat center center;
		height: 50px;
		width: 100%;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
	.search_box {
		margin: 0 auto;
	}
	.f_copright, .f_stats, .f_menu{
		width: auto;
		float: none;
		padding: 10px;
		margin-bottom: 10px;
	}
	.f_menu, .f_copright {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.app_i_title h2 a {
		padding: 10px;
		font-size: 18px;
		padding-left: 0;
	}

	.colum_left, .colum_right {
		width: auto;
		float: none;
	}
	.mb_title {
		width: 200px !important;
		margin: 0 auto;
	}
	.mb_title_box {
		width:100%;
		left: auto;
		margin-left: 0;
		float: none;
		position: relative;
		top: auto;
	}
	.mb_i_in {
		display: none !important;
	}
	.mb_title_box.mi2 {
		left: auto;
		width:50%;
	}
    
    .mb_title_box.mi3 {
		left: auto;
		width:50%;
	}
    
	.menu_box .tabs {
		width: 100%;
		height: 60px;
	}

	.menu_box .tabs {
		height: auto;
	}
	.mb_title {
		display: block;
		padding: 10px 0;
	}
	.mb_title_box.mi2 {
		width: 100%;
		float: none;
	}
    
    .mb_title_box.mi3 {
		width: 100%;
		float: none;
	}

	.sd_second .sd_button {
	float: none;
	width: auto !important;
	margin: 0;
	margin-bottom: 10px;
}
.share_box {
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.fh_info {
		position: relative;
		width: auto;
		height: auto;
		padding-right: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.fh_logo {
		top: -220px;
		left: 50%;
		margin-left: -49px;
	}
	.fh_title {
		position: relative;
		top: auto;
		left: 0;
		padding-right: 0;
	}
	.full_head {
		height: auto;
		width: auto;
		padding-top: 250px;
	}
	.fh_rate {
		left: 50%;
		margin-left: -80px;
	}
	.fh_dow {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 5px;
	}
    
	.fh_title {
		padding: 10px;
	}
	.fh_title h1 {
		color: #000;
	}
	.fh_title a {
		color: #000;
	}
	.fh_ul {
		padding: 0px;
	}
	.sd_info, .sd_number {
		position: relative;
		width: auto;
		right: auto;
		width: 100%;
		top: auto;
		text-align: center;
	}
	.sd_number {
		left: 0;
	}
	.app_item.last {
	margin-right: 10px;	
	}
		.sd_first.sd_second {
		padding-bottom: 20px;
	}

   .app_item_enso {
float: left;
	width: 180px;
	-webkit-box-shadow: 0 1px 1px 1px #C4C4C4;
	box-shadow: 0 1px 1px 1px #C4C4C4;
	height: 230px;
	background: #fff;
    margin-left: 6px;
}
}

@media only screen and (width: 320px){
.google {max-width: 300px;
    margin: 0 auto;}
 .google2 {max-width: 300px;
    margin: 0 auto;}   
}

.li_reg{height:30px;color:#fff;line-height:30px;text-transform:uppercase;padding:0 10px}
.li_reg:hover{background:#3dab4f;color:#fff}
.li_login{background:#317d3d;height:28px;line-height:30px;cursor:pointer;color:#fff;font-size:12px;margin-left:5px;text-transform:uppercase;border-bottom:2px #25526f solid;padding:0 10px}
.li_login:hover{background:#167325}
.login_panel{background:#2d3e50;display:none;height:28px;padding:8px}
.lb_av a img{height:30px}
.lp_pan_ul li a{display:block;height:30px;line-height:30px;color:#fff;font-size:12px;padding:0 5px}
.lp_pan_ul li a:hover{background:#43596f}
.login_form{}
.login_form li{margin-bottom:5px}
.f_input.lgw_form_inp{background:#53687d;border:1px #6f859c solid;color:#b1c2d4;font-size:12px;height:26px;line-height:26px;width:150px;margin:0;padding:0 10px}
.lb_login_bt{background:#0f9d58; width: 172px; height:28px;-webkit-border-radius:2px 2px 2px;-moz-border-radius:2px;border-radius:2px 2px 2px;line-height:30px;color:#fff;text-transform:uppercase;cursor:pointer;border:0;padding:0 10px}
.login_form li.lf_text{font-size:10px;color:#fff;line-height:14px}
.login_form li.lf_text a{color:#fff;display:block;}
.reg_num{color:#949494;float:left;font-size:42px;margin:0 10px 10px 0}


.info_down {
	padding: 10px;
	background:#e5e5e5;
	padding-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}



.app_item_enso {
    float: left;
	width: 180px;
	-webkit-box-shadow: 0 1px 1px 1px #C4C4C4;
	box-shadow: 0 1px 1px 1px #C4C4C4;
	height: 230px;
	background: #fff;
    margin-left: 6px;
}



.full-news-download .attachment {
    line-height: 10px;
    clear: both;
    color: #a5a5a5;
    font-size: 11px;
    display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
}

.full-news-download .attachment a {
    background: #696969;
    display: block;
    border: 1px #696969 solid;
    min-height: 25px;
    line-height: 22px;
    padding: 6px 0 0 0;
    color: #fff;
    float: left;
    margin: 5px 0 5px 0px;
    font-size: 15px ;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.full-news-download .attachment a:hover {
    background: #A5A5A5;
}

.fullink {   
     line-height: 10px;
    clear: both;
    color: #a5a5a5;
    font-size: 11px;
    display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
    }
    
    .fullink a{
     background: #696969;
    display: block;
    border: 1px #696969 solid;
    min-height: 25px;
    line-height: 22px;
    padding: 6px 0 0 0;
    color: #fff;
    float: left;
    margin: 5px 0 5px 0px;
    font-size: 15px ;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
    
     .fullink a:hover {
         background: #A5A5A5;}


.fullinkg {   
     line-height: 10px;
    clear: both;
    color: #a5a5a5;
    font-size: 11px;
    display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
    }
    
    .fullinkg a{
     background: #1D9E44;
    display: block;
    border: 1px #fff solid;
    border-radius: 5px;
    min-height: 25px;
    line-height: 22px;
    padding: 3px 0 0 0;
    color: #fff;
    margin: 5px auto;
    font-size: 12px ;
    font-weight: bold;
    text-decoration: none;
    width: 250px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
    
     .fullinkg a:hover {
         background: #5DC37C;}






.info_down_title {
    text-transform: uppercase;
font-size: 18px;
color: #fff;
background-color: #1E751C;
padding: 10px;}




  .bp-pager:before,
  .bp-pager:after {
    content: " ";
    display: table;
  }
  .bp-pager:after {
    clear: both;
  }
  .bp-pager [data-page-num],
  .bp-pager .current {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #4a9fc5;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 15px 8px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 2px 0 #3584a7;
    -moz-box-shadow: 0 2px 0 #3584a7;
    box-shadow: 0 2px 0 #3584a7;
    padding: 5px 8px 3px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 7px;
  }
  .bp-pager [data-page-num]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .bp-pager [data-page-num]:hover,
  .bp-pager [data-page-num]:focus {
    color: #ffffff;
    background: #50bd98;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 0 #3c9e7d;
    -moz-box-shadow: 0 2px 0 #3c9e7d;
    box-shadow: 0 2px 0 #3c9e7d;
  }
  .bp-pager [data-page-num]:active {
    outline: 0;
    -webkit-box-shadow: 0 2px 0 #50bd98;
    -moz-box-shadow: 0 2px 0 #50bd98;
    box-shadow: 0 2px 0 #50bd98;
  }

  .bp-pager .current {
    cursor: default;
    background: #c70000;
    -webkit-box-shadow: 0 2px 0 #940000;
    -moz-box-shadow: 0 2px 0 #940000;
    box-shadow: 0 2px 0 #940000;
  }

#mc-container {width:90%; margin: 0 auto; margin-top: 20px; padding-bottom: 30px;}

.shagi_dow {margin-bottom: 20px}

.btn_mod {
    display: block;
	margin: 0 auto;
    width: 180px;

    }
    
    .btn_mod a{
 background: #369361;
  display: inline-block;
  border: 1px #278351 solid;
  border-radius: 6px;
  padding: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 7px;
    }
.btn_mod a:hover {
         background: #69AA87;
        border: 1px #69AA87 solid;
}
.caticon img{
    position: absolute;
    z-index:10;
    right: 0;
    width: 40px;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    }



.btn_new {
    display: block;
	margin: 0 auto;
    width: 260px;

    }
    
    .btn_new a{
 background: #D16F89;
  display: inline-block;
  border: 1px #BE5B75 solid;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 7px;
    }
.btn_new a:hover {
         background: #E3ADBB;
        border: 1px #E3ADBB solid;
}

.google_link {max-width: 200px;
    margin: 0 auto;}

/*
.app_item:hover .app_i_pict img{
width: 58%;
margin-top: -10px; 
}
.app_item:hover .app_i_decript {
   color: #000;
}

.app_item:hover .app_i_title h2 a{
   color: #DC7300;
   font-size: 11px;
}

.colum_right .app_item_box:hover .app_i_pict img {
width: 75%;
margin-top: -10px; 
}*/