@charset "utf-8";
/* CSS Document */
.camera_caption {
    top: 0%;
}

.spacer > ul {
    min-height: 100px;
    text-align: left;
}

.pr-img-handler {
    min-height: 150px;
}

.h-pr-title {
    min-height: 2.5em;
	}
	
.tpws-grid-button {
    padding-left: 30px;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
    height: 60%;
}

.terms-of-service.required {
    width: 20px;
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  
  #tab-modules {
  display: none !important;
  }

  #slideshow-header {
  display: none !important;
  }
  
  .orderby-displaynumber {
  display: none !important;
  }
  
}