/*
.Home_body_Espot12,
.Home_body_Espot13,
.Home_body_Espot14 {
  display: none;
}
*/

/* ---------------------------------------------------------
   00 - Temporary Stuff
--------------------------------------------------------- */

.demo [class*="HomePageTopEspot"] > [class*="col-"]:before,
.demo [class*="Home_body_Espot"] > [class*="col-"]:before {
  font-weight: bold;
  color: #999;
}

.demo .HomePageTopEspot > [class*="col-"]:before {
  content: 'hp0 (.'attr(class)')';
}

.demo .Home_body_Espot01 > [class*="col-"]:before {
  content: 'hp1 (.'attr(class)')';
}

.demo .Home_body_Espot02 > [class*="col-"]:before {
  content: 'hp2 (.'attr(class)')';
}

.demo .Home_body_Espot03 > [class*="col-"]:before {
  content: 'hp3 (.'attr(class)')';
}

.demo .Home_body_Espot04 > [class*="col-"]:before {
  content: 'hp4 (.'attr(class)')';
}

.demo .Home_body_Espot05 > [class*="col-"]:before {
  content: 'hp5 (.'attr(class)')';
}

.demo .Home_body_Espot06 > [class*="col-"]:before {
  content: 'hp6 (.'attr(class)')';
}

.demo .Home_body_Espot07 > [class*="col-"]:before {
  content: 'hp7 (.'attr(class)')';
}

.demo .Home_body_Espot08 > [class*="col-"]:before {
  content: 'hp8 (.'attr(class)')';
}

.demo .Home_body_Espot09 > [class*="col-"]:before {
  content: 'hp9 (.'attr(class)')';
}

.demo .Home_body_Espot10 > [class*="col-"]:before {
  content: 'hp10 (.'attr(class)')';
}

.demo .Home_body_Espot11 > [class*="col-"]:before {
  content: 'hp11 (.'attr(class)')';
}

.demo .Home_body_Espot12 > [class*="col-"]:before {
  content: 'hp12 (.'attr(class)')';
}

.demo .Home_body_Espot13 > [class*="col-"]:before {
  content: 'hp13 (.'attr(class)')';
}

.demo .Home_body_Espot14 > [class*="col-"]:before {
  content: 'hp14 (.'attr(class)')';
}

.demo .Home_body_Espot15 > [class*="col-"]:before {
  content: 'hp15 (.'attr(class)')';
}

.demo .Home_body_Espot16 > [class*="col-"]:before {
  content: 'hp16 (.'attr(class)')';
}

.demo .Home_body_Espot17 > [class*="col-"]:before {
  content: 'hp17 (.'attr(class)')';
}

/*
.demo #inspiration_bar_panel {
  display: none;
}
*/

#demo {
  color: #fff;
  position: fixed;
  z-index: 99999;
  left: 15px;
  bottom: 15px;
  width: 230px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #1abc9c;
}

#demo.collapsed {
  width: 0;
  padding: 0;
  border: 0;
  display: block!important;
}

#demo.collapsed *:not([value="[-]"]):not([value="[+]"]) {
  display: none;
}

#demo a {
  color: #fff;
}

#demo h1 {
  color: #fff!important;
  margin: 0!important;
}

#demo label {
  margin-top: 10px;
  margin-right: 5px;
  color: #fff;
}

#demo input {
  background-color: #fff;
  width: 100%;
}

#demo input[type="radio"] {
  background: none;
  width: auto;
}

#demo input[value="[-]"],
#demo input[value="[+]"] {
  width: auto;
  position: absolute;
  top: -30px;
  left: -10px;
  background: transparent;
  border: none;
  white-space: nowrap;
}

/* ---------------------------------------------------------
   00 - No JavaScript Styles
--------------------------------------------------------- */

#topEspot > .genericESpot > .col-xs-12 {
  float: none;
  min-width: 1010px!important;
  margin: 0 auto;
  padding: 0;
  max-width: 1550px;
  min-height: 316px;
  max-height: 500px;
  overflow: hidden;
  background: url('/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif') no-repeat center center;
}

