
/*---------------------------------*/
/*****Bx Slider**/
/*---------------------------------*/

/** RESET AND LAYOUT
===================================*/
.bxslider { margin:0; padding:0;}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	z-index:1;
	-webkit-transform: none!important;
	-webkit-font-smoothing:antialiased
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width:100%;
}

/** 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-wrapper .bx-controls-direction a {
    display: inline-block;
    color: #FFF;
    position: absolute;
    text-indent: -9999em;
    width: 50px;
    height: 50px;
    margin:0;
    top: 50%;
    z-index: 99;
    border: 2px solid transparent;
    border-radius: 50%;
	background-color:rgba(0,0,0,0.5);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.bx-wrapper .bx-controls-direction a:hover { background-color:rgba(0,0,0,0.9);}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.Testimonial .bx-wrapper .bx-controls-direction a { border:none; background-color:none;}
.Testimonial .bx-wrapper .bx-controls-direction a:hover { background-color:rgba(0,0,0,0.4);}
.Testimonial .bx-wrapper .bx-prev {
	background: url(images/bx-prev.png) no-repeat 50% 50%;
	left: 50%;
	margin: 40px 0 0 -140px;
}
.Testimonial .bx-wrapper .bx-next {
	background: url(images/bx-next.png) no-repeat 50% 50%;
	right: 50%;
	margin: 40px -140px 0 0;
}
/* 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;
}
/*---------------------------------*/
/* Carousel*/
/*---------------------------------*/
/* For Carousel firefox bug */
.carousel-inner img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}
.carousel-control {
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #000;
	display: inline-block;
	color: #fff;
	position: absolute;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity:0.8;
  filter: alpha(opacity=80);
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
	width: 100%!important;
}
/* slide-big-btn*/
.slide-big-btn .carousel-control.left {
    width: 50px;
    height: 60px;
    margin: -35px 0px 0px;
    top: 50%;
    border: 10px solid #ffffff;
    border-left: none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-prev.png) center center no-repeat #000;
	text-indent:-9999em;
}

.slide-big-btn .carousel-control.right {
    width: 50px;
    height: 60px;
    margin: -35px 0px 0px;
    top: 50%;
    border: 10px solid #ffffff;
    border-right: none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-next.png) center center no-repeat #000;
	text-indent:-9999em;
}

/* slide-small-btn*/
.slide-small-btn .carousel-control.left {
    width: 35px;
    height: 40px;
    margin: -20px 0px 0px;
    top: 50%;
	border: 5px solid #ffffff;
    border-left: none;
    color: #fff;
    line-height: 30px;
	background: url(images/bx-prev.png) center center no-repeat #000;
	text-indent:-9999em;
}

.slide-small-btn .carousel-control.right {
	width: 35px;
	height: 40px;
	margin: -20px 0px 0px;
	top: 50%;
	border: 5px solid #ffffff;
	border-right:none;
	line-height: 30px;
	color:#FFFFFF;
	background: url(images/bx-next.png) center center no-repeat #000;
	text-indent:-9999em;
}

/* slide-btn-style1*/
.slide-btn-style1 .carousel-control.left {
    width: 50px;
    height: 60px;
    margin: -25px 0px 0px;
    top: 50%;
    border: 10px solid #ffffff;
    border-left: none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-prev.png) center center no-repeat #000;
	text-indent:-9999em;
}

.slide-btn-style1 .carousel-control.right {
    width: 50px;
    height: 60px;
    margin: -25px 0px 0px;
    top: 50%;
    border: 10px solid #ffffff;
    border-right: none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-next.png) center center no-repeat #000;
	text-indent:-9999em;
}
/* Tab bx-slide-btn*/
.ui-tabs .bx-wrapper .bx-controls-direction a {
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: inline-block;
	color: #fff;
	position: absolute;
	text-indent: -9999em;
	width: 50px;
	height: 60px;
	margin: -35px 0 0 0;
	top: 50%;
	z-index: 99;
	border: 10px solid #fff;
}
.ui-tabs .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-tabs .bx-wrapper .bx-prev {
	display: inline-block;
	border-left: none!important;
	background: url(images/bx-prev.png) center center no-repeat #000;
}
.ui-tabs .bx-wrapper .bx-next {
	right: 0;
	border-right: none!important;
	background: url(images/bx-next.png) center center no-repeat #000;
}
.Vertical-tabs .slide-big-btn .carousel-control.left { top:81%;}
.Vertical-tabs .slide-big-btn .carousel-control.right { top:81%;}

