/*=======================================================

CollectionsLoop Business Styles
Copyright (c) 2013 Y's Image Creation

======================================================= */

@charset "utf-8";
@import "../../../css/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//bk/IMG_7408_2048.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#summary{
  padding-top: 70px;
  background-image: url(../img//bk/IMG_7408_2048.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-creative{
  background-image: url(../../../img/snapshot/shops/interior/bk/interior7_BlurQ5.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-gallery{
  background-image: url(../../../img/snapshot/shops/art/bk/art7_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-sweets{
  background-image: url(../img//bk/IMG_3485_2048.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-salon{
  background-image: url(../../../img/snapshot/shops/hair/bk/hair_blondes_blur_Q5.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-fashion{
  background-image: url(../../../img/snapshot/shops/fashion/bk/fashion15_blur_Q4.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-interior{
  background-image: url(../../../img/snapshot/shops/interior/bk/interior1_blur_Q5.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

#we-need-bar{
  background-image: url(../../../img/snapshot/shops/bar/bk/bar2_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;
}
