@import url("../js/dojo/dijit/themes/dijit.css");
@import url("../js/dojo/dijit/themes/claro/form/Common.css");
@import url("../js/dojo/dijit/themes/claro/form/Select.css");
.needsConfirmation {
  display: inline-block;
}
.needsConfirmation.confirm .btn:not(.confirm) {
  display: none;
}
.needsConfirmation.confirm .btn:last-child {
  margin-left: 5px;
}
.needsConfirmation.confirm .confirm {
  display: inline-block;
}
.needsConfirmation .confirm {
  display: none;
}
.loading {
  background-image: url("/images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  pointer-events: none;
}
.loading * {
  visibility: hidden;
}
.login-container {
  width: 400px;
  margin: auto;
  margin-top: 50px;
}
.login-container img {
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .login-container {
    width: auto;
  }
}
ul.pagination {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
ul.pagination li {
  display: inline-block;
  margin-left: -3px;
}
body.chatOpen {
  padding-right: 250px;
}
.dbootstrap .dijitArrowButtonInner {
  width: 15px !important;
  float: none;
}
form dd {
  margin-bottom: 15px;
}
form p.description {
  margin-top: 5px;
}
body * {
  outline: none;
}
.errors {
  color: #ff0000;
}
.errors li {
  display: block;
}
.dijitEditorIFrameContainer {
  padding: 10px;
}
#printsManager td.empty {
  text-align: center;
}
translate {
  background-color: red;
  color: white;
}
#deliveryManager {
  max-width: 1100px;
  margin: auto;
}
#deliveryManager form {
  display: inline-block;
}
#deliveryManager form .form-group {
  margin-right: 15px;
  width: 160px;
}
#deliveryManager form .form-group label {
  height: 40px;
  vertical-align: bottom;
  display: table-cell;
  position: relative;
  top: -10px;
}
#deliveryManager .add {
  text-align: center;
  padding: 50px;
}
#deliveryManager .add label {
  text-align: left;
  display: block;
}
#deliveryManager .add button {
  margin-top: 20px;
}
#deliveryManager td {
  width: 20%;
}
#deliveryManager td:last-child {
  text-align: center;
}
#deliveryManager .save {
  text-align: right;
}
.dijitCheckBox,
.dijitRadio,
.dijitCheckBoxInput {
  line-height: 14px !important;
}
hr.spacer {
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-60 {
  clear: both;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.responsive-video {
  margin-bottom: -3px;
  padding-top: 1px;
  position: relative;
}
.confirmModal .dijitDialogPaneContent {
  text-align: center;
  padding: 30px;
}
.confirmModal .btn:last-child {
  margin-left: 20px;
}
.confirmModal h1 {
  width: 600px;
  text-align: center;
  margin-bottom: 50px;
}
label.required:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2a";
  font-size: 10px;
  top: -5px;
  color: rgba(0, 0, 0, 0.43);
}
label.required:after:empty {
  width: 1em;
}
.hideAdditional .additional {
  display: none;
}
.fullscreenContainer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  -webkit-box-align: 'conter';
  -moz-box-align: 'conter';
  -webkit-align-items: 'conter';
  -ms-flex-align: 'conter';
  align-items: 'conter';
  -webkit-box-pack: 'center';
  -moz-box-pack: 'center';
  -ms-flex-pack: 'center';
  -webkit-justify-content: 'center';
  justify-content: 'center';
  align-items: center;
  justify-content: center;
}
.fullscreenContainer > .close {
  position: absolute;
  top: 50px;
  right: 50px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 600px) {
  .fullscreenContainer > .close {
    top: 20px;
    right: 20px;
  }
}
.fullscreenContainer > .close .close {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: white;
  font-size: 50px;
  background: transparent;
  border: none;
}
.fullscreenContainer .fullscreenContent {
  padding: 10px;
  margin: auto;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: white;
  min-height: 300px;
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
}
@media (min-width: 600px) {
  .fullscreenContainer .fullscreenContent {
    min-width: 500px;
  }
}
.logEntry .header .additional div {
  display: inline-block;
  margin-right: 15px;
}
.logEntry .header > div {
  display: inline-block;
  margin-right: 15px;
}
.shop {
  font-family: 'Source Sans Pro', sans-serif;
}
.shop .index .item {
  margin-bottom: 30px;
}
.shop .index .row.categories {
  position: relative;
}
.shop .index .row.categories:after {
  content: " ";
  position: relative;
  bottom: 10px;
  width: 100%;
  left: 0px;
  height: 2px;
  background-color: #cccccc;
}
.shop .index .row.categories .active .thumbnail {
  border-color: #333333;
}
.shop .product-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 50px;
}
.shop .product-price {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.shop .cart-actions select {
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  border: none;
  line-height: 1em;
  padding: 14px 20px;
  padding-left: 0px;
  padding-right: 0px;
  color: #27AE60;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  width: 40px;
}
.shop .cart-actions span {
  font-size: 18px;
}
.shop .cart-actions button,
.shop .cart-actions .btn-cart,
.shop .cart-actions .wishlist {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #FFFFFF;
  display: inline-block;
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1em;
  margin: 0 20px 0 0;
  padding: 14px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background: none repeat scroll 0 0 #4EC67F;
  border: 2px solid #27AE60;
}
.shop .cart-actions button:hover,
.shop .cart-actions .btn-cart:hover,
.shop .cart-actions .wishlist:hover {
  background: #fff;
  color: #2c3e50;
  border: solid 2px #4EC67F;
}
.shop .subCategoryThumb {
  text-align: center;
  font-size: 13px;
  color: #444;
  font-weight: 600;
}
.shop .subCategoryThumb img {
  max-height: 100px;
  display: inline-block;
}
.shop .sp-large {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .shop .sp-large:after {
    position: absolute;
    top: -25px;
    right: -25px;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    -lh-property: 0;
height:-webkit-calc(100% + 50px);height:-moz-calc(100% + 50px);height:calc(100% + 50px);
    content: " ";
    width: 1px;
  }
}
.shop .sp-large img {
  display: inline-block;
  margin-bottom: 20px;
}
.shop .item {
  text-align: center;
}
.shop .item .product {
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}
.shop .item h4 a {
  color: #2c3e50;
}
.shop .item .grid-description {
  color: #7F8C8D;
  font-size: 14px;
  min-height: 55px;
  max-height: 90px;
  overflow: hidden;
  line-height: 18px;
}
.shop .item .image a {
  display: block;
  overflow: hidden;
}
.shop .item .image a img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-height: 240px;
  margin: 0 auto;
}
.shop .item:hover .image a img {
  -webkit-transform: scale(1.15) rotate(-1.5deg);
  -moz-transform: scale(1.15) rotate(-1.5deg);
  -ms-transform: scale(1.15) rotate(-1.5deg);
  -o-transform: scale(1.15) rotate(-1.5deg);
  transform: scale(1.15) rotate(-1.5deg);
}
.shop .item .price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fullscreenContainer .BackgroundTask h2,
.fullscreenContainer .BackgroundTask h3 {
  text-align: center;
}
.fullscreenContainer .BackgroundTask #BackgroundTaskCircle {
  text-align: center;
}
.help .autosellprints img {
  margin-top: 10px;
}
.help .autosellprints li {
  font-size: 16px;
  list-style-type: none;
  counter-increment: list;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.help .autosellprints li:hover:before {
  background-color: white;
  color: #008000;
}
.help .autosellprints li:before {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  content: counter(list);
  position: absolute;
  left: -2.5em;
  top: 0px;
  font-weight: bold;
  width: 2em;
  height: 2em;
  -webkit-border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1em;
  -moz-background-clip: padding;
  border-radius: 1em;
  background-clip: padding-box;
  background-color: #008000;
  text-align: center;
  line-height: 2em;
  color: white;
}
.dropdown-menu {
  margin: 0px;
}
@keyframes errorBlink {
  0% {
    font-size: 20px;
  }
  100% {
    font-size: 30px;
  }
}
@-webkit-keyframes blink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.fullscreenContainer .facebookShare {
  -webkit-box-shadow: 0 1px 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 10px rgba(255, 255, 255, 0.5);
}
.fullscreenContainer .facebookShare h3 {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  padding-top: 0px;
}
.fullscreenContainer .facebookShare > div {
  padding: 20px;
  text-align: center;
}
.fullscreenContainer .facebookShare > div img {
  max-width: 300px;
  max-height: 300px;
}
@media (min-width: 900px) {
  .fullscreenContainer .facebookShare > div {
    width: 800px;
  }
  .fullscreenContainer .facebookShare > div .col-md-6:first-child {
    border-right: 1px solid #333333;
  }
}
.fullscreenContainer .facebookShare > div textarea {
  width: 100%;
  text-align: left;
  min-height: 150px;
  margin-bottom: 20px;
}
.default .user .sms .info {
  background-color: greenyellow;
  padding: 10px;
}
#imageFullscreen {
  height: 100%;
  background-color: white;
  position: fixed;
  border-top: 51px solid white;
  top: -51px;
  left: 0px;
  width: 100%;
  z-index: 1050;
}
#imageFullscreen.black {
  background-color: #000000;
}
#imageFullscreen .overflow,
#imageFullscreen #fullScreenImageContainer,
#imageFullscreen #fullScreenImageContainer2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
#imageFullscreen #fullScreenImageContainer2 {
  z-index: 10;
}
#imageFullscreen .next,
#imageFullscreen .prev {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  z-index: 20;
  width: 20%;
  position: absolute;
  height: 100%;
  top: 0px;
  text-align: center;
  font-size: 50px;
  vertical-align: middle;
  cursor: pointer;
}
#imageFullscreen .next:hover,
#imageFullscreen .prev:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#imageFullscreen .next span,
#imageFullscreen .prev span {
  display: inline-block;
  height: 100%;
  line-height: 100%;
  margin-top: 100%;
}
@media (max-width: 768px) {
  #imageFullscreen .next,
  #imageFullscreen .prev {
    display: none;
  }
}
#imageFullscreen .next {
  right: 0px;
}
#imageFullscreen .prev {
  left: 0px;
}
#closeFullScreen {
  top: 10px;
  right: 10px;
  position: fixed;
  font-size: 30px;
  z-index: 1000;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/**
circle path

*/
.stepwizard-row {
  display: table-row;
}
.stepwizard-row:before {
  top: 30px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard.elements-1 .stepwizard-step {
  width: 100%;
}
.stepwizard.elements-2 .stepwizard-step {
  width: 50%;
}
.stepwizard.elements-3 .stepwizard-step {
  width: 33%;
}
.stepwizard.elements-4 .stepwizard-step {
  width: 25%;
}
.stepwizard.elements-5 .stepwizard-step {
  width: 20%;
}
.stepwizard.elements-6 .stepwizard-step {
  width: 18%;
}
.stepwizard.elements-1 .stepwizard-step {
  width: 100%;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-step .btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 12px 0;
  font-size: 24px !important;
  line-height: 1.7 !important;
  -webkit-border-radius: 30px !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px !important;
  -moz-background-clip: padding;
  border-radius: 30px !important;
  background-clip: padding-box;
}
.stepwizard-step button[disabled] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dijitContentPane {
  text-align: center;
}
.image {
  width: 200px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.image:nth-child(5n) {
  margin-right: 0px;
}
.image .overArea {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
}
.image .clickArea,
.image .overArea {
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image .clickArea.col-md-6,
.image .overArea.col-md-6 {
  width: 50%;
  background-size: auto;
}
@media (max-width: 768px) {
  #logo {
    height: 50px;
    background-color: white;
    display: flex;
    align-items: center;
  }
  #logo img {
    max-width: 100px;
    height: auto !important;
  }
}
#imageFullscreen {
  top: 0px;
  z-index: 1000;
  border: none;
  background-color: #000000;
  border-top: 50px solid black;
}
@media (max-width: 768px) {
  #sessionPhotoOptions {
    width: 400px;
    -lh-property: 0;
left:-webkit-calc(50% - 200px);left:-moz-calc(50% - 200px);left:calc(50% - 200px);
  }
}
@media (max-width: 768px) {
  #showHideBasket {
    font-size: 21px;
    margin-top: 2px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #visibleMenu {
    float: left;
  }
  #visibleMenu .navbar-toggle {
    margin-right: 5px;
  }
  #visibleMenu .collapse {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #navbarLeft,
  #navbarRight,
  #realFullScreen {
    display: none;
  }
}
@media (max-width: 768px) {
  #topBarContainer .navbar-right {
    display: inline-block;
    float: right;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  #topBarContainer .navbar-fixed-top {
    padding-left: 350px;
  }
}
.navbar-center {
  display: block;
  float: none;
  -lh-property: 0;
left:-webkit-calc(50% - 400px);left:-moz-calc(50% - 400px);left:calc(50% - 400px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  width: 800px;
}
.navbar-center #displayPrice {
  float: none;
  margin-top: 10px;
  position: relative;
  top: 5px;
}
.navbar-center select {
  float: left;
  font-size: 20px;
  color: white;
  background-color: transparent;
  border: none;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.navbar-center select option {
  background-color: white;
  color: #000000;
}
.navbar .container {
  position: relative;
}
body.basketOpen {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body .navbar-right {
  position: relative;
  z-index: 19999;
}
body .navbar-center {
  display: none;
}
body .navbar-brand {
  font-size: 25px;
}
body.fullscreen .navbar-center {
  display: block;
}
body.fullscreen .navbar-left {
  display: none;
}
body > .container {
  margin-top: 70px;
}
body #fullscreenClose {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
}
body.fullscreen {
  overflow: hidden;
}
body.fullscreen #fullscreenClose {
  display: block;
}
body #slideshowPlay {
  margin-right: 10px;
}
body #realFullScreen,
body #slideshowPlay {
  margin-top: 5px;
}
#basket {
  position: fixed;
  top: 0px;
  padding-top: 70px;
  left: 0px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  padding-bottom: 70px;
  height: 100%;
}
#basket .originalName {
  text-align: center;
}
#basket .productName {
  text-align: center;
  font-size: 16px;
}
#basket .product.no-edit .btn.edit {
  display: none;
}
#basket .empty {
  display: none;
}
#basket.empty .empty {
  display: block;
}
#basket .btn-success {
  margin-top: 15px;
}
#basket .btn-primary {
  float: left;
  margin-top: 15px;
}
#basket .container {
  height: 100%;
  overflow-y: auto;
}
#basket .photo {
  display: inline-block;
}
#basket h3 {
  display: inline-block;
}
#basket h3 .comercial_license:before {
  content: "\e139";
}
#basket h3 .private_license:before {
  content: "\e008";
}
#basket .print.license .menu,
#basket .product.license .menu {
  display: none;
}
#basket .print .hasTouch .menu,
#basket .product .hasTouch .menu {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#basket .print .menu,
#basket .product .menu {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: absolute;
}
.dj_ios #basket .print .menu,
.dj_ios #basket .product .menu,
.dj_android #basket .print .menu,
.dj_android #basket .product .menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#basket .print:hover .menu,
#basket .product:hover .menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#basket .print .menu,
#basket .product .menu {
  top: 5px;
  left: 5px;
}
#basket .print .menu p,
#basket .product .menu p {
  margin-top: 0px;
}
#basket .print .menu .needsConfirmation,
#basket .product .menu .needsConfirmation {
  float: none;
}
#basket .print .menu .btn-primary,
#basket .product .menu .btn-primary {
  float: none;
  margin: 0px;
  display: inline-block;
}
#basket .needsConfirmation {
  float: right;
  margin-top: 10px;
}
#basket textarea {
  display: none;
}
#basket .thumbnail {
  position: relative;
}
#basket .thumbnail img {
  width: 350px;
  height: 150px;
}
#basket .thumbnail .printDetails {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: navy;
  color: white;
  padding: 15px;
  font-weight: bold;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#licenseType {
  margin-right: 10px;
}
.dijitMenuPopup {
  border: none !important;
  z-index: 15000 !important;
}
.dijitMenuPopup .dijitSelectMenu {
  border: none !important;
}
.dijitMenuPopup .dijitMenuItem {
  padding: 5px !important;
}
.dijitMenuPopup .dijitMenuItem .dijitMenuItemLabel {
  padding: 15px !important;
}
.dijitMenuPopup .dijitMenuItem {
  background-color: white !important;
  color: #000000 !important;
}
.dijitMenuPopup .dijitMenuItemHover {
  background-color: #F0F0F0 !important;
  color: #000000 !important;
}
.dijitSelect {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
}
.dijitSelect * {
  border: none !important;
}
.dijitSelect .dijitArrowButton {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}
.dijitSelect .dijitArrowButton input {
  border: none !important;
  text-indent: 0px !important;
}
#logo {
  position: fixed;
  border-left: 5px solid white;
  border-right: 5px solid white;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background-color: white;
  z-index: 100000;
}
#logo img {
  background-color: white;
  height: 51px;
}
#logo:hover #photographerDetails {
  display: block;
}
#logo #photographerDetails {
  display: none;
  position: absolute;
  top: 51px;
  left: -5px;
  -webkit-box-shadow: 0 5px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 5px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0 5px 5px rgba(20, 20, 20, 0.5);
  padding: 20px;
  min-height: 100px;
  min-width: 300px;
  background-color: white;
}
#logo #photographerDetails span {
  margin-right: 10px;
}
#logo #photographerDetails ul {
  padding: 0px;
}
#logo #photographerDetails ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.pay {
  margin-top: 100px;
}
.pay h1 {
  text-align: center;
  margin-bottom: 20px;
}
.pay form {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pay form label {
  display: none;
}
.pay form .form-group:last-child {
  text-align: right;
}
.pay form .dijitTextBox {
  width: 100%;
}
.pay #printOrderUserData {
  width: 100%;
}
.pay #printOrderUserData label {
  display: block;
}
.pay #deliveryDetails {
  position: relative;
  top: -100px;
}
.pay #deliveryDetails.hideAdditional .additional {
  display: none;
}
.pay #deliveryDetails h2 {
  margin-bottom: 20px;
}
.pay #deliveryDetails .col-md-6 {
  padding: 20px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.pay #deliveryDetails .col-md-6:first-child {
  margin-right: 20px;
  -lh-property: 0;
