
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}

/*********************************buttons*************************************/
.button-1 {
	display:inline-block;
	line-height:12px;
	font: normal 13px/1.7em 'Droid Sans', sans-serif;
	color:#fff;
	background:url(../images/button-1.jpg) left top repeat;
	overflow:hidden;
	padding:7px 11px 7px;	
}
.button-1:hover {
	text-decoration:none;
	 color:#f77609;
}

/************* simple_gallery *********/
.bg-2{background: none repeat scroll 0 0 #000000; height:418px}
.simple_gallery {
	background:url(../images/preloader.png) 50% 50% no-repeat;
	position:relative;
	width:1500px;
	height:515px;
	top:0;
	left:50%;
	margin-left:-750px;
}
.simple_gallery .items {
	display:none;
}
.gallery_wrap {
	overflow:hidden;
	height:510px
}
.img-pags {
	position:absolute !important;
	z-index:999;
	top:500px;
	width:1058px !important;
	display:inline;
	left:48%;
	margin-left:-500px;

	
}
.img-pags ul li {
	margin-right:16px;
	background:#fff;
	overflow:hidden;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.img-pags ul li .img_btn {
	display:inline-block;
	float:left;
	margin:2px;
}
.pag_indent {
	padding:16px 0 0 17px;
	line-height:22px
}
.img-pags ul li h4 {
	color:#fff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	padding-bottom:29px;
	font-family: 'HelveticaCondensed';
	font-size:20px;
	 font-weight:normal	
}
.img-pags ul li:hover h4,.img-pags ul li.current h4 {
	color:#000;
}
.img-pags ul li:hover,.img-pags ul li.current {
	background:#fff;
}



	

