/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  }
  .bx-wrapper img {
	max-width: 100%;
	display: block;
  }
  .bxslider {
	margin: 0;
	padding: 0;
  }
  ul.bxslider {
	list-style: none;
  }
  .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
  }
  /** THEME
  ===================================*/
  
  .bx-wrapper .bx-viewport {
	overflow: visible;
  }
  
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
  position: relative;
  bottom:0;
  width: 100%;
  }
  
  /* LOADER */
  
  .bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display:none;
  }
  
  /* PAGER */
  
  .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  }
  
  .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: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -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: #000;
  }
  
  /* DIRECTION CONTROLS (NEXT / PREV) */
  
  .bx-wrapper .bx-prev {
  background-image: url(../images/bx-prev.png);
  left:20px;
  }
  
  .bx-wrapper .bx-next {
  right:20px;
  background-image: url(../images/bx-next.png);
  }
  
  .bx-controls-direction { display:none;}
  .bx-wrapper:hover .bx-controls-direction { display: inherit;}
  .bx-wrapper .bx-controls-direction a {
	display: inline-block;
	color: #FFF;
	position: absolute;
	text-indent: -9999em;
	width: 50px;
	height: 50px;
	margin:-25px 0 0 0;
	top: 50%;
	z-index: 99;
	border: 2px solid transparent;
  background-color:rgba(0,0,0,0.5);
  background-position:50% 50%;
  background-repeat:no-repeat;
  border-radius: 50%;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
  }
  .testimonial-slider .bx-wrapper .bx-controls-direction a {
	border: none;
	background-color: transparent;
	border-radius: 50%;
	bottom: 60px;
	top: inherit;
  opacity: 0.5;
  }
  
  .testimonial-slider .bx-wrapper .bx-controls-direction a:hover { background-color:transparent;opacity: 1;}
  .testimonial-slider .bx-wrapper .bx-prev {
  background: url(../images/bx-prev.png) no-repeat 50% 50%;
  left: 50%;
  margin: 30px 0 0 -120px;
  }
  .testimonial-slider .bx-wrapper .bx-next {
  background: url(../images/bx-next.png) no-repeat 50% 50%;
  right: 50%;
  margin: 30px -115px 0 0;
  }
  .testimonial-slider .bx-controls-direction {
	display: block;
  }
  .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a { background:#fff;}
  /* 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;
  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;
  }
  
  .bx-conferences-style .bx-wrapper .bx-controls-direction a {
  margin: -40px 0 0 0;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  }

  .bx-conferences-style li a {
	background: rgba(50,85,164,100);
	padding: 10px 15px;
	margin: 5px;
	min-height: 136px;
	position: relative;
	display: block;
	-webkit-transition: background-color .2s, border .2s; /* Safari */
	transition: background-color .2s, border .2s;
	border: 1px solid #3255a4;
	height: 14rem;
  }

	.bx-conferences-style li a:hover {
		text-decoration: none;
		transition: color .2s;
	}
	.bx-conferences-style li a h2, .bx-conferences-style li a h3 {
        color: #fff;
    }
	.bx-conferences-style li  a:hover h2, .bx-conferences-style li  a:hover h3 {
        color: #3255a4;
    }

  .bx-conferences-style li a.bg-98aad1 {
	background: #98aad1;
	border: 1px solid #98aad1;
}

.bx-conferences-style li a.bg-6580bb {
	background: #6580bb;
	border: 1px solid #6580bb;
}

.bx-conferences-style li a.bg-3255a4 /*default*/ {
	background: #3255a4;
}

