@import url('reset.css');
body{
	background:#000;
	color:#000;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	font-size:16px;
}
.infobubble{

    background-color: rgba(0,0,0,0.8);
    color: red;
    font-size: 80%;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
}

.picmid
{
	display: block;
	position: absolute;
	margin-left:auto;
	margin-right: auto;
	
}

.poze-diverse 
{
	display: block;
	position: absolute;
	margin-left:20px;
	margin-right: auto;
	bottom: 30px;
}

.oferte
{
	display: block;
	position: fixed;
   	bottom: 25px;
	left: 50%;
    	text-align: center;
	margin:20px 0 0 -490px;
	width:980px;
}

.img_oferta
{
	display: inline;
	position: relative;
   	z-index: 34;
    	text-align: center;
	margin:0px auto;
	width:100%;
}


.promo_text
{
	display: inline-block;
	position: absolute;
	z-index: 35;
	top: 0px;
	left: 0px;
   	bottom:50px;
	padding: 10px;
	width: 120px;
	height:30px;
}


.oferte ul li{
	display:inline;
}

.logo{
   padding:10px
    text-align: center;
	
	opacity:0.9;
	display:inline;

}


a{
	color:#fff;
	text-decoration:none;
}
.bf_background img{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	cursor:url(../images/cursor_min.cur), pointer;
}
.bf_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	opacity:0.1;
}
.bf_menu{
	background:transparent url(../images/pattern.png) repeat top left;
background-image: linear-gradient(right bottom, rgb(56,153,0) 28%, rgb(0,117,23) 64%);
background-image: -o-linear-gradient(right bottom, rgb(56,153,0) 28%, rgb(0,117,23) 64%);
background-image: -moz-linear-gradient(right bottom, rgb(56,153,0) 28%, rgb(0,117,23) 64%);
background-image: -webkit-linear-gradient(right bottom, rgb(56,153,0) 28%, rgb(0,117,23) 64%);
background-image: -ms-linear-gradient(top, rgba(56,153,0,1) 4%, rgba(0,117,23,0.7) 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009933', endColorstr='#8887e87d',GradientType=0 ); /* IE6-8 */

background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(7, 129, 16, 0.2)), to(rgba(16, 75, 11, 1)) );


	width:960px;
	left:50%;
	top:0px;
	height: 100px;
	position:fixed;
	padding: 10px;
	margin: 10px 0 0 -490px

}
h1.title{
	color:#fff;
	font-size:80px;
	padding:0px 0px 20px 20px;
	background:#000;
}
h1.title span{
	display:block;
	font-size:24px;
	margin:-10px 0px 0px 100px;
}
.bf_menu ul{
	display:inline;
	position: absolute;
	width: 1000px;
	margin-left: 20px;
	vertical-align: middle;
	margin-top:25px;
}
.bf_menu ul li{
	display:inline;
}
.bf_menu ul li a{
	color:#fff;
	font-size:30px;
	text-shadow:0px 0px 1px #fff;
	line-height:50px;
	padding:0px 20px 0px 30px;
	display:inline;
	position:relative;
	margin:5px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-transition: all 0.3s ease-in-out;
}
.bf_menu ul li a span.bf_hover{
	background:transparent url(../images/bg_menu_small.jpg) repeat-y;
	opacity:0.1;
	position:absolute;
	width:1px;
	height:1px;
	top:66%;
	left:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-transition: all 0.3s ease-in-out;
}
.bf_menu ul li a:hover span.bf_hover{
	height:100%;
	width:100%;
	margin-top:-25px;
	opacity:1.0;
}
.bf_menu ul li a span{
	position:relative;
}
.bf_page{
	display:none;
}
.bf_content_text{
	font-size: 1em;
	width:800px;
	position:absolute;
	top:50%;
	left: 50%;
	height:320px;
//	background:transparent url(../images/bg_black.png) repeat top left;
	background-color:rgba(0,112,153,0.7);
	opacity:inherit;
	text-shadow: 0px 1px 1px #000;
	margin: -200px 0 0 -400px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88007099', endColorstr='#88007099',GradientType=1 );	
}

.cform{
	width:300px;
	
}

