/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
	text-align: right;
	color: var(--colorDarkGrey);
	line-height: 21px;
	font-family: iranyekan;
}

a {
	transition: all 0.1s
}

a:hover {
	color: #6a0c2c !important
}


@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	font-display: swap;

	src: url('iranyekan/iranyekanwebboldfanum.woff') format('woff');
}

:root {
	--font11px: 11px;
	--font12px: 12px;
	--font13px: 13px;
	--font14px: 14px;
	--font15px: 15px;
	--font16px: 16px;
	--font17px: 17px;
	--font18px: 18px;
	--font19px: 19px;
	--font30px: 30px;

	--colorWhite: #fff;
	--colorDarkGrey: #444;
	--colorAccent: #ce5334;
}

.one-line {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.two-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Tabs */
.tabs.primary {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd
}

.tabs.primary li {
	background-color: #eee;
	margin-left: 10px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px
}

.tabs.primary li:hover {
	background-color: #ddd;
}

.tabs.primary li a {
	padding: 10px 25px;
	width: 100%;
	display: block;
}

.r1 {
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
}

.robben {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
}

.menu-active .m-1 {
	-webkit-transform: none;
	transform: none;
}

.header .site-branding {
	position: absolute;
	right: 0;
	top: 5px;
	max-width: 145px;
	width: 145px;
}

.header .site-branding img {
	width: 100%;
	display: block;
}

#page {
	display: flex;
	flex-direction: column;
}

.header {
	display: flex;
	background-color: #831037;
	margin-bottom: 20px;
	padding: 6px 0;
	min-height: 54px;
	align-content: center;
	justify-content: center;
}

.header .section {
	max-width: 1270px;
	width: 100%;
	position: relative;
}

#page #main-wrapper #main,
.featured-top .region-featured-top {
	max-width: 1270px;
	margin: auto;
	width: 100%;
	display: flex;
}

#page #main-wrapper #main #content {
	flex: 0 0 70%;
	padding-left: 14px;
}

#page #main-wrapper #main #sidebar-second {
	flex: 0 0 30%;
}

.m-1 {
	position: absolute;
	left: 0;
	top: 5px;
}

.m-1 .menu-toggle {
	display: none
}

.m-1 .content ul {
	display: flex;
	flex-direction: row;
}

.m-1 .content ul li {
	margin-right: 5px;
}

.m-1 .content ul li a {
	color: #fff;
	font-size: var(--font13px);
	padding: 5px 11px;
	display: block;
	background-color: #6e1030;
	border-radius: 5px;
}

.m-1 .content ul li a:hover {
	background-color: #560f27;
	color: #fff !important;
}

.m-1 #close-menu {
	display: none;
	color: #fff;
	font-size: 45px;
	margin: 15px 0 40px 0;
}

.bh-style>h2 {
	margin-bottom: 15px;
	border-right: 3px solid #831037;
	text-indent: 8px;
	border-radius: 4px;
	display: block;
	font-size: var(--font19px);
}


footer {
	width: 100%;
	float: right;
	background-color: #6a0c2c;
	display: inline-block;
	margin-bottom: 0;
	padding: 20px 0;
	min-height: 200px;
}

.region-footer-fifth {
	width: 100%;
}

.f-5 {
	margin-top: 30px;
	border-top: 1px solid #555;
	border-color: rgba(255, 255, 255, .15);
}

.f-5 p {
	color: #888;
	font-size: var(--font13px);
	padding: 10px;
	text-align: center;
}

.t-1 {
	width: 100%;
	margin-bottom: 20px
}

.t-1 .title {
	width: 100%;
	margin-bottom: 20px
}

.t-1 .description {
	background-color: #83103712;
	padding: 20px 15px;
	border-right: 2px solid #6a0c2c;
}

.t-1 .description * {
	font-size: var(--font14px);
}


.t-2 {
	width: 100%;
	padding: 20px 15px;
}

.t-2 .view-content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.t-2 .view-content .views-row {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.t-2 .view-content .views-row:last-child {
	border: none
}

.t-2 .view-content .views-row .title {
	width: 100%;
	display: block;
}

.t-2 .view-content .views-row .title a {
	font-size: var(--font14px);
	width: 90%;
	display: block;
}

.t-2 .view-content .views-row .source {
	position: absolute;
	left: 10px;
	top: 0;
}

.t-2 .view-content .views-row .source a {
	font-size: var(--font11px);
	padding: 1px 20px;
	background-color: #f2f2f2;
	text-align: center;
	border-radius: 4px;
	border-left: 2px solid #711836;
	display: block;
	transition: all 0.1s
}

.t-2 .view-content .views-row .source a:hover {
	box-shadow: #b3b3b3 inset 1px 0px 10px;
}

.t-3 {
	width: 100%;
}

.t-3 .view-content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}

