
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
 /*position: fixed;
  height: 100vh;
  width: 100vw;*/
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  width: 70%;
  z-index: 1000000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto !important;
  max-width: 100%;
  max-height: none;
  border-radius: 3px;
	margin:4px auto;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: auto !important;
  max-width:100%;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: transparent;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43% !important;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 66px;
  height: 38px;
  margin: 0 auto;
  background: url(../img/preloader.gif) no-repeat;
}

.lb-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 80px;
  left: 0;
  float: left;
  background: url(../img/arrow_left_w.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width:80px;
  right: 0;
  float: right;
  background: url(../img/arrow_right_w.svg) right 48% no-repeat;
  background-fill:#fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding: 5px 0px;
  *zoom: 1;
  width: 30% !important;
 /* border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
  position:fixed;
  right:0px;
  top:0px;
  background:#fff;
  height:100vh;
  font-family: 'HKGrotesk', 'Helvetica Neue';
	font-weight: 400 ;
  overflow-y:scroll;
}

.reg_error_holder
{
	font-size: 16px;
    margin-top: 20px;
	
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #000;
}

.lb-data .lb-details {
  width: 90%;
 margin:10px auto;
  text-align: left;
  line-height: 1.1em;
  font-size:20px;
  margin-top:50px;
}

.lb-data .lb-caption {
  font-size: 20px;
 /* font-weight: bold;*/
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 20px;
  color: #000;
}

.lb-number
{
	display:none !important;
	
}

/*.lb-data*/ .lb-close {
  display: block;
  position:fixed;
  right:15px;
  top:15px;
  width: 25px;
  height: 25px;
  background: url(../img/X.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}

/*.lb-data*/ .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.lb-prev, .lb-next {
    background-size: 31px 35px !important;
}


.lb-title
{
	font-family: 'HKGrotesk', 'Helvetica Neue';
	font-weigth:bold;
	font-size: 32px;
	margin-bottom:30px;
	line-height: 32px;
}

.lb-section
{
	font-size: 18px;
    color: gray;
    margin:10px 0px;
    font-family: 'RobotoMonoRegular';
}

.lb-year, .lb-artist, .lb-price, .lb-tech, .lb-dimensions, .lb-edition
{
	margin: 5px 0 20px;
    font-size: 22px;
  
}

.lb-available
{
	margin-left: 7px;
    margin-bottom: 45px;
}

.lb-inquire
{
	cursor:pointer;
	border:2px solid black;
	padding: 10px 0px;
	font-family: 'RobotoMonoRegular';
	font-size: 22px;
	width:calc(100% - 10px);
	text-align:center;
	/*position: absolute;
    bottom: 35px;*/
    position:relative;
    top:10px;
}

.lb-shop
{
	cursor:pointer;
	border:2px solid black;
	padding: 10px 0px;
	font-family: 'RobotoMonoRegular';
	font-size: 22px;
	width:calc(100% - 10px);
	text-align:center;
	/*position: absolute;
    bottom: 35px;*/
    position:relative;
    top:10px;
    display:none;
}

#inq_container
{
	/*position:Absolute;
	bottom:35px;*/
	 position:relative;
    top:10px;
	width:calc(100% - 10px);
	font-family: 'RobotoMonoRegular';
	padding:20px 10px;
	border:2px solid black;
	display:none;
	background:#fff;
}
	
	.close_inq_form
	{
		cursor:pointer;
		position:absolute;
		right:5px;
		top:5px;
	}
	
	.overlay_form
	{
		margin-top:20px;
	}
	
	.overlay_text_input {
	    width: 100%;
	    margin-bottom: 20px;
	    border: 0;
	    font-size: 18px;
	    border-bottom: 1px solid;
	    outline: none;
	    box-sizing: border-box;
	}


	.send_inquiry
	{
		cursor:pointer;
		border:2px solid black;
		padding: 10px 0px;
		font-family: 'RobotoMonoRegular';
		font-size: 22px;
		width:100%;
		text-align:center;
		position: relative;
	    top: 10px;
	}

@media screen and (max-width: 800px) {
	
	.lb-inquire
	{
		position:relative;
		left:0px;
		top:0px;
	}
	
	.lightbox {

	/*  top:20px !important;*/
	  width: 100%;
	  height:69% !important;
	}
	
	.lb-outerContainer
	{
		max-width:96%;
	}
	
	
	.lb-nav {
	 height:70% !important;
	  width: 100%;

	}
	
	.lb-dataContainer {
	  width: 100% !important;
	  height:28% !important;
	  left:0px;
	  bottom:0px;
	  background:#fff;
		right:auto;
		top:auto;
	}
	
	
	/*.lb-data */.lb-close {

	  /*position:fixed;
	  top:72%;
	  width:20px;
	  height:20px;*/
	  
	      filter: invert(1);
    width: 40px;
    height: 40px;
    	z-index:20;
	  
	}
		
}
	/*
@media only screen and (max-width: 530px) {
	
	.lb-data .lb-close {
	    position:fixed;
	    right:5px;
	    top:5px;
	}
	
}
*/
