/*
Theme Name: Checkpoint business media
Version: 2.1
Author: Checkpoint production
Author URI: http://pro.ckp.in.ua
*/

/*
=Reset
*/
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,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
 /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
 /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
 /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
 /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */;
	background-color: #1a1a1a;
	margin-top: 0 !important;
}

a:focus {
	outline: none;
	text-decoration: none !important;
}

.partner {
	margin-top:-17px;
	color:#646464;
	font-size: 12px;
}

.home-title {
	font-family: sans-serif;
	border-bottom: solid 2px #ff6600;
	padding: 15px 0;
	margin: 15px 0;
	font-size: 24px;
	color: black;
	font-weight: bold;
}

/*Формат видео-записей*/


.format-video .expert p{
	margin-left: 0;
	margin-right: 0;
}

/*Конец Формат видео-записей*/

/*элементы левой панели*/
	.left_panel {
	position: fixed;
	float:left;
	background-color: rgba( 44, 44, 44, 0.98);
	width: 250px;
	z-index: 99;
	left: -250px;
	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	-o-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
	overflow-y: scroll;
	height: 100vh;
	}

	.left_panel::-webkit-scrollbar {
		display: none;
	}

	#but-slide, #but-slide2 {
	cursor:pointer;
	}

	#but-slide {
		float: left;
		margin: 20px;
	}

/*колонки в миде*/
.middlegrid3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

@media screen and (max-width: 760px) {
	.col_item {
		flex: 100%;
		margin-right: 0.6em;
	}

	.home_middle_post img{
		width: 100%;
	}

	.col_item {
		margin-right: 0;
	}
}

@media screen and (min-width: 760px) {
.min-post2 {
		margin-right: 2px;
	}

.middlegrid3 .col_item {
	flex: 31.2%;
	margin-right: 0.6em;
}
}

.middlegrid3 .col_item a{
	color: #262626;
}

.middlegrid3  .col_item:nth-child(3n) {
	margin-right: 0;
}

.home_middle_post:hover a{
	color: #ff6600;
}

/*конец колонки в миде*/


/* Special projects */

.special-projects {

	height: 150px;
	text-align: center;

	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	position:relative;
	overflow: hidden;

}

.special-projects h4{
	font-size: 30px;
	width: 100%;

	text-align: center;
}

.list_special
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .list_special_item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
		text-align: center;
		margin-bottom: 1%;
		position: relative;
		flex: 100%;
    }

	.list_item
    {
        flex: 100%;
    }

	.item_3 img
    {
        width: 100%;
    }

	.item_3:hover{
		opacity: 0.8;
	}

	.item_3 a{
		font-size: 16px;
		text-decoration: none !important;
	}

	.item_3 a:hover{
		font-size: 16px;
		color: #ff6600;
	}

.underline_none a{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
		text-align: center;

		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;

		align-items: center;
		position: relative;

		margin-bottom: 1%;

		background-color: #1a1a1a;
		width: 100%;
		overflow: hidden;

    }

.list_special .list_special_item:nth-child(2n)
    {
		margin-right: 0;
    }


.underline_none a h4{
	font-size: 22px;
	width: 100%;
	color: white;
	position: absolute;
	text-align: center;
}

.underline_none a h4 p{
	font-size: 17px;
	text-align: center;
	padding: 0 15%;
	font-weight: 500;
}

.list_special .underline_none a:hover {
	text-decoration: none !important;
}


/* end special projects */

/* метки в категориях*/

.stick_group {
	float: left;
}

.post_stickers_cat a.stick_group {
	border-bottom: solid 0 !important;
}

.post_stickers_cat:nth-child(2n) {
	display: none;
}

.post_stickers_counter {
    background-color: white;
	float: left;
	border: solid 1px #eeeeee;
	margin-bottom: 5px;
    margin-right: 5px;
    color: #999999;
    padding: 2px 7px;
    text-transform: uppercase;
	position: relative;
    float: left;
    font-size: 12px;
	font-family: sans-serif;
}

.post_stickers_counter:before {
	content: '';
    border: 5px solid transparent;	border-right: 5px solid white;
	left: -10px;
	top: 6px;
	position: absolute;
	font-size: 12px;
}

.post_stickers_cat {
	float: left;
	padding-bottom: 20px;
	width: 100%;
}

.post_stickers_cat .sticker {
    margin-bottom: 5px;
    color: #565656;
    padding: 3px 8px;
    text-transform: uppercase;
	position: relative;
    float: left;
    font-size: 12px;
	font-family: sans-serif;
}

.post_stickers_cat a:hover .stick_4 {
    background-color: rgba(251,168,70,1);
	color: white;
}

.post_stickers_cat .stick_4 {
    background: #eeeeee;
}

.post_stickers_all:hover .post_stickers_cat .stick_4 {
    background: rgba(234,176,84,1);
	color: white;
}

.skoro {
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;

	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	text-align: center;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;

	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
a.nolink h4{
	opacity: 1;
}

a.nolink .skoro h4{
	font-size: 100px !important;
	font-weight: 500;
}

a.nolink:hover h4 {
	opacity: 0;

	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

a:hover .skoro {
	opacity: 1;
}

a:hover .skoro h4 {
	opacity: 1;
}

/* конец метки */

/*More posts*/

.alm-reveal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	float: left;
}

.alm-btn-wrap {
	overflow: hidden;
}

.alm-btn-wrap, .alm-load-more-btn {
	height: 0 !important;
	padding: 0 !important;
}

.flex-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	float: left;
}

.flex-grid .entry-content {
    font-family: sans-serif;
}

@media screen and (max-width: 760px) {
	.flex-item {
	width: 100%;
	}

	.flex-item-h {
	width: 100%;
	}
}

@media screen and (min-width: 760px) {
	.flex-item {
		max-width: 48.4%;
		}
	.flex-item:nth-child(2n) {
		margin-left: 3.2%;
		}
	.flex-item-h {
		width: 33.2%;
		margin-bottom: 0.2%;
		}
	.flex-item-h:nth-child(3n), .flex-item-h:nth-child(3n-1){
		margin-left: 0.2%;
		}
	.flex-item-h:nth-child(8n) {
		width: 66.4%;
		margin-left: 0.2%;
		float: right;
		height: 102% !important;
		}

	.flex-item-h:nth-child(8n) img{
		height: 102% !important;
	}
	.flex-item-h:nth-child(7n) {
		height: 50%;
		}
	.flex-item-h:nth-child(6n) {
		height: 50%;
		}
}

flex-grid-h {
	width: 100%;
}

.flex-item-h {
	position: relative;
	float: left;

}

.entry-thumbnail img {
		width: 100%;
	}

.flex-item {
    float: left;
}

.more-page {
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation {
	width: 100%;
}

#load-posts {
	width: 100%;
}

/*конец moreposts*/

/* frontpost */

.index-content {
    padding: 40px;
	background-color: white;
}

.list
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
    .list_item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

	.list_item img
    {
        opacity: 0.4 !important;
    }

@media screen and (max-width: 760px) {

	.list
    {
		width: 100%;
    }

	.min_post {
		width: 100%;
		margin-left: 0px;
		margin-top: 2px;
	}

	.front_post_top_min {
		width: 100%;
	}

	.entry-content-top-mini .entry-thumbnail-home-mini img {
		width: 100% !important;
	}

	.text-for-post {
		font-size: 14px !important;
	}
}

@media screen and (min-width: 760px) {
	.min_post {
		margin-left: 2px;
	}

	.list .front_post_top {
		width: 67%;
	}

	.list .front_post_top_min {
		float: left;
		width: 33%;
	}
}


@media screen and (max-width: 760px) {

	.branding {
		padding: 0 10px;
	}

}

.site {
    float: left;
    width: 75%;
}

.side_panel {
	background-color: #2c2c2c;
	position: fixed;
	float:left;
	width: 250px;
	height: 100%;
	overflow: hidden;
}

.fixedde {
    background-color: red !important;
}

.post_stickers {
    margin: 15px;
    position: absolute;
	z-index: 2;
}

.mistape_caption {
    margin-bottom: 30px;
	float: left;
	width: 100%;
}

.advokat {
	float: left !important;
	min-width: 20% !important;
	font-style: italic;
	margin-bottom: 10px !important;
	margin-right: 0px;
	font-size: 12px;
	text-align: center;
}

pre {
	font-size: 16px;
	white-space: normal;
	float: left;
	width: 80% !important;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 20px;
	min-height: 154px;
}



h6 {
    color: #252540;
	background-color: #f1f0f0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    text-align:center;
    padding: 15px 38px;
    position: relative;
	margin: 0 0 20px 0 !important;
	border-left: solid 3px #b6b6b6;
}

blockquote {
    color: #252540;
    font-size: 16px;
	font-style: italic;
    line-height: 1.45;
    padding: 15px 38px;
    position: relative;
	margin: 0 -5.75% 20px -5.75% !important;
	text-align: left;
	padding-left: 100px;
	float: left;
}

blockquote:hover {
	background-color: #f8f7f7;
}

blockquote:before{
position:absolute;
left: 0;
float: left;
padding: 0 40px;
content:url('img/blockquote.png') !important;
}
/*

blockquote  p{
	padding-right: 40px !important;
	padding-left: 40px !important;
	font-family: sans-serif;
	color: #686868;
}

blockquote:before{
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\201c' !important;
	color: #ff6600;
	float: left;
}

blockquote:after{
font-family: "FontAwesome";
	display: inline-block;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\201d' !important;
	color: #ff6600;
	margin-top: -25px;
	float: right;
}

*/

*,
*:before,
*:after {
 /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
 /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
 /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
	width: 100% !important;
	max-width: 100% !important;
}

tr, td {
	padding: 10px 15px;
	border-bottom: 3px solid #f8f7f7;
}

tr:hover {
	background-color: #f8f7f7;
}

caption,th,td {
    font-weight: 400;
    text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: ' ';
}

a:focus {
    outline: thin dotted;
}

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

a img {
    border: 0;
}

/*
=Rebuild base
*/

button {
	background-color: #ff6600;
}

body,button,input,select,textarea {
	color: #404040;
	line-height: 1.5;
	-webkit-transition: all 0.15s ease-in;
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,strong {
	font-weight: 700;
}

dfn,cite,em,i {
	font-style: italic;
}

blockquote {
	margin: 0;
	margin-bottom: 25px;
}

address {
	margin: 0 0 1.5em;
}


code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

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

dt,th {
	font-weight: 700;
}

button,input,select,textarea {
	font-size: 100%;
	vertical-align: baseline;
}

input[type=checkbox],input[type=radio] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus {
	color: #111;
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search] {
	padding: 3px;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*
=Menus
*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.main-navigation ul ul li:hover > ul {
	left: 100%;
}
/* Small menu */
.menu-toggle {
	display: none;
}



/*
=Accessibility
*/
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,.screen-reader-text:active,.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	padding: 15px 23px 14px;
}

/*
=Alignments
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*
=Clearings
*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
	content: '';
	display: table;
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
	clear: both;
}

/*
=Widgets
*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/*
=Content
*/
.page-header {
	padding: 24px 40px;
	border-bottom: solid 1px #dedede;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,.updated {
	display: none;
}

.single .byline,.group-blog .byline {
	display: inline;
}

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

/*
=Other
*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

embed,iframe,object {
	width: 100%;
}

.fb_iframe_widget {
	width: 100%;
	text-align: center;
}

.wp-caption {
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: .8075em 0;
}

.gallery {
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/*
=Empty
*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* =Clear
-----------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

/*
===========================================================
Theme General Style
===========================================================
*/

/* =General
----------------------------------------------- */
body {
	font-family: sans-serif;
	font-size: 14px;
}

a:visited {

}

a:active {

}

.entry-content h1.page-title {
	line-height: 1;
}

.entry-content .entry-excerpt p {
	margin-bottom: 1.5em;
}

.corpobox-excerpt {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}

.index_page {
	padding: 3.4%;
	padding-bottom: 0px;
	background-color: white;
}

label {
	color: #aaa;
	padding: 5px 0;
}

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

#content .entry-meta a {
	text-decoration: none;
	color: #aaa;
}

