@charset "euc-jp";
#page-wrapper {
  position: relative;
}
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
  width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #f3f0e4;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  font-family: brandon-grotesque,dnp-shuei-gothic-kin-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}
  .google-font.fwb {
    font-weight: 700;
  }
.bradon-font {
  font-family: brandon-grotesque,dnp-shuei-gothic-kin-std,sans-serif;
  font-style: normal;
}
.yu-min {
  font-family: yu-mincho-pr6,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.shu-b{
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
font-style: normal;
}
.shu-l{
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-weight: 400;
font-style: normal;
}
.GarnetScript-Regular {
	font-family: GarnetScript-Regular;
}.GarnetCapitals-Black {
	font-family: GarnetCapitals-Black;
}.GarnetCapitals-Inline {
	font-family: GarnetCapitals-Inline;
}.ConsulSans-250 {
	font-family: ConsulSans-250;
}.ConsulSans-750 {
	font-family: ConsulSans-750;
}.ConsulSans-500 {
	font-family: ConsulSans-500;
}.GarnetCapitals-Thin {
	font-family: GarnetCapitals-Thin;
}
/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {
	position: fixed;
    top: 0;
    width: 100%;
	z-index: +100;

}
.header-line-nav{
	float: right;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav ul {
  margin: 25px 40px;
}
.header-line-nav li {
  padding: 5px 15px 0px 15px !important;
}
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
    margin: 50px 30px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.sns-btn a img {
    height: 50px;
    margin-right: 20px;
    margin-top: 20px;
}
  #header-global-nav li {
    margin: 0 1em;
  }

/* incart delivery */
.incart-delivery {
  float: right;
}



  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff3e2;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
	overflow: hidden;
    background-color: #dad9d6;
	padding: 30px;
    margin-top: auto;
}
.footer-inner {
	max-width: 1200px;
    overflow: hidden;
    margin: auto;
}
.footer-primary {
  
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #4d4d4d;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: left;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (min-width: 769px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    width: 100%;
  }
	.sp{display: none;}
.view-cart {
    position: relative;
    float: right;
    padding: 25px 20px 10px 20px;
	top: 0px;
  }
    .view-cart a {
    }
	.view-cart img {
		height: 25px;
	}
    .view-cart span {
    display: block;
    color: #f6f6f6;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 4px;
    background-color: #222222;
    border-radius: 14px;
    font-size: 14px;
    line-height: 26px;
	padding: 0px;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }	
}
/* ///////////////////////////////////////////////////////////////////
[about]
/////////////////////////////////////////////////////////////////// */
div .about-content {
	padding-left: 30px;
    padding-right: 30px;
    max-width: 1000px;
    margin: auto;
}

.about-title h2 {
  font-size: 50px;
}
.about-content .about-intro {padding-top: 60px;padding-bottom: 80px;}

.about-content .about-intro img {
}

.about-content .about-intro .about-explan {margin-top: 20px;font-size: 14px;line-height: 22px;text-align: justify;text-justify: inter-ideograph;-ms-text-justify: inter-ideograph;word-break: normal;word-wrap: break-word;}

.about-content .about-intro .about-explan p {
}

.about-content .about-eat {}

.about-content .about-eat .eatwithlocal {width: 400px;
    display: block;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 70px;}

.about-content .about-eat .eat-explan {font-size: 14px;line-height: 22px;text-align: justify;text-justify: inter-ideograph;-ms-text-justify: inter-ideograph;word-break: normal;word-wrap: break-word;}

.about-content .about-eat .eat-explan p {
}

/* =========================================================
access
========================================================= */
#access {padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-top: 80px;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 100px;
}

#access .access-title {
}

#access .access-title h2 {
  font-size: 50px;
}

#access .access-time {
}

#access .access-time h3 {font-size: 14px;font-weight: normal;}

#access .access-time p {margin-bottom: 0px;line-height: 20px;}

#access .access-address {
}

#access .access-address h3 {font-size: 14px;font-weight: normal;}

