/* ==============================================================a=l=a=v=i========
   portal-css: Module Style
   ========================================================================== */

/*................... Module Style - main ..............*/
.dp-module-default {
	margin-top: 30px;
}

.dp-module-default .dp-module-title {
    display: block;
    min-height: 36px;
    text-align: center;
    background: #21214a;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 5px 14px 0px rgba(81, 81, 123, 0.5);
    position: relative;
}

.dp-module-default .dp-module-title .dp-module-title-text {
	display: inline-block;
    color: #ffffff;
    font-size: 20px;
    padding: 8px;
}

.dp-module-default .dp-module-content {
	padding: 10px;
    background: #bbbbe2;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.1);
}

.dp-module-default .dp-module-content > div {
	float: none !important;
	margin: 0 auto;
	width: 100%;
}

.news_title_bg {
  background-color: rgb( 74, 33, 75 );
  box-shadow: 4px 6.928px 20px 0px rgb( 122, 80, 118 );
  position: absolute;
  left: 187px;
  top: 652px;
  width: 1026px;
  height: 39px;
  z-index: 86;
}

/********** FOOTER **********/
#footer .dp-module-default {
    background: none;
    margin-top: 20px;
}

#footer .dp-module-title {
    background: none;
    text-align: right;
    box-shadow: none;
}

#footer .dp-module-content {
    background: none;
    box-shadow: none;
}

/********** FOTTER MENU **********/
#footer .menu-v , #footer.menu-v ul {
    width: 100% !important;
}

#footer [id*=simple_menu] a {
    background: none !important;
    color: #fff !important;
    border: none !important;
    padding: 6px 20px 0 0 !important;
}

#footer [id*=simple_menu] a:hover {
	text-indent: 10px;
}

#footer [id*=simple_menu] a.arrow:after ,
#footer [id*=simple_menu] li ul {
	display: none !important;
}

#footer [id*=simple_menu] a:before {
    content: "\f04a";
    font: normal normal normal 8px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
	color: #dbdbff;
}

/*===== itemView Module style - n.ghelichkhani - 1397/08/28 =====*/
.dp-limited-module-title {
    border-bottom: solid 1px #464646;
}

.dp-limited-module-title span{
    display:inline-block;
    padding:8px 20px;
    background-color:#464646;
    color:#fff;
    font:13px BYekan,regular,sans-serif;
}

.dp-limited-module-content{
    margin-bottom:15px;
}