/********** MODULE STYLE **********/
.dp-module-default {
	display: block;
}

.dp-module-default ~ br {
	display: none
}

.dp-module-default .dp-module-title {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.dp-module-default .dp-module-title > span {
	display: block;
	max-width: 100%;
	margin: 20px 0;
}

.dp-module-default .dp-module-title-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	color: #525252;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	position: relative;
}

.dp-module-default .dp-module-title-text:before ,
.dp-module-default .dp-module-title-text:after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 60px;
	margin: 0 20px;
	background: linear-gradient(#2f83d7,#2f83d7) repeat-x center / 100% 1px;
	transform: skew(-15deg);
	border-left: 1px solid #2f83d7;
	vertical-align: middle;
}

.dp-module-default .dp-module-title-text:after {
	border-left: 0;
	border-right: 1px solid #2f83d7;
}

.dp-module-default .dp-module-content {
	display: block;
}

/********** FOTTER **********/
#footer-box .dp-module-default .dp-module-title > span {
	width: 100%;
	margin: 0;
}

#footer-box .dp-module-default .dp-module-title-text {
	color: #fff;
	padding: 10px 0;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: flex-start;
}

#footer-box .dp-module-default .dp-module-title-text:before {
	display: none;
}

#footer-box .dp-module-default .dp-module-title-text:after {
	border-right: aliceblue;
	border-left: 1px solid #1bc4c5;
	background: linear-gradient(#1bc4c5,#1bc4c5) repeat-x center / 100% 1px;
}

/*===== 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;
}