
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #f2f2f2;
	color: #444;
	font: 14px "lucida grande", "lucida sans unicode", "lucida sans", tahoma, verdana, arial, sans-serif;
}
img {
	border: none;
	vertical-align: middle;
}
ul,
ol {
	margin: 14px 0;
	padding: 0 0 0 40px;
}
em {
	font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	line-height: 1em;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: 1px solid #ccc;
}
.normal {
	margin: 0;
	padding: .5em 2em 0;
	list-style-type: disc;
}
.normal li {
	padding: .2em 0;
}
.linside {
	list-style-position: inside;
}

input[type="button"],
input[type="email"],
input[type="number"],
input[type="submit"],
input[type="text"],
select,
textarea {
	margin: 2px 0;
	padding: 5px;
	border: 1px solid #c5c5c5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="text"],
textarea {
	max-width: 100%;
	background: #eee;
	color: #444;
}
input[type="button"],
input[type="submit"] {
	background: #2574a9;
	color: #fff;
	cursor: pointer;
}
body .btn-block {
	padding: 8px 1em;
	min-width: 150px;
	font-size: 1.2em;
}
body .error {
	margin: 1px 0;
	border: 2px solid #e00000 !important;
	outline: none;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	padding-right: 30px;
}
.column:last-child {
	padding-right: 0;
}
@media all and (max-width: 580px) {
	.row,
	.column {
		display: block;
		padding-right: 0;
	}
}

.inner {
	margin: 0 auto;
	padding: 0 20px;
	min-width: 720px;
	max-width: 1000px;
}
#header {
	margin-bottom: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #e4e7e9;
	border-bottom: 1px solid #c8cddd;
	font: 11px verdana, arial, helvetica, sans-serif;
}
#header h1,
#header .h1 {
	padding: .3em 0;
	color: #000;
	font: 600 2.7em/26px droid-sans-1, droid-sans-2, sans-serif;
	text-shadow: -1px 1px 2px #999;
}
#header h1 a,
#header .h1 a {
	text-decoration: none;
}
#header h1 a:hover,
#header .h1 a:hover {
	color: #333;
}
.ad {
	margin: 0 auto 2em;
	text-align: center;
}
#main {
	margin-top: 6px;
	margin-bottom: 25px;
}
#footer {
	padding: 0 0 15px;
	background: #e4e7e9;
	border-top: 1px solid #c8cddd;
	color: #555;
	font-size: 12px;
}
#footer .inner {
	max-width: 780px;
}
.copy {
	clear: both;
	padding-top: 2em;
	text-align: center;
}
.copy a {
	color: #555;
}
.copy-company {
	color: inherit;
	text-decoration: none;
}
.copy-ppolicy {
	color: inherit;
}

h1 {
	padding: .7em 0 .5em 0;
	font-size: 1.86em;
	font-weight: bold;
}
h2 {
	padding: .7em 0 .5em 0;
	font-size: 1.8em;
	font-weight: bold;
}
h3 {
	padding: .4em 0 .2em 0;
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	padding: .4em 0 .2em 0;
	font-size: 1.15em;
}
#content_title h1,
#content_title h2 {
	padding: .2em 0 1em;
	color: #282828;
	font-size: 2.5em;
}
#content_title a {
	color: #282828;
	text-decoration: none;
}

a,
a:link,
a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}
.lclear {
	clear: left;
}
.rclear {
	clear: right;
}

#content {
	clear: both;
	margin: 0;
	padding: 20px;
	min-height: 360px;
	background: #fff;
	border: 1px solid #8eaac0;
	line-height: 1.5em;
}
#content-left-wrap {
	float: left;
	width: 100%;
}
#content_left {
	margin-right: 320px;
}
#content_right {
	float: right;
	width: 300px;
	margin-left: -300px;
}

#sidebar {
	float: right;
	width: 300px;
	background: #fff;
}
.sidebar_box {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
}
.sidebar_box h3 {
	padding: 0 0 10px 0;
	font: italic 400 1.3em Georgia, serif;
}
.sidebar_box ul {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
	border-top: 1px solid #ddd;
}
.sidebar_box a {
	display: block;
	overflow: hidden;
	line-height: 2em;
	color: #2574a9;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-transition: all .05s ease-out;
	-o-transition: all .05s ease-out;
	-webkit-transition: all .05s ease-out;
	-ms-transition: all .05s ease-out;
	transition: all .05s ease-out;
}
.sidebar_box a:hover {
	padding-left: 5px;
}
.sidebar_boxex {
	overflow: hidden;
	margin: 0 auto 20px;
	text-align: center;
}
.sidebar_fb {
	margin-top: 15px;
}
.sidebar_gp {
	margin-top: 15px;
}

#fb-root {
	display: none;
}

