@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* =========================================================================================== */
/* GENERAL CLASSES */
/* =========================================================================================== */

@font-face {
 font-family: 'source_sans_proregular';
 src: url('sourcesanspro-regular-webfont.eot');
 src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('sourcesanspro-regular-webfont.woff') format('woff'),  url('sourcesanspro-regular-webfont.ttf') format('truetype'),  url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'source_sans_prolight';
 src: url('sourcesanspro-light-webfont.eot');
 src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),  url('sourcesanspro-light-webfont.woff') format('woff'),  url('sourcesanspro-light-webfont.ttf') format('truetype'),  url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'source_sans_problack';
 src: url('sourcesanspro-black-webfont.eot');
 src: url('sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),  url('sourcesanspro-black-webfont.woff') format('woff'),  url('sourcesanspro-black-webfont.ttf') format('truetype'),  url('sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'roboto_slabregular';
 src: url('RobotoSlab-Regular-webfont.eot');
 src: url('RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('RobotoSlab-Regular-webfont.woff') format('woff'),  url('RobotoSlab-Regular-webfont.ttf') format('truetype'),  url('RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
html {
	overflow-x:hidden;
}
body {
	background: #000 url(../images/bg.png) top center;
	font: normal 16px/20px 'source_sans_proregular', Arial, sans-serif;
	color: #ffffff;
	overflow-x:hidden;
}
h1 {
	font: bold 40px/46px 'roboto_slabregular', Arial, sans-serif;
	color: #e1e1e1;
	margin: 0 0 15px 0;
	text-transform:uppercase;
}
h2 {
	font: bold 40px/46px 'roboto_slabregular', Arial, sans-serif;
	color: #e1e1e1;
	margin: 0 0 15px 0;
	text-transform:uppercase;
}
h3 {
	font: bold 22px/26px 'roboto_slabregular', Arial, sans-serif;
	color: #d50008;
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin: 0 0 15px 0;
}
hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: 0 0 15px 0;
}
a {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #cccccc; /*09F*/
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol {
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}
li {
	margin: 0 0 5px 0;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 2px;
}
div {
	position: relative;
}
::-moz-selection {
 background: #ccc;
 color: #000;
 text-shadow: none;
}
::selection {
 background: #ccc;
 color: #000;
 text-shadow: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	float: none !important;
}
.top_td td {
	vertical-align: top;
}
.img_border_gray img {
	border:1px solid #5b5b5b
}
.bottom_td td {
	vertical-align: bottom;
}
.lien_invisible {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
}
.img_float {
	float: left;
	margin: 0 15px 12px 0;
	max-width: 260px;
	max-height: 140px;
}
.photo {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 3px 4px #d2d2d2;
	-moz-box-shadow: 2px 3px 4px #d2d2d2;
	box-shadow: 2px 3px 4px #d2d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.for_print {
	display: none;
}
/* =========================================================================================== */
/* FONT STYLES  */
/* =========================================================================================== */
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.normal {
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.justify {
	text-align:justify;
}
.font_source_regular {
	font-family:'source_sans_proregular', Arial, sans-serif;
}
.font_roboto_regular {
	font-family:'roboto_slabregular', Arial, sans-serif;
}
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.txtmagenta {
	color:#900028;
}
.txtblack {
	color:#000;
}
.txtgris {
	color:#989898;
}
.txtred {
	color:#d60008;
}
.fs11 {
	font-size: 11px;
	line-height: 13px;
}
.fs12 {
	font-size: 14px;
	line-height: 18px;
}
.fs14 {
	font-size: 12px;
	line-height: 15px;
}
.fs16 {
	font-size: 16px;
	line-height: 20px;
}
.fs18 {
	font-size: 18px;
	line-height: 22px;
}
.margB_3 {
	margin-bottom: 3px;
}
.margB_30 {
	margin-bottom: 30px;
}
.margB_45 {
	margin-bottom: 45px;
}
.margR_0 {
	margin-right: 0px !important;
}
/* =========================================================================================== */
/* CUSTOM SITE */
/* =========================================================================================== */
.wrapper {
	width: 980px;
	margin: 0 auto;
}
/* =========================================================================================== */
/* HEADER */
/* =========================================================================================== */
#banner_wrapper {
	width:100%;
	height: 305px;
	background: yellow
	
}

/* =========================================================================================== */
/* BANNER */
/* =========================================================================================== */
/*#menu {
	width:978px;
	height: 116px;
	margin: 0 auto;
	background: url(../images/bg_menu.jpg) repeat;
	font-weight: bold;
	border:1px solid #464646;
	top: 232px;
	position:absolute;
	left: 0;
	z-index: 50;
	font-family: 'roboto_slabregular', Arial, sans-serif;
	overflow:
}*/
#menu {
	width:978px;
	height: 116px;
	margin: 0 auto;
	background: url(../images/bg_menu.jpg) repeat;
	font-weight: bold;
	border:1px solid #464646;
	top: 232px;
	position:absolute;
	left: 0;
	z-index: 50;
	font-family: 'roboto_slabregular', Arial, sans-serif;
	padding: 0px;
}
#menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float:left;

}
#menu a {
	color:#fff;
	text-decoration:none;
	border-left:1px solid #464646;
	display:block;
	/*float:left;*/
	/*padding: 50px 14px 0 15px;*/
	padding: 50px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 13px;
	height: 66px;
	text-align:center;
}
#menu a:hover {
	background:#d50008 url(../images/fleche_menu_over.png) no-repeat center bottom;
}
#submenu_A, #submenu_B, #submenu_C {
	/*display: none;*/
    width: 930px;
	padding: 0 8px 0 40px;
