@charset "utf-8";
/* CSS Document 
Author:Tejaswini
Website:http://www.keencodes.com/
*/
.smooth_slider_fouc .smooth_slider {display: none;}
.smooth_slider div,.smooth_slider p,.smooth_slider li,.smooth_slider span,.smooth_slider img,.smooth_slider h2,.smooth_slider ul{list-style:none;background:transparent;vertical-align:baseline;}
.smooth_slider{padding:0 5px;}
.smooth_slider .sldr_title{margin:5px 0 10px 0;}
.smooth_slider span{display:inline;overflow:hidden;margin: 10px auto;line-height:18px;}
.smooth_slider .smooth_sliderb{position:relative;}
.smooth_slider .smooth_slideri{position:absolute;}
.smooth_slider a{text-decoration:none !important;}
.smooth_slider h2{clear:none;display:block;padding:0px;}
.smooth_slider p.smooth_more{margin:0;}
.smooth_slider p.smooth_more a{}
.smooth_slider p.smooth_more a:hover{text-decoration:none;}

.sldrbr{line-height:1px;}
.sldrlink{display:block;}
.sldrlink a{position:absolute;bottom:0;right:5px;margin:10px auto;}
.sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}

/*If you are not using 'default' stylesheet, Replace the below CSS with the 'Generated CSS' tab on the Settings and then you can modify it*/
.smooth_slider {
	width: 800px;
	height: 240px;
	background-color: transparent;
	border: 0;
	margin: 20px 30px;
	padding-bottom: 40px;	
}
.smooth_slider .sldr_title{} 
.smooth_slider .smooth_slideri{
	width: 800px;
	margin: 0px 0px 0px 0px;
} 
.smooth_slider .smooth_slider_thumbnail {
	float:left;
	max-height: 580px;
	border: 10px solid #fff;
	margin-bottom: 20px;
	margin-right: 30px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);	
     -moz-transform: rotate(0deg);  
       -o-transform: rotate(0deg);  
  -webkit-transform: rotate(0deg);  
      -ms-transform: rotate(0deg);  
          transform: rotate(0deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.smooth_slider .smooth_slider_thumbnail:hover {
     -moz-transform: rotate(-2deg);  
       -o-transform: rotate(-2deg);  
  -webkit-transform: rotate(-2deg);  
      -ms-transform: rotate(-2deg);  
          transform: rotate(-2deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;

}
.smooth_slider .smooth_slideri h2 {
	clear: none;
	color: #662d91;
	font-size: 1.8em;
	line-height: 1.1;
	margin-bottom: 5px;
} 
.smooth_slider .smooth_slideri h2 a {
} 
.smooth_slider .smooth_slideri span {
	color: #662d91;
} 
.smooth_slider .smooth_slideri p.more a {

} 
.smooth_nav {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 100;
}
.smooth_nav a {
	font-size: .7em;
	border-radius: 20px;
	background-color: #d3137e;
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	color: #fff;
	display: inline;
}
.smooth_nav a:hover, .smooth_nav a.activeSlide {
	background-color: #662d91 !important;
}
.smooth_slider .smooth_next{} 
.smooth_slider .smooth_prev{}