/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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%;
height:auto;*/
display: block;
}

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

.bx-wrapper .bx-viewport {
/*background: #fff;*/
/*min-height:485px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -55px;
width: 100%;
}

@media (max-width:496px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
bottom: -25px;
}
}

/* 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;
z-index:999;
}

.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: #CCCCCC;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 10px 0 0;
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: #455A80;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
display: none;
left: -40px;
/*background: url(../images/slider_left.png) no-repeat 0 0;*/
}

.bx-wrapper .bx-next {
left: 0;
/*background: url(../images/slider_right.png) no-repeat 0 0;*/
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 0;
outline: 0;
width:1050px;
text-indent: -9999px;
z-index: 2999;
}

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

.official .bx-wrapper .bx-next,
.official .bx-wrapper .bx-prev,
.cafe .bx-wrapper .bx-next,
.cafe .bx-wrapper .bx-prev {
display: block;
top:50%;
left: 30px;
width:50px;
height:60px;
margin-top: -30px;
background: url(../images/cafe/slider_left.png) no-repeat 0 0;
}
.official .bx-wrapper .bx-next,
.cafe .bx-wrapper .bx-next {
left: auto;
right: 30px;
background: url(../images/cafe/slider_right.png) no-repeat 0 0;
}

@media (max-width:496px) {
.cafe .bx-wrapper li{
height: 360px;
}
.cafe .bx-wrapper img{
position: absolute;
height: 360px;
width: auto;
max-width: inherit;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.cafe .bx-wrapper .bx-next{right: 10px;}
.cafe .bx-wrapper .bx-prev {left: 10px;}
.official .bx-wrapper .bx-next{right: 10px;}
.official .bx-wrapper .bx-prev {left: 10px;}
}

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

.bx-viewport ul.slider{
margin: 0;
padding:0;
}
header .bx-viewport li{
height:805px;
min-width: 1000px;
}
header .bx-viewport li img{
position: absolute;
min-width: 100%;
min-height: 100%;
width:auto;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
 -moz-transform: translate3d(-50%, -50%, 0);
 -ms-transform: translate(-50%, -50%);
transform: translate3d(-50%, -50%, 0);
}
.bx-viewport .caption{
position:absolute;
right:15px;
bottom:15px;
background-color:#FFFFFF;
padding:10px 10px 8px;
line-height:1.0em;
font-size:16px;
font-weight: 600;
}