
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IRANSansWeb_Bold.eot);
    src: url(../fonts/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IRANSansWeb_Medium.eot);
    src: url(../fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/IRANSansWeb_Light.eot);
    src: url(../fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/IRANSansWeb_UltraLight.eot);
    src: url(../fonts/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


::-webkit-input-placeholder {color:#CCC;}
:-ms-input-placeholder {color:#CCC;}
::-moz-placeholder {color:#CCC;}
:-moz-placeholder {color:#CCC;}


*{
	direction:rtl;
	font-family:IRANSans;
}


HTML , BODY{
	position:relative;
	min-height:100% !important;
	min-width:100% !important;
    padding:0;margin:0;
    width: 100%;
    height: 100%;
    line-height: 2em;
    background-image: url(/theme/ahlolbait/img/bg.png);
}



.max-width , .inner{
    max-width: 1180px;
}

.inner{margin: auto;}

.right-float{float: right;}
.left-float{float: left;}

.clear::after{
	content:" " !important;
	height:0 !important;
	overflow:hidden !important;
	clear:both !important;
	float:none !important;
	visibility:visible !important;
	display:block !important;
}
.ltr{direction:ltr !important;}

.block{position: relative;}


.PageNum{text-align: center;max-width: 650px;margin: auto;}
.pagination {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: block;
    flex-grow: 1;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    padding: 8px 0 3px 0;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}







HEADER{
    border-top: solid 3px #e85500;
    border-bottom: 1px solid #eee;
    background-color: #FFF;
}

HEADER #topbar{padding:5px 0 10px 0}
HEADER #topbar .date-now {
    color: #fff;
    background-color: #e85500;
    font-size: 0.8em;
    display: block;
    float: right;
    padding: 0 10px;
    line-height: 1.8em;
}

HEADER #topbar #social-links {
    display: block;
    float: left;
}
HEADER #topbar #social-links A{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    margin: 0 3px;
}
HEADER #topbar #social-links A:hover{color: #e85500;}
HEADER #topbar #social-links A::after{
    display: block;
    font-family: "FontAwesome";

}

HEADER #topbar #social-links A[href*=facebook]::after{content: "\f082";}
HEADER #topbar #social-links A[href*=twitter]::after{content: "\f099";}
HEADER #topbar #social-links A[href*=instagram]::after{content: "\f16d";}
HEADER #topbar #social-links A[href*=pinterest]::after{content: "\f0d3";}
HEADER #topbar #social-links A[href*=search]::after{content: "\f002";}

HEADER #fix-header.sticky{
    position: fixed;
    left: 0;right: 0;top: 0;
    z-index: 1000000;
    background: #FFF;
    border-bottom: 1px solid #eee;
    border-top: solid 3px #e85500;
    padding-top: 10px;
}

HEADER #toggleMenu{
    float: left;
    width: 60px;
    margin-top: -10px;
    height: 59px;
    border-right: solid 1px #DDD;
    display: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
HEADER #toggleMenu::after{
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 35px;
    top: 14px;
    left: 16px;
}

HEADER #logo{
    float: right;
    position: relative;
    z-index: 1;
    margin: 0 10px 0 0;
    padding: 0;
    
}

HEADER NAV.main-menu{
    float: right;
}

HEADER NAV LI , HEADER NAV UL{
    padding: 0;margin: 0;list-style: none;
}

HEADER NAV.main-menu LI{
    display: block;
    position: relative;
}


HEADER NAV.main-menu LI A{
    text-decoration: none;
    color: #444;
    transition: all 0.1s;
    padding: 5px 7px;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
    display: block;
    min-width: 200px;
}

HEADER NAV.main-menu LI:hover > A{
    color: #FFF;
    background-color: #e85500;
    border-color:  #e85500;

}


HEADER NAV.main-menu UL.tree.root > LI{
    position: relative;
    display: inline-block;
}

HEADER NAV.main-menu UL.tree.root > LI.expand::before{
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    left: 0;right: 0;bottom: 4px;
    text-align: center;
    display: block;
    font-size: 0.9em;
    color: #bbb;
}


HEADER NAV.main-menu UL.tree.root > LI > A{
    border-bottom: none;
    display: block;
    padding: 20px ;
    font-size: 1em;
    min-width: unset;
}
HEADER NAV.main-menu UL.tree.root > LI:hover > A{
    background-color:transparent;
    color: #e85500;
}


HEADER NAV.main-menu UL.tree.root > LI::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background: #e85500;
    margin: 0 7px;
    transform: scale3d(0, 3, 1);
    transition: transform 0.25s;
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    visibility: hidden;
}
HEADER NAV.main-menu UL.tree.root > LI:hover::after {
    transform: scale3d(1, 1, 1);
    visibility: visible;
}




HEADER NAV.main-menu UL.tree.root > LI UL{
    display: none;
    position: absolute;
    box-shadow: 0 5px 10px #aaa;
    z-index: 1000000;
}

HEADER NAV.main-menu UL.tree.root > LI UL LI UL{
    right: unset !important;
    left: -100%;
    margin-top: -43px;
}

HEADER NAV.main-menu UL.tree.root > LI:last-child UL LI UL{
    left: 100% !important;
}


HEADER NAV.main-menu UL.tree.root > LI UL LI.expand::before{
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 4px;top: 5px;
    text-align: center;
    display: block;
    font-size: 0.9em;
    color: #bbb;
}

HEADER NAV.main-menu UL.tree.root > LI > UL{
    right: 6px;
}

HEADER NAV.main-menu UL.tree.root > LI:last-child > UL{
    right: unset !important;
    left: 6px;
}



HEADER NAV.main-menu LI:hover > UL {
    display: block !important;
}


#logo #title-text{display: none;}


MAIN{margin-top: 15px;}

MAIN #region-content-head ,MAIN #region-content-foot{clear: both; float: none;margin: 30px auto;}

MAIN #region-content {
    width: 100%;
    background-color: #FFF;
}
BODY.region_sidebar MAIN #region-content {
    width: 780px;
    float: right;
}

MAIN #region-sidebar {
    width: 360px;
    float: left;
    position: sticky;
    top: 100px;
}


MAIN #region-sidebar .block .block-title {
    display: block;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    position: relative;
}


