* {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
	background: rgb(250,248,244);
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont ,Helvetica, Avenir, sans-serif;
}

header {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100vw;
	background: rgb(40,40,40);
	margin: 0;
}

header > div, 
header > nav,
main > section > div {
	position: relative;
	max-width: 600px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 20px;
}

header nav ul {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	white-space: nowrap;
}
header nav ul li {
	font-size: 0.9em;
	display: inline-block;
	height: 100%;
	color: rgba(255,255,255,0.85);
	font-family: ui-rounded, -apple-system-ui-rounded, -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding: 10px 0 8px 0;
}

header nav ul li:first-child {
	margin-right: 10px;
}

header nav ul li span {
	font-weight: normal;
	font-size: 0.75em;
	color: rgba(255,255,255,0.5);
	display: block;
}
header nav ul li a {
	position: relative;
	color: inherit;
	text-decoration: none;
	
	display: table-cell;
	vertical-align: middle;
	
	height: 52px;
	padding: 2px 8px 2px 54px;

	background-position: 2px center;
	background-size: 48px 48px;
	background-repeat: no-repeat;
}

header nav ul li.app a {
	width: 52px;
	padding: 0;
}

header nav ul li.reeder a * {
	cursor: default;
}
header nav ul li.reeder a {
	background-image: url(../apps/reeder.png);
}

header nav ul li.reeder a {
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
}


header nav ul li.app {
	float: right;
}
header nav ul li.mela a {
	background-image: url(../apps/mela.png);
	padding-right: 10px;
}

header nav ul li.reeder15 a {
	background-image: url(../apps/reeder15.png);
	padding-right: 10px;
}



header nav ul li.app a:hover {
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
	color: rgba(255,255,255,1.0);
}
header nav ul li.app a:hover span {
	color: rgba(255,255,255,0.7);
}

header > div {
	height: 100%;
	padding: 40px 0 20px 0;
}

header h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	padding-top: 50%;
	font-size: 0;
	background-image: url(../images/classic.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

header div ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

header h1.macOS + ul {
	direction: rtl;
}

header div ul li {
	list-style: none;
	padding: 0;
	margin: 2px;
	display: inline-block;
}

header div ul li a {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 40px;
	color: transparent;
	opacity: 0.95;
	transition: opacity 0.2s, box-shadow 0.2s;
	border-radius: 7px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center center;
}
header div ul li a:hover {
	opacity: 1;
	box-shadow: 0 5px 20px rgba(0,0,0,1);
}

header div ul li a:active {
	box-shadow: 0 0 4px rgba(0,0,0,1);
}

header div ul li:first-child a {
	width: 120px;
	background-image: url(../images/store/ios-white.svg);
}
header div ul li:last-child a {
	width: 157px;
	background-image: url(../images/store/macos-white.svg);
}

header img {
	position: absolute;
	bottom: 70px;
	left: 20px;
	max-width: 400px;
	right: 20px;
}

nav {
	
}

main {
	position: relative;
	min-height: 200px;
	width: 100vw;
	background: rgb(250,248,244);
	margin: 0 0 0 0;
	color: rgb(120,120,120);	
}

main strong {
	color: rgb(60,60,60);
	font-weight: 500;
}
main b {
	font-size: 1.1em;
	color: rgba(224,86,80,1); /*rgb(60,60,60);*/
	font-weight: 600;
}

main a {
	text-decoration: none;
	color: rgb(60,60,60);
	font-weight: 500;
	border-bottom: 2px solid rgba(224,86,80,0.5);
}
main a:hover {
/*	background: rgba(247, 153, 56, 0.2);*/
	background: rgba(224,86,80,1.0);
	color: rgb(250,248,244);
	border-radius: 5px;
	margin: -1px -3px -2px -3px;
	padding: 1px  3px  2px  3px;
	border-bottom: none;
}

main section {
	padding: 50px 0;
}

main section.screens {
/*	background: rgb(240,238,234);*/
	background: rgb(50,50,50);
	padding: 0;
}

main section.screens ul {
	margin: 0px;
	padding: 50px;
	overflow-x: scroll;
	white-space: nowrap;
	text-align: center;
}
main section.screens ul li {
	display: inline-block;
	list-style: none;
}
main section.screens ul li img {
	height: 400px;
	margin: 0 20px;
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.33);
}