.bx-conferences-style h2 {
	font-weight: bold;
	font-size: 1.8em;
}
.bx-conferences-style h3 {
	font-size: 1.3em;
}
  /*btn-small*/
  .btn-small .bx-controls-direction {
  /*display: inherit;*/
  }
  
  .btn-small .bx-wrapper .bx-prev {
  left: 0;
  }
  .btn-small .bx-wrapper .bx-next {
  right: 0;
  }
  .btn-small .bx-wrapper .bx-controls-direction a {
	width: 45px;
	height: 45px;
	margin: -22px 0 0 0;
	border-radius: 0;
  }
  
  /* carousel Fred*/
  .over-hidden { overflow:hidden;}
  .list_carousel {
		margin: 0;
		position:relative;
  }
  .list_carousel ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		height:auto!important;
  }
  .list_carousel li {
	float: left;
	background: rgba(50,85,164,100);
	padding: 10px 15px;
	margin: 5px;
	min-height: 136px;
	position: relative;
	display: block;
	-webkit-transition: background-color .2s, border .2s; /* Safari */
	transition: background-color .2s, border .2s;
	border: 1px solid #3255a4;
  }
  .list_carousel.responsive {
		width: auto;
		margin-left: 0;
  }
  
  
  .pager {
		width: 300px;
		text-align: center;
  }
  .pager a {
		margin: 0 5px;
		text-decoration: none;
  }
  .pager a.selected {
		text-decoration: underline;
  }
  .timer {
		height: 6px;
		width: 0px;
  }
  /* button-controls */
  .button-controls { text-align:center;}
  
  .button-controls .prev:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  vertical-align: top;
  }
  
  .button-controls .next:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  vertical-align: top;
  }
  .button-controls a, .button-controls a:link, .button-controls a:active, .button-controls a:visited {
  color: #aaa;
  text-align: center;
  top: inherit;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  display: inline-block!important;
  }
  .button-controls a:hover { color:#fff; background:#ccc;}
  /* The Nivo Slider styles */
  .nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
  }
  .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
  }
  .nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
  }
  
  /* If an image is wrapped in a link */
  .nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
  background:white; 
  filter:alpha(opacity=0); 
  opacity:0;
  }
  /* The slices and boxes in the Slider */
  .nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
  }
  .nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
  }
  .nivo-box img { display:block; }
  
  /* Caption styles */
  .nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding: 15px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  }
  .nivo-caption p {
  padding:5px;
  margin:0;
  }
  .nivo-caption a {
  display:inline !important;
  }
  .nivo-html-caption {
	display:none;
  }
  /* Direction nav styles (e.g. Next & Prev) */
  .nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
  }
  .nivo-prevNav {
  left:0px;
  }
  .nivo-nextNav {
  right:0px;
  }
  /* Control nav styles (e.g. 1,2,3...) */
  .nivo-controlNav {
  text-align:center;
  padding: 15px 0;
  }
  .nivo-controlNav a {
  cursor:pointer;
  }
  .nivo-controlNav a.active {
  font-weight:bold;
  }
	.slider-wrapper {
		width: auto;
		/* width: 80%; */
	}
	.top-banner{
		background-color: #333;
	}
  .theme-default .nivoSlider {
  position:relative;
  background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:10px;
  }
  .theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  }
  .theme-default .nivoSlider a {
  border:0;
  display:block;
  }
  
  .theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
  }
  .theme-default .nivo-controlNav a {
  display:inline-block;
  width:22px;
  height:22px;
  background:url(../images/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0 2px;
  }
  .theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
  }
  
  .theme-default .nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(../images/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }
  .theme-default:hover .nivo-directionNav a { opacity: 1; }
  .theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
  }
  .theme-default a.nivo-prevNav {
  left:15px;
  }
  
  .theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
  }
  .theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
  }
  .theme-default .nivo-caption a:hover {
	color:#fff;
  }
  
  .theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
  }
  .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
  }
  .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
  }
  
  /*bx-thumbnail*/
  .bxslider-thumbnail .bx-wrapper{  
  border: 1px solid #eee;
  padding: 5px;
  }
  #bx-thumbnail-pager {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px 5px;
  border-top: none;
  }
  #bx-thumbnail-pager a { cursor:pointer;}
  #bx-thumbnail-pager img {
  max-width: 70px;
  border: 3px solid transparent;
  }
  
  
  
  /*btn-style1*/
  .btn-style1 .button-controls .prev em { vertical-align:middle; margin:0 5px 0 0;}
  
  .btn-style1 .button-controls .next em { vertical-align:middle; margin:0 0 0 5px;}
  .btn-style1 .button-controls .prev:before,
  .btn-style1 .button-controls .next:before {
  display:none;
  }
  .btn-style1 .button-controls a span{
	display: inline-block;
	vertical-align: middle;
  }
  .btn-style1 .button-controls a {
	border-radius: 2px;
	font-size: 12px;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	width: inherit;
	height: inherit;
	line-height: inherit;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  border:none;
  }
  .btn-style1 .button-controls a:hover { background:#333; }
  /*---------------------------------*/
  /* Responsive */
  /*---------------------------------*/
  
  @media handheld, only screen and (max-width:768px) {
  .ui-tabs .bx-controls-direction { display:none;}
  .slide-big-btn .carousel-control { display:none;}
  
  }
  
  
  @media handheld, only screen and (max-width:767px) {
  
  .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  top: 50%;
  }
  }
  @media handheld, only screen and (max-width:480px) {
  .bx-wrapper .bx-prev {
  left: 10px;
  }
  .bx-wrapper .bx-next {
  right: 10px;
  }
  .Testimonial .bx-wrapper .bx-prev { margin:60px 0 0 -120px; }
  
  .Testimonial .bx-wrapper .bx-next { margin:60px -120px 0 0; }
  }
  @media handheld, only screen and (max-width:360px) {
  .Testimonial .bx-wrapper .bx-prev { margin:80px 0 0 -120px; }
  
  .Testimonial .bx-wrapper .bx-next { margin:80px -120px 0 0; }
  
  }
  @media handheld, only screen and (max-width:320px) {
  
  }