MAIN #region-sidebar .block .block-title::after {
    display: block;
    position: absolute;
    background-color: #eee;
    height: 5px;
    left: 0;
    right: 0;
    content: " ";
    z-index: -1;
    top: 45%;
}
.block.content-lst.related-content .block-title span{display: inline-block;background-color: #FFF;padding: 0 0 0 20px;}
.block.content-lst.related-content .block-title::before {
    font-family: "FontAwesome";
    content: "\f185";
    display: inline-block;
    padding: 0 0 0 10px;
    background-color: #FFF;
}



.block.content-lst.related-content .block-cotent .content.content-short{
    display: block;
    position: relative;
    overflow: hidden;
    color: #444;
    transition: all 0.2s;
    text-decoration: none;
    margin-bottom: 15px;
    height: 63px;
}
.block.content-lst.related-content .block-cotent .content.content-short:hover{
    color: #e85500;
}

.block.content-lst.related-content .block-cotent .content.content-short > IMG{
    display: block;
    float: right;
}

.block.content-lst.related-content .block-cotent .content.content-short .content-title{
    display: block;
    margin-right: 96px;
    max-height: 48px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.5em;
}

.block.content-lst.related-content .block-cotent .content.content-short .show-date{
    display: block;
    margin: -4px 96px 0 0;
    color: #adb5bd !important;
    font-size: 0.8em;

}

.block.content-lst.related-content.content-list .block-cotent > div{
    display: flex;
    flex-wrap: wrap;
}

.block.content-lst.related-content.content-list .block-cotent .content.content-short{
    flex: 0 0 auto;
    width: 49%;
}


.block.content-lst.content-lst-page .content.content-short {
    height: 190px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.5em;
}
.block.content-lst.content-lst-page .content.content-short H2{
    font-weight: normal;
    font-size: 1em;
    padding: 0;
    margin: 0;
    color: #333;
}
.block.content-lst.content-lst-page .content.content-short H2 A{text-decoration: none;color: #333;transition: all 0.2s;}
.block.content-lst.content-lst-page .content.content-short H2:hover A{color: #e85500;}

.content .root-cat{
    display: block;
    padding: 0px 4px;
    color: #fff;
    background-color: #e85500;
    text-decoration: none;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 0.7em;
    line-height: 2em;
    text-align: center;
    min-width: 50px;
}
.content.content-full .root-cat{
    right: unset;
    left: 0; 
}
MAIN #region-content .block.content-lst.content-lst-page .content.content-short .read-more{
    display: block;
    padding: 0px 4px;
    color: #fff;
    background-color: #434343;
    text-decoration: none;
    left: 0;bottom: 0;
    position: absolute;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
}

.content.content-short .show-date{
    font-size: 0.7em;
    color: #adb5bd;
}


.content .cmnt-key{
    font-size: 0.8em;
    color: #adb5bd;
    
    position: relative;
    text-decoration: none;
}
.content.content-short .cmnt-key{float: left;display: block;}
.content .cmnt-key::after{
    font-family: "FontAwesome";
    content: "\f0e6";
    display: inline;
    padding: 0 5px;
}



MAIN #region-content .block.content-lst.content-lst-page .content.content-short .cmnt-key:hover{color: #e85500;}
MAIN #region-content .block.content-lst.content-lst-page .content.content-short .content-image{
    display: block;
    float: right;
    margin-left: 10px;
}

MAIN #region-content .block.content-lst.content-lst-page .content.content-short .content-text{
    color: #5f6569;
    font-size: 0.8em;
    display: block;
    line-height: 2em;
}


.block.slider-home .block-cotent > DIV{
    line-height: 10px;
}

.block.slider-home .block-cotent .content.content-short{
    position: relative;
    display: inline-block;
    width: 32.5%;
    overflow: hidden;
}
.block.slider-home .block-cotent .content.content-short.item-0,
.block.slider-home .block-cotent .content.content-short.item-1{width: 49%;}

.block.slider-home .block-cotent .content.content-short .content-image{display: block;margin: auto;}
.block.slider-home .block-cotent .content.content-short .content-image IMG{
    width: 100% !important;
    max-width: 100% !important;
    height: unset;
    transition: all 0.7s;
}
.block.slider-home .block-cotent .content.content-short:hover .content-image IMG{
    transform: scale(1.1);
}

.block.slider-home .block-cotent .content.content-short .content-head{
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
    font-size: 1rem;
    line-height: 1rem;
}
.block.slider-home .block-cotent .content.content-short .content-head A{
    text-decoration: none;
    color: #FFF;
}
.block.slider-home .block-cotent .content.content-short .cmnt-key{
    position: absolute;
    left: 15px;
    bottom: 13px;
    color: #FFF;
    font-size: 0.7em;
}
.block.slider-home .block-cotent .content.content-short .show-date{
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: #FFF;
}



.block.slider-vertical .block-cotent .content.content-short.clear{
    width: 24.5%;
}
.block.slider-vertical .block-cotent .content.content-short .root-cat{
    width: 100px;
    right: 50%;
    top: 30px;
    margin-right: -50px;
}

.block.slider-vertical .block-cotent .content.content-short .content-head{
    font-size: 1.2em;
    text-align: center;
}


.block.slider-vertical .block-cotent .image-link{width: 280px; height: 380px;background-position: center;transition: all 0.4s;}
.block.slider-vertical .block-cotent .image-link:hover{transform: scale(1.1);}

footer{
    background-color: #353535;
    color: #FFF;
}

footer #foot-links A{
    display: inline-block;
    position: relative;
    margin: 15px 5px 10px 5px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.2s;
    padding: 0 20px 0 0;
    font-size: 0.8em;
}
footer #foot-links A:hover{color: #e85500;}

footer #foot-links A::after{
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 20px;
}

footer #foot-links A.fl-home::after{content: "\f015";}
footer #foot-links A.fl-about::after{content: "\f0c0";}
footer #foot-links A.fl-rules::after{content: "\f0a3";}
footer #foot-links A.fl-archive::after{content: "\f1c0";}
footer #foot-links A.fl-contact::after{content: "\f0e0";}


footer #copyright{padding:10px 0 20px 0;border-top: solid 2px #2f2f2f;}
footer #copyright * {color: rgba(255,255,255,.57);text-decoration: none;font-size: 0.8em;}




BODY.page-content MAIN #region-content .content.content-full > H1{
    font-weight: 900;
    font-size: 24px;
}

BODY.page-content MAIN #region-content .content.content-full .show-date{
    font-size: 12px;
    font-weight: 700;
}

BODY.page-content MAIN #region-content .content.content-full .content-image A{
    display: block;
    margin-bottom: 20px;
}
BODY.page-content MAIN #region-content .content.content-full .content-image A IMG{
    display: block;width: 100%;
}
BODY.page-content MAIN #region-content .content.content-full .content-text{
    max-width: 100%;overflow: hidden;clear: both;
}
BODY.page-content MAIN #region-content .content.content-full .content-text *{
    max-width: 100% !important;
}

BODY.page-content MAIN #region-content .content.content-full .content-image{
    float: left;
    max-width: 240px;
}

.subcats{
    text-align: center;
}

h2.subcat-link{
    display: inline-block;
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    /*border: solid 1px #CCC;*/
    border-radius: 5px 5px 0 0;
    width: 100px;
    height: 160px;
    padding: 0;
    line-height: 1.3rem;
}

h2.subcat-link A{
    font-size: 0.8rem;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 0;
    font-weight: normal;
}
BODY.page-cat .content-lst-page H1.subHeader{
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding-bottom: 17px;
}


.content-tags .content-tag{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #EFEFEF;
    background-color: #BBB;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 4px;
    transition: all 0.2s;
}
.content-tags .content-tag:hover{
    background-color: #444;
    color: #FFF;
}

#content_12305 .content-head,
#content_12305 .show-date,
#content_12305 .cmnt-key{
    display: none !important;
}







.block.block-galery{background-color: transparent;padding-top: 30px;}
BODY.page-home  .block > H2{
    display: block;text-align: center;
    background: url(/theme/article/img/border_w_title_rev.png) center bottom no-repeat;
    padding: 0 0 19px 0;
    margin: 0;
    font-size: 24px;
}

.block.block-galery .block-cotent{word-spacing: 25px;text-align: center;padding: 20px 0;}
.block.block-galery .block-cotent .galery-item{
    display: inline-block;
    width: 140px;
    margin: 20px 0 0 0;
    transition: all 0.2s;
    text-decoration: none;
    color: #000;
    word-spacing: 0;
    text-align: center;
    padding-top: 125px;
    position: relative;
}




.block.block-galery .block-cotent .galery-item IMG{
    width: 140px !important;
    height: 140px !important;
    display: block;
    border-radius: 25px;
    border: solid 2px #37933d;
    position: absolute;
    left: 0;right: 0;top: 0;
    transition: all 0.2s;
}

