/* --------------------------------------------- */
/* Author: http://themeforest.net/user/50andJACK */
/* --------------------------------------------- */


/* ----------------------------------------------------------- */
/*                          LIGHTBOX                           */
/* ----------------------------------------------------------- */

.lightbox-cover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	/* ============= LAYOUT ============= */
	
	display: none;
	z-index: 9999;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.lightbox-wrapper {
	
	/* ============= LAYOUT ============= */
	
	display: none;
	
}

.lightbox-holder {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background-color: #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -55px 0 0 -65px;
	padding: 34px 6px 34px 6px;
	
}

.lightbox-pre {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/preloader.gif) no-repeat center center;
	
	
	/* ============= LAYOUT ============= */
	
	width: 20px;
	height: 20px;
	
	visibility: hidden;
	
}

.lightbox-preloader {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: #FFF;
	
	
	/* ============= LAYOUT ============= */
	
	position: fixed;
	left: 50%;
	top: 50%;
	
	width: 100px;
	height: 78px;
	visibility: visible;
		
	display: none;
	margin: -50px 0 0 -60px;
	padding: 10px;
	z-index: 9999;
	
}

.lightbox-preloader img {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)"; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);   
	zoom: 1;
	
	
	/* ============= LAYOUT ============= */
	
	margin: 34px 0 0 40px;
	
}

.lightbox-preload {
	
	/* ============= LAYOUT ============= */
	
	height: 0;
	line-height: 0;
	overflow: hidden;
	
}

.lightbox-container {
	
	/* ============= LAYOUT ============= */
	
	position: relative;
	overflow: hidden;
	width: 126px;
	height: 41px;
	
}

.lightbox-content,
.lightbox-extra-items {
	
	/* ============= LAYOUT ============= */
	
	display: none;
	
}

.lightbox-content {

	margin-top: 1px;
		
}

.lightbox-video-full {
	
	/* ============= LAYOUT ============= */
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
}

.lightbox-overflow {
	
	/* ============= LAYOUT ============= */
	
	overflow: hidden;
	
}

.lightbox-height {
	
	/* ============= LAYOUT ============= */
	
	height: 100%;
	
}

.lightbox-thumb-holder {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;

	padding: 2px 0 2px 0;
	
}

.lightbox-thumb-panel {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	left: 50%;
	
	overflow: hidden;
	white-space: nowrap;
	
}

.lightbox-thumb-strip {
	
	/* ============= LAYOUT ============= */
	
	position: relative;
	
}

.lightbox-thumb {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	
	/* ============= LAYOUT ============= */
	
	overflow: hidden;
	position: absolute;
	top: 0;
	
}

.lightbox-thumb img {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	cursor: pointer;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	
	
	/* <<<<<<<<<<< TRANSITION >>>>>>>>>>> */
	
	-webkit-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.lb-thumb-fadein img {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: 0.5;
	
}

.lb-thumb-active img {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	
}

.lb-thumb-hover img:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	
}

.lb-thumb-active img {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	cursor: auto;
	
}

.lightbox-thumb-left {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	cursor: pointer;
	background: url(../img/lightbox/thumb_left.png) no-repeat center center;
	
	
	/* ============= LAYOUT ============= */
	
	width: 11px;
	height: 12px;
	
	position: absolute;
	display: none;
	
	margin: -4px 0 0 -21px;
	
}

.lightbox-thumb-right {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	cursor: pointer;
	background: url(../img/lightbox/thumb_right.png) no-repeat center center;
	
	
	/* ============= LAYOUT ============= */
	
	width: 11px;
	height: 12px;
	
	position: absolute;
	display: none;
	
	margin: -4px 0 0 10px;
	
}

.lightbox-html,
.lightbox-title,
.lightbox-description {
	
	/* ============= LAYOUT ============= */
	
	display: none;
	
}

.lightbox-html > div {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	color: #444;
	
	
	/* ============= LAYOUT ============= */
	
	padding: 20px 20px 0 20px;
	
}

.lightbox-html > div h1,
.lightbox-html > div h2,
.lightbox-html > div h3,
.lightbox-html > div h4,
.lightbox-info-text h1,
.lightbox-info-text h2,
.lightbox-info-text h3,
.lightbox-info-text h4 {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	color: #444;
	
}

.lightbox-top {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	top: 7px;
	left: 5px;
	
}