.out-wrap {

	margin: 0;
	padding: 0;
}

.wrap {
	background: #FFF;
	max-width: 1361px;
	margin: 0 auto;
	overflow: hidden;
}

#colophon.wrap,
#wrap-header.wrap {
	background: none;
}

#home-sticky .half {
	float: left;
	text-align: left;
	width: 48%;
}

.home.page .site-content {
	padding: 0;
	margin: 0;
}

.home.page .entry-content {
	padding: 0 20px;
}

.home.page .page .entry-content {
	padding: 0;
}

#home-page-section {
	margin-top: 24px;
}

#home-content .entry-content .page-title {
	font-size: 48px;
	text-align: center;
}

#home-sticky .entry-content {
	padding: 20px;
}

.home-section {
	margin-bottom: 20px;
}

.hero {
	background: rgba(255, 255, 255, 0.9);
	margin: 100px auto;
	padding: 60px 20px;
	text-align: center;
	max-width: 400px;
	width: 80%;
}

.entry-content .hero h1 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
}

.hero p {
	margin-bottom: 0;
}

.home-section p {
	font-size: 16px;
	line-height: 1.8;
}

.site-content {
	padding: 30px 40px 0px 40px;
	margin: 0;
	position: relative;
}

.content-area-full {
	float: left;
	background-color: white;
	position: relative;
	width: 100%;
}

.content-area {
	float: left;
	padding: 40px;
	background-color: white;

	position: relative;
	height: 100%;
}

.content-area .site-main a{
	color: #de5900;
	text-decoration: none;
}

.content-area .site-main a:hover{
	color: #ff6600 !important;
	border-bottom: solid 1px #ff6600;
}

.content-area .site-main .flex-grid a:hover{
	border-bottom: none;
}

.content-area.no-sidebar {
	float: none;
	width: 100%;
}

.no-sidebar .entry-content,
.no-sidebar .comments-area {
	margin: 0 auto;
	width: 60%;
}

.no-sidebar .entry-header {
	text-align: center;
}

.hentry .entry-header p {
	font-size: 150%;
	font-weight: 300;
}

.page-template-template-fullpage-php,
.page-template-template-fullpage-php .content-area {
	float: none;
	width: 100%;
}

.single-attachment #primary {
	float: left;
	width: 100%;
	margin-right: 0;
}

.site-main {
	float: left;
	width: 100%;
}

.no-sidebar .site-main {
	float: none;
	clear: both;
}

.site-footer {
    width: 100%;
	color: #b5b5b5 !important;
	background: #2c2c2c;

}

.site-footer a {
	color: #b5b5b5 !important;
}

.site-footer a:hover {
	color: #ff6600 !important;
}

.site-info {
	margin-top: 20px;
	padding: 20px 0;
	font-size: 11px;
	background-color: #262626;
}

#back-to-top {
}

.site-branding {
	background-color: white;
	height: 56px;
}

.site-title-group {
	margin: 50px 40px 50px 40px;
}

.site-branding .col {
	margin-bottom: 0;
}

#logo img {
	max-width: 40px;
}

#logo {
	text-align: left;
	float: left;
	padding:8px;
}

#logo a,
.title-group a,
.site-title a {
	text-decoration: none;
}

.site-title {
	font-size: 24px;
	line-height: 24px;
}

.site-title a:hover {
	color: #ff6600;
}

.site-description {
	font: 0.9em "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
}

.hidden {
	display: none;
}

.error-404 h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 32px;
}

iframe, object, embed {
}

/* =Menu
----------------------------------------------- */
.main-navigation {
	background: #2c2c2c;
	padding: 0 40px;
	line-height: 0;
}

.main-navigation a {
	color: #ddd;
}

.main-navigation li a {
	border-bottom: 0;
	color: #ddd;
	font-size: 14px;
	font-weight: 600;
	padding: 34px;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-navigation a:hover {
	color: #FFF;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.toggled ul.nav-menu {
	display: block;
}

.nav-menu ul li a {
	color: #555;
}

.menu-main {
	width: 100%;
	text-align: center;
}

.menu-main ul ul {
	text-align: left;
}

ul.nav-menu,
.nav-menu ul,
.nav-menu ul li ul {
	list-style: none;
}

.menu-toggle {
	display: block;
	cursor: pointer;
}

#menu-top a {
	text-decoration: none;
}

ul#menu-top {
	list-style: none;
	margin: 0;
}

#menu-top li,
#menu-footer li {
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
}

#menu-top li a::before {
	content: '';
	font-family: sans-serif;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-top li a[href*="tel:"]::before {
	content: '\f095';
}

#menu-top li a[href*="mailto:"]::before {
	content: '\f0e0';
}

#menu-top li a[href*="https://goo.gl/maps/"]::before {
	content: '\f041';
}

.top-menu {
	background-color: #2c2c2c;
	border-bottom: solid 1px #000;
	padding: 5px 5px 5px 0;
	text-align: center;
}

.top-menu,
.top-menu a,
.top-menu span {
	font-family: sans-serif;
	font-size: 11px;
	color: #dedede;
}

/*----Small menu----*/

.menu-toggle {
	font-family: sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 22px;
	margin: 0;
}

.menu-toggle:hover {
	background: #474747;
}

.site-header .menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
	margin-right: 10px;
}

/*= Pages SubMenu
--------------------------------*/
#sidemenu {
	border: 1px solid #dedede;
	border-bottom: 1px solid #fff;
}

ul#sidemenu,
#sidemenu li ul.sub-menu {
	margin-left: 0;
	list-style: none;
}

.sub-menu {
	margin-left: 0;
	opacity: 0.5;
}

#sidemenu ul li ul li a {
	padding-left: 35px;
	background: #eaeaea;
	border-bottom: 1px solid #ddd;
}

#sidemenu li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
}

#sidemenu li ul li a {
	padding: 10px 25px;
	background: #efefef;
}

#sidemenu li > ul {
	display: none;
}

#sidemenu li.current-menu-item > ul {
	display: block;
}

/*=Social menu
---------------------------------*/
#menu-social {
	text-align: right;
}

#menu-social li {
	display: inline-block;
	padding-left: 5px;
}

#menu-social li a::before {
	content: none;
	font-family: sans-serif;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f19a';
	color: #21759b;
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f082';
	color: #3b5998;
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f099';
	color: #33ccff;
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f17d';
	color: #ea4c89;
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f0d5';
	color: #dd4b39;
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	color: #c8232c;
}

#menu-social li a[href*="github.com"]::before {
	content: '\f09b';
	color: #4183c4;
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f173';
	color: #34526f;
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f167';
	color: #c4302b;
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f16e';
	color: #ff0084;
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f194';
	color: #1AB7EA;
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	color: #3f729b;
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f08c';
	color: #0e76a8;
}

#menu-social li a[href*="soundcloud.com"]::before {
	content: '\f1be';
	color: #f70;
}

#menu-social li a[href*="vk.com"]::before {
	content: '\f189';
	color: #0e76a8;
}

#menu-social li a[href*="feeds.feedburner.com"]::before {
	content: '\f09e';
	color: #FFA500;
}

/*---widget---*/

#secondary #menu-social {
	text-align: left;
}

#secondary #menu-social li a {
	font-size: 13px;
}

#secondary #menu-social li a::before {
	font-size: 20px;
	padding: 5px;
}

/* =Content
----------------------------------------------- */
.colgrid .entry-thumbnail {
	max-height: 270px;
	overflow: hidden;
}

.colgrid .entry-header p {
	font-size: 20px;
	line-height: 26px;
}

.format-aside .entry-content,
.colgrid .format-aside .entry-content {
	border: solid 3px #dddddd;
	text-align: center;
	margin-bottom: 10px;
}

.colgrid .format-audio .entry-content,
.colgrid .format-video .entry-content,
.colgrid .format-link .entry-content,
.colgrid .format-status .entry-content,
.colgrid .format-quote .entry-content,
.colgrid .format-aside .entry-content {
	height: 480px;
	text-align: center;
}

.colgrid .format-status .entry-content,
.colgrid .format-quote .entry-content,
.colgrid .format-aside .entry-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.colgrid .format-audio .entry-content,
.colgrid .format-video .entry-content,
.colgrid .format-link .entry-content {
	padding-top: 150px;
}

.format-link .entry-content {
	margin-bottom: 10px;
	padding-top: 60px;
}

.colgrid .format-link .entry-content,
.colgrid .format-quote .entry-content,
.colgrid .format-audio .entry-content,
.colgrid .format-video .entry-content {
	color: #FFF;
}

.colgrid .entry-content h1 {
	margin: 0 0 20px 0;
}

.colgrid.format-link h1,
.colgrid .format-audio h1,
.colgrid .format-video h1 {
	color: #FFF;
	padding: 20px 0;
}

.colgrid .format-quote a,
.colgrid .format-link a,
.colgrid .format-audio a,
.colgrid .format-video a {
	color: #FFF;
	text-decoration: none;
}

.colgrid .format-quote i.fa,
.colgrid .format-link i.fa {
	font-size: 36px;
}

.colgrid .format-audio i.fa,
.colgrid .format-video i.fa {
	font-size: 48px;
}

.no-thumbnail h1.entry-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
}

.titleborder.center {
	text-align: center;
}

.titleborder.left {
	text-align: left;
}

.titleborder.right {
	text-align: center;
}

.titleborder {
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}

.titleborder div {
	display: inline-block;
	background-color: #fff;
	padding: 1px 12px 2px 0;
	position: relative;
}

#sitemap li {
	line-height: 30px;
	list-style: none;
}

#sitemap ul li {
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: sans-serif;
	font-weight: 600;
}

h5 {
	font-family: sans-serif;
	font-weight: 600;
}

.entry-content {
	width: 100%;
}

.entry-content h1 {
	font-size: 32px;
	margin: 0 0 40px 0;
}

.entry-content h2 {
	font-size: 25px;
	margin: 0 0 15px 0;
}

.entry-content h3 {
	font-size: 20px;
	margin: 0 0 32px 0;
}

.entry-content h4 {
	font-size: 20px;
	margin: 0 0 28px 0;
}

#home-recent-posts .entry-content h1 {
    	font-size: 24px;
    	line-height: 1.2;
    	margin: 0 0 20px 0;
}

.format-quote .entry-content p {
	font-size: 20px;
	padding-top: 12px;
	font-style: italic;
}

/*.breadcrumb {*/
/*	float: left;*/
/*}*/
/*div.breadcrumbs {*/
/*	width: 50% !important;*/
/*}*/
/*.breadcrumbs {*/
/*	font-size: 13px;*/
/*	max-width: 50%;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.breadcrumb-list {*/
/*    	width: 50%;*/
/*    	display: inline-block;*/
/*}*/

/*Хлебные крошки*/
.content-area ul.breadcrumbs {
	margin: 0;
}
.wrap-bread {
	display: flex;
	justify-content: space-between;
	align-items: center;}
@media only screen and (max-width: 768px) {
	.wrap-bread {
		flex-wrap: wrap;
	}
}
div.breadcrumbs {
	margin-bottom: 10px;
}
ul.breadcrumbs {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
ul.breadcrumbs a.breadcrumbs__link {
	color: #ff6600;
	display: inline-block;
	line-height: 12px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.breadcrumbs .breadcrumbs__current {
	color: #999999;
	display: inline-block;
	line-height: 12px;
}
ul.breadcrumbs .breadcrumbs__separator {
	color: #333333;
	padding: 0 5px;
}

.entry-content h2 {
	line-height: 30px;
}

.entry-content h5 {
	font-size: 16px;
	margin: 0 0 24px 0;
}


.post-thumb {
	background: #FFF;
	padding: 55% 0 0 0;
}

#home-tagline h1 {
	font-size: 50px;
	color: #ff6600;
	padding: 80px 20px;
}

.home.page-template hr {
	background-color: #e8e8e8;
	margin-bottom: 3em;
}

#home-content .entry-content,
#before-home-widget .entry-content {
	padding-top: 40px;
}

