/**
 * 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;
}
.bx-wrapper img.mobile {display:none;}

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

.bx-wrapper .bx-controls-auto {
	position: relative;
	height:0;
	width: 91.6%;
  margin: 0 auto;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
  .bx-wrapper .bx-controls-auto {
    width: 1190px;
    margin:0 auto;
  }
}
@media (max-width:1400px) and (min-width: 1200px){
	.bx-wrapper .bx-controls-auto{padding-left:100px;}
}
@media (max-width: 1199px) and (min-width: 768px){
	.bx-wrapper .bx-controls-auto{padding-left: 80px;}

	.detail-img-list .bx-wrapper{ width:93% !important;}
}
@media (max-width: 767px) {
	.bx-wrapper .bx-controls-auto{display: none;}
	.bx-wrapper img.pc {display:none;}
	.bx-wrapper img.mobile {display:block;}
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-pager.container{position:relative;}
.bx-pager .bx-pager-wrap{position: absolute; bottom:206px;}
.bx-pager .bx-pager-item{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager a {
	text-indent: -9999px;
	display: block;
	padding:2px;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	outline: 0;
	border:1px solid #fff;
	box-sizing:border-box;
}
.bx-pager .bx-pager-wrap div:first-child a{margin-left:0;}
.bx-pager a span{
	width:8px;
	height:8px;
	display: block;
}
.bx-pager a:hover span,
.bx-pager a.active span {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url('../img/common/btnLeftA.png') no-repeat 0;
	background-size:100%;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url('../img/common/btnRightA.png') no-repeat 0;
	background-size:100%;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15.5px;
	outline: 0;
	width: 17px;
	height: 31px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.btn-detail-prev{left:0; background: url('../../img/ourwork/btn-prev.jpg') no-repeat 0;}
.btn-detail-next{right:0; background: url('../../img/ourwork/btn-next.jpg') no-repeat 0;}
.btn-detail-prev, .btn-detail-next{position:absolute; display: block; top:50%; margin-top:-11.5px; z-index:99;}
.btn-detail-prev a, .btn-detail-next a{display: block; width:13px; height:23px; outline:0; text-indent:-9999px;}

@media (max-width: 767px){
	.btn-detail-prev, .btn-detail-next{display: none;}
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	position:absolute;
	bottom:206px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 16px;
	outline: 0;
	background: url('../../img/common/btn-slide-play.png') no-repeat;
}


.bx-wrapper .bx-controls-auto .bx-start.active {
	display: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 16px;
	outline: 0;
	background: url('../../img/common/btn-slide-stop.png') no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop.active {
	display: none;
}

/* 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;
}
@media (max-width: 767px){
	.bx-pager .bx-pager-wrap div:first-child a{margin-left:8px;}
	.bx-pager.container{position:relative; height:0; text-align: center;}
	.bx-pager .bx-pager-wrap{position:relative; bottom:70px;}
}
