/*-- FBG Gallery PRO Front Style
-------------------------------------*/
#fbgallery a, #fbgallery img {
	outline: none;
	border: none;
}
#fbgallery {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
#fbgallery-loader {
	background: url("../images/progress.gif") no-repeat scroll 10px 50% #333333;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 21px;
	left: 50%;
	line-height: 21px;
	margin-left: -70px;
	margin-top: -20px;
	opacity: 0.8;
	padding: 15px 15px 15px 50px;
	position: fixed;
	top: 50%;
	z-index: 0;
	filter: alpha(opacity = 80);
	font-family: 'Muli', arial;
}
#fbgallery .fbg_bgcolor {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
#fbgallery img {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: auto;
	height: auto;
	outline: none;
	border: none;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
#fbgallery img.fit_always {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
}
a.fbg_fromthis img {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999999;
	min-height: 32px;
	min-width: 32px;
	width: auto;
	height: auto;
}
#fbgallery a.fbg_link {
	text-decoration: none;
}
#fbgallery .fbgoverlay {
	/*background: url('../images/overlay.png');*/
	opacity: 0.5;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	filter: alpha(opacity = 50);
}
#fbg_bottom {
	/*left: 0;
	z-index: 4;
	position: absolute;
	bottom: 40%;
	height: 50px;
	width: auto;
	background: url("../images/fbg-bot.png") repeat-x top transparent;*/
	
	color: #FFFFFF;
	height: 80px;
	left: 25px;
	position: fixed;
	top: 42%;
	z-index: 100;
	min-width: 140px;
}
#fbg_bottom p {
	background: none repeat scroll 0 0 rgba(70, 170, 198, 0.9);
	margin: 0;
	padding: 5px 10px;
}
#fbg_scroll {
	left: 0;
	z-index: 2;
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
}
#fbg_bottom .fbg_progressbar {
	height: 5px;
	width: 100%;
	background: url("../images/fbg-probg.png") repeat-x top transparent;
}
#fbg_bottom .fbg_progressbar .fbg_progress {
	height: 5px;
	background: #096F9E;
	position: absolute;
	top: 0;
}
#fbg_bottom .fbg_bullets {
	/*display: block;
	height: 45px;
	line-height: 61px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	*height: 30px;
	*padding-top: 15px;
	font-size: 0;*/
	background: none repeat scroll 0 0 #485365;
	display: block;
	float: left;
	left: 0;
	padding: 10px;
	position: absolute;
	min-width: 140px;
	width: 100%;
}
#fbg_bottom .fbg_bullets.topcss {
/*top: 6px;*/
}
#fbg_bottom .fbg_bullets a {
	/*background: url("../images/fbg_bullet.png") no-repeat scroll 0 -24px transparent;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 0;
	margin: 2px;
	outline: none;
	width: 12px;
	height: 12px;*/
	background: none no-repeat scroll 0 -24px #46AAC6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	margin-right: 5px;
}
#fbg_bottom .fbg_bullets a:hover, #fbg_bottom .fbg_bullets a.active {
	background: none repeat scroll 0 0 #99C8CD;
}
#fbg_bottom .fbg_controls {
}
#fbg_bottom .fbg_controls a.fbg_playpause, #fbg_bottom .fbg_showthumbs {
	z-index: 1;
	background: url("../images/play_pause.png") no-repeat scroll center bottom transparent;
	display: block;
	height: 42px;
	position: absolute;
	width: 54px;
	top: 8px;
	right: 0;
	outline: none;
}
#fbg_bottom .fbg_controls a.fbg_playpause:hover, #fbg_bottom .fbg_showthumbs:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#fbg_bottom .fbg_controls a.fbg_playpause.active {
	background-position: 0 0;
}
#fbg_bottom .fbg_thumbnails {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	display: none;
	top: 60px;
}
#fbg_bottom .fbg_thumbnails a {
	outline: none;
}
#fbg_bottom .fbg_thumbnails a.dom_thumb img {
	outline: none;
	border: 2px solid #fff;
	height: 60px;
	margin: 0 2px;
	width: 60px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.85);
}
#fbg_bottom .fbg_thumbnails a.dom_thumb.circle img {
	border-radius: 50px 50px 50px 50px;
}
#fbg_bottom .fbg_thumbnails a.dom_thumb.square img {
	border-radius: 0px;
}
#fbg_bottom .fbg_thumbnails a.dom_thumb img:hover {
	border: 2px solid #cccccc;
}
#fbg_bottom .fbg_showthumbs {
	background: url("../images/thumb_btn.png") no-repeat scroll transparent;
	left: 0;
}
.fbg_nav {
	margin-top: -60px;
	position: fixed;
	top: 50%;
	z-index: 4;
	padding: 10px 0 10px 10px;
	cursor: move;
}
.fbg_nav.right {
	right: 0;
}
.fbg_nav.left {
	left: 0;
	padding: 10px 10px 10px 0;
}
a.fbg_next:focus, a.fbg_prev:focus {
	outline: none;
}
a.fbg_next, a.fbg_prev {
	bottom: 50px;
	height: 42px;
	margin-top: -21px;
	position: fixed;
	width: 20px;
	z-index: 200;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.fbg_next {
	left: 70px;
	background: #00ACC8;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.8);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.8);
	box-shadow: 0 2px 2px rgba(0,0,0,.8);
	outline: none;
}
a.fbg_next:before {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -2px;
}
a.fbg_next:hover, a.fbg_prev:hover {
	background: #485365;
	outline: none;
}
a.fbg_prev {
	background: #00ACC8;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.8);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.8);
	box-shadow: 0 2px 2px rgba(0,0,0,.8);
	left: 25px;
	outline: none;
}
a.fbg_prev:before {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -14px;
}
/*.fbg_botpush{padding-bottom:50px;}*/
#fbg-gallery-home {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	font-size: 20px;
	outline: medium none;
	padding: 15px;
	position: fixed;
	text-decoration: none;
	top: 10px;
}
body.login {
	background: none;
}
body.login #login p a, body.login p.message {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF !important;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	padding: 7px;
	text-decoration: none;
	text-shadow: none;
	border: 0;
	border-radius: 0;
}

/*-- @media quries
----------------------------------------*/
@media (max-width: 480px) {
#fbg_bottom .fbg_thumbnails a.dom_thumb img {
	width: 40px;
	height: 40px;
}
}