#perzContentBox1 ~ .line {
  padding: 0;
  width: 1010px!important;
  margin: 0 auto;
  display: none; /* TURNING OFF DUE TO PERSONAL PREFERENCE */
}

#perzContentBox1 ~ .line .unit {
  float: none;
}

#perzContentBox1 ~ .line .unit [class*="col-"] {
  margin-top: 25px;
}

#perzContentBox1 ~ .line .unit [class*="col-"] [class*="col-"] {
  margin-top: 0;
}

#cbiBody .swiper-controls {
  display: none;
}

#cbiBody .module-featured {
  display: none;
}

/* ---------------------------------------------------------
   00 - Homepage Styles
--------------------------------------------------------- */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*
#mainContent .caption + * {
  display: none;
}

#home .caption + * {
  display: block;
}
*/

#cbiBody .contentWrapper > .wrapper,
#cbiBody .wrapper > #mainContent {
  width: 100%!important;
  padding: 0;
  overflow: hidden;
}

#home .swiper-controls {
  display: block;
}

#home /*.feature-carousel */.HomePageTopEspot {
  max-width: 1550px;
  /*
  min-height: 316px;
  max-height: 500px;
  */
  overflow: hidden;
  background: url('/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif') no-repeat center center;
  margin: 0 auto;
}

#home /*.feature-carousel */.HomePageTopEspot .swiper-controls {
  display: none;
}

#home /*.feature-carousel */.HomePageTopEspot .swiper-controls button {
  top: 50%;
  bottom: auto;
  height: 54px;
  margin-top: -27px;
}

/*
#cbiBody .swiper-slide .swiper-overlay {
  height: 40%;
}
*/

/*
.no-textshadow #cbiBody .swiper-slide .swiper-overlay hgroup {
  background: url(/wcsstore/images/Cinmar/_media/images/interface/text_shadow_small.png) 50% -10px no-repeat;
}
*/

#home .promo-bar {
  display: none;
  margin-top: 10px;
  z-index: 1;
  /* PERFORMANCE HACKS */
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-transform: translateZ(0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  -ms-transform: translateZ(0);
  -ms-transform: translate3d(0, 0, 0);
  -ms-backface-visibility: hidden;
  -ms-perspective: 1000;
  -o-transform: translateZ(0);
  -o-transform: translate3d(0, 0, 0);
  -o-backface-visibility: hidden;
  -o-perspective: 1000;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}

@media (max-width: 1024px) {
  #home .promo-bar {
    padding: 0 10px!important;
  }
}

/*
#home .promo-bar [class*="col-"] + [class*="col-"] {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#home .promo-bar [class*="col-"] + [class*="col-"] + [class*="col-"] {
  border: 0;
}
*/

#home .promo-bar .swiper-control[data-index="2"] {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#home .promo-bar h2 {
  display: none;
  position: absolute;
  top: -37px;
  left: 0;
  margin: 0;
  padding: 10px 15px;
  background: #fff;
  z-index: -1;
}

/*
#home .promo-bar .swiper-active h2 {
  display: block;
}

#home .promo-bar .swiper-control:hover h2 {
  display: block;
}
*/

#home .promo-bar .swiper-control {
  padding: 0;
}

#home .promo-bar .swiper-control .inner {
  padding: 10px 15px;
  position: relative;
  top: 0;
  background: #fff;
  margin: -10px 0;
  moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#home .promo-bar .swiper-active .inner {
  top: -25px;
}

#home .promo-bar .swiper-control:before {
  content: ' ';
  display: block;
  background: url('/wcsstore/images/Cinmar/_media/images/texture/white_80.png');
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  height: 10px;
  width: 100%;
  moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.touch #home .promo-bar .swiper-control:before {
  content: initial;
}

#home .promo-bar .swiper-control:hover:before {
  top: -20px;
}

#home .promo-bar p {
  margin: 0;
  /*
  font-size: 1.3em;
  line-height: 1.125;
  */
  font-size: 0.9em;
  line-height: 1.3;
  /*
  position: relative;
  z-index: 1;
  */
}

