.jms-slideshow {
	position: relative;
	width: 100%; 
	margin: 0px auto;
	height: auto;
}
.jms-wrapper {
	width: auto; 
	height: auto;
	  
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	border-top: 0px solid #fff;
	border-bottom:0px solid #fff;
	outline: none;
	 
}/*
.color-1 {
	 background-image: url(../images/banner.jpg); background-position:center top; background-repeat:no-repeat;
	 background-size: 100% auto;
}
.color-2 {
	 background-image: url(../images/banner.jpg); background-position:center top; background-repeat:no-repeat;
	 background-size: 100% auto;
}
.color-3 {  background-image: url(../images/banner.jpg); background-position:center top; background-repeat:no-repeat;
	 background-size: 100% auto;
	 
}
.color-4 {
	 background-image: url(../images/banner.jpg); background-position:center top; background-repeat:no-repeat;
	 background-size: 100% auto;
}
.color-5{
	 background-image: url(../images/banner.jpg); background-position:center top; background-repeat:no-repeat;
	 background-size: 100% auto;
}*/
.step {	
	width: auto; 
    height: auto;
	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*/
}
.jms-content{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:50px;
	margin-top:0px;
	 
}
.step h3{
	color: #2d2d2;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 43px 0 10px 35px;
	background-image: url(../images/banner_con_bg.png);
	width: 644px;
	height: 200px;
	background-repeat: no-repeat;
	line-height: 50px;
	text-transform: none; display:block;
}

.step h3 span{
	color: #00d2eb;
	 
}
.step p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	font-weight: normal;
	position: relative;
	margin: 0;
}
a.jms-link{
	color: #fff;
	text-transform: uppercase;
	 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding:0px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff; 
	opacity: 1;
	margin-top: -65px;
	margin-left:50px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
/*.step img{
	position: absolute;
	right: 0px;
	top: 30px;
}*/
/*.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));  
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 107px;
	width: 107px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	background:#06C;
}
.jms-arrows span.jms-arrows-prev{
	background: rgba(255, 255, 255, .2) url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
	border-radius:50%;
}
.jms-arrows span.jms-arrows-next{
	background: rgba(255, 255, 255, .2) url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
	border-radius:50%;
}

.jms-arrows span.jms-arrows-prev:hover{
	background: rgba(255, 255, 255, .5) url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
	border-radius:50%;
}
.jms-arrows span.jms-arrows-next:hover{
	background: rgba(255, 255, 255, .6) url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
	border-radius:50%;
}
*/

/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-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;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}

 @media only screen and (max-width: 1200px) {
/*.jms-slideshow { 
	height:450px;
}	 
	 .jms-wrapper { 
	height: 450px; 
	 
}*/
 }

 @media only screen and (max-width: 1100px) {
/*.jms-slideshow { 
	height: 450px;
}
.jms-wrapper { 
	height: 450px; 
	 
}

.step {	
	width: 850px;
     height:430px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
	display: block;
}*/

.step h3{ 
	font-size: 23px; 
	padding: 55px 0 10px 35px;
	background-image:url(../images/banner_con_bg.png); width:450px; height:200px; background-repeat:no-repeat; line-height:50px; text-transform:uppercase;
}


 }
 
 
 @media only screen and (max-width: 900px) {
/*.jms-slideshow { 
    width: 100%;
    min-width: 100%; 
    height: 100%;
}
	 
 
.jms-wrapper { 
	height: 100%s;
	width:100%;
	  min-width: 100%; 
}
.step {	
	width: 700px; 
    height:430px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
}*/


.jms-content { 
    margin-top: -52px;
}
 }
 
 @media only screen and (max-width: 767px) {
 .jms-arrows span{ 
	height: 40px;
	width: 40px;
	 
}

/*.jms-wrapper {
    height: 400px;
}*/

.jms-content_mob{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:15px; top:213px;
	 
}
.step_mob h3{
	color: #2d2d2;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 10px 17px;
	background-image: url(../images/banner_con_bg.png);
	width: 250px;
	height: 106px;
	background-repeat: no-repeat;
	line-height: 20px;
	text-transform: none;
	display: block;
}

.jms-link1{color: #fff; width:150px;
	text-transform: uppercase;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 );
	padding: 0px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	margin-top: -15px;
	margin-left: 25px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}



 }

@media only screen and (max-width: 650px) {
	 .jms-content_mob{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:15px; top:90px;
	 
}

 .step_mob h3{color: #2d2d2;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 10px 17px;
	background-image: url(../images/banner_con_bg.png);
	width: 159px;
	height: 68px;
	background-repeat: no-repeat;
	line-height: 15px;
	text-transform: none;
	display: block;
}
 }
 
  @media only screen and (max-width: 600px) {
  .jms-wrapper {
    height: 250px;
}
}
 
 @media only screen and (max-width: 490px) {
 
}
 @media only screen and (max-width: 330px) {
  .jms-wrapper {
    height: 150px;
}
} 
 @media only screen and (max-width: 490px) {
	 
	 .jms-content_mob{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:15px; top:120px;
	 
}
	 
	 .step_mob h3{color: #2d2d2;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 13px 0 10px 17px;
	background-image: url(../images/banner_con_bg.png);
	width: 184px;
	height: 74px;
	background-repeat: no-repeat;
	line-height: 20px;
	text-transform: none;
	display: block;
}
.jms-link1{color: #fff; width:100px;
	text-transform: uppercase;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 );
	padding: 0px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	margin-top: -25px;
	margin-left: 25px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}

}
 

 @media only screen and (max-width: 360px) {
	 
	 .jms-content_mob{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:15px; top:90px;
	 
}

 .step_mob h3{color: #2d2d2;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 10px 17px;
	background-image: url(../images/banner_con_bg.png);
	width: 159px;
	height: 68px;
	background-repeat: no-repeat;
	line-height: 15px;
	text-transform: none;
	display: block;
}

 }
 
  @media only screen and (max-width: 325px) {
	 
	 .jms-content_mob{
	margin:0;
	position: absolute;
	clear: both;
	margin-left:15px; top:80px;
	 
}
 .step_mob h3{color: #2d2d2;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 8px 17px;
	background-image: url(../images/banner_con_bg.png);
	width: 145px;
	height: 62px;
	background-repeat: no-repeat;
	line-height: 15px;
	text-transform: none;
	display: block;
}

  }