.t-3 .view-content .views-row {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}

.t-3 .view-content .views-row .image {
	margin-bottom: 15px;
}

.t-3 .view-content .views-row .image img {
	width: 100%;
	display: block;
	height: auto;
}

.t-3 .view-content .views-row .title {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}

.t-3 .view-content .views-row .title a {
	width: 100%;
	display: block;
	font-size: var(--font17px);
	line-height: 30px;
}

.t-3 .view-content .views-row .lead * {
	width: 100%;
	font-size: var(--font13px);
	color: #888;
}

.t-3 .view-content .views-row .service,
.t-3 .view-content .views-row .source {
	float: left;
	margin-top: 10px;
}

.t-3 .view-content .views-row .service a,
.t-3 .view-content .views-row .source a {
	padding: 3px 12px;
	display: block;
	border-right: 4px solid #fff;
	font-size: var(--font12px);
	color: #888;
}

/* .t-3 .view-content .views-row .service a:hover , .t-3 .view-content .views-row .source a:hover {color:#fff !important; } */


.region-content > div.bh-style3 { margin-bottom:0 }
.bh-style3 .view-content .views-row .image {
	max-width: 380px;
	float: right;
	margin-left:15px
}
.bh-style3 .view-content .views-row .title {
	width:auto;
}
.bh-style3 .view-content .views-row .title a {font-size: 22px;line-height: 34px;}

.bh-style3 .view-content .views-row {
    margin: 0;
    padding: 0;
    border: 0 solid;
}
.bh-style3 .view-content {
	flex-direction: column !important;
}
@media screen and (max-width:1100px){
	.bh-style3 .view-content .views-row .image {
	max-width: 300px;
}
	.bh-style3 .view-content .views-row .title a {font-size: 20px;line-height: 30px;}
}
@media screen and (max-width:650px){
	.bh-style3 .view-content .views-row .image {
	max-width: 250px;
}
}

.node-1064 #page #main-wrapper #main {
	justify-content: center;
}

.c-1 {
	background-color: var(--colorWhite);
	box-shadow: 0 6px 35px rgb(0 0 0 / 7%);
	padding: 35px 40px;
	display: inline-block;
	width: 100%;
}

.c-1>h2 {
	margin-bottom: 20px;
	font-size: var(--font19px);
}

.c-1>h2:after {
	content: '';
	background: var(--colorAccent);
	display: block;
	margin-top: 15px;
	width: 46px;
	height: 3px;
}

.c-1 .js-form-item {
	margin-bottom: 20px;
}

.c-1 .js-form-item label {
	display: none;
}

.c-1 .js-form-item input,
.c-2 .js-form-item textarea {
	width: 100%;
	background: #f7f7f7;
	color: #8d8d8d;
	border: 0;
	padding: 15px 10px;
	outline: navajowhite;
	font-size: var(--font13px);
}

.c-1 .js-form-item textarea {
	min-height: 190px;
	border: 1px solid #ddd;
	width: 100%;
	padding: 10px;
	font-size: var(--font13px);
}

.c-1 #edit-actions-submit {
	min-width: 200px;
	text-align: center;
	border: 1px solid #3b3b3b;
	background-color: var(--colorWhite);
	padding: 10px;
	cursor: pointer;
	transition: all 0.2s;
	float: left;
}

.c-1 #edit-actions-submit:hover {
	background-color: #012959;
	;
	color: var(--colorWhite);
}


.path-user #main {
	display: flex;
	justify-content: center;
	margin: 10px 0 100px 0;
	margin-top: 40px;
}

.path-user #main .main-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.user-login-form {
	box-shadow: 0 6px 35px rgb(0 0 0 / 10%);
	padding: 40px;
	border-radius: 7px;
}

.path-user .js-form-item {
	margin-bottom: 20px;
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
}

.path-user label {
	margin-bottom: 10px;
	display: block;
	font-size: var(--font14px);
}

.path-user input {
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 15px;
	outline: none;
	font-size: var(--font14px);
	text-align: left;
	direction: ltr;
	opacity: 0.9;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: var(--radius);
}

.path-user #edit-submit {
	width: 100%;
	text-align: center;
	padding: 14px 10px;
	font-size: 15px;
	font-family: 'iranyekan';
	margin-top: 10px;
	background-color: #831037;
	color: white;
	outline: none;
	border: 0;
	border-radius: var(--radius);
	cursor: pointer;
}

.path-user .tabs,
#block-universe-page-title {
	display: none;
}

.path-user .captcha__description {
	display: none;
}