/*
Theme Name: Tagileparhiya
Theme URI: https://uralwebsite.ru/themes/tagileparhiya/
Author: IT Eparhia-NT
Author URI: https://uralwebsite.ru/
Description: Тема официального сайта Нижнетагильской епархии.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tagileparhiya
Tags: one-column, two-columns, right-sidebar, custom-menu, custom-logo, editor-style, featured-images, post-formats
*/
@font-face {
    font-family: FontAwesome; /* Гарнитура шрифта */
    src: url(fonts/font-Awesome/fonts/fontawesome-webfont.ttf); /* Путь к файлу со шрифтом */
   }
/*Main styles*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-size: 100%;
	 vertical-align: baseline;
	 background: transparent;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	 content: '';
	 content: none;
}
:focus {
	 outline: 0;
}
body {
	min-width: 1024px;
	font-family: Arial, sans-serif;
    color: #1e1e1e;
}
ul,
ol,
li {	margin: 0;
	padding: 0;}
article,
aside,
footer,
header,
nav,
section {
	display: block;
	clear: both;
}
a,
a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a {
    text-decoration: none;
    color: #1e1e1e;
}
h3 a,
h4 a {	text-decoration: none;}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
    color: #111;
    line-height: 1em;
    font-weight: normal;
}
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	 content: '';
	 content: none;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
:focus {
	 outline: 0;
}
input[type="search"] {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 4px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
* html .clearfix {	zoom: 1;
}
*:first-child+html .clearfix {	zoom: 1;
}

/*Header*/
header {	width: 100%;
	position: relative;
	margin-bottom: 5px;}
.logo {
	margin: 0 auto;
	margin-top: 10px;
	width: 937px;}
.main_nav {	margin: 0 auto;	width: 980px;
	height: 50px;
	background: #3d3f51;
	border-radius: 10px;}
nav {	width: 805px;
	float: left;}
#menu li:first-child {	padding-left: 20px;}
#menu li {
	display: inline-block;
	padding-left: 15px;
	line-height: 50px;
}
#menu li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;}
#menu li a:hover {
	color: #8d96a0;
	-webkit-transition: all .5s;
  	transition: all .5s ease;
}
.social_links a {	margin-right: 3px;}
.social_links a img{
    width: 27px;
    padding-top: 12.5px;
}
.social_links a img:hover {
    opacity: 0.5;
    -webkit-transition: all .5s;
  	transition: all .5s ease;
}

/*Main content*/
#content {
    background: url(images/content-bg.png);
    border-top: 1px solid #ffffff;
}
.includes {
    background: url(images/top-content-bg.png) repeat-x bottom left;
    height: 30px;
}

/*404 page*/
section.error-404 {	width: 960px;
	margin: 0 auto;
	padding: 30px;}
.error-image {
	width: 300px;	margin: 0 auto;}
.error-image img {	width: 300px;}
.error-content h5 {	font-size: 18px;
	text-align: center;}
.error-content ul {	padding-left: 40px;}
.error-content ul li {
	padding: 10px 0;
}

/*--------------[FEATURED SLIDER]-----------------*/

.container {
	 text-align: left;
	 margin: 0 auto;
	 width: 678px;
	 height: 450px;
	 position: relative;
}
#featured {
	overflow: hidden;
	height: 450px;
	position: relative;
}
#featured .slide {
	position: absolute;
	z-index: 1;
	padding: 6px 6px 25px;
}
#featured .active {
	z-index: 2;
	padding: 6px 6px 25px;
}
#slider-left-overlay, #slider-right-overlay {
	position: absolute;
	top: 60px;
	height: 263px;
	z-index: 3;
}
#slider-left-overlay {	width: 169px;
	left: 0;
}
#slider-right-overlay {	width: 171px;
	right: 0;
}
#featured .description {
	display: none;
	background: url(images/featured-description-bg.png) no-repeat;
	position: absolute;
	bottom: 0px;
	width: 658px;
	padding: 18px 7px 10px 15px;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}
