@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GRID OF BLOG POSTS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.dpl_index_grid_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	float: left;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_index_grid_wrapper {
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}
}

.dpl_index_grid {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: start;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BLOG POST BLOCK */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_index_block {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
    line-height: normal;
}

.dpl_index_column {
	width: 100%;
	float: left;
}

.dpl_index_block:hover {
	cursor: pointer;
}

.dpl_index_block:last-of-type {
	margin: 0px 0px 0px 0px;
}
}
 @media only screen and (min-width : 601px) {

.dpl_index_block {
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: calc(33.333% - 14px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	border-radius: 6px;
	border: 3px solid transparent;
	overflow: hidden;
filter: drop-shadow(0px 5px 10px rgba(0,0,0,.4));
}

.dpl_index_block:hover {
	border: 3px solid #cc0000;
	cursor: pointer;
}

.dpl_index_column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TEXT BLOCK */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.dpl_index_info_zone {
	margin: 0px 0px 0px 0px;
	padding: 14px 16px 17px 16px;
	background-color: rgba(255,255,255,1);
	width: calc(100% - 32px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	background-color: #222222;
}


.dpl_index_info_zone_col_1 {
background: linear-gradient(to top, rgba(190,0,0,1) 0%, rgba(204,0,0,1) 25%, rgba(204,0,0,1) 90%, rgba(220,0,0,1) 98%, rgba(230,0,0,1) 100%);
}

.dpl_index_info_zone_col_2 {
  background: linear-gradient(-60deg, rgba(45,45,45,1) 0%, rgba(45,45,45,1) 50%, rgba(60,60,60,1) 50%), rgba(60,60,60,1) 100%;
 }



.dpl_index_info_txt_title {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
	letter-spacing: -0.5px;
}

.dpl_index_info_txt_desc {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	text-align: left;
	letter-spacing: -0.1px;
}
 @media only screen and (min-width : 1101px) {

.dpl_index_grid {
	margin-top: 15px;
}

.dpl_index_block {
	width: calc(25% - 18px);
	max-width: calc(25% - 18px);
}

.dpl_index_block:nth-child(4n) {
	margin-right: 0px;
	max-width: calc(25% - 18px);
}
}
 @media only screen and (min-width : 961px) and (max-width :1100px) {

.dpl_index_grid {
	margin-top: 15px;
}

.dpl_index_block {
	width: calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

.dpl_index_block:nth-child(3n) {
	margin-right: 0px;
	max-width: calc(33.333% - 16px);
}
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_index_info_zone {
	padding: 13px 16px 15px 16px;

}

.dpl_index_block {
	width: calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

.dpl_index_block:nth-child(3n) {
	margin-right: 0px;
	max-width: calc(33.333% - 16px);
}

.dpl_index_info_txt_title {
	margin: 0px 0px 6px 0px;
	font-size: 17px;
	line-height: 21px;
}

.dpl_index_info_txt_desc {
	font-size: 13px;
	line-height: 17px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_index_column {
	display: flex;
	width: 100%;
}

.dpl_index_info_zone {
	padding: 0px 10px 0px 10px;
	width: calc(100% - 145px);
	float: right;
	flex: 1;
	display: flex;
	align-items: center;
background: none;
	background-color: rgba(0,0,0,.04);
}

.dpl_index_info_txt_title {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 19px;
	color: #222222;}

.dpl_index_info_txt_desc {
	display:none;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BLOG POST IMAGE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.dpl_index_img_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	font-size: 0;
	z-index: 100;
	line-height: normal;
}

.dpl_index_img_outer {
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	z-index: 101;
}

.dpl_index_img {
	max-width: 100%;
	/*
	width: 100%;
    height: 191px;
	*/
	height: auto;
	width: auto;
	max-height: 400px;
	font-size: 0;
	border-radius: 0px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_index_img_wrapper {
	max-width: 120px;
	float: left;
}
}


#dpl_Sheroze{order:-1;}

@media only screen and (min-width : 1px) and (max-width :600px) {
	.dpl_index_img{height: auto;}	
	 
}