width:-webkit-calc(50% - 20px);width:-moz-calc(50% - 20px);width:calc(50% - 20px);
}
.pay #deliveryDetails .col-md-6:hover {
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
}
.pay #deliveryDetails .delivery .single {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  padding-right: 100px;
  border: 1px solid white;
  position: relative;
}
.pay #deliveryDetails .delivery .single.active {
  border: 1px solid #5cb85c;
}
.pay #deliveryDetails .delivery .single.active .checkbox {
  color: #5cb85c;
}
.pay #deliveryDetails .delivery .single:hover {
  border: 1px solid #E2E2E2;
}
.pay #deliveryDetails .delivery .single .checkbox {
  width: 40px;
  height: 40px;
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 30px;
  color: #E2E2E2;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
}
.pay #deliveryDetails .delivery .single .checkbox:empty {
  width: 1em;
}
.pay #deliveryDetails .delivery .single .checkbox:before {
  content: "\e013";
}
.pay #deliveryDetails .delivery .single h3 {
  display: inline-block;
  margin: 0px;
  font-weight: normal;
}
.pay #deliveryDetails .delivery .single .price {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 16px;
}
.pay #deliveryDetails form label {
  display: block;
}
.pay #deliveryDetails form .city {
  width: 65%;
  float: left;
}
.pay #deliveryDetails form .zip {
  float: left;
  margin-left: 20px;
  -lh-property: 0;
