@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap&subset=cyrillic');
/* ------------------------------------

	0. Resets 

------------------------------------ */



/* ------------------------------------

	1. General layout 
	
------------------------------------ */

html {
    height: 100%;
    max-height: 100%;

}

body {
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
	padding: 0;
	width:970px;
		background-image: url("img/fon.png");


	color: #fff;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	background-position: 0 0;
	background-repeat: repeat;
}

b {font-weight:bold;}
i {font-style: italic; }
.post-image img
{
width:100%;
border-radius: 4px 4px 0 0;
height:190px;
}
.post-art .post-image img
{
width:100%;
/*max-width:640px;*/
border-radius: 4px 4px 0 0;
height:auto;
}
.post-image p{
	margin: 0;
	line-height: 0;
}
h1, h2, h3,
h4, h5, h6,
.site-head, .post-tags, time, .more, .pagination, .share {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1.4;
}
.ta{

    height:160px;
    width:100%;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    margin: 5px;
  }
.read-next {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 25px;
    text-align: center;
    padding: 10px;
	}
h2, h3, h4,
h5, h6 {
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}

.blog-title {
	font-size: 24px;
	position: relative;
}

.blog-title a, .blog-title a:hover {
	text-decoration: none;
}

.blog-title a:after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 1px;
	background: #fff;
	background: rgba(0,0,0,0.15);
	border-radius:10px;
	bottom: -40px;
	left: 0;
}

.blog-tagline {
	font-size: 14px;
	margin-top: 10px;
	color:#019ADD;
}

.blog-tagline a{
	color:#019ADD;
	margin:10px;
}
::-moz-selection {
    background: #fff4d8;
    text-shadow: none;
}

::selection {
    background: #fff4d8;
    text-shadow: none;
}

a {
	color: #FEC41D;
	text-decoration: none;
}

a:hover {
	color: #f6e9c5;
	text-decoration: none;
}

