.metafinderbox {
    background: #dadada url("../../images/bgmetafinder.jpg") no-repeat scroll 0 0 / cover ; 
    margin: 0 0 7px;
    padding: 45px 0;
	height: 260px; /*280px*/    
	display: inline-block;
    width: 100%;
}
.metafinderbox .form-control {
    border-radius: 22px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
    height: 44px;
    line-height: normal;
    padding-left: 20px;
	width: 50%;
	float:none;
	border:1px solid #cecece;
	float: left;
}
.metafinderbox .btn, .PresseSearchDialog .btn {
	background: #ffa500 none repeat scroll 0 0;
    border-radius: 25px;
    color: #000;
    float: none;
    font-family: "ContinentalStagSans-Medium";
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    padding: 15px 24px 12px;
	border: none;
	transition: background 0.3s ease-in-out;
	margin: 11px 0 0 20px;
}

.metafinderbox .btn:hover, .PresseSearchDialog .btn:hover {background:#FEBB40;}
.metafinderbox h1 {
    color: #000000;
    font-family: "ContinentalStagSans-Book";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 10px;
}
.metafinderbox h2 {
    padding: 0 0 20px 0;
    font-family: 'ContinentalStagSans-Light';
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
}
.metafinderbox h3 {float: right; color: #ffffff; font-size: 22px;margin-top: 40px;    font-family: "ContinentalStagSans-Book";    font-weight: 400;}
.metafinderbox .searchBtnMobile {
    display: none;
}
.form-control:focus {
    border:1px solid #cecece;
    box-shadow: none;
    outline: 0 none;
}

/*### Stage ###*/
.img-responsive, .thumbnail > img, 
.thumbnail a > img, .carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	width: auto;
	height: auto;
}
.carousel-control {
	width: 7%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 30%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 33%;
}