#nav {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #8eaac0;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #58595b;
	list-style-type:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav li {
	float: left;
	position: relative;
}
#nav li:hover > ul {
	display: block;
}
#nav > li:first-child > a {
	border-top-left-radius: 5px;
}
#nav > li:last-child > a {
	border-top-right-radius: 5px;
}
#nav ul {
	display: none;
	position: absolute;
	z-index: 100;
	/*top:40px;*/
	left: 0;
	margin: 0;
	padding: 5px 0;
	width: 160px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	list-style-type: none;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	overflow: hidden;
	color: #575757;
	text-decoration: none;
	white-space: nowrap;
}
#nav a:hover,
#nav li:hover > a {
	background: #e2e2e2;
	text-decoration: none;
	-moz-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.nav-main > li > a {
	width: 76px;
	height: 40px;
	line-height: 39px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	font-weight: 900;
	text-align: center;
	text-shadow: 1px 1px 0 #eee;
}
.nav-main > li > a:hover,
#nav > li:hover > a {
	background: #e2e2e2;
	border-color: #ccc;
	text-decoration: none;
}
.nav-main li.active > a {
	background: #d2d2d2;
}
#nav .nav-software > a {
	width: 86px;
}
#nav .nav-extensions > a {
	width: 102px;
}
#nav .nav-extensions ul {
	width: 225px;
}
#nav .nav-tools ul {
	width: 170px;
}
#nav ul a {
	margin: 0 1px 1px 0;
	padding: 4px 15px;
	text-shadow: 0 1px 0 #fff;
}
#nav hr {
	margin: 1px 15px;
	border: 1px solid #ccc;
}

.navsub {
	overflow: hidden;
	margin: 10px auto 20px;
	padding: 0;
	max-width: 300px;
	list-style-type: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 1px 1px 8px #ddd;
}
.navsub a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 6px 10px 6px 30px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	text-overflow: ellipsis;
	-moz-transition: background .1s;
	-o-transition: background .1s;
	-webkit-transition: background .1s;
	-ms-transition: background .1s;
	transition: background .1s;
	white-space: nowrap;
}
.navsub li:first-child a {
	padding-left: 15px;
}
.navsub a[href$=download] {
	font-weight: bold;
}
.navsub a:visited {
	color: #575757;
}
.navsub li.current a {
	margin-left: -1px;
	background: #fff;
	color: #2574a9;
	text-decoration: none;
}
.navsub li a:hover {
	background-color: #a0a0a0;
	color: #fff;
	text-decoration: none;
	-moz-transition: background .1s;
	-o-transition: background .1s;
	-webkit-transition: background .1s;
	-ms-transition: background .1s;
	transition: background .1s;
}

#search {
	float: right;
	display: none;
	overflow: hidden;
	padding: 8px 2px 2px 4px;
	width: 320px;
	-moz-transition: width 1.2s ease-out;
	-o-transition: width 1.2s ease-out;
	-webkit-transition: width 1.2s ease-out;
	-ms-transition: width 1.2s ease-out;
	transition: width 1.2s ease-out;
}
.search-wrap {
	float: left;
	width: 100%;
}
.search-inner {
	margin-right: 85px;
}
input.search-input {
	padding: 2px 4px;
	width: 100%;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: initial;
	font-size: 14px;
	outline: none;
	-moz-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
#search:hover .search-input,
input.search-input:focus {
	background: #fefefe;
}
input.search-button {
	float: right;
	margin-left: -72px;
	padding: 0 8px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	background: #666;
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-moz-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
#search:hover .search-button,
#search:focus .search-button,
input.search-button:active {
	background: #787878;
}

.crumbs {
	float: left;
	margin: 0;
	padding: 0;
	color: #555;
	list-style: none;
}
.crumbs li {
	display: inline;
}
.crumbs li:after {
	content: " \00BB ";
}
.crumbs li:last-child:after {
	content: "";
}
.crumbs a {
	color: #555;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	-ms-transition: color .3s;
	transition:color .3s;
}
.crumbs li:last-child a {
	text-decoration: none;
}
.crumbs a:hover {
	color: #000;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
	-ms-transition: color .5s;
	transition: color .5s;
}

#sidenews {
	float: right;
	width: 120px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #ccc;
}
#sidenews:hover {
	color: #000;
}
#sidenews_title {
	clear: right;
	float: right;
	width: 120px;
	height: 1.8em;
}
.social {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAoCAYAAAB5LPGYAAADsUlEQVR42u1c27GDIBBNB5ZgCX6kAEqwBEuwBEqwBEtICZZACZZACblmBjNcwsKivGJ2Z/bnavRc9rDsA7ndSEhISEhISEhISDa53+/9puumz0z6eldP+AjfDu5ZSHvC99v4bplnxsdMIXy/je9m/EBuumwqcoEMxAe5e77ppPDXhg+DfzFUZMYnLRhsCmGXR/GZABfjWrMpUwYWFRJwNu5tY8/4hAR8jScDnslyjd+mHeIZDBhXrq4vSQhoufdl4DGmkU8M4GvWNZb7hy8goLBhz0hAucdnKkbcPdxgGUuX48lLQAu4taCBl7PGK0jAHuFxUuLrHQnKaPy+TgJqv+dnYq9fJKBjdWFKx4T4Htq12beyeLLo6ATUg1GuBgITI3RHY0Qi4Jt8MhO+XrsGEWcEnjFqk+SlrWZ//e/zUQK6MjVnwKoSlrkCAnbIjE5URECWcYLo3m0CnvuojYD/DA9lbw63no2AgeFD6yPiBQnYIhK2xRijbEtwiE5QJhdCwpIE1Dx3DgKK3fsivHbKOuBg/O/SQ0Cek4DCCIRnT2yyQssyloSlCXh2AAMIyALwpExCBKJsNWoTQxbPgrVaEVRTYoBnEV9CQFEZAXniFWQG7PuuBSLIV6QQzRzG6oClpfYlmGVagkMImCWEgeqRGLtlacUFDpAESMhrJKAa5ME3ywsRcClQJmqPeOCz+MAYENkJ8baY1FK8Uh2wmiwY0iY0fEpBwI96kNkfRJBwCunPEgGrISCPUddNVYYJzXZb7L40ImAxAq6qlNZ7GgxzDQT8qCF5yPXAxoKJOiFEQBjfqodY2na7aW/BWp7xqIWAVhICA9haug4xDSxy7AK+GAHfMbqaqKsjQ25iTOpUnZAOkblNmHrbSXyNwwtKIuAHvtbTAQETypwElEa7xlaqEECx2vk9gK35fdLAg6fFxhw6YuKbCxFwPvC+sQQBGTKLtS3F0rMM95EN7P/o5Vg56YoE5AfexxEbEqIScD2ysdERrPa+BCGCgfmXtOKq8YCInc7/nMyZwnRMAkrEQHIfORIZePiCzQilCSiNbkfj6bhMMcpasZZghmkvWe6bMxHwYxdvIAHXX8uCjVVpVM5j3wXfOuL/LEmIWSeSBwm4+LxNZAMvIUdWYAqtF6wDSkW0xpG8DSH96FRlGIGopwnPRkrbB88yw1dnUvuuBdIHpl6YCN/hD9FjJ3GxcJwhIB0tQfiKHs1Bh+sQvnKHE2kg6XgxwlcEHwkJCQkJCQkJybXlD1IgKD3bB88JAAAAAElFTkSuQmCC) 0 0 no-repeat;
	filter: alpha(opacity=40);
	opacity: .4;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
	white-space: nowrap;
}
.rss      { background-position: 0 0; }
.twitter  { background-position: -40px 0; }
.facebook { background-position: -80px 0; }
.buzz     { background-position: -120px 0; }
.social:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slide {
	overflow: hidden;
	margin-top: -19px;
	margin-bottom: 20px;
}
.slide-left-wrap {
	float: left;
	width: 100%;
}
.slide-left {
	float: left;
	position: relative;
	margin: 20px 380px 20px 0;
	padding: 20px 10px 20px 20px;
	height: 180px;
}
.slide-middle {
	float: left;
	margin: 20px 0 0 -362px;
	width: 24px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.slide-middle div {
	display: none;
	margin: 17px 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	cursor: pointer;
	text-align: center;
}
.slide-middle div.current {
	background: #d2d2d2;
	cursor: auto;
}
.slide-right {
	float: right;
	margin: 20px 0 0 -320px;
	padding: 20px;
	width: 278px;
	text-align: center;
}
.slide-left,
#slide-right-url {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.slide-title {
	overflow:hidden;
	margin: 0;
	padding: 0 0 10px;
	font-size: 3em;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slide-title a {
	text-decoration: none;
}
.slide-title a:hover {
	color: #333;
}
.slide-text {
	margin: 10px 0;
	font-size: 1.05em;
	line-height: 1.3;
}
.slide .slide-link {
	float: right;
	position: absolute;
	bottom: 15px;
	font-size: 15px;
}
.slide .download_link span {
	background-image: url(/imgn/download-16x16.png);
}
#slide-url {
	right: 195px;
}
#slide-url-dld {
	right: 15px;
}