#home .promo-bar .block {
  font-size: 1.2em;
  color: #000;
}

#home .promo-bar .small {
  margin-top: 10px;
  /*font-size: 12px!important;*/
  font-size: 0.8em!important;
}

#home .promo-bar .btn {
  margin-left: 0;
  margin-right: 0;
}

#home .feature-bar {
  margin-top: 15px;
  padding: 0;
}

#home .feature-bar .container {
  padding: 0;
}

#home .feature-bar /*[class*="col-xs-"]*/ .inner {
  padding: 10px;
  border: 1px solid #ccc;
}

#home .feature-bar .link {
  text-decoration: none;
}

#home .feature-bar .title {
  font-family: 'Default Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif!important;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}

#home .feature-bar .text-primary {
  color: #cc4400!important;
  text-transform: uppercase;
}

#home .feature-bar .small {
  float: right;
  line-height: 2em;
  font-size: 0.85em!important;
}

#home .feature-bar .small a {
  font-weight: bold;
}

#home .espot-grid [class*="col-"] {
  margin-top: 25px;
}

#home .espot-grid [class*="col-"] [class*="col-"] {
  margin-top: 0;
}

#cbiBody .social-box .glyphicon-google {
  display: none;
}

#cbiBody .social-box .glyphicon-email {
  display: none;
}

#home .module-featured {
  max-height: 166px;
  display: block;
}

#home .module-featured .salutation {
  padding-right: 25px;
}

@media (max-width: 1024px) {
  #home .module-featured .salutation {
    padding-left: 25px;
  }
}

/*
#home .module-featured .swiper-controls .swiper-left ~ .swiper-right {
  display: none;
}

@media (min-width: 641px) {
  #home .module-featured .swiper-controls ~ .swiper-controls {
    display: none;
  }
  #home .module-featured .swiper-controls .swiper-left ~ .swiper-right {
    display: block;
  }
}
*/

/*
#home .module-featured .swiper-controls button {
  top: 0;
  bottom: 0;
}
*/

/*Certona styles*/

#home .salutation {
    width: 20%;
    float: left;
    padding-top: 60px;
}

#home .reco {
    width: 80%;
    float: right;
    padding-left: 10px;
}

#home .gwt-we-suggest-panel-horizontal {
    margin: 0;
    padding: 0;
    width: 100%;
}

.no-touch .carousel.h .left.arrow {
    left: 0px!important;
    top: 30px!important;
    z-index: 999;
}

#home .carousel.h .tilePanel {
    float: none;
    margin-top: 0;
    left: 0;
}

#home .no-touch .carousel.h .tilePanel {
    padding-left: 30px;
}

#home .carouselTile {
    width: 175px;
}

#home .gwt-we-suggest-panel-img-link-panel {
    width: 100%;
    padding-left: 10px;
    text-align: center;
}

#home .gwt-we-suggest-panel-img {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.no-touch .carousel.h .right.arrow {
    left: 0px!important;
    position: absolute!important;
    top: 90px!important;
    margin-left: 10px !important;
}

#home .quick-view-button-holder, #home .gwt-we-suggest-panel-name-anchor, #home .gwt-we-suggest-panel-products-container-horizontal .carousel .header {
	display: none;
}

@media (min-width: 641px) {
  #home .module-featured .swiper-controls button {
    height: 32%
  }
  
  #home .module-featured .swiper-controls button.swiper-left {
    top: 0;
    bottom: auto;
  }
  
  #home .module-featured .swiper-controls button.swiper-right {
    top: auto;
    right: auto;
    bottom: 0;
    left: 15px;
    
    top: 32%;
    margin-top: 10px;
  }
}

#home .module-featured .swiper-container {
  margin: 0 29px;
}

@media (min-width: 641px) {
  #home .module-featured .swiper-container {
    margin-right: -5px;
  }
}

#home .module-featured .swiper-slide {
  text-align: center;
}

