/**
 * 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 0px;
	padding: 0;
	*zoom: 1;
	width:100%;

	background:#fff;
	z-index:2
}

.img2 .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	width:1006px;
	height:628px;
	background:none;
	z-index:2
}

.foot_logo  .bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
	width:1100px;
	height:60px;
	background:none;
	z-index:2
}

.view_body  .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	width:678px;
	height:381px;
	background:#fff;
	z-index:2
}
.main_foot_logo .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	width:1320px;
	height:23px;
	padding:37px 0;
	
}
.bx-wrapper img {
	width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
}

.section03 .bx-wrapper .bx-pager,
.section03 .bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -47px;
	width: 12%;
	right:0;
	z-index:1000
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5%;
	width: 100%;
	z-index:1000
}


.view_body .bx-wrapper .bx-pager,
.view_body .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
	z-index:1000
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	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;
	
}

.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: 60px;
	height: 4px;
	margin: 0 1.5px;
	outline: 0;
	background: #000
}

#section03 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 1.5px;
	outline: 0;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}

#section03 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#section03 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	/*background: url(../img/main/thumover.png) no-repeat 0 0;*/
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	/*background: url(../img/main/thumover.png) no-repeat 0 0;*/
}


.view_body .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2.5px;
	outline: 0;
	background:url(../img/sub/m61_thum.png) no-repeat 0 0;
}

.view_body .bx-wrapper .bx-pager.bx-default-pager a:hover,
.view_body .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../img/sub/m61_thum_over.png) no-repeat 0 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.projects_wrap .bx-wrapper .bx-prev ,.main_slider .bx-wrapper .bx-prev {
	left: 30px;
	background: url(../img/main/main_prev.png) no-repeat 0 0;
}

.projects_wrap .bx-wrapper .bx-next,  .main_slider .bx-wrapper .bx-next {
	right: 30px;
	background: url(../img/main/main_next.png) no-repeat 0 0;
}

.projects_wrap .bx-wrapper .bx-prev:hover,.main_slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.projects_wrap .bx-wrapper .bx-next:hover, .main_slider .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.projects_wrap .bx-wrapper .bx-controls-direction a ,.main_slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 5555;
}



.section03 .bx-wrapper .bx-prev ,.main_slider .bx-wrapper .bx-prev {
	left:50%;
	margin-left:53px;
	background: url(../images/page/notice_prev.jpg) no-repeat 0 0;
}

.section03 .bx-wrapper .bx-next,  .main_slider .bx-wrapper .bx-next {
	left:50%;
	margin-left:83px;
	background: url(../images/page/notice_next.jpg) no-repeat 0 0;
}

.section03 .bx-wrapper .bx-prev:hover,.main_slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.section03 .bx-wrapper .bx-next:hover, .main_slider .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.section03 .bx-wrapper .bx-controls-direction a ,.main_slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: -49px;
	outline: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	z-index: 5555;
}


.main_foot_logo .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../img/main/main_foot_logo_prev.png) no-repeat 0 0;
}

.main_foot_logo .bx-wrapper .bx-next {
	right: -30px;
	background: url(../img/main/main_foot_logo_next.png) no-repeat 0 0;
}

.main_foot_logo .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.main_foot_logo .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.main_foot_logo .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 58%;
	margin-top: -16px;
	outline: 0;
	width: 10px;
	height: 19px;
	text-indent: -9999px;
	z-index: 5555;
}

.view_body .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../img/sub/m61_prev.jpg) no-repeat 0 0;
}

.view_body .bx-wrapper .bx-next {
	right: -30px;
	background: url(../img/sub/m61_next.jpg) no-repeat 0 0;
}

.view_body .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.view_body .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.view_body .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width:23px;
	height: 34px;
	text-indent: -9999px;
	z-index: 5555;
}



.bx-wrapper .bx-prev {
	left: 0;
	background: url(/m/images/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/m/images/next.png) no-repeat ;
}
/*
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -23.5px;
	outline: 0;
	width: 8%;
	max-width:46px;
	height: 47px;
	background-size: 100% auto;
	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 {
	position: absolute;
    right: 0;
	margin-top:-135px;
	margin-left:210px;
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	outline: 0;
	background: url(/m/images/page/notice_play.jpg) right top no-repeat;
	margin-top:-2px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: right top;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 19px;
	height: 11px;
	outline: 0;
	background: url(/img/main/pause.png) 0 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0 0;
}


.section03 .bx-wrapper .bx-controls-auto .bx-stop {
	    position: absolute;
    right: 0;
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	outline: 0;
	margin-top:-2px;
	background: url(/m/images/page/notice_p.jpg) right top no-repeat;
}

.section03  .bx-wrapper .bx-controls-auto .bx-stop:hover,
.section03  .bx-wrapper .bx-controls-auto .bx-stop.active {
	background: url(/m/images/page/notice_play.jpg) right top no-repeat;
}

.section03  .bx-wrapper .bx-controls{
	position:absolute; right:0%; top:0; width:100%;
}
/* 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;
	border:1px solid red;

}

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