#before-home-widget .entry-content,
#after-home-widget .entry-content {
	margin-bottom: 60px;
}

#home-content .entry-content h2 {
	font-size: 36px;
	line-height: 1.5;
}

#home-content .entry-content p {
	font-size: 18px;
	line-height: 1.5;
	margin: 24px 0;
}

.tagline-txt {
	text-align: center;
}

.single footer.entry-meta {

}

.page-title {
	font-size: 30px;
	color: #262626 !important;
	line-height: 40px;
	float: left;
	width: 100%;
}

.pluso-wrap {
	width: 100% !important;
	float: left !important;
}

.archive .page-title {
	width: 50%;
	display: inline-block;
}

.taxonomy-description {
	display: inline-block;
}

.taxonomy-description p {
	margin-bottom: 0;
}

#single-nav {
	float: right;
}

#single-nav-left, #single-nav-right {
	float: left;
	margin-left: 10px;
}

#single-nav a {
	font-size: 12px;
	color: #666;
	background: #eee;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.nav-previous,
.nav-next {
	font-size: 14px;
}

.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
	margin-bottom: 20px;
}

.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
	padding: 8px 8px;
	border-bottom: solid 1px #dddddd;
}

.site-content .entry-content tr:hover td,
.site-content .comment-content tr:hover td,
#tinymce tr:hover td {
	background: #f7f7f7;
}

.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
	margin-bottom: 20px;
}

.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
	display: block;
	position: relative;
	padding: 1% 0 4% 0%;
}

.home-posts-description blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

/*.page .entry-content blockquote:before,
.format-standard .entry-content blockquote:before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\201c';
	color: #ff6600;
	left: 0;
	position: absolute;
}

.page .entry-content blockquote:after,
.format-standard .entry-content blockquote:after {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\201d';
	color: #ff6600;
	float: right;
	margin-top: -20px;
}*/

.page .entry-content blockquote,
.format-standard .entry-content blockquote {

}

.format-quote .entry-content blockquote:before {
	margin-left: -10px;
	content: '\ â ';
}

.format-quote .entry-content blockquote:after {
	content: '\ â ';
}

.entry-content blockquote cite:before,
.comment-content blockquote cite:before,
#tinymce blockquote cite:before {
	content: '  ';
}

blockquote {
	font-size: 16px;
}

.page .entry-content blockquote.pull-left,
.format-standard .entry-content blockquote.pull-left {
	width: 33%;
	float: left;
}

.page .entry-content blockquote.pull-left:before,
.format-standard .entry-content blockquote.pull-left:before {
	content: '';
}

.page .entry-content blockquote.pull-right,
.format-standard .entry-content blockquote.pull-right {
	width: 33%;
	float: right;
	vertical-align: middle;
}

.page .entry-content blockquote.pull-right:before,
.format-standard .entry-content blockquote.pull-right:before {
	content: '';
}

.entry-content blockquote p {
	margin: 0;
}

#secondary blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
	margin-left: 0;
}

#secondary blockquote:before {
	content: '\f106';
	font-family: 'Genericons';
	font-size: 18px;
	font-style: normal;
}

.entry-title a {
	text-decoration: none;
}

.single .content-area .entry-title {
	font-size: 28px;
}

.content-area .entry-title {
	font-size: 18px;
	color: #24242a;
}

.entry-link:hover .entry-title {
	color: #ff6600;
}

.content-area .entry-title a{
	color: #24242a !important;
}


.site-content .entry-header {
	margin-bottom: 1.5em;
}

.entry-header .entry-title {
	margin-bottom: 0.5em;
}

.entry-header img {
	width: 100%;
}

.site-content .entry-title a {
	color: #3a3a3a;
}

.site-content .entry-title a:hover {
	color: #ff6600;
}

.format-standard.sticky h1.entry-title:before {
	background-color: #ff6600;
	border-radius: 100%;
	color: #fff;
	content: '\f08d';
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 4px 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-header p {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 300;
}

.right-col .entry-meta,
.right-col .entry-header .entry-meta {
	font-size: 12px;
}

.right-col .entry-meta {
	line-height: 19px;
	color: #aaaaaa;
}

.single .right-col .entry-meta,
.single .right-col .entry-meta.no-sidebar {
}

.pluso {
	width: 100% !important;
}

.pluso a:hover{
	border-bottom: none !important;
}

.pluso-more {
	display: none !important;
}

.pluso-facebook {
	margin: 0 !important;
}

.single .right-col .entry-meta.no-sidebar,
.single .entry-meta.no-sidebar .extrameta {
	text-align: center;
}

.right-col .entry-meta {
	text-align: right;
	margin-bottom: 10px;
}

.right-col .entry-meta a {
	color: #aaaaaa;
	text-decoration: none;
}

.right-col .entry-meta a:hover {
	color: #ff6600;
}

.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.site-content .entry-header .entry-meta {
	text-align: left;
}

div.entry-thumbnail.quote {
}

.entry-content {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Georgia', Garamond, sans-serif;
	padding-bottom: 20px;
}

.single .entry-content {
	padding: 0;
}

cite {
	font-size: 14px;
	color: #ff6600;
}

address {
	font-size: 14px;
}

/*=Media
-----------------------------------*/
.img-home-post img {
	-webkit-filter: grayscale(100%);
}

.img-home-post img:hover {
}

.wp-caption-text {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

.blogroll img {
	max-width: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*=Additional
-----------------------------------*/
#callaction {
	background-color: #f0f0f0;
	border-top: solid 1px #dddddd;
}

div.callaction {
	height: auto;
	min-height: 100px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.call-action-content {
	margin: 20px auto;
}

.call-action-txt {
	float: left;
}

.call-action-txt span {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.call-action-but {
	float: right;
}

/*=Flex Slider
-----------------------------------*/
.home-posts-description .flex-direction-nav a {
	height: 30px;
	padding-top: 5px;
}

.flex-direction-nav a,
li a.flex-next,
li a.flex-prev {
	color: rgba(0,0,0,0.8);
}

.format-gallery .flex-direction-nav a {
	top: 40%;
}

.entry-media .flex-direction-nav a:before,
.gallery .flex-direction-nav a:before {
	font-size: 30px;
	padding-top: 0;
}

.entry-content .flex-direction-nav a:before {
	font-size: 30px;
	padding-top: 5px;
}

.widget .flex-viewport {
	width: 99%;
}

.widget .flex-viewport .flex-caption {
	display: none;
}

.widget .format-gallery .flex-direction-nav a {
	top: 50%;
}

.flexslider {
	overflow: hidden;
}

.tagline-txt .flexslider {
	margin-bottom: 0;
}

.entry-content .flexslider,
.widget .flexslider {
	margin: 0;
}

/*=Numbers Pagination
-----------------------------------*/
.pagination {
	float: left !important;
	width: 100% !important;
}

ul.page-numbers {
	list-style: none;
	margin: 20px 0;
	text-align: center;
}

ul.page-numbers li {
	display: block;
	float: left;
	text-align: center;
}

.page-numbers-fs a{
	background-color: transparent;
	border: 0;
	color: #898989 !important;
	background: #f8f7f7;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 4px;
	margin-top: 4px;
	width: auto;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
}

.prev {
	float: left !important;
}

.page-numbers a,
.page-numbers span {
	background-color: transparent;
	border: 0;
	color: #898989 !important;
	background: #f8f7f7;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 4px;
	margin-top: 4px;
	width: auto;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.page-numbers-r a{
	margin-right: 0;
	margin-left: 4px;
	float: right;
}

@media screen and (max-width: 760px) {

	#primary {
		width: 100%;
	}

	#secondary {
		width: 100%;
	}

	.sidebar_post_thumb img{
		width: 100%;
	}

	.page-numbers a{
		float: left ;
	}

	.next {
		float: left !important;
	}

	.colfooter {
		width: 100% !important;
		float: left;
		margin: 0;
		text-align: center;
	}

	.partner_pro {
		float: none;
		width: 160px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 760px) {
.partner_pro {
		float: left;
		width: 160px;
	}

.partner_img {
		float: left;
		margin-right: 10px;
	}
}


a.prev.page-numbers,
a.next.page-numbers {
	text-decoration: none;
}

#single-nav .fa-chevron-right,
#single-nav .fa-chevron-left {
	font-size: 11px;
}

.page-numbers a:hover,
.page-numbers span.current {
	background: #2c2c2c;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
}

.page-numbers:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.page-numbers li {
	font-size: 14px;
	display: inline;
}

/*=Plugins
-----------------------------------*/
/*= Projects */

.project-meta li,
.projects li.project {
	list-style-type: none;
}

.projects li.project h3 {
	font-size: 24px;
}

.projects li.project a {
	text-decoration: none;
}

.projects li.project h5 {
	font-weight: normal;
}

.project-meta {
	font-size: 14px;
}

ul.project-meta {
	margin-left: 0;
}

.projects-single-pagination .previous,
.projects-single-pagination .next {
	display: inline-block;
}

.projects-single-pagination .next {
	float: right;
}

blockquote.testimonials-text {
	margin: 12px 0 !important;
	padding: 0 !important;
}

.testimonials-list img.avatar {
	vertical-align: middle;
}

.single .project .project-testimonial {
	margin: 48px 0;
	padding: 8px 24px;
	border: solid 1px #dedede;
}

.projects_list_widget img {
	height: auto;
	max-width: 75px;
	width: 100%;
	vertical-align: middle;
	padding-right: 10px;
}

/*= JetPack */
#infinite-handle span {
	text-transform: uppercase;
}

span.infinite-loader {
	margin: 15px 45%;
}

.format-quote .sharedaddy {
	background: #FFF;
	color: #404040;
	padding-top: 20px;
}

.format-quote div.sharedaddy h3.sd-title:before {
	border-color: #ddd;
}

.format-link .sharedaddy {
	color: #FFF;
}

.format-link div.sharedaddy h3.sd-title:before {
	border-color: #FFF;
}
/*= WooCommerce */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
	font-size: 13px;
	margin: 0;
}

.wooshop-title {
	float: left;
	max-width: 70%;
}

.single-product .page-header {
    	min-height: 85px;
}

.woocommerce .header-cart {
	float: right;
}

ul.header-cart {
	list-style: none;
	margin: 0;
	margin-top: 5px;
}

.header-cart li a {
    	color: #fff;
    	text-decoration: none;
    	padding: 10px;
    	font-size: 12px;
    	background-color: #ff6600;
}

.header-cart li a:before {
	content: '\f447';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	vertical-align: middle;
}
/*=Post Format
-----------------------------------*/
.status {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.entry-meta .genericon {
	background: #444;
	color: #FFF;
	font: normal 24px/1.5 'Genericons';
	width: 36px;
	height: 36px;
}

.entry-title .genericon {
	font: normal 32px/1 'Genericons';
}

.home-posts-description iframe,
.home-posts-description embed,
.home-posts-description object {

}

.home-posts-description .wp-caption-text {
	display: none;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-link p a:before {
	font-family: "FontAwesome";
	content: '\f0c1';
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.format-aside .entry-content,
.format-status .entry-content,
.format-link .entry-content {
	padding: 20px 0;
}

.format-status .entry-content,
.format-aside .entry-content {
	border: solid 3px #dddddd;
	padding: 20px 12px 0 12px;
}

.format-link .entry-content {
	text-align: center;
}

.format-link .entry-content div[class*="genericon-link"]::before {
	color: #FFF;
}

.format-link p a {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}

.format-status .entry-content h3,
.format-link .entry-content h3 {
	margin: 0;
}

.format-gallery .entry-content h1,
.format-image .entry-content h1,
.format-link .entry-content h1,
.format-audio .entry-content h1,
.format-video .entry-content h1,
.format-status .entry-content h1,
.format-aside .entry-content h1 {
	font-size: 24px;
}

.single .format-link .entry-content a {
	display: inline-block;
	font-size: 18px;
}

.mejs-container {
	margin-bottom: 20px;
}

div.metka.genericon {
	background: #444;
	color: #FFF;
	padding: 0 5px;
	width: 26px;
}

div.metka.genericon.genericon-status,
div.metka.genericon.genericon-link,
div.metka.genericon.genericon-aside {
	background: none;
	padding: 0;
}

div[class*="genericon-link"]::before,
div[class*="genericon-aside"]::before,
div[class*="genericon-status"]::before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	color: #404040;
}

div[class*="genericon-link"]::before {
	content: '\f0c1';
}

div[class*="genericon-aside"]::before {
	content: '\f069';
}

div[class*="genericon-status"]::before {
	content: '\f024';
}

.entry-content span.genericon.genericon-quote {
	font-size: 24px;
}

/*=Post Format Icons
---------------------------------*/
a.widget-format-link::before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
}

a.widget-format-link[href*="aside"]::before {
	content: '\f069';
}

a.widget-format-link[href*="quote"]::before {
	content: '\f10d';
}

a.widget-format-link[href*="gallery"]::before {
	content: '\f03e';
}

a.widget-format-link[href*="video"]::before {
	content: '\f16a';
}
/*=Gallery shortcode style
----------------------------------------*/
#content .entry-content .gallery a img,
#content .entry-content .gallery img {
	border: 0;
}

.image-navigation {
	padding-top: 15px;
}

.entry-content .flexslider {
	margin: 0 0 0;
}

.entry-content .flexslider ul {
	margin-bottom: 0;
}

.archive .flexslider,
.home-posts-description .flexslider {
	margin: 0;
}

/* =Meta
----------------------------------------------- */
.cat-links:before,
.tags-links:before {
	margin-right: -4px;
}

.author,
.cat-links,
.posted-on,
.tags-links {
	margin-right: 2px;
}

.author:before,
.posted-on:before,
.cat-links:before,
.tags-links:before {
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

.posted {
	padding: 0 0 5px;
	color: #7f7f7f;
	font-family: sans-serif;
}

/* =Link Meta
----------------------------------------------- */
.edit-link:before {
	content: '\f411';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
}

.edit-link {
	display: block;
	margin-top: 10px;
}

/*=Scroll Up
-----------------------------------------------*/
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #2c2c2c;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 20px;
}

/*=Input / Submit
-----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ff6600;
	border-radius: 2px;
	cursor: pointer;
 /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
 /* Corrects inability to style clickable 'input' types in iOS */
	text-decoration: none;
	padding: 10px 16px;
	font-family: sans-serif;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 1px;
	white-space: nowrap;
	border-bottom: none;
	border-right: none;
	border-top: none;
	border-left: none;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in;
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #fd7b24;
}

