/*!
Theme Name: sinrec
Theme URI: https://sinrec.ru
Author: Sinrec
Author URI: https://sinrec.ru
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sinrec

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


/* Document
	 ========================================================================== */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}
.site{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
section,
aside,
article,
nav,
footer{
	box-sizing: border-box;
}

/* Grouping content
	 ========================================================================== */
hr {
	box-sizing: content-box;
	overflow: visible;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}
div {
	position: relative;
	display: block;
	box-sizing: border-box;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "PT Serif";
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	display: inline;
	margin: 0px;
	position: relative;
	font-family: "PT Serif";
}
h6{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
h5{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}
h4{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h3{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
h2{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
h1{
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
}
p {
	color: #000;
	margin: 10px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

ul,
ol {
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #aaa;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.btn{
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #142232;
	background: rgba(20,34,50,0.6);
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	width: 250px;
}

.btn:hover{
	background: rgba(0,0,0,0.6);
	box-shadow: 0 3px 10px rgba(0,0,0,0.8);		
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*   Верхнее меню 
--------------------------------------------- */
.block-nav-base{
	position: relative;
    display: block;
    width: 100%;
    background: #142232;
	height: 60px;
}
.block-nav{
    position: fixed;
    display: block;
    width: 100%;
	height:60px;
    background: #142232;
	z-index:1000;
    
}
.block-nav-content{
	display: block;
	position: relative;
	height: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	background: #142232;
}
.main-navigation {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	float: left;
	background: #142232;
}
.block-nav-search{
	display: block;
	position: absolute;
	width: 200px;
	right: 10px;
}
#ajaxsearchliteres1{
	width: 500px !important;
	left: 55% !important;
}
.nav-menu ul{
    flex-direction: column;
	background: #142232;
}
.sub-menu li{
  border-bottom: 1px solid #aaa;
	padding: 10px 1px;
	margin: -1px 10px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-left: 30px;
}
.main-navigation li a{
	color: #fff;
}
.main-navigation li a:hover{
	color: #ddd;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 51em) {
.menu-toggle {
	display: none;
	}
.main-navigation ul {
	display: flex;
	justify-content: flex-start;
	}	
}


/*      Меню в блоге и в Портфолио
 * -------------------------------------*/
.nav-category{
	width: 96%;
	margin: 5px auto;
	padding: 10px 10px 10px;
	border: none;
	box-shadow: none;
}
#topmenu ul,
#topmenu2 ul,
#topmenu3 ul{
	margin: 0px !important;
	padding: 0px;
	box-sizing: border-box;
}

#topmenu li,
#topmenu2 li,
#topmenu3 li{
	display: inline-block;
	box-sizing: border-box;
	margin: 2px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #eee;
	list-style: none;
	padding: 2px 5px;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.4); 
}
#topmenu li:hover,
#topmenu2 li:hover,
#topmenu3 li:hover{
	border: 1px solid #aaa;
	box-shadow: -1px 1px 5px rgba(0,0,0,0.7); 
}
#topmenu .current-menu-item,
#topmenu2 .current-menu-item,
#topmenu3 .current-menu-item{
	background: #ddd; 
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
}



.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 40%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 40%;
}
.post-navigation nav{
	border: 1px solid #aaa;
	padding: 10px 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.nav-subtitle{
	clear: both;
	display: block;
	font-size: 18px;
	color: grey;
}
.post-navigation .nav-links{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.nav-previous{
	padding-right: 30px;
}

.nav-links a{
	color: #0a6563;
}
.nav-next{
padding-left: 30px;
	border-left: 1px solid;
}
.pagination{
	width: 100%;
	margin: 30px 0px 40px;
}
.nav-links{
	width: 100%;
	text-align: center;
}
.page-numbers {
padding: 1% 2%;
box-shadow: 0 0 10px #ccc;
margin: 0 1% 0 0;
background: #fff;
border-radius: 3px;
}

/* Header
--------------------------------------------- */
header {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
}
.site-header{
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.site-branding{
	height: 120px;
	background: linear-gradient(to top, #0a6563, #142232);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.block-header{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	height: auto;
}
.block-logo{
	position: relative;
	top: 20px;
	width: 40px;
	left: 20px;
	height: auto;
	float: left;
}
.block-cat{
	display: block;
	position: relative;
	top: 35px;
	left: 55px;
}
.block-cat h2{
	clear: none;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 30px;

}
.block-cat h2 a{
	color: #eee;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.block-cat h2 a:hover{
	color: #c5c5c5;
	text-decoration: none;
}
/* Header Front Page
--------------------------------------------- */
.site-branding-front{background-image: url(media/header-fon_opt.jpg);}
.site-branding-front{
	width: 100%;
	height: 700px;
	background-size: auto 100%;
	background-position: center;
	overflow: hidden;
}
.block-header-front{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	height: 700px;
}
.block-header-front .block-logo {
	width: 160px;
	float: left;
	margin-left: 20px;
	margin-top: 70px;
	margin-right: 40px;
}
.block-header-front .block-site-title h1{
	clear: none;
	position: relative;
	display: block;
	top: 100px;
	font-family: 'Risque', cursive;
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 0.4em;
}

.block-site-title a{color: #fff; text-decoration: none;}
.block-site-desc{
	width: 650px;
	text-align: left;
	position: relative;
	display: block;
	top: 130px;
	color: #fff;
	padding: 10px;
}
.block-site-desc p{
	text-align: left;
	margin: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.block-header-cont{
	position: relative;
	display: block;
	bottom: 70px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}
.cont-base{
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-around;
}
@keyframes header-fade{
	from{opacity:0;}
	to{}
}
.item-u, .item-k{
	width: 250px;
	text-align: center;
	border: 1px solid #142232;
	background: rgba(20,34,50,0.6);
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	animation: header-fade 4s 1;
}
.cont-base a{
	color: #fff;
}
.block-header-elem{
	width: 500px;
	position: absolute;
	display: block;
	height: 400px;
	top: 90px;
	left: 50%;
}
.elem-social{
	margin-left: 200px;
	width: 200px;
	height: auto;
}
.elem-social a{
	display: block;
	width: 80px;
	height: 80px;
	color: #fff;
	border: 1px solid #142232;
	background: rgba(197,197,197,0.3);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#vk{margin: 0px 0 0 100px;}
#in{margin: -20px 0 0 40px;}
#yt{margin: -20px 0 0 100px;}
#wa{margin: 0px 0 0 40px;}
#tg{margin: -20px 0 0 100px;}
#ml{margin: -20px 0 0 40px;}
#tl{margin: -20px 0 0 100px;}

.elem-social i{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);	
	font-size: 34px;
	margin: 20px;
}
.elem-social a:hover{
	border: 1px solid #000;
	background: rgba(197,197,197,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.8);	
}

@keyframes shadow{
from,to,50%,75%{
	background: 		rgba(197,197,197,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	25%{
	background: 		rgba(197,197,197,0.6);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);		
		border: 1px solid #eee;
	}
}
#vk{
	animation: shadow  6s infinite ease-in-out;
}
#in{
	animation: shadow  6s infinite ease-in-out 3s;
}
#yt{
	animation: shadow  6s infinite ease-in-out 6s;
}
#wa{
	animation: shadow  6s infinite ease-in-out 9s;
}
#tg{
	animation: shadow  6s infinite ease-in-out 3s;
}
#ml{
	animation: shadow  6s infinite ease-in-out 6s;
}
#tl{
	animation: shadow  6s infinite ease-in-out 9s;
}
#vk:hover, #in:hover, #yt:hover,
#wa:hover, tg:hover, #ml:hover,
#tl:hover{
	animation-play-state: paused;
}
/* Front Page Общее к блокам
--------------------------------------------- */
article[class^="front-art-"]{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;	
	overflow: hidden;
}
div[class^="front-base-"]{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px;
}

