.bl1 {
    padding-top: 64px;
    padding-bottom: 72px;
    background: url('../img/halal.jpg') top center;
    background-size: cover;    
}
.bl1 .title {
    margin-bottom: 36px;
	font-family: "OpenSansBold", sans-serif; 
    font-size: 32px;
    color: #fff; 
    line-height: 1;
    text-align: center;
}
.bl1 .title span {
    display: block;
    margin-top: 14px;
    font-family: "OpenSansRegular", sans-serif; 
    font-size: 18px; 
    line-height: 1.4;
}
.add_btn {
    display: table;
    background: #ffa834;    
    padding: 16px 28px 20px;
    margin: 16px auto 0px;
    font-family: "OpenSansSemiBold", sans-serif; 
    font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	outline: none;
    border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    behavior: url(border-radius.htc);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.add_btn:hover {
	background: #26b;
	color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

/*bl1i*/
.bl1i { background: #f2f2f2; padding-top: 32px; padding-bottom: 32px; }
.bl1i .text {
    font-family: "OpenSansRegular", sans-serif; 
    font-size: 15px;
	color: #1a1a1a;
    line-height: 1.5;
}

/*nav-pills*/
#tabs_halal .line { 
    display: table;
    width: 100%;
    height: 1px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 24px;
}
.nav-pills { display: table; margin: 0px auto; }
.nav-pills>li>a {
    margin-bottom: 0px;
    background: transparent!important;
    font-family: "OpenSansRegular", sans-serif; 
    font-size: 16px;
    color: #1a1a1a;
    border-radius: 0;
    border: 3px solid #fff;     
    padding: 14px 16px;
}
.nav-pills>li>a:hover, .nav-pills>li>a:focus { 
    border: 3px solid #ccc; 
    color: #428bca;
}
.nav-pills>li+li { margin: 0!important; }
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { 
    border: 3px solid #ffa834; 
    color: #808080;
}


/*bl2*/
.bl2 img { display: block; }
.bl2 .item { margin-bottom: 32px; }
.bl2 .item:hover img { transform: scale(1.05); }
.bl2 img { 
	-ms-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bl2 .img { position: relative; overflow: hidden; }
.bl2 .bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,25,0.4);
    background: -o-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -ms-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);
    background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);  
    position: absolute;
    top: 0;
    left: 0; 
    content: "";
    z-index: 1;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: .8;
}
.bl2 .img:hover .bg {
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    opacity: .5;
}
.bl2 .item:hover .title { 
    bottom: 75px;
	transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.bl2 .title {
    display: table;
    font-family: "RobotoBold", sans-serif; 
    font-size: 20px;
	color: #fff;
    position: absolute;
    bottom: 42px;
    left: 20px;
    z-index: 5;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.bl2 .item:hover .linestar { 
    bottom: -16px;
	transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;    
}
.bl2 .linestar {
    display: table;
    height: 16px;
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.bl2 .linestar .img, .bl2 .linestar .imga {
    margin-right: 6px;
    background-size: cover!important;
    width: 12px;
    height: 12px;
    float: left;   
}
.bl2 .linestar .img { background: url('../img/star.png');  opacity: .5; }
.bl2 .linestar .imga { background: url('../img/star_active.png'); }
.bl2 .item:hover .btn_detail { 
	bottom: 16px;
	transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn_detail {
	display: table;
	height: 38px;
	padding: 14px 16px;
    background: #ffce00;
    font-family: "OpenSansBold", sans-serif; 
    font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 20px;
	bottom: -64px;
	z-index: 5;
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.btn_detail:hover { 
	cursor: pointer;
}


.bl2 .text {
    display: table;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-top: none;    
    padding: 15px;    
    font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
	color: #1a1a1a;
    line-height: 1.5;
}
.bl2 .text span { 
    display: block;
    margin-bottom: 4px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 15px;
    color: #808080;
}
.bl2 .hit { 
    background: #ffce00;
    position: absolute;
    top: 10px;
    left: 7px;
    padding: 12px 18px 12px;    
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.32);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.32);
    -moz-border-radius: 24px 2px 24px 0px;
    -webkit-border-radius: 24px 2px 24px 0px;
    -khtml-border-radius: 24px 2px 24px 0px;
    border-radius: 16px 0px 16px 0px;
    behavior: url(border-radius.htc);
}
.bl2 .hit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border: 4px solid #ffa834;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
    white-space: normal;
}

/*bl3*/
.bl3 { background: #f2f2f2; }
.bl3 { background: #f2f2f2; }
.bl3 .img {
    width: 124px;
    height: 124px;
    background: #f2f2f2;
    margin: 0px auto;
    background-size: cover!important;
    -moz-border-radius: 62px; 
    -webkit-border-radius: 62px;
    -khtml-border-radius: 62px;
    border-radius: 62px;
    behavior: url(border-radius.htc);
}
.bl3 .img1 { background: url('../img/halal_img1.jpg'); }
.bl3 .img2 { background: url('../img/halal_img2.jpg'); }
.bl3 .img3 { background: url('../img/halal_img3.jpg'); }
.bl3 .img4 { background: url('../img/halal_img4.jpg'); }
.bl3 .item .bg24 { padding: 24px; background: #fff; }
.bl3 .item .bg {
    display: table;    
    width: 100%;    
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.bl3 .title {
    margin-top: 16px;
    margin-bottom: 10px;
	font-family: "OpenSansSemiBold", sans-serif; 
    color: #26b;
    font-size: 20px;
    text-align: center;
}
.bl3 .text {
    display: table;
	font-family: "OpenSansRegular", sans-serif; 
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/*320 - 767*/
@media (min-width: 320px) and (max-width: 767px) { 
    
    .bl2 .text { width: auto; }
    
}

/*320 - 479*/
@media (max-width: 479px) {
    
    .bl2 .img { height: auto; } 
    .bl3 .item .bg24 { display: table; }
    .bl3 .item { margin-bottom: 24px; }
    .bl3 .item:last-child { margin-bottom: 0px; }
	   
}

/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) { 
    
    .bl2 .img { width: 60%; height: auto; float: left; }  
    .bl2 .text {
        display: table;
        border: 1px solid #f2f2f2;        
    }
    .bl3 .item .bg24 { display: table; }
    .bl3 .item { margin-bottom: 24px; }
    .bl3 .item:last-child { margin-bottom: 0px; }
    .bl3 .img { float: left; margin:0; margin-right: 16px; }
    .bl3 .title { text-align: left; }
    .bl3 .text { text-align: left; }
    .bl3 .title { margin-top: 8px; }
    
}

/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {
    
     .bl3 .mb24-xs { margin-bottom: 24px; }
 
}


/*992 - 1199*/
@media (min-width: 992px) and (max-width: 1199px) {


}
	
	
/*1200*/
@media (min-width: 1200px) {

}