/*  Stylesheet for the Meteor Slides 1.5.1 slideshow
	
	Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace
	the plugin's default stylesheet.
	
	If you have navigation enabled, be sure to copy the "buttons.png", "next.png",
	and "prev.png" files to your theme's images folder and update the image paths below,
	or create new graphics to replace them.
	
	Learn more about customizing the stylesheet for Meteor Slides: 
	http://www.jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/
*/

/* =Slideshow
-------------------------------------------------------------- */

/* NQ */



#nqwp_slider{display:block; margin:0px auto 20px auto; width:980px; height:385px; position:relative; /* overflow:hidden;*/ }
#nqwp_shadow{height:10px; width:800px; display:block; margin:0 auto;}


div.meteor-slides {clear: both;height: auto !important;line-height: 0;margin: 0;max-width: 100%;overflow: visible !important;padding: 0;position: relative;z-index: 1; border-bottom:1px solid #A30047;}
div.meteor-left {clear: none;float: left;margin: 0 20px 20px 0;}
div.meteor-right {clear: none;float: right;margin: 0 0 20px 20px;}
div.meteor-center {margin: 0 auto;}
div.navpaged,
div.navboth {/*margin-bottom: 30px;*/}

.meteor-slides .meteor-clip {line-height: 0;margin: 0;overflow: hidden;padding: 0;position: relative;width: 100%;}
.meteor-slides .meteor-shim {border: 0;height: auto !important;margin: 0;max-width: 100%;padding: 0;width: auto\9; /* IE8 */}
.meteor-slides a:focus {outline: none;}

/* =Slide
-------------------------------------------------------------- */

.meteor-slides .mslide {display: none;height: auto !important;margin: 0;max-width: 100%;padding: 0;}
.single-slide .mslide {display: block;}
.meteor-slides .mslide a {border: 0;margin: 0;padding: 0;}
.meteor-slides .mslide img {border: 0;box-shadow: none !important;display: block;height: auto !important;margin: auto !important;max-width: 100%;padding: 0 !important;width: auto\9; /* IE8 */}
.meteor-slides .mslide img[src$='.png'] {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE7 */
	zoom: 1;	
}


.clear{clear:both;}

.meteor-slides .mslide a{position:relative; width:980px; height:375px; display:block;}

.meteor-slides .mslide .ms_encart{position:absolute; top:40px; right:60px; padding:10px 15px; width:345px; height:auto; background:rgba(0,0,0,.6); display:block; line-height:15px;
 
 background: transparent url(../../../themes/monsacpub/images/transp_encart.png) repeat  0 0;
 -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3); box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.meteor-slides .mslide .ms_encart .mse_titre{display:block; line-height:25px; font-size:23px; text-transform:uppercase; color:#2e2c38; padding:5px 0;}

.meteor-slides .mslide .ms_encart .mse_metas{font-size:12px; color:#8a8a8e; margin:0; display:block; width:345px; min-height:30px;}
.meteor-slides .mslide .ms_encart .mse_metas .mse_metas_date{font-size:11px; font-style:italic; color:#8a8a8e; line-height:15px; min-height:15px; display:block; margin:0; float:left; width:305px;}
.meteor-slides .mslide .ms_encart .mse_metas .mse_metas_coms{display:block; width:30px; height:30px; float:left; margin:0 0 0 10px; background: transparent url(../../../themes/monsacpub/images/sprite_blog.png) repeat -370px 0px; position:relative;}
.meteor-slides .mslide .ms_encart .mse_metas .mse_metas_coms span{color:#FFF; font-size:12px; line-height:18px; height:18px; width:25px; display:block; text-align:center; position:absolute; left:4px; top:4px;}
.meteor-slides .mslide .ms_encart .mse_sep{height:1px; width:100%; margin:8px 0; display:block; background:#2e2c38;}
.meteor-slides .mslide .ms_encart .mse_para{display:block; font-size:12px; line-height:15px;padding:0; margin:0;}




/* =Previous/Next Navigation
-------------------------------------------------------------- */


.nqwp_slider_btn{cursor:pointer; display:block;top:155px; z-index:10; position:absolute;}
.nqwp_slider_btn_prev{left:-30px;}
.nqwp_slider_btn_next{left:950px;}

.nqwp_slider_btn .yellow_circle{}
.nqwp_slider_btn .yellow_circle .black_circle{}
.nqwp_slider_btn .yellow_circle .black_circle .arrow{}


.black_circle{-webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in; position:absolute; top:10px; left:10px; display:block; width:40px; height:40px; background:url(../../../../../themes/monsacpub/img/bg_black_trans.png) top left repeat; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
.yellow_circle{-webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in; display:block; width:40px; height:40px; margin:10px; background:url(../../../../../themes/monsacpub/img/bg_yellow_trans.png) top left repeat; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
.nqwp_slider_btn_prev .arrow{-webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in; background:url(../../../../../themes/monsacpub/img/arrow_left_slider.png) top left no-repeat; width:12px; height:20px; display:block; position:absolute; top:10px; left:12px;}
.nqwp_slider_btn_next .arrow{-webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in; background:url(../../../../../themes/monsacpub/img/arrow_right_slider.png) top left no-repEat; width:12px; height:20px; display:block; position:absolute; top:10px; right:12px;}

.nqwp_slider_btn_prev:hover .yellow_circle, 
.nqwp_slider_btn_next:hover .yellow_circle{width:60px; height:60px; margin:0; -webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in;}
.nqwp_slider_btn_prev:hover .arrow, 
.nqwp_slider_btn_next:hover .arrow{ -webkit-transition: all 0.4s ease-in; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in;}






.meteor-slides ul.meteor-nav {
	display: inline;
	list-style: none;
    height: auto;
	margin: 0 !important;
	padding: 0;
}
/*
.meteor-slides.navhover ul.meteor-nav {
	display: inline;
}
*/
ul.meteor-nav li {
	display: inline;
    height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meteor-nav .prev a {
	left: 0px;
}
.meteor-nav .next a {
	right: 0px;
}
.meteor-nav a {
	display: block;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	width: 27px;
    height: 100%;
	z-index: 998;
}	



.meteor-nav .prev a {
	background: url('../images/prev.png') no-repeat center right;
}
.meteor-nav .prev a:hover {
	background: url('../images/prev.png') no-repeat center left;
}
.meteor-nav .next a {
	background: url('../images/next.png') no-repeat center left;
}
.meteor-nav .next a:hover {
	background: url('../images/next.png') no-repeat center right;
}	



/* =Paged Navigation
-------------------------------------------------------------- */

.meteor-slides .meteor-buttons {bottom: 10px;height: 14px;right: 0;margin: 0;padding: 0;position: absolute; z-index: 999;}

.meteor-buttons a { background: transparent url("../../../../../themes/monsacpub/img/sprite.png") no-repeat  -987px -297px;display: block;float: left;width: 14px;height: 14px;margin: 0 10px 0 0;outline: none;text-indent: -9999px; }
.meteor-buttons a:hover,
.meteor-buttons a.activeSlide {background: transparent url("../../../../../themes/monsacpub/img/sprite.png") no-repeat -987px -361px;}