.notify {
	position: relative;
	z-index: 1;
	margin-bottom: 1.5em;
	padding: 1em 1em 1em 4em;
	border-radius: 3px;
}
.notify:before {
	content: "\26A0";
	position: absolute;
	top: 0;
	left: 14px;
	bottom: 0;
	margin: auto 0;
	height: 1.2em;
	line-height: 1;
	font-size: 1.5em;
	font-family: "Segoe UI Emoji";
}
.notify-warning {
	background-color: #feefb3;
	color: #9f6000;
}

#content .browsers_title, /* TODO: remove after a month - 20201011 */
.browser-notes .sbox_title {
	margin-top: 1em;
	margin-bottom: 2px;
	font: bold 18px/1 droid-sans-1, droid-sans-2, sans-serif;
}
.browser-notes h2 + .sbox_title {
	margin-top: 0;
}
.browsers-download {
	margin-bottom: 40px!important;
	padding: 10px 0!important;
	width: 300px;
}
.browsers-support {
	overflow: hidden;
	margin-bottom: 40px!important;
	padding: 10px 0!important;
}
.browsers-download h2 {
	margin: 0 10px 5px;
	padding-top: .2em;
	border-bottom: 1px dashed #444;
	color: #555;
	font: bold 1.4em/1 droid-sans-1, droid-sans-2, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.browsers-download ul,
.browsers-support ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.browsers48 .browsers {
	position: relative;
}
.browsers-download .browsers {
	margin: 0 10px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.browsers-download .browsers:hover {
	background-color: #eee;
	border-color: #c8cddd;
}
.browsers-support .browsers {
	float: left;
	margin-right: .5em;
	width: 48px;
	height: 48px;
}
.browsers-download a {
	display: block;
	margin: .1em .2em;
	padding: 5px 5px 5px 70px;
	color: #555;
	font: bold 32px/48px droid-sans-1, droid-sans-2, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.browsers-support a {
	display: block;
	width: 48px;
	height: 48px;
}
.browsers48 a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 48px;
	height: 48px;
	background: transparent url(/imgn/browsers-48.png) no-repeat;
}
.browsers-download a:before {
	left: 15px;
}
.browsers48 .chrome a:before  { background-position: 0 0; }
.browsers48 .edge a:before    { background-position: -48px 0; }
.browsers48 .firefox a:before { background-position: -96px 0; }
.browsers48 .opera a:before   { background-position: -144px 0; }
.browsers48 .safari a:before  { background-position: -192px 0; }
.browsers-download img {
	float: left;
	padding-right: .3em;
	-webkit-touch-callout: none;
}
.browsers-download .show {
	margin-top: 10px;
	margin-bottom: 5px;
}
.browsers-detect .hide {
	opacity: .4;
}
.browsers-support .hide {
	opacity: .6;
}
/* .browsers-download .hide a {
	font-size: 30px;
} */
.appdownload .browsers-download {
	margin-bottom: 0!important;
	width: auto;
}
.browsers24 {
	float: right;
	padding: 2px;
}
.browsers24_text {
	/*float: left;*/
	padding: 2px 2px 0;
	/*font-size: 1.4em;*/
	font-weight: bold;
	line-height: 28px;
}
.browsers24 span {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 0;
	width: 24px;
	height: 24px;
	background: url(/imgn/browsers-24.png) 0 0 no-repeat;
	color: #555;
	filter: grayscale(100%);
	opacity: .1;
	text-align: center;
	white-space: nowrap;
}
.browsers24 span:hover {
	opacity: .8;
}
.browsers24 .chrome24  { background-position: 0 0; }
.browsers24 .edge24    { background-position: -24px 0; }
.browsers24 .firefox24 { background-position: -48px 0; }
.browsers24 .opera24   { background-position: -72px 0; }
.browsers24 .safari24  { background-position: -96px 0; display: none; }
.filter-support {
	overflow: hidden;
	max-height: 400px;
	-webkit-transition: max-height 1s ease-in,margin .5s ease-in;
	-moz-transition: max-height 1s ease-in,margin .5s ease-in;
	-ms-transition: max-height 1s ease-in,margin .5s ease-in;
	-o-transition: max-height 1s ease-in,margin .5s ease-in;
	transition: max-height 1s ease-in,margin .5s ease-in;
}
.filter-support.chrome .browsers24 .chrome24,
.filter-support.edge .browsers24 .edge24,
.filter-support.firefox .browsers24 .firefox24,
.filter-support.opera .browsers24 .opera24,
.filter-support.safari .browsers24 .safari24 {
	opacity: 1;
	filter: none;
}
.filter-support.hide {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 0;
	border-width: 0 1px;
	-webkit-transition: max-height .8s ease-out,margin 1s ease-out,padding .2s ease .6s,border .2s ease .6s;
	-moz-transition: max-height .8s ease-out,margin 1s ease-out,padding .2s ease .6s,border .2s ease .6s;
	-ms-transition: max-height .8s ease-out,margin 1s ease-out,padding .2s ease .6s,border .2s ease .6s;
	-o-transition: max-height .8s ease-out,margin 1s ease-out,padding .2s ease .6s,border .2s ease .6s;
	transition: max-height .8s ease-out,margin 1s ease-out,padding .2s ease .6s,border .2s ease .6s;
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); opacity: .4; }
	to   { -webkit-transform: rotate(360deg); opacity: 1; }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); opacity: .4; }
	to   { -moz-transform: rotate(360deg); opacity: 1; }
}
@-o-keyframes spin {
	from { -o-transform: rotate(0deg); opacity: .4; }
	to   { -o-transform: rotate(360deg); opacity: 1; }
}
@keyframes spin {
	from { transform: rotate(0deg); opacity: .4; }
	to   { transform: rotate(360deg); opacity: 1; }
}
.filter-support-loader {
	float: right;
	display: none;
	width: 22px;
	height: 22px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border: 8px solid #444;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
}

