@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
*{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4e4e4e;
	text-align:justify;
	overflow-x: hidden;
}
.clear{
	clear:both;
	height:0px;
}
#site_top{
	width:990px;
	height:auto;
	margin:auto;
	padding-top: 0;
	z-index:1000;
	position:relative;
}
.site_topleft{
	width:329px;
	height:auto;
	float:left;
}
.logo_bg{
	background:url(images/logo_bg.png) top left no-repeat;
	width:311px;
	height:84px;
	float:left;
}
.logo {
    background: url(images/logo_alban.svg) top left no-repeat;
    width: 300px;
    height: 153px;
    float: left;
    margin: 0 0px 0px 0px;
    background-size: contain;
    position: relative;
    /* left: 30%; */
}

.fsc_logo {
    position: absolute;
    right: -30%;
    left: auto;
    top: -11px;
}

.site_topright {
    position: relative;
    right: 50px;
}
.site_topright{
	width:640px;
	height:auto;
	float:right;
	/*margin-top:20px;*/
}
.top_nav{
	width: 500px;
	height: 59px;
	float: right;
	background: rgb(255 255 255);
	position: absolute;
	top: 10px;
	bottom: auto;
	right: 35px;
}
.top_nav ul{
	text-align:left;
}
.top_nav ul li{
	display:inline;
}
.top_nav ul li a{
	display:block;
	height: 59px;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

a.home{
	width: 84px;
	background-position:0px 11px;
}
a.home:hover, a.selected-home{
	background-position: 0px -48px;
}
a.about{
	width: 86px;
	background-position: -95px 11px;
}
a.about:hover, a.selected-about{
	background-position: -95px -48px;
}
a.products{
	width: 86px;
	background-position: -192px 11px;
}
a.products:hover, a.selected-products{
	background-position: -192px -48px;
}
a.contact_us{
	width: 86px;
	background-position: -355px 11px;
}
a.contact_us:hover, a.selected-contact{
	background-position: -355px -48px;
}
a.fsc{
	width: 86px;
	background-position: -277px 11px;
}
a.fsc:hover, a.selected-fsc{
	background-position: -277px -48px;
}
.gallery_full{
	width:100%;
	height:594px;
	margin:auto;
}
.gallery {
  top: 0;
  width: 100%;
  height: 100%;
  float: left;
  margin-top: 0;
  position: absolute;
}
.gallery_inner{
	width:100%;
	height:311px;
	float:left;
	margin-top: -157px;
}
#wrapper{
	width:990px;
	height:auto;
	margin:auto;
}
.site_content{
	width:990px;
	height:auto;
	float:left;
}
.site_content h1{
	font-size:24px;
	font-family: 'Anton', sans-serif;
	color:#000000;
	float:left;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:400;
}
.gallery_slogan{
    width:314px;
    height:130px;
    float:left;
    margin-top:-450px;
    z-index:1000;
    position:relative;
    margin-left:0%;
}
.slogan_inside{
	width:376px;
	height:auto;
	float:left;
	margin:30px 0px 30px 30px;
}
.slogan_inside p{
	text-align:left;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	color:#000000;
	margin-top:10px;
	line-height:22px;
}
.gallery_slogan h3{
	float:left;
	text-align:left;
	font-family: 'Anton', sans-serif;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:400;
}
.gallery_slogan span{
	color:#b31001;
}
.home_product_width{
	width:990px;
	height:auto;
	float:left;
	z-index:1000;
	position:relative;
	margin-top:-185px;
}
.home_product_box{
	width:233px;
	height:346px;
	float:left;
	background:#ffffff;
	border:3px solid #000000;
	margin:0px 4px;
}
.home_product_box h2{
	width:233px;
	text-align:center;
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000000;
	font-size:22px;
	margin:16px 0px;
	text-transform:uppercase;
	font-weight:400;
}
.home_product_box p{
	width:200px;
	text-align:center;
	margin:auto;
}
a.more{
	background:url(images/more.png) top left no-repeat;
	width:78px;
	height:29px;
	float:left;
	margin-top:18px;
	margin-left:78px;
}
a.more:hover{
	background:url(images/more_01.png) top left no-repeat;
	width:78px;
	height:29px;
	float:left;
	margin-top:18px;
	margin-left:78px;
}
.more_letter{
	background: url(images/more_let.png) top left no-repeat;
	width:31px;
	height:11px;
	float:left;
	margin-top:8px;
}
.product_box_img{
	width:100%;
	height:140px;
	float:left;
	margin-bottom:27px;
}
.home_content_full{
	width:100%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:30px;
}
.content_left{
	width:715px;
	height:auto;
	float:left;
}
.home_content_right{
	width:230px;
	height:auto;
	float:right;
}
.content_right_content{
	background:url(images/home_contact_img.png) top left no-repeat;
	width:230px;
	height:auto;
	min-height:111px;
	float:left;
	text-align:right;
}
.content_right_content p{
	font-size:18px;
	margin-top:70px;
	line-height:20px;
	color:#e43025;
}
.home_img{
	width:164px;
	height:147px;
	float:left;
}
.home_left_content{
	width:513px;
	height:auto;
	float:right;
}
.footer_bg{
	width:100%;
	height:50px;
	background:#333232;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}
.footer_bg_home{
	width:100%;
	height:50px;
	background:#333232;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	z-index:1000;
	position:relative;
	margin-top:50px;
}
.footer{
	width:990px;
	height:auto;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#858585;
}
.inner_img{
	width:299px;
	height:197px;
	float:left;
	margin:0px 30px 20px 0px;
}

.pagging{
	width:758px;
	height:auto;
	float:right;
	margin-left:0px;
	padding-top:20px;
}
a.page_numeric2{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #fff;
    color: #000;
    background: #E43025;
    margin:0px 2px;
    font-size:13px;
    font-family:Arial;
}
a.page_numeric2:hover{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #fff;
    margin:0px 2px;
    background:#E43025;
    color:#ffffff;
    font-size:13px;
    font-family:Arial;
}
.current2{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #fff;
    color: #ffffff;
    background:#E43025;
    font-size:13px;
    font-family:Arial;
}
.inner_img1{
	width:233px;
	height:140px;
	float:left;
	margin:0px 30px 20px 0px;
}
#desc{
    width:720px;
    float:left;
}
#desc ol li{
    margin-left:18px;
}
#desc ul li{
    margin-left:18px;
}
.site_topright1{
	height: auto;
	float: right;
	margin-top: 0;
	position: absolute;
	right: 13%;
	z-index: 1000;
	top: 18%;
}
.bx-viewport ul li{
	height: 100% !important;
	overflow: visible !important;
}
.container-fluid{
	padding-right: 0 !important;
    padding-left: 0 !important;
}
.bx-viewport{
	height: 100% !important;
	overflow: visible !important;
}
.bx-viewport ul li img{
	height: 823px;
	overflow: hidden;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* .footer_bg_home{
	position: absolute;
	bottom: 0;
} */
.gallery{
	height: auto;
}
.carousel-control.right, .carousel-control.left  {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(0 0 0 / 0%) 100%)!important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%)!important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / 0%)),to(rgb(0 0 0 / 0%))) !important;
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 0%) 100%) !important;

}
.ab_position{
	position: absolute !important;
  margin: 0 auto !important;
  width: 100% !important;
}
