@import url("../webfonts/BHoma/stylesheet.css");



a {
    color:#f7f7f7;
}
a:hover {
    text-decoration: none;
}


/* switcher & img */
#bg-body {
    background: #D2D2D0;
    height: 100%;
    
    position: fixed;
  
    width: 100%;
    z-index: 1;
}
#bg-body > img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
/* switcher loader */
#bg-body-loader {
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
}
#bg-body.loading #bg-body-loader {
    display: block !important;
    z-index: 9999;
}
/* switcher bullets */
#bg-body-navigation {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 15px;
    text-align: center;
    z-index: 1;
}
#bg-body-navigation > a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background:#ccc;
    margin: 0 5px;
}
#bg-body-navigation > a:hover,
#bg-body-navigation > a.active {
    background:#000;
    opacity: .7;
}
/* switcher nav */
#bg-body-prevnext-wrapper {
    position: fixed;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 72px;
    z-index: 1;
}
.bg-body-prevnext-link {
    display: block;
    width: 35px;
    height: 72px;
    position: absolute;
}
#bg-body-previous-link {
    background: url(../images/ico-prev-sprite.png) no-repeat 0 0;
    left:0;
}
#bg-body-previous-link:hover {
    background: url(../images/ico-prev-sprite.png) no-repeat 0 -72px;
}
#bg-body-next-link {
    background: url(../images/ico-next-sprite.png) no-repeat 0 0;
    right: 0;
}
#bg-body-next-link:hover {
    background: url(../images/ico-next-sprite.png) no-repeat 0 -72px;
}

#wrapper {
    position:relative;
    width:100%;
    height:100%;
    margin:0 auto;
}
#wrapper #info h5 {
	border:none;	
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
	color:rgba(153,153,153,1);
}

#info {
	position: fixed;
	width: 300px;
	height: 280px;
	bottom: 125px;
	right: 0px;
	background: #000;
	opacity: .7;
	z-index: 2;
	font-family: BHoma;
	text-align: center;
	direction: rtl;
	border-radius: 100%;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#info h4,#info p,#info h5,#info h3{
	color:rgba(255,255,255,0.9);
}
#info p{
	text-align:center;
}
