/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto;*/
	padding: 0;
	*zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {


	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	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;
}

/* PAGER */

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

.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 {
	/*border: 1px solid #59595c;*/
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	/*outline: 0;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background:rgba(255,255,255,0.2);
}

/*.bx-wrapper .bx-pager.bx-default-pager a:hover,*/
.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 8px;
    border-radius: 100%;
    height: 8px;
    background:rgba(255,255,255,1);
    border: none;
}
	
	
	

.bx-wrapper .bx-prev {
	left: 300px;
	background: url('../images/main/main_visual_prev.png') no-repeat;
}

.bx-wrapper .bx-next {
	right: 300px;
	background: url('../images/main/main_visual_next.png') no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 43%;
	margin-top: -16px;
	/*outline: 0;*/
	width: 0;
	height: 70px;
	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/main/playBtn.png)no-repeat;
	margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-start.active{
	
	background: url(../images/main/pauseBtn.png)no-repeat;
}
.main_banner_constrols .stop
{
	cursor:pointer;
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	/*outline: 0;*/
	background: url(../images/main/pauseBtn.png)no-repeat;
	margin: 0 3px;
	position: absolute;
    z-index: 99999;
    top: 53.4%;
    left:50%;
	margin-left:-490px;
}

.main_banner_constrols .play
{
	display: none;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	/*outline: 0;*/
	background: url(../images/main/playBtn.png)no-repeat;
	margin: 0 3px;
	position: absolute;
    z-index: 99999;
    top: 53.4%;
    left:50%;
	margin-left:-490px;
}

.bannerRolling_constrols .stop
{
	cursor:pointer;
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	/*outline: 0;*/
	background: url(../images/main/pauseBtn.png)no-repeat;
	margin: 0 3px;
	position: absolute;
    z-index: 99999;
    top: 7.5%;
    left: 9%;
}

.bannerRolling_constrols .play
{
	display: none;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	/*outline: 0;*/
	background: url(../images/main/playBtn.png)no-repeat;
	margin: 0 3px;
	position: absolute;
    z-index: 99999;
    top: 7.5%;
    left: 9%;
}

.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop{
	display:none !important;
}



.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/main/pauseBtn.png)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 {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	text-align: left;
	/*width: 50%;*/
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	top:53.5%;
	left: 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;
}


.familySite .bx-controls-direction .bx-prev{
	text-indent: -9999px;
	width: 41px;
	height: 40px;
	left:inherit;
	right:-69px;
	background: url(../images/main/family_prev.png)no-repeat;
	


}
.familySite .bx-controls-direction .bx-next{
	text-indent: -9999px;
	width: 41px;
	height: 40px;
	right: -148px;
	background: url(../images/main/family_next.png)no-repeat;
	
	
}
	
.ft_slide li {padding-top:50px; padding-bottom:50px;}

.ft_stop{
	position:absolute;
	top:43%;
	margin-top:-16px;
	right:42px;
	text-indent: -9999px;
	width: 41px;
	height: 40px;
	background: url(../images/main/family_stop.png)no-repeat;
	
}
.ft_stop a{display:block; widht:100%; height:100%;}

.ft_play{
	position:absolute;
	top:43%;
	margin-top:-16px;
	right:42px;
	text-indent: -9999px;
	width: 41px;
	height: 40px;
	background:  url(../images/main/family_play.png)no-repeat;
	
}
.ft_play a{display:block; widht:100%; height:100%;}

.bannerRolling .bx-pager-item a {
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
	line-height:18px;
	background:#cfcfcf;
	color:#fff;
    margin: 0 2px;
    /*outline: 0;*/
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	
}
.bannerRolling .bx-pager-item a.active {
    text-indent: -9999px;
    display: block;
     width: 18px;
    height: 18px;
	line-height:18px;
    margin: 0 2px;
    /*outline: 0;*/
	background:#499af6;
	color:#fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	
}
.bannerRolling .bx-controls-direction
{
	display:none;
}





/****************************************************************************************/
/****************************************************************************************/
/*Media Query*/
/****************************************************************************************/
/****************************************************************************************/

@media only screen and (max-width: 1024px){/*set content width 95%*/
.bx-wrapper .bx-controls-direction a{top:40%;}
}

@media only screen and (max-width: 640px){
.bx-wrapper .bx-controls-direction a{top:32%;}
}

@media only screen and (max-width: 450px){
	.bx-wrapper .bx-controls-direction a{top:27%;}
}
