html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Roboto', Arial, sans-serif;
	width: 100%;
	color: #000;
	background-image: url(https://cdn.sk8er.name/img/bg.png);
	background-attachment: fixed;
}
body.error404 .wrapper {
	background-color: #262626;
}
body.error404 .fun, body.error404 footer {
	display: none;
}
body.error404 .logo a {
	color: #fff;
}
#404 {
	height: 400px;
	width: 100%;
}
.wrapper {
	width: 920px;
	margin: 20px auto;
	padding: 0 20px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
a {
	color: #000;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
a:hover {
	color: #279CF4;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.button {
	font-family: 'Roboto', Arial, sans-serif;
}
.likely {
	font-size: 12px;
	margin: 5px 0;
	height: 22px;
}
.likely .likely__widget {
	margin: 0 5px 0 0;
}
.likely .twitter, .likely .facebook, .likely .gplus, .likely .vkontakte, .likely .odnoklassniki {
	display: none;
}
.page-template-page-main .likely {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}
code {
	color: #bd4147;
	background-color: #f7f7f9;
	font-family: Menlo, Monaco, Consolas, Courier New, monospace;
	padding: 2px 4px;
	margin: 0 0 10px 0;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
.logo {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}
.logo span {
	font-weight: normal;
}
.logo a {
	color: #000;
	text-decoration: none;
}
.logo a:hover {
	color: #279CF4;
}
.logo img {
	width: 32px;
	margin: 0 10px 0 0;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-right: 300px solid #fff;
	position: relative;
}
.page-template-page-main .middle {
	border-right: 0;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0 -100% 0 0;
}
.content {
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 20px;
}
.yarpp-related p {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}
.yarpp-related a {
	display: block;
}
.content article {
	padding: 0 0 10px 0;
}
.content article img {
	max-width: 590px;
	height: 100%;
/*	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.content article iframe {
	max-width: 100%;
}
.title a {
	font-weight: bold;
}
.content h1, .content article h1, .content .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
}
.content h1, .content article h1 {
	margin: 0 0 5px 0;
}
.content article h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 10px 0;
}
.content article h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.content article h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.content article h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.content article ul, .content article ol {
	margin: 0 0 10px 20px;
}
.content article ul {
	list-style: square outside;
	margin: 0 0 10px 20px;
}
.content article ol, .yarpp-related ol {
	list-style: decimal outside;
	margin: 0 0 10px 30px;
}
.content article blockquote {
	display:block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	border-left: 15px solid #1b9af7;
	border-right: 2px solid #1b9af7;
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
	font-size: 14px;
	line-height: 1.2;
	font-style: italic;
}
.content article blockquote::before{
	font-family: Arial;
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top:5px;
}
.content article blockquote::after{
	content: "";
}
.news p, .page p {
	margin: 0 0 10px 0;
}
article .thumbnail img {
	width: 590px;
	max-height: 200px;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.thumbnail {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 15px 0px;
}
.aligncenter, .centered, .center {
	display: block; 
	margin: 0 auto 15px;  
	float: none; 
	clear: both;
}
.alignright {
	float: right;
	clear: right;
	margin: 0 0 15px 10px;
}
.meta {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
.breadcrumbs {
	margin: 5px 0 10px 0 !important;
}
.nextprevlink {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.nextprevlink a:nth-child(1) {
	float: left;
}
.nextprevlink a:nth-child(2) {
	float: right;
}
.fun {
	text-align: center;
	margin: 0 0 20px 0;
}
.postbutton {
	text-align: center;
	margin: 0 auto;
}
.catinfo {
	background-color: #EEEEEE;
	padding: 20px;
	margin: 0 0 10px 0;
}
.page-numbers {
	text-align: center !important;
	margin: 10px 0 !important;
}
.page-numbers li {
	display: inline;
}
.page-numbers a, .page-numbers span {
	border: 1px solid #EEEEEF !important;
	padding: 3px 5px;
	margin: 0 2px;
}
#vk_comments {
	margin: 0 0 10px;
	width: 100% !important;
}
iframe#vkwidget1 {
	width: 100% !important;
}
.onp-sl-credential-link {
	display: none !important;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin: 0 -300px 0 0;
	width: 300px;
	position: relative;
}
.right-sidebar figure {
	margin: 0 0 20px 0;
}
.right-sidebar figure .title {
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 5px 0;
}
.social a.sidemenu {
	margin: 0 0 5px 0;
}
.social a.sidesoc {
	font-size: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
}
.social a {
	margin: 0 1px 5px 1px;
}
figure.social {
	text-align: center;
}
aside section {
	display: none;
	padding: 10px;
	background-color: #EEEEEE;
}
.tabs {
	text-align: center;
}
.tabs input {
	display: none;
}
.tabs label {
	display: inline-block;
	margin: 0 2px;
	padding: 3px 5px 5px;
}
.tabs label:hover {
	cursor: pointer;
}
.tabs input:checked + label {
	color: #000;
	font-weight: bold;
	border-bottom: none;
	background-color: #EEEEEE;
	padding: 3px 5px 5px;
}
.tabs ul {
	font-size: 14px;
}
#tab1:checked ~ #content1,#tab2:checked ~ #content2,#tab3:checked ~ #content3,#tab4:checked ~ #content4 {
	display: block;
}
#content1, #content2, #content3, #content4 {
	text-align: left;
}
#content1 i, #content2 i, #content3 i, #content4 i {
	color: #000;
	margin: 0 5px 0 0;
	font-size: 14px;
	width: 14px;
}
#content1 span {
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 12px;
}
#content1 li {
	border-bottom: 1px solid #000;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
}
#content1 li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#content2 .fa-star, #content2 .fa-star-half-o {
	color: #feae1b;
}
#content3 .fa-check {
	color: #A6DC46;
}
#content3 .fa-times {
	color: #FC4655;
}
.search {
	position: relative;
	margin: 0 0 20px 0;
}
.search input {
	border: none;
}
.search .input {
	width: 100%;
	padding: 8px 37px 9px 9px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #EEE;
	font-size: 13px;
	outline: none;
	margin: 0;
}
.search .input:focus {
	background: #E8E8E8;
}
.search .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 100%;
	cursor: pointer;
	background: url(https://cdn.sk8er.name/img/search.png) 50% no-repeat;
	opacity: 0.5;
}
.search .submit:hover {
	opacity: 0.8;
}
input[type="search"] {
	-webkit-appearance: none;
}
.right-sidebar .blue {
	background:#1b9af7;
	padding:20px 0 20px 0;
	color:#fff;
	cursor:pointer;
	height:38px;
}
.right-sidebar .blue:hover {
	background:#51B1F6;
}
.right-sidebar .blue .ttl {
	font-size:18px;
	text-align:center;
}
.right-sidebar .blue .ttl span {
	font-weight:bold;
	text-transform:uppercase;
}
.right-sidebar .red {
	background:#FF4351;
	padding:20px 0 20px 0;
	color:#fff;
	cursor:pointer;
	height:38px;
}
.right-sidebar .red:hover {
	background:#FD7782;
}
.right-sidebar .red .ttl {
	font-size:18px;
	text-align:center;
}
.right-sidebar .red .ttl span {
	font-weight:bold;
	text-transform:uppercase;
}
.right-sidebar .green{
	background:#a5de37;
	padding:20px 0 20px 0;
	color:#fff;
	cursor:pointer;
	height:38px;
}
.right-sidebar .green:hover {
	background:#b9e563;
}
.right-sidebar .green .ttl{
	font-size:18px;
	text-align:center;
}
.right-sidebar .green .ttl span{
	font-weight:bold;
	text-transform:uppercase;
}
.right-sidebar .blue, .right-sidebar .red, .right-sidebar .green {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.right-sidebar .blue, .right-sidebar .green {
	margin: 0 0 5px 0;
}
.right-sidebar .red a, .right-sidebar .blue a, .right-sidebar .green a {
	color: #fff;
	text-decoration: none;
}
.right-sidebar .adsense {
	height: 250px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	border-top: 1px solid #000;
	padding: 10px 0 10px 0;
}
.footer .fa-heart {
	color: #FC4655;
}

/* Plugins
-----------------------------------------------------------------------------*/

.yarpp-related ol li a {
	text-decoration: underline;
}

/* Mobile
-----------------------------------------------------------------------------*/
@media screen and (min-width: 0px) and  (max-width: 1000px) {
.header {
	text-align: center;
	padding: 20px 0 5px;
}
.logo {
	float: none;
}
.logo a {
	font-size: 20px;
	text-decoration: none;
}
.logo img {
	width: 22px;
}
.wrapper {
	width: auto;
	margin: 0 auto;
	border: none;
}
.container {
	float: none;
	margin: 0;
}
.right-sidebar {
	float: none;
	margin: 0;
	width: 100%;
}
.right-sidebar .adsense, #vk_groups_dorve, .twitter-widget {
	display: none;
}
.middle {
	border-right: none;
}
.content {
	padding: 0;
}
.content article img {
	width: 98%;
}
.button {
	height: 100%;
	line-height: 30px;
	padding: 10px;
}
.adsbygoogle {
	display: none;
}
.meta {
	display: none;
}
.likely {
	display: inline-table;
}
.likely .likely__widget {
	  margin: 0 15px 10px 0;
}
.likely .likely__button {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 5px 5px;
	display: inline-block;
}
.footer {
	margin: 0;
	font-size: 16px;
}
.footer a {
	margin: 0 5px;
}
}

/* Link
-----------------------------------------------------------------------------*/
.linkmiddle {
	border: none;
}
.wrapperlink {
	width: 520px;
}
.contentlink {
	word-wrap: break-word;
}
@media screen and (min-width: 0px) and  (max-width: 1000px) {
.header {
	padding: 20px 0;
}
.logo a {
	font-size: 30px;
	text-decoration: none;
}
.wrapperlink {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
}

/* Punycode
-----------------------------------------------------------------------------*/
.punycode {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}
.punycode code {
	border: 1px dotted #666;
	padding: 3px;
}