#featured .description, #featured .description h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#featured .additional {
	display: none;
	background: url(images/featured-hover-overlay.png);
	position: absolute;
	top: 6px;
	left: 6px;
	width: 687px;
	height: 450px;
}
#featured .active .description {
	display: block;
}
#featured .description, #featured .description h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#featured a.prevslide, #featured a.nextslide {
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 204px;
	text-indent: -9999px;
}
#featured a.prevslide {
	background: url(images/featured-left-arrow.png) no-repeat;
	left: 29px;
}
#featured a.nextslide {
	background: url(images/featured-right-arrow.png) no-repeat;
	right: 30px;
}
#featured a.featured-more {	display: block;
	width: 40px;
	height: 43px;
	position: absolute;
	text-indent: -9999px;
	top: 200px;
}
#featured a.featured-more {
	background: url(images/featured-more.png) no-repeat;
	left: 320px;
}

/*-----news-front-----*/
#news-front {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    margin-top: 25px;
    display: inline-block;}
.service {
    margin-right: 2%;
    margin-left: 2%;
    width: 29.3%;
    float: left;
    position: relative;
}
.service h3.title, .service h3.title a{
    font-size: 24px;
    margin-bottom: 8px;
    color: #1f262d;
    text-align: center;
    letter-spacing: 1px;
}
h4.news-title, h4.news-title a{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
div.news-thumb {
    margin: 0 20px 0 0;
    padding: 8px 0 0 8px;
    position: relative;
    float: left;
}
.news-thumb img {
    width: 100px !important;
    height: 100px !important;
}
.service p {
    line-height: 21px;
    font-size: 12px;
}
.service a.readmore {
    background-color: rgba( 255, 255, 255, .7);
    border-radius: 10px;
    color: #1c2329;
    font-size: 11px;
    height: 24px;
    margin-top: -20px;
    line-height: 24px;
    padding-right: 10px;
    display: block;
    float: right;
    text-decoration: none;
}
.service a.readmore span {
    display: block;
    height: 24px;
    padding-right: 2px;
}
.service a.readmore span:hover {
    display: block;
    height: 24px;
    padding-right: 2px;
    color: #fff;
    -webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
p.news-meta{
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    padding: 8px 0px 0px 4px;
}
img.fond {
    width: 100%;
    margin-top: 5px;
}
.fond-description {
    padding: 10px 10px 0 10px;
}
a.fond-button {
    background-color: rgba( 255, 255, 255, .7);
    text-decoration: none;
    border-radius: 10px;
    color: #1c2329;
    font-size: 14px;
    height: 24px;
    width: 200px;
    margin: 25px auto;
    line-height: 24px;
    padding-right: 10px;
    display: block;
}
a.fond-button span {
    display: block;
    height: 24px;
    text-align: center;
}
.service h3.title a:hover, h4.news-title a:hover, .service a.readmore:hover , a.fond-button span:hover {	color: rgba( 0, 0, 0, .4);}



.anons-front {
	width: 100%;
	height: auto;
	display: inline-block;
	padding-bottom: 10px;
}
.date-anons-front {
	width:  70px;
	float: left;
	background-color: #3d3f51;
	height: 70px;
	line-height: 28px;
color: #fff;
text-align: center;
border-radius: 5px;
font-size: 18px;
}
.date-anons-front p {
	padding-top: 15px;
}
.text-anons-front {
	width: calc(100% - 60px);
	float: left;
	padding-left: 10px;
	display: inline-block;
  	vertical-align: middle;
}

/*Цитата из Библии*/
#quote {	width: 100%;
	padding-top: 45px; padding-bottom: 40px;
}
#quote-inner {
	background: #f4f4f4 url(images/quote-inner-bg.png) repeat-x;
	width: 100%;
}
#quote-inner img:first-child {
	width:28px;
	height: 28px;
	margin-left: 49%;
	margin-top: -50px;
}
#quote-inner img:last-child {
	width:28px;
	height: 28px;
	margin-left: 49%;
	margin-bottom: -18px; }

#quote-inner p { text-align: center; font-size: 30px; line-height: 45px; color: #343434; }

#home-gallery {	margin-top: 15px;
	margin-bottom: 15px;	width: 100%;
    display: inline-block;}