.block.block-galery .block-cotent .galery-item SPAN{
    display: inline-block;
    background: #FFF;
    border: solid 2px #37933d;
    position: relative;
    padding: 2px 10px;
    border-radius: 10px;
    transition: all 0.2s;
    height: 30px;
    overflow: hidden;
    width: 100px;
}

.block.block-galery .block-cotent .galery-item:hover SPAN,
.block.block-galery .block-cotent .galery-item:hover IMG{
    box-shadow: 0 0 15px #666;
}

.block.block-galery .block-cotent .galery-item:hover SPAN{
    background: #37933d;
    color:#FFF;
}


#main-video{
    width: 100%;
}

.video-item{
    display: block;
    background: #BEF;
    border-radius: 2px 10px 10px 2px;
    padding: 5px 51px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333;
}
.video-item::after{
    content: "\f03d";
    font-family: FontAwesome !important;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #BBF;
    text-align: center;
    padding: 5px 13px;
    border-radius: 10px;
    transform: rotate(180deg);
    color: #FFF;
}
.video-item:hover , .video-item.play{
    background: #BBF;
}
.video-item:hover::after , .video-item.play::after{
    content: "\f04b";
}





.block.block-org > H2{padding-top: 30px;}
.block.block-org .block-cotent{word-spacing: 25px;text-align: center;padding: 20px 0;}
.block.block-org .block-cotent .org-item{
    display: inline-block;
    width: 200px;
    background: #FFF;
    margin: 20px 0 0 0 ;
    transition: all 0.2s;
    text-decoration: none;
    color: #000;
    word-spacing: 0;
    box-shadow:0 0 22px #CCC;
    overflow: hidden;
}



.block.block-org .block-cotent .org-item IMG{transform: scale(1.1);transition: all 0.2s;}
.block.block-org .block-cotent .org-item:hover IMG{transform: scale(1.01);filter: brightness(80%);}
.block.block-org .block-cotent .org-item H2{
    display: block;
    position: relative;
    text-align: center;
    padding: 12px 0 10px 0;
    font-size: 16px;
    transition: all 0.2s;
    margin: -12px 0 0px 0;
    color: #37933d;
    text-align: center;
    background: #FFF;
    height: 27px;
}
.block.block-org .block-cotent .org-item H2 SPAN{position: relative;z-index: 1;}
.block.block-org .block-cotent .org-item H2::before{
    content: "\f106";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    background: #FFF;
    top: -10px;
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 64px;
    margin-left: -21px;
    padding-top: 0px;
    text-align: center;
    color: #CCC;
    transition: all 0.2s;
}
.block.block-org .block-cotent .org-item:hover H2,
.block.block-org .block-cotent .org-item:hover H2::before{
    background: #37933d;color:#FFF;
    content: "\f107";
}



BODY.page-home #content_lst_9 > H2{
    margin-bottom: 20px;
}

BODY.page-home #related_content6{
    float: left;
    width: 45%;
}
BODY.page-home #related_content4{
    float: right;
    width: 45%;

}

BODY.page-home #org_block8{
    clear: both;
}


.field.field-name-field-book-public-tag{
    display: none !important;
}

video{
    max-height: 80vh;
}


.field-group-htabs-wrapper .horizontal-tabs-panes .field-group-htab.hide{
    display: none;
}


.field-group-htabs-wrapper .horizontal-tabs-panes > .field-group-htab.show{
    display: block;
}

.field-group-htabs-wrapper {
    margin: 0 0 30px 0;
    padding: 10px 5px;
}

.field-group-htabs-wrapper .tab-items SPAN{
    display: inline-block;
    border: solid 1px #AAF;
    margin: 0 3px 0 0;
    padding: 2px 5px;
    cursor: pointer;
}
.field-group-htabs-wrapper .tab-items SPAN.active,
.field-group-htabs-wrapper .tab-items SPAN:hover{
    color: #FFF;
    background-color: #008dba;
}

BODY.page-form FORM textarea{
    display: block;
    width: 100%;
    min-height: 130px;
}

.field-name-field-galery .field-items{
    display: flex !important;
    flex-wrap: wrap;
}

.field-name-field-galery .field-items .field-item{
    margin-left: 10px;
}
.field-name-field-download .field-item{
    margin: 5px 5px 5px 0;
}

.field-name-field-download A{
    text-decoration: none;
}

SPAN.download-size{
    direction:ltr !important;font-size:11px;display: inline-flex;
    color: #222;
}

.content-lst.ads-content .content {
    text-decoration: none;    
    color: #000;
}

.content-lst.ads-content .content-title{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    display: block;
}

.content-lst.ads-content .content .content-image{
    width:  100% !important;
    display: block;
}

.block.ads-header{display:none;}
.block.ads-header IMG{
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 800px) {

    .block.ads-header{display: block !important;margin-bottom: 15px;}

    BODY.region_sidebar MAIN #region-content,
    MAIN #region-sidebar{
        width: 100%;
        float: none;
    }

    HEADER #logo IMG{
        height: 40px;
        width: auto;
    }
    HEADER #toggleMenu{display: block;}
    BODY.page-content MAIN #region-content .content.content-full .content-text{padding:  0 7px;}
}