/* Раздел Обо мне
--------------------------------------------- */

.front-art-hello{
	background: #0a6563;	
}
.front-base-hello-content img{
	float: left;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 180px;
	z-index: 3;
	margin: 0px;
}
.front-base-hello-content h2{
	display: block;
	position: relative;
	left: 250px;
	top: 20px;
	color: #fff;
}
.hello-txt{
	width: 85%;
	position: relative;
	top: 20px;
	margin: 20px auto;
	left: 50px;
	height: auto;
	border: 1px solid;
	background: rgba(197,197,197,0.3);
	padding: 40px 30px 40px 100px;
	text-align: justify;
}
.hello-txt h5{
	left: 10px;
	clear: none;
	color: #fff;
	font-size: 17px;
}
.hello-txt p{
	color: #fff; 
	font-size: 15px;
	line-height: 30px;
}
.link-hello{
	position: relative;
	margin: 100px auto 30px;
	text-align: center;
}
.link-hello a{
	color: #fff;
	margin: 0px auto;
}

/* Раздел Что делаю
--------------------------------------------- */
.front-art-doing{
	background: #c5c5c5;
}
.front-art-doing header{
	position: relative;
	display: block;
	text-align: center;
}
.front-base-doing{
	clear: both;
	margin: 30px 10px;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-between;
}
.item-doing{
	position: relative;
	display: block;
	width: 24%;
	text-align: center;
	margin: 10px;
}
.item-doing a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	background: rgba(197,197,197,0.7);
	box-shadow: 0 4px 4px rgba(0,0,0,0.3);
}
.item-doing a:hover{
	border: 1px solid #ddd;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 4px 10px rgba(0,0,0,0.7);
	color: #142232;
}
.item-doing hr{
	border: none;
	height: 0;
}
.item-doing i{
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.item-doing p{
	margin: 20px 20px 40px;
	text-align: justify;
	
}
.item-doing h5{
	color: #0a6563;
}
.link-doing{
	position: relative;
	margin: 60px auto 20px;
	width: 70%;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-around;
}
.link-doing a{
	display: block;
	width: 250px;
	text-align: center;
	color: #fff;
}
/* Раздел Преимущества
--------------------------------------------- */
.front-art-advant{
	background: #142232;
}
.front-art-advant header{
	position: relative;
	display: block;
	top: 20px;
	text-align: center;
	color: #fff;
}
.front-base-advant{
	position: relative;
	clear: both;
	top: 40px;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-advant{
	width: 40%;
	margin: 10px auto;
	color: #fff;
}
.item-advant p{
	color: #fff;
	margin: 5px 0px;
}
.item-advant h5{
	color: #FAE936;
}

.link-advant{
	margin: 60px auto 10px;
	max-width: 1200px;
	text-align: center;
}
.link-advant a{
	display: block;
	width: 250px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
	background: rgba(197,197,197,0.2);
}

/* Раздел Разработка сайта
--------------------------------------------- */
.front-art-develop{
	background: #0a6563;
}
.front-art-develop header{
	text-align: center;
	color: #fff;
}
.front-base-develop{
	margin-top: 30px !important;
}
.develop-i{
	border: 2px solid #000;
	width: 80px;
	height: 80px;
	position: absolute;
	display: block;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255,255,255,0.8);
	top: 20px;
	
}
.develop-i i{
	font-size: 34px;
	position: relative;
	color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	width: 70px;
	height: 52px;
	top: 2px;
	left: 2px;
	
}
.item-develop-1, .item-develop-2,
.item-develop-3, .item-develop-4,
.item-develop-5{
	position: relative;
	display: block;
	width: 550px;
	padding: 0px 5px 20px 0px;
	
}

.item-develop-txt{
	position: relative;
	display: block;
	width: 100%;
	margin-left: 110px;
	margin-top: 0px;
}
.item-develop-txt h5,
.item-develop-txt h6{
	display: block;
}
.item-develop-txt h6{
	font-weight: normal;
	margin-top: 10px;
}
.item-develop-txt h5{
	font-size: 20px;
	border-bottom: 1px dashed;
}
.item-develop-txt h4{
	font-size: 16px;
	font-weight: normal;
	color: #FAE936;
	font-style: normal;
}
.item-develop-txt a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.item-develop-txt a:hover{
	color: #000;
}
.item-develop-txt .more{
	text-decoration: underline;
}
.item-develop-1{
	left: 0px;
}
.item-develop-2{
	margin-top: -60px;
	left: 40%;
}
.item-develop-3{
	left: 10%;
}
.item-develop-4{
	margin-top: -60px;
	left: 50%;
}
.item-develop-5{
	left: 20%;
}
/*   Этапы разработки
 * ------------------------*/
.front-art-stage{
	background: #c5c5c5;
}
.front-art-stage header{
 text-align: center;
}
.bg-box{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0px;
}
.bg {
	position: absolute;
	display: block;
	height: 100%;
	width: 200%;
  animation:slide 6s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, DarkGrey 50%, Silver 50%);
  bottom:0;
  left: -50%;
  opacity:.5;
  right: -50%;
  top: 0;
  z-index:0;
	overflow: hidden;
	margin: 0px !important;
}
.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:7s;
}
.bg3 {
  animation-duration:8s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.stage{
	margin-top: 30px;
	display: grid;
	height: 550px;
	width: 100%;
	grid-template-columns: 30% 5% 30% 5% 30%;
	grid-template-rows: 1fr 70px 1fr 70px 1fr;
	grid-area: "item-stage item-arrow item-stage item-arrow item-stage"
		"vac vac vac vac item-arrow"
		"item-stage item-arrow item-stage item-arrow item-stage"
		"item-arrow vac vac vac vac"
		"item-stage item-arrow item-stage item-arrow item-stage";
}
.num-st{
	position: relative;
	display: block;
	height: 80%;
	float: left;
	margin: 5px 20px;
	font-size: 50px;
	color: #0a6563;
}
.item-stage{
	position: relative;
	display: block;
	z-index: 2;
}
.item-stage h6{
	font-size: 16px;
	font-weight: normal;
	position: relative;
	display: block;
	width: 90%;
	clear: none;
	margin: 20px;
}
.item-arrow{
 background: none;	
	position: relative;
}
.vac{
	background: none;
}
#itemst1, #itemst2,
#itemst3, #itemst4,
#itemst5, #itemst6,
#itemst7, #itemst8,
#itemst9{
	border: 1px solid;
	width: 100%;
	height: 100%;
	margin: 0;	
	border-radius: 5px;
	text-align: left;
	position: relative;
	background: #eee;
	z-index: 2;
}

