html {margin: 0; width: 100%; min-width: 320px;}

body{
	color:#56626f;
	background:#FFF url(../img/pattern.jpg) 0 0 repeat;
	line-height: 1.4;
	min-width: 320px;
}


ul, li, ol {
	list-style: none;
}

a:hover, 
a:focus{
	color:#9ebe35;
	text-decoration:none;
}
.text-success{
	color:#a5c639;
}
.btn{
	border-radius:0;
}
.btn-default {
    background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfdfe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfdfe));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfdfe 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfdfe 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfdfe 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfdfe 100%);
    border-color: transparent;
    color: #666;
	box-shadow:  1px 1px 3px  rgba(0, 0, 0, .15);	
}
.btn-default:hover,
.btn-default:focus{
	color:#9ebe35;
	box-shadow:  1px 1px 3px  rgba(0, 0, 0, .3);
    border-color: transparent;	
}



body > .container{
	background:#fff;
	box-shadow:  0 0 4px  rgba(0, 0, 0, .1);
	width: 960px\9;
	/*width: 100%;*/
	min-width: 320px;
	position: relative;
}


/*SITE HEADER*/
.main_logo {
	background:url(/templates/new_style/svg/logo-xs-v3.svg) no-repeat center;
	width: 152px;
	height: 30px;
	margin-top: 9px;
}


.site_header {
	height: 50px;
	line-height: 50px;
	color: white;
	background: rgba(45, 55, 65, 0.87); /*#333c46   gba(45, 55, 65, 0.9)*/
	padding-left: 15px;
	padding-right: 15px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 0 8px rgba(45, 55, 65, 0.87);
	-moz-box-shadow: 0 0 8px rgba(45, 55, 65, 0.87);
	-webkit-box-shadow: 0 0 8px rgba(45, 55, 65, 0.86);
	-o-box-shadow: 0 0 8px rgba(45, 55, 65, 0.87);
}

.sl_header_space {
	height: 50px;
	z-index: -999;
	margin-bottom: 20px;
}

i.icon {
	display: inline-block;
	position: relative;
}


a#open_menu {
	position: absolute;
	top: 0;
	width: 60px;
	height: 50px;
	padding-left: 20px;
	padding-top: 5px;
	left: 0;
	z-index: 6;
	text-decoration: none;
}


a#site_search {
	position: absolute;
	top: 0;
	width: 60px;
	height: 50px;
	padding-left: 18px;
	padding-top: 5px;
	right: 0;
	z-index: 6;
	text-decoration: none;
}



a#logo {
	position: absolute;
	top: 0;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 70px;
	right: 70px;
	text-align: center;
	z-index: 6;
	text-decoration: none;
}



/*SLIDE MENU or SMART-LOADS MAIN MENU > sl_ */
.sl_menu {
	transition: left 150ms linear;
	-webkit-transition: left 150ms linear;
	position: fixed;
	top: 0;
	left: -270px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10001;
	width: 70%;
	max-width: 270px;
	min-width: 250px;
	background: white;
	padding-bottom: 50px;
}

.sl_menu_border {
	border-bottom: 1px solid #e5e5e5;
}

.sl_menu_body ul {
	padding-left: 0;
	margin-bottom: 0;
	height: auto;
}

.sl_menu_body li:hover {
	background-color: #fafafa;
}

.sl_menu_group_l li, .sl_menu_group_s li {
	list-style: none;
}

.sl_menu_group_l li {
	font-size: 20px;
	height: 49px;
	line-height: 49px;
}

.sl_menu_group_l li span {
	margin-left: 10px;
}


.sl_menu_group_s li {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.sl_menu_group_indents_s {
	padding: 15px 0;
}

a.sl_menu_link {
	position: absolute;
	width: 100%;
	height: 49px;
	left: 0;
	padding-left: 20px;
	color: #56626f;
	z-index: 10002;
}

a#close_menu {
	position: absolute;
	top: 0;
	width: 100%;
	height: 49px;
	padding-left: 20px;
	padding-top: 2px;
	left: 0;
	z-index: 10002;
}

/*menu phone section start*/
.sl_menu_phone_selected {
	padding: 15px 0 20px 0;
}


.sl_menu_phone_selected li {
	padding-left: 20px;
	font-size: 14px;
}

.sl_menu_phone_selected div {
	float: left;
}

.sl_menu_phone_selected span {
	color: #6d7c8c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}


.sl_menu_phone_selected li:first-child {
	height: 30px;
	line-height: 30px;
}

.sl_menu_phone_selected li:last-child{
	height: 70px;
	line-height: 70px;
}


.sl_menu_phone_pic {
	width: 70px;
	height: 70px;
	line-height: 15px;
	font-size: 13px;
}

.sl_menu_phone_pic img {

	border-radius: 10%;
	width: 60px;
	height: 60px;
}

.sl_menu_change_phone {
	width: auto;
	height: 70px;
	padding-right: 15px;
	font-size: 18px;
}

.sl_menu_separator {
	height: 70px;
	width: 1px;
	background-color: #f5f5f5;
}

.sl_menu_clear_phone {
	padding-left: 15px;
	padding-right: 15px;
}


.sl_menu_phone_selected li:hover {
	background-color: white;
}


.sl_menu_select_phone span {
	margin-left: 10px;
}
/*menu phone section end*/

i.active_lang_icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 20px;
}

.active_lang {
	color: #a5c639;
}

.sl_menu_change_lang span {
	margin-right: 10px;
}

.sl_menu_lang span {
	margin-left: 10px;
}

.sl_menu_lang a {
	padding-left: 40px;
}


.open_menu_icon {
	background:url(/templates/new_style/svg/menu.svg) no-repeat center;
	width: 20px;
	height: 20px;
}

.close_menu_icon {
	background:url(/templates/new_style/svg/close-v2.svg) no-repeat center;
	width: 20px;
	height: 20px;
}