@media (max-width: 600px) {

    BODY.page-content MAIN #region-content .content.content-full .content-image{
        float: none;
        width: 100%;
        max-width: unset;
    }
    
    BODY.page-content MAIN #region-content .content.content-full .content-image IMG{
        width: 100%;
    }

    BODY.page-home #related_content6,BODY.page-home #related_content4{
        float: none;
        width: unset;
    }

    MAIN #region-content .block.content-lst.content-lst-page .content.content-short{height: unset;}
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .content-image{
        margin: 0 auto 10px auto;
        float: none;
        text-align: center;
        position: relative;
    }
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .content-image IMG{
        display: block;width: 100%;
    }
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .read-more{position: unset;display: unset;}
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .content-text,
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short H2,
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .show-date,
    MAIN #region-content .block.content-lst.content-lst-page .content.content-short .cmnt-key{padding: 0 7px;}


    NAV.block.main-menu{
        visibility: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 1000000;
        top: 103px;
    }

    HEADER #fix-header.sticky NAV.block.main-menu{
        top: 63px;
    }


    NAV.block.main-menu.active{
        visibility: visible;
    }

    NAV.block.main-menu .tree.root{
        position: absolute;
        left: 100%;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: all 0.5s;
        top: 0;
        bottom: 0;
        background-image: -webkit-linear-gradient(85deg,#b83917 0,#f7ae15 100%);
    }
    NAV.block.main-menu.active .tree.root{left: 0%;}

    HEADER NAV.main-menu UL.tree.root A{background-color: transparent;color: #FFF;}
    HEADER NAV.main-menu UL.tree.root > LI{ display: block;position: relative;}
    HEADER NAV.main-menu UL.tree.root > LI > A{padding: 8px 20px;border-bottom: solid 1px rgba(255,255,255,0.2);}

    HEADER NAV.main-menu UL.tree.root > LI.expand::before{visibility: hidden;}

    HEADER NAV.main-menu UL.tree.root  LI.expand > .expkey{
        display: block;
        position: absolute;
        left: 30px;
        top: 7px;
        width: 40px;
        height: 30px;
        text-align: center;
    }

    HEADER NAV.main-menu UL.tree.root  LI.expand > .expkey::after{
        content: "\f067";
        display: block;
        font-family: "FontAwesome";
        color: rgba(255,255,255,0.5);
        cursor: pointer;
    }
    HEADER NAV.main-menu UL.tree.root  LI.expand > .expkey.open::after{content: "\f068";}
    
    HEADER NAV.main-menu UL.tree.root > LI UL{
        position: unset;
        left: unset;right: unset;
        margin-right: 30px;
        box-shadow: unset;
    }
    BODY HEADER NAV.main-menu LI:hover > UL{display: none !important;}
    BODY HEADER NAV.main-menu UL.tree.root > LI UL.active{display: block !important;}
    HEADER NAV.main-menu LI A{border-color: rgba(255,255,255,0.2);}
    HEADER NAV.main-menu UL.tree.root > LI::after{visibility: hidden !important;}


    .block.slider-home .block-cotent .content.content-short{
        display: block;
        width: 100% !important;
    }


    .block.slider-home.slider-vertical .block-cotent .content.content-short{
        display: inline-block;
        width: 49% !important;
    }


    .block.content-lst.related-content.content-list .block-cotent > div{
        display: unset;
        flex-wrap: unset;
    }

    .block.content-lst.related-content.content-list .block-cotent .content.content-short{
        flex:unset;
        width: unset;
    }
    
}
































/***********************************************************************/
       

/*old site*/
span.tozihatfarsi {
    color: rgb(0, 51, 0);
    font-family: Adobe Arabic;
    font-size: 20px;
}

span.tozihatarabi {
    color: #006600;
    font-family: Adobe Arabic;
    font-size: 24px;
}

span.farsi {
    color: rgb(0, 0, 0);
    font-family: Tahoma;
    font-size: 14px;
    line-height: 10mm;
    text-align: justify;
    display: block;
}

span.arabic {
    color: #5e2901;
    font-family: QuranTaha, Traditional Arabic, Neirizi, Badr, Lotus, Compset;
    font-size: 23px;
    direction: rtl;
    width: 100%;
    text-align: center;
}

span.tozihat {
    color: #000000;
    background-color: rgb(51, 255, 255);
    text-align: center;
}

span.tarjome {
    color: rgb(0, 0, 153);
    font-family: Tahoma;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.shear,
.shear2 {
    display: block;
    position: relative;
    clear: both;
    margin: 10px 0;
}

.shear>* {
    width: 48%;
}

.shear2>* {
    width: 54%;
    line-height: 1em !important;
}

.shear>*:nth-child(even),
.shear2>*:nth-child(even) {
    float: left;
    text-align: right;
}

.shear>*:nth-child(odd),
.shear2>*:nth-child(odd) {
    float: right;
    text-align: left;
}

.shear:after,
.shear2:after {
    clear: both;
    display: block;
    height: 1px;
    float: none !important;
    content: " ";
}

.Page-Number {
    width: 240px;
    height: 51px;
    background-color: white;
    margin: auto;
    clear: both;
}

.Number {
    width: 43px;
    height: 43px;
    margin-right: 14px;
    border: 1px #cbcbd2 double;
    float: right;
    border-radius: 10px;
    border-bottom-color: #02a7a3;
    border-bottom-width: 2px;
    font-size: 16px;
    text-align: center;
}

.Number:hover {
    background-color: lightgray;
}

video {
    display: block !important;
    margin: auto !important;
    clear: both !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.list-box,
.list-box * {
    transition: all 0.2s;
}

.list-box {
    display: inline-block;
    width: auto;
    margin: 10px;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    border: solid 1px #ccc;
    max-width: 283px !important;
}

.list-box>BR {
    display: none !important;
}

.videoTheme>Br {
    display: none;
}

.list-box h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.list-box .lb-content {
    text-align: center;
}

.list-box .lb-img {
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
}

.list-box .lb-img IMG {
    max-width: 283px !important;
}

.list-box {
    color: #888;
}

.list-box .lb-links {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.list-box .lb-links A {
    position: relative;
    display: inline-block;
    margin: 3px 5px;
    border: solid 1px #ddd;
    padding: 3px 19px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(1, 68, 15);
}

.list-box .lb-links A:hover {
    background: #eef;
    box-shadow: 0 0 10px #ccc;
}

.list-box.seda>A {
    width: 90px;
    height: 90px;
    overflow: hidden;
    left: 10px;
    border-radius: 100px;
    float: left;
    display: block;
}

.list-box.seda>A IMG {
    width: 90px;
    height: 90px;
}

.list-box.seda P {
    text-align: center;
}

.list-box.seda.max {
    max-width: 80% !important;
    display: block;
    margin: auto;
}

.list-box.seda.max audio {
    width: 70% !important;
}

.list-box.seda .lb-links A {
    padding: 3px 35px;
}

.sf-container,
.sf-collectionAudio,
.sf-linksAudio,
.sf-contentMedia,
.sf-videoClip,
.sf-multiMediaLinks {
    clear: both;
    margin: auto;
    width: 90%;
}

.sf-imgText {
    clear: both;
    margin: auto;
    width: 76%;
}

.sf-audioDownload,
.sf-media {
    width: 522px;
    display: block;
    margin: auto;
}

.sf-linkTitle {
    border-radius: 3px;
    padding: 1rem 15px;
    background: #038685;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 20px 0px,
        rgb(0 188 212 / 60%) 0px 13px 24px -11px;
    text-align: center;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.sf-conttitle {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -22px;
    border: 0px;
    background: #038685;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 20px 0px,
        rgb(0 188 212 / 60%) 0px 13px 24px -11px;
    text-align: center;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.sf-audioHeader,
.sf-descriptionMedia {
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.sf-audioHeader {
    margin-top: 33px;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.sf-downloadText,
.sf-textDownload {
    color: blue;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.sf-box {
    background-color: #007b67;
    box-shadow: 0 5px 35px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 9px;
    font-size: 14px;
    width: 45%;
    margin: 1px;
    display: inline-flex;
    justify-content: center;
}

.sf-boxheader {
    margin-top: 15px;
}

.sf-boxheader:nth-child(1),
.sf-soteiDownload {
    width: 100%;
    text-align: center;
}

.sf-audioLinks {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    width: 100%;
}

.sf-box:nth-child(n + 1) {
    flex: 1 1 227px;
    text-decoration: none;
}

.sf-audioLinks a:nth-child(n + 1) {
    border-radius: 9px;
    flex: 1 1 21%;
    border: solid 1px #ccc;
    background-color: #007b67;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin: 2px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
}

.sf-box:nth-child(6) {
    background-color: #dc6c12;
    justify-content: center;
    padding: 9px;
    width: 94%;
    margin-top: 6px;
    text-decoration: none;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.sf-linkAudioTit,
.sf-texDescription {
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.sf-linkTextDown,
.sf-textDownload {
    color: blue;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.sf-audioLinks a:last-child {
    justify-content: center;
}

.sf-colorlast {
    background-color: #dc6c12 !important;
}

.sf-audioLinks a:nth-child(n + 1):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

.sf-audioLinks a:last-child :hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

/*audio*/
.sf-audioItem,
.sf-layout {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 1%;
    border-radius: 5px;
    text-align: center;
}

.sf-audioItem:nth-child(1),
.sf-layout:nth-child(1) {
    width: 71%;
    background-color: #dc6c12;
}

.sf-audioItem:nth-child(2),
.sf-layout:nth-child(2) {
    width: 24%;
}

.sf-pictureMedia,
.sf-audioImage {
    width: 90%;
    padding-top: 10px;
}

.sf-audioItem:nth-child(3),
.sf-layout:nth-child(3) {
    width: 100%;
    background-color: #fff;
}

.sf-audioDescription {
    font-family: yekan;
    color: black;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.sf-audioItem:nth-child(4),
.sf-audioItem:nth-child(5),
.sf-layout:nth-child(4),
.sf-layout:nth-child(5) {
    width: 48%;
    background-color: #007b67;
}

.sf-audioLink {
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.sf-desText {
    margin-top: 40px;
}

.sf-audioSubject {
    color: #2e7b67;
    font-family: yekan;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-bottom: solid 1px red;
    width: 55%;
    margin: auto;
    border-radius: 20px 24px;
}

.sf-audioItem:nth-child(4),
.sf-audioItem:nth-child(5),
.sf-layout:nth-child(4),
.sf-layout:nth-child(5):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

/*poster*/
.sf-posterItem:nth-child(1) {
    border: 5px solid #e8812e;
    background-color: #e8812e;
    width: 100%;
    border-radius: 12px 12px;
    margin-bottom: 5px;
    text-align: center;
}

.sf-posterItem:nth-child(2) {
    width: 100%;
    padding: 5px;
    color: darkred;
    text-align: center;
    font-weight: bold;
    font-family: yekan;
    font-size: 16px;
}

.sf-posterItem:nth-child(3) {
    width: 100%;
    background-color: white;
    padding: 5px;
    color: #008000;
    font-family: yekan;
    font-size: 16px;
}

.sf-posterItem:nth-child(4) {
    width: 100%;
    padding: 5px;
    color: darkred;
    text-align: left;
    font-weight: bold;
}

.sf-posterItem:nth-child(5) {
    width: 100%;
    background-color: white;
    padding: 5px;
    color: #008000;
    font-weight: bold;
    font-size: 16px;
    font-family: yekan;
    justify-content: end;
}

.sf-posterDownload {
    text-align: center;
    background-color: #3e0101;
    box-shadow: 0 5px 35px rgb(0 0 0 / 15%);
    border-radius: 25px 25px;
    padding: 2px;
    font-size: 14px;
    width: 17%;
    text-align: center;
    color: white;
    margin: 5px auto 7px auto;
    font-family: yekan;
    font-weight: bold;
}

.sf-posterSubject {
    text-align: center;
    padding: 2px;
    width: 100% !important;
    text-align: center;
    margin-top: 5px;
    color: white;
    font-weight: bold;
    font-size: 23px;
    font-family: "yekan";
    margin: auto;
    margin-bottom: 7px;
}

.sf-translateEng {
    text-align: left;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
}

.sf-resource {
    text-align: left;
    color: black;
}

.sf-posterImg {
    border-radius: 10px;
}

/*poster new*/
.sf-porperiseJpg {
    border-radius: 12px 12px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    padding: 10px;
}

.sf-titlePoster,
.sf-titleVideo {
    color: #f4f4c2 !important;
    background-color: #2e6388 !important;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-family: yekan;
    font-size: 16px;
}

.sf-titlebg {
    color: #f4f4c2 !important;
    background-color: #2e6388 !important;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-family: yekan;
    font-size: 16px;
    border-radius: 27px;
}

.sf-summery {
    border: solid 1px green;
    padding: 7px;
    border-radius: 15px;
}

.sf-contenPoster,
.sf-contenVideo {
    padding: 5px;
    color: #008000;
    font-family: yekan;
    font-size: 16px;
    text-align: center;
}

.sf-translateTitle {
    width: 100%;
    color: #f4f4c2 !important;
    background-color: #2e6388 !important;
    padding: 5px;
    color: darkred;
    text-align: left;
    font-weight: bold;
}

.sf-translateContent {
    width: 100%;
    padding: 5px;
    color: #008000;
    font-weight: bold;
    font-size: 16px;
    font-family: yekan;
    text-align: left;
}

.sf-posterDownload {
    text-align: center;
    background-color: #3e0101;
    box-shadow: 0 5px 35px rgb(0 0 0 / 15%);
    border-radius: 25px 25px;
    padding: 2px;
    font-size: 14px;
    width: 17%;
    text-align: center;
    color: white;
    margin: 5px auto 7px auto;
    font-family: yekan;
    font-weight: bold;
}

.sf-posterSubject {
    text-align: center;
    padding: 2px;
    width: 40%;
    text-align: center;
    margin-top: 5px;
    color: white;
    font-weight: bold;
    font-size: 23px;
    font-family: "yekan";
    margin: auto;
    margin-bottom: 7px;
}

.sf-translateEng {
    text-align: left;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.sf-resource {
    text-align: left;
    color: black;
}

.sf-posterItem a:nth-child(n + 1) {
    border-radius: 11px;
    padding: 9px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    color: white;
    flex: 1 1 221px;
    font-weight: bold;
    background-color: #035012;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}

.sf-posterItem {
    border-radius: 5px;
    padding: 10px;
    margin: 2px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sf-posterItem a:nth-child(n + 1):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

/*video*/
.sf-videoLink {
    margin: 2px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 4px 6px;
    margin: auto;
}

.sf-videoItem:nth-child(1),
.videoTheme {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    border-radius: 12px 12px;
    margin-bottom: 5px;
}

.sf-videoItem:nth-child(2),
.sf-videoDescription {
    flex: 1 1 688px;
    color: black;
    padding: 10px;
    font-family: yekan;
    margin: 10px;
    font-size: 16px;
    text-align: center;
}

.sf-videoItem:nth-child(3),
.sf-videoItem:nth-child(4),
.sf-videoLink a:nth-child(n + 1) {
    background-color: #007b67;
    box-shadow: 0 5px 35px rgb(0 0 0 / 15%);
    border-radius: 11px;
    padding: 9px;
    font-size: 14px;
    flex: 1 1 217px;
    justify-content: center;
    margin-top: 5px;
    color: white;
    margin: auto;
    font-family: yekan;
    font-weight: bold;
    display: inline-flex;
    text-decoration: none;
}

.sf-videoOnline {
    width: 100%;
    position: relative;
    top: -9px;
}

.videosubject,
.sf-videosubject,
.sf-postersub {
    text-align: center;
    background-color: #035d97;
    box-shadow: 0 5px 35px rgb(0 0 0 / 15%);
    border-radius: 35px 35px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: white;
    margin: auto;
    margin-bottom: 7px;
    font-family: yekan;
    font-weight: bold;
}

.sf-videoLink a:nth-child(n + 1):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

.sf-istoryclip,
.sf-istoryImg {
    clear: both;
    margin: auto;
    width: 52%;
}

/*footenote*/
.noteUrl,
.sf-noteUrl,
.sf-elementText {
    margin: 2px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
}

.sf-urlTitle {
    background-color: #008dba;
    color: white;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
    margin: 2px;
    text-align: center;
}

.sf-noteUrl a:nth-child(n + 1) {
    padding: 10px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex: 1 1 13%;
    margin-bottom: 2px;
    text-decoration: none;
}

.sf-elementText a:nth-child(n + 1) {
    padding: 10px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex: 1 1 27%;
    margin-bottom: 2px;
    text-decoration: none;
}

.sf-noteUrl a:nth-child(n + 1):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

.sf-bod,
.sf-noteFrame {
    border: solid 1px #dbdbdb;
}

/*book sound*/
.sf-collectSound {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    background-color: #fff;
}

.sf-soundHeader {
    border-bottom: solid 1px #ccc;
    width: 100%;
    color: blue;
}

.sf-collectSound .sf-part1 {
    flex: 1 1 225px;
    background-color: #fff;
}

.sf-collectSound .sf-part2 {
    flex: 1 1 424px;
    background-color: #fff;
}

.sf-collectSound .sf-part3 {
    flex: 1 1 334px;
    background-color: #fff;
}

.sf-collectSound .sf-part4 {
    flex: 1 1 994px;
}

.sf-collectSound .sf-part5 {
    flex: 1 1 994px;
}

.sf-collectSound .sf-part6 {
    flex: 1 1 429px;
    background-color: #fff;
}

.sf-pictureCollect {
    width: 150px;
    float: right;
}

.sf-matnTitle {
    border-bottom: solid 1px #ccc;
}

/*soteinew*/
.sf-audioCom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
}

.sf-audioCom a {
    flex: 1 1 48%;
    margin-top: 64px;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 20px;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    margin: 2px;
    border: solid 1px #ccc;
    background-color: #dc6c12;
    padding: 33px;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
}

.sf-audioCom img {
    width: 177px;
    flex: 1 1 82px;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 5px;
}

.sf-audioMatnD {
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 4px;
    margin: 4px;
}

.sf-ItemLink {
    margin: 2px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    width: 100%;
}

.sf-ItemLink a {
    flex: 1 1 21%;
    border: solid 1px #ccc;
    background-color: #007b67;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin: 2px;
    text-decoration: none;
    padding: 8px;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
}

.sf-ItemLink a:hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

/*small-text-noline*/
.sf-lineText {
    margin: 2px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sf-lineText a:nth-child(n + 1) {
    padding: 10px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex: 1 1 134px;
    text-decoration: none;
}

.sf-smallText {
    padding: 1px;
}

.sf-stTitle {
    background-color: #008dba;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.sf-lineText a:nth-last-child(1) {
    border-left: 0px;
}

.sf-lineText:nth-child(odd) {
    background-color: #f2f3f8;
    border-radius: 15px;
}

/*text-day*/
.sf-textList {
    margin: 5px;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    width: 30%;
    color: black;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 14px -8px;
}

.sf-textList div:first-child {
    background-color: #e6f2ff;
    width: 100%;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sf-textList div:nth-child(even) {
    border-radius: 15px;
    flex: 1 1 329px;
}

.sf-textList div:nth-child(odd) {
    background-color: #f2f3f8;
    border-radius: 15px;
    flex: 1 1 329px;
}

.sf-textList div a {
    border-radius: 15px;
    width: 49%;
}

.sf-textList .sf-textList div a:nth-child(1) {
    align-items: flex-start;
}

.sf-textList div a:nth-child(2) {
    text-align: left;
}

.sf-textList div {
    width: 100%;
    padding: 10px;
    display: inline-flex;
}

.sf-clfix,
.sf-postsList,
.sf-lineLi {
    clear: both;
    margin: auto;
}

.textLi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 200px;
    width: 80%;
    margin: auto;
    margin-top: 9px;
    border-bottom: solid 1px #ccc;
}

.textLi :first-child {
    width: 30%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.noticeLi {
    flex: 0 0 100%;
    width: 70%;
}

.noticeLi a:nth-child(n + 1) {
    width: 98%;
    margin: 5px;
    display: flex;
    justify-content: center;
}

/*footnote*/
.sf-LineCollect,
.sf-collectA {
    clear: both;
    text-align: center;
}

.sf-LinkNotes {
    margin: auto;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

.sf-LinkNotes a:nth-child(n + 1) {
    flex: 1 1 221px;
    border: solid 1px #ccc;
    background-color: #007b67;
    font-family: yekan;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    padding: 5px;
    margin: 2px;
    text-decoration: none;
    border-radius: 15px;
    justify-content: center;
}

.sf-LinkNotes a:nth-child(n + 1):hover {
    color: white;
    background-color: #2098d1;
    text-decoration: none;
}

/*articel*/
.sf-borderRef {
    background-color: #f2f2f5;
}

.sf-borderNote {
    text-align: justify;
    padding: 11px;
    background-color: #ededfb;
    border: 2px solid #02a7a3;
    border-radius: 15px 5px;
}

.sf-uniqueText {
    padding: 5px;
    text-align: center;
    margin: 15px;
}

.sf-uniqueText a {
    background-color: #007b67;
    text-decoration: none;
    font-family: yekan;
    font-weight: bold;
    color: white;
    font-size: 14px;
    box-shadow: 0 5px 35px rgb(0 0 0/15%);
    border-radius: 11px;
    font-size: 14px;
    padding: 21px;
    margin: 5px;
}

.sf-uniqueText a:hover {
    background-color: #008dba;
}

/*cliptext*/

.sf-linemulti {
    display: flex;
    clear: both;
    margin: auto;
    margin-bottom: 26px;
    text-align: center;
    width: 94%;
}

.sf-linemulti>.sf-firstSlide {
    margin: auto;
    text-align: center;
}

.sf-linemulti>.sf-lastSlide {
    margin: auto;
    padding: 5px 10px;
}

.sf-firstSlide>BR {
    display: none !important;
}

.multiText,
.sf-multiText {
    flex: auto;
}

.sf-multiSlide .sf-multiLinks {
    text-align: center;
    position: relative;
    align-self: center;
}

.sf-multiSlide .sf-multiLinks a {
    border: solid 1px #ccc;
    display: inline-block;
    margin: 3px 5px;
    border: solid 1px #ddd;
    padding: 3px 19px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(1, 68, 15);
}

.sf-multiLinks a:hover {
    background: #eef;
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.06);
}

.sf-titleMix {
    background-color: #c9f1e7;
    padding: 5px;
    color: darkred;
    text-align: center;
    font-weight: bold;
    font-family: yekan;
    font-size: 16px;
}

/*listbox*/
.sf-lineMt {
    display: flex;
    clear: both;
    width: auto;
    margin-bottom: 26px;
}

.sf-multiMix {
    flex: 1 1 21%;
    margin: 13px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    display: inline-flex;
    flex-direction: column;
    padding: 5px;
    font-family: yekan;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}

.sf-multiMix>BR {
    display: none !important;
}

.sf-multiMix a {
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.sf-multiMix hr {
    width: 100%;
    border: 1px solid #ccc;
}

.sf-mixText {
    flex: auto;
    text-align: center;
    color: black;
    margin-top: 3px;
    padding: 3px;
}

.sf-linksUrl {
    text-align: center;
    position: relative;
    align-self: center;
}

.sf-linksUrl a {
    display: inline-block;
    margin: 7px 5px;
    padding: 3px 19px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(1, 68, 15);
    border-radius: 15px;
    background-color: #f4f4c2;
}

.sf-linksUrl a:hover {
    background: #eef;
    box-shadow: 0 0 5px #ccc;
}

/*booksoteinew*/
.sf-linebook {
    display: flex;
    clear: both;
    margin: auto;
    width: 74%;
}

.sf-bookSlide {
    margin: 5px;
    transition: all 0.2s;
    display: inline-flex;
    flex-direction: column;
    margin: auto;
}

.sf-bookSlide>BR {
    display: none !important;
}

.sf-textsound {
    background-color: #4abebb;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-family: yekan;
    text-align: center;
}

.sf-imgCollects {
    width: 285px;
    height: 265px;
}

.sf-sound {
    background-color: #49a9b5;
    color: white;
    padding: 5px;
}

.imgBook {
    width: 185px;
    border-radius: 20px;
}

/*img content*/
.sf-imgmeduim {
    width: 100%;
    height: 219px;
    border-radius: 11px;
}

.sf-imgmax {
    border-radius: 11px;
    max-width: 100%;
    width: 449px;
    height: 449px;
}

.sf-imgIstory {
    border-radius: 11px;
    max-width: 100%;
    width: 286px;
    height: 409px;
}

/*active buttom*/
.sf-active {
    background-color: white !important;
    color: black !important;
    border: 3px solid blue !important;
}

/*sotilist*/
.sf-soundLine {
    display: flex;
    margin: auto;
    background-color: #4abebb;
    border-radius: 7px;
    margin-bottom: 2px !important;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-family: yekan;
    justify-content: center;
    width: 98%;
}

.soundtag {
    width: 95%;
    padding: 12px;
    background-color: #a6a6fa;
}

/*gallery*/
.content-text.block-cotent>.field.field-name-field-galery.field-type-image.field-label-above>.field-items {
    display: block;
}

.content-text.block-cotent>.field.field-name-field-galery.field-type-image.field-label-above>.field-items>.field-item.even+.field-item.odd {
    display: inline-flex;
}

/*download*/
.sf-collectionElement,
.content-text.block-cotent>.field.field-name-field-download.field-type-file.field-label-above>.field-label {
    background-image: url("https://static.ahlolbait.com/files/ahlolbait/image/e281411ecb4ccbde14cd006c7faf16c0/234re.jpg");
    background-position: 0 -8px;
    color: #f5dd9f;
    padding: 10px;
    font-size: larger;
    font-weight: bold;
    border-radius: 5px;
    background-repeat: repeat-x;
}

.sf-collectionDown>a {
    text-decoration: none;
}

.sf-collectionDown,
.content-text.block-cotent>.field.field-name-field-download.field-type-file.field-label-above {
    margin: 10px;
    background-color: #f4f4c2;
}

.content-text.block-cotent>.field.field-name-field-download.field-type-file.field-label-above>.field-items>.field-item.even>.file,
.file-icon {
    padding: 1px;
}

.content-text.block-cotent>.field.field-name-field-download.field-type-file.field-label-above>.field-items>.field-item.even>.file a,
.file-icon a {
    text-decoration: none;
}

.content-text.block-cotent>.field.field-name-field-download.field-type-file.field-label-above>.field-items>.field-item.odd>.file a {
    text-decoration: none;
}

/*book*/
.content-text.block-cotent>.field.field-name-field-book-download.field-type-file.field-label-above {
    margin: 10px;
    background-color: #f4f4c2;
}

.content-text.block-cotent>.field.field-name-field-book-download.field-type-file.field-label-above>.field-label {
    background-image: url("https://static.ahlolbait.com/files/ahlolbait/image/e281411ecb4ccbde14cd006c7faf16c0/234re.jpg");
    background-position: 0 -8px;
    color: #f5dd9f;
    padding: 10px;
    font-size: larger;
    font-weight: bold;
    border-radius: 5px;
    background-repeat: repeat-x;
}

.content-text.block-cotent>.field.field-name-field-book-download.field-type-file.field-label-above>.field-items>.field-item.even>.file,
.file-icon {
    padding: 1px;
}

.content-text.block-cotent>.field.field-name-field-book-download.field-type-file.field-label-above>.field-items>.field-item.even>.file a,
.file-icon a {
    text-decoration: none;
}

.content-text.block-cotent>.field.field-name-field-book-download.field-type-file.field-label-above>.field-items>.field-item.odd>.file a {
    text-decoration: none;
}

/*collection*/
.sf-bg:nth-child(odd) {
    background-color: #f2f3f8;
}

/*hover*/
.sf-mixText:hover>img {
    filter: grayscale(25%);
    transform: scale(1.15);
}

/*boxdownload*/
.sf-sizeDownload {
    direction: ltr !important;
    font-size: 11px;
    display: inline-flex;
}

/*text-li*/
ul li a {
    text-decoration: none;
}

/*first ul*/
ul>.sf-ulNode a {
    text-decoration: none;
}

ul>.sf-ulNode {
    color: red;
    list-style-type: square;
}

/*second ul*/
ul>ul>.sf-subNode {
    color: blue;
    list-style-type: disc;
}

ul>ul>.sf-subNode>a {
    text-decoration: none;
}

/*titleul*/
.sf-titleList {
    color: #f4f4c2 !important;
    background-color: #f4f4c2 !important;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-family: yekan;
    font-size: 16px;
    border-radius: 15px;
}

.sf-titleList a {
    text-decoration: none;
}
/*previousand&next -new*/
.sf-sectionLink{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 1px;
    width:46%;
    margin-top:5px;
}
.sf-sectionLink>.sf-linkPervious, .sf-linkNext{
    height:34px;background-color: #b7bfed;box-shadow:rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
         margin: 0px 0px 9px 9px;
    flex: 1 1 50px;
    border-radius: 41px 41px 43px 43px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}
.sf-sectionLink>.sf-linkPervious>.beforeData{
    background-color:#dce6dc; border-radius:50%;width:18%;
}
.sf-sectionLink>.sf-linkPervious>.sf-text{
    text-align: center;
    width:80%;
}
.sf-sectionLink>.sf-linkPervious>.beforeData:before {
    content: "\f04e";
    width: 50px;
    font-family: "FontAwesome";
    position: relative;
    right: 8px;
}
.sf-sectionLink>.sf-linkPervious:hover{
    background: #BEF;
}
.sf-sectionLink>.sf-linkNext> .nextData{
    background-color:#dce6dc; border-radius:50%;width:18%;
}
.sf-sectionLink>.sf-linkNext>.sf-text{
    text-align: center;
    width:80%;
}

.sf-sectionLink>.sf-linkNext>.nextData:before {
    content: "\f04a";
    width: 50px;
    font-family: "FontAwesome";
    position: relative;
    right: 12px;
}

.sf-sectionLink>.sf-linkNext:hover{
    background: #BEF;
}
/*cardbox*/
.sf-cards {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 1px;
}

/*cardDetails*/
.sf-cards>.sf-cardsEelement {
    border: 1px solid #bcc8e8;
    margin: 0px 0px 5px 5px;
    height: 44px;
    flex: 1 1 329px;
    display: flex;
}

.sf-cards>.sf-cardsEelement:hover {
    background-color: beige;
    font-weight: 400;
}

.sf-cards>.sf-cardsEelement>a:nth-child(1)::before {
    color: #bcc8e8;
    font-family: "FontAwesome";
    content: "\f025";
    display: inline;
    padding: 0 9px;
    font-size: 27px;
    position: relative;
    top: 5px;
}

.sf-cards>.sf-cardsEelement>a:nth-child(2) {
    display: inline-flex;
    flex: 1 1;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.sf-cards>.sf-cardsEelement>a:nth-child(1) {
    text-decoration: none;
    font-size: 14px;
    display: initial;
    flex: 1 1 192px;
}

.sf-cards>.sf-cardsEelement>a:hover {
    color: green;
    font-weight: bold;
}

.sf-cards>.sf-cardsEelement>div {
    display: inline-flex;
    flex: 1 1 250px;
    justify-content: end;
}

.sf-cards>.sf-cardsEelement>h5:first-child {
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    flex: 1 1 192px;
    align-items: center;
}

.sf-cards>.sf-cardsEelement {
    text-decoration: none;
}

.sf-cards>.sf-cardsEelement>h5:last-child {
    display: inline-flex;
    flex: 1 1;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.sf-cards>.sf-cardsEelement>h5:first-child::before {
    color: #bcc8e8;
    font-family: "FontAwesome";
    content: "\f025";
    display: inline;
    padding: 0 9px;
    font-size: 27px;
    position: relative;
}

/*cardlinks*/
.sf-cards>.sf-cardsLink {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin: 0px 0px 9px 9px;
    flex: 1 1 50px;
    height: 54px;
    border-radius: 41px 41px 43px 43px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.sf-cards>.sf-cardsLink:hover {
    background-color: beige;
    color: blue;
    font-weight: 400;
}

.sf-cards>.sf-cardsLink>Img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 2px;
}

.sf-cards>.sf-cardsLink>font {
    color: black;
    padding: 5px;
}

.sf-cards>.sf-cardsLink>a:nth-child(n + 1) {
    padding: 10px 15px 0px 0px;
    text-decoration: none;
}

.sf-cards>.sf-cardsLink>a:only-child {
    flex: 0 0 353px;
    text-decoration: none;
}

.sf-cards>.sf-cardsLink>a:hover {
    color: #520404;
    font-weight: bold;
}

/*styleAyat*/
.sf-textAyeh {
    background: #f2f1eb;
    padding: 5px;
}

/*soteiseries*/
.sf-seriesText {
    width: 88%;
    margin: auto;
}

.sf-seriesText>.sf-partDetails {
    background-color: beige;
    display: flex;
    justify-content: start;
    border-radius: 15px;
    padding: 2px;
    margin: 5px 0px 5px 0px;
    border-bottom: solid 7px #00ad8c;
}

.sf-seriesText>.sf-partDetails>img {
    width: 158px;
    height: 125px;
    border-radius: 15px;
    padding-top: 10px;
}

.sf-seriesText>.sf-partDetails>img:hover {
    opacity: 0.3;
}

.sf-seriesText>.sf-partDetails>.sf-element {
    margin-right: 10px;
}

.sf-seriesText>.sf-partDetails>.sf-summeryData {
    margin-right: 75px;
}

.sf-seriesText>.sf-partDetails>.sf-summeryData>h5 {
    background-color: #00ad8c;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px;
    color: white;
    text-align: center;
}

.sf-seriesText>.sf-partText {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    clear: both;
}

.sf-seriesText>.sf-partText>.sf-lineDes {
    display: flex;
}

.sf-seriesText>.sf-partText>.sf-lineDes>a:nth-child(n + 1) {
    border-radius: 15px;
    display: inline-flex;
    flex: 1 1 250px;
    margin: 5px;
}

.sf-seriesText>.sf-partText>.sf-lineDes>a:nth-child(n + 1)::before {
    width: 10px;
    height: 10px;
    background-color: #00ad8c;
    content: "";
    padding: 0px;
    margin: 8px;
    border-radius: 15px;
}

.sf-seriesText>.sf-partText>.sf-timer {
    font-size: 16px;
    text-align: center;
    width: 18%;
    margin: auto;
}

/*rowssound*/
.sf-rowsText {
    margin: 15px;
}

.sf-rowsText>.sf-rowElement {
    display: flex;
    justify-content: space-between;
    margin: 5px;
    border-bottom: solid 1px green;
}

.sf-rowsText>.sf-rowElement>strong {
    padding-top: 10px;
}

/*responsive*/
@media screen and (max-width: 600px) {

    /*gllery*/
    .content-text.block-cotent>.field.field-name-field-galery.field-type-image.field-label-above>.field-items {
        margin: auto;
        display: block;
        padding: 7px;
    }

    /*textday*/
    .sf-textList {
        width: 100%;
    }

    /*textshort*/
    .sf-smallText {
        border-left: 0px;
    }

    .sf-uniqueText {
        width: 100%;
        margin: 7px;
    }

    .sf-audioCom img {
        display: none;
    }

    /*text*/
    .sf-lineText {
        width: 100%;
        display: block;
    }

    .sf-noteUrl,
    .sf-ItemLink,
    .sf-audioLinks {
        display: block !important;
        margin: 1px 5px 1px 5px;
    }

    .sf-elementText {
        display: flex;
        margin: 1px 5px 1px 5px;
    }

    .sf-elementText a:nth-child(n + 1) {
        width: 93% !important;
    }

    .sf-noteUrl a:nth-child(n + 1) {
        width: 93% !important;
        display: flex;
    }

    .sf-ItemLink a:nth-child(n + 1),
    .sf-audioLinks a:nth-child(n + 1) {
        width: 93% !important;
        display: flex;
    }

    .sf-responseList,
    .sf-responsList {
        margin: 5px;
        display: flex;
        flex-wrap: wrap;
        width: 98%;
        color: black;
        font-weight: bold;
        box-sizing: border-box;
        box-shadow: 0 0 14px -8px;
        margin-bottom: 25px;
    }

    .textLi {
        display: block;
        width: 100%;
    }

    .sf-istoryclip,
    .sf-istoryImg {
        width: 75%;
    }

    .noticeLi {
        width: 100%;
    }

    /*cliptext*/

    .sf-lineMt {
        clear: both;
        display: block;
        text-align: center;
    }

    .sf-multiMix {
        display: block;
    }

    .sf-multiMix>a>img {
        width: 100%;
    }

    .sf-urlTitle {
        padding: 16px;
    }

    .sf-audioMatnD {
        border: 0px;
    }

    .sf-container,
    .sf-collectionAudio,
    .sf-linksAudio,
    .sf-contentMedia,
    .sf-imgText,
    .sf-videoClip,
    .sf-multiMediaLinks {
        clear: both;
        margin: auto;
        width: 100% !important;
    }

    /*listbox*/
    .sf-linemulti {
        display: block;
        width: 88%;
    }

    .sf-firstSlide,
    .sf-lastSlide {
        margin-bottom: 15px !important;
        width: 100%;
        border: solid 1px #ccc;
    }

    .imgBook {
        display: none;
    }

    .list-box {
        display: block;
    }

    .sf-LinkNotes {
        width: 100% !important;
    }

    .sf-showImg {
        display: none;
    }

    /*commns*/
    .block-cotent.content-text>FORM>.field.field-text {
        width: 80%;
        display: block;
        margin: 10px;
    }

    .block-cotent.content-text>FORM>.field.field-textarea {
        width: 80%;
    }

    .block-cotent.content-text>FORM>.field>INPUT[type="submit"] {
        float: none;
    }

    /*cardbox*/
    .sf-cards {
        display: block;
    }

    /*cardDetails*/
    .sf-cards>.sf-cardsEelement {
        width: 80%;
        margin: 0px auto 4px auto;
    }

    .sf-cards>.sf-cardsEelement>span {
        width: 54%;
    }

    .sf-cards>.sf-cardsLink {
        width: 80%;
        margin: 0px auto 10px auto;
    }

    .sf-cards {
        margin-bottom: 0;
    }

    /*soteiseries*/
    .sf-seriesText>.sf-partDetails>img {
        width: 100%;
        height: 100%;
    }

    .sf-seriesText>.sf-partDetails {
        display: block;
    }

    .sf-seriesText>.sf-partDetails>.sf-summeryData {
        margin-right: 0px;
    }

    .sf-seriesText>.sf-partText>.sf-lineDes {
        display: block;
    }

    .sf-seriesText>.sf-partText>.sf-timer {
        width: 100%;
    }

    .sf-seriesText>.sf-partDetails>.sf-summeryData>h4,
    h5 {
        text-align: center;
        font-weight: bold;
    }

    .sf-seriesText>.sf-partText>.sf-lineDes>a:nth-child(n + 1) {
        display: flex;
    }

    /*shear*/
    .shear,
    .shear2 {
        display: block;
    }

    .shear>*:nth-child(odd),
    .shear2>*:nth-child(odd) {
        text-align: center;
    }

    .shear>*:nth-child(even),
    .shear2>*:nth-child(even) {
        text-align: center;
    }

    .shear>* {
        width: 100% !important;
    }

    /*rowssound*/
    .sf-rowsText>.sf-rowElement {
        display: block;
    }

    .sf-rowsText>.sf-rowElement>audio {
        width: 100% !important;
    }
    .sf-sectionLink{
        display: inline-flex;
        width:100%;
    }
}
