.main-content .sub-title {
  width: 170px;
  height: 28px;
  font-size: 20px;
  background-color: #d2ac6e;
  margin: 0 0 30px 0;
  color: #fff;
  text-align: center;
  line-height: 28px; }

.text {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em; }

.store-map {
  margin: 60px 0 0 0;
  position: relative; }
  .store-map .store-map-title {
    font-size: 30px;
    line-height: 30px; }
  .store-map img {
    display: block;
    width: 100%;
    height: auto; }
  .store-map .map-icon {
    background: url(/img/map-icon-sprites.png?181473d9) no-repeat;
    z-index: 1;
    opacity: 0; }
    .store-map .map-icon.icon1 {
      width: 184px;
      height: 35px;
      position: absolute;
      top: 335px;
      left: 730px;
      background-position: -10px -157px; }
    .store-map .map-icon.icon2 {
      width: 184px;
      height: 35px;
      position: absolute;
      top: 642px;
      left: 800px;
      background-position: -10px -212px; }
    .store-map .map-icon.icon3 {
      width: 184px;
      height: 35px;
      position: absolute;
      top: 706px;
      left: 720px;
      background-position: -10px -267px; }
    .store-map .map-icon.icon4 {
      width: 183px;
      height: 35px;
      position: absolute;
      top: 383px;
      left: 725px;
      background-position: -326px -65px; }
    .store-map .map-icon.icon5 {
      width: 217px;
      height: 35px;
      position: absolute;
      top: 543px;
      left: 455px;
      background-position: -10px -102px; }
    .store-map .map-icon.icon6 {
      width: 296px;
      height: 72px;
      position: absolute;
      top: 428px;
      left: 695px;
      background-position: -10px -10px; }
    .store-map .map-icon.icon7 {
      width: 184px;
      height: 35px;
      position: absolute;
      top: 485px;
      left: 822px;
      background-position: -326px -10px; }
    .store-map .map-icon.icon8 {
      width: 152px;
      height: 37px;
      position: absolute;
      top: 535px;
      left: 862px;
      background-position: -326px -175px; }
    .store-map .map-icon.icon9 {
      width: 166px;
      height: 35px;
      position: absolute;
      top: 482px;
      left: 430px;
      background-position: -326px -120px; }
  .store-map.active .map-icon.icon6 {
    Animation: fadeInLeft 1s .2s ease both; }
  .store-map.active .map-icon.icon1 {
    Animation: fadeInLeft 1s .4s ease both; }
  .store-map.active .map-icon.icon8 {
    Animation: fadeInLeft 1s .6s ease both; }
  .store-map.active .map-icon.icon5 {
    Animation: fadeInRight 1s .8s ease both; }
  .store-map.active .map-icon.icon9 {
    Animation: fadeInRight 1s 1s ease both; }
  .store-map.active .map-icon.icon4 {
    Animation: fadeInLeft 1s 1.2s ease both; }
  .store-map.active .map-icon.icon7 {
    Animation: fadeInLeft 1s 1.4s ease both; }
  .store-map.active .map-icon.icon2 {
    Animation: fadeInLeft 1s 1.6s ease both; }
  .store-map.active .map-icon.icon3 {
    Animation: fadeInLeft 1s 1.8s ease both; }

.store-slide {
  margin: 40px 0 0 0; }
  .store-slide .store-slide-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 50px 0; }
  .store-slide .swiper-container {
    position: relative;
    width: 100%;
    height: 500px;
    margin: auto; }
    .store-slide .swiper-container .swiper-button-prev {
      width: 40px;
      height: 84px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -42px;
      background: url(/img/busin-car-slide-left.png?e3f141e5) no-repeat center center;
      cursor: pointer;
      opacity: .5; }
      .store-slide .swiper-container .swiper-button-prev:hover {
        opacity: 1; }
    .store-slide .swiper-container .swiper-button-next {
      width: 40px;
      height: 84px;
      right: 0;
      top: 50%;
      margin-top: -42px;
      position: absolute;
      background: url(/img/busin-car-slide-right.png?520dc758) no-repeat center center;
      cursor: pointer;
      opacity: .5; }
      .store-slide .swiper-container .swiper-button-next:hover {
        opacity: 1; }
  .store-slide .swiper-wrapper {
    width: 800px;
    height: 500px;
    overflow: hidden;
    margin: auto; }
  .store-slide .swiper-slide {
    width: 800px;
    height: 500px; }
    .store-slide .swiper-slide img {
      width: auto;
      height: 100%;
      margin: auto;
      display: block; }
  .store-slide .store-dots {
    text-align: center;
    margin: 20px auto 0 auto; }
    .store-slide .store-dots .store-dot {
      width: 66px;
      height: 66px;
      display: inline-block;
      overflow: hidden;
      background-color: #eee;
      margin: 0 5px; }
      .store-slide .store-dots .store-dot.active {
        border: 1px solid #d3ad70; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.btn {
  width: 100%;
  height: 58px;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 58px;
  text-align: center;
  margin: 40px auto 0 auto;
  cursor: pointer;
  Transition: background-color .5s; }
.btn:hover {
  border: 1px solid #d2ac6e;
  background: #d2ac6e;
  color: #fff; }
.btn a {
  display: block;
  width: 100%;
  height: 100%;
}
