body {
}

main {
	min-height: calc(100vh - 347px);
}

.admin-bar main {
	min-height: calc(100vh - 379px);
}

header {
	background-color: #17132f;
}

footer {
	padding-bottom: 50px;
	padding-top: 50px;
}

img {
	max-width: 100%;
}

.container_block {
	max-width: 1110px;
	margin: 0 auto;
}

.first_row {
    padding: 10px 10px;
    border-bottom: 1px solid #5c5c5c;
}

.sec_row {
	display: flex;
	align-items: center;
}

.menu_block,
.logo_block {
    flex-basis: 50%;
}

.logo_block {
	display: flex;
	align-items: center;
}

.social_icon {
    display: inline-block;
    margin-right: 10px;
}

#site-navigation ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	flex-wrap: wrap;
}

#site-navigation ul li {
	margin-right: 15px;
}

#site-navigation ul li.current-menu-item {
	border-bottom: 2px solid white;
}

#site-navigation ul li a {
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}

.row_footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.row_footer > div {
	margin-right: 15px;
}

.row_footer #site-navigation ul {
	justify-content: flex-start;
}

.row_footer #site-navigation ul li.current-menu-item {
	border-bottom: 2px solid black;
}

.row_footer #site-navigation ul li a {
	color: black;
}

.row_footer.top {
	margin-bottom: 15px;
}

.row_footer p {
	font-size: 22px;
	font-weight: 600;
}

.unhide-section {
    margin: 30px 0;
}

.rel-section {
	margin: 100px 0;
}

.main_section {
	background-attachment: fixed;
	margin: 0;
	padding: 30px 0; 
    background-image: url('../img/back_top-1.jpg');
    background-size: cover;
}

.flex_container .uh_container {
	display: flex;
}

.action_box-title {
	margin: 10px 20px 10px;
    font-weight: 200;
    font-size: 22px;
    line-height: 1.4;
    color: white;

    transform: skew(-20deg, 0deg);

}

.action_box-subtitle {
    opacity: 0.6;
    line-height: 1.6;
    font-size: 13px;
    color: white;
    transform: skew(-20deg, 0deg);
}

.ac-content-text {
	    background-color: #17132f;
	    padding: 40px 50px;
	    transform: skew(20deg,0deg);
}

.single_page h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.single_article {
	max-width: 1110px;
	margin: 0 auto;
}

.single_article h1 {
	font-size: 20px;
	margin: 30px 0;
	padding: 0 15px;
}

.single_article .content {
	font-size: 16px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	/*display: block;*/
	float: left;
	margin-right: 25px;
}

.alignright {
	float: right;
	margin-left: 25px;
}

[class*="wp-image"] {
	height: auto;
	/*max-width: 600px;*/
}

a.fancybox {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.videopress_video_wrap {
    /*display: inline-block;*/
	position: relative;
	max-width: 800px;
}

.blurEffect {
    -webkit-filter: blur(7px);
    -o-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.content_play {
	position: absolute;
	display: inline-block;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	color: #FFF;
	width: 100%;
	text-align: center;
	z-index: 10;
	margin: 0;
	padding: 0;
}

.play {
   
    cursor: pointer;

}

.play svg path:hover {
    fill: red;
}

.wp-video {
	max-width: 100%;
}

video {
	max-width: 100%;
}

.not_found_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 347px);
	margin: 0 auto;
	width: 550px;
}

.not_found {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 94px;
}

.not_found span {
	font-size: 30px;
	width: 100%;
 	text-align: center;
}

@media (max-width: 640px) {
	.content_play {
		display: none;
	}
}

.switcher_wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.switcher_wrap ul li {
	margin-right: 7px;
}