.container-home-gallery {	width: 90%;
	margin: 0 auto;
}
.project{	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.project img {
	width: 100%;
	width: 277px !important;
    height: 183px !important;
	padding-right: 30px;
	padding-left: 15px;
	z-index: 4;
}
.front-gallery .project-image{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.front-gallery .project-image:hover .caption{
	opacity: 1;
}
.front-gallery .project-image:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.front-gallery img{
	z-index: 4;
}
.front-gallery .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.front-gallery img{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}


/*---------------------[FOOTER]-------------------*/
footer {	width: 100%;
	min-width: 1024px;
	background-color: #3d3f51;
	color: #8b949d;}
#footer-content {	height: 350px;
	margin-bottom: 20px;
	padding-top: 30px;}
.footer-navigation, .useful_sites, .contacts {	width: 33.333%;
	float: left;}
.footer-navigation-title, .useful_sites-title, .contacts-title {
	line-height: 1em;
	font-weight: normal;	font-size: 24px;
	color: #ffffff;
	padding: 10px 0px 25px 40px;}
.footer-navigation ul {
	padding: 0px 0 0px 50px;
}
.footer-navigation ul li {	padding: 0px 0 10px 18px;}
.footer-navigation ul li a {	font-size: 16px;
	color: #8b949d;
	text-decoration: none;}
.useful_sites ul {	padding: 0;}
.useful_sites ul li {    padding: 0px 0 10px 18px;}
.useful_sites ul li a {	font-size: 16px;
	color: #8b949d;
	text-decoration: none;}
.contacts-text p {
	font-size: 16px;
	color: #8b949d;
	padding-bottom: 15px;
	text-decoration: none;
}
.contacts-text p a {	font-size: 16px;
	color: #8b949d;
	padding-bottom: 10px;
	text-decoration: none;}
.footer-navigation ul li a:hover, .useful_sites ul li a:hover, .contacts-text p a:hover {
    color: #ffffff;
	-webkit-transition: all .5s;
  	transition: all .5s ease;}
.footer_social a {
	margin-right: 3px;
	height: 27px;
}
.footer_social a img{	padding-top: 2px;
    width: 27px;
}
.footer_social a img:hover {
    opacity: 0.5;
    -webkit-transition: all .5s;
  	transition: all .5s ease;
}
.copyright {
    margin: 0 auto;
	width: 678px;
	padding-bottom: 15px;
	text-align: center;}
.copyright span{	font-size: 12px;}
#toTop {
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 10px;
	background: rgba(61,63,81,.5);
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 25px;
}

#category-name {	width: 950px;
	margin: 0 auto;
	height: 30px;}
#tabs {
	width: 100%;
}
#tabs ul {
	margin-bottom: 10px;
}
#tabs li {
	float: left;
	width: 25%;
	list-style:none;
	font-size: 14px;
}
#tabs li a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
#tabs li a:hover {
	color: #8d96a0;
	font-size: 16px;
}
#content-shadow {
    background: url(images/content-shadow-bg.png) repeat-x top left;
    padding-top: 2px;
}
.navigation {
    float: left;
    width: auto;
    margin-left: 50px;
    margin-bottom: 20px;
}
.navigation > .current {
    float: left;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #3d3f51;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}
.navigation > a {
    float: left;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #637b93;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
.navigation > a:hover {;
    background-color: #3d3f51;
    border-radius: 2px;
    color: #FFF;
}
.navigation > .prev {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #637b93;
    margin-left: 0;
}
.navigation > .next {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #637b93;
    margin-left: 14px;
}
.navigation > .next a:hover, .navigation > .prev a:hover {
   	background-color: #3d3f51;
    border-radius: 2px;
    color: #FFF;
}
.navigation > .dots {	display: none;}
/*--------------------- Страница НОВОСТИ -------------------*/
#news-shadow {
    background: url(images/content-shadow-bg.png) repeat-x top left;
    padding-top: 2px;
    width: 100%;
    display: inline-block;
}
.container-news {
    text-align: left;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 90%;
}
#left-area {
    width: 80%;
    float: left;
}

article.news {
    margin: 0 auto;
    padding-right: 50px;
    min-width: 900px;
    max-width: 960px;
}
.article-thumb {
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    float: left;
}
.article-thumb img {	width: 213px;
	height: 213px;}