@keyframes stage-active{
	from,to{}
	3%{
		transform: scale(1.1,1.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
		background: #B5BCC3;
	}
	9%{
		transform: scale(1.1,1.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
		background: #B5BCC3;
	}
	12.5%,25%,50%,75%{
		transform: scale(1, 1);
		box-shadow: none;	
		background: #eee;
	}
}
#itemst1{	animation: stage-active 45s  infinite;}
#itemst2{	animation: stage-active 45s  infinite 5s;}
#itemst3{	animation: stage-active 45s  infinite 10s;}
#itemst4{	animation: stage-active 45s  infinite 15s;}
#itemst5{	animation: stage-active 45s  infinite 20s;}
#itemst6{	animation: stage-active 45s  infinite 25s;}
#itemst7{	animation: stage-active 45s  infinite 30s;}
#itemst8{	animation: stage-active 45s  infinite 35s;}
#itemst9{	animation: stage-active 45s  infinite 40s;}
.arrow-road{
	height: 10px;
	width: 100%;
	position: relative;
	background: grey;
	top: 35%;
}
.arrow-road-vert{
	height: 100%;
	width: 10px;
	position: relative;
	background: grey;
	left: 50%;
}
#itemar9{
	font-size: 40px;
	width: 40px;
	position: absolute;
	display: block;
	color: #142232;
	top: 23%;
	left: 2%;
	opacity: 1;
	z-index: 3;
}

@keyframes arrow-drive{
	from{
	opacity: 1;
	top: 23%;
	left: 2%;		
	}
	11.1%{
		top: 23%;
		left: 49%;
		transform: rotate(0deg);
	}
	22.2%{
		top: 23%;
		left: 95%;
		transform: rotate(0deg);
	}
	22.3%{
		top: 23%;
		left: 95%;
		transform: rotate(90deg);
	}
	33.3%{
		top: 57%;
		left: 95%;
		transform: rotate(90deg);
	}
	33.4%{
		top: 57%;
		left: 95%;	
		transform: rotate(180deg);
	}
	44.4%{
		top: 57%;
		left: 49%;	
		transform: rotate(180deg);
	}
	55.5%{
		top: 57%;
		left: 2%;	
		transform: rotate(180deg);		
	}
	55.6%{
		top: 57%;
		left: 2%;	
		transform: rotate(90deg);	
	}
	66.6%{
		top: 90%;
		left: 2%;	
		transform: rotate(90deg);	
	}
	66.7%{
		top: 90%;
		left: 2%;	
		transform: rotate(0deg);			
	}
	77.7%{
		top: 90%;
		left: 49%;	
		transform: rotate(0deg);	
	}
	88.8%{
		top: 90%;
		left: 95%;	
		transform: rotate(0deg);
		opacity: 1;
	}
	90%{
		top: 90%;
		left: 95%;	
		transform: rotate(0deg);
		opacity: 0;
	}
	99%{opacity: 0;}
	to{
	opacity:1;
	}
}
#itemar9{	animation: arrow-drive 45s infinite 4s;}

/*    Что включено
/*---------------------------------------------------*/
.front-art-includ{
	background: #142233;	
}
.front-art-includ header{
	text-align: center;
	color: #fff;
}
.front-base-includ{
	height: 630px;
}
.includ-line-dot{
	width: 5px;
	height: 520px;
	background: rgba(255,255,255,0.6);
	list-style-type: none;
	margin: 0;
	padding: 10px 0px;
	transform: skewX(30deg);
}
.includ-line{
	width: 1px;
	top: 60px;
	left: 50%;
	position: absolute;
}
.includ-line-dot li{
	width: 18px;
	height: 18px;
	background: #FAE936;
	border-radius: 50%;
	transform: skewx(-30deg);
	margin: 20px 0px 40px -5px;
}
.includ-group{
	display: flex;
	flex-direction: column;
	color: #fff;
	width: 300px;
	margin: 0px auto;
	top: 30px;
}
.item-includ-right,
.item-includ-left{
	width: 260px;
	margin: 15px 0px 9px;
}
.item-includ-right{text-align: right;}
.item-includ-left{text-align: left;}
.item-includ-right h6,
.item-includ-left h6{
	width: 100%;
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #FAE936;
	top: 10px;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}
.item-includ-right h6{}
.item-includ-left h6{}

.item-includ-right i,
.item-includ-left i{
	position: absolute;
	font-size: 30px;
	border: 1px solid #FAE936;
	border-radius: 50%;
	width: 60px;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	margin: 0px 10px 10px 10px;
	top: -10px;
}
.item-includ-right i{
	box-shadow: 4px 0 10px rgba(255,255,255,0.4);
}
.item-includ-left i{
	left: -80px;
	box-shadow: -4px 0 10px rgba(255,255,255,0.4);
}
@keyframes width-line-right{
	from{width:0%;}
	to{}
}
#item-includ-1{
	left: 35px;
	animation: width-line-right 2s 1;}