/*	width: 964px;
	padding: 0 8px 0 8px;*/
	position: absolute;
	top: 116px;
	left: 0px;
	border: solid 1px #fff;
	background: #d50008;
	z-index: 300;
}
#submenu_B {
	left: 0px;
}
#submenu_A a, #submenu_B a, #submenu_C a {
	background-color: transparent;
	background: url(../images/fleche_submenu_over.png) no-repeat left center;
	color: #fff;
	text-align: left;
	height: auto !important;
	/*width: 140px !important;*/
    margin: 0 0 4px 0 !important;
	padding: 8px 22px;
	display: block;
	float:left;
	border: none;
	font: normal 15px/normal Arial, sans-serif;
	text-transform:uppercase;
	text-decoration: none !important;
}
#submenu_A a:hover, #submenu_A a.menuON, #submenu_B a:hover, #submenu_B a.menuON, #submenu_C a:hover, #submenu_C a.menuON {
	background: url(../images/fleche_submenu_over.png) no-repeat left center;
	border: none;
	color: #fff;
	text-decoration: underline !important;
}
/* =========================================================================================== */
/* CONTENT */
/* =========================================================================================== */
.banner_ligne_wrapper {
	width: 100%;
	/*height: 26px;*/
	/*background: url(../images/bg_header.png) repeat;*/
	z-index: 10;
}
#masktop {
	width: 100%;
	height: 26px;
	background: url(../images/bg_header.png) repeat;
	z-index: 10;
	position:absolute;
}
.banner_ligne {
	width: 980px;
	margin: 0 auto;
	z-index: 10;
}
.btn_lang {
	position:absolute;
	right: 0px;
	top: 0px;
	display:block;
	padding: 14px 15px 15px 15px;
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	background: #d50008;
	z-index: 15;
}
.btn_okeanos {
    position: absolute;
    right: 116px;
    top: 0px;
	width: 196px;
	height: 49px;
    display: block;
    z-index: 15;
}
.top_partners {
    position: absolute;
    right: 322px;
    top: 3px;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	font-family: 'roboto_slabregular', Arial, sans-serif;
	text-transform: uppercase;
    display: inline-block;
    z-index: 15;
}
.logo {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 514px;
	height:229px;
	display:block;
	z-index: 15;
	background-color: transparent;
	background:url(../images/pagna_composites_inc.png) no-repeat;
}
/* =========================================================================================== */
/* CONTENT */
/* =========================================================================================== */
#centre_wrapper {
	width: 100%;
}
#centre_top {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 120px;
}
#centre {
	width: 980px;
	margin: 0 auto;
	padding-bottom:60px;
	padding-top: 100px;
}
#centre_bloc_wrapper {
	width: 100%;
	background:#C66;
}
#centre_bloc {
	width: 980px;
	margin: 0 auto;
	/*padding-bottom: 80px;
	padding-top: 80px;*/
}
#centre_bloc_margin {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 80px;
}
.bg_fibre {
	background:url(../images/bg_fibre.jpg) center center;
	/*padding-top: 146px !important;*/
	padding-top: 40px !important;
	color:#2e2e2e
	
}
.bg_fibre h1 {
	font: bold 40px/46px 'roboto_slabregular', Arial, sans-serif;
	color: #555555;
	margin: 0 0 15px 0;
	text-transform:uppercase;
}
.procedes_index li {
	color: #363636;
	display:block;
	margin-bottom: 16px;
	padding-left: 20px;
	background: url(../images/fleche_menu_footer.png)  0 5px no-repeat;
}
.produits li {
	color: #fff;
	display:block;
	margin-bottom: 16px;
	padding-left: 20px;
	background: url(../images/fleche_menu_footer.png) 0 5px no-repeat;
}
.produits_items {
	padding: 253px 0 0 20px;
	border: 2px #666 solid; 
	color: #fff;
	display:block;
	margin-bottom: 16px;
	font: bold 32px/36px 'roboto_slabregular', Arial, sans-serif;
	color: #e1e1e1;
	text-decoration: none;
	height:47px;
	text-transform:uppercase;
}
.produits_items_transport {
	background: url(../images/produits_transport2.jpg) no-repeat center top;
}
.produits_items_piscine {
	background: url(../images/produits_piscine.jpg) no-repeat center top;
}
.produits_items_eoliens {
	background: url(../images/produits_eoliens.jpg) no-repeat center top;
}
.produits_items_diver {
	background: url(../images/produits_divers.jpg) no-repeat center top;
}
.index_menu_side a{
	text-decoration: none;
	color:#555555;
}
/* =========================================================================================== */
/* FOOTER BANNERS */
/* =========================================================================================== */
#footer_banner{
	width: 100%;
	height:550px;
}
.footer_banner_index{
	background:url(../images/banner_index.jpg) top center;
}