.bf_content_text h2{
	padding:30px 20px 5px 20px;
	color:#fff;
	font-size:30px;
	text-shadow:0px 0px 1px #fff;
}
.bf_content_text p{
	padding:5px 20px;
	font-size:17px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	color:#fff;
}
.bf_content_text ul{
	margin: 20px 0px 0px 24px;
}
.bf_content_text ul li{
	float:left;
}
.bf_content_text ul li a{
	display:block;
	margin:4px;
}
.bf_content_text ul li a img{
	display:block;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
.bf_content_text ul li a:hover img{
	opacity:1.0;
}
.bf_gallery{
	display:none;
}
.bf_nav a{
	width:72px;
	height:140px;
	position:fixed;
	top:50%;
	margin-top:-70px;
	cursor:pointer;
	opacity:0.3;
	z-index:999;
}
a.bf_close{
	top:10px;
	right:10px;
	background:transparent url(../images/close.png) no-repeat center center;
	position:fixed;
	width:40px;
	height:40px;
	cursor:pointer;
	opacity:0.3;
	z-index:999;
}
.bf_nav a:hover, a.bf_close:hover{
	opacity:0.9;
}
.bf_nav a.bf_next{
	background:transparent url(../images/next.png) no-repeat center center;
	right:-72px;
}
.bf_nav a.bf_prev{
	background:transparent url(../images/prev.png) no-repeat center center;
	left:-72px;
}
.bf_gallery_wrapper{
	top:50%;
	left:50%;
	position: fixed;
	width: 500px;
	height: 250px;
	margin: -125px 0px 0px -260px;
	color:#fff;
}
.bf_gallery_item{
	position:absolute;
	display:none;
	height:440px;
	width:560px;
	top:-95px;
	left:-20px; /*480px to slide from right, -520px to slide from right*/
	display:none;
}
.bf_gallery_item img{
	position:absolute;
	top:95px;
	height:250px;
	width:500px;
	left:20px;
	z-index:9;
	cursor:url(../images/cursor_full.cur),  ne-resize;
}
.bf_heading,
.bf_desc{
	position:absolute;
	height:250px;
	width:500px;
	text-shadow:1px 1px 1px #000;
	background:transparent url(../images/bg_black.png) repeat top left;
	-moz-border-radius:0px 100px 0px 100px;
	border-radius:0px 100px 0px 100px;
}
.bf_heading{
	top:95px;/*top:0px;*/
	left:20px /*left:0px;*/
}
.bf_heading h2{
	position:absolute;
	top:20px;
	left:20px;
	font-size:56px;
	line-height:66px;
}
.bf_desc{
	bottom:95px; /*bottom:0px;*/
	right:40px /*right:0px;*/
}
.bf_desc p{
	position:absolute;
	bottom:20px;
	right:20px;
	font-size:30px;
	line-height:66px;
}
/* Footer Style */
.bf_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background: green;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.bf_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.bf_footer a:hover{
	color:#fff;
}
.bf_footer a span{
	font-weight:bold;
}
.bf_footer a.bf_left{
	float:left;
}


.promo_item {
// background-color: rgb(255, 255, 255);
color: rgb(102, 102, 102);
display: block;
float: left;
font-family: 'Trebuchet MS';
font-size: 12px;
height: 139px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 15px;
position: relative;
text-align: left;
visibility: visible;
width: 243px;
z-index: 33;
}

.promo_image {
color: rgb(102, 102, 102);
display: block;
font-family: 'Trebuchet MS';
font-size: 12px;
height: 139px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
overflow-x: hidden;
overflow-y: hidden;
position: absolute;
text-align: left;
visibility: visible;
width: 243px;
z-index: 34;
}

.promo_headline
{
font-size: 14px;
font-family: 'Terminal Dosis Light', Arial, sans-serif;
}


.promo_copy {
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: url(/img/blue60.png);
background-origin: padding-box;
background-size: auto;
color: rgb(255, 255, 255);
display: block;
font-family: 'Trebuchet MS';
font-size: 12px;
height: 86px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
position: relative;
text-align: left;
top: 0px;
visibility: visible;
width: 203px;
z-index: 35;
}


.promo_actionLink {
bottom: 8px;
color: rgb(255, 255, 255);
display: block;
font-family: 'Trebuchet MS';
font-size: 12px;
height: 25px;
left: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
overflow-x: hidden;
overflow-y: hidden;
position: absolute;
text-align: left;
top: 63px;
visibility: visible;
width: 111px;
z-index: 34;
}


.promo_deck {
color: rgb(255, 255, 255);
display: block;
font-family: 'Trebuchet MS';
font-size: 11px;
height: 0px;
line-height: 15px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
visibility: visible;
width: 203px;
}

.buton_link {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:74px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.buton_link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buton_link:active {
	color: green;
}