width:-webkit-calc(35% - 20px);width:-moz-calc(35% - 20px);width:calc(35% - 20px);
}
.pay #deliveryDetails .total {
  font-size: 30px;
  text-align: right;
  margin-top: 30px;
}
.pay .payPrintsSteps {
  position: relative;
  top: -75px;
}
#printSelectionContainer {
  width: 600px;
  height: 400px;
  position: fixed;
  z-index: 9990;
  -lh-property: 0;
top:-webkit-calc(50% - 175px);top:-moz-calc(50% - 175px);top:calc(50% - 175px);
  -lh-property: 0;
left:-webkit-calc(50% - 300px);left:-moz-calc(50% - 300px);left:calc(50% - 300px);
  padding: 20px;
}
#printSelectionContainer .bg {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #000000;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0 1px 10px white;
  -moz-box-shadow: 0 1px 10px white;
  box-shadow: 0 1px 10px white;
}
#printSelectionContainer .dijitButtonContents {
  background-color: transparent;
  background-image: none;
}
#printSelectionContainer .col-md-6 {
  width: 100%;
}
#printSelectionContainer .col-md-6 .dijitTextBox,
#printSelectionContainer .col-md-6 input,
#printSelectionContainer .col-md-6 .dijitArrowButton,
#printSelectionContainer .col-md-6 .dijitTextBoxFocused .dijitInputContainer,
#printSelectionContainer .col-md-6 .dijitSpinnerButtonContainer {
  background-color: transparent;
  border: none;
  color: white;
  text-indent: 0px !important;
}
#printSelectionContainer .col-md-6 .dijitSelectLabel {
  padding: 5px;
}
#printSelectionContainer .col-md-6 .dijitInputField {
  visibility: visible;
  text-indent: 0px;
}
#printSelectionContainer .col-md-6 .dijitSpinner {
  width: 50px !important;
}
#printSelectionContainer .col-md-6 input:disabled {
  cursor: default;
}
#printSelectionContainer .col-md-6 .close {
  color: white;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#printSelectionContainer .col-md-6 form {
  padding: 15px;
  text-align: center;
  font-size: 16px !important;
}
#printSelectionContainer .col-md-6 form label {
  display: block;
}
#printSelectionContainer .col-md-6 form .dijitArrowButtonInner {
  width: 17px;
}
#printSelectionContainer .col-md-6 form .form-group {
  padding-right: 10px;
}
@media (max-width: 768px) {
  #printSelectionContainer .col-md-6 form .form-group {
    display: inline-block !important;
  }
}
@media (max-width: 500px) {
  #printSelectionContainer .col-md-6 form .form-group {
    display: inline-block;
  }
}
#printSelectionContainer .col-md-6 form .form-group label {
  text-align: left;
  color: white;
}
#printSelectionContainer .col-md-6 form .form-group label:after {
  content: ":";
}
#printSelectionContainer .col-md-6 .tableContainer {
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-y: auto;
}
#printSelectionContainer .col-md-6 .finish {
  text-align: right;
}
#printSelectionContainer .col-md-6 table.table-striped {
  color: white;
  width: 100%;
  margin-top: 20px;
}
#printSelectionContainer .col-md-6 table.table-striped tr:hover td {
  font-weight: bold;
}
#printSelectionContainer .col-md-6 table.table-striped td:last-child {
  text-align: center;
}
#printSelectionContainer .col-md-6 table.table-striped td,
#printSelectionContainer .col-md-6 table.table-striped th {
  background-color: transparent;
  padding: 5px;
  width: 20%;
}
.stepwizard {
  margin-bottom: 100px;
}
.downloaddigital h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.downloaddigital img {
  margin-bottom: 100px;
}
#printOrderStatus.status_1 .status_1 {
  color: #5cb85c;
}
#printOrderStatus.status_2 .status_1,
#printOrderStatus.status_2 .status_2 {
  color: #5cb85c;
}
#printOrderStatus.status_3 .status_1,
#printOrderStatus.status_3 .status_2,
#printOrderStatus.status_3 .status_3 {
  color: #5cb85c;
}
#printOrderStatus.status_4 .status_1,
#printOrderStatus.status_4 .status_2,
#printOrderStatus.status_4 .status_3,
#printOrderStatus.status_4 .status_4 {
  color: #5cb85c;
}
#printOrderStatus tr {
  color: #CCF7FF;
}
#printOrderStatus .status {
  padding: 40px;
  font-size: 50px;
  width: 100px;
}
#printOrderStatus .description {
  font-size: 20px;
}
.dijitDialog {
  background-color: white;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.dijitDialog .dijitDialogCloseIcon {
  width: 20px;
  overflow: hidden;
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.dijitDialog .dijitDialogCloseIcon span {
  display: none;
}
.dijitDialog .dijitDialogCloseIcon:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dijitDialog .dijitDialogCloseIcon:before {
  content: '\00D7';
  display: block;
  font-size: 30px;
  color: #000000;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.dijitDialog .dijitDialogPaneContent {
  padding: 30px;
  width: 800px;
  height: 70%;
}
.licensing {
  width: 800px;
  height: 600px;
  overflow-y: auto;
}
#sessionPhotoOptions {
  line-height: 45px;
}
#sessionPhotoOptions .navbar-btn {
  margin: auto;
}
#sessionPhotoOptions img {
  max-width: 40px;
  max-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#sessionPhotoOptions .close {
  float: none;
  margin: auto;
}
.wedding .gallery .index {
  max-width: 820px;
  text-align: center;
  margin: auto;
}
.wedding .gallery .index .localTitle {
  text-align: center;
  margin-bottom: 50px;
}
.wedding .gallery .index .gallery {
  display: inline-block;
  margin-bottom: 30px;
}
.wedding .gallery .index .gallery:nth-child(n+1) {
  padding-right: 60px;
}
.wedding .gallery .index .gallery .thumbnail {
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  margin-bottom: 60px;
  cursor: pointer;
  width: 350px;
  height: 335px;
  overflow: hidden;
}
.wedding .gallery .index .gallery .thumbnail h3 {
  margin-top: 15px;
}
.default .session .index .well {
  word-break: normal;
  overflow: hidden;
}
.default .session .index .well img {
  max-width: 100%;
}
body.gallery .pass label {
  display: none;
}
@media (min-width: 500px) {
  body.gallery .pass .well {
    padding: 50px;
  }
}
body.gallery .pass form {
  text-align: center;
}
@media (min-width: 500px) {
  body.gallery .pass form {
    padding: 75px;
  }
}
body.gallery .pass h1 {
  text-align: center;
}
body.gallery .navbar {
  display: none;
}
body.gallery.fullscreen .navbar {
  display: block;
}
body.gallery.polaroid .image {
  height: 240px;
  width: 300px;
  border-bottom: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
body.gallery.polaroid .image:nth-child(5n) {
  margin-right: 20px;
}
body.gallery.polaroid .image .clickArea {
  width: 270px;
}
body.gallery.polaroid .image .overArea {
  width: 300px;
}
body.gallery.polaroid .image .clickArea {
  margin-top: 8px;
}
body.gallery > .row {
  margin: auto;
}
body.gallery > .row .col-md-3 {
  text-align: center;
}
body.gallery > .row .col-md-3 .img-responsive {
  display: inline-block;
  margin-bottom: 20px;
}
body.gallery > .row .col-md-3 #photographerDetails {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: left;
  padding: 20px;
  min-height: 100px;
  min-width: 300px;
  background-color: white;
}
body.gallery > .row .col-md-3 #photographerDetails span {
  margin-right: 10px;
}
body.gallery > .row .col-md-3 #photographerDetails .fb-like-box {
  margin: auto;
  display: block;
  width: 280px;
}
body.gallery > .row .col-md-3 #photographerDetails ul {
  padding: 0px;
}
body.gallery > .row .col-md-3 #photographerDetails ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 500px) {
  body.gallery > .row {
    padding: 30px;
  }
}
body.gallery .image {
  margin-right: 20px;
  margin-bottom: 20px;
}
body.gallery .image:nth-child(5n) {
  margin-right: 20px;
}
body.gallery .image .overArea {
  z-index: 1000;
}
body.gallery .image .clickArea {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  overflow: hidden;
}
body.gallery .image .clickArea div {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-position: center center;
  background-repeat: no-repeat;
}
.pass form {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 500px) {
  .pass form {
    width: 600px;
  }
}
.pass form .form-group {
  text-align: left;
}
.pass form #submit {
  margin-top: 25px;
}
#searchForm {
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
#searchForm #container_for-text label {
  display: none;
}
#downloadPhoto {
  margin-left: 5px !important;
  background-color: #5cb85c;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: none;
}
.mosaic {
  padding: 0px !important;
  width: 100%;
  display: block;
}
.mosaic:after {
  clear: both;
}
.mosaicdiv {
  overflow: hidden !important;
}
.mosaic .image {
  display: block;
  float: left;
  padding: 0px;
  border: none;
  background-size: cover;
  margin: 4px !important;
  border-radius: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mosaic .image .overArea {
  width: 100%;
  height: 100%;
}
.mosaic .image .hasTouch .menu {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.mosaic .image .menu {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: absolute;
}
.dj_ios .mosaic .image .menu,
.dj_android .mosaic .image .menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mosaic .image:hover .menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mosaic .image .nameNode {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
}
.mosaic .image .menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0px;
  right: 0px;
  width: 40px;
  margin: 0px;
  padding: 0;
  background-color: #ffffff;
}
.mosaic .image .menu li {
  margin: 0px !important;
  padding: 0 !important;
  padding: 5px !important;
  height: 40px !important;
  line-height: 30px !important;
  display: block !important;
  color: #333333 !important;
  font-size: 16px !important;
  border-bottom: 1px solid #CDCDCD !important;
}
.mosaic .image .menu li:last-child {
  border: none !important;
}
.hasMosaic body,
.hasMosaic body {
  overflow-y: scroll;
}
.hasMosaic.fullscreen #addToBasketFullscreenIcon,
.hasMosaic.fullscreen #addToBasketFullscreenIcon {
  display: none;
}
.hasMosaic > .container,
.hasMosaic > .container {
  width: 85%;
}
.hasMosaic .dijitSelect,
.hasMosaic .dijitSelect {
  border: 1px solid #ccc !important;
}
.hasMosaic .facebookShare,
.hasMosaic .facebookShare {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.hasMosaic *,
.hasMosaic *,
.hasMosaic .btn,
.hasMosaic .btn,
.hasMosaic .fullscreenContent,
.hasMosaic .fullscreenContent {
  -webkit-border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0px !important;
  -moz-background-clip: padding !important;
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
.hasMosaic .dijitPopup,
.hasMosaic .dijitPopup {
  z-index: 99999999 !important;
}
.hasMosaic .menuIcon,
.hasMosaic .menuIcon {
  color: #c4c4c4;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}
.hasMosaic .menuIcon span,
.hasMosaic .menuIcon span {
  margin-left: 3px;
}
.hasMosaic #fullScreenImageContainer,
.hasMosaic #fullScreenImageContainer {
  background-size: contain;
  -lh-property: 0;
height:-webkit-calc(100% - 30px);height:-moz-calc(100% - 30px);height:calc(100% - 30px) !important;
}
.hasMosaic #fullScreenImageContainer.ratio_0,
.hasMosaic #fullScreenImageContainer.ratio_0 {
  background-size: contain;
}
@media (min-height: 768px) {
  .hasMosaic #fullScreenImageContainer.ratio_1,
  .hasMosaic #fullScreenImageContainer.ratio_1 {
    background-size: auto;
  }
}
.hasMosaic #sessionPhotoOptions .close,
.hasMosaic #sessionPhotoOptions .close {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-shadow: none !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border: none !important;
}
.hasMosaic #sessionPhotoOptions .close.active,
.hasMosaic #sessionPhotoOptions .close.active {
  color: #ffffff !important;
}
.hasMosaic #realFullScreen,
.hasMosaic #realFullScreen {
  position: relative;
  margin-right: 10px;
}
.hasMosaic #realFullScreen:after,
.hasMosaic #realFullScreen:after {
  content: ' ';
  border-right: 1px solid #c4c4c4;
  height: 100%;
  position: absolute;
  right: -8px;
  height: 25px;
}
.hasMosaic #basket .imageContainer,
.hasMosaic #basket .imageContainer {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.AddToBasket {
  min-height: 600px !important;
  height: 600px;
}
.AddToBasket > .container {
  height: 100%;
  -lh-property: 0;
height:-webkit-calc(100% - 20px);height:-moz-calc(100% - 20px);height:calc(100% - 20px);
}
@media (max-width: 300px) {
  .AddToBasket .menu,
  .AddToBasket .content,
  .AddToBasket .detailsContainer {
    width: 100%;
  }
}
.AddToBasket .menu {
  padding-top: 15px;
}
.AddToBasket .menu ul {
  float: none;
}
.AddToBasket .menu li {
  text-align: left;
  display: block;
}
.AddToBasket .menu li a {
  cursor: pointer;
}
.AddToBasket .content {
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 500px) {
  .AddToBasket .content {
    height: 100%;
  }
}
.AddToBasket .content .row {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 500px) {
  .AddToBasket .content .row {
    width: 100%;
  }
}
.AddToBasket .imageContainer {
  position: relative;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 500px) {
  .AddToBasket .imageContainer {
    display: none;
  }
}
.AddToBasket .imageContainer:before,
.AddToBasket .imageContainer:after {
  content: '';
  border-right: 1px solid #c4c4c4;
  display: block;
  height: 100%;
  -lh-property: 0;
height:-webkit-calc(100% - 50px);height:-moz-calc(100% - 50px);height:calc(100% - 50px);
  position: absolute;
  right: -15px;
  top: 25px;
}
.AddToBasket .imageContainer:after {
  right: auto;
  left: -15px;
}
.AddToBasket .printsSelector {
  position: static;
  height: 100%;
  width: 100%;
}
@media (min-width: 500px) {
  .AddToBasket .printsSelector > .row {
    height: 100%;
  }
}
.AddToBasket .printsSelector .close {
  display: none;
}
.AddToBasket .printsSelector form {
  text-align: center;
}
@media (max-width: 500px) {
  .AddToBasket .printsSelector form .form-group {
    display: inline-block !important;
    vertical-align: top;
  }
}
.AddToBasket .printsSelector > table {
  width: 100%;
}
.AddToBasket .printsSelector .col-md-8 {
  padding-left: 45px;
}
.AddToBasket .dijitSelect {
  color: #333333 !important;
}
.AddToBasket .productsOrder .detailsContainer {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.AddToBasket .productsOrder .detailsContainer .scroll {
  overflow-y: auto;
  width: 100% !important;
  height: 100% !important;
  top: auto !important;
  left: auto !important;
  position: relative !important;
  padding-right: 10px;
  padding-left: 30px;
}
.AddToBasket .productsOrder .detailsContainer .scroll > div {
  width: 100% !important;
}
.AddToBasket .productsOrder .product {
  height: 30px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.AddToBasket .productsOrder .product.opened {
  height: auto;
}
.AddToBasket .productsOrder .product.opened .short .name {
  font-weight: 600;
}
.AddToBasket .productsOrder .product .short {
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 300;
}
.AddToBasket .productsOrder .product .short .price {
  float: right;
}
.AddToBasket .productsOrder .product .short .name {
  cursor: pointer;
  max-width: 60%;
  float: left;
  display: inline;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AddToBasket .productsOrder .product .short .counter {
  margin-left: 20px;
  float: right;
  display: inline-block;
}
.AddToBasket .productsOrder .product .short .counter .plus,
.AddToBasket .productsOrder .product .short .counter .minus {
  color: rgba(0, 0, 0, 0.4);
}
.AddToBasket .productsOrder .product .short .counter span {
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  width: 25px;
  text-align: center;
}
.AddToBasket .productsOrder .product .short .counter .number {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 25px;
  line-height: 25px;
  position: relative;
  top: 2px;
  pointer-events: none;
  font-weight: bold;
}
.AddToBasket .productsOrder .product .productDescription {
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 10px;
}
.AddToBasket .productsOrder .product .productDescription:after {
  clear: both;
  content: ' ';
  display: block;
}
.AddToBasket .productsOrder .product .productDescription img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.AddToBasket .productsOrder .product .productDescription h3 {
  margin-top: 0px;
  padding-top: 0px;
}
@media (min-width: 500px) {
  .AddToBasket .digitalOrder,
  .AddToBasket .productsOrder {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 500px) {
  .AddToBasket .digitalOrder > .row,
  .AddToBasket .productsOrder > .row {
    height: 100%;
  }
}
.AddToBasket .digitalOrder.inBasket .btn-warning,
.AddToBasket .productsOrder.inBasket .btn-warning {
  display: inline-block !important;
}
.AddToBasket .digitalOrder.inBasket .btn-success,
.AddToBasket .productsOrder.inBasket .btn-success {
  display: none;
}
.AddToBasket .digitalOrder.inBasket .imageContainer,
.AddToBasket .productsOrder.inBasket .imageContainer {
  position: relative;
}
.AddToBasket .digitalOrder .detailsContainer,
.AddToBasket .productsOrder .detailsContainer {
  position: relative;
  text-align: center;
}
@media (min-width: 500px) {
  .AddToBasket .digitalOrder .detailsContainer,
  .AddToBasket .productsOrder .detailsContainer {
    height: 100%;
  }
}
.AddToBasket .digitalOrder .detailsContainer > div,
.AddToBasket .productsOrder .detailsContainer > div {
  height: 180px;
}
@media (min-width: 500px) {
  .AddToBasket .digitalOrder .detailsContainer > div,
  .AddToBasket .productsOrder .detailsContainer > div {
    position: absolute;
    -lh-property: 0;
top:-webkit-calc(50% - 90px);top:-moz-calc(50% - 90px);top:calc(50% - 90px);
    -lh-property: 0;
width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);
  }
}
.AddToBasket .digitalOrder .detailsContainer h1,
.AddToBasket .productsOrder .detailsContainer h1 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 50px;
}
.AddToBasket .digitalOrder .detailsContainer .btn-warning,
.AddToBasket .productsOrder .detailsContainer .btn-warning {
  display: none;
}
.products {
  text-align: center;
}
.products .product {
  text-align: left;
  display: inline-block;
  width: 400px;
  height: 225px;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.products .product .price {
  color: #008000;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}
.products .product h3 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 25px;
}
.products .product .picture {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.session > .product .topNavigation {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.session > .product .row {
  min-height: 100%;
}
.session > .product .pictureContainer {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 30px;
}
.session > .product .descContainer {
  padding: 30px;
}
.session > .product .descContainer .productDescription {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 30px;
}
.session > .product .picture {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  height: 500px;
  position: relative;
}
.session > .product .picture #imageContainer {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.session > .product .picture .right,
.session > .product .picture .left {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  color: #ffffff;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 500px;
  cursor: pointer;
}
.session > .product .picture .right:hover,
.session > .product .picture .left:hover {
  color: white;
}
.session > .product .picture .right {
  right: 0px;
}
.session > .product .picture .left {
  left: 0px;
}
.session > .product .pictures {
  margin-top: 20px;
  height: 110px;
  overflow-x: auto;
  position: relative;
  overflow-y: hidden;
}
.session > .product .pictures .ctn {
  width: 100%;
  height: 100%;
  position: absolute;
  white-space: nowrap;
  /* ! */
}
.session > .product .pictures .ctn:after {
  clear: both;
  display: block;
  content: ' ';
}
.session > .product .pictures span {
  display: inline-block;
  padding: 4px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.session > .product .pictures span img {
  max-height: 75px;
}
.session > .product .pictures span:last-child:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (min-width: 1600px) {
  .productEditor {
    min-width: 1200px;
  }
}
.productEditor div.info {
  font-size: 16px;
  margin-bottom: 15px;
}
.productEditor div.info span {
  font-weight: bold;
}
.productEditor .productPicture {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  border: 5px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 300px;
  box-sizing: content-box;
  height: 300px;
}
.productEditor .productPicture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.productEditor .productPicture.used {
  border-color: #008000;
}
.productEditor .productPicture.used:after {
  color: #008000;
}
.productEditor .productPicture:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 150px;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  line-height: 300px;
  color: rgba(255, 255, 255, 0.6);
}
.productEditor .selectedImages {
  counter-reset: image;
  /* Set the section counter to 0 */
}
.productEditor .selectedImages .productPicture {
  width: 150px;
  height: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 3px solid transparent;
}
.productEditor .selectedImages .productPicture[draggable="true"] {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.productEditor .selectedImages .productPicture[draggable="true"]:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.productEditor .selectedImages .productPicture:after {
  counter-increment: image;
  content: counter(image);
  font-size: 50px;
  line-height: 150px;
  color: #ffffff;
  text-shadow: 0px 0px 5px black;
}
.productEditor .selectedImages .productPicture img {
  max-width: 150px;
  max-height: 150px;
}
.productEditor .selectedImages .sortable-ghost {
  border: 3px dashed #cccccc;
}
.productEditor .selectedImages .sortable-ghost:after {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.productEditor .selectedImages .sortable-ghost img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.productEditor .allImages,
.productEditor .selectedImages {
  max-height: 800px;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
}
.productEditor .add {
  display: none;
}
.productEditor.minSatisfied .add {
  display: block;
}
.productEditor .alert-danger {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.productEditor.limitReached .alert {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 1500px) {
  .subContainer {
    width: 1200px;
  }
}
@media (max-width: 500px) {
  .mosaic {
    position: absolute;
    left: 0;
  }
  .mosaic .image {
    overflow: hidden;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.collection li {
  display: block;
  position: relative;
  padding-left: 40px;
}
.collection li .title {
  font-size: 16px;
}
.collection li i {
  position: absolute;
  left: 5px;
  top: 5px;
}
.printsHistory {
  text-align: center;
  margin: 10px;
}
.printsHistory .image {
  text-align: center;
  display: inline-block;
  margin: 15px;
  width: 300px;
  height: 330px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.printsHistory .image span {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
  margin-bottom: 15px;
  width: 250px;
  height: 285px;
  border: none;
}
#topBarContainer > ul.nav.navbar-nav {
  width: 400px !important;
}
@media (max-width: 600px) {
  .AddToBasket .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .AddToBasket .printsSelector .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .AddToBasket .printsSelector .col-md-8 > div {
    vertical-align: bottom;
  }
  .AddToBasket.fullscreenContent {
    width: 100vw;
    height: 100vh;
  }
  .AddToBasket.fullscreenContent .close .close {
    color: black;
  }
  .AddToBasket .printsSelection {
    flex: 1;
  }
  .AddToBasket .printsSelection .dijitArrowButtonInner input {
    display: none;
  }
  .AddToBasket .menu {
    height: auto !important;
    margin-bottom: 100px;
  }
  .AddToBasket .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .AddToBasket .menu ul li {
    padding: 10px;
  }
  .AddToBasket .menu > .text-center {
    position: static !important;
  }
  .AddToBasket .menu > .text-center h1 {
    float: left;
    margin-right: 20px;
  }
  .AddToBasket .menu > .text-center h1.totalNode:after {
    content: "";
    clear: both;
  }
  .AddToBasket .menu > .text-center > a {
    float: left;
    margin-top: 0;
    clear: none;
  }
  .AddToBasket .menu > .text-center > p {
    float: right;
    margin-top: 0;
    clear: none;
  }
  .products .product {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .products .product .picture {
    margin: 0;
    text-align: center;
  }
  .products .product .desc {
    margin-top: 20px;
  }
  .products .product .desc h3 {
    text-align: center;
  }
  .nav .subContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .nav .subContainer > button {
    border: none;
    background: none !important;
  }
  .nav .subContainer > button span.icon-bar {
    background: #333333;
    display: block;
    height: 3px;
    width: 30px;
  }
  .nav .collapse {
    background: white;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    margin-top: 0 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  }
  .nav .collapse li a {
    border: none !important;
    text-align: right;
  }
  .nav .collapse ul.nav.navbar-nav {
    width: 100% !important;
  }
  .btn {
    display: inline-flex;
    justify-content: center;
    align-content: center;
  }
  .btn span:first-child {
    display: inline-block;
    margin-right: 10px;
  }
  .btn span:last-child {
    display: inline-block;
    margin-left: 10px;
  }
  .btn span:only-child {
    margin: 0;
  }
  #addToBasketFullscreenIcon {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 600px) and (max-width: 500px) {
  .AddToBasket .menu > .text-center h1 {
    font-size: 18px;
  }
  .AddToBasket .menu > .text-center h1:last-of-type {
    float: none;
    padding-top: 10px;
  }
  .AddToBasket .menu > .text-center h1:last-of-type:after {
    content: '';
    float: none;
    clear: both;
  }
}