/* circle-btn*/
.circle-btn .bx-wrapper .bx-prev {
    width: 52px;
    height: 52px;
    margin: -25px 0px 0px;
    top: 50%;
    border:none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-left.png) center center no-repeat;
	text-indent:-9999em;
	left:15px;
}

.circle-btn .bx-wrapper .bx-next {
    width: 52px;
    height: 52px;
    margin: -25px 0px 0px;
    top: 50%;
    border:none;
    color: #fff;
    line-height: 35px;
	background: url(images/bx-right.png) center center no-repeat;
	text-indent:-9999em;
	right:15px;
}
.circle-btn .bx-controls { display:none;}
.circle-btn:hover .bx-controls { display:block;}

/* inner-btn-style*/
.inner-btn-style .carousel-control.left {
	position: relative;
	margin: -65px 0 0 0;
	display: inline-block;
}
.inner-btn-style .carousel-control.right  {
	position: relative;
	margin: -65px 0 0 0;
	display: inline-block;
}
/* mini-btn*/
.mini-btn .carousel-control.left {
    width: 25px;
    height: 30px;
    margin: -15px 0px 0px;
    top:62%;
	border: 5px solid #ffffff;
    border-left: none;
    color: #fff;
    line-height: 30px;
	background: url(images/bx-prev.png) center center no-repeat #000;
	text-indent:-9999em;
}

.mini-btn .carousel-control.right {
	width: 25px;
	height: 30px;
	margin: -15px 0px 0px;
	top: 62%;
	border: 5px solid #ffffff;
	border-right:none;
	line-height: 30px;
	color:#FFFFFF;
	background: url(images/bx-next.png) center center no-repeat #000;
	text-indent:-9999em;
}

/*EnImages-slider*/
.EnImages-slider .carousel-control.left { top:95%;display: inline-block;}
.EnImages-slider .carousel-control.right { top:95%;display: inline-block;}



.Testimonial .bx-wrapper .bx-pager { display:none;}
.team-slider .bx-controls-direction { display:none;}
.home-banner .bx-controls-direction { display:none;}
.home-banner .bx-wrapper:hover .bx-controls-direction { display:block;}
.home-banner .bx-wrapper .bx-controls-direction a:hover { opacity:0.8;}


/*---------------------------------*/
/* Responsive */
/*---------------------------------*/

@media handheld, only screen and (max-width:768px) {
.ui-tabs .bx-controls-direction { display:none;}
.slide-big-btn .carousel-control { display:none;}
/* slide-small-btn*/
.slide-small-btn .carousel-control.left {
    width: 25px;
    height: 30px;
    margin: -15px 0px 0px;
    top: 50%;
    line-height: 20px;
	font-size:16px;
}

.slide-small-btn .carousel-control.right {
	width: 25px;
	height: 30px;
	margin: -15px 0px 0px;
	top: 50%;
	line-height: 20px;
	font-size:16px;
}

/* slide-btn-style1*/
.slide-btn-style1 .carousel-control.left {
	width: 20px;
	height: 20px;
	margin: -10px 0px 0px;
	top: 50%;
	line-height: 20px;
	border: none;
	font-size: 14px;
	line-height: 20px;
}

.slide-btn-style1 .carousel-control.right {
	width: 20px;
	height: 20px;
	margin: -10px 0px 0px;
	top: 50%;
	line-height: 20px;
	border: none;
	font-size: 14px;
	line-height: 20px;
}
}


@media handheld, only screen and (max-width:767px) {
.inner-btn-style .carousel-control.left {
    width: 25px;
	height: 30px;
	margin: -45px 0px 0px;
	line-height: 20px;
	font-size: 16px;
	border: 5px solid #ffffff;
	border-left: none;
}

.inner-btn-style .carousel-control.right {
	width: 25px;
	height: 30px;
	margin: -45px 0px 0px;
	line-height: 20px;
	font-size: 16px;
	border: 5px solid #ffffff;
	border-right: none;
}

.EnImages-slider .carousel-control.left {
	top: 97%;
	display: inline-block;
	width: 25px;
	height: 30px;
	border: 5px solid #fff;
	border-left: none;
}
.EnImages-slider .carousel-control.right {
	top: 97%;
	display: inline-block;
	width: 25px;
	height: 30px;
	border: 5px solid #fff;
	border-right: none;
}

.bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin: -40px 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) {
.mini-btn .carousel-control.left {
    top:175px;
}

.mini-btn .carousel-control.right {
	top:175px;
}
.EnImages-slider .carousel-control.left {
	top: 95%;
}

.EnImages-slider .carousel-control.right {
	top: 95%;
}
}