.sbox {
	clear: left;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #c8cddd;
	/* box-shadow:1px 1px 8px #8eaac0; */

	background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#00000000',GradientType=0); /* IE6-9 */
}
.sbox_title .left160 {
	margin-right: 160px;
}
.sbox_title h2,
.sbox_title h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}
.sbox_title a {
	color: #555;
	font-size: 1em;
	text-decoration: none;
}
.sbox_content {
	clear: both;
	padding-top: 1em;
	border-top: 2px dotted #8eaac0;
	font-size: .96em;

}
.sbox_bottom_right_text {
	clear: left;
	float: right;
	padding: 2px;
	color: #444!important;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	-moz-transition: color .05s ease-out;
	-o-transition: color .05s ease-out;
	-webkit-transition: color .05s ease-out;
	-ms-transition: color .05s ease-out;
	transition: color .05s ease-out;
}
.sbox_bottom_right_text:before {
	content: "";
	position: relative;
	margin-right: 4px;
	top: -6px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #a0a0a0;
	font-size: 0;
	line-height: 1;
}
.sbox_bottom_right_text:hover {
	color: #2574a9!important;
}
.sbox_bottom_right_text:hover:before {
	border-left-color: #2574a9;
}

.i100px {
	float: left;
	padding-right: 1em;
	-webkit-touch-callout: none;
}

/* table.shortcuts */
.shortcuts {
	padding: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: left;
}
.shortcuts_thead {
	background: #ccc;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
}
.shortcuts th {
	padding: .5em;
}
.shortcuts_tbody > tr:nth-child(even) {
	background: #efefef;
}
.shortcuts td {
	padding: .5em;
	border-bottom: 1px solid #ccc;
}
.shortcuts .key {
	padding-left: 1em;
	width: 15em;
	font-weight: bold;
}
/* table.shortcuts */

