.mdl-slideshow {
	position: relative;
	width: 100%;
	min-width:300px;
	margin:0 auto;
	height: 320px;
	box-shadow: 0 0 6px 5px #F1F1F1;
	border:1px solid #f1f1f1;
}
.mdl-wrapper {
	width: auto;
	min-width:300px;
	height: 300px;
	background:#fff;
}
.color-1 {
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.color-2 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-3 {
	background-color: #EED9C0;
	background-color: rgba(238, 217, 192, 1);
}
.color-4 {
	background-color: #DFEBB1;
	background-color: rgba(223, 235, 177, 1);
}
.color-5{
	background-color: #C1E6E5;
	background-color: rgba(193, 230, 229, 1);
}
.step {	
	width: 900px;
    height: 300px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.mdl-content{
	margin: 0px 370px 0px 20px;
	position: relative;
	clear: both;
}
.step h1 {
    color: #000000;
    display: inline-block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 50px;
    font-weight: normal;
	text-transform:uppercase;
    margin:20px 0 0 0;
    padding: 0;
	width:100%;
}
.step h2 {
    color: #97AA7B;
    display: inline-block;
    font-family: 'Georgia',sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0;
}
.step p {
	color: #3a3a3a;
	font-size:16px;
	font-weight: normal;
	position: relative;
	margin:10px 0;
	font-family: 'PT Sans Narrow', sans-serif; font-size:18px;
	padding:10px 110px 10px 0px;
}
a.mdl-link {
    background: url("../images/button_bg.png") repeat scroll left top #0066B3;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal !important;
}
a.mdl-link:hover{
	background-color:#2997D3;
}
.step:not(.active) a.mdl-link{
	opacity: 0;
	 filter: alpha(opacity = 0);
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: 0px;
	top: 30px;
}
.mdl-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.mdl-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #019AE6;
	margin: 3px;
	cursor: pointer;
}
.mdl-dots span.mdl-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; 
}
.mdl-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height:70px;
	width:72px;
	cursor: pointer;
	z-index: 2000;
}
.mdl-arrows span.mdl-arrows-prev{
	background:url(../images/nav.png) no-repeat 0 0;
	left: 0px;
}
.mdl-arrows span.mdl-arrows-next{
	background:url(../images/nav.png) no-repeat right top;
	right: 0px;
}
.mdl-arrows span.mdl-arrows-prev:hover{background-position:left bottom;} 
.mdl-arrows span.mdl-arrows-next:hover{background-position:right bottom;}
/* Not supported style */
.mdl-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.mdl-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.mdl-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.mdl-wrapper.not-supported .step:first-of-type{
	display: block;
}
.mdl-wrapper.not-supported .step:not(.active) a.mdl-link{
	opacity: 1;
	margin-top: 40px;
}
/*home products*/
.products-grid .add-to-links{padding:0px;}
.products-grid li.item, .add-to-links li{list-style:none;}
.line_heading {
    background: url("../images/headingBg.jpg") no-repeat scroll center bottom transparent;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
	margin:10px 0;
	
}
.line_heading span{color:3a3a3a; font-family: 'PT Sans Narrow', sans-serif; font-size:18px; font-weight:normal;}
.cms-home2 .breadcrumbs{display:none;}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.mdl-wrapper {
    height: 300px;
}
.mdl-slideshow {
    height: 335px;
}
.col1-layout .category-home .products-grid li {
    margin: 10px;
}
	  
}
@media only screen and (max-width: 767px) {
.mdl-wrapper {
    height: 300px;
}
.mdl-slideshow {
    height: 335px;
}
.mdl-content{display:none;}
.step img {
    right: 30%;
}	
	}