h3.article-title {
    font-size: 26px;
    padding-bottom: 22px;
    color: #333;
    width: 95%;
}
h3.article-title a:hover, p.article-blogmeta a:hover {
   color: rgba( 0, 0, 0, .4);
   -webkit-transition: all .5s;
  	transition: all .5s ease;
}
p.article-text {
    line-height: 21px;
    font-size: 14px;
}
.article-meta {
    margin-top: 15px;
    width: calc(100% - 235px);
    float: right;
}
p.article-blogmeta {
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    padding: 8px 0px 0px 4px;
    float: left;
}
a.readmore {
   	display: block;
	padding-left: 12px;
	background-color: rgba( 255, 255, 255, .7);
border-radius: 10px;
color: #1c2329;
font-size: 14px;
height: 24px;
line-height: 24px;
padding-right: 10px;
float: right;
}
a.readmore:hover {
	background-color: #3d3f51;
	color: #fff;
	-webkit-transition: all .5s;
  	transition: all .5s ease;
}
#left-area hr {	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
	width: 900px;}
#right-area {
    width: 20%;
    float: left;
}
#full-area {	margin: 0 auto;
	width: 960px;}
#full-area article.news {	padding: 0;}
#prihods-area {	background: #FFF url('/images/widget-gradient.png') repeat-x scroll left bottom;
border: solid 1px #b5b5b5;
border-radius: 10px;
width: 960px;
margin: 0px auto;
padding: 30px 20px 20px 20px;}
#right-area h4.widgettitle {
    font-size: 24px;
    color: #1f262d;
    padding: 0px 10px 14px;
}
.widget {
    padding-top: 10px;
    margin-bottom: 38px;
    color: #5e5e5e;
    text-shadow: none;
}
.widget-bottom {
    background: url(images/bottom-widget-bg.png) no-repeat left bottom;
    padding-bottom: 10px;
    width: 273px;
}
.widget-content {
    background: url(images/content-widget-bg.png) repeat-y;
    padding: 0 2px 0 1px;
}
.widget-text {
    background: #fff url(images/widget-gradient.png) repeat-x bottom left;

}
.widget ul li {	margin: 0 25px;
    padding: 20px 0 8px 12px;
    display: block;
    background: url(images/sidebar-bullet.png) no-repeat 0px 30px;
}
.widget ul li a {
    font-size: 12px;
}

/*--------------------- Правка стилей календаря --------------------*/
.calendar-archives.calendrier .month .month-name{
	top:16px;
	left:18px
	}
.calendar-archives.calendrier .month.has-posts a,
.calendar-archives.calendrier .day.has-posts a{
	background-color:#3d3f51;
	}