.home_menu_icon {
	background:url(/templates/new_style/svg/home-v3.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}

.games_menu_icon {
	background:url(/templates/new_style/svg/games-v2.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}

.games_menu_icon_gray {
	background:url(/templates/new_style/svg/games-v2-gray.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}

.apps_menu_icon {
	background:url(/templates/new_style/svg/apps-v5.svg) no-repeat center;
	width: 26px;
	height: 26px;
	top: 6px;
}

.apps_menu_icon_gray {
	background:url(/templates/new_style/svg/apps-v5-gray.svg) no-repeat center;
	width: 26px;
	height: 26px;
	top: 6px;
}

.categories_menu_icon {
	background:url(/templates/new_style/svg/categories-v3.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}


.search_menu_icon {
	background:url(/templates/new_style/svg/search-v2.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}

.search_white_icon {
	background:url(/templates/new_style/svg/search-v2-white.svg) no-repeat center;
	width: 23px;
	height: 23px;
	top: 2px;
}



.down_arrow_icon {
	background:url(/templates/new_style/svg/down-arrow.svg) no-repeat center;
	width: 12px;
	height: 12px;
	top: 2px;
}

.up_arrow_icon {
	background:url(/templates/new_style/svg/up-arrow.svg) no-repeat center;
	width: 12px;
	height: 12px;
	top: 2px;
}

.left_arrow_green_icon {
	background:url(/templates/new_style/svg/left-arrow-green.svg) no-repeat center;
	width: 12px;
	height: 12px;
	top: 2px;
}


.smartphone_icon {
	background:url(/templates/new_style/svg/smartphone-v1.svg) no-repeat center;
	width: 27px;
	height: 27px;
	top: 6px;
}

.remove_blue_icon {
	background:url(/templates/new_style/svg/remove-blue.svg) no-repeat center;
	width: 20px;
	height: 20px;
	top: 6px;
}

.fogging {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 10000;
}


/*FLAGS*/
.en_flag {
	background:url(/templates/new_style/svg/flags/united-states.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.ru_flag {
	background:url(/templates/new_style/svg/flags/russia.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.es_flag {
	background:url(/templates/new_style/svg/flags/spain.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}


.pt_flag {
	background:url(/templates/new_style/svg/flags/portugal.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.de_flag {
	background:url(/templates/new_style/svg/flags/germany.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.fr_flag {
	background:url(/templates/new_style/svg/flags/france.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.it_flag {
	background:url(/templates/new_style/svg/flags/italy.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.pl_flag {
	background:url(/templates/new_style/svg/flags/poland.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.nl_flag {
	background:url(/templates/new_style/svg/flags/netherlands.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.uk_flag {
	background:url(/templates/new_style/svg/flags/ukraine.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.ar_flag {
	background:url(/templates/new_style/svg/flags/arab-v3.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.ja_flag {
	background:url(/templates/new_style/svg/flags/japan.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.ko_flag {
	background:url(/templates/new_style/svg/flags/south-korea.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.hi_flag {
	background:url(/templates/new_style/svg/flags/india.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.tr_flag {
	background:url(/templates/new_style/svg/flags/turkey.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.id_flag {
	background:url(/templates/new_style/svg/flags/indonesia.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}

.ch_flag {
	background:url(/templates/new_style/svg/flags/china.svg) no-repeat center;
	width: 22px;
	height: 22px;
	top: 6px;
}
/*FLAGS*/


/*select categories*/



.select_category {
	padding: 0 3px 20px 3px;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.main_category_header {
	width: 100%;
	padding: 0 7px;

}

.select_category h2 {

	margin: 0 10px;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
}



.select_category ul li a {
	display: block;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/*icons for categories*/

.select_category ul li i {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: -3px 5px 0 0;
	background: url(https://smart-loads.com/templates/new_style/img/sprites/categories_sprite.jpg) no-repeat;
}

.select_category .arcade_icon {
	background-position: 0 0;

}
.select_category .adventure_icon {
	background-position: 0 -32px;
}

.select_category .action_icon {
	background-position: 0 -64px;
}

.select_category .board_icon {
	background-position: 0 -96px;
}

.select_category .card_icon {
	background-position: 0 -128px;
}

.select_category .casino_icon {
	background-position: 0 -160px;
}

.select_category .casual_icon {
	background-position: 0 -192px;
}

.select_category .educational_games_icon {
	background-position: 0 -224px;
}

.select_category .music_games_icon {
	background-position: 0 -256px;
}

.select_category .puzzle_icon {
	background-position: 0 -288px;
}

.select_category .racing_icon {
	background-position: 0 -320px;
}

.select_category .role_icon {
	background-position: 0 -352px;
}

.select_category .simulation_icon {
	background-position: 0 -384px;
}

.select_category .sports_games_icon {
	background-position: 0 -416px;
}

.select_category .strategy_icon {
	background-position: 0 -448px;
}

.select_category .trivia_icon {
	background-position: 0 -480px;
}

.select_category .word_icon {
	background-position: 0 -512px;
}

.select_category .family_icon {
	background-position: 0 -544px;
}

.select_category .kids_games_icon {
	background-position: 0 -576px;
}

.select_category .games_for_boys_icon {
	background-position: 0 -608px;
}

.select_category .games_for_girls_icon {
	background-position: 0 -640px;
}


.select_category .learn_colors_icon {
	background-position: 0 -672px;
}

.select_category .nursery_rhymes_icon {
	background-position: 0 -704px;
}

.select_category .else_games_icon {
	background-position: 0 -736px;
}


.select_category .art_design_icon {
	background-position: 0 -768px;
}

.select_category .transport_icon {
	background-position: 0 -801px;
}

.select_category .beauty_icon {
	background-position: 0 -832px;
}

.select_category .books_icon {
	background-position: 0 -864px;
}

.select_category .business_icon {
	background-position: 0 -896px;
}

.select_category .comics_icon {
	background-position: 0 -928px;
}

.select_category .communication_icon {
	background-position: 0 -960px;
}

.select_category .dating_icon {
	background-position: 0 -992px;
}

.select_category .educational_icon {
	background-position: 0 -1024px;
}

.select_category .entertainment_icon {
	background-position: 0 -1056px;
}

.select_category .events_icon {
	background-position: 0 -1088px;
}

.select_category .finances_icon {
	background-position: 0 -1120px;
}

.select_category .food_icon {
	background-position: 0 -1152px;
}

.select_category .health_icon {
	background-position: 0 -1184px;
}


.select_category .house_home_icon {
	background-position: 0 -1216px;
}

.select_category .libraries_icon {
	background-position: 0 -1248px;
}

.select_category .lifestyle_icon {
	background-position: 0 -1280px;
}

.select_category .navigation_icon {
	background-position: 0 -1312px;
}

.select_category .medical_icon {
	background-position: 0 -1344px;
}

.select_category .music_icon {
	background-position: 0 -1376px;
}


.select_category .news_icon {
	background-position: 0 -1408px;
}

.select_category .parenting_icon {
	background-position: 0 -1440px;
}

.select_category .personalization_icon {
	background-position: 0 -1472px;
}

.select_category .photo_icon {
	background-position: 0 -1504px;
}


.select_category .productivity_icon {
	background-position: 0 -1536px;
}

.select_category .shopping_icon {
	background-position: 0 -1568px;
}

.select_category .social_icon {
	background-position: 0 -1600px;
}

.select_category .sport_icon {
	background-position: 0 -1632px;
}

.select_category .tools_icon {
	background-position: 0 -1664px;
}

.select_category .travel_icon {
	background-position: 0 -1696px;
}

.select_category .video_players_icon {
	background-position: 0 -1728px;
}


.select_category .vpn_icon {
	background-position: 0 -1760px;
}

.select_category .weather_icon {
	background-position: 0 -1792px;
}


.select_category .live_wallpaper_icon {
	background-position: 0 -1824px;
}

.select_category .else_apps_icon {
	background-position: 0 -1856px;
}




.select_category ul {
	padding: 10px 0;
	margin-bottom: 0;
	height: auto;
	overflow: hidden;
}
.select_category li {
	padding: 0 7px;
	display: block;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.aside_category {
	background-color: #333c46;
	padding: 0;
	margin-bottom: 20px;

}

.aside_category li {
	width: 100%;
}

.aside_category ul li a {
	font-size: 14px;
}


.aside_category a {
	color: white;
}

.aside_category a:hover {
	color: #a5c639;
}



.aside_category_header {
	width: 100%;
	padding: 2px 7px 0 10px;
	color: #ffffff;
	height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #a5c639;
}

.aside_category_header span{

	line-height: 42px;
	font-size: 15px;
	margin-left: 5px;

}

.aside_category_header i{
	font-style: normal;
}


/*breadcrumbs style*/
.breadcrumbs_wrapper {

	margin-top: -20px;

}


.breadcrumbs {
	color: #7d7d7d;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	overflow: auto;
	white-space: nowrap;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e8eaf5;
	border-top: 1px solid #e8eaf5;
}

.breadcrumbs span {
	color: #b9b9b9;
	padding-right: 3px;
	padding-left: 3px;

}



#top-line{
	background:#333c46;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);	
	padding:7px 0;
	border-bottom:#f1f1f1 3px solid;
}
#top-line  .separator{
	width:2px;
	background:#445460;
	border-left:1px solid #28313a;
	display:inline-block;
	height:42px;
	margin: -17px 10px;
}
#top-line  .separator:first-child{
	margin-left:0;
}
#top-line .hline {
	height:2px;
	background:#28303b;
	border-bottom:1px solid #404853;
    margin-bottom: 6px;
    margin-top: 10px;
}
#top-line .text-right a{
	line-height:30px;
}
#top-line  a{
	color:#fff;	
}
#top-line .login{
	max-width:100px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
	display:inline-block;
}
#top-line .log-in,
#top-line .reg{
	padding:15px 10px;
	margin:0;
}
#top-line .log-in:hover,
#top-line .reg:hover{
	background:#a5c639;
	color:#fff;
	padding: 15px 23px 14px 23px;	
	margin:0 -13px 0 -13px;
	margin-top:1px;
	line-height:30px;
}
#top-line .reg:hover{	
	padding: 15px 21px 14px 23px;	
	margin:0 -11px 0 -13px;	
}
#top-line .exit{
	margin-right:10px;
}
#top-line .btn-primary{
	border-top:1px solid #5c97c0;
	border-left:1px solid #5c97c0;	
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);	
	border-radius:3px;
}




.top-info{
	list-style-type:none;
	margin:0;
	padding:0;

}
.top-info li{
	display:inline;
	padding:15px 10px ;
	border-left:1px solid #28313a;
	border-right:1px solid #445460;
	white-space:nowrap;
}
.top-info li:first-child{
	border-left:0;
}
.top-info li:last-child{
	border-right:0;
	
}

.top-info li .hidden-xs{display: inline !important;}

.static_text {

	font-size: 14px;
	line-height: 20px;

}

.static_text li {

	padding-top: 5px;
	padding-bottom: 5px;
}

.static_text p {

	padding-top: 8px;
	padding-bottom: 8px;
}


.static_text h1 {

	font-size: 20px;
	font-weight: bold;
}


.footer_links a{
	padding-left: 3px;
	padding-right: 3px;

}



.count-msg{
	position:relative;
}
.icon-messages{
	width:22px;
	height:16px;
	background:url(../img/sprite.png) 0 -59px no-repeat;	
	display:inline-block;
	margin:-5px 0;
}
.icon-login{
	width:16px;
	height:16px;
	background:url(../img/sprite.png) -52px -59px no-repeat;	
	display:inline-block;
	margin:-3px 0;	
}
.icon-reg{
	width:16px;
	height:16px;
	background:url(../img/sprite.png) -69px -59px no-repeat;	
	display:inline-block;
	margin:-4px 0;		
}
.count-msg .label{
	position:absolute;
	left:15px;
	top:-5px;
	border-top:1px solid #f76868;
	border-left:1px solid #f76868;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.lang .btn-group .btn,
.lang .dropdown-menu{
	background-color:#3b4651;
	border-radius:0;
	border-top:1px solid #445460;
	color:#fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	text-shadow: 1px 1px 0 #282f37;
}
.lang .dropdown-menu{
	padding:7px;
	min-width:240px;
}
.lang .dropdown-menu > li{
	margin:0 0 7px;
	padding:0;
}
.lang .dropdown-menu a{
	color:#fff;
	padding: 4px;
}
.lang .dropdown-menu img{
	margin-left: 4px;
}
.lang .btn-group .btn .caret{
	border-top-color:#8895a3;
}
#top-line .lang .btn-group .separator{
    height: 30px;
    margin: -11px 5px;
}
.lang .btn:hover,
.lang .btn:focus,
.lang .btn:active,
.lang .btn.active,
.lang .open .dropdown-toggle.btn{
	background:#45515e;	
	color:#fff;
}
[class*="lang-"]{
	width:16px;
	height:11px;
	display:inline-block;
	background:url(../img/sprite.png) 0 -48px no-repeat;
	margin: 1px 3px -2px;
}
.lang-fr{background-position:-48px -48px;}
.lang-us{background-position:-32px -48px;}
.lang-ua{background-position:-16px -48px;}
.lang-ru{background-position:0 -48px;}

.search form{
	position:relative;
}
.sample-search{
	margin:14px 0;
}
.sample-search a:hover{
	text-decoration:none;
}
.sample-search a{
	border-bottom:1px dashed #428BCA;
}
#story.form-control{
	padding:9px 18px!important;
	height:35px;
	width:100%;
	background:#fbfdfe;
	margin-bottom:46px;
}

.search input[type="submit"]{
	background:url(../img/sprite.png) 0 -75px repeat;	
	width:41px;
	height:33px;
	text-indent:41px;
	overflow:hidden;
	margin-top:1px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	border:0;
	outline:0;
}
.form-control:-moz-placeholder{color:#5c6d77;font-style:italic;}
.form-control::-moz-placeholder{color:#5c6d77;font-style:italic;}
.form-control:-ms-input-placeholder{color:#5c6d77;font-style:italic;}
.form-control::-webkit-input-placeholder{color:#5c6d77;font-style:italic;}


.select-phone {
	width:232px;
	margin-bottom:20px;
}


.twitter-typeahead {

width: 220px;

}


.select-phone .form-control,
.tt-hint{
	padding:9px 18px;
	height:35px;
	background:#fbfdfe;
	display:block;
	margin-top:8px;

}
.tt-dropdown-menu{
	border:1px solid #dee7eb;
    box-shadow: 0 0 6px  #e4ebef;
	background:#fff;
	z-index:100;
	margin-top:3px;
	width:232px;
}
.tt-dropdown-menu .tt-suggestion{
	padding:9px 18px 6px;
	border-bottom:1px dotted #e5e5e6;
}
.tt-dropdown-menu .tt-suggestion:last-child{
	border-bottom:0;
}
.tt-dropdown-menu .tt-suggestion:hover{

	color:#a5c639;
}
.tt-dropdown-menu .tt-suggestion img{
	margin-right:5px;
}
.select-phone{
	position:relative;
}
.select-phone input[type="submit"]{
	background:url(../img/sprite.png) -83px -51px repeat;	
	width:31px;
	height:33px;
	text-indent:41px;
	overflow:hidden;
	margin-top:1px;
	display:block;
	position:absolute;
	top:8px;
	right:0;
	border:0;
	outline:0;
}


/*mobile search*/

.select-phone-mobile {
    width:300px;
    margin-bottom:20px;
}
.select-phone-mobile .form-control,
.tt-hint{
    padding:9px 18px;
    height:35px;
    background:#fbfdfe;
    width:300px;
    display:block;
    margin-top:8px;


}

.phone{
	margin-top:12px;
}
.phone p{
	margin: 0 0 5px;
	font-size:11px;
}
.phone .title{
	font-size:13px;	
}

.phone .model{
	font-weight:bold;
	font-size:12px;	
}


.tdu{
	text-decoration:underline;
	font-size:12px;	
}
nav {
	margin-bottom:15px;
	padding-top: 10px;
}
nav ul{
	list-style-type:none;
	padding:0;
	border:3px solid #f1f1f1;
	border-left:0;
	border-right:0;
	min-width: 371px;
}
nav li{
	display:block;
	float:left;
	position:relative;

}
nav li a{
	color:#fff;
	text-align: center;
	font-size:18px;
	padding:0 20px;
	line-height:40px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	position:relative;
	left:0;
	top:0;
	display:block;
	background:#333c46;	
	text-transform:uppercase;
}
nav li:nth-child(2) a{
	background:#4186b6;
}
nav li:nth-child(3) a{
	background:#a5c639;
}

i.icon-contact{
	content:'a';
	width:19px;
	height:13px;
	display:inline-block;
	background:url(../img/sprite.png) -22px -59px repeat;	
	margin-right:6px;
	position: relative;
	top:0;
	left: 0;
}


nav li a:hover,
nav li a:active,
nav .active a{
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);	
	line-height:46px;	
	margin-top:-3px;
	margin-bottom:-3px;
	z-index:1;
	box-shadow:0 0 4px rgba(0, 0, 0, .3);
}

.home-title{
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}
.home-title a{
	text-decoration:underline;
}
#carousel-mainpage{
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
}
#carousel-mainpage img{
	width:100%;
}
#carousel-mainpage .col-xs-6:nth-child(1n){
	padding-right:0;	
}
#carousel-mainpage .col-xs-6:nth-child(2n){
	padding-left:0;
	padding-right:10px;		
}
.carousel-control.left {
    background:rgba(0, 0, 0, 0.3) ;
}
.carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    height: 50px;
    left: -20px;
    margin-top: -25px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 50%;
    width: 20px;
}
.carousel-control.right {
	background:rgba(0, 0, 0, 0.3) ;
    left: auto;
    right: -20px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: -22px;
}

#carousel-top-loads-wrap .row{
	margin:3px;	
}
#full-screenshot .carousel-inner{
    background:url(../img/loading.gif) center center no-repeat;
}


#carousel-top-loads .item{
	margin:3px 13px;
}
#carousel-top-loads .carousel-control {
    left: -18px;
}
#carousel-top-loads .carousel-control.right {
    left: auto;	
    right: -18px;	
}
section{
	margin-bottom:15px;
}
section .title-section{
	background:url(../img/sprite.png) 0 -110px repeat-x;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;	
}
section .title-section .pull-right{
	margin-top:-21px;
}
section .title-section span{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:.5px;
	background:#fff;	
}
section .title-section>span{
	padding: 0 8px 0 0;	
}
section .title-section a{
	background:#fff;
	margin-top:5px;
	padding-left:8px;
	text-decoration:underline;
}
.title-category{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
    margin-top: 0px;
	color: #4c555f;
}
.filter,
.view,
.sorting{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
	display:inline;
	float:left;
}
.view{
	float:right;
}
.filter{
	background:#f6fafc;
	display:block;
}
.filter li,
.view li,
.sorting li{
	float:left;
	padding:15px 9px;	
	display:inline;	
}
.view li,
.sorting li{
	padding:3px 6px;
}
.filter li a,
.view li a,
.sorting li a{
	text-decoration:none;
	border-bottom:1px solid #2475ae;
}
.filter .active {
	background:#4186b6;	
}

.filter .active a,
.view .active a,
.sorting .active a{
	text-decoration:none;
	color:#fff;
	border-bottom:0;
}
.svbox{
}
.svbox .txt{
	float:left;
	padding:3px 0;
}
.svbox .txt-r{
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.svbox a{
}
.svbox .active{
	background:#a5c639;
}
.pagination-wrap{
	text-align:center;
}

.categories{
	list-style-type:none;
	margin:0;
	padding:0;
}
.categories li{
	border-bottom:1px dotted #515962;	
	padding-left:10px;
}
.categories li:before{
	content:'·';
	margin-right:7px;
	color:#515962;
	font-size:20px;	
	position:relative;
	top:2px;
}
.categories a{
	font-size:14px;
	line-height:34px;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);	
}
.categories .active{
	background:#a5c639;
	border-bottom:1px solid #a5c639;		
}
.categories .active:before,
.categories .active:hover a{
	color:#fff;	
}
.categories a:hover{
	color:#a5c639;
}
.grid [class*="col-"]{
	height:80px;
	overflow:hidden;
	position:relative;
	padding:9px;

}
.grid [class*="col-"]:hover{
	box-shadow:0 0 3px rgba(0,0,0,.3);
	background:#fff;
	border-top:1px solid #fff;
	margin-top:-1px;
	margin-bottom:1px;
}
.phone-catalog.grid [class*="col-"]{
	height:155px;
	overflow:hidden;
	position:relative;
	padding:9px;
	text-align:center;		
}
.phone-catalog.grid .item-title{
	text-align:center;	
	margin:0;
}
.phone-catalog.grid img{
	float:none;
	margin:0;
}
.grid img{
	float:left;
	margin-right:6px;
}
.grid .item-title{
	font-size:13px;
	font-weight:bold;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	display:block;
	margin:-4px 0 0 68px;
	color:#2475ae;
}
.grid  .item-meta{
	margin-bottom:5px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;	
}
.grid .item-title:hover{
	color:#9ebe35;
}
.grid  .type{
	background:#74c500;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #548e00;
	padding:2px 15px 3px 8px;
	margin-right:5px;
	position:relative;
	
}
.grid  .type.free{
	background:#74c500;	
	text-shadow: 1px 1px 0 #548e00;	
}
.grid  .type.fee{
	background:#ff7639;	
	text-shadow: 1px 1px 0 #b85529;		
	text-transform:none;
}
.grid  .type:after{
	content:'';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid white;
    border-bottom: 8px solid transparent;
	position:absolute;
	right:0;
	top:0;
}
.grid  .date{
	font-size:12px;
	color:#979696;
	font-style:italic;
}
.grid  .item-info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 12px;
	height: 29px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.grid  [class*="col-"]:after{
	content:'';
	height:1px;
	border-bottom:1px dashed #d6e2e8;
	position:absolute;
	bottom:0;
	left:9px;
	right:9px;
}
.grid  [class*="col-"]:hover:after{
	bottom:-1px;
}



.top-day{
	background:#333c46;
	color:#fff;
	position:relative;
	padding-bottom:20px;
	margin-bottom:10px;
}

.top-day .title{
	font-size:15px;
	text-shadow: 1px 1px 0 #1d2227;	
	text-transform:uppercase;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 5px;
	border-bottom:1px solid #a5c639;
}
.top-day .title span{
	font-weight:bold;
}
.top-day .item{
	overflow:hidden;
	border-bottom:1px dotted #515962;
	padding:7px;
}
.top-day .item:hover,
.top-day .item:focus{
	background:#2a323a;
}
.top-day .item img{
	float:left;
	margin-right:5px;
}
.top-day .item .item-title{
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	display:block;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 0 #1d2227;		
	font-size:13px;
}
.top-day .item .item-title:hover,
.top-day .item .item-title:focus{
	color:#a4c734;
	text-decoration:underline;
}
.top-day .item .item-date{
	font-size:12px;
}
.ads240x400{
	margin-left:-25px;
	margin-bottom:10px;
}
.ads300x240{
	margin-left:-30px;
}
.ads-center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
}

.rating {
    color: #5A5A5A;
    float: left;
    font-size: 12px;
    height: 16px;
    width: 85px;
}


.unit-rating {
    background-image: url("../img/rating.gif");
    background-position: left top;
    background-repeat: repeat-x;
    height: 16px;
    list-style: none outside none;	
	margin: 0 0 0 66px;
    padding: 0;
    position: relative;
    width: 85px;
}

.unit-rating li {
    float: left;
    margin: 0;
    padding: 0;
    text-indent: -90000px;
    width: 17px;
    z-index: 17;

}



.unit-rating li a {
    display: block;
    height: 16px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 17px;
    z-index: 17;

}
.unit-rating li a:hover {
    background-image: url("../img/rating.gif");
    background-position: left center;
    left: 0;
    z-index: 2;
}
.unit-rating a.r1-unit {
    left: 0;

}
.unit-rating a.r1-unit:hover {
    width: 17px;

}
.unit-rating a.r2-unit {
    left: 17px;

}
.unit-rating a.r2-unit:hover {
    width: 34px;

}
.unit-rating a.r3-unit {
    left: 34px;

}
.unit-rating a.r3-unit:hover {
    width: 51px;

}
.unit-rating a.r4-unit {
    left: 51px;

}
.unit-rating a.r4-unit:hover {
    width: 68px;

}
.unit-rating a.r5-unit {
    left: 68px;

}
.unit-rating a.r5-unit:hover {
    width: 85px;
}
.unit-rating li.current-rating {
    background-image: url("../img/rating.gif");
    background-position: left bottom;
    display: block;
    height: 16px;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

/*App Page -> App Images Start*/


.screenshot_block {
	height: 250px;
	max-height: 250px;
    padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.next_button {
	display: none;
	position: absolute;
	width: 40px;
	padding-top: 0;
	bottom: 0;
	right: 9px;
	z-index: 5;
	background: transparent;
	height: 100%;
}

.next_button a {
	position: absolute;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.55);
	height: 250px;
}

.next_button a i{
	position: absolute;
	color: #3a3a3a;
	top: 110px;
	left: 5px;
}

.prev_button a i {
	position: absolute;
	color: #3a3a3a;
	top: 110px;
	right: 5px;
}


.prev_button {
	display: none;
	position: absolute;
	width: 40px;
	left: 9px;
	bottom: 0;
	z-index: 5;
	background: transparent;
	height: 100%;
}

.prev_button a {
	position: absolute;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.55);
	height: 250px;


}

i.back_arrow_black {
	background:url(/templates/new_style/img/left-arrow-gray.svg) no-repeat center;
	width:30px;
	height: 30px;
	margin-top: 0;

}

i.next_arrow_black {
	background:url(/templates/new_style/img/right-arrow-gray.svg) no-repeat center;
	width:30px;
	height: 30px;
	margin-top: 0;
}


.next_button.nav_disabled a i, .prev_button.nav_disabled a i {
	display: none;

}

.next_button.nav_disabled a, .prev_button.nav_disabled a {
	pointer-events: none;
	cursor: default;
	background: rgba(255, 255, 255, 0);
}

.swipe_icon_block {
	position: relative;
	display: none;
	width: 100%;
	height: 30px;
	margin-top: 0;
}


.swipe_icon {
	background: url(/templates/new_style/img/swipe_icon.png);
	opacity: 0.4;
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto 100%;
	left:0;
	right:0;
	top: -5px;
	margin-left:auto;
	margin-right:auto;
}


/*App Page -> App Images End*/


.breadcrumb{
	background:#f6fafc;
}
i.arr{
	background:url(../img/sprite.png) -42px -60px no-repeat;
	width:9px;
	height:5px;
	display:inline-block;
	margin: 0 10px;
	position:relative;
	top:-1px;
}
.full{}
.full hgroup{
	margin-bottom:20px;
}
.breadcrumb a{
	border-bottom:1px dashed #428BCA;
}
.breadcrumb a:hover{
	border-bottom-color:#9ebe35;
}


.full .main-icon{
	width: auto;
}

.app_top_col {

	padding-top: 0;
	padding-bottom: 20px;
	font-size: 14px;

}

.app_version span {

	font-weight: bold;
	color: #4587b4;
}

.app_version, .app_developer {
	color: grey;
}


a.download_button {
	z-index: 1;
	padding-top: 9px;
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: 40px;
	color: #ffffff;
	background: #68bb40;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0 0 8px #939292;
	-moz-box-shadow: 0 0 8px #939292;
	-webkit-box-shadow: 0 0 8px #939292;
	-o-box-shadow: 0 0 8px #939292;
	transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
}

a.download_button:hover {

	background: #7bc435;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom: 3px solid #5dab2c;

}



.dl_size {

	font-size: 13px;
	font-weight: 300;
	padding-left: 3px;
	padding-top: 1px;
	display: block;


}


.app_icon img{

	width: auto;
	height: auto;
	text-align: center;

}

.full .date{
	color:#979696;
	font-style:italic;
}
.full .title-app{
	color:#a0c136;	
	font-size:24px;
	font-weight:bold;
	margin-top:2px;
}

.downloads {
	margin-top: 20px;
}

.full .downloads .title{
	color:#333c46;
}
.downloads .wrap{
	background:#ffffff;
	border:none;
	padding:0;
	margin-bottom:15px;
}
.downloads .link{
	margin-left:0;
	position:relative;
	margin-bottom:20px;


}
.downloads .link:last-child{
	margin-bottom:0;
}


.downloads .link a{
	font-size:14px;
	line-height:2em;
	margin-right:20px;
	text-decoration:underline;
}
.downloads .link p{
	font-style:italic;
	color:#979696;
}
.downloads .link p span{
	font-style:normal;
	color:#515151;
	margin-right:10px;
}
.downloads .link .tag{
	background:#e5e5e5;
	margin-right:15px;
	padding:1px 10px 2px 6px;
	position:relative;
	display: inline-block;
}
.downloads .link .tag.green{
	background: #94b48c;
	color:#fff;

}
.downloads .link .tag.yellow{
	background:#ecb700;
	color:#fff;	

}

.downloads .link .tag.yellow:before{
	border-right-color:#ecb700;
}
.downloads .link .tag.green:before{
	border-right-color:#a5c639;
}
.downloads .link .tag:after{
	width:5px;
	height:5px;
	display:block;
	background:#f6fafc;
	border-radius:100%;
	content:"";
	position:absolute;
	left:-5px;
	top:8px;
}
.downloads_header {
    font-size: 16px;
    font-weight: bold;
	color:#a5c639;

}



.full .full-description .title{
	color:#56626f;
}
.full-description .phrase{
	font-size:15px;
	font-weight:bold;
	line-height:1.6;
}

.short-description p{
	line-height:1.6;
	font-size: 14px;
	word-wrap: break-word;
}

.app_mini_description {
	min-height: 28px;
}

.app_mini_description h2{
	font-weight:bold;
	line-height:1.6;
	color:#4186b6;
	font-size:16px;
}

.app_description_wrap {
	max-height: 150px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	font-size: 14px;
	word-wrap: break-word;
	line-height:1.6;
	color: #777777;

}

.app_description_overflow_fog {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fff));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
	top: 120px;
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}

.show_more {
	height: 25px;
	font-size: 14px;
}

.show_more a {
	width: 100%;
	display: block;
	line-height: 25px;
}

#show_more {
	display: none;
}



.slide-down{
	background:#fff;
	box-shadow: 0 3px 2px #efefef;
	margin-bottom:20px;
	text-align:center;
	padding:7px 0;
	position:relative;
}
.slide-down:after{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	bottom:-10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
	margin-left:-10px; 
}
.slide-down:before{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	bottom:-11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid #f0f0f0;
	margin-left:-11px;  
}
.full .title{
	color:#2475ae;
	font-size:20px;
	font-weight:bold;
	line-height:1.6;
}


.screenshots img{
	width:100%;
	height:auto;

}
.screenshots a{
	cursor:pointer;
}
.screenshots [class*="col-"]{
	opacity:.5;
}
.screenshots [class*="col-"]:hover{
	opacity:.85;
}
.screenshots .active-img{
	opacity:1;
}
#carousel-screenshots .row{
	margin:5px 0 0;
}
#carousel-screenshots [class*='col']{
	padding:0;
}
#carousel-screenshots img{
	width:100%;
	height:auto;
}
#carousel-screenshots  .carousel-control {
	left: 0;
	margin-top: -22px;
}
#carousel-screenshots .carousel-control.right {
	left: auto;	
	right: 0;
	margin-top: -22px;
}

.wrap-download{
	border:2px solid #f6f6f6;
	padding:20px;
	margin-bottom:10px;
}

.new_version_alert {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	background-color: rgba(234, 39, 37, 0.11);
    vertical-align: middle;

}

.new_version_alert a {

	text-decoration: underline;

}



.dl_timer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
	color: #2e2e2e;
}

.dl_timer a {

	text-decoration: underline;
}

.dl_row {
	text-align: center;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 14px;
	word-wrap: break-word;
}

.dl_lng {

	color: #8a8a8a;
	padding-right: 10px;

}


.dl_info {

	font-weight: bold;
	word-wrap: break-word;


}


.title-user{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.title-user span{
	color:#4186b6;
	text-transform:capitalize;
}
.user-avatar{
	display:inline-block;
	width:100px;
	height:100px;
	background:url(../img/sprite.png) 0 -220px no-repeat;
	border:1px solid #d9ddde;
	margin-bottom:10px;
		box-shadow:  1px 1px 3px  rgba(0, 0, 0, .15);
}
.mb20{
	margin-bottom:20px;
}
.main-user-data{
	background:#f6fafc;
	border-left:3px solid #4186b6;
	padding:1px 10px;
}
.profile dl{
	overflow:hidden;
}
.profile dt{
	color:#4186b6;
	font-weight:bold;
	margin-right:10px;
	float:left;
	line-height:2;	
}
.profile dd{
	font-weight:nolmal;
	line-height:2;
}
.icon-rss{
	width:15px;
	height:15px;
	background:url(../img/sprite.png) -134px -48px no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	margin-left:5px;
}
.title-phone-catalog{
	text-transform:uppercase;
	margin:-5px 0 15px 0;
    font-size: 22px;
}
.catalog-description{
	background:#f6fafc;
	border-left:3px solid #4186b6;
	padding:7px 10px;
	margin-bottom:15px;
}
.title-phone{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
    margin-top: 0px;
}
.title-phone span{
	font-size:24px;
	text-transform:none;
	color:#4186b6;
}
.phone-img{
	float:left;
	margin:-10px 12px 0 0 ;
}
.features{
	background:#4186b6;
	color:#fff;
	float:left;
	padding:10px;
	border-right:15px solid #fff;
	margin-right:15px;
}
.links{
	background:#f6fafc;
	clear:right;
	padding:10px;
	margin-bottom:15px;
}
.links a{
	display:block;
}
.plz{
	font-weight:bold;
}
.right-data{
	margin-bottom: 10px;
}
iframe{
	max-width: 100%;	
}




footer{
	background:#333c46;
	color:#fff;
	margin-top:16px;
	padding:30px 0;
	min-width: 320px;
}
footer a{
	color:#fff;
	text-decoration:underline;
}
footer .flinks a{
	text-decoration:none;
}
footer .flinks>a{
	font-weight:bold;
}
footer .flinks ul{
	margin:0 0 15px 0;
	padding-left:10px;
	list-style-type:none;
	
}
footer .flinks ul li:before{
	content:'› ';
}
footer .s_field{
	background:#2b343e;
	border:0;
	color:#fff;
	padding:8px 12px;
	-webkit-box-shadow: inset 1px 1px 3px  #242b34;       
    box-shadow: inset 1px 1px 3px  #242b34;
	text-shadow: 1px 1px 0 #242b34;
	border-left:3px solid #a5c639;
}
footer .s_field:-moz-placeholder{color:#78818c;font-style:italic;}
footer .s_field::-moz-placeholder{color:#78818c;font-style:italic;}
footer .s_field:-ms-input-placeholder{color:#78818c;font-style:italic;}
footer .s_field::-webkit-input-placeholder{color:#78818c;font-style:italic;}
footer input[type="submit"]{
	background:#a5c639;
	color:#fff;
	padding:8px 12px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);	
    box-shadow: 1px 1px 3px  #242b34;
	text-align:center;	
	border:0;
	outline:0;
}
footer .social ul{
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	overflow:hidden;
}
footer .social li{
	float:left;
	margin-right:10px;
}
footer .social li a{
	display:block;
	width:30px;
	height:30px;
	text-indent:30px;
	line-height:30px;
	overflow:hidden;
	background-image:url(../img/sprite.png);
}

.switch-search,
.categories-xxs{
	display: none;
}



@media (min-width: 768px){ /*from 768 */
	#carousel-top-loads-wrap {
		margin-left:-13px;
		margin-right:-13px;
	}

	.sl_header_space {
		display: none;
	}

	.site_header {
		position: relative;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 20px;
	}

	.hor_menu {
		display: block;
	}





}


@media (max-width: 767px){ /* 767 */

	.tt-hint {
		width: 220px;
	}

	/*.hor_menu {display: none;}*/


	.site_header {
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		position: fixed;
	}

	nav li a{
		font-size:15px;
		padding:0 15px;
		line-height:40px;
	}
	.ads240x400{
		margin-left:0;
	}
	#story.form-control {
		margin-bottom: 0;
	}
	.ads300x240{
		margin:10px auto;
		text-align: center;
	}

	.prev_button, .next_button {
		display: none;
	}


	i.back_arrow_black, i.next_arrow_black {
		display: none;
	}

	.swipe_icon_block {

		display: block;
	}

	.categories-xxs{
		margin: -12px 0 10px;
		padding: 0;
		list-style-type: none;
		text-align: center;
		display: block;
	}

	.categories-xxs li{
		display: inline;
		line-height: 40px;
	}
	.categories-xxs li a{
		padding: 8px 16px;
		background: #f8fbfc;
		color: #666f78;
		border-radius: 15px;
		white-space: nowrap;
		font-size: 12px;
	}

	.categories-xxs .active a{
		background: #4186b6;
		color: #fff;
		text-shadow:1px 1px 0 rgba(0,0,0,.5);
	}

	.m_menu_hide {
		display: none;
	}

}



@media (min-width: 768px) and (max-width: 939px){ /* 768 AND 939 */
	#carousel-mainpage img{
		width:100%;
		height:auto;
	}
	.ads240x400{
		margin-left:-75px;
	}
	.ads300x240{
		margin:10px auto;
		text-align: center;

	}
	#story.form-control {
		margin-bottom: 0;
	}	
	.select-phone .phone{
		margin-left:100%;
	}
}


@media (max-width: 939px){ /*939*/
	#carousel-mainpage img{
		width:100%;
		height:auto;
	}
	.carousel-control {
		left:0;
	}
	.carousel-control.right {
		left: auto;
		right:0;
	}
	#carousel-top-loads .carousel-control {
		left: 3px;
	}
	#carousel-top-loads .carousel-control.right {
		left: auto;	
		right: 3px;	
	}

}
@media (min-width: 940px) and (max-width: 1199px){/*940 AND 1199*/

	.carousel-control {
		left:0;
	}
	.carousel-control.right {
		left: auto;
		right:0;
	}
	#carousel-top-loads .carousel-control {
		left: 3px;
	}
	#carousel-top-loads .carousel-control.right {
		left: auto;	
		right: 3px;	
	}

	#top-line .login {max-width: 95px;}
}




@media (max-width: 480px){

	.hor_menu {display: none;}

	.top-info li .hidden-xs{display: none !important;}

	.phone .title,
	.phone .model{
		display: inline;
	}
	.phone-detail{
		width: 100%;
	}

	nav li{
		width: 33.3%;
	}

	nav li a{
		padding:0 7px;
	}

    .hide_mobile {display: none;}


	header .search{
		position: relative;
	}
	.switch-search{
		display: block;
		position: absolute;
		right: 25px;
		top: 7px;
		width: 33px;
		height: 33px;
		border: 0;
		background: url(../img/sprite.png) 0 -217px no-repeat;
	}
	.select-phone {
		position: absolute!important;
		right: 10px;
		top: 0;
		width: auto;
		display: none;
	}
	.select-phone .form-control, .tt-hint{
		width: auto;
	}
	.select-phone{
		display: none;
	}


	.sample-search {
		display: none;
	}
	.model a{
		font-weight: normal;
	}
	.model a:first-child{
		color: #68696e;
	}
	.phone-detail{
		margin-top: -17px;
		margin-bottom: 10px;
	}

	.home-title{
		font-size: 15px;
	}


	.grid [class*="col-"]{width:100%;float:none;}
	footer [class*="col-"]{width:100%;float:none;margin-bottom:10px;}
	#top-line .login {max-width: 158px;}
	.hidden-xxs{display: none;}
	#top-line .hline {margin-top: 35px;}
	nav .pull-right{float: left!important;}


	nav.row{
        max-width: 480px;
        overflow: hidden;
    }

}

.ads970{

	margin: 0 -10px 20px -10px;
	text-align: center;
	max-height: 100%;
	overflow: hidden;
}
.ads970 .inner{

	display: inline-block;
	
}



footer .btn, footer .open .btn{
	background: #333c46;
	color: #fff;
}
footer .btn:hover{
	color: #fff;
}
footer .dropup .caret{
	border-bottom-color: #fff;
}

.adv336{
	margin: 15px -10px;
}
.adv336-inner{
	margin: 0 auto;
	width: 336px;
}


/*
*
*
*COMMENTS
*
*
*
*/

#comments .comments-head {
	border-bottom: 1px solid #f1f6fb;
	overflow: hidden;
	margin-bottom: 8px;
	padding-top: 5px;
}
#comments .comments-head .title {
	color: #a5c639;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
}
@media (max-width: 480px) {
	#comments .comments-head .title {
		text-transform: uppercase;
		white-space: nowrap;
	}
}
@media (max-width: 480px) {
	#comments .comments-head .title > span:not(.bage) {
		display: block;
		color: #616d7a;
	}
}
@media (max-width: 480px) {
	#comments .comments-head .title .bage {
		position: relative;
		top: -3px;
		margin: 0 0 0 3px;
	}
}
#comments .rating-area {
	color: #6a7888;
	text-align: right;
}
#comments .rating-title {
	display: inline-block;
	font-weight: bold;
}
#comments .rating {
	margin: -3px 11px;
	display: inline-block;
}
@media (max-width: 480px) {
	#comments .rating {
		margin-right: 0;
	}
}
#comments .rating .unit-rating {
	margin: 0;
}
#comments .rating-status {
	font-size: 10px;
	display: inline-block;
}
#comments [id*="ratig-layer-"] {
	display: inline-block;
}
#comments .comments-meta {
	overflow: hidden;
	margin-bottom: 8px;
}
#comments #author {
	position: relative;
}
#comments #author .avatar {
	border-radius: 21px;
	overflow: hidden;
	position: relative;
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 14px;
}
#comments #author .soc-bage {
	position: absolute;
	top: -3px;
	left: 41px;
}
#comments #author .exit a {
	font-size: 10px;
	text-decoration: underline;
}
#comments .login-title {
	margin-bottom: 5px;
}
#comments .social-login {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comments .social-login li {
	display: inline;
}
#comments .social-login li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
#comments .social-login li a.vk {
	background-position: -81px -168px;
}
#comments .social-login li a.fb {
	background-position: -104px -169px;
}
#comments .social-login li a.gp {
	background-position: -127px -183px;
}
#comments .social-login li a.od {
	background-position: -127px -137px;
}
#comments .social-login li a.tw {
	background-position: -127px -160px;
}
#comments form {
	background: #f7fafd;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 10px;
}
#comments form .rating {
	display: inline-block;
	float: none;
	margin: -2px 0 0 53px;
}
#comments form p {
	margin-bottom: 10px;
	position: relative;
	padding: 0 5px 0 53px;
}
#comments form label {
	width: 48px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#comments form textarea {
	height: 36px;
}
#comments form textarea[name="review-text"] {
	height: 56px;
}
.soc-bage {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #fff;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.soc-bage.vk {
	background-position: -73px -76px;
}
.soc-bage.fb {
	background-position: -124px -76px;
}
.soc-bage.gp {
	background-position: -90px -76px;
}
.soc-bage.od {
	background-position: -73px -93px;
}
.soc-bage.tw {
	background-position: -107px -76px;
}
.bage {
	background: #6a7888;
	color: #fff;
	text-shadow: 1px 1px 0 #596572;
	border-radius: 5px;
	font-size: 11px;
	padding: 7px 9px;
	margin-left: 9px;
}
.btn_c {
	font-size: 11px;
	font-weight: bold;
	border-radius: 5px;
	background: #f1f9ff;
	padding: 7px 14px;
	border: 2px solid #5c98c3;
	color: #5c98c3;
}
.btn_c:hover {
	color: #a5c639;
	border-color: #a5c639;
	background-color: #fcfff1;
}

