/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/
#diapo {width:100%; display: block;}
#diapo .bx-wrapper img {
	display: block;
    width:100%;
   /* height: 455px;  */
}

.bx-wrapper {
	position: relative;
    z-index:9900;
	/*margin: 0 auto 0px;*/
	/*padding: 0 0 20px 0; */
}
.big-image .bx-wrapper .slide {
   height:455px;
}

.logos .bx-wrapper .slide{
    width:132px !important;
    border-right:1px solid #dcdcdc;
}


.bx-wrapper .slide {
  text-align:center;
  height:auto;
  display:table-cell;
  vertical-align:middle;
  float:none !important;
  display: inline; /* ie7 fix */
}
.bx-wrapper .thumbnail {
  display:inline-block;
}

.bx-wrapper img {
	display: inline-block;
    max-width:100%;
}

.thumbnails .bx-wrapper .slide {
  height:100px;
}



/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
   /*	position: absolute;  */
   /*	top: 77%;  */
	width: auto;
    z-index:9999;
    /*left:12.5%;  */
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {	display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0px;
	outline: 0;
    background: url(images/bulet-diapo.png) no-repeat left top;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 	background:url(images/bulet-diapo-hover.png) no-repeat left top;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls-direction{ }
.bx-wrapper .bx-prev {
	left:-59px;
	background: url(images/prev-diapo-hover.png) no-repeat 0px  0px;
}
.bx-wrapper .bx-next {
	right: -59px;
	background: url(images/next-diapo-hover.png) no-repeat 0px 0px;
}
.bx-wrapper .bx-prev:hover { }
.bx-wrapper .bx-next:hover { }

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:25%;
	outline: 0;
    width: 27px;
    height: 49px;
	text-indent: -9999px;
	z-index: 9999;
}
.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 {
   width:772px;
   margin:0 auto;
   position: relative;
}

.bx-wrapper .bx-caption span {
	color: #231f20;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	display: block;
	font-size: .85em;
    text-align:left;
}
#diapo .bx-wrapper .bx-caption > span{
position:absolute;
left:0;
top:-255px;
background: url(../../images/layout/bg-caption.png) repeat 0 0;
padding:20px 20px 20px 20px;
height:94px;
border-bottom:2px solid #000000;
}
.bx-wrapper .bx-caption span.caption-title{
   font-size: 30px;
   width:100%;
   line-height:36px;
}
.bx-wrapper .bx-caption span.caption-text{
   font-size: 20px;
   padding:0px 0 0 0;
   width:100%;
   font-weight: 400;
   line-height:25px;
}

/* gallery-detail */
/* DIRECTION CONTROLS (NEXT / PREV) */

.gallerylist .bx-controls-direction{
  display: block;
}
.gallerylist #bx-pager{
  float:left;
  width:100%;
  display:block;
  text-align:center;
  height:102px;
  overflow: hidden;
  padding:0 40px;
}
.gallerylist .bx-wrapper{
 padding-bottom:20px;
}
.gallerylist .wrap-photoPager .bx-wrapper{
  padding-bottom:0px;
  max-width:649px !important;
}
.gallerylist .bx-wrapper img {
    width:100%;
   /* height:400px;*/
}
.gallerylist .wrap-photo-big .bx-wrapper img {
    max-width:100%;
    width:auto;
  /* height:400px; */
}
.gallerylist .bx-wrapper .bx-caption span{
position:absolute;
left:193px;
bottom:0;
width:38%;
background: url(../../images/layout/bg-caption.png) repeat 0 0;
color:#ffffff;
font-size: 1em;
text-align:center;
padding:10px 6%;
}