main section.news {
	background: rgba(0,0,0,0.2);
}

main section.privacy {
	background: rgba(0,0,0,0.15);
}


main section > div > div {
	position: relative;
	padding-left: 50px;
}

main section > div > div:after {
	position: absolute;
	left: 0;
	top: 0.7em;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	content: '';
	background-size: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.33;
}



#f-feeds:after {
	background-image: url(../images/f/feeds.png);
}
#f-readlater:after {
	background-image: url(../images/f/readlater.png);
}
#f-bionicreading:after {
	background-image: url(../images/f/bionicreading.png);
}
#f-widgets:after {
	background-image: url(../images/f/widgets.png);
}
#f-readerview:after {
	background-image: url(../images/f/readerview.png);
}
#f-readscroll:after {
	background-image: url(../images/f/readscroll.png);
}

main p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

main h2, h3 {
	color: rgb(60,60,60);
	font-size: 1em;
	margin: 2em 0 0.5em 0;
	padding: 0;
}

main h2 {
	margin-top: 0;
	font-size: 1.3em;
}








main section.replies {
	background: rgba(0,0,0,0.1);
	color: rgb(40,40,40);
}

#replies {
	/*background: rgb(222,220,216);*/
	padding: 30px 0 50px 0;
}
#replies h2 {
	margin-top: 2em;
/*	font-size: 17px;
	opacity: 0.8;
*/}

#replies .replies_platform h2 {
	display: inline-block;
	line-height: 30px;
/*	font-size: 24px;
*/	position: relative;
	padding: 0 5px 0 0;
	top: 2px;
}


.replies_platform input {
	opacity: 0.01;
	display: inline-block;
	width: 0;
	margin: 0;
}
.replies_platform input + label {
	display: inline-block;
	padding: 5px 5px;
	border-color: rgb(48,45,40);
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	font-weight: 500;
	opacity: 0.8;
	background-color: rgb(242,240,236);
}

.replies_platform input:checked + label {
	background-color: rgb(48,45,40);
	color: rgb(242,240,236);
}


textarea, input[type="email"], input[type="text"], input[type="submit"] {
	-webkit-appearance: none;
	font-size: 17px;
	width: 100%;
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	margin: 0;
	border-radius: 0;
	padding: 10px 10px;
}

input[type="email"], textarea {
	margin: -2px 0 0 0;
}

textarea {
	height: 200px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
input[type="text"] {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
textarea:focus, input[type="email"]:focus, input[type="text"]:focus {
	background-color: #fff;
}

input[type="email"], input[type="text"], input[type="submit"] {
}

input[type="submit"] {
	font-weight: 600;
	border-radius: 5px;
	color: rgb(242,240,236);
	border-color: rgb(48,45,40);
	background-color: rgb(48,45,40);
	opacity: 0.8;
}
.desktop input[type="submit"]:hover {
	opacity: 0.9;
}
.desktop input[type="submit"]:active {
	opacity: 1.0;
}



#ioreplies_faqs
#ioreplies_suggestions {
	
}

#ioreplies_faqs a,
#ioreplies_suggestions a {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	border-radius: 5px;
	padding: 10px 10px;
	margin: 10px 0;
	padding: 10px;
	color: rgb(48,45,40);
	text-decoration: none;
}



.ioreplies_faq.ioreplies_faq_body_shown,
.ioreplies_suggestion.ioreplies_suggestion_body_shown { 
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	border-radius: 5px;
	padding: 10px 10px;
	margin: 10px 0;
	padding: 10px;
	color: rgb(48,45,40);Z}


.ioreplies_faq.ioreplies_faq_body_shown .ioreplies_faq_question,
.ioreplies_suggestion.ioreplies_suggestion_body_shown  .ioreplies_suggestion_question {
}

.ioreplies_faq.ioreplies_faq_body_shown .ioreplies_faq_body {
	padding-top: 10px;
}


#ioreplies_faqs_title { 
}

div.ioreplies_faq_question, div.ioreplies_suggestion_question { 
font-weight: bold; 
}
