/*
Theme Name: Momentum
Support URI: http://www.themeskingdom.com/support/
Description: Theme is suitable for personal bloggers, newspapers, online magazines… With great look and very useful features you’ll leave a lasting impression upon your public.
Author: Themeskingdom
Author URI: http://www.themeskingdom.com/support/
Version: 1.7
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://www.themeskingdom.com/
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("style/reset.css");
@import url("style/style.css");

.lb-fire { color: #fff !important; }
.lb-overlay{
	width: 100%; height: 100%;
	position: fixed; z-index: 99;
	left: 0px; top: -999em;
	padding: 0px; text-align: center;

	background: #333;
	background: -moz-radial-gradient(center, ellipse cover, rgba(25,25,25,0.7) 0%, rgba(55,55,55,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(25,25,25,0.7)), color-stop(100%,rgba(55,55,55,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(25,25,25,0.7) 0%,rgba(55,55,55,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(25,25,25,0.7) 0%,rgba(55,55,55,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(25,25,25,0.7) 0%,rgba(55,55,55,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(25,25,25,0.7) 0%,rgba(55,55,55,1) 100%);

	opacity: 0; filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/

	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-overlay .inn, .lb-overlay a.lb-close {
	z-index: 1001;
	position: absolute;
	top: 50px;
	left: 50%;
	font-size: 15px;
	text-align: center;
	width: 800px;
	height: 20px;
	overflow: hidden;
	margin-left: -400px;
}
.lb-overlay a.lb-close {
	text-transform: uppercase; font-weight: bold; font-size: 12px; background: #fff;
	border-radius: 3px; color: #252525; display: table; width: 100px; margin-left: -50px;
}
.lb-overlay .inn { height: 400px; top: 80px; }

.lb-overlay:target {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}