a, a:hover {
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

p {
	margin: 1em 0;
	line-height: 1.7;
}

ul, ol {
    margin: 1.6em 0;
    line-height: 1.7;
}

ul, ol {
    margin: 1.6em 1.75em;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0.4em 1.25em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin: 3.2em 0;
    padding: 0;
}

blockquote {
	margin: 20px 0;
	border: 1px solid rgba(0,0,0,0.02);
	border-bottom: 3px solid rgba(0,0,0,0.04);
	border-right: none;
	border-left: none;
	font-size: 130%;
	text-align: center;
	padding: 1.5em;
	background: #f9f9f9;
	background: rgba(0,0,0,0.02);
}

blockquote p {
    margin: 0.8em 0;
    font-style: italic;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;;
    font-size:0.9em;
    color: #ccc;
}

blockquote cite {
    font-weight:bold;
}

dl {
    margin: 1.6em 0;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

mark {
    background-color: #ffc336;
}

code, tt {
    padding: 20px;
    font-family: "Courier New", monospace, sans-serif;
    white-space: pre;
    border: 1px solid #E3EDF3;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    border: 1px solid #E3EDF3;
    width: 100%;
    padding: 20px;
    font-family: "Courier New", monospace, sans-serif;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, tt {
    font-size: inherit;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(0, 0, 0, 0.2), 
        0 1px 0 0 #fff inset;
}

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    width:100%;
    max-width: 100%;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 0px solid #efefef;
}

table th { 
	color: #000; 
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody { border-top: 0px solid #efefef; }

table table table { background-color: #fff; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #019ADD;
}

tbody > tr:nth-child(odd) > td,
tbody > tr:nth-child(odd) > th {
    background: transparent;
}

.inner {
    position: relative;
    margin: 0 auto;
	width: 560px;
}

.vertical {
    display: table-cell;
    vertical-align: middle;
}

/* ------------------------------------

	2. Main styles 

------------------------------------ */
   
.site-head {
	text-align: center;
	padding: 20px 0 0 0;
	width: 970px;
}

.post {

	width: 31.2%;
	margin: 10px 10px;
	background: #019ADD;
	padding-bottom: 0px;
	float: left;
}
.post1 {
	width: 98%;
	margin: 10px 10px;
	background: #019ADD;
	padding-bottom: 0px;
	float: left;
}
.post-art{
	width: 100%;
	margin: 10px 0px;
	background: #019ADD;
	padding-bottom: 0px;
	float: left;
}

.post-tags {
	background: url("tag.png") 0 0 no-repeat;
	padding: 3px 0 0 25px;
	color: #474747;
	font-size: 14px;
	margin: 30px 0 20px 0;

}

.post-tags a {
	color: #474747;
	text-decoration: none;	
}

.post-tags a:hover {
	color: #474747;
	text-decoration: underline;	
}

.main-footer {
	margin: 60px 0 0 0;
	background: #019ADD;
	padding: 50px 30px 40px 30px;
	font-size: 14px;
}

.main-footer a {
	color: #ccc;
	text-decoration: none;
}

.main-footer a:hover {
	color: #f7f7f7;
}

.main-footer p {
	margin: 0 0 0.5em;
}

a.subscribe-me {
	background: url("rss.png") 0 0 no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	float: right;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

a.subscribe-me:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ------------------------------------

	3. Homepage / Archive
	
------------------------------------ */

.post-image {
	text-align: center;
	display: block;
	opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.post-image:hover {
	text-align: center;
	display: block;
	opacity:1;
-moz-opacity:1;
filter: alpha(opacity=100) black;
-khtml-opacity: 1;
background-color:#FAECD2;
}

.content-home .post {
	/*background: #019ADD;*/
}

.content-home h2 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 10px;
}

.content-home h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.4;
	text-align: center;
}

.content-home h3 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0 10px;
}

.content-home h2 a {
	color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.content-home time {
	color: #FAECD2;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-bottom: -6px;
}

.content-home h2 a:hover {
	color: #FAECD2;
	text-decoration: none;
}
.content-home h1 {
	color: #fff;
	text-decoration: none;
}

a.more {
    display: block;
    color: #fff;
    text-decoration: none;
	text-transform: none;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    background: #F44B3F;
    border-radius: 4px;
    margin: 0 auto;
    width: 130px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	position: absolute;
    bottom: 10%;
    left: 62px;
}

a.more:hover {
	color: #785134;
	text-decoration: none;
	background: #ffcf1c;
	box-shadow: 1px 1px 5px;
}

.content-home .post .inner {
	background: #019ADD;
    /*padding: 25px 25px 30px;*/
    width: 100%;
    border-radius: 0px 0px 4px 4px;
	border-top: 3px solid #F44B3F;
	height:180px;
}

/* ------------------------------------

	4. Single Post 
	
------------------------------------ */
  
.post-template .post {
	background: #fff;
}

.post-template .post img {
	margin-bottom: 20px;
}

.post-template .post .inner {
	padding: 40px 20px;
}

h1, h2, h3, 
h4, h5, h6 {
	color: #333;
}

.post-template .post h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.post-template time {
	color: #333;
	font-size: 14px;
	margin-bottom: 30px;
	display: block;
}

.share, .post-template .post-tags {
	color: #474747;
	opacity: 0.35;
	filter: alpha(opacity=35);
	font-size: 14px;
}

.share a {
	color: #474747;
	text-decoration: none;
}

.share a:hover {
	color: #474747;
	text-decoration: underline;
}

.author {
	margin-top: 30px;
	padding: 40px 20px 20px 20px;
	border-top: 1px solid #eaeaea;
}

.author a {
	text-decoration: none;
}

.author a:hover {
	text-decoration: underline;
}

.author img {
	max-width: 70px;
	height: auto;
	border: 1px solid #EAEAE9;
	float: left;
}

.author-bio {
	padding-left: 100px;	
}

/* ------------------------------------

	5. Third Party embeds 
	
------------------------------------ */

/* Github */

.gist table {
    margin: 0;
    font-size: 1.4rem;
}

.gist .line-number {
    min-width: 25px;
    font-size: 1.1rem;
}

/* ------------------------------------

	6. Pagination 
	
------------------------------------ */

.pagination {
    position: relative;

    width: 970px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #019ADD;
    padding: 15px;
    font-size: 14px;
    min-height: 100px;
	clear:left;
}

.pagination a {
    color: #fff;
    text-decoration: none;
}

.pagination a:hover {
    color: #FAECD2;
    text-decoration: none;
}


.older-posts,
.newer-posts {
	margin-top: 50px;
    position: absolute;
    display: inline-block;
}

.older-posts {
    right: 30px;
}

.newer-posts {
    left: 30px;
}

.page-number {
    display: inline-block;
}

/* ------------------------------------
	
	7. Box Sizing 

------------------------------------ */

.post-template .post, .main-footer, .pagination, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------
	
	8. Forms 

------------------------------------ */

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
	border: none;
	padding: 18px 12px;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	width: 100%;
	color: #fff;
	background: #f7f7f7;
	background: rgba(0,0,0,0.03);
}

/* ------------------------------------

	9. SOCIAL

------------------------------------ */
ul.social a {cursor: pointer;}
.social
{
width: 560px;
height:80px;
}
.social ul
{
padding-left:80px;
}
.social li
{
list-style: none;
float:left;
padding:5px;
}
.social a
{
width: 58px;
height: 58px;
position: absolute;
margin-left: -5px;
margin-top: -5px;
}
.vk {
width:58px;
height:58px;
background-image: url(img/vk.png); 
background-repeat: no-repeat;
opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
}
.vk:hover {
width:58px;
height:58px;
background-image: url(img/vk.png); 
background-repeat: no-repeat;
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
}
.fb {
width:58px;
height:58px;
background-image: url(img/fb.png); 
background-repeat: no-repeat;
opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
}
.fb:hover {
width:58px;
height:58px;
background-image: url(img/fb.png); 
background-repeat: no-repeat;
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
}
.od {
width:58px;
height:58px;
background-image: url(img/od.png); 
background-repeat: no-repeat;
opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
}
.od:hover {
width:58px;
height:58px;
background-image: url(img/od.png); 
background-repeat: no-repeat;
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
}
.tw {
width:58px;
height:58px;
background-image: url(img/tw.png); 
background-repeat: no-repeat;
opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
}
.tw:hover {
width:58px;
height:58px;
background-image: url(img/tw.png); 
background-repeat: no-repeat;
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
}
.gp {
width:58px;
height:58px;
background-image: url(img/gp.png); 
background-repeat: no-repeat;
opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
}
.gp:hover {
width:58px;
height:58px;
background-image: url(img/gp.png); 
background-repeat: no-repeat;
opacity:0.8;
-moz-opacity:0.8;
filter: alpha(opacity=80) black;
-khtml-opacity: 0.8;
}
.error404
{
text-align: center;
height: 250px;
}
.error404 a
{
padding: 40px;
color:#fff;
}
.errimg
{
height: 220px;
}
.btn
{
border: none;
background: #FAECD2;
color: #ffffff;
width:100%;
font-size:25px;
padding: 9px 12px 10px;
line-height: 22px;
text-decoration: none;
border-radius: 6px;
-webkit-transition: 0.25s linear;
-moz-transition: 0.25s linear;
-o-transition: 0.25s linear;
transition: 0.25s linear;
-webkit-backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.del
{
position: absolute;
font-size: 20px;
padding: 15px;
}