/**
 * 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: 20px;
}

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

.main_visual .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #59595c;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	/*outline: 0;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*.bx-wrapper .bx-pager.bx-default-pager a:hover,*/
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 45px;
    border-radius: 10px;
    height: 12px;
    background: #4176fe;
    border: none;
}
	
	
	

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

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


@media (max-width:1480px) {

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

.bx-wrapper .bx-next {
	background: url('../images/main/main_visual_next.png') no-repeat;
}
	
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:40px;
	/* margin-top: -25px;
	outline: 0;*/
	width: 50px;
	height: 50px;
	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:50px;
	height: 50px;
	/*outline: 0;*/
	background: url(../images/main/pauseBtn.png)no-repeat;
	margin: 0 3px;
	position: absolute;
    z-index: 99999;
    bottom:40px;
    left:107px;
}

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

.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;
    bottom:48px;
    left:107px;
}

.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 {
	display:none;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-570px;
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	top:53.5%;
	left:50%;
	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; width: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; width: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:786px){

.bx-wrapper .bx-prev {
	left:5%;
}

.bx-wrapper .bx-next {
	right:5%;
	left:auto;
}

.bx-wrapper .bx-controls-direction a { background-size:30px 30px; width:30px; height:30px; bottom:5.5%;}

}

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