/*!* Morgan tile Component: v0.1 */
/*

*/

/* default grey color for tile h3*/
.dmh-offers-05-tile h3{color: #444444;}

/* BASE */
.offer-05 .dmh-offers-05-tile {
	padding: 0px;
	overflow: hidden;
	min-height:150px;
	border-bottom: 1px solid #ccc;
	margin:20px 0px 0px 0px;
}

.dmh-offers-05-tile.left {
    padding: 0px 16px;
}
.dmh-offers-05-tile.middle, .dmh-offers-05-tile.right {
    padding: 0px 16px;
}

.offer-05 .dmh-offers-05-tile.noborder {
	border-bottom:none;
}
.offer-05 .dmh-offers-05-tile.compact {
	margin-bottom:0;
}
.offer-05 .dmh-offers-05-tile .tile-txt {
	padding: 0px 0px 25px 20px;
	box-sizing:border-box;
	margin-left:105px;
	height:100%;
	/*min-height:150px;*/
	display:block;
}
.offer-05 .dmh-offers-05-tile .tile-txt h3{
	font-size: 17px;
	margin: 0px 0px 10px;
	line-height: 1.25em;
	font-weight: normal;
	font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,"Lucida Grande",clean,sans-serif;
}
.offer-05 .dmh-offers-05-tile .tile-txt p,
.offer-05 .dmh-offers-05-tile .tile-txt ul,
.offer-05 .dmh-offers-05-tile .tile-txt ol {
    font-size: 14px;
    line-height: 1.44em;
    margin-bottom: 15px;
	color: #525252;
	font-weight: normal;
    font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,"Lucida Grande",clean,sans-serif;
}

.offer-05 .dmh-offers-05-tile .tile-img {
	width:105px;
	height:105px;
	overflow:hidden;
	display:block;
	float:left;
}
.offer-05 .dmh-offers-05-tile .tile-img div {
	width: 306px;
	height: 155px;
	margin:0px;
	padding:0px;
}
.offer-05 .dmh-offers-05-tile .tile-img.focal-C div {
	margin-left:-95%;
}
.offer-05 .dmh-offers-05-tile .tile-img.focal-R div {
	margin-left:-186%;
}
.tile-img img {
	width: 100%;
	display:block;
	margin:0px;
}

.offer-05 .dmh-offers-05-tile .tile-txt a.preview { 
	background: url(../../i/preview-icon.png) no-repeat right 0px;
	padding : 0px 20px 0 0; 
	font-size: 16px;
	color:#1482c5;
	display:inline-block;
	vertical-align:baseline;
	line-height:1.25em;
	margin-top: -10px;
}
.offer-05 .dmh-offers-05-text.compact {
    margin-bottom: 0px;;
}

/* RTL */

.offer-05.rtl .dmh-offers-05-tile .tile-img {
    float: right;
}

.offer-05 .dmh-offers-05-tile .tile-txt {
    margin-left: 105px;
    padding: 0 0 25px 20px;
	
}

/* X-SMALL = 480px */
@media only screen and (min-width:30em) {
	
}

/* SMALL = 600px */
@media only screen and (min-width:37.5em) {
	
	.offer-05 .dmh-offers-05-tile {
		/*display:inherit; Safari issue*/
		min-height:190px;
		border-bottom: none;
		margin: 20px 0px 22px 0px;
	}
	.dmh-offers-05-tile.left {
   		padding: 0px;
	}
	.dmh-offers-05-tile.right {
		padding: 0px;
	}
	.dmh-offers-05-tile.middle {
		padding: 0px;
	}

	.offer-05 .dmh-offers-05-tile .tile-img {
		width:100%;
		height:auto;
		float:left;
		display: block;
		box-sizing:border-box;
		margin-bottom: 15px;
	}
	.offer-05 .dmh-offers-05-tile .tile-img div {
		width:100%;
		height:100%;
	}

	.offer-05 .dmh-offers-05-tile .tile-img.focal-L div,
	.offer-05 .dmh-offers-05-tile .tile-img.focal-R div,
	.offer-05 .dmh-offers-05-tile .tile-img.focal-C div {
		margin-left:0%;
	}

	
	.offer-05 .dmh-offers-05-tile .tile-txt {
		display:table; /*display:block; IE issue */
		height:auto;
		width:100%;
		padding: 0px;
		margin-left:0px;
		margin-right:0px;/*over riding the text style*/
		/*min-height:190px;*/
	}

	.offer-05 .dmh-offers-05-tile .tile-txt a.preview {
		margin-top: 0px;	
	}

}

/* MEDIUM = 768px */
@media only screen and (min-width:48em) {
	
	
}

/* LARGE = 960px */
@media only screen and (min-width:60em) {
	
.offer-05 .dmh-offers-05-tile {
		min-height:210px;
	}	
}

/* X-LARGE = 1024px + */
@media only screen and (min-width:64em) {}