/*=Button*/
.btn,
.site-header a.btn,
.site-content a.btn,
.site-footer a.btn {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
}

#content a.btn:hover {
	color: #FFF;
	text-decoration: none;
}

.btn.large {
	padding: 16px 42px;
	font-size: 24px;
}

.btn,
.btn.small {
	padding: 8px 28px;
	font-size: 16px;
}

.btn.orange {
	background: #ff7f66;
}

.btn.orange:hover,
.btn.orange:focus {
	background: #ff7257;
}

.btn.orange.active,
.btn.orange:active {
	background: #ff6547;
}

.btn.blue {
	background: #2185c5;
}

.btn.blue:hover,
.btn.blue:focus {
	background: #1f7cb8;
}

.btn.blue.active,
.btn.blue:active {
	background: #1d73ab;
}

.btn.red {
	background: #e85451;
}

.btn.red:hover,
.btn.red:focus {
	background: #e64743;
}

.btn.red.active,
.btn.red:active {
	background: #e85451;
}

.btn.green {
	background: #228B22;
}

.btn.green:hover,
.btn.green:focus {
	background: #01bf80;
}

.btn.green.active,
.btn.green:active {
	background: #228B22;
}

/* =Forms
----------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #FFF;
	border: 2px solid #E4E4E4;
	border-radius: 2px;
	color: #666;
	display: block;
	font: inherit;
	margin: 5px 0 10px;
	outline: none!important;
	padding: 7px 15px;
	max-width: 98%;
}

textarea {
	resize: vertical;
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary textarea {
	max-width: 86%;
}

.site-footer input[type="search"],
#secondary input[type="search"] {
	width: 86%;
}

#primary input[type="search"] {
	width: 50%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #222;
	border: 2px solid #ff6600;
}

/* =Contact Form 7
-----------------------------*/
div.wpcf7 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.wpcf7-form p {
	font-size: 13px;
	margin: 10px 0 0;
}

.wpcf7-form p:last-of-type {
	margin: 0;
}

div.wpcf7-validation-errors {
	margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
	font-size: 0.95em;
	font-family: 'Verdana';
}

.wpcf7-response-output {
	background: #f4f4f4;
	color: #888;
	display: none;
	line-height: 1.45em;
	margin-top: 30px;
	padding: 12px;
	text-align: center;
}

input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="password"],
input.wpcf7-not-valid[type="email"],
input.wpcf7-not-valid[type="url"],
input.wpcf7-not-valid[type="tel"],
textarea.wpcf7-not-valid {
	border-color: #FF4847;
}

/* =Widgets
----------------------------------------------- */
.author-avatar,
.author-description {
	float: left;
}

.author-avatar {
	width: 80px;
}

.author-description {
	margin-left: 10px;
	width: 70%;
}

.author-description h4 {
	line-height: 1;
	margin-bottom: 8px;
}

.author-description p {
	font-size: 13px;
}

.author-follow {
	margin-left: 90px;
}

.widget .author-follow .fa {
	margin-right: 0;
}

.author-follow .fa {
	color: #FFF;
	padding: 5px;
	width: 24px;
}

.author-follow .fa-twitter {
	background: #33ccff;
}

.author-follow .fa-google-plus {
	background: #dd4b39;
}

.author-follow .fa-facebook {
	background: #3b5998;
}

.featured-page {
	border: 1px solid #dedede;
}

.featured-page h3,
.featured-page p {
	padding: 10px;
}

.featured-page p.widget-title {
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

.featured-page h3.widget-title {
	font-weight: 400;
	margin-bottom: 10px;
}

#secondary .featured-page h3.widget-title {
	font-weight: 600;
	font-size: 18px;
}

.recent-posts-title {
	border-top: solid 1px #eaeaea;
    	border-bottom: solid 1px #eaeaea;
    	text-align: center;
    	font-size: 18px;
    	color: #525252;
    	font-weight: 700;
    	margin: 40px;
    	padding: 20px;
    	text-transform: uppercase;
}

.image-text-widget,
.icon-widget {
	text-align: center;
}

.icon-widget .fa {
	font-size: 42px;
	line-height: 1.5;
}

.green.fa {
	color: #31c493;
}

.blue.fa {
	color: #ff6600;
}

.red.fa {
	color: #ff6600;
}

.btn.green {
	background-color: #31c493;
}

.btn.blue {
	background-color: #ff6600;
}

.btn.red {
	background-color: #ff6600;
}

.btn.default {
	background-color: #ff6600;
}

.call-to-action {
	padding: 4% 6%;
}

#secondary .call-to-action {
	text-align: center;
}

#secondary .call-to-action-button {
	margin: 20px 0 15px 0;
}

#prebefore-home-widget .call-to-action {
}

#prebefore-home-widget .call-to-action-text {
	float: left;
	width: 60%;
}

#prebefore-home-widget .call-to-action-button {
	float: right;
}

/*my style*/

.expert {
font-family: sans-serif;
font-size: 16px;
line-height: 24px;

}

#player {
height: 430px;
}

.entry-title-middle {
font-size: 15px !important;
}

.index_cat_name {
position: absolute;
}

.href_index_all {
color: #b5b5b5 !important;
bottom: 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}

.href_index_all:hover {
text-decoration: underline !important;
}

.mobile {
position: relative;
text-transform: uppercase;
margin: 20px 0;
font-size: 10px;
}

.mobile img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.mobile:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.full-ver {
padding: 20px 0;
}

.writeour {
float: right;
margin-right: 15px;
padding: 16px 0;
}

.menusvg {
top: 20px;
left: 104px;
position: absolute;
}

/* Начало - Стиль HOME POST MIDDLE 2 MINI*/

.home-middle2-date {
	color: #898989;
	font-size: 12px;
	text-transform: lowercase;
	white-space: nowrap;
}

.home-middle2-title {
float: left;
width: 78%;
}

 .entry-content-middle2 {
     float: left;
     width: 100%;
     border-top: solid 2px #efefef;
	 padding-top: 0.6em;
     position: relative;
  }
   .entry-thumbnail-middle2
  {
     width: 16%;
     margin-right: 5%;
     float: left;
     overflow:hidden;
     margin-top: 4px;
  }

   .entry-thumbnail-middle2 img
  {
    float: left;
  }
  .entry-title-middle2 {
      font-size: 100%;
      text-decoration: none !important;
	  margin-bottom: 4px;
  }

  .entry-content-middle2 a:hover {
      color: #ff6600 !important;
  }

/* Конец - Стиль HOME POST MIDDLE 2 MINI*/

/* Начало - Стиль HOME POST MIDDLE LEFT */
.entry-content-middlebig {
width: 31.2%;
float: left;
margin-right: 2px;
background-color: black;
overflow:hidden;
position: relative;
}
.entry-thumbnail-middlebig img {
width: 100%;
float: left;
}
.text-for-middlebig {
bottom: 0;
max-width: 100%;
position: absolute;
color: white;
padding: 20px;
font-size: 18px;
font-weight: bold;
color: white !important;
}
/* Конец - Стиль HOME POST MIDDLE LEFT */

/* Начало - Стиль HOME POST MIDDLE RIGHT */
.entry-content-middle-right {
width: 65.5%;
float: left;
margin-left: 3%;
background-color: black;
overflow:hidden;
position: relative;
}
.entry-thumbnail-middle-right img
{
width: 100%;
float: left;
}
.text-for-post-middle-right {
bottom: 0;
max-width: 100%;
position: absolute;
padding: 20px;
color: white !important;
font-size: 24px;
font-weight: bold;
}
/* Конец - Стиль HOME POST MIDDLE RIGHT */

/* Начало - Стиль HOME POST TOP LITLE RIGHT */
.entry-content-top-mini {
overflow:hidden;
background-color: black;
position: relative;
margin-bottom: 2px;
}
.entry-thumbnail-home-mini img
{
height: 18%;
width: 100%;
float: left;
}
.text-for-post-mini {
bottom: 0;
position: absolute;
padding: 20px;
width: 100%;
width: 165%;
color: white !important;
}

.entry-title-mini {
	font-size: 100%;
}

.entry-title-top {
	font-size: 100%;
}
/* Конец - Стиль HOME POST LITLE RIGHT */

/* Начало - Стиль HOME POST BIG LEFT */

.entry-content {
	float: left !important;
}
.entry-content-top-post {
float: left;
overflow:hidden;
background-color: black;
position: relative;
width: 100%;
}
.entry-thumbnail-home-big img{
width: 100%;
float: left;
}
.text-for-post {
bottom: 0;
min-width: 100%;
position: absolute;
color: white;
padding: 20px;
font-size: 175%;
font-weight: bold;
color: white !important;
}
/* Конец - Стиль HOME POST BIG RIGHT */

.text-for-post, .text-for-post-mini, .text-for-middlebig, .text-for-post-middle-right {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)) ;
}

.entry-content-top-post:hover  img{
	opacity: 0.85;
}
.entry-content-top-mini:hover  img {
	opacity: 0.85;
}
.entry-content-middlebig:hover img {
	opacity: 0.85;
}
.entry-content-middle-right:hover   img {
	opacity: 0.85;
}

/* Начало - Стиль Шапка сайта */

.hoverssilki {
	padding: 60px 60px 0px 60px;
	text-align: center;
	font-size: 12px;
	color: #d4d4d4;
}
.hoverssilki > a {
	text-align: center;
}

.hoverssilki ul {
	list-style: none;
}

.left_block_tel {
margin-left: 25px;
font-size: 11px;
}

.left_block_post {
margin-left: 25px;
font-size: 11px;
color: #d4d4d4;
text-decoration: underline;
}

.left_block_soc {
	width: 104px;
	position: relative;
	height: 30px;
	margin: auto;
	display: flex;
    justify-content: center;
}

