html {
  width: 100%; }

body {
  padding-top: 0;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  /*background: #f5f5f5;*/
  /*background: rgba(245, 245, 245, 1);*/
  background: url("../images/body-background.jpg");
  font-family: IranianSans; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.thumbnail img {
  width: 100%; }

.ratings {
  padding-right: 10px;
  padding-left: 10px;
  color: #d17581; }

.thumbnail {
  padding: 0; }

.thumbnail .caption-full {
  padding: 9px;
  color: #333; }

.no-margin {
  margin: 0;
  padding: 0; }

.dockbar .aui-toolbar > * {
  float: right; }

.dockbar .aui-toolbar .mobile-mode {
  display: none; }

.lfr-mobile-mode .dockbar .aui-toolbar .mobile-mode {
  display: block; }

.journal-content-article,
.portlet-asset-publisher .portlet-body {
  font-family: Mirza;
  font-size: 13px; }

/*______________________________header_banner_____________________________________________________*/
header.banner {
  background: url("../images/header.jpg") no-repeat 20% top;
  background-size: cover;
  height: 185px;
  /*border-bottom: 1px solid #ec5300;*/
  /*border-bottom: 1px solid rgba(236, 83, 0, 0.95);*/ }

header.banner {
  background: url("../images/banner1.jpg") no-repeat left bottom;
  background-size: auto 100%; }

@media screen and (max-width: 767px) {
  header.banner {
    background-image: url("../images/banner1.jpg"), url("../images/banner2.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: left bottom, center center;
    background-size: auto 100%, auto 100%; } }
@media screen and (max-width: 570px) {
  header.banner {
    background-position: 80% bottom, center center; } }
@media screen and (max-width: 370px) {
  header.banner {
    background-position: 90% bottom, center center; } }
header.banner #mask-on-header {
  position: absolute;
  top: 0;
  background: url("../images/mask-over-banner_02.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: inherit; }

@media screen and (max-width: 767px) {
  header.banner #mask-on-header {
    background-size: 150% auto; } }
@media screen and (max-width: 543px) {
  header.banner #mask-on-header {
    background-size: 200% auto; } }
header.banner #logo {
  position: absolute;
  top: 0;
  margin-top: 30px;
  max-width: 210px;
  max-height: 120px; }

/*________________icons_over_head_and_banner_________________*/
.icons-on-head,
.icons-on-head a {
  color: #fff;
  color: white;
  border: none; }

header.banner .icons-on-head {
  font-size: 15px;
  margin-right: 50%;
  padding-right: 9%;
  padding-top: 2%; }

.icons-on-head .icon {
  margin: 0 0.5%;
  padding: 0;
  background: none; }

.icons-on-head .date-c {
  font-family: Mirza;
  font-size: 14px;
  display: inline-block; }

.icons-on-head .en-lang-icon {
  background: url("../images/en-lang.png") no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 7px; }
.icons-on-head .fa-lang-icon {
  background: url("../images/fa-lang.png") no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 7px; }

/*______________________________navigation_______________________________________________________*/
.custom-position-of-navigation-menu {
  /*margin-top: -28px;*/
  /*margin-bottom: 8px;*/ }

.navbar-inverse,
.navbar-inverse .btn {
  font: 11px Mirza;
  line-height: 20px; }

.navbar-inverse {
  margin: 0;
  padding: 0;
  /*background: url("../images/yazdedu-rsp/navigation-menu-background.png") no-repeat;*/
  /*background-size: 100% 100%;*/
  background: none;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font: 11px Mirza;
  min-height: 0; }

.navbar-inverse .navbar-collapse {
  margin-top: 10px;
  padding: 0 5px;
  overflow: hidden; }

.navbar-inverse .navbar-collapse .btn-group-justified {
  table-layout: auto; }

.navbar-inverse .navbar-collapse a.btn {
  padding-right: 0;
  padding-left: 0;
  color: #d2d2d2;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: inset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-width: 2px;
  border-top-width: 2px;
  /*border-right: 1px solid rgba(255,255,255,0.05);*/
  border-left: 1px solid rgba(255, 255, 255, 0.8); }

.navbar-inverse .navbar-collapse a.btn:first-child {
  border-right: 0;
  /*border-left: 0;*/ }

.navbar-inverse .navbar-collapse a.btn:last-child {
  /*border-right: 0;*/
  border-left: 0; }

.navbar-inverse .navbar-collapse a.btn:focus,
.navbar-inverse .navbar-collapse a.btn.active {
  border-bottom-color: #0098e7;
  border-bottom-color: rgba(0, 152, 231, 0.9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.navbar-inverse .navbar-collapse a.btn:hover {
  color: #fff;
  color: white;
  border-bottom-color: #00ade7;
  border-bottom-color: rgba(0, 173, 231, 0.8); }

.navbar-inverse .navbar-collapse a.btn.active {
  -webkit-box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.125); }

.navbar-inverse .navbar-collapse a img {
  max-height: 22px;
  max-width: 22px;
  margin-left: 7px; }

.navbar-inverse .navbar-collapse .customerServiceLink {
  border-bottom-color: #ff9c00;
  border-bottom-color: rgba(255, 190, 0, 0.8); }

.navbar-inverse .navbar-header {
  padding: 15px 5% 0 5%; }

.navbar-inverse .navbar-header .navbar-toggle {
  font-size: 15px;
  padding: 0 2%;
  margin: 0;
  line-height: 35px;
  background: none;
  color: #fff;
  text-shadow: none; }

.navbar-inverse .navbar-collapse .customized-child-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 4px 1px #888;
  -moz-box-shadow: 0 0 4px 1px #888;
  box-shadow: 0 0 4px 1px #888; }

.navbar-inverse .navbar-collapse .customized-child-menu.hover-active,
.navbar-inverse .navbar-collapse .customized-child-menu:hover {
  display: block; }

.navbar-inverse .navbar-collapse .customized-child-menu a {
  color: #000; }

.navbar-inverse .navbar-collapse .customized-child-menu a:hover {
  color: #ff9c00; }

.navbar-inverse .navbar-collapse .customized-child-menu .orange-line-top-of-child-menu {
  margin-bottom: -20px;
  border-color: #ff9c00;
  border-color: rgba(255, 156, 0, 0.9);
  border-width: 2px; }

.navbar-inverse .navbar-collapse .customized-child-menu .in-child-menu-btn {
  background: #fff;
  padding: 0 10px;
  font-weight: bold;
  color: #103655; }

.navbar-inverse .navbar-collapse .customized-child-menu .list-area-childs-menu {
  margin: 10px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: contain; }

.navbar-inverse .navbar-collapse .customized-child-menu .list-area-childs-menu li {
  list-style: none; }

.navbar-inverse .navbar-collapse .customized-child-menu .list-area-childs-menu li:before {
  position: relative;
  display: inline-block;
  font: 5px FontAwesome;
  content: "\f111";
  color: #103655; }

/*______________________________responsive_menu_over_page_______________________________________*/
.responsive-menu-over-page {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  background-color: rgba(0, 15, 108, 0.4);
  z-index: 100; }

@media screen and (min-width: 768px) {
  .responsive-menu-over-page {
    display: none; } }
.responsive-menu-over-page .btn-group-vertical {
  /*position: absolute;*/
  float: left;
  left: 0;
  min-height: 1000px;
  min-width: 40%;
  margin: 0;
  padding: 3%;
  background-color: #0e2f4b;
  background-color: rgba(14, 47, 75, 0.6); }

.responsive-menu-over-page .btn-group-vertical,
.responsive-menu-over-page .btn-group-vertical *,
.responsive-menu-over-page .btn-group-vertical a,
.responsive-menu-over-page .btn-group-vertical .btn {
  font-family: Mirza;
  color: #b7c4d0;
  color: rgba(255, 255, 255, 0.6);
  text-align: start; }

.responsive-menu-over-page .btn-group-vertical > * {
  line-height: 30px; }

.responsive-menu-over-page .btn-group-vertical *.active,
.responsive-menu-over-page .btn-group-vertical a.active,
.responsive-menu-over-page .btn-group-vertical .btn.active {
  font-family: Mirza;
  color: #fff;
  color: white; }

.responsive-menu-over-page .btn-group-vertical *:hover,
.responsive-menu-over-page .btn-group-vertical a:hover,
.responsive-menu-over-page .btn-group-vertical .btn:hover {
  text-shadow: 0 0 1px rgba(147, 245, 255, 0.4); }

/*________________search_portlet_customization_______________*/
.search,
.search * {
  font-family: Mirza;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #fff;
  color: white; }

.search button:hover {
  background: none;
  border: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }

#site_search {
  font-family: Mirza;
  background: #394f61;
  background: rgba(140, 150, 160, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  min-width: 80%;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px; }

.search .fa {
  font-family: FontAwesome;
  font-size: 20px; }

/*________in_main_content_search_box_____*/
#content #main-content #column-2 .search {
  display: none;
  padding: 10px;
  color: #858585;
  color: rgba(10, 10, 10, 0.4);
  text-align: center; }

@media screen and (min-width: 768px) {
  #content #main-content #column-2 .search {
    display: block; } }
#content #main-content #column-2 .search * {
  color: #858585;
  color: rgba(10, 10, 10, 0.4); }

/*______________________________placement_of_content___________________________________________________________*/
.placement-of-content {
  background: #fff;
  padding: 0 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/*______________________________Footer___________________________________________________________*/
footer.modal-footer p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 20px;
  color: #2a4c6a;
  color: #2a4c6a; }

footer.modal-footer .left-block-of-footer p {
  direction: ltr;
  text-align: start; }

footer.modal-footer .ltr {
  font-family: sans-serif; }

hr.bottom-orange-line {
  margin: 0;
  padding: 0;
  border-top: 10px solid #ec5300;
  border-top: 10px solid #ec5300;
  border-bottom: 0; }

/*________________over_footer_piwik_status___________________*/
.over-footer-item.yzd-statics {
  background: #dbdbdb;
  background: rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 5px;
  color: #041c30;
  color: rgba(10, 30, 50, 0.7); }

.over-footer-item.yzd-statics .portlet-borderless-container {
  min-height: 0;
  height: auto; }

.over-footer-item.yzd-statics tr,
.over-footer-item.yzd-statics .statics-visits-title,
.over-footer-item.yzd-statics .piwik-liferay-portlet {
  vertical-align: top;
  font: 11px Mirza;
  line-height: 25px; }

.over-footer-item.yzd-statics .statics-visits-title {
  padding: 0 15px; }

.over-footer-item.yzd-statics tr {
  padding: 0 20px; }

.over-footer-item.yzd-statics tr td {
  padding: 0 5px; }

.over-footer-item.yzd-statics .piwik-liferay-portlet tr:nth-child(2),
.over-footer-item.yzd-statics .piwik-liferay-portlet tr:nth-child(4),
.over-footer-item.yzd-statics .piwik-liferay-portlet tr:nth-child(5) {
  display: none; }

@media screen and (min-width: 520px) {
  .over-footer-item.yzd-statics {
    display: inline-block;
    padding: 0 2.5%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }

  .over-footer-item.yzd-statics tr,
  .over-footer-item.yzd-statics .statics-visits-title,
  .over-footer-item.yzd-statics .piwik-liferay-portlet {
    display: inline-block;
    white-space: nowrap; }

  .over-footer-item.yzd-statics .statics-visits-title {
    border-left: 1px solid #cecece;
    border-left: 1px solid rgba(0, 0, 0, 0.05); } }
/*/!*_____if_IE_____*!/*/
.ie6 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr,
.ie7 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr,
.ie8 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr,
.ie6 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr,
.ie7 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr,
.ie8 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr,
.ie6 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr + tr,
.ie7 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr + tr,
.ie8 .over-footer-item.yzd-statics .piwik-liferay-portlet tr:first-child + tr + tr + tr + tr {
  display: none; }

/*______________________________Nested_Portlet___________________________________________________________*/
.portlet-nested-portlets .nested-tab-style-1 .aui-tabview-list, .nested-tab-style-1 .aui-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #f79323;
  border-bottom: 1px solid rgba(247, 132, 0, 0.9); }

.portlet-nested-portlets .nested-tab-style-1 ul.aui-tabview-list li {
  background: none;
  color: #2a4c6a; }

.portlet-nested-portlets .nested-tab-style-1 ul.aui-tabview-list li a {
  background: none;
  color: #2a4c6a;
  font: 11px Bmirza;
  line-height: 25px;
  height: inherit;
  height: auto; }

.portlet-nested-portlets .nested-tab-style-1 ul.aui-tabview-list li.aui-selected {
  background: #2a4c6a;
  color: #fff; }

.portlet-nested-portlets .nested-tab-style-1 ul.aui-tabview-list li.aui-selected a {
  background: none;
  color: #fff; }

.portlet-nested-portlets .nested-tab-style-1 .portlet-layout {
  background: #fff;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*________________news_display_style_customization___________*/
.portlet-asset-publisher .lead_description-section-blocker {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.portlet-asset-publisher .lead_description-section-blocker .lead_description-article-image {
  background: none;
  padding: 0;
  margin: 0 10px 0 10px; }

.portlet-asset-publisher .lead_description-section-blocker .lead_description-article-image .lead_description-article-body-image {
  padding: 0;
  margin: 0;
  border: 1px dashed rgba(0, 0, 0, 0.1); }

.portlet-asset-publisher .lead_description-section-blocker .lead_description-article-title {
  font: 12px Bmirza;
  color: #000;
  color: black;
  line-height: normal;
  margin: 0 0 5px 0; }

.portlet-asset-publisher .lead_description-section-blocker .lead_description-article-content {
  font: 12px Mirza;
  color: #000;
  color: black;
  line-height: normal;
  margin: 0; }

.portlet-asset-publisher .lead_description-section-blocker .lead_description-article-title a {
  color: #000;
  color: black; }

.portlet-asset-publisher .lead_description-section-blocker .asset-metadata {
  color: #c2c2c2;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  font: 11px mirza;
  margin-top: 6px; }

.portlet-asset-publisher .lead_description-section-blocker .asset-metadata * {
  color: #c2c2c2;
  color: rgba(0, 0, 0, 0.3);
  background: none; }

/*______________________________Asser_publisher_portlet__________________________________________________*/
/*portlet-asset-publisher*/
.portlet-asset-publisher ul.title-list {
  margin: 5px 0; }

.portlet-asset-publisher .title-list a {
  color: #7d7d7d;
  color: rgba(0, 0, 0, 0.7); }

.portlet-asset-publisher .title-list a:hover {
  color: #131313;
  color: rgba(0, 0, 0, 0.8); }

.portlet-asset-publisher li.title-list {
  height: auto;
  margin: 0;
  padding: 0 10px;
  font: 12px Mirza;
  line-height: 30px;
  color: #000;
  color: black;
  border-right: 3px solid #F3F3F3;
  border-right: 3px solid rgba(0, 0, 0, 0); }

.portlet-asset-publisher li.title-list:hover {
  background: #F3F3F3;
  background: rgba(0, 0, 0, 0.05);
  border-color: #ec5300;
  border-color: rgba(255, 89, 0, 0.8); }

.portlet-asset-publisher .taglib-header {
  border: none;
  border-right: 4px solid #ec5300;
  border-right: 4px solid rgba(255, 89, 0, 0.8);
  padding: 30px 10px 75px 0;
  margin: 0 -10px 0 -10px; }

.portlet-asset-publisher .taglib-header .header-title {
  font-size: 18px;
  font-family: Bmirza; }

.portlet-asset-publisher .lead-place {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: #000; }

.portlet-asset-publisher .description-place {
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 5px;
  margin-top: -65px; }

.signed-out .portlet-asset-publisher li.title-list .icon,
.controls-hidden .portlet-asset-publisher li.title-list .icon {
  display: none; }

.signed-out .portlet-asset-publisher li.title-list a.taglib-icon,
.controls-hidden .portlet-asset-publisher li.title-list a.taglib-icon {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (min-width: 768px) {
  .signed-out .portlet-asset-publisher li.title-list a.taglib-icon,
  .controls-hidden .portlet-asset-publisher li.title-list a.taglib-icon {
    white-space: nowrap; } }
@media screen and (max-width: 767px) {
  .signed-out .portlet-asset-publisher .title-list .taglib-icon .taglib-text,
  .controls-hidden .portlet-asset-publisher .title-list .taglib-icon .taglib-text {
    display: block;
    width: 1000%; } }
.signed-out .portlet-asset-publisher .portlet-content,
.signed-out .portlet-asset-publisher .portlet-minimized .portlet-content-container,
.controls-hidden .portlet-asset-publisher .portlet-content,
.controls-hidden .portlet-asset-publisher .portlet-minimized .portlet-content-container {
  padding: 0; }

/*________________show_setting_items_of_asset_publishet______*/
span.aui-field.aui-field-choice.hidden-field.show-asset-title.aui-helper-hidden {
  display: block !important; }

/*______________________________change_position_of_specific_portlet______________________________________*/
/*add class "stick-me-top" to portlet to stick it to topper portlet*/
#content .stick-me-top {
  background: #fff;
  background: white;
  margin-top: -11px !important;
  border-radius: 0 0 5px 5px; }

#content .no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  border: none; }

#content .no-shadow .jcarousel-wrapper {
  background: none;
  border: none; }

.calender .portlet-title img.icon {
  background-position: 50% -256px !important; }

#main-content .portlet-layout .portlet-column#column-2 .responsive-links-over-footer {
  display: none; }

@media screen and (max-width: 767px) {
  #main-content .portlet-layout .portlet-column#column-2 .responsive-links-over-footer {
    display: block; }

  #main-content .portlet-layout .portlet-column#column-1 .responsive-links-over-footer {
    display: none; } }
/*-----------------------------Setting Theme----------------------------------------------*/
.SettingBut {
  position: fixed;
  top: 165px;
  left: 20px;
  background: #2a4c6a;
  border: solid 1px #0e2f4b;
  padding: 5px;
  text-align: center;
  z-index: 1000;
  border-radius: 4px; }
  .SettingBut button {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: none;
    text-shadow: none; }
    .SettingBut button.font-plus {
      position: relative;
      left: -3px; }
      .SettingBut button.font-plus:before {
        content: "+";
        position: absolute;
        left: 15px;
        font-size: 13px;
        top: 5px; }
    .SettingBut button.font-minus {
      position: relative;
      left: -3px; }
      .SettingBut button.font-minus::before {
        content: "-";
        position: absolute;
        left: 16px;
        font-size: 17px;
        top: 1px; }

.zoomin {
  zoom: 135%;
  -moz-transform: scale(1.35);
  -moz-transform-origin: right top 0; }

.zoomout {
  zoom: 85%;
  -moz-transform: scale(0.85);
  -moz-transform-origin: right top 0; }

.zoomreset {
  zoom: 100%;
  -moz-transform: scale(1);
  -moz-transform-origin: right top 0; }

