/*
    Variablen-Definitionen zur Benutzung durch alle Marken
*/
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/*
    TODO:
    Das ist eine Kopie von StockFood.

    MUSS ÜBERPRÜFT UND GGF. WERDEN (inkl. Farben der SVGs)
*/
/*
SHARED MIXINS
(derzeit von SF, l4m, SPL, Strauss & Look gemeinsam genutzt)
*/
/* --- Defaults für Variablen ---
(ggf. in den seitenunabhängigen Styles überschreiben)*/
/*
Mixin funktioniert nur auf oberster Ebene!
Beispiele:
Ein Icon:       .PreloadIcons(url('@{resources-icons}/arrow.png'));
Mehrere Icons:  .PreloadIcons(url('@{resources-icons}/arrow.png') url('@{resources-icons}/example.svg'));
*/
/* ============ GEMEINSAME STYLES FÜR IMAGE UND FEATURE PREVIEWPAGE ============ */
#Main {
  margin-top: 25px;
}
#Main h1 {
  margin-top: 20px;
}
@media (min-width: 600px) {
  #Main h1 {
    margin-top: 0;
  }
}
#Main h3 {
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #cc3f0e;
  font-size: 18px;
  margin: 20px 0 1em 0;
  color: #4d4d4d;
}
#Main h3.WithIcon {
  display: inline-block;
}
#Main h3.WithIcon > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
#Main ul.Restrictions {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Main table {
  margin-bottom: 30px;
}
#Main table td {
  vertical-align: top;
  padding: 1px 0;
}
#Main table td:first-child {
  padding-right: 15px;
}
#Main table td.ReleaseNotRequired {
  color: #9a9a9a;
}
#Main table tr.Gap td {
  padding-top: 15px;
}
#Main #AssetOverview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  border: none;
}
#Main #AssetOverview .Container.Image {
  width: 100%;
}
@media (min-width: 600px) {
  #Main #AssetOverview .Container.Image {
    width: auto;
    margin-right: 40px;
  }
}
#Main #AssetOverview .Container.Info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#Main #AssetOverview .Container.Info #PricingInfo {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Main #AssetOverview .Container.Info .StepsPricingHint {
  padding-top: 20px;
}
#Main #AssetOverview .ActionButtons button.RemoveFromActiveLightbox {
  display: none;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Heart_solid.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.RemoveFromActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.RemoveFromActiveLightbox:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.RemoveFromActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.RemoveFromActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.AddToActiveLightbox {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Heart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.AddToActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.AddToActiveLightbox:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.AddToActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.AddToActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.AddToCart {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/AddToCart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.AddToCart:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.AddToCart:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.AddToCart:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.AddToCart:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.DownloadLayout {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Download_Layout.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.DownloadLayout:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.DownloadLayout:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.DownloadLayout:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.DownloadLayout:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.Download {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Download_HiRes.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.Download:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.Download:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.Download:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.Download:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.SendHires {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Send_HiRes.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #AssetOverview .ActionButtons button.SendHires:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons button.SendHires:focus {
  outline: 0;
}
#Main #AssetOverview .ActionButtons button.SendHires:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #AssetOverview .ActionButtons button.SendHires:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #AssetOverview .ActionButtons.InActiveLightbox button.AddToActiveLightbox {
  display: none;
}
#Main #AssetOverview .ActionButtons.InActiveLightbox button.RemoveFromActiveLightbox {
  display: inline-block;
}
#Main #Keywords {
  line-height: 25px;
}
#Main #Keywords a {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  color: #9a9a9a;
}
#Main #Keywords a:hover {
  color: #cc3f0e;
}
/* ============ STYLES FÜR IMAGE PREVIEWPAGE ============ */
#Main #ImagePreviewPage .Container.Image .ImageWrapper {
  vertical-align: middle;
  background-color: #f6f6f6;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage .Container.Image .ImageWrapper {
    display: table-cell;
    width: 500px;
  }
}
#Main #ImagePreviewPage .Container.Image .ImageWrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#Main #ImagePreviewPage .Container.Info h2 {
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #cc3f0e;
  font-size: 18px;
  margin: 20px 0 1em 0;
  color: #4d4d4d;
}
#Main #ImagePreviewPage .Container.Info a.PortraitBox {
  width: 13px;
  height: 15px;
  display: inline-block;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Portrait.svg');
  background-repeat: no-repeat;
  margin: 0 0 -3px 5px;
}
#Main #ImagePreviewPage .Container.Info a.PortraitBox:hover {
  background-image: url('/Sites/Living4Media/Resources/images/icons/Portrait_active.svg');
}
#Main #ImagePreviewPage .Container.Info span.ToolTip {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  padding: 5px;
  margin-top: -10px;
  margin-left: 2px;
  font-size: 13px;
  line-height: 1;
  white-space: normal;
  border: 1px solid #dddddd;
}
#Main #ImagePreviewPage .ActionButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage .ActionButtons {
    width: 505px;
    margin: 10px -5px 30px;
  }
}
#Main #ImagePreviewPage .ActionButtons button {
  -webkit-flex: 0 0 98%;
      -ms-flex: 0 0 98%;
          flex: 0 0 98%;
  margin: 5px 1%;
  text-align: center;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage .ActionButtons button {
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 5px;
  }
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Heart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox:focus {
  outline: 0;
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #ImagePreviewPage #SeriesImages button.AddAllToActiveLightbox,
#Main #ImagePreviewPage #AssociatedFeature .Info a {
  margin-top: 20px;
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  #Main #ImagePreviewPage #AssociatedFeature .FeaturePreview {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview .ThumbContainer {
  margin: 0 40px 20px 0;
}
@media (min-width: 1025px) {
  #Main #ImagePreviewPage #AssociatedFeature .FeaturePreview .ThumbContainer {
    margin: 0 40px 0 0;
  }
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview .ThumbContainer .Thumb {
  width: 250px;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview div.Info h3 {
  font-size: 16px;
  line-height: 1.3;
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview div.Info h3.Subtitle {
  margin-bottom: 3px;
}
#Main #ImagePreviewPage #AssociatedFeature .FeaturePreview div.Info .FeatureDetailsOverview h3 {
  font-size: 23px;
  margin: 0;
}
#Main #ImagePreviewPage #PricingInfo {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PricingInfo {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox {
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #cc3f0e;
  cursor: pointer;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PricingInfo .TeaserBox {
    margin-bottom: 0;
  }
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox:hover {
  background-color: #cc3f0e;
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox:hover div {
  color: #fff !important;
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox .Price {
  line-height: 1em;
  margin: 11px 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 27px;
  color: #cc3f0e;
}
.LanguageFR #Main #ImagePreviewPage #PricingInfo .TeaserBox .Price {
  font-size: 26px;
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox .UsageType {
  font-size: 15px;
  margin-bottom: 5px;
}
#Main #ImagePreviewPage #PricingInfo .TeaserBox .Description {
  font-size: 12px;
}
#Main #ImagePreviewPage .StepsPricingHint {
  padding-top: 20px;
}
#Main #ImagePreviewPage .StepsPricingHint .Headline {
  color: #cc3f0e;
}
#Main #ImagePreviewPage #SeriesImages a,
#Main #ImagePreviewPage #VersionImages a,
#Main #ImagePreviewPage #AssociatedFeature a {
  text-decoration: none;
}
#Main #ImagePreviewPage #SeriesImages .AddAllToActiveLightboxContainer a,
#Main #ImagePreviewPage #VersionImages > div a {
  text-decoration: none;
}
#Main #ImagePreviewPage #SeriesImages .AddAllToActiveLightboxContainer a img,
#Main #ImagePreviewPage #VersionImages > div a img {
  height: 170px;
}
#Main #ImagePreviewPage #SeriesImages .AddAllToActiveLightboxContainer a img,
#Main #ImagePreviewPage #VersionImages > div a img {
  color: transparent;
}
#Main #ImagePreviewPage #PhotographerImages {
  /* wird auf Homepage und Image-PreviewPage verwendet */
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 127.5px;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter {
    height: 170px;
  }
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item {
  margin-right: 5px;
  border: none;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item img {
  display: block;
  height: 127.5px;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item img {
    height: 170px;
  }
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .ItemsWrapperOuter::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0) 20px);
  pointer-events: none;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  #Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More {
    margin-left: 30px;
  }
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More a {
  text-decoration: none;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More img {
  width: 40px;
  height: 72px;
}
#Main #ImagePreviewPage #PhotographerImages #ImageListWidget.ImagesContainer .Item.More p {
  margin: 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
#Main #ImagePreviewPage .DownloadHistory table td {
  padding: 2px 20px 2px 2px;
}
#Main #ImagePreviewPage .DownloadHistory table td:last-child {
  padding-right: 2px;
}
#Main #ImagePreviewPage .DownloadHistory table thead td {
  font-weight: bold;
  background: #e9e9e9;
  padding-top: 3px;
  padding-bottom: 3px;
}
#Main #ImagePreviewPage .DownloadHistory table tbody td {
  border-bottom: 1px dotted #dddddd;
}
/* ============ STYLES NUR FÜR FEATURE PREVIEWPAGE ============ */
#Main #FeaturePreviewPage #AssetOverview h1 {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1;
}
#Main #FeaturePreviewPage #AssetOverview h2.Subtitle {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 1025px) {
  #Main #FeaturePreviewPage #AssetOverview h2.Subtitle {
    margin: 80px 0 0;
  }
}
#Main #FeaturePreviewPage #AssetOverview p {
  margin: 5px 0 15px 0;
}
#Main #FeaturePreviewPage #AssetOverview p.Teaser {
  font-size: 16px;
  line-height: 1.4;
}
#Main #FeaturePreviewPage #AssetOverview #PreviewImage {
  width: 400px;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  #Main #FeaturePreviewPage #AssetOverview #PreviewImage {
    margin: 0 40px 0 0;
  }
}
#Main #FeaturePreviewPage #AssetOverview #FeatureDetails > a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 18px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowDown.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 7px;
  background-position: right 8px;
}
#Main #FeaturePreviewPage #AssetOverview #FeatureDetails > a:hover,
#Main #FeaturePreviewPage #AssetOverview #FeatureDetails > a.Open {
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowDown_orange.svg');
  background-repeat: no-repeat;
}
#Main #FeaturePreviewPage #AssetOverview #FeatureDetails > a.Open {
  color: #cc3f0e;
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowUp_orange.svg');
  background-repeat: no-repeat;
}
#Main #FeaturePreviewPage #AssetOverview #FeatureDetails table {
  display: none;
  margin: 10px 0 0 0;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button {
  margin: 5px 0;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.FeaturePdfLink {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Print.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.FeaturePdfLink:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.FeaturePdfLink:focus {
  outline: 0;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.FeaturePdfLink:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.FeaturePdfLink:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.ReserveFeature {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Reservation.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.ReserveFeature:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.ReserveFeature:focus {
  outline: 0;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.ReserveFeature:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #FeaturePreviewPage #AssetOverview .ActionButtons button.ReserveFeature:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
@media (min-width: 1025px) {
  #Main #FeaturePreviewPage #AssetOverview .ActionButtons {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 60px -4px 30px;
  }
  #Main #FeaturePreviewPage #AssetOverview .ActionButtons button {
    margin: 4px;
  }
}
#Main #FeaturePreviewPage #FeatureImages > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Main #FeaturePreviewPage #FeatureImages > div a {
  margin: 0 10px 10px 0;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  text-decoration: none;
}
#Main #FeaturePreviewPage #FeatureImages > div a img {
  color: transparent;
}
#Main #FeaturePreviewPage #FeatureImages > div a img {
  display: block;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -20px;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Thumb {
  margin: auto;
  width: 143.5px;
  height: 143.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Thumb {
    width: 205px;
    height: 205px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item {
  border-right: 1px solid #dddddd;
  margin-bottom: 35px;
  padding: 0 14px;
  width: 172.2px;
}
@media (min-width: 600px) {
  #Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item {
    margin-bottom: 50px;
    padding: 0 20px;
    width: 246px;
  }
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item.More {
  border-right: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-align: center;
  cursor: pointer;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item.More a {
  text-decoration: none;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item.More img {
  width: 40px;
  height: 72px;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item.More p {
  margin-top: 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item a.ThumbContainer {
  display: block;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item .HLWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  overflow: hidden;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item .HLWrapper h3 {
  line-height: 1.15;
  margin: 0 0 1px 0;
}
#Main #FeaturePreviewPage #PhotographerFeatures .ItemsWrapper .Item .IntroText {
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart.svg");
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
  background-position: center center;
  background-size: auto 1em;
  width: 36px;
  height: 36px;
  padding: 0;
  vertical-align: bottom;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:focus {
  outline: 0;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover:not(:disabled) {
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_orange.svg");
  background-repeat: no-repeat;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox {
  display: none;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_solid.svg");
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
  background-position: center center;
  background-size: auto 1em;
  width: 36px;
  height: 36px;
  padding: 0;
  vertical-align: bottom;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:focus {
  outline: 0;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover:not(:disabled) {
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_solid_orange.svg");
  background-repeat: no-repeat;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox,
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox {
  width: 20px;
  height: 20px;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox,
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox,
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover,
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover {
  border: none;
  background-color: transparent;
  color: #4d4d4d;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:focus,
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:focus {
  outline: none;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item.InActiveLightbox button.AddToActiveLightbox {
  display: none;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item.InActiveLightbox button.RemoveFromActiveLightbox {
  display: inline-block;
}
#Main #FeaturePreviewPage #PhotographerFeatures #FeatureListWidget.ItemsWrapper .Item .Details {
  font-size: 13px;
  margin: 0;
}
@media print {
  #Main button,
  #Main a.Button,
  .Container.Info h3,
  #PricingInfo,
  #CompleteProduct,
  #StepImages,
  #SeriesImages,
  #PhotographerImages,
  #PhotographerFeatures,
  #VersionImages,
  #AssociatedFeature {
    display: none !important;
  }
}

/*# sourceMappingURL=../../../../Sites/living4media/Controllers/PreviewPage/Styles.css.map */