.left_block_logobig {
width: 100%;
float: left;
padding: 30px 20px;
background-color: #262626;
margin-bottom: 10px;
}

.left_block_section {
background-color: #2c2c2c;
position: fixed;
float: left;
width: 250px;
height: 100%;
overflow: hidden;
}

.left_block_hr {
background-color: #262626;
}

.left_block_postsvg {
float:left;
margin: 3px 0;
}

.left_panel_footerlogo {
text-align: center;
margin: 0 auto;
padding: 10px 20px;
padding: 4% 54px;
}

.left_panel_cont {
padding: 0 60px;
line-height: 30px;
font-size: 12px;
color: #d4d4d4;
}

.left_a_cont {
text-decoration: underline;
color: #565656;
}

/* Конец - Стиль Шапка сайта */

.content-area ul {
	margin-left: 30px;
}
.disabled {
    display: none;
}

/* Начало - Стиль КАТЕГОРИЙ (ВСЕХ) */
.cat-content {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    border-bottom: solid 1px #efefef;
    overflow: hidden
}
.cat-thumb {
    height: 150px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 26%
}
.cat-content a {
    color: #242424 !important;
    text-decoration: none !important
}
.cat-content h4:hover {
    color: #ff6600 !important;
    text-decoration: none !important
}
.category_content_bar {
	float: left;
	width: 71%;
	margin-left: 3%
}
.category_content_bar .category_more{
	color: #ff6600 !important;
}
.category_title_chars {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}
.category_date {
	font-size: 13px;
	float: left;
	text-transform: lowercase;
}
.category_more {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
}
/* Конец - Стиль КАТЕГОРИЙ (ВСЕХ) */

/* Начало - Стиль для КАТЕГОРИИ АНОНСОВ */

.class_hr hr{
    margin: 0px;
    height: 2px;
    background-color: #efefef;
}

.post_title h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #242424;
    text-decoration: none;
}

.post_title:hover h4{
    color: #ff6600;
    text-decoration: none;
}

.class_hr_orange hr{
    margin: 0px;
    height: 2px;
    background-color: #ff6600;
}

.col_event_cat {
    position: relative;
	border-bottom: solid 1px #efefef;
	margin-bottom: 20px;
	float: left
}

.cat_title_event {
    float: left; width: 74%;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative
}

.pin_svg {
    float:left;
	margin: 3px 0;
	margin-right: 10px
}

.details_cut_announce {
	position: relative;
	color: #ff6600 !important;
	font-size: 12px; background-color: #f8f7f7;
	padding: 10px 25px;
	text-decoration: none;
	font-weight: bold
}

/* Конец - Стиль для КАТЕГОРИИ АНОНСОВ */

/* Начало - Стиль для АНОНС ЗАПИСЬ */

.class_hr hr{
    margin: 0px;
    height: 2px;
    background-color: #efefef;
}

.class_hr {
	color: #939393;
	font-size: 110%;
	text-align: center
}

.post_title a{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #242424 !important;
    text-decoration: none !important;
}

.post_title a:hover {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #242424;
    text-decoration: none
}

.class_hr_orange hr{
    margin: 0px;
    height: 2px;
    background-color: #ff6600;
	text-align: center
}

.class_hr_orange {
	color: #ff6600;
	border-bottom: solid 2px #ff6600;
	font-size: 210%;
	font-weight: bold;
	text-align: center;
}

.col_event {
    width: 100%;
	float: left;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	margin: 30px 0;
	padding: 15px 0;
}

.col_date {
    width: 22%;
	padding: 12px;
	float: left;
}

.month {
	color: #ff6600;
	font-size: 145%;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}

.cont_event {
	width: 50%;
	float: left;
	padding: 0 15px;
	word-wrap: break-word;
}

.adress {
	font-weight: bold;
	margin-bottom: 15px;
}

.site_event {
	margin-bottom: 15px;
}

.thumb_event {
	width: 26%;
	float: left;
}

/* Конец - Стиль для АНОНС ЗАПИСЬ */

.grayscale {
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
}

a:hover .grayscale {
 -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


.grayscale:hover {
 -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media screen and (min-width: 1001px) {
	#primary {
		min-height: -moz-calc(1117px - 252px - 56px);
		min-height: -webkit-calc(1117px - 252px - 56px);
		min-height: calc(1117px - 252px - 56px) ;
	}
}

.page .entry-content a{
	color: #de5900;
	text-decoration: none;
}

.page .entry-content a:hover{
	color: #ff6600 !important;
	border-bottom: solid 1px #ff6600;
}

#load-posts {
    text-align: center;
    background-color: #f8f7f7;
    padding: 10px;
    margin-bottom: 15px;
}

#load-posts a{
    color: #ff6600;
    text-decoration: none;
}


.link-menu {
    color: #d4d4d4;
	text-decoration: underline !important;
}

.link-menu:hover {
    color: #ff6600;
	text-decoration: underline !important;
}

.menu-new-container .menu{
    margin: 0;
}

.mostview-pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 6px 10px 0px 0px;
}

.mostview {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #efefef;
}

.mostview .mostview-cat {
color: #898989 !important;
font-size: 12px;
}

.mostview .mostview-cat a{
color: #898989 !important;
font-size: 12px;
}

.mostview:hover .mostview-cat a{
color: #898989 !important;
font-size: 12px;
}

.mostview .mostview-cat a:hover{
color: #ff8d41 !important;
font-size: 12px;
}

.mostview a {
color: #242424 !important;
font-size: 15px;
}

.mostview:hover a {
color: #ff640b !important;
font-size: 15px;
}

/* .single_related - это блок одного поста */
.single_related {
	float: left;
	width: 49%; /* задаем ширину */
	margin-right:1%; /* отступ справа */
	height: 265px;
	position:relative;
	margin-bottom: 30px;
}

.single_related .single_related_date {
    color: #898989;
}