/* table.table-data */
.table-data {
	padding: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: left;
}
.table-data > thead {
	background: #ccc;
	color: #000;
	font-weight: normal;
}
.table-data th {
	padding: .5em;
}
.table-data > tbody > tr:nth-child(even) {
	background: #efefef;
}
.table-data td {
	padding: .5em;
	border-bottom: 1px solid #ccc;
}
/* table.table-data */

/* #content_title h2.home-news {
	padding-bottom: .4em;
} */
.news {
	border: 1px solid #d1d1d1;
	box-shadow: none;

	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#00000000',GradientType=0); /* IE6-9 */
}
.news .sbox_title a {
	color: #555;
}
.news .sbox_title span {
	display: block;
	margin: 12px 0 0 -15px;
	padding: 4px 16px;
	width: 250px;
	background: #ccc;
	color: #111;
	font-size: .9em;
}
.news .sbox_content {
	border-top: none;
}
.news .sbox_links {
	clear: left;
	float: right;
	padding-top: 10px;
}
.news .sbox_links a {
	display: inline;
	display: inline-block;
	overflow: hidden;
	padding: 6px 10px;
	max-width: 100%;
	line-height: 18px;
	background: #ccc;
	color: #111;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .sbox_links a:hover {
	background-color: #111;
	color: #ccc;
}
.news .sbox_links .change-log {
	margin-right: 1em;
}
.news .sbox_links .download {
	min-width: 150px;
	background: #2574a9;
	color: #fff;
}

.changelog {
	overflow: hidden;
}
.changelog .sbox_title span {
	display: block;
	margin: 12px 0 0 -15px;
	padding: 4px 16px;
	width: 250px;
	background: #ccc;
	color: #111;
	font-size: 12px;
}
.changelog .sbox_content {
	border-top: none;
}
.changelog .sbox_bottom_right_text {
	font-size: 1.1em;
}

.sitemap {
	margin: 5px;
	margin-top: 0;
	color: #c8cddd;
}
.sitemap li {
	margin: 2px;
	font-size: 18px; /* za tacku */
}
.sitemap a {
	border-bottom: 1px solid #f2f2f2;
	color: #000;
	font-size: 14px;
	text-decoration: none;

}
.sitemap a:hover {
	border-bottom: 1px solid #000;
}

