/*=======================================================

CollectionsLoop Shops Styles
Copyright (c) 2013 Y's Image Creation

======================================================= */

@charset "utf-8";
@import "collectionsloop.css";

@media screen and (max-width: 767px) {
  .cl-section-bktitle{
    /*background-attachment: fixed;*/
  }
}
@media (min-width: 768px) {
  .cl-section-bktitle{
    background-attachment: fixed;
  }
}

#main-menu{
  border-bottom: none;
  
/*  background-color: transparent; /**/
/*  background-color: #444;/*space gray*/
  background-color: #222;/*dark gray*/

  background-image: url(../img/snapshot/shops/fashion/bk/fashion19_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#summary{
  padding-top: 70px;
  background-image: url(../img/snapshot/shops/fashion/bk/fashion19_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#column0{
  background-image: url(../img/snapshot/shops/sweets/bk/sweets8_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#column1{
  background-image: url(../img/snapshot/shops/restaurant/bk/restaurant1-trim1_blur_Q5.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#relation{
  background-image: url(../img/snapshot/shops/restaurant/bk/dinner3_blur_Q5.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#column2{
  background-image: url(../img/snapshot/shops/fashion/bk/fashion16_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#environment-request-social{
/*
  -webkit-box-shadow: 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
  padding-bottom: 5px;
*/
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
  box-shadow: 0px 0px 2px #ccc;
  padding-top: 2px;
}