.single_related_thumbnail {
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.single .sigle_related_title {
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
}

.single_related a {
     color: #242424 !important;
}
.single_related a:hover {
    color: #ff6600 !important;
}

.widget-area .sidebar_post_news a{
    color: #242424;
}

.sidebar_post {
	border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget-area .sidebar_post a{
    color: #242424;
}

.widget-area .sidebar_post_title {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 500;
}

.owl-carousel .sidebar_post_title {
    color: white;
	margin-bottom: 0 !important;
	font-family: sans-serif;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

.owl-dots {
	margin-top: 0 !important;
	height: 10px;
}

.owl-prev {
	position: absolute;
	left: 0;
}

.owl-next {
	position: absolute;
	right: 0;
}

.owl-item:hover {
	opacity: 0.9;
}

.owl-carousel a{
	border-bottom: none;
}

.sidebar_post_title {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 500;
	color: #242424;
}

.sidebar_post a{
    color: #242424;
}

.widget-area .sidebar_post_date {
    padding-bottom: 15px;
    color: #898989;
	font-size: 12px;
}

.widget-area .sidebar_post_date a{
    color: #898989;
}

.widget-area .sidebar_post_date b{
    color: #898989 !important;
    font-weight: 400 !important;
}

.single_related:nth-child(4){
	margin-right:0; /* у последнего, четвертого элемента, отступа справа быть не должно */
}

.wrap {
   background-color: #f8f7f7;
position: relative;
}

.home .site-content {
   background-color: white;
}

.middlegrid3 .col a{
   color: #212121;
}

.home .site-content {
    padding-bottom: 0px;
}

.modal-content {
    padding: 20px 40px;
}

.close {
    height: 50px !important;
    width: 10px !important;
}

.close:hover {
    background-color: white;
}

.buttonmod {
    width: 100%;
    background-color: #ff6600 !important;
    height: 31px !important;
    padding: 0px !important;
    border-radius: 3px !important;
    color: white !important;
}

.close  span{
    height: 20px;
    font-size: 25px;
    font-weight: bold;
}

.modal-body {
    color: #b5b5b5 !important;
}

.modal-header h4{
    text-align: left !important;
    text-transform: none;
    font-weight: normal;
    font-size: 24px;
}

.ulogin_label {
    margin-bottom: 10px;
}

.modal-title {
    color: #676767;
    font-size: 20px;
    margin-bottom: 20px !important;
}

.buttonmod:hover {
    background-color: #de5900 !important;
}


.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}

.otpravitinfo input {
    background-color: #ff6600 !important;
    font-weight: normal !important;
}

.otpravitinfo input:hover{
    background-color: #de5900 !important;
}

.modal-us input, textarea{
    background-color: #f8f7f7;
    border-color: #f8f7f7;
}

.modal-us input:focus{
    border-color: #dadada;
}

.modal-us :focus, .modal-us textarea:focus{
    background-color: white;
    border-color: #dadada;
}

.modal-us .modal-content {
    border-radius: 0;
    padding: 30px 40px;
    padding-bottom: 40px;
    width: 600px;
}

.modal-content  {
    border-radius: 0 !important;

}

.modal-us .modal-content {
    font-size: 15px;
    text-align: left;
    color: #676767;
}

.modal-us .modal-content h4{
    font-size: 24px;
    font-weight: normal;
}

.vhod2 button{
    float: right;
    font-size: 12px;
	margin-top: 0px;
	height: 56px;
    text-transform: uppercase;
    vertical-align:middle;
    background: #ffffff;
    border-radius: 0;
    color: #ff6600;
    font-weight: bold;
	padding: 20.5px;
	position: relative;
}

.site-branding .vhod2 button:hover{
    color: white;
    background-color: #ff6600 !important;
}

.zatemnenie {
    background-color:black;
    opacity: 0.7;
}

.home-grid .col{
	max-width: 312px;
	float: left;
}

 .metka3 {
      background-color: rgba(242,26,46,0.7);
      padding: 2px 5px;
      border-radius: 2px;

      margin-right: 8px;
  }

  .metka4 {
      background-color: rgba(212,138,22,0.7);
      padding: 2px 5px;
      border-radius: 2px;

      margin-right: 8px;
  }

  .metka5 {
      background-color: rgba(26,138,242,0.7);
      padding: 2px 5px;
      border-radius: 2px;

      margin-right: 8px;
  }

  .metka6 {
      background-color: rgba(32,185,176,0.7);
      padding: 2px 5px;
      border-radius: 2px;

      margin-right: 8px;
  }

  .metka7 {
      background-color: rgba(122,159,23,0.7);
      padding: 2px 5px;
      border-radius: 2px;

      margin-right: 8px;
  }

  .metka {
      text-transform: uppercase;
      font-size: 10px;
      margin-top: -10px;
      margin-bottom: 10px;
  }

.facebook {
    background: url(img/facebook-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-right: 10px;
	margin-top: 2px;
	position: relative;
}

.facebook:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.youtube {
    background: url(img/youtube-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-right: 10px;
	margin-top: 4px
}

.youtube:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.google {
    background: url(img/g+orange.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-right: 10px;
	margin-top: 4px
}

.google:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.twitter {
    background: url(img/twitter-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-top: 3px;
}

.twitter:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.facebook2 {
    background: url(img/facebook.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.facebook2:hover {
    background: url(img/facebook-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.youtube2 {
    background: url(img/youtube.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.youtube2:hover {
    background: url(img/youtube-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.google2 {
    background: url(img/g+.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.google2:hover {
    background: url(img/g+orange.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.twitter2 {
    background: url(img/twitter.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.twitter2:hover {
    background: url(img/twitter-orange.svg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

body {

}

.colfooter {
    width: 33%;
    float: left;
    margin: 0;
}

.searchbut {
	color: red !important;
	z-index: 40 !important;
	margin-left: 75%;
}

.search-left input:focus {
  background-color: #373737;
  width: 64.5% !important;
  max-width: 64.5% !important;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  color: #d4d4d4 !important;
  padding-right: 30px;
}

.search-left input:focus::-webkit-input-placeholder {
	color: #d4d4d4 !important;
}

.search-left input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
.search-left input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

.search-left form {
  color: #585757;
  position: relative;
  width: 132px;
  float: left;
  margin-top: 10px;
}
.search-left input, .search-left button {
  outline: none;
  background: transparent;
  border: none;
}
.search-left input {
  color: #585757 !important;
  width: 93px;
  height: 28px;
  padding-left: 0;
  border-bottom: 3px solid #F9F0DA;
  background-color: transparent;
  float: left;
  margin: 0;
  border: none;
}

.search-left input{
    outline: none;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 25px;
}

.search-left ::-webkit-input-placeholder {color:#4d4d4d;}
.search-left ::-moz-placeholder          {color:#4d4d4d;}/* Firefox 19+ */
.search-left :-moz-placeholder           {color:#4d4d4d;}/* Firefox 18- */
.search-left :-ms-input-placeholder      {color:#4d4d4d;}

.search-left button {
z-index: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  height: 42px;
  width: 24px;
  position: relative;
  cursor: pointer;
  background: none !important;
  padding-right: 7px;

  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}

.search-left button:hover {
	color: red !important;
	z-index: 40 !important;
	margin-left: 75%;
}

.search-left button:before {
  content: url(img/fa-search.svg);
  margin-right: 10px;
}
.search-left input:focus {
  border-color: #311c24;
  border: 0px !important;
    outline: none;
}

input, textarea {outline: none;}

button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}


.left-sidebar {
    padding: 0 60px;
    color: #d4d4d4;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    }

.left-sidebar li{
    list-style-type: none;
    padding: 5px 0px;
    color: #ff6600;
    }

.menu-new-container:hover .current-menu-item {
    list-style-type: none;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container:hover .current-menu-parent {
    list-style-type: none;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container:hover .current-menu-item:hover {
    list-style-type: disc;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container:hover .current-menu-parent:hover {
    list-style-type: disc;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container .current-menu-item {
    list-style-type: disc;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container .current-menu-parent {
    list-style-type: disc;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container li:hover{
    list-style-type: disc;
    color: #ff6600;
    padding: 5px 0px;
    }

.menu-new-container li a{
    list-style-type: none;
    text-decoration: none;
     color: #d4d4d4;
    }

.hoverssilki a{
    color: #d4d4d4 !important;
	text-decoration: none !important;
    }

.hoverssilki a:hover{
    color: #ff6600 !important;
	text-decoration: none !important;
    }

.lang {
    float:left;
	padding: 19.5px 5px;
    font-size: 10px;
    color: #aca8a3;
    text-transform: uppercase;
	position: relative;
	text-decoration: none !important;
    }

.active-lang {
    border-bottom: solid 2px #ff6700;
	font-weight: bold;
	color: #2d2d2d;
    }

/* Начало - АДАПТИВНЫЙ СТИЛЬ для IPAD */
@media screen and (max-width: 1000px) {

.left_block_section {
display: none;
}

.lang {
color: white;
}
.lang:hover {
color: white;
font-weight: bold;
text-decoration: none;
}
.site-branding {
	position: relative;
	float: left;
	width: 100%;
}
.topposthome {
max-width: 1361px;
}

.current{
border-bottom: solid 1px white;
color: white !important;
font-weight: bold;
}
.display-no-1361 {
display: none !important;
}
.socicons {
float:right;
padding:10px;
margin: 10px 2px;
}
body {
max-width: 1361px;
margin: 0 auto;
}
.left_panel-stay {
display: none;
}
#wrap-header {
background-color: #2c2c2c;
max-height: 57px;
}
.out-wrap {
background-color: #2c2c2c;
}
.napishinam {
border-left: solid 1px #222222;
float:right;
padding: 21px;
max-height: 55px;
color: white;
font-size: 12px;
text-transform: uppercase;
vertical-align:middle;
}
.date-top {
display: none;
}
.site-footer {
display: block !important;
}
.disp1368 {
display: block !important;
float: left;
}
.right-col-ful {
float: left;
padding-left: 0px !important;
}

}
/* Конец - АДАПТИВНЫЙ СТИЛЬ для IPAD */

@media screen and (max-width: 1300px) and (min-width: 1001px){
	.right-col-ful {
		padding-left: 20% !important;
	}
	.left_block_section {
		width: 20% !important;
	}
	.left_block_logobig {
		width: 100%;
float: left;
padding: 30px 20px;
background-color: #262626;
margin-bottom: 10px;
	}

	.left-sidebar {
		padding: 0 20%;
		font-size: 80%;
	}

	.hoverssilki {
		padding: 20% 20% 0 20%;
	}
	.left_panel_cont {
	padding: 0 20%;
	}
	.left_panel_footerlogo {
	padding: 4% 18%;
	}
}

.content-area {
	width: 66%;
	float: left;
	padding: 3.4%;
	background-color: white;
	margin: 0;
	position: relative;
	height: 100%;
}

.site-content {
	padding: 0px;
}

.widget-area {
    padding: 40px 30px 30px 30px;
	float: right;
	width: 34%;
	background-color: #f8f7f7;
	position: relative !important;
	overflow: hidden;
}

.site-branding {
background-color: white;
}
.site-footer {
display: none;
}

.current {
border-bottom: solid 1px black;
color: black;
font-weight: bold;
}

    .date-top {
    margin-left: 15px;
    margin-right: 25px;
    float:left;
	height: 56px;
	padding: 20.5px 5px;
    font-size: 10px;
    color: #aca8a3;
    text-transform: uppercase;
	position: relative;
    }

    .socicons {
    float:right;
    padding:10px;
    margin: 10px 2px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }

    .napishinam {
    border-left: solid 1px #e6e6e6;
    float:right;
    padding: 21px;
    max-height: 55px;
    color: #ff6600;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align:middle;
    font-weight: bold;
    }



    .disp1368 {
        display: none;
		max-height: 55px;
		}

    .right-col-ful {
        margin: 0 auto;
        padding-left: 250px;
		}

    /*элементы левой панели в состоянии 1300*/
		.left_panel-stay {
		max-width:250px;
		height: 100%;
		position: fixed; /*обязательное свойство*/
		background:#2c2c2c;
		float: left;
		}

    body  {
        max-width: 1362px;
		margin: 0 auto;
		}

	#wrap-header {
	background-color: white;
	}

	.out-wrap .wrap{
	background-color: white;
	}



.call-to-action-text h3 {
	font-size: 24px;
	line-height: 1.2;
}

#prebefore-home-widget h3 {
	margin: 0;
}

#prebefore-home-widget .call-to-action-button a.btn {
	padding: 15px 30px;
	font-size: 18px;
	line-height: 1.5;
}

.widget-area .widget {
	margin-bottom: 40px;
}

.widget-area .widget ul,
.site-footer ul {
	list-style: none;
	margin: 0;
}

.widget_nav_menu .menu ul li {
	margin: 5px 0 5px 10px;
}

.widget ul li {
	margin: 5px 0 0 0;
}

.widget-area .widget-title a {
	color: #3a3a3a;
}

.widget-area .widget-title a:hover {
	color: #ff6600;
}

.widget-area .widget_recent_entries .post-date {
	color: #aaaaaa;
}

#home-widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#home-txt {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}

#home-txt span,
.widget-title span {
	text-transform: uppercase;
	border-bottom: solid 2px #2c2c2c;
}

#home-txt span a {
	text-decoration: none;
}

.textwidget,
.widget-area {
	font-size: 14px;
}

.widget-title {
	font-size: 0.9em;
	color: #525252;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#aside-post-format-widget .hentry,
#quote-post-format-widget .hentry,
#gallery-post-format-widget .hentry,
#video-post-format-widget .hentry {
	padding: 0;
	margin: 0;
}

#quote-post-format-widget p:before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f10d';
	padding-right: 5px;
	vertical-align: middle;
}

#quote-post-format-widget {
	background: #ff6600;
	color: #FFF;
	padding: 10px 15px;
}

.widget time.entry-date {
	font-size: 12px;
}

#wp-calendar {
	width: 100%;
	font-size: 11px;
}

#wp-calendar thead th {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 11px;
}

#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #ddd;
	line-height: 2.5em;
}

#wp-calendar caption {
	text-align: center;
	margin-bottom: 5px;
}

td#next {
	text-align: right;
}

#wp-calendar tbody td a,
#wp-calendar tbody td a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#wp-calendar tfoot td {
	padding-top: 1px;
	padding: 4px;
}

#wp-calendar caption {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px;
	outline: 0 none !important;
	background: #ff6600;
	color: #fff;
}

#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}

#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 2px 0;
	color: #a7a7a7;
}

#wp-calendar tfoot td#next {
	text-align: right;
}

#footer #wp-calendar thead th {
	background: #232323;
}

#footer #wp-calendar thead th,
#footer #wp-calendar tbody td {
	border-color: #333;
}

.site-footer h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget .fa {
	margin-right: 5px;
}

.widget p {
	margin-bottom: 1em;
}

.footerwidget-left li,
.footerwidget-right li {
	list-style-type: none;
	margin-bottom: 10px;
}

.widget-footer ul {
	margin: 0;
}

.widget-footer h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.search-submit {
	display: none;
}

/*=Col Grid
-----------------------------------*/
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}
/* col */
.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}

/* grid4 col */
.grid4 .col {
	width: 22.6%;
}

/* grid3 col */
.grid3 .col {
	width: 31.2%;
}

/* grid2 col */
.grid2 .col {
	width: 48.4%;
}

/* Стиили Ulogin от bootstrap */


@media screen and (max-width: 1920px) and (min-width: 1900px){

}

.hello-user {
    float:right;
    padding: 19px;
    color: white;
    font-size: 12px;
    vertical-align: middle;
    background: #262626;
     font-weight: bold;
        text-transform: uppercase;
    }

.poplogin {
    float:right;
    color: white;
    font-size: 12px;
    vertical-align: middle;
    background: rgba(38, 38, 38, 1);
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 0px;
	height: 56px;
	padding: 20.5px;
    }

.ulogin {
    vertical-align: middle;
	float: right;
    }

.ulogin a:hover {
    background: #ff6600;
    color: white;
    }

.ulogin a  {
    text-decoration: none !important;
    }

.close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2
}
.close:hover,.close:focus {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5
}
button.close {
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0
}
.modal-open {
	overflow:hidden;
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0;
	color: black;
}
.modal.fade .modal-dialog {
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-webkit-transform:translate3d(0,-25%,0);
	-o-transform:translate3d(0,-25%,0);
	transform:translate3d(0,-25%,0)
}
.modal.in .modal-dialog {
	-webkit-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000
}
.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=50);
	opacity:.5
}
.modal-header {
	min-height:16.43px;
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;

}
.modal-body {
	position:relative;
}
.modal-footer {
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}

@media (max-width:1000px) {
	.site-branding .btn-c {
		color: white !important;
		border-left: solid 1px #262626;
	}
}

@media (min-width:768px) {
	.modal-dialog {
		width:600px;
		margin:30px auto
	}
	.modal-content {
		-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
		box-shadow:0 5px 15px rgba(0,0,0,.5)
	}
	.modal-sm {
		width:300px
	}
}

@media (max-width:560px) {
	.left_panel .btn-c{
		float: left;
		text-align: center;
		width: 100%;
	}
	.left_panel .ulogin {
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 3px;
	}

	.left_panel .poplogin  {
		width: 100%;
		float: left;
		margin: 0 !important;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 3px;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.site-branding .btn-c{
		display: none;
	}

	.site-branding .writeour {
		display: none;
	}
	.site-branding .ulogin {
		display: none;
	}
}

@media (min-width:560px) {
	.left_panel .btn-c {
		display: none;
	}
	.left_panel .ulogin {
		display: none;
	}
}

.right-col {
    float: left;
    width: 82%;
    background-color: #f8f7f7;

}

.body-site {
    width: 100%;
    background-color: #2c2c2c;
    overflow: hidden;
}

.left-col {
    width: 18%;
    height: 100%;
    float: left;
}

.footer-col {
    float: right;
    width: 100%;
    background-color: #f8f7f7;
}
.btn-c {
		background-color: rgba(255,255,255,0) !important;
	}
@media (min-width:1001px) {
	#slide {
		display: none !important;;
	}
	.site-branding {
		background-color: white;
		-webkit-box-shadow: inset 0px -2px 0px 0px rgba(241,241,241,1);
		-moz-box-shadow: inset 0px -2px 0px 0px rgba(241,241,241,1);
		box-shadow: inset 0px -2px 0px 0px rgba(241,241,241,1);
		float: left;
		width: 100%;
	}

}

@media (max-width:1000px) {
   .left-col {
	   display: none;
	   transition:all 0.3s ease}
   .footer-col {
		width: 100%;
	}
	.right-col {
		width: 100%;
		transition:all 0.3s ease;
	}
	.site-branding {
		background-color: #2c2c2c;
	}
}

.rightSidebar {
   margin-top: 0px;
}

.footercols {
	padding: 60px 60px 0 60px;
}

.right-col-cont {
	width:100%;
	float: left;
}

/*Комментарии*/

.comment-form-comment textarea{
        height: 140px;
}

.my_commentlist{
        border-top:none;
}

.my_commentlist .comment{
        padding:0 0 15px 0;
        border:none;
}

.my_commentlist .pingback{
        padding:0 0 15px 0;
        border:none;
}
.my_commentlist .comment .children {
        list-style-type: none;
        padding:0px;
        margin-left:0px;/*если нужен отступ для древовидных ком. поставьте 15px*/
}

.my_commentlist .comment .children .comment{
        margin:15px 0 0 0;
        border:none;
        padding: 0;
}

#comments {
    background: #fff;
}

#comments .my_commentlist {
    margin: 10px 0;
    padding: 0;
        list-style:none;
    background: #f8f7f7;
        padding: 5px;
}
#comments .my_commentlist .comment {
    margin:0;
    padding: 0 0 0px;
        background: #fff;
}
#comments .my_commentlist .my_comment-author {
    display: inline;
    border-right: 1px solid #f8f7f7;
    width: 100px;
    float: left;
    margin: 0px 15px 10px 0;
}
#comments .my_commentlist .commentmetadata {
    float:left;
}
#comments .my_commentlist p {
    clear:none;
        color: #555;
    font: 14px arial;
    line-height: 23px;
}

#comments .my_commentlist .comment-content {
        margin-left: 116px;
        padding-right: 10px;
}

#comments .my_commentlist .reply {
    text-align:right;
	padding-bottom: 15px;
}

#comments .my_commentlist .reply a{
    background: #f8f7f7;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    color: #515456;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
        margin-right: 15px;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

.my_commentlist .avatar{
        border: medium none;
    border-radius: 50%;
    float: none;
    margin: 5px auto;
    padding: 0px;
    display: table;
}

.my_commentlist .comment-header{
    height: 30px;
    background: #f8f7f7;
        margin-bottom: 15px;
}

.my_commentlist cite.fn{
    color: #444;
    font: bold 13px/30px arial;
    padding-left: 10px;
}

.my_commentlist .com_date {
    color: #838383;
    font: normal 13px/30px arial;
    float: right;
    padding-right: 15px;
}

.my_commentlist .commentnumber {
    color: #838383;
    float: right;
    font: italic 13px/30px arial;
    padding-right: 15px;
}

.my_commentlist .comment-body {
    overflow: hidden;
    position: relative;
        background:#fff;
}

.my_commentlist .rep-authorcom {
    color: #25394e;
    font-size: 13px;
    line-height: 30px;
}

.my_commentlist .edit-link a {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #999!important;
    display: inline-block;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 30px;
    margin-right: 5px !important;
    min-height: 30px;
    text-align: center;
    text-decoration: none;
	padding-left: 0px !important;
}

.com_per {
    border: medium none;
    color: #666;
    display: block;
    font-size: 11px;
    text-align: center;
}

.vip1,.vip, .vp, .vip2, .vip3, .vip4,
.vip5, .vip6, .vip7  {
    border: medium none;
    font: bold 13px arial;
    display: block;
    text-align: center;
        margin-bottom: 5px;
        text-decoration: none;
}

.vp {color: #e82e24;}
.vip1 {color: #348be8;}
.vip2 {color: #BE005E;}
.vip3 {color: #2e517e;}
.vip4 {color: #658a18;}
.vip5 {color: #00A56D;}
.vip6 {color: #e35d28;}
.vip7 {color: #99A400;}
.vip {color: #4c5176;font-size: 11px;margin: 0;}

.comment-reply-title {
	display: none;
}

.comment-form input {
    float: left;
    width: 48%;
    margin-right: 2% !important;
    background-color: #f8f7f7 !important;
    border-color: #f8f7f7 !important;
}

.comment-form input:focus, textarea:focus {
    border-color: #dadada !important;
    background-color: white !important;
}

.form-submit input {
    background-color: #ff6600 !important;
}

.form-submit input:hover {
    background-color: #de5900 !important;
}

.comment-reply-title {
	display: none;
}

.comment-form input {
    float: left;
    width: 48%;
    margin-right: 2% !important;
    background-color: #f8f7f7 !important;
    border-color: #f8f7f7 !important;
}

.comment-form input:focus, textarea:focus {
    border-color: #dadada !important;
    background-color: white !important;
}

.form-submit input {
    background-color: #ff6600 !important;
}

.form-submit input:hover {
    background-color: #de5900 !important;
}

#subscribe-reloaded {
	display: none;
}

/* Закрыть Комментарии*/

.lead {
	float:left;
	width:100%;
	font-style: italic;
}

.content-area .adsbygoogle {
	margin-left: -5.75% !important;
	margin-right: -5.75% !important;
	background-color: white !important;
	margin-bottom: 15px;
}

.widget-area .adsbygoogle {
	width: 319px;
	height: 319px;
	background-color: rgba(0,0,0,0) !important;
}

/*Popup*/

.popbutton {
	position: fixed;
	bottom: 150px;
	right: -130px;
	background-color: #ff6600;

	color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 760px) {
	.box_window, .mask2, .revealator-slideleft {
		display: none !important;
	}
}

.box_window {
	width:500px;
	position:fixed;
	top:7%;
	left:50%;
	margin-left:-250px;
	background: #fff;
	padding:20px;
	background-color: #fff;
	border-radius: 4px;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;

	opacity: 0;
	z-index: -100;

	-webkit-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	moz-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
}

.windactiv {
	top:15%;
}

.box_window_in {
	position: relative;
}
.box_title {
	position: absolute;
	left: 0px;
	top: -30px;
	color: #fff;
}
.bw_close {
	position: absolute;
	top: -40px;
	font-size: 28px;
	color: #fff;
	right: 0px;
	cursor: pointer;
	z-index: 2;
}

.mask2 {
	position:fixed;
	left: 0;
	background:rgba(0, 0, 0, 0.5);
	display:block;
	height:100%;
	width: 100%;
	z-index:10;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}


.popwindow .Buttons, #modal_form .Buttons {
	background-color: #ff6600;
	border: solid 0px white;
	width: 100%;
	padding: 15px;
	border-radius: 4px;
}

.Buttons:hover {
	background-color: #de5900;
}

.wp-polls-ul {
	margin-bottom: 10px;
	margin-left: 0px;
}

.wp-polls-ul small {
	color: #b0b0b0 !important;
}

.wp-polls-ul .active-answer {
	background-color: #feede0 !important;
	color: #f06000 !important;
}

.wp-polls-ul .active-answer small{
	color: #f37825 !important;
}

.wp-polls-ul li{
	background-color: #ebebeb;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 4px;
}

#pop1, #pop2 {
	display: none;
}

.Buttons {
	width: 100%;
	background-color: #ff6600 !important;
}

.wp-polls-ul label {
	color: black !important;
}

.popwindow {
	width:500px;
	position:fixed;
	left:50%;
	margin-left:-250px;
	background: #fff;
	padding:20px;
	background-color: #fff;
	border-radius: 4px;
	display: none;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;

	opacity: 0;
	top: 0;

	-webkit-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	moz-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);

	z-index: 100;
}

@media screen and (max-width: 580px) {
	.popwindow {
		max-width: 97.5% !important;
		margin: 0 5px !important;
		left: 0;
	}
}

.popup-title {
	text-align: center !important;
	padding-left: 10px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px
}

.popwindow label, #modal_form label{
	color: black;
}

.popwindow p, #modal_form p{
	text-align: left;
	margin-bottom: 10px
}

.popwindow a,  #modal_form a{
	color: #ff6600;
}

.popwindow a:hover, #modal_form a:hover{
	color: #ff6600;
}

a.nodisplayform {
	color: red;
	position: absolute;
	margin-bottom: -40px !important;
	z-index: 200 !important;
}

/*End Poup*/

/* animation */

.revealator-slideleft {
	-webkit-transition: margin 400ms ease-out 1s;
	-moz-transition: margin 400ms ease-out 1s;
	-o-transition: margin 400ms ease-out 1s;
	transition: margin 400ms ease-out 1s;
}

.revealator-slideleft {
	padding: 8px 10px 12px 10px;
	margin-right: -35px;
	transform: rotate(-90deg);
}

.revealator-slideleft.revealator-within,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-above {
	margin-right: 0px;
}

.revealator-slideleft:hover {
	background-color: #de5900;
	cursor: pointer;
}

/* end animation */

.logofooter {
	width: 150px;
	padding-bottom: 10px;
}

.menu-cr {
	margin-top: 30px;
}

.menu-cr .menu{
    margin: 0;
}

.menu-cr {
    list-style-type: none;
    color: #a1a1a1;
    padding: 5px 0px;
}

.menu-cr a{
    color: #a1a1a1 !important;
}

.left-sidebar-bottom {
	padding: 0 60px;
	padding-bottom: 20px;
    color: #a1a1a1;
    text-align: left;
    font-size: 12px;
}

.left-sidebar-bottom ul{
	list-style: none;
	margin: 0;
}

.left-sidebar-bottom li{
	padding: 2px 0;
}

.carousel-wrapper {
	max-height: 320px;
}

.carousel-buttons {
	position: absolute;
}

#modal_login {
	width:500px;
	position:fixed;
	top:7%;
	left:50%;
	margin-left:-250px;
	background: #fff;
	padding:20px;
	background-color: #fff;
	border-radius: 4px;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;

	opacity: 0;
	z-index: -100;

	-webkit-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	moz-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
}

#modal_form {
	width:500px;
	position:fixed;
	top:7%;
	left:50%;
	margin-left:-250px;
	background: #fff;
	padding:20px;
	background-color: #fff;
	border-radius: 4px;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;

	opacity: 0;
	z-index: -100;

	-webkit-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	moz-box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.75);
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {

}
/* Пoдлoжкa */
#overlay {
	z-index:99; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background:rgba(0, 0, 0, 0.5); /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.popwindow .apsl-login-networks, .box_window .apsl-login-networks, .apsl-login-new-text {
	text-align: center;
}