#item-includ-3{
	left: 100px;
	animation: width-line-right 2s 1;}
#item-includ-5{
	left: 165px;
	animation: width-line-right 2s 1;}
#item-includ-7{
	left: 230px;
	animation: width-line-right 2s 1;}
#item-includ-9{
	left: 300px;
	animation: width-line-right 2s 1;}

@keyframes width-line-left{
	from{width:0%; 
	transform: translatex(250px);}
	to{}
}
#item-includ-2{
	right: 220px;
	animation: width-line-left 2s 1;}

#item-includ-4{
	right: 150px;
	animation: width-line-left 2s 1;}

#item-includ-6{
	right: 80px;
	animation: width-line-left 2s 1;}

#item-includ-8{
	right: 10px;
	animation: width-line-left 2s 1;}

/*  Раздел Время разработки
------------------------------------------- */
.front-art-time{
	background: #0a6563;
}
.front-art-time header{
	text-align: center;
	color: #fff;
}
.front-base-time{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-time-1,
.item-time-2,
.item-time-3,
.item-time-4,
.item-time-5,
.item-time-6{
	position: relative;
	display: block;
	width: 33%;
}
.item-time-txt{
	width: 65% !important;
	margin: 80px auto 20px;
	padding: 20px;
	border: 1px solid #fff !important;
	border-radius: 5px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 5px 20px rgba(0,0,0,0.6);
	height: auto;
}
.item-time-txt h4{
	display: block;
	text-align: center;
	margin-top: 50px;
	font-size: 26px;
}
.item-time-txt h6{
	display: block;
	margin: 20px 10px;
	font-weight: normal;
	
}
.item-time-txt h5{
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 10px 0px 20px;
	
}
div[class^="item-time-"] i{
	font-size: 50px;
	position: absolute;
	display: block;
	width: 80px;
	height: 65px;
	color: #FAE936;
	border: 2px dotted #FAE936;
	background: #142232;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.6);
	z-index: 2;
	text-align: center;
	top: 30px;
	left: 40%;
	padding-top: 15px;
}
.item-time-slogan{
	display: block;
	position: relative;
	width: 90% !important;
	top: 150px;
	left: 40px;
}
.item-time-slogan h4{
	font-size: 30px;
	color: #FAE936;
}

.item-time-link{
	width: 100% !important;
	text-align: center !important;
	margin-top: 30px;
	
}
.item-time-link a{
	margin: 10px auto;
	color: #fff;
}
@keyframes time-turn{
	from{
		transform: rotateY(80deg);
	-webkit-transform: rotateY(80deg);
	}
	to{}
}
.item-time-1,
.item-time-2,
.item-time-5,
.item-time-6{
	animation: time-turn 2s 1;
}
@keyframes time-fade{
	from{opacity:0;	}
	to{opacity:1;}
}
.item-time-3,
.item-time-4{
	animation: time-fade 3s 1;
}


/* Раздел Не устраивает цена
--------------------------------------------- */
.front-art-calc header{
	position: relative;
	display: block;
	text-align: center;
}
.front-art-calc{
	background: #c5c5c5;
}
.area{
	position: absolute;
    background: #c5c5c5;   
    width: 100%;
    height:100%;
		top: 0;
	z-index: 0;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	margin: 0px !important;
}
.circles ul{
	list-style: none !important;
	margin: 0px !important;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-800px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.front-base-calc{
	margin-top: 30px !important;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-calc-img,
.item-calc-txt,
.item-calc-link,
.item-calc-btn{
	width: 50%;
	margin: 10px auto;
	height: auto;
}
.item-calc-link,
.item-calc-btn{
	margin-top: 60px;
}
.item-calc-txt ul{
	margin-left: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.item-calc-txt li{
	font-size: 16px;
	line-height: 1em;
	margin: 20px 10px;
	font-weight: normal;
}
.item-calc-link{
	background: rgba(250,233,54,0.6);	
	padding: 10px 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	width: 430px;
}
.item-calc-link p{
	position: relative;
	display: block;
	font-size: 20px;
	margin: 0px 20px;
	left: 50px;
}
.item-calc-btn a{
	text-align: center !important;
	margin: 0px auto;
	color: #fff;
	left: -50px;
}
.item-calc-img img{
	width: 400px;
	left: 10%;
	border: 1px solid grey;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/* Раздел Отдельные работы
--------------------------------------------- */
.front-art-singly{
	background: #142233;
}
.front-art-singly header{
	text-align: center;
	color: #fff;
}
.front-base-singly{
	position: relative;
	display: block;
	margin: 30px auto !important;
}
.item-group-1,
.item-group-2{
	width: 100% !important;
	position: relative;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	transform: perspective(30vw) rotateX(5deg);
}

.item-singly{
	position: relative;
	width: 320px;
	display: block;
	margin: 20px 15px;
	box-sizing: border-box;
}
.item-singly a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 20px 50px;
	border: 1px solid;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	text-align: center;
}
.item-singly a:hover{
		background: rgba(255,255,255,0.7);
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	color: #000;
}
.item-singly i{
	font-size: 40px;
	
}
.item-singly h5{
	display: block;
	position: relative;
	margin: 15px 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #FAE936;
}
.item-singly h6{
	font-weight: normal;
	margin: 5px 10px;
}
.link-singly{
	padding: 0px 50px;
	display: flex;
	position: relative;
	justify-content: space-around;
}
.link-singly a{
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

/* Раздел Потрфолио
--------------------------------------------- */
.front-art-bags{
	background: #0a6563;
}
.front-art-bags header{
	text-align: center;
	color: #fff;
}
.front-base-bags{
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 98% !important;
	margin: 20px !important;
}
.item-bags-group-1,
.item-bags-group-2{
	position: relative;
	width: 97%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0px;
}
.item-bags{
	flex-shrink: 0;
	flex-basis: 23%;
	position: relative;
	display: block;
	height: 270px;
	background-size: cover;
	background-position: center;
	transform: skewx(5deg);
}
.item-bags h4{
	position: relative;
	top: 20%;
	color: #fff;
	left: 30px;
}
.item-bags a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.item-bags a:hover{
		background: rgba(0,0,0,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.9);
}
}
.link-bags{
	position: relative;
	display: block;
	margin: 30px 0px;
}
.link-bags a{
	margin: 0px auto;
	color: #fff;
}


/* Раздел База знаний
--------------------------------------------- */
.front-art-know{
	background: #c5c5c5;
}

.front-art-know header{
	position: relative;
	display: block;
	top: 30px;
	text-align: center;
	height: 80px;
}
.front-base-know{
	position: relative;
	clear: both;
	margin: 10px 20px;

}
.front-base-know hr{
	background: grey;
	height: 1px;
	width: 100%;
}
.item-know-group{
	position: relative;
	display: -webkit-flex; 
	display: flex; 
	justify-content: flex-start;
	flex-wrap: wrap;	
	width: 100%;
}
.item-know-group-name{
	position: relative;
	display: block;
	width: 260px;
	vertical-align: middle;
	padding-top: 20px;
}
.item-know-group-name p{
}
.item-know{
	width: 80px;
	margin: 10px 10px;
	text-align: center;
}
.item-know img{
	width: 70%;
	margin: 5px auto;
	float: none;
	
}
.item-know p{
	margin: 0px auto;
	text-align: center;
}


/* Раздел Последние записи
--------------------------------------------- */
.front-art-news{
	background: #016563;
}
.front-art-news header{
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
.front-base-news{
	position: relative;
	display: block;
	clear: both;
	margin: 10px 30px 40px;
}
.block-news-1,
.block-news-2{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 50%;
	height: auto;
}
.block-news-3{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
}
#item-news-1,
#item-news-2,
#item-news-5,
#item-news-6{
	margin: 0;
	float: left;
	width: 50%;
	height: 300px;
}
#item-news-3,
#item-news-4{
	margin: 0;
	float: left;
	width: 100%;
	height: 400px;
}
#item-news-7,
#item-news-8,
#item-news-9{
	margin: 0;
	float: left;
	width: 33.3%;
	height: 350px;
}
div[id^="item-news-"]{
	background-size: cover;
}
div[id^="item-news-"] a{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	border: 1px solid #142233;
}
div[id^="item-news-"] a:hover{
	background: rgba(0,0,0,0.8);
	border: 1px solid #0a6563;
}
div[id^="item-news-"] h6{
	display: block;
	clear: both;
	top: 10%;
}
div[id^="item-news-"] h4{
	display: block;
	clear: both;
	margin: 0px 30px;
	top: 25%;
}
.link-news{
	clear: both;
	top: 30px;
	position: relative;
	margin: 20px auto;
	max-width: 1200px;
	text-align: center;
}
.link-news a{
	display: block;
	width: 250px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
	background: rgba(197,197,197,0.2);
}
/* Раздел Контакты
--------------------------------------------- */
.front-art-contact{
	background: #c5c5c5;
	height: auto;
	padding: 40px 0px 10px !important;
}

.front-base-contact{
	position: relative;
	display: block;
	clear: both;
	max-width: 1200px;
	margin: 10px auto;
	margin-top: 50px;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-around;
	flex-wrap: nowrap;
}
.item-contact a{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #142232;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(250,233,54,0.7);
	text-align: center;
	color: #FAE936;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.item-contact a:hover{
	border: 1px solid #000;
	background: rgba(197,197,197,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	color: #000;
}
.item-contact i{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);	
	font-size: 30px;
	margin: 20px;
}
.link-contact a{
	color: #fff;
}
/* Раздел Фриланс
--------------------------------------------- */
.front-art-fl{
	background: #142233;	
}
.front-art-fl header{
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
}
.front-base-fl{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.item-flru,
.item-webl{
	width: 300px;
	height: 100px;
	background: #fff;
	border-radius: 5px;
}

/* Раздел Карта сайта
--------------------------------------------- */
.site-map{
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	background: #142232;
}
.base-map{
	max-width: 1200px;
	margin: 0px auto;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-between;
	flex-wrap: nowrap;	
	padding: 30px 10px;
	color: #c5c5c5;
}
.item-map{
	text-align: left;
}
.item-map a{
	color: #c5c5c5;
}
.item-map ul{
	margin: 0px;
	padding: 10px;
}
.site-info{
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #aaa;
	background: #142232;
	text-align: centr;
	color: #fff;
	height: 50px;
}
.site-info p{
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

/* БЛОГ
--------------------------------------------- */
.site-main{
	position: relative;
	display: block;
	margin: 10px auto;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 2;
}


.arhive-content-base{
	margin: 0px 10px;
	position: relative;
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;	
	
}
.arhive-content-item{
	display: block;
	position: relative;
	margin: 20px 5px;
	width: 48%;
	height: 260px;
	background: #c5c5c5;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.arhive-content-item:hover{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
	cursor: pointer;
}
.item-header{
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.item-header a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.item-header a:hover{
	background: rgba(0,0,0,0.3);
	color: #ddd;
}
.item-header h6{
	display: block;
	position: relative;
	float: left;
}
#item-header-date{
	top: 25px;
	left: 30px;
}
#post-views-category{
	float: right;
	right: 40px;
	box-sizing: border-box;
}
.item-header h4{
	position: relative;
	display: block;
	top: 15%;
	padding: 10px 30px 5px;
}
.cat-tag{
	position: relative;
	display: block;
	clear: both;
	margin: 10px 20px;
}
.cat-tag h6{
	display: block;
	font-weight: normal;
}
.cat-tag span{
	margin-right: 20px;
}
.commercial{
	width: 100%;
	height: 50px;
	clear: both;
	border: 1px solid;
}
.entry-footer{
	border: 1px solid #aaa;
	padding: 10px 30px;
	margin: 5px 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	display: flex;
	justify-content: space-between;
}
.entry-footer a{
	color: #0a6563;
	font-weight: normal;
	font-size: 14px;
}
.entry-footer h6{
	width: 50%;
}
#h-cat{
	border-right: 1px solid #aaa;
}
#h-tag{
	margin-left: 15px;
}
.entry-footer i{
	color: grey;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	clear: both;
	width: 100%;
	height: auto;
	float: none;
}

.page-links {
	clear: both;
	margin: 0;
}

.entry-header{
	width: 97%;
	margin: 1px 20px 10px;
	padding: 0;
	background-size: cover;
	background-position: center;
	height: auto;
}
.entry-header-base{
	background: rgba(0,0,0,0.4);
	padding: 20px 0px 0px;
	color: #fff;
}
.entry-header-meta{
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-between;
	margin: 10px 35px;
}
.entry-header-title{
	margin: 20px 35px 75px !important;
}
.entry-header-tag{
	display: -webkit-flex; 
	display: flex; 
	justify-content: space-between;
	background: rgba(0,0,0,0.4);
	padding: 15px 35px;
	border-top: 1px solid #0a6563;
}
.entry-header-tag a{
	color: #fff;
}
/* Блок Последние статьи
--------------------------------------------- */
.entry-recent-post{
	width: 100%;
	margin: 25px 0px 15px;
}
.entry-recent-post h2{
	margin: 10px 10px;
}
.base-recent-post{
	margin: 15px 0px;
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	
}
.item-recent-post{
	width: 23%;
	background-size: cover;
	background-position: 100% center;
	height: 100px;
}
.item-recent-post a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.item-recent-post a:hover{
	background: rgba(0,0,0,0.7);
		box-shadow: 0 3px 10px rgba(0,0,0,0.7);
}
.item-recent-post h6{
padding: 15px 25px;
	display: block;
}

/*   Архив портфолио
 --------------------------*/
.arhive-portfolio-item{
	width: 45%;
	position: relative;
	display: block;
	margin: 30px 20px;
	height: 320px;
}
.item-header-portfolio{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.item-header-portfolio a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
	box-shadow: -15px 5px 10px rgba(0,0,0,0.8);
	border: 1px solid grey;
	overflow: hidden;
}
.item-header-portfolio a:hover{
	background: rgba(0,0,0,0.1);
}
.item-meta-portfolio{
	position: relative;
	display: block;
	height: 70px;
	color: #fff;
	background: linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	font-weight: normal;
}

.item-header-portfolio h4{
	display: block;
	position: relative;
	left: 30px;
	top: 30px;
	font-size: 24px;
	color: #fff;
}
.portfolio-tag{
	top: 152px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
	background:  linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	padding: 20px;
}

.portfolio-tag h6{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	left: 10px;
	border: none;
	font-weight: normal;
	color: #ddd;
}

/*  Работы в портфолио
 --------------------------*/
#tag-title{
	box-sizing: border-box;
	margin-left: 30px;
	display: block;
}
.entry-header-portfolio h1{
	display: block;
	box-sizing: border-box;
	margin: 10px 20px 10px;
	clear: both;
}