#access .access-address p {margin-bottom: 0px;line-height: 20px;}
@media (max-width: 768px) {
  #wrapper {
	padding-left: 0;	  
	padding-right: 0;
  }
	#footer-wrapper {
	padding: 20px;
}
  .container {
    width: auto;
  }
	.pc{display: none;}
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
		font-size: 32px;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px 20px;
		color: #000000
    }
	.dropdown-box{
		width: 100%;
		display: block;
	}
    .header-dropdown .btn-dropdown {
      /* padding-left: 34px; */
      font-size: 16px;
      float: right;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      
    }
	/* dropdown nav */
	.home-btn{
		width: 180px;
    float: left;
    padding-left: 24px;
    padding-top: 24px;
	}
	.sns-btn a{
    float: left;
	}
	.sns-btn a img{
	height: 50px;
    margin-right: 0px;
    margin-top: 0px;
	}
.btn-dropdown {
  display: block;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.dropdown-nav {
  display: none;
  margin: 0;
  list-style: none;
	clear: both;
	height: 100vh;
}
  .view-cart {
    position: relative;
    float: right;
    padding: 20px 14px 10px 14px;
	top: 0px;
  }
    .view-cart a {
    }
	.view-cart img {
		height: 22px;
	}
    .view-cart span {
    display: block;
    color: #f6f6f6;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 3px;
    background-color: #4d4d4d;
    border-radius: 14px;
    font-size: 12px;
    line-height: 20px;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
 
  }
    .footer-primary .footer-nav:first-child {
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;

  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 10px 0px;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;

    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
/* ///////////////////////////////////////////////////////////////////
[about]
/////////////////////////////////////////////////////////////////// */
div .about-content {
	padding-left: 30px;
	padding-right: 30px
}

.about-title h2 {
  font-size: 50px;
}
.about-content .about-intro {padding-top: 60px;padding-bottom: 80px;}

.about-content .about-intro img {
}

.about-content .about-intro .about-explan {margin-top: 20px;font-size: 14px;line-height: 22px;text-align: justify;text-justify: inter-ideograph;-ms-text-justify: inter-ideograph;word-break: normal;word-wrap: break-word;}

.about-content .about-intro .about-explan p {
}

.about-content .about-eat {}

.about-content .about-eat .eatwithlocal {width: 60vw;
    display: block;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 40px;
}
.about-content .about-eat .eat-explan {font-size: 14px;line-height: 22px;text-align: justify;text-justify: inter-ideograph;-ms-text-justify: inter-ideograph;word-break: normal;word-wrap: break-word;}

.about-content .about-eat .eat-explan p {
}

/* =========================================================
access
========================================================= */
#access {padding-left: 30px;padding-right: 30px;text-align: center;margin-bottom: 80px;padding-top: 80px;}

#access .access-title {
}

#access .access-title h2 {
  font-size: 50px;
}

#access .access-time {
}

#access .access-time h3 {font-size: 14px;font-weight: normal;}

#access .access-time p {margin-bottom: 0px;line-height: 20px;}

#access .access-address {
}

#access .access-address h3 {font-size: 14px;font-weight: normal;}

#access .access-address p {margin-bottom: 0px;line-height: 20px;}	
}
#humberger {
  position: relative;
  height: 17px;
  width: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div {
  position: absolute;
  left: 0;
  height: 1px;
  width: 24px;
  background-color: #444;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#humberger div:nth-of-type(1) {
  top: 0;
}
#humberger div:nth-of-type(2) {
  top: 8px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}
.btn-dropdown-close #humberger div:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #004162;
}
.btn-dropdown-close #humberger div:nth-of-type(2) {
  display: none;
}
.btn-dropdown-close #humberger div:nth-of-type(3) {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #004162;
}




@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
@media (min-width: 1299px) {
#header-wrapper{	
	position: fixed;
    top: 0;
    width: 1300px;
    z-index: +100;
    left: calc(50% - 1300px/2);
	}
}

/* IEÍÑ */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#slider{
	margin: 0px;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  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-default-pager a {
    border: solid 1px;
    text-indent: -9999px;
    display: block;
    width: 2px;
    height: 2px;
    margin: 0 9px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  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/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,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  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,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  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;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  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;
}