.calendar-archives.calendrier .month.has-posts,
.calendar-archives.calendrier .day.has-posts{background-color:#3d3f51}
.calendar-archives.calendrier .calendar-navigation{
	background-image:-webkit-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:-o-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:linear-gradient(to bottom, #3d3f51 0%, #3d3f51 100%);
	background-repeat:repeat-x;    }
.calendar-archives.calendrier .calendar-navigation>.menu-container li>a:hover{
	cursor:pointer;color:#FFF;
	background-image:-webkit-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:-o-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:linear-gradient(to bottom, #3d3f51 0%, #3d3f51 100%);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCD310D', endColorstr='#FFB32B0C', GradientType=0)}
.calendar-archives.calendrier .calendar-navigation>.menu-container li>a.selected{
	color:#FFF;
	background-image:-webkit-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:-o-linear-gradient(top, #3d3f51 0%, #3d3f51 100%);
	background-image:linear-gradient(to bottom, #3d3f51 0%, #3d3f51 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCD310D', endColorstr='#FFB32B0C', GradientType=0)
	}


.category-title {	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;}
/*--------------------- Страница 404 -------------------*/
/*--------------------- Страница ЕПАРХИЯ -------------------*/
#eparthy-shadow {
    background: url(images/content-shadow-bg.png) repeat-x top left;
    padding-top: 2px;
    width: 100%;
    display: inline-block;
}
article.eparthy-text {	    background: #FFF url('/images/widget-gradient.png') repeat-x scroll left bottom;
    border: solid 1px #b5b5b5;
    border-radius: 10px;
    width: 960px;
    margin: 0px auto;
    padding: 30px 20px 20px 20px;
}article.eparthy-text p {	    text-align: justify;
	    line-height: 21px;
    font-size: 14px;
    padding-bottom: 10px;}
article.eparthy-text ul {
	text-align: left;
	margin-left: 30px;
}
article.eparthy-text ul li {	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

#holy-area {	width: 900px;
	margin: 0 auto;}
#holy-area h3.category-title {	font-size: 24px;
	font-weight: 600;
	color: #3d3f51;
	text-align: center;
	padding-top: 20px;}
article.holy {	padding: 15px;}
.holy h4.article-title{	font-size: 20px;
	text-align: center;
	color: #3d3f51;
	margin-bottom: 10px;}

.article-holy {	width: 250px;
	padding-right: 20px;
	float: left;}
.article-holy img{	width: 100%;
	height: auto;
}
/*--------------------- Страница АРХИЕРЕЙ -------------------*/
#arhierei-shadow {	width: 80%;
	max-width: 900px;
	margin: 0 auto;}
.container-arh img {	width: 100%;
	height: auto;}
.arhierei-text {	margin-top: 10px;}
.arhierei-text .left {
	float: left;
	width: 0;
	margin-right: 360px;}
.rig .view {
    margin-bottom: 10px !important;
}
.arhierei-text p {     text-align: justify;
	    line-height: 21px;
    font-size: 14px;
    padding-bottom: 10px;}
.right .pagwrap   {	width: 740px;
	padding-left: 340px;}
.right .rig {	width: 785px !important;
	margin-top: 118px;}
.right .rig .view {
    margin-right: 20px !important;
}


.article-meta.prop {
    margin-top: 15px;
    width: 100%;
    float: none;
}

a.prop {
	height: 24px;
	width: 70px;
margin: 0 auto;
float: none;
text-align: center;
}
/*--------------------- Страница ОТДЕЛЫ -------------------*/
.departments {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.departments li {
	float: left;
	width: 33.3333%;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.departments li:hover .caption {
	opacity: 1;
}
.departments img{	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.departments .caption{
	cursor: pointer;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.departments .blur{
	background-color: rgba(0,0,0,0.65);
	height: 600px;
	width: 600px;
	z-index: 5;
	position: absolute;
	text-align: center;
}
.departments .caption-text h4 {
	z-index: 10;
	width: 80%;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
   	text-align: center;
}
article.news h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
article h3 {	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;}
article ol {	padding-left: 20px;}
article ol li {	padding-bottom: 10px;
	font-size: 14px;
}
/*--------------------- Страница ПРИХОДЫ И МОНАСТЫРИ -------------------*/

#eparthy-shadow-churchs {	background: url(images/content-shadow-bg.png) repeat-x top left;
    padding-top: 20px;
    width: 100%;
    display: inline-block;}
#blagochinie {	width: 900px;
	margin: 20px auto;
	display: block;
	margin-bottom: 30px;}

#blagochinie h4 {	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 10px;}
.blagochinie-descriptions {	margin-top: 20px;
	display: inline-block;}
.blagochinie-text, .blagochinie-image  {	width: 410px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	line-height: 30px;}
.blagochinie-image img {	width: 100%;}
.blagochinie-text ul {	padding-left: 35px;}
.list-churchs {	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;}
.list-churchs a {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba( 255, 255, 255, .7);
    border-radius: 20px;
    color: #1c2329;
    font-size: 18px;
    line-height: 24px;
}
.list-churchs a:hover {
	background-color: #3d3f51;
	color: #fff;
	-webkit-transition: all .5s;
  	transition: all .5s ease;
}
#prihods-area img {	max-width: 100%;}
.maps {
    width: 100%;
height: 150px;
overflow: hidden;
position: relative;}
.maps h5 {	color: #FFF;
	font-size: 26px;
	letter-spacing: 2px;
	position: absolute;
	text-shadow: 2px 2px 2px #000;
	bottom: 0;
	top: 50px;
	right: 0;
	left: 0;}

.blagochinie-description {	line-height: 24px;
	font-size: 15px;
	padding-bottom: 10px;}



.clr {
	clear: both;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.sd_slider_slide_fr_list_elem_overflow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms ease-out 0s;
	transition: opacity 300ms ease-out 0s;
	background: rgba(0, 0, 0, .8);
}
.sd_slider_slide_fr_list_elem_htxt {
	font-family: IR;
	font-size: 48px;
	color: #fff;
	padding: 0 116px;
}
.sd_slider_slide_fr_list_elem:hover .sd_slider_slide_fr_list_elem_overflow {
	opacity: 1;
	visibility: visible;
}

.sd_slider_slide_fr_list_elem_overflow_htxt {
	font-family: IR;
	font-size: 20px;
	color: #fff;
	max-height: 70px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.sd_slider_slide_fr_list_elem_overflow_ptxt {
	font-size: 18px;
	color: #fff;
	padding-top: 42px;
	max-height: 86px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.sd_slider_slide_fr_list_elem_overflow_btn {
	margin: 50px 4px 0;
	width: 191px;
	height: 70px;
	line-height: 70px;
}

.sd_slider_slide_fr_list_elem_overflow_btn a {
	z-index: 1;
}
.sd_slider_slide_fr_list_elem_overflow_in_outer {
	padding: 60px 40px;
}
.nwslst {
	width: 100%;
}
.nwslst_list {
	width: 99.999%;
}

.nwslst_list_elem {
	float: left;
	width: 25%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.nwslst_list_elem_img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #BA0E1A;
}

.nwslst_list_elem_img_shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 300ms linear 100ms;
	transition: opacity 300ms linear 100ms;
}

.nwslst_list_elem .sd_slider_slide_fr_list_elem_overflow {
	-webkit-transition: opacity 300ms linear 0s;
	transition: opacity 300ms linear 0s;
}

.nwslst_list_elem_img_alg {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.nwslst_list_elem_img_alg_in {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.nwslst_list_elem_img_txt_htxt {
	width: 100%;
	color: #fff;
	font-family: IR;
	font-size: 48px;
	padding: 0 20px 0 110px;
}

.nwslst_list_elem_img_txt {
	width: 100%;
	color: #fff;
	font-family: IR;
	font-size: 26px;
	text-align: center;
}

.nwslst_list_elem:hover .sd_slider_slide_fr_list_elem_overflow {
	opacity: 1;
	visibility: visible;
}

.nwslst_list_elem:hover .nwslst_list_elem_img_shadow {
	opacity: 0;
	visibility: hidden;
}

.common_btn {
	width: 100%;
	height: 100%;
	line-height: inherit;
	background: none;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: IR;
	font-size: 12px;
	display: block;
	text-align: center;
	position: relative;
}
.common_btn::before,
.common_btn::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.common_btn::before {
	border: 2px solid #fff;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.common_btn::after {
	border: 1px solid #3d3f51;
	background-color: #3d3f51;
}

.common_btn:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.common_btn:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

.common_btn_lite {
	width: 100%;
	height: 100%;
	line-height: inherit;
	background: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: IR;
	font-size: 12px;
	display: inline;
	text-decoration: underline;
}

.common_btn_lite:hover {
	text-decoration: none;
}

/*--------------------- Страница ДОКУМЕНТЫ -------------------*/
article.documents-text {
	background: #FFF url('/images/widget-gradient.png') repeat-x scroll left bottom;
    border: solid 1px #b5b5b5;
    border-radius: 10px;
    width: 960px;
    margin: 0px auto;
    padding: 30px 20px 20px 20px;
}
.accordion {
    font-family:Arial, Helvetica, sans-serif;
    margin:0 auto;
    font-size:14px;
    width:900px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
    background:#3d3f51;
    color:#FFFFFF;
    cursor:pointer;
    text-transform:uppercase;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:#ffffff;
    color:#3d3f51;
    border: 1px solid #3d3f51;
    -webkit-transition: all .5s;
  	transition: all .5s ease;
}
.accordion .content {
    padding:0 10px;
    border:1px solid #fff;
    -webkit-transition: all .5s;
  	transition: all .5s ease;
}
.accordion p {
    color:#333;
    margin:0 0 10px;
}
.accordion h4 {
    color:#542437;
    padding:0;
    margin:10px 0;
}
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical ul li .content {
    height:0px;
    border-top:0;
    -webkit-transition: all .5s;
  	transition: all .5s ease;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
    height:100%;
}
/*--------------------- Страница ФОТОГАЛЕРЕЯ -------------------*/
.gallery-news {	width: 1200px;
	margin: 0 auto;}
article.gallery {	width: 360px;
	float: left;
	clear: none;
	padding: 20px;}




.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect3 .img {
	-webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
  visibility: visible;
  height: 50px;
  background: #333333;
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;

}
.ih-item.square.effect3 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 10px 10px 0 10px;
  margin: 4px 0 0 0;
  width: 340px;
}
.ih-item.square.effect3 a:hover .info {


  opacity: 0;

}

.ih-item.square.effect3.bottom_to_top .info {
top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
margin-top: -65px;
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
   -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3.bottom_to_top a:hover .info {

  -webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.page-gallery .navigation  {
	width: 750px;
	float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*--------------------- Страница КОНТАКТЫ -------------------*/
/*--------------------- Страница ПОИСК -------------------*/
/*--------------------- Страница КАТЕГОРИИ -------------------*/
/*--------------------- Страница ОДИНОЧНАЯ ЗАПИСЬ -------------------*/
.container-news-single {	text-align: left;
margin: 0 auto;
position: relative;
margin-top: 30px;
width: 95%;}
.entry-content {
    background: #FFF url('images/widget-gradient.png') repeat-x scroll left bottom;
    border: solid 1px #b5b5b5;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 30px;
    display: inline-block;
    max-width: 960px;
    min-width: 900px;
}
.entry-content p {	line-height: 22px;
font-size: 14px;
padding-bottom: 5px;}
.entry-content ul, .entry-content ol {
	line-height: 22px;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.entry-content ul li, .entry-content ol li {	padding-bottom: 10px;}
.entry-content img {	max-width: 100%;
	height: auto;
	padding: 10px;}
.entry-content
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    padding: 4px;
}
.entry-content
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.entry-content
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.gallery img {	border: 0 !important;}



.article-blogmeta-single {	font-size: 14px;
font-style: italic;
padding: 8px 0px 0px 4px;}
.title-more-news {	font-size: 24px;
    color: #1f262d;
    padding: 0px 10px 14px;
    text-align: center;
}
.lastinf {
    border-top: 1px solid #E8EDEE;
    width: 100%;
    height: 80px;
    margin-top: 10px !important;
}
.visible-post {
    float: left;
    height: 100%;
    width: 50%;
    margin-top: 0px !important;
    border-right: 1px solid #E8EDEE;
}
.visible-post p {
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
}
.social-post {
    width: 49%;
    float: left;
    height: 100%;
    text-align: center;
}
.social-post p {	margin-top: 10px;
    text-align: center;}
.more-news  {
    margin: 0 auto;
    padding-right: 50px;
    min-width: 900px;
    max-width: 960px;
}
.preview-post {	display: block;
	float: left;
	width: 300px;
	height: 210px;
	margin-left: 15px;}
.preview-post img {
    width: 300px !important;
    height: 198px !important;
}
.preview-post .ih-item.square.effect3 .info h3 {	width: 280px;}


@media screen and (min-width: 1600px) {   .project img {
    	width: 330px !important;
    	height: 216px !important;
	}
	.contacts-title {
		padding-left: 150px;	}
	.contacts-text  {		padding-left:  100px;	}}
@media screen and (min-width: 1024px) and (max-width: 1280px) {	article.front {
    	height: auto;
	}
	.container-home-gallery {
    	width: 95%;
	}
	.project img {
    	width: 220px !important;
    	height: 144px !important;
	}
	#footer-content {
    	margin-bottom: 60px;
	}}
	article.front {

    	min-height: 180px;
	}


  .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 960px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 15px auto;
	max-width: 780px;
	background: #3d3f51;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: 10px;
	font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 85%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 85%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	font-weight: 600;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	line-height: 40px;
   background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 85%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 85%);
	-webkit-transition: -webkit-transform 0.5s, color 0.8s;
	transition: transform 0.5s, color 0.8s;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 10%;
	left: 0;
	padding: 2em;
	max-width: 600px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-sadie a  {
	color: #fff;
	line-height: 30px;
	font-weight: 800;
}

figure.effect-sadie:hover h2 {
	-webkit-transform: translate3d(0,-300px,0);
	transform: translate3d(0,-300px,0);
background: none;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}