/*
#home .module-featured .swiper-slide img {
  margin-bottom: 10px;
}
*/

#home .module-featured .swiper-slide .action {
  /*
  padding: 0;
  border: none;
  margin: 0;
  */
  display: block;
  margin-top: 10px;
  display: none;
}

#home .module-featured .swiper-slide .stars {
  margin-top: 7px;
  display: none;
}

#home .module-skinny {
  border: 1px solid #ccc;
  padding: 15px;
}

#home .module-skinny * {
  margin: 0!important;
  line-height: 1;
}

#home .module-skinny .pull-left + .pull-left {
  margin-left: 15px!important;
}

#home .module-outlet .pull-right small {
  margin-right: 10px!important;
}
#home .module-outlet .h4 {
    font-family: 'Default Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#home .module-subscribe {
  background: #d9d9d9;
}

#home .module-subscribe input[type="email"] {
  width: 300px;
}

#home .module-signature {
  text-align: center;
}

#home .module-loading {
  min-height: 336px;
}

#home .module-loading .items-list {
  margin: 0;
  padding-top: 100%;
  background: url("/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif") center center no-repeat;
  border: 1px solid #ccc;
}

#home .module-pinterest .items-list .item a {
  display: block;
}

#home .module-pinterest .items-list .item a + a {
  margin-top: 10px;
}

#home .module-skinny.module-outlet {
  cursor: pointer;
}

/* ---------------------------------------------------------
   00 - Personalization modules
--------------------------------------------------------- */

#home .col-xs-4 .module-personaliz {
	border: 1px solid #ccc;
}
#home .col-xs-4 .module-personaliz .overlay-box .overlay-inner{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
 }
#home .col-xs-4 .module-personaliz .overlay-box {	
	text-align: center;
	padding: 0px;
	height: 100%;
	background: none;
	top: 0;
	bottom: 0;
}
 
#home .col-xs-4 .module-personaliz .divider-component {
	border-bottom: 1px dotted #ccc;
	margin: -5px 20px 15px 20px;
	height: 4px;
}

#home .col-xs-4 .module-personaliz .overlay-box .description-narrow {
	width: 70%!important;
	margin-left: auto;
	margin-right: auto;
}

#home .col-xs-4 .module-personaliz[data-tracking="Design Consultants"] .h6 {
	padding-bottom: 5px;
}

#home .col-xs-4 .module-personaliz[data-tracking="Shop Pet Products"] hgroup {
	margin-top: 15px;
}


#home #certona-1, #home #certona-2, #certona-1, #certona-2  {
	display:none;
}

.view-HomeView #recommendationBox1.rightSide {
	/*display:block!important;*/
}

/* ---------------------------------------------------------
   00 - Legacy Homepage
--------------------------------------------------------- */

.view-EspotsCategoryView #sideBox.mainSideBox,
.view-EspotsCategoryView #sideBox.rightSide {
  display: none;
}

.view-EspotsCategoryView .espotLanding {
  width: 980px;
  margin: 0 auto;
}

/*
.view-EspotsCategoryView .espotLanding .caption + * {
  display: block!important;
}
*/

.view-EspotsCategoryView .cin-wrap {
  float: left;
  padding-bottom: 20px;
}

.view-EspotsCategoryView .cin-kicker {
  margin: 0 0 20px 20px;
  float: left;
}

.view-EspotsCategoryView .cin-kicker.cin-secondary.cin-kicker4 {
  margin-top: 20px;
}

.view-EspotsCategoryView .cin-kicker.cin-tertiary.cin-kicker2,
.view-EspotsCategoryView .cin-kicker.cin-tertiary.cin-kicker5 {
  margin-left: 19px;
}

.view-EspotsCategoryView .cin-kicker.cin-tertiary {
  border: 1px solid #c2c2c2;
  margin-left: 18px;
}

.view-EspotsCategoryView .cin-kicker.cin-tertiary:hover {
  border-color: #aaa;
}

.view-EspotsCategoryView .cin-kicker.cin-tertiary.cin-kicker1 {
  border: none;
}