/*	LiteBox v1.3, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	=============================================================================== */

/*	Table of Contents
//	==================================================
//		#Default


/*	#Default
//	================================================== */

	.litebox-overlay,
	.litebox-overlay > * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.litebox-overlay {
		display: none;
		width: 100%;
		min-width: 280px;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999999;
     background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.8))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
	}

	@-webkit-keyframes liteboxLoader {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}

	@-moz-keyframes liteboxLoader {
		0% { -moz-transform: rotate(0deg); }
		100% { -moz-transform: rotate(360deg); }
	}

	@-ms-keyframes liteboxLoader {
		0% { -ms-transform: rotate(0deg); }
		100% { -ms-transform: rotate(360deg); }
	}

	@-o-keyframes liteboxLoader {
		0% { -o-transform: rotate(0deg); }
		100% { -o-transform: rotate(360deg); }
	}

	@keyframes liteboxLoader {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

	.litebox-overlay .litebox-loader {
		position: absolute;
		width: 40px;
		height: 40px;
		left: 20px;
		top: 20px;
		border: 3px solid #111;
		border-right-color: #fff;
		border-radius: 50%;
		-webkit-animation: liteboxLoader 1s linear infinite;
		-moz-animation: liteboxLoader 1s linear infinite;
		-ms-animation: liteboxLoader 1s linear infinite;
		-o-animation: liteboxLoader 1s linear infinite;
		animation: liteboxLoader 1s linear infinite;
	}
	.litebox-overlay .litebox-text,.litebox-overlay .litebox-title {
		  -moz-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  -webkit-transition: all 0.3s;
		  transition: all 0.3s;
	}		
	.litebox-overlay .litebox-text {
		width: 100%;
		color:#fff;
		left:0;
		height:0;
		padding:0;
		position: absolute;
		bottom:0;
		z-index: 10000;
		background:none;
	}	
	.litebox-overlay .litebox-text.active {}
	.litebox-overlay .litebox-close {}
	.litebox-overlay .litebox-close:hover {
		opacity: 1;
		cursor: pointer;
	}

	.litebox-overlay .litebox-nav {
		display: none;
		width: 64px;
		height: 64px;
		margin-top: -30px;
		opacity: .5;
		position: absolute;
		top: 50%;
		z-index: 9999;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.litebox-overlay .litebox-nav:hover {
		opacity: 1;
		cursor: pointer;
	}

	.litebox-overlay .litebox-prev {
		background: url('prev.png') no-repeat center;
		left: 20px;
	}

	.litebox-overlay .litebox-next {
		background: url('next.png') no-repeat center;
		right: 20px;
	}

	.litebox-overlay .litebox-container {
		position: absolute;
		top: 10px;
		right: 0;
		bottom: 30px;
		left: 0;
		overflow: hidden;
	}

	.litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; }

	.litebox-overlay img,
	.litebox-overlay iframe {
		display: inline-block;
		max-width: 97%;
		max-height: 97%;
		margin: 0 auto;
		vertical-align: middle;
		overflow-x: hidden;
		border:1px solid #E6E6E6;
		box-shadow: 5px 5px 5px #222;
       -webkit-box-shadow: 5px 5px 5px #222;
      -moz-box-shadow: 5px 5px 5px #222; 
	}

	.litebox-overlay iframe {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 999999;
	}

	.litebox-overlay .litebox-inline-html {
		width: 100%;
		padding: 20px;
		background: #FFF;
		line-height: normal;
		overflow-x: hidden;
		line-height: normal !important;
		position: absolute;
	}

	.litebox-overlay .litebox-error {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-align: center;
		line-height: inherit;
	}

	.litebox-overlay .litebox-error span {
		background: rgba(0, 0, 0, .9);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px;
		color: #FFF;
		text-shadow: 1px 1px 0 #000;
		line-height: normal;
	}
	.litebox-control{
		position:absolute;
		width:100%;
		bottom:0;
		margin:0 auto;
		z-index:10001;
	}
	.litebox-control img{
		border:0;
		width:25px;
		box-shadow:none;
		margin:10px;
		cursor:pointer;
	}	
	@media only screen and (max-width: 479px) {
		.litebox-overlay .litebox-close { display: none; }
	}