.lightbox-social {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	
}

.lightbox-top-icons {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	right: 0;
	
}

.lightbox-bottom {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	position: relative;
	white-space: nowrap;
	color: #666;
	z-index: 99;
	
}

.lightbox-controls {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 1;
	
}

.lightbox-title-text {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	left: 6px;
	top: 9px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	z-index: 0;
	
}

.lightbox-bottom-icons {
	
	/* ============= LAYOUT ============= */
	
	position: absolute;
	right: 0px;
	top: 7px;
	
}

.lightbox-arrow {
	
	/* ============= LAYOUT ============= */
	
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	
}

.lightbox-arrow-left {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/left_arrow.png) no-repeat center center;
	
}

.lightbox-arrow-right {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/right_arrow.png) no-repeat center center;
	margin-left: 10px;
	
}

.lightbox-panel {
	
	/* ============= LAYOUT ============= */
	
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	
	width: 45px;
	height: 100%;
	
	position: absolute;
	top: 0;
	
	
	/* <<<<<<<<<<< TRANSITION >>>>>>>>>>> */
	
	-webkit-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.lightbox-panel:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background-color: #333;
	
}

.lightbox-panel-left {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background-image: url(../img/lightbox/panel_left.png);
	background-position: left center;
	left: 0;
	
}

.lightbox-panel-right {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background-image: url(../img/lightbox/panel_right.png);	
	background-position: right center;
	right: 0;
	
}

.lightbox-panel-left:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	
	background-image: url(../img/lightbox/panel_left_over.png);	
	
}

.lightbox-panel-right:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	-webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	
	background-image: url(../img/lightbox/panel_right_over.png);	
	
}

.lightbox-button {
	
	/* ============= LAYOUT ============= */
	
	cursor: pointer;
	display: inline-block;
	
	width: 20px;
	height: 20px;
	
}

.lightbox-info {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/info.png) no-repeat;
	
}

.lightbox-show-thumbs {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/thumbs_show.png) no-repeat;
	margin-left: 10px;
	
}

.lightbox-hide-thumbs {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/thumbs_hide.png) no-repeat;
	margin-left: 10px;
	
}

.lightbox-close {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	background: url(../img/lightbox/exit.png) no-repeat;
	
}

.lb-info-inactive, 
.lightbox-button:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	opacity: 0.6;
	
}

.lightbox-arrow:hover {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	opacity: 0.5;
	
}

.lightbox-info-text {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	color: #444;
	
	
	/* ============= LAYOUT ============= */
	
	display: inline-block;
	overflow-y: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}

.ie9 .lightbox-info-text,
.lt-ie9 .lightbox-info-text {
	
	/* ============= LAYOUT ============= */
	
	padding-bottom: 1px;
	
}

.lightbox-info-z {
	
	/* ============= LAYOUT ============= */
	
	z-index: -1 !important;
	
}

.lt-ie9 .lightbox-info-text {
	
	/* ============= LAYOUT ============= */
	
	overflow: auto;
	
}

.lightbox-description-text {
	
	/* ^^^^^^^^^^^^^ STYLE ^^^^^^^^^^^^^^ */
	
	padding: 14px 17px 19px 17px;
	background-color: #FFF;
	
}

@media screen and (max-width: 600px) {
	
	.lightbox-panel {
		
		/* ============= LAYOUT ============= */
		
		display: none !important;
		
	}
	
	.lightbox-thumb-holder {
		
		/* ============= LAYOUT ============= */
		
		display: none !important;
		
	}
	
	.lightbox-show-thumbs,
	.lightbox-hide-thumbs {
	
		/* ============= LAYOUT ============= */
	
		width: 0;
		margin-left: 0;
		overflow: hidden;
		
	}
	
}

@media screen and (max-width: 320px) {
	
	.lightbox-title-text {
		
		/* ============= LAYOUT ============= */
		
		text-align: right;
		
	}
	
	.lightbox-top-icons {
		
		/* ============= LAYOUT ============= */
		
		visibility: visible;
		
	}
	
	.lightbox-bottom-icons {
		
		/* ============= LAYOUT ============= */
		
		visibility: hidden;
		
	}
	
	.lightbox-info-text {
		
		/* ============= LAYOUT ============= */
		
		visibility: hidden;
		
	}
	
}




















