body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Jura,sans-serif,Arial;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
}
h1, h2 {
	margin: 0;
}
a {
	outline: none;
}
.page_top {
	background-color: #404758;
}
.page_header {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	padding: 16px 20px;
	color: #B8BFD6;
	font-size: 18px;
	align-items: center;
}
.page_header_text_box {
	text-align: center;
}
.page_header_text {
	display: inline-block;
	text-align: left;
	padding: 0 15px 0 20px;
}
.page_header_search_box {
	flex-grow: 1;
	text-align: right;
	white-space: nowrap;
}
.page_header_search_box form {
	display: flex;
    justify-content: flex-end;
}
.page_header_search {
	border: none;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	font-size: 20px;
	padding: 0px 12px;
	height: 40px;
	outline: none;
}
.page_header_search_button {
	border: none;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	background: #B8BFD6;
	background-image: url('/img/search_icon.png');
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	color: #404758;
	padding: 0 10px;
	height: 40px;
	width: 60px;
	outline: none;
}
.page_header_lang {
	margin-left: 15px;
	border-bottom: 1px #B8BFD6 dashed;
	cursor: pointer;
}
.page_header_special {
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
	padding: 16px 20px;
	font-size: 18px;
	align-items: normal;
	text-decoration: none;
	color: #000000;
}
.page_header_special_box {
	background: linear-gradient(to right, #ffffff, #feffe1 6%, #feffe1 94%, #ffffff);
	background-image: url(/img/special/gradient.gif);
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 1px #c5c5c5 solid;
    position: absolute;
	color: #000000;
    left: 0;
    right: 0;
}
.page_header_special_box:hover {
	color: #0010ce;
	background: linear-gradient(to right, #ffffff, #c8e8c7 6%, #c8e8c7 94%, #ffffff);
}
.page_header_special:hover {
	color: #0010ce;
}
.page_header_special.small {
	padding: 5px;
	font-size: 15px;
}
.page_header_special.small img {
    width: 32px;
    height: 32px;
}
.main_box {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}
.main_content_box {
	display: flex;
}
.category_list {
	padding-bottom: 100px;
}
.category_separator {
	height: 2px;
	margin: 0 30px;
	background: #E4E4E4;
}
.category_item {
	font-size: 16px;
	color: #3F4559;
	text-align: center;
	padding-top: 58px;
	margin: 16px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	min-width: 85px;

    background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: auto 55px;
}
.category_item:hover {
	filter: hue-rotate(50deg) brightness(160%) contrast(400%) !important;
}
.category_item:hover:before {
	content: ' ';
	position: absolute;
/*	border-left: 7px #3F4559 solid;*/
	top: -16px;
	bottom: -16px;
	left: -20px;
	right: -16px;
/*	cursor: default;*/
	background: linear-gradient(to right, transparent, rgba(0,25,200,0.05), rgba(0,25,200,0.05) 90%) !important;
}
.category_item.selected {
	filter: hue-rotate(360deg) brightness(160%) contrast(400%);
}
.category_item.selected:before {
	content: ' ';
	position: absolute;
/*	border-left: 7px #3F4559 solid;*/
	top: -16px;
	bottom: -16px;
	left: -20px;
	right: -16px;
/*	cursor: default;*/
	background: linear-gradient(to right, transparent, rgba(0,255,255,0.05), rgba(0,255,255,0.05) 90%);
}
.category_item.accessibility {
	background-image: url('/img/category_accessibility.png');
}
.category_item.blogging {
	background-image: url('/img/category_blogging.png');
}
.category_item.tools {
	background-image: url('/img/category_tools.png');
}
.category_item.fun {
	background-image: url('/img/category_fun.png');
}
.category_item.news {
	background-image: url('/img/category_news.png');
}
.category_item.photos {
	background-image: url('/img/category_photos.png');
}
.category_item.productivity {
	background-image: url('/img/category_productivity.png');
}
.category_item.search_tools {
	background-image: url('/img/category_search_tools.png');
}
.category_item.shopping {
	background-image: url('/img/category_shopping.png');
}
.category_item.social {
	background-image: url('/img/category_social.png');
}
.category_item.sports {
	background-image: url('/img/category_sports.png');
}
.category_content {
	background: linear-gradient(to right, #F5FAFF 80%, transparent);
	padding: 16px 45px;
	box-shadow: -7px 0px 5px -3px #CCCCCC;
}
.category_content h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}
.category_content_ext_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 20px;
}
.category_content_ext_box {
	flex-basis: 270px;
	height: 370px;
	overflow: hidden;
	box-shadow: 0 0 6px #CCCCCC;
	border-radius: 5px;
	padding: 22px;
	padding-top: 14px;
	margin-top: 14px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
    position: relative;
	font-size: 16px;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
}
.category_content_ext_box.search {
	height: 275px;
}
.category_content_ext_box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -140px 60px -80px rgba(255, 255, 255, 1);
}
.category_content_ext_box:hover {
	color: #207BEC;
}
.category_content_ext_box:hover .category_content_ext_image {
	opacity: 1;
	filter: grayscale(0%);
}
.category_content_ext_title {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 290px;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
.category_content_ext_image {
	text-align: center;
	padding: 20px 0;
	padding-top: 17px;
	opacity: 0.7;
	filter: grayscale(60%);
}
.lang_select_box select {
	background: transparent;
	border: none;
	color: inherit;
	font-size: inherit;
	width: 104px;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.lang_select_box option {
	background: #BCC2D8;
	color: #3E4558;
}
/* ********************************************* */
.head_box {
	padding: 16px 0;
	padding-right: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.head_title {
	flex-grow: 1;
	cursor: default;
}
.head_title h1 {
	font-size: 34px;
	font-weight: bold;
}
.head_img {
	padding: 5px 10px;
	margin-bottom: auto;
	width: 64px;
	height: 64px;
}
.head_stats {
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
	cursor: default;
	font-size: 18px;
	font-weight: normal;
}
.head_menu {
/*	white-space: nowrap;*/
	display: inline-block;
	color: #314F95;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #B1BCE3 solid;
}
.head_menu:hover {
	color: #8F2732;
	border-radius: 5px;
}
.head_menu.active {
	padding: 0 4px;
    border-radius: 5px;
	border-bottom: 1px #314F95 double;
}
.head_menu_box .head_menu:not(:last-child) {
	margin-right: 10px;
}
.head_menu_box .head_menu:not(:last-child):after {
	content: '  ';
	right: -10px;
	position: absolute;
	color: #000000 !important;
}
/* *************************************************** */
.rating {
	font-size: 30px;
	color: #888888;
	position: relative;
    display: inline-block;
    white-space: nowrap;
	cursor: default;
	user-select: none;
}
a .rating {
	cursor: pointer;
}
.rating_scale {
	position: absolute;
	color: #F2C100;
	left: 0;
	top: 0;
	overflow: hidden;
    display: inline-block;
}
.rating_stars {
    display: inline-block;
}
.users_count {
	padding: 0 3px;
	white-space: nowrap;
}
/* *************************************************** */
.topblock_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
}
.screenshot_box {
	display: flex;
	padding: 7px;
    position: relative;
	min-width: 300px;
	max-width: 692px;
	margin: 0 auto;
    margin-bottom: 10px;
}
.screenshot_box:after {
    content: ' ';
    box-shadow: 0 0 12px 5px #DDDDDD;
    top: 12px;
    bottom: 46px;
    left: 12px;
    right: 12px;
    position: absolute;
}

.rightside_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 450px;
	flex-grow: 1;
}
.card_box {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	padding: 15px;
	color: #000000;
	text-decoration: none;
}
.card_box.center {
	text-align: center;
}
.card_box.link:hover, .card_box.link:hover a {
    color: #068E22 !important;
    text-shadow: 0 0 10px #D3CE0A;
}
.card_box_install_box {
	display: flex;
	align-items: center;
}
.card_box_install_title {
	text-align: left;
	font-size: 20px;
	padding-left: 8px;
}
.card_box_install_go {
	font-size: 16px;
	color: #EFF4FF;
	font-weight: normal;
	background: #465C93;
	border-radius: 7px;
	padding: 4px 5px;
	margin-top: 10px;
}
.card_box.contribute_box {
	background: #DFF6E4;
	position: relative;
	border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	padding-top: 10px;
}
.card_box.contribute_box:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	right: auto;
	top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent #DFF6E4;
}
.contribute_box.page {
	border: none;
/*	border-radius: unset;*/
	color: #000000;
	font-weight: normal;
    border-bottom: 1px #999 solid;
    border-top: 1px #999 solid;
	font-size: 17px;
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
	padding: 10px;
}
.contribute_button {
	text-decoration: none;
	color: #206444 !important;
	border: 2px #26925F solid;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	line-height: 1.5em;
	padding: 6px 12px;
	text-shadow: none;
	transition: box-shadow 0.25s linear 0s;
	display: inline-block;
	white-space: nowrap;
	margin-top: 5px;
}
.contribute_button.page {
	color: #FFFFFF !important;
	background: #5E8A6C;
	font-size: 20px;
	font-weight: normal;
}
.contribute_button:hover {
	box-shadow: 0px 2px rgba(0, 0, 0, 0.1), 0px -2px rgba(0, 0, 0, 0.1) inset, 0px 0px 100px rgba(255, 255, 255, 0.2) inset;
    color: #068E22 !important;
    text-shadow: 0 0 10px #D3CE0A;
}
.contribute_button.page:hover {
	color: #EFD729 !important;
}
.contribute_button .heart {
	position: relative;
	width: 12px;
	height: 19px;
	background-color: #C7CCE3;
/*	box-shadow: -1px 0px 2px #444;*/  
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	display: inline-block;
	margin-right: 14px;
	margin-bottom: -2px;
}
.contribute_button .heart:before {
	position: absolute;
	width: 19px;
	height: 12px;
	left: 0;
	bottom: 0;
	content: "";
	background-color: #C7CCE3;
/*	box-shadow: 0px 3px 3px #444444;*/ 
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 0 50px 50px 0;
}
.contribute_button.page .heart {
	background-color: #FFFFFF;
	margin-right: 17px;
	width: 12px;
	height: 20px;
}
.contribute_button.page .heart:before {
	background-color: #FFFFFF;
	width: 20px;
	height: 12px;
}
.contribute_button:hover .heart:before, .contribute_button:hover .heart {
	box-shadow:none;
	background-color: #F80E37;
}
.description_box {
	margin-bottom: 50px;
}
.description_box > div {
	border: 4px #EFEFEF solid;
	border-top: none;
	padding: 20px 20px;
	font-size: 18px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.description_box:before {
	content: attr(description_box_title);
	background: #D9E4F5;
	padding: 20px 24px;
	display: block;
	font-size: 24px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.privacy_head {
	font-weight: bold;
	font-size: 22px;
	padding: 25px 0 15px;
}
.privacy_text {
	font-size: 18px;
	padding: 10px 0;
}
.privacy_text.red {
	color: #E22A32;
	font-weight: bold;
}
.privacy_text ul, .privacy_text li {
	margin: 0;
	padding-top: 0;
    padding-bottom: 0;
}
/* *************************************************** */
.extensions_list_box {
	margin-top: 10px;
	margin-bottom: 30px;
}
.extensions_list_title {
	font-size: 24px;
	padding-bottom: 4px;
	border-bottom: 4px #EFEFEF solid;
}
.extensions_list_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 15px 5px;
}
.extensions_list_card_box {
	width: 300px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
	padding: 8px;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
.extensions_list_card_box:hover {
	background: linear-gradient(to right , rgba(220, 220, 20, 0.1), rgba(255, 255, 255, 0.6));
	color: #0099FF;
}
.extensions_list_card_box .rating {
	font-size: 20px;
}
.extensions_list_card_content {
	display: flex;
	align-items: center;
	position: relative;
}
.extensions_list_card_content > img {
	padding-right: 4px;
}
.extensions_list_card_content > div {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.extensions_list_card_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 19px;
}
.extensions_list_card_users {
	font-size: 14px;
}
.extensions_list_card_content > img {
	width: 64px;
	height: 64px;
}
.footer_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.contribute_page_box {
	display: flex;
	max-width: 90%;
	padding-top: 40px;
	margin: 0 auto;
}
.contribute_content_box {
	padding: 0 30px;
	margin: auto 0;
	padding-bottom: 65px;
}
.contribute_title {
	font-size: 24px;
	padding-top: 15px;
	border-bottom: 3px #5E8A6C solid;
	display: inline-block;
	padding-bottom: 3px;
}
.contribute_page_img_box {
	width: 60%;
}
.contribute_page_img {
	width: 100%;
	max-width: 438px;
}
.contribute_content_text {
	font-size: 20px;
	padding: 20px 0;
}
/* *************************************************** */
/* *************************************************** */
@media (max-width: 1020px) {
	.page_header {
		position: relative;
		padding-bottom: 30px;
	}
	.page_header_text_box {
		position: absolute;
		top: 60px;
		left: 54px;
		font-size: 15px;
	}
}
@media (max-width: 900px) {
	.category_content_ext_box {
		flex-basis: auto;
		width: 100%;
	}
	.head_title h1 {
		font-size: 28px;
	}
	.head_menu {
		font-size: 16px;
	}
	.head_img {
		padding: 5px 5px;
		width: 60px;
		height: 60px;
	}
	.rating {
		font-size: 24px;
	}
	.head_stats {
		font-size: 16px;
	}
}
@media (max-width: 700px) {
	.page_header {
		padding: 4px 6px;
		padding-bottom: 28px;
	}
	.page_header_text_box {
    	left: 19px;
		font-size: 13px;
		top: 33px;
	}
	.page_header_search {
		font-size: 14px;
		height: 24px;
	}
	.page_header_search_button {
		height: 24px;
		width: 40px;
		font-size: 14px;
	}
	.page_header_lang {
		font-size: 14px;
	}
	.page_header_logo {
		height: 38px;
	}
	.page_header_special_box.top {
		display: none;
	}
	.main_box.promo {
		padding: 0;
	}
	.main_content_box {
		display: flex;
		flex-direction: column;
	}
	.category_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		background: #D9E4F5;
		padding: 5px 0;
	}
	.category_item {
		background-size: auto 30px;
		padding-top: 35px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 3px;
		font-size: 14px;
		margin: 12px;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 90px;
		white-space: nowrap;
		background-position-y: 4px;
		border-radius: 5px;
		border: 1px #000000 solid;
		background-color: #FFFFFF;
	}
	.category_item:hover {
		filter: hue-rotate(50deg) brightness(76%) contrast(190%) !important;
	}
	.category_item:hover:before {
		background: rgba(0,25,200,0.05) !important;
	}
	.category_item.selected:before {
		background: rgba(0,255,255,0.05);
	}
	.category_item.selected {
	    filter: hue-rotate(360deg) brightness(76%) contrast(190%);
	}
	.category_separator {
		display: none;
	}
	.category_content {
		padding: 16px 16px;
    	box-shadow: none;
	}
	.head_title h1 {
		font-size: 22px;
		font-weight: normal;
	}
	.head_menu {
		font-size: 14px;
		font-weight: normal;
		margin-top: 7px;
	}
	.head_img {
		padding: 0 5px 0 0;
		width: 48px;
		height: 48px;
	}
	.rating {
		font-size: 20px;
	}
	.head_stats {
		font-size: 14px;
		font-weight: normal;
		margin-top: 0;
	}
	.rightside_box {
		flex-grow: 1;
		max-width: none;
	}
	.card_box_install_go {
		font-weight: normal;
	}
	.contribute_title {
		font-size: 20px;
		padding-top: 10px;
	}
	.contribute_content_text {
		font-size: 16px;
		padding: 12px 0;
	}
	.contribute_button.page {
		font-size: 16px;
		padding: 3px 9px;
	}
	.contribute_button.page .heart {
		margin-right: 13px;
		width: 10px;
		height: 16px;
	}
	.contribute_button.page .heart:before {
		width: 16px;
		height: 10px;
	}
}
@media (max-width: 500px) {
	.page_header_logo_box {
		flex-grow: 1;
	}
	.page_header_search_box {
		position: absolute;
		bottom: 11px;
		left: 38px;
		right: 6px;
	}
	.page_header {
		padding-bottom: 60px;
	}
	.page_header_search_box form {
		display: flex;
	}
	.page_header_search {
		flex-grow: 1;
	}
	.category_content h1 {
		font-size: 20px;
		font-weight: normal;
	}
	.category_item {
		width: 83px;
	}
	.card_box {
		font-size: 16px;
		line-height: 20px;
	}
	.card_box_install_box > img {
		height: 60px;
		width: 64px;
	}
	.description_box:before {
		padding: 12px 16px;
		font-size: 20px;
	}
	.description_box > div {
		padding: 12px 12px;
		font-size: 16px;
	}
	.extensions_list_title {
		font-size: 20px;
	}
	.contribute_content_box {
		padding: 0 0 0 10px;
	}
	.contribute_title {
		font-size: 18px;
		padding-top: 3px;
	}
	.contribute_content_text {
		font-size: 14px;
		padding: 8px 0;
	}
	.contribute_button.page {
		font-size: 14px;
	}
}
*:not(.blockUI) {
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
