html, body
{
	height:100%; 
	background-image: url("../img/bg3.jpg");
	background-size: cover;
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-position: center -30px;
}

.first
{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.lb-title
{
	font-size: 35px;
	font-weight: 700;
}
.price-size
{
	font-size: 20px;
	font-weight: 700;
}

.price-right
{
	color: green;
}

.lb-text
{
	font-size: 22px;
	font-weight: 300;
}
.bgbg
{
	background-image:url('img/right-img.png');
    color: #fff; 
    max-width: 100%; 
    height: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-attachment: relative;
}

.top-header .container {
	position: relative;
}

.top-header .navbar-brand {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 150px;
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.top-header .navbar-brand img {
	max-width: 150px;
	width: 100%;
}

.navbar {
	padding-top: 0;
}
.opaque-overlay.top-header {
	overflow: visible;
}

.navbar-expand-md .navbar-collapse {
	justify-content: flex-end;
}

.navbar-toggler {
	margin-left: auto;
}

@media (max-width: 1400px) {

	html, body {
		background-position: center top;
	}
}

@media (max-width: 1000px) {
	.top-header .navbar-brand {
		max-width: 90px;
	}
}

@media (min-width: 1600px) {
	html, body {
		background-position: center top;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	html, body {
		background-image: url('../img/bg-mob.jpg');
	}
	.navbar {
		background-color: rgba(255,255,255,.9);
		padding: 5px;
	}
}