/* =========================================================================================== */
/* FOOTER */
/* =========================================================================================== */

#footer_wrapper {
	background:url(../images/bg_footer.png) repeat;
	/*padding-top: 66px;*/
	padding-top: 36px;
	z-index: 9;
}
#footer_wrapper_usine {
	background:url(../images/usine_pagna_composites_inc.png) no-repeat bottom center;
	z-index: 9;
}
#footer {
	width:980px;
	margin: 0 auto;
	color:#000;
	z-index: 9;
}
#footer_menu {
	/*padding-top:24px;*/
}
#footer_menu a {
	/*padding-left:20px;*/
	/*background: url(../images/fleche_menu_footer.png) left center no-repeat;*/
	color:#606060;
	text-decoration:none;
	font-size: 12px;
	text-transform: uppercase;
	padding:0 10px;
	/*margin-bottom: 16px;*/
	/*display:block;*/
}
.footer_ligne {
	width: 100%;
	height: 10px;
	background: #000;
}
#footer_logo {
	display: block;
	width: 333px;
	height: 69px;
	background: url(../images/logo_footer.png) 0 0 no-repeat;
}
#footer_facebook {
	display: block;
	width: 100px;
	height: 69px;
	background: url(../images/logo_footer.png) -333px 0 no-repeat;
}
/* =========================================================================================== */
/* FORM ELEMENTS  */
/* =========================================================================================== */
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	width: 80%;
	border: 1px solid #363636;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
	background: #363636;
	color: #999999;
	/*webkit-box-shadow: inset 0 4px 12px #e9e9e9;
	-moz-box-shadow: inset 0 4px 12px #e9e9e9;
	box-shadow: inset 0 4px 12px #e9e9e9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;*/
}
select {
	width: 94%;
	background: #363636;
	padding: 12px 12px 11px 12px;
}
select optgroup {
	background: #3b3b3b;
	color: #F00;
	text-transform:uppercase;
}
select option {
	background: #363636;
	color: #999999;
	text-transform: none;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #999999;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #bfbdbd, 0 0 6px #c0c0c0;
	-moz-box-shadow: inset 0 1px 1px #bfbdbd, 0 0 6px #c0c0c0;
	box-shadow: inset 0 1px 1px #bfbdbd, 0 0 6px #c0c0c0;
}
.button_orange {
	display: inline-block;
 *display: inline;/* IE7 inline-block hack */
 *zoom: 1;/* IE7 inline-block hack */
	padding: 4px 36px;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	text-shadow: 0 1px 1px #9e0b12;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #cf162f;
	background-image: -moz-linear-gradient(top, #b03a13, #cf162f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b03a13), to(#cf162f));
	background-image: -webkit-linear-gradient(top, #b03a13, #cf162f);
	background-image: -o-linear-gradient(top, #b03a13, #cf162f);
	background-image: linear-gradient(to bottom, #b03a13, #cf162f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b03a13', endColorstr='#cf162f', GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid #cf162f;
 *border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 *zoom: 1;
	-webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button_orange:hover {
	color: #ccc;
 *border: 0;
	background-color: #cf162f;
	background-image: -moz-linear-gradient(top, #b03a13, #cf162f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b03a13), to(#cf162f));
	background-image: -webkit-linear-gradient(top, #b03a13, #cf162f);
	background-image: -o-linear-gradient(top, #b03a13, #cf162f);
	background-image: linear-gradient(to bottom, #b03a13, #cf162f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b03a13', endColorstr='#cf162f', GradientType=0);
	text-decoration: none;
}

textarea {
	font-family: Arial, sans-serif;
}
.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
label.error {
	color: #C00;
	font-size: 11px;
}
select.error, input.error, textarea.error {
	border: solid 1px #C00 !important;
}
.tbl_form td {
	padding: 4px 0;
}
.tbl_label {
	padding: 10px 7px 0 0 !important;
	text-align: right;
}
.tbl_label span {
	color: #C00;
	font-weight: bold;
}
/* =========================================================================================== */
/* BX SLIDER  */
/* =========================================================================================== */
/* BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 * ===================================================================================== */
#bxboxmaster {
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	z-index: 8;
	background:#000;
}
.slider {
	width: 2000px;
	/*height: 632px;*/
	overflow: hidden;
	/*margin: 0 auto;*/
	
}
.bxslider {
	padding: 0;
	margin: 0;
}
.slider {
	width: 2000px;
	/*height: 600px;  ===== à spécifier*/
	overflow: hidden;
	margin: 0 auto;
}
.bx-wrapper {
	position: relative;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME ============================================================================== */
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -60px;
	/*width: 100%;*/
	width: 980px;
	left: 50%;
	margin-left: -486px;
	padding: 0;
	z-index: 300;
	/*background:#0F9;*/
}
/* LOADER ============================================================================== */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
/* PAGER ============================================================================== */
.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	float: right;/*padding-top: -200px;*/
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: 99px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 10px;
	outline: 0;
	overflow:hidden;/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d50008;
}
/* DIRECTION CONTROLS (NEXT / PREV) ====================================================== */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) =========================================================== */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT ============================================== */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS ============================================================================== */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* FILE UPLOAD ================================================================================================= */
/* Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt. */
#btnUpload {
	padding: 0;
	margin: 0;
}
.qq-uploader {
    position: relative;
    width: 97.5%;
}
.qq-upload-button {
	font-size: 14px;
    display: block;
    padding: 5px 12px;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
    background-color: #cf162f;
    *background-color: #cf162f;
    background-image: -moz-linear-gradient(top, #b03a13, #cf162f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b03a13), to(#cf162f));
    background-image: -webkit-linear-gradient(top, #b03a13, #cf162f);
    background-image: -o-linear-gradient(top, #b03a13, #cf162f);
    background-image: linear-gradient(to bottom, #b03a13, #cf162f);
    background-repeat: repeat-x;
    border: 1px solid #cf162f;
    *border: 0;
    border-color: #cf162f #cf162f #cf162f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #cf162f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.qq-upload-button-hover {
	color: #ccc;
	background-color: #cf162f;
	background-image: -moz-linear-gradient(top, #b03a13, #cf162f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b03a13), to(#cf162f));
	background-image: -webkit-linear-gradient(top, #b03a13, #cf162f);
	background-image: -o-linear-gradient(top, #b03a13, #cf162f);
	background-image: linear-gradient(to bottom, #b03a13, #cf162f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b03a13', endColorstr='#cf162f', GradientType=0);
	text-decoration: none;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 13px;
    /*background-color: #FFF;*/
	background-color: transparent;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
    margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
    display: inline-block;
    background: url(../images/loading.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-drop-processing {
    display: none;
}
.qq-drop-processing-spinner {
    display: inline-block;
    background: url(../images/loading.gif);
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-retry {
    display: none;
    color: #000000;
}
.qq-upload-cancel {
    color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #C00;
}
.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    border-radius: 4px;
}
.qq-upload-list li.qq-upload-fail {
    /*background-color: #C00;*/
	background-color: orange;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.qq-upload-list li.qq-upload-fail a {
    color: #FFFFFF;
    text-decoration: underline;
}
.qq-progress-bar {
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
    display: none;
}