.single-header-portfolio{
	width: 100%;
	margin: 0px 20px 20px;
	display: flex;
	justify-content: flex-start;
}
.header-portfolio-img{
	width: 400px;
	margin: 20px 30px 20px 0px;
	height: auto;
	float: left;
}
.header-portfolio-meta{
	width: 50%;
	margin-top: 20px;
}
#item-header-date-portfolio {
		top: 15px !important;
	left: 35px;
	}
.header-portfolio-meta h6{
	display: block;
	box-sizing: border-box;
	margin: 10px 10px 20px;
	border-bottom: 1px dashed #aaa;
	font-size: 16px;
	font-weight: normal;
	
}
#tag-cms-btn.btn{
	background: #ddd;
	margin: 40px auto 20px;
	border: 1px solid #aaa;
}


/* Облако тэгов
--------------------------------------------- */
.creative-tag-cloud-color-1 {
	fill: #0a6563;
}
.creative-tag-cloud-color-2 {
	fill: blue;
}
.creative-tag-cloud-color-3 {
	fill: green;
}
.creative-tag-cloud-color-5 {
	fill: grey;
}
.creative-tag-cloud-color-6 {
	fill: blueviolet;
}
/* Comments
--------------------------------------------- */
.post-comment{display: none;}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 20px auto 5px;
	clear: both;
}
#before-footer .widget{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 5px;
}
.widget select {
	max-width: 100%;
}
.widget-title{
	margin-left: 10px;
}
#custom_html-4 .widget-title{
	position: absolute;
	left: 390px;
	margin-top: 15px;
	z-index: 1;
}
.autor-block{
	margin: 40px 10px 40px auto !important;
	height: auto;
	width: 90%;
	clear: both;
	border: 1px solid;
	border: 1px solid #ddd;
	padding: 20px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);	
}
.autor-block img{
	display: block;
	margin-left: -10%;
	top: 10px;
	width: 300px;
	position: relative;
	float: left;
	z-index: 1;
}
.autor-txt{
	width: 90%;
	margin-top: 30px;
	left: 70px;
}
.autor-txt p{
	margin-top: 40px;
	font-style: italic;
}
.autor-btn{
	display: flex;
	justify-content: space-around;
	width: 60%;
	margin: 20px auto 10px;
}
.autor-btn a{
	display: block;
	position: relative;
	border: 1px solid #aaa;
	background: rgba(0,0,0,0.1);
	width: 150px;
	padding: 5px 25px;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);	
	text-align: center;
}
.autor-btn a:hover{
	border: 1px solid grey;
	background: rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.7);	
	color: #000;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


