.alert-s {
	border-radius: 5px;
	border: 2px solid #b6dea3;
	background: #dff0d8;
	padding: 5px 10px;
	margin: 0 8px 10px 8px;
}
.alert-s .alert-title-s {
	font-weight: bold;
	color: #3d763d;
	margin-bottom: 2px;
}
.alert-s p {
	color: #3d763d;
	margin: 0;
}


.alert {
	border-radius: 5px;
	border: 2px solid #fb4a56;
	background: #fff3f4;
	padding: 5px 10px;
	margin: 0 8px 10px 8px;
}
.alert .alert-title {
	font-weight: bold;
	color: #fb4a56;
	margin-bottom: 2px;
}
.alert p {
	color: #9a444a;
	margin: 0;
}
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0 8px 10px 8px;
}
.comment-list .comment {
	padding-left: 68px;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.comment-list .comment:before {
	content: '';
	left: 57px;
	top: 0;
	position: absolute;
	bottom: 0;
	width: 1px;
	background: #f6f6f6;
}
.comment-list .comment:after {
	content: '';
	left: 57px;
	position: absolute;
	bottom: 0;
	width: 160px;
	height: 1px;
	background: #f0f0f0;
	background: -moz-linear-gradient(left, #f0f0f0 0%, #f6f6f6 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f0f0f0), color-stop(50%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #f0f0f0 0%, #f6f6f6 50%, #ffffff 100%);
	background: -o-linear-gradient(left, #f0f0f0 0%, #f6f6f6 50%, #ffffff 100%);
	background: -ms-linear-gradient(left, #f0f0f0 0%, #f6f6f6 50%, #ffffff 100%);
	background: linear-gradient(to right, #f0f0f0 0%, #f6f6f6 50%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1);
}
.comment-list .comment-head .comment-author {
	position: relative;
	float: left;
	padding-top: 10px;
}
.comment-list .comment-head .comment-author .avatar {
	position: absolute;
	left: -68px;
	top: 0;
}
.comment-list .comment-head .comment-author .fn {
	margin-right: 5px;
	font-size: 13px;
}
.comment-list .comment-head .comment-author:before {
	content: '';
	display: block;
	border-bottom: 4px solid transparent;
	border-right: 9px solid #fff;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 1;
}
.comment-list .comment-head .comment-meta {
	padding: 10px 0 2px;
	color: #aaaeb5;
	font-size: 12px;
}
.comment-list .soc-bage {
	left: -76px;
	position: absolute;
	top: 47px;
}
.comment-list .comment-rating {
	color: #6a7888;
	margin-bottom: 5px;
}
.comment-list .rating {
	float: none;
	margin: 0;
	display: inline-block;
}
.comment-list .comment-body {
	font-size: 13px;
	line-height: 1.5;
}
.comment-list dt {
	float: left;
	margin-right: 5px;
}
.comment-list dd {
	margin-bottom: 5px;
}
.load-more {
	margin-bottom: 20px;
}

