/* ==========================
BG PAKET
============================= */

.bgpaket{
	background:url('bg.jpg') no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	height: 300px;
}
.bgpaket .caption{
	margin-top: 200px;
	color: #fff;
	font-size: 40px;
	font-family: 'bebas_neue', sans-serif;
    font-weight: 700;
	text-shadow: 0 2px 6px rgba(0, 0, 0, .6);
}
.bgpaket .caption a{
	color: #fff;
	text-decoration: none;
}
.bgpaket .caption h3{
	font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 900;
	text-transform:uppercase;
	margin-bottom: 0;
}
.bgpaket .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}
.bgpaket .breadcrumb > .active {
    color: #fff;
}
.bgpaket .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}