.bl1 {
    padding-top: 64px;
    padding-bottom: 72px;
    background: url('../img/trips.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;
}

/*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 { padding-bottom: 40px; }
.bl2 img { display: block; }
.bl2 .item { margin-bottom: 24px; min-height: 400px; }
.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: 21px;
    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 .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;
}
.bl2 .pagination { display: table; margin: 12px auto 24px; }

.bl3 { background: #f2f2f2; }
.bl3 .img {    
    background: url('../img/trips_bl3_img.jpg');
    background-size: cover;
    position: relative;
}
.bl3 .visa { padding-top: 64px; padding-bottom: 64px; }
.bl3 .visa .title {
    display: table;
    width: 100%;
    margin-bottom: 28px;
    font-family: "RobotoBold", sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.bl3 .visa .btn { 
    border: 3px solid #ffa834;
    background: #ffa834;
    color: #1a1a1a;
}
.bl3 .visa .btn:hover { 
    border: 3px solid #26b;
    background: #26b;
    color: #fff;       
}

.opentrips { background: #f2f2f2; } 
.opentrips .bgw { background: #fff; padding-bottom: 42px; } 
.opentrips img { 
    width: 100%!important;
    height: auto!important;
	padding: 0px 0px 16px 0px;
	float: left;
} 	
.opentrips .text { 
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 15px;
    color: #1a1a1a;
    line-height: 22px;
	padding-bottom: 24px;
}
.opentrips .text h2, h3, h4, h5, h6{ font-weight: bold;}
.opentrips .text h2 { font-size:1.75em;}
.opentrips .text h3 { font-size:1.5em;}
.opentrips .text h4 { font-size:1.25em;}
.opentrips .text h5 { font-size:1em;}
.opentrips .text h6 { font-size:.75em;}

.opentrips .text strong { font-family: "OpenSansSemiBold", sans-serif;  }
.opentrips .text p { margin-top: 6px; margin-bottom: 2px; }
.opentrips .text li { 
	padding: 0;	
	margin: 0;
    list-style-position: inside;
}
.opentrips .text .ya-share2:before {
	float: right;
	content: "1";
}
.share {
	font-family: "RobotoRegular", sans-serif; 
    font-size: 14px;
    color: #808080;
	margin-bottom: 12px;
}
.opentrips .left { padding-left: 24px; } 
.opentrips .utp { background: #fff; padding: 0px 15px 32px; }
.opentrips .utp .title { 
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 3px solid #2266bb;
    padding: 18px 15px 17px;
    color: #666;
}
.btn-style-4 { margin-top: 0; }


/*slider*/
.halalslider {  
    margin-top: 0px;
    background: #fff;
	position: relative;
	width: 100%;
    overflow: hidden;
}
.halalslider li { list-style: none; }
.halalslider .flex-direction-nav .flex-nav-prev, .halalslider .flex-direction-nav .flex-nav-next {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border: 2px solid #fff;
    background: rgba(255,255,255,.0);
    position: absolute;
    top: 50%;   
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    overflow: hidden;
    z-index: 9999;
    opacity: .5;
}
.halalslider .flex-direction-nav .flex-nav-prev:hover, .halalslider .flex-direction-nav .flex-nav-next:hover {
    opacity: 1;
}
.halalslider .flex-direction-nav a {
    display: table;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
.halalslider .flex-direction-nav .flex-nav-prev {
    left: 32px;    
}  
.halalslider .flex-direction-nav .flex-nav-next {
    right: 32px;
}
.halalslider .flex-control-nav {
    width: 100%;    
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 999;
}
.halalslider .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
}
.halalslider .flex-control-paging li a.flex-active {
    background: #ffa834;
    cursor: default;
}
.halalslider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #ccc;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.halalslider img {
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    background-size: cover!important;
}





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

/*320 - 479*/
@media (max-width: 479px) {
    
    .bl2 .img { height: auto; } 
    .bl2 { padding-bottom: 32px; }
    .halalslider .flex-direction-nav { display: none; }  
    
    .halalslider .flex-control-paging li a {
        width: 9px;
        height: 9px;
    }
	   
}

/*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;        
    }
    
}

/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {
    

}


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


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

}