.toc {
	margin-bottom: 2em;
	padding-left: 1em;
	background: #eff3f8;
	border: 1px solid #cdd9d9;
}
.toc p {
	margin: 0;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.toc ol {
	margin: 0 0 .5em 1em;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}
.toc a {
	color: #06c;
	text-decoration: none;
}
.toc a:hover {
	text-decoration: underline;
}
.toc-content h2 {
	margin: 1em 0 .2em;
	padding: .2em 0;
}
.toc-content h3,
.toc-content h4 {
	margin-top: 2em;
}

@-webkit-keyframes highlight {
	0%   { background-color: #95afd0; }
	50%  { background-color: #eff3f8; }
	70%  { background-color: #95afd0; }
	100% { background-color: #fff; }
}
@-moz-keyframes highlight {
	0%   { background-color: #95afd0; }
	50%  { background-color: #eff3f8; }
	70%  { background-color: #95afd0; }
	100% { background-color: #fff; }
}
@keyframes highlight {
	0%   { background-color: #95afd0; }
	50%  { background-color: #eff3f8; }
	70%  { background-color: #95afd0; }
	100% { background-color: #fff; }
}
.toc-content :target {
	margin-left: -10px;
	padding-left: 10px;
	border-left: 5px solid #95afd0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition:all .8s ease;
	-webkit-animation: highlight 1s ease;
	-moz-animation: highlight 1s ease;
	-ms-animation: highlight 1s ease;
	-o-animation: highlight 1s ease;
	animation: highlight 1s ease;
}
.toc1 {
	margin-left: 2em;
}
.toc2 {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
pre {
	padding: 1em;
	background: #fff2cc;
	color: #000;
}

.smap_group {
	float: left;
	width: 25%;
	min-width: 150px;
}
.smap_group_wider {
	width: 50%;
	min-width: 300px;
}
.smap_group_wider .smap_item {
	float: left;
	padding-left: 2%;
	width: 48%;
}
.smap {
	margin: 5px auto;
	padding: 1em 1em 0 1em;
	width: 100%;
	color: #555;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smap a {
	display: block;
	overflow: hidden;
	padding: 3px 0 4px;
	color: #555;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
}
.smap_title a {
	padding-bottom: 4px;
	border-bottom: 2px solid #999;
	font-size: 1.1em;
	font-weight: bold;
}
.smap_item a {
	padding-left: 4px;
	border-bottom: 1px dotted #999;
	font-size: .9em;
}
.smap a:hover {
	color: #000;
}

#pg_news .sbox_content {
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-top: 2px dotted #8eaac0;
	border-bottom: 2px dotted #8eaac0;
}

#pg_contact_top {
	margin-bottom: 20px;
}
#pg_contact input[type="text"],
#pg_contact input[type="email"] {
	width: 20em;
}
#pg_contact textarea {
	width: 100%;
	height: 13.3em;
}
.contact_general {
	float: left;
	width: 20em;
}
.contact_message {
	margin-left: 22em;
}
.contact_send {
	clear: both;
	padding-top: 1em;
}
.contact_label {
	display: inline-block;
	margin-top: 1.5em;
	font-weight: bold;
}
.contact_required {
	margin-top: 1em;
	color: #e00000;
	font-size: 1.1em;
}

.downloadcont {
	margin-bottom: 40px;
	padding: 0;
	width: 300px;
	line-height: 1.2em;
}
/*.downloadcont h2 {
	padding-top: .2em!important;
	text-align: center;
}
.downloadcont h2 a {
	text-decoration: none;
	color: #444;
}
.downloadcont h2 a:hover {
	color: #2574a9;
}*/
.downloadcont_inner {
	padding: 10px;
	background: #fff;
}
.downloadcont_inner div {
	padding: 4px;
}
.blucont {
	margin: 10px 0;
	text-align: center;
}
.blu {
	padding: 5px 30px;
	line-height: 28px;
	background: #ddeef6;
	border: 1px solid #8ec1da;
	box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
	border-radius: 3px;
	color: #3985a8;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	white-space: nowrap;
}
.blu:hover {
	box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #e1e6ef;
	color: #555;
	text-decoration: underline;
}

.appfeatures,
.appdescription,
.extfeatures,
.extdescription {
	overflow: hidden;
	margin-bottom: 30px;
}
.appfeatures ul,
.extfeatures ul {
	margin: 0;
	padding: 0 2em 0;
}
.appfeatures li,
.extfeatures li {
	padding: .2em 0;
}
.appscreenshot,
.extscreenshot,
.screenshot {
	margin: 0 auto 20px;
	text-align: center;
}
.screenshot {
	margin-top: 15px;
}
.appscreenshot img,
.extscreenshot img,
.screenshot img {
	max-width: 100%;
	height: auto;
}
.screenshot iframe {
	max-width: 100%;
}
.appscreenshot_text,
.extscreenshot_text,
.screenshot_text {
	margin-top: 10px;
	text-align: center;
}
.appdownload {
	margin-bottom: 2em;
	line-height: 1.2em;
	border: 1px solid #8eaac0;
	border-width: 5px 1px;
	box-shadow: 0 0 1em rgba(0, 0, 0, .15);
	border-radius: 4px;
}
.appdownload_inner {
	padding: 0 1.2em 1em;
}
.appdownload h2 {
	margin-bottom: .2em;
	font-size: 1.6em;
}
.appdownload dt {
	clear: left;
	float: left;
	margin: 2px 10px 0 0;
	padding: 3px 5px;
	width: 90px;
	font-weight: bold;
}
.appdownload dd {
	margin: 2px 0;
	padding: 3px 0;
}
.appdownload dt.blu-prefix {
	padding: 5px;
	line-height: 28px;
}
.appdownload dd.blu-cont {
	margin-left: 100px;
	padding: 5px 0;
}
.appdownload .overline {
	margin-top: 2em;
	border-top: 2px dotted #8eaac0;
}
.checksum-wrap {
	margin-top: 2.5em;
	color: #6f6f6f;
	font-size: .9em;
}
.checksum-wrap dd {
	font-family: "Courier New", courier, monospace;
	word-wrap: break-word;
}
.checksum-wrap summary {
	display: inline-block;
	padding-left: 5px;
	outline: none;
	cursor: pointer;
}
.appdownloadtxt {
	padding: 1em 0;
}
.appdownloadtxt h2,
.appdownloadtxt h3 {
	font-size: 1.4em;
}
.award_list {
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #8eaac0;
}
.award_image {
	margin: 0 10px;
	max-width: 100%;
}
.softpedia_free img {
	float: left;
	padding-right: 10px;
}
.lang-original {
	font-style: italic;
}
.lang-translator {
	color: #666;
}

/* https://www.geekeries.fr/buttons/ */
.download_link {
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
	padding: .35em 1.4em .35em 1.4em;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-radius: 3px;

	-webkit-box-shadow: 0 2px 2px #ccc, inset 0 -10px 10px #eee;
	-moz-box-shadow: 0 2px 2px #ccc, inset 0 -10px 10px #eee;
	box-shadow: 0 2px 2px #ccc, inset 0 -10px 10px #eee;

	color: #444;
	cursor: pointer;
	font: bold 1.55em Helvetica, verdana, arial, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 2px;
	text-overflow: ellipsis;

	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

	white-space: nowrap;

}
.download_link:hover {
	background: #708ca1;

	background: -moz-linear-gradient(top,#708CA1 0%,#82A3BC 49%,#708CA1 50%,#82A3BC 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#708CA1),color-stop(49%,#82A3BC),color-stop(50%,#708CA1),color-stop(100%,#82A3BC));
	background: -webkit-linear-gradient(top,#708CA1 0%,#82A3BC 49%,#708CA1 50%,#82A3BC 100%);
	background: -o-linear-gradient(top,#708CA1 0%,#82A3BC 49%,#708CA1 50%,#82A3BC 100%);
	background: -ms-linear-gradient(top,#708CA1 0%,#82A3BC 49%,#708CA1 50%,#82A3BC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#708ca1',endColorstr='#82a3bc',GradientType=0);
	background: linear-gradient(to bottom,#708CA1 0%,#82A3BC 49%,#708CA1 50%,#82A3BC 100%);

	border: 1px solid #5b7182;

	-webkit-box-shadow: 0 1px 4px #aaa, inset 0 1px 0 #8db0cb;
	-moz-box-shadow: 0 1px 4px #aaa, inset 0 1px 0 #8db0cb;
	box-shadow: 0 1px 4px #aaa, inset 0 1px 0 #8db0cb;

	color: #fff;
	text-shadow: 0 -1px 1px #5b7182;

	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
}
.download_link span {
	padding-left: 29px;
	background: url(/imgn/download.png) no-repeat 0 center;
}
#sidebar .download_link {
	margin-bottom: 0;
}
/* https://www.geekeries.fr/buttons/ */

#news_archive {
	padding: 8px;
	border: 1px solid #c8cddd;
	border-radius: 4px;
	text-align: right;
}
#news_archive a {
	padding: 8px;
	font: 500 1.3em/1.2 'helvetica neue', helvetica-neue, helvetica, arial, sans-serif;
	text-decoration: none;
}
#news_archive a:hover {
	text-decoration: underline;
}

.archive-list {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
.archive-list a {
	display: block;
	margin: 10px 0;
	padding: 20px 30px;
	background: #eee;
	border: 1px solid #e4e7e9;
	border-radius: 2px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
.archive-list a:hover {
	background: #555;
	color: #ddd;

	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.archive-list a:hover span {
	float: right;
}

/* facebook fix */
.fb_iframe_widget iframe {
	left: 0;
}


/* accessibility */
.acc-hidden {
	overflow: hidden;
	position: absolute;
	text-indent: -100%;
	outline: 0;
}
.acc-skip-links {
	margin: 0;
	padding: 0;
}
.acc-skip-links li {
	display: inline;
	list-style: none;
}
.acc-skip-links a {
	position: absolute;
	top: 0;
	margin-right: 10px;
	padding-top: 5px;
	line-height: 1.5;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.acc-skip-links a:focus,
.acc-skip-links a:active {
	clip: auto;
}


/* responsive */
@media all and (min-width: 1200px) and (orientation: landscape) {
	.inner {
		max-width: 1100px;
	}
} /* min:1200px */

@media all and (max-width: 1000px) {
	.contact_message {
		clear: left;
		margin-left: 0;
	}
} /* max:1000px */

@media all and (max-width: 810px) {
	.inner {
		min-width: 100px;
	}
	#header h1,
	#header .h1,
	#header h2,
	#content_title h1,
	#content_title h2 {
		font-size: 1.8em;
	}
	#header h1,
	#header .h1 {
		margin-bottom: .6em;
	}
	h2 {
		font-size: 1.4em;
	}
	#content_left {
		margin-right: 0;
	}
	#content_right {
		float: left;
		margin: 20px 0 0;
		width: 100%;
	}
	#sidebar,
	.downloadcont,
	.browsers-download {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	/* #sidebar {
		-webkit-column-count: 2;
	}
	#sidebar > div {
		-webkit-column-break-inside: avoid;
	} */
	.downloadcont {
		margin-bottom: 2em;
	}
	.browsers-download a {
		font-size: 1.8em;
	}
	.sidebar_box_software {
		float: left;
		width: 45%;
	}
	.sidebar_box_extensions {
		float: right;
		width: 45%;
	}
	.sidebar_boxex {
		clear: both;
	}
	#search {
		width: 200px;
	}
	.slide-left {
		margin-right: 50px;
	}
	.slide-middle {
		margin-left: -30px;
	}
	.slide-right {
		display: none;
	}
	.contact_message {
		clear: none;
		margin-left: 22em;
	}

	.smap_item {
		margin-top: .5em;
		margin-bottom: .5em;
	}
} /* max:810px */

@media all and (max-width: 690px) {
	.nav-main > li > a {
		width: auto!important;
		font-weight: normal;
	}
	#nav > li > a {
		padding: 0 5px;
	}
	/* #sidebar {
		-webkit-column-count: 0;
	} */
	.smap_group {
		width: 50%;
		min-width: 150px;
	}
	.smap_group_wider {
		width: 100%;
		min-width: 300px;
	}
	.contact_general {
		float: none;
		width: auto;
	}
	.contact_message {
		clear: left;
		margin-left: 0;
	}
} /* max:690px */

@media all and (max-width: 580px) {
	#main {
		margin-bottom: 0;
	}
	.inner {
		margin: 0;
		padding: 0;
	}
	#header {
		text-align: center;
	}
	#header .left {
		float: none;
	}
	#header .crumbs {
		float: none;
	}
	#content {
		margin: 0;
		padding: 10px;
		border: 0;
	}
	#nav {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
	#nav > li {
		width: 20%;
		border-top: 1px solid #ccc;
	}
	#nav > li:first-child > a,
	#nav > li:last-child > a {
		border-radius: 0;
	}
	#search {
		float: none;
		padding: 0 0 10px;
		width: 100%;
	}
	#sidenews {
		float: none;
		margin: 15px auto 0;
	}
	.browsers-download a {
		padding-left: 50px;
		line-height: 24px;
		font-size: 17px;
	}
	.browsers48 a:before {
		width: 24px;
		height: 24px;
		background: url(/imgn/browsers-24.png) 0 0 no-repeat;
	}
	.browsers48 .chrome a:before  { background-position: 0 0; }
	.browsers48 .edge a:before   { background-position: -24px 0; }
	.browsers48 .firefox a:before  { background-position: -48px 0; }
	.browsers48 .opera a:before { background-position: -72px 0; }
	.browsers48 .safari a:before    { background-position: -96px 0; }
	.archive-list a {
		font-size: 1.2em;
	}
	.news .sbox_links a {
		font-size: 1em;
	}
	.copy {
		padding: 1em 1em 0;
	}
} /* max:580px */

@media all and (max-width: 500px) {
	.acc-skip-links {
		display: none;
	}
	.sidebar_box_software {
		float: none;
		width: auto;
	}
	.sidebar_box_extensions {
		float: none;
		width: auto;
	}
	.sidebar_box a {
		margin: 1em 0;
		line-height: 1.5;
	}
} /* max:500px */

@media all and (max-width: 410px) {
	h1 {
		font-size: 1.5em;
	}
	h2,
	.appdownload h2,
	.appdownloadtxt h2,
	.appdownloadtxt h3 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1em;
	}
	#header h1,
	#header .h1,
	#header h2,
	#content_title h1,
	#content_title h2 {
		font-size: 1.5em;
	}
	#nav li {
		width: 50%;
	}
	#nav li:last-child {
		display: none;
	}
	#nav > li:nth-child(odd) > a {
		border-right: 1px solid #ccc;
	}
	#nav li:hover > ul {
		display: none;
	}
	@supports (display: flex) {
		#nav {
			display: flex;
			flex-flow: row wrap;
		}
		#nav > li {
			flex: 50% 0 0;
		}
		#nav > li:nth-child(2) {
			order: 1;
		}
		#nav > li:nth-child(3) {
			order: 2;
		}
		#nav > li:nth-child(2) > a {
			border-right: 1px solid #ccc;
		}
		#nav > li:nth-child(3) > a {
			border-color: transparent;
		}
	}

	.i100px {
		margin-top: 1em;
		width: 50px;
		height: 50px;
	}
	.sbox_content {
		padding-top: .5em;
	}
	.sbox_bottom_right_text,
	.changelog .sbox_bottom_right_text {
		font-size: 1em;
	}
	.download_link {
		font-size: 1.2em;
	}
	.browsers24_text {
		font-size: 1em;
		line-height: 16px;
	}
	.browsers24 {
		padding-top: 4px;
	}
	.browsers24 span {
		width: 12px;
		height: 12px;
		-webkit-background-size: 60px 12px;
		-moz-background-size: 60px 12px;
		-o-background-size: 60px 12px;
		background-size: 60px 12px;
	}
	.browsers24 .edge24    { background-position: -12px 0; }
	.browsers24 .firefox24 { background-position: -24px 0; }
	.browsers24 .opera24   { background-position: -36px 0; }
	.browsers24 .safari24  { background-position: -48px 0; }
	#news_archive a {
		font-size: 1em;
	}
} /* max:410px */