.content-area .apsl-login-new-text {
	text-align: left;
}

.comment-form a:hover{
	text-decoration: none;
	border-bottom: 0 !important;
}

.popwindow .apsl-icon-block, .box_window .apsl-icon-block {
	width: 100%;
	float: left;
	text-align: center;
	padding: 12px !important;
}


.hoverssilki a:hover .logo-hover {
	opacity: 1;
}


.logo-hover {
	float:left;
	position: absolute;
	left: 0;
	opacity: 0;
	 transition: 1s;
}

.logo-hover:hover {
	opacity: 1;
}

.page-background .wka-box {
	display: none !important;
}

input.wpProQuiz_button {
	background-color: #ff6600 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	border: none  !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	padding: 10px 20px !important;
}

input.wpProQuiz_button:hover {
	background-color: #de5900 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	border: none  !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	padding: 10px 20px !important;
}

.wpProQuiz_response, .wpProQuiz_questionList {
	background-color: rgba(224,232,236,0.1) !important;
	box-shadow: none !important;
	color: black !important;
	border: solid 1px rgba(224,232,236,0.4) !important;
}

.wpProQuiz_correct .wpProQuiz_respone_span {
	font-family: roboto;
	color: green;
	font-size: 18px;
}

.wpProQuiz_points {
	display: none;
}

