#logo-middle-holder {
	width: 864px;
    height: 385px;
    background: url(../img/b/logo-middle-bg.png) no-repeat;
    position: relative;
    top: 90px;
    left: 190px;
	opacity:0;
}
#logo-middle-holder.yes {
	opacity:1;
	transition:opacity 250ms ease-out;
}
#logo-middle-holder.no {
	opacity:0;
	transition:opacity 350ms ease-out; 
}
#logo-middle {
    position: relative;
    top: 200px;
    left: 204px;
}


.b-homepage {
	height:880px;
	background:url(../img/b/b-homepage.jpg);
	background-size:cover;
}
.b-banketka {
	height:700px;
	background:url(../img/b/b-banketka.jpg);
	background-size:cover;
	background-position: bottom;
}
.b-catering {
	height:700px;
	background:url(../img/b/b-catering.jpg);
	background-size:cover;
	background-position: bottom;
}
.b-kontakt {
	height:700px;
	background:url(../img/b/b-kontakt.jpg);
	background-size:cover;
	background-position: top;
	/*background-position:center center*/
}



.moving-b {
	margin-top:75px;
	background-size:cover!important;
	height:400px;
}

#moving-b-homepage {
	background:url(../img/b/moving-b-homepage.jpg) no-repeat center center;
}
#moving-b-banketka {
	background:url(../img/b/moving-b-banketka.jpg) no-repeat;
	margin-bottom: -120px;
}
#moving-b-denni-menu {
	background:url(../img/b/moving-b-denni-menu.jpg) no-repeat;
	margin-bottom: -120px;
}
#moving-b-catering {
	background:url(../img/b/moving-b-catering.jpg) no-repeat;
	margin-bottom: -120px;
}


@media (max-width:1199px) {
	.moving-b {
		background-size:auto!important;
	}
	#logo-middle-holder {
		left:-60px;
	}
	#moving-b-banketka {
		background-position-x:-400px!important;
	}
	#moving-b-catering {
		background-position-x:-400px!important;
	}
}
@media (max-width:991px) {
	.b-homepage {
		height: 700px;
	}
	#logo-middle-holder {
		position:absolute!important;
		left: -130px;
		margin-top: -80px;
	}
	
}
@media (max-width:767px) {
/*	#moving-b-homepage {
		background-position-x:-400px!important;
	}*/
	#moving-b-banketka {
		background-position-x:-670px!important;
	}
	#moving-b-catering {
		background-position-x:-110px!important;
	}
	
	#logo-middle-holder {
		margin-top:-100px!important;
		background-position: -175px;
	}
	#logo-middle {
		width: 75%;
		max-width: 307px;
		height:auto;
		left: 30px!important;
		margin-top:-10px;
	}
}