@media all and (max-width: 380px) {
	ul,
	ol {
		padding-left: 20px;
	}
	.navsub {
		margin: 0 auto 10px;
	}
	.blu {
		padding: 3px;
	}
	.smap_group {
		display: none;
	}
	.slide {
		display: none;
	}
	.browsers-download .browsers {
		margin: 0;
	}
	.appdownload.sbox {
		padding: 0;
	}
	.appdownload h2 {
		padding-bottom: 2px;
	}
	.appdownload .browsers-download {
		padding: 0!important;
	}
	.browsers-download a {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.appdownload dt {
		padding: 0;
		width: 100%;
	}
	.appdownload dd {
		padding-left: 1em;
	}
	.appdownload dd.blu-cont {
		clear: left;
		margin-left: 0;
		padding: 0 0 0 1em;
	}
	.toc1 {
		margin-left: 5px;
	}
	.toc2 {
		margin-left: 0;
	}
	.screenshot iframe {
		height: 300px;
	}
	.archive-list a {
		font-size: 1em;
	}
} /* max:380px */

@media all and (max-width: 300px) {
	.news .sbox_title span {
		width: 100%;
	}
	.download_link {
		padding: 2px;
	}
	.award_image {
		margin: 0;
	}
	.news .sbox_links {
		width: 100%;
	}
	.news .sbox_links a {
		display: block;
	}
	.news .sbox_links .split {
		display: none;
	}
	.news .sbox_links .change-log {
		margin-right: 0;
	}
	.news .sbox_links .download {
		margin-top: 5px;
		min-width: 0;
	}
	.sidebar_gp,
	.sidebar_fb {
		display: none;
	}
} /* max:300px */

@media all and (max-width: 200px) {
	#nav li {
		float: none;
		width: 100%;
		font-size: 1.2em;
	}
	#nav > li:nth-child(odd) > a {
		border-right: 0;
	}
	.navsub {
		padding: 2px;
	}
	.navsub a {
		padding: 5px;
	}
	#sidenews {
		display: none;
	}
} /* max:200px */

@media (pointer: coarse) {
	.acc-skip-links {
		display: none;
	}
	.sidebar_box a {
		margin: 1em 0;
		line-height: 1.5;
	}
}

/* print */
@media print {
	html,
	body {
		background: #fff;
		color: #000;
	}
	.inner {
		margin: 0;
		padding: 1em 0 0;
		width: 100%;
		max-width: 100%;
	}
	#header {
		margin: 0;
		padding: 0;
		background: #fff;
		border-bottom: 1px solid #c8cddd;
		color: #000;
	}
	#footer {
		background: #fff;
		color: #000;
	}
	.ad,
	.smap_group {
		display: none;
	}
} /* print */