.wpProQuiz_incorrect .wpProQuiz_respone_span{
	font-family: roboto;
	color: red;
	font-size: 18px;
}

.wpProQuiz_questionList .wpProQuiz_questionListItem{
	padding-left: 25px !important;
}

.wpProQuiz_questionList input {
	margin-left: -17px !important;
}

.wpProQuiz_answerCorrect {
	background-color: rgba(152,209,51,0.2) !important;
}
.wpProQuiz_answerIncorrect {
background-color: rgba(255,0,0,0.2) !important;
}

.wpProQuiz_questionList label {
	color: black !important;
}

/* Testing */

.testing {
	background-image: url(images/testing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	width: 100%;
}

.innerback-test {
	position: absolute;
	background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(248,248,248, 1));
	width: 100%;
	height: 100%;
}

.testing .entry-content {
		background-color: rgba(255,255,255,0.9) !important;
		padding: 30px 30px 30px 30px;
		float: left;
	}

@media screen and (min-width: 1001px) {

	.testing .entry-content {
		margin: 10%;
		width: 60%;
		min-width: 600px;
	}

}

/* End testing */

.wpProQuiz_questionListItem label:hover, .wpProQuiz_questionListItem input:hover  {
	cursor: pointer;
}


.wpProQuiz_header {
	display: none !important;
}

.wpProQuiz_points {
	text-align: left !important;
}

.last_counter {
    display: inline-block;
    background-color: #ff6700;
    color: #fff;
    font-size: 7px;
    line-height: 15px;
	height: 16px;
	width: 16px;
    font-weight: 600;
    margin: 1px 0 0 4px;
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 4px;
	position: absolute;
}

.last_counter:before {
	background-color: #fd6c0b;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

#cookie_0 .last_counter {
	display: none;
}

.loadajax a {
	color: black !important;
}

.loadajax:hover  a:hover {
	color: black !important;
	border-bottom: none !important;
}



#message {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 10px;
  width: 200px;
  height: 20px;
  line-height: 20px;
  border: 1px solid black;
}

.box1 {
  height: 1000px;
  width: 100px;
  border: 1px solid black;
  margin: 10px;
  background-color: gray;
}
.target {
  border: 1px solid black;
}

#container {
  height: 500px;
  overflow: auto;
}

.transition {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.collapse {
  height: 0;
}

.post_img {
	float: left;
	margin-left: -5.75%;
	margin-right: -5.75%;
	margin-bottom: 20px;
	width: 111.5%;
}

.post_img img{
	width: 100%;
}

.footer_block_post {
	float: left;
	width: 111.5%;
	background-color: #383838;
	padding: 5.75%;
	margin: 0 -5.75%;
}

/* social buttons */
.share {
	float: left;
}
.share a:hover {
	border-bottom: none !important;
	opacity: 0.9;
}
.share a {
	display: inline-block;
	vertical-align: inherit;
	margin: 5px 0 0 5px;
	padding: 0px;
	font-size: 0px;
	width: 25px;
	height: 25px;
	filter: none;
	outline: none;
}
.share a:first-child {
	margin: 5px 0 0 0;
}
.share a.facebook {
	background-image: url(soc_icon/facebook.svg);
}
.share a.google {
	background: url(soc_icon/google.svg);
}
.share a.twitter {
	background: url(soc_icon/twitter.svg);
}
.share a.evernote {
	background-image: url(soc_icon/evernote.svg);
}

/* Comments */
.comments_spooler {
	display: none;
}

.comments_button {
	margin-bottom: 30px;
	float: left;
}

.comments_spooler_ajax {
	display: none;
}

.comments_spooler_ajax form {
	margin-bottom: 40px;
}

.comments_button_ajax {
	margin-bottom: 30px;
}

/*Автор статьи*/
/*article.post h1 {*/
/*	margin-bottom: 10px;*/
/*}*/
.article-author {
	font-family: sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 15px;
}
.wrap-author {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrap-author .desc-author {
	display: flex;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: solid 1px #efefef;
}
.wrap-author .desc-author h1 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.wrap-author .desc-author h3 {
	font-weight: 600;
	color: #7f7f7f;
	margin-bottom: 10px;
}
.wrap-author .desc-author .avatar {
	margin-right: 30px;
	min-width: 150px;
}
h2.no-author-posts {
	font-size: 24px;
	color: #ff6600;
	text-align: center;
    width: 100%;
}

/* content thumbnail */
.post_img {
	position: relative;
}

.thumbnail_content {
	width: 100%;
	position: absolute;
	bottom: 7px;
	padding: 15px 5.75%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)) ;
}

.thumbnail_content h1.page-title {
	margin-top: 40px;
	margin-bottom: 0;
	color: #fff !important;
}

.thumbnail_content h1.page-title a, .thumbnail_content h1.page-title:hover a  {
	color: #fff !important;
}

.post_img .post_stickers {
	margin: 25px 5.75%;
}

@media screen and (max-width: 760px) {
	.thumbnail_content h1.page-title {
		font-size: 18px !important;
	}
}

.infographics a, .infographics p{

}

.infographics .iframe, .infographics p {
	width: 100%;
	float: left;
}

dl {
	float: left;
}

/* special items */

@media screen and (max-width: 580px) {
	.s_item {
	width: 100%;
	margin: 8px 0;
	}
	.s_item .s_post_img img{
	width: 100%;
	}

	.s_grad {
		margin: 20px;
	}

}

@media screen and (min-width: 580px) and  (max-width: 760px)  {
	.s_item {
		max-width: 48.4%;
		margin: 1.4% 0;
		}
	.s_item:nth-child(2n) {
		margin-left: 3.2%;
		}

	.s_grad {
		margin: 3.4%;
	}
}

@media screen and (min-width: 760px) {
	.s_item {
		max-width: 31.2%;
		margin: 1.4% 0;
		}
	.s_item:nth-child(3n-1), .s_item:nth-child(3n) {
		margin-left: 3.2%;
		}
	.s_grad {
		padding: 3.4%;
	}
}

.s_cut_img img{
	min-width: 900px;
}

.s_grad {
	float: left;
}

.s_item:hover .s_link_title  {
	opacity: 0.8;
	width: 100%;
}

.s_thumbnail {
	position: relative;
	height: 100%;
	border: solid 3px #f8f7f7;
	background-color: #f8f7f7;
}

.s_link_title {
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	color: #404040;
	font-weight: 600;
}

.s_flex {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 10px;
}

.s_container {
	color: white;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-size: 100% 260px;
	float: left;
}

.s_container * {
	-webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.s_more {
	border-top: solid 1px #1a1a1a;
	width: 100%;
	color: #1a1a1a;
	padding: 10px 0;
}

.s_more a{
	float: left;
	color: #1a1a1a;
}

.s_more a:hover {
	opacity: 0.8;
	text-decoration: none !important;
}

.s_title {
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 10px;
}

.s_desc {
	font-size: 16px;
	font-weight: 500;
}

.s_title_group {
	margin-bottom: 20px;
}

.link_announcements {
	margin-bottom: 20px;
}

.globalpage_title, .globalpage_message, .ms-global-search_term {
	width: 100%;
}

.last-posts-wrapper {
	display: flex;
}
.last-posts-wrapper > div {
	width: 33%;
	box-sizing: border-box;
	padding: 0 0.5%;
}
.last-posts-wrapper > div > a {
	color: #262626 !important;
	font-family: sans-serif;
}
.last-posts-wrapper > div > a:hover {
	text-decoration: none;
	border: 0 !important;
}
.insta {
	background: url('img/instagram.svg') no-repeat;
	width: 18px;
    height: 18px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
}
.insta:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.wp-video {
    display: inline-block;
    float: left;
    margin: 0 30px 30px 0;
}
@media (max-width:767px) {
	.wp-video {
		display: block;
		float: none;
		margin: 30px auto;
	}
}

/*Блоки с комментариями*/
.comment-area {
	font-family: sans-serif;
	margin-bottom: 40px;
}
.comment-area .comment-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
	.comment-area .comment-title {
		display: block;
	}
}
.comment-area .comment-title h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.comment-area .comment-title a {
	font-size: 14px;
	color: #CCB100;
	line-height: 35px;
	font-weight: normal;
	display: block;
	float: right;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
@media only screen and (max-width: 576px) {
	.comment-area .comment-title a {
		float: left;
	}
}
.comment-area .comment-title a i {
	color: white;
	background: green;
	border-radius: 4px;
	line-height: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comment-area .comment-title a:hover {
	text-decoration: underline;
}
.comment-area .commentlist {
	padding-left: 0;
	margin: 0;
}
.comment-area .commentlist li {
	list-style-type: none;
}
.comment-area .comment-box {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background: white;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.comment-area .comment-box {
		padding: 10px 10px 20px;
	}
}
.comment-area .comment-box figure {
	margin-right: 15px;
	display: none;
}
.comment-area .comment-box .comment-inner {
	width: 100%;
}
.comment-area .comment-box .comment-name {
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.comment-area .comment-box .comment-name h3 {
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.comment-area .comment-box .comment-name h3 a {
	font-size: 16px;
	color: #ff6600;
	line-height: 16px;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comment-area .comment-box .comment-name .comment-info {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}
.comment-area .comment-box .comment-name .comment-info i {
	margin-right: 5px;
}
.comment-area .comment-box p {
	font-family: sans-serif;
	font-size: 14px;
	color: #1D1D1B;
	font-weight: normal;
	margin-bottom: 5px;
}
.comment-area .comment-box .comment-reply-link {
	font-size: 12px;
	color: #ff6600;
	font-weight: normal;
	position: relative;
}
.comment-area .comment-box .comment-reply-link:after {
	font-size: 10px;
	font-family: 'FontAwesome';
	font-weight: 700;
	line-height: 12px;
	content: '\f112';
	color: #ff6600;
	position: absolute;
	top: 2px;
	right: -15px;
}
.comment-area .comment-box .comment-edit-link {
	font-size: 14px;
	color: green;
	font-weight: normal;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
@media only screen and (max-width: 576px) {
	.comment-area .children {
		padding-left: 10px;
		margin-left: 15px;
	}
}
.comment-area .children .comment-box:before {
	display: none;
}
.comment-area .replay-comment {
	margin-left: 50px;
}
@media only screen and (max-width: 576px) {
	.comment-area .replay-comment {
		margin-left: 25px;
	}
}
.comment-area .replay-comment:before {
	display: none;
}
.comment-area .comment-navigation {
	margin: 0 0 1.45em;
}
.comment-area .comment-navigation h2 {
	font-size: 18px;
	font-weight: normal;
}
@media (max-width: 576px) {
	.comment-area .comment-navigation h2 {
		text-align: center;
	}
}
.comment-area .comment-navigation .nav-links {
	overflow: hidden;
}
.comment-area .comment-navigation .nav-links .nav-previous a,
.comment-area .comment-navigation .nav-links .nav-next a {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 1em;
	background-color: #ff6600;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comment-area .comment-navigation .nav-links .nav-previous a:hover,
.comment-area .comment-navigation .nav-links .nav-next a:hover {
	color: white !important;
	text-decoration: none;
	background-color: #fd7b24;
	border: none;
}
.comment-area .comment-navigation .nav-links .nav-previous {
	float: left;
}
.comment-area .comment-navigation .nav-links .nav-next {
	float: right;
}
/*Форма комментариев*/
.comment-respond .comment-title h3 {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 0;
}
.comment-respond .comment-notes {
	font-size: 14px;
	line-height: 14px;
}
.default-form {
	font-family: sans-serif;
	margin-bottom: 15px;
}
.default-form .logged-in-as {
	margin-bottom: 5px;
}
.default-form .logged-in-as a {
	font-size: 14px;
	color: #ff6600;
}
.default-form .comment-form-cookies-consent {
	font-size: 14px;
}
.default-form input:not([type="checkbox"]) {
	width: 100%;
}
.default-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.default-form .form-submit {
	margin-bottom: 5px;
}
.default-form button[type="submit"] {
	margin: 0;
	width: auto;
}
/*Отступы для ответов на комментарии*/
.comment-area .margin-left {
	margin-left: 30px;
}