body{
	background: url('../images/background-new.jpg');
	background-size: cover;
}

div.logo a{
	display: inline-block;
}
.header{
	border-top: 5px solid #6b2f2f;
}

h2.banner-title{
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
	line-height: 68px;
}

.phone{
	display: inline-block;
	padding-left: 90px;
}
.phone a{
	background: #5c2929;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 700;
	border-radius: 45px;
	padding: 4px 60px 4px 80px;
	position: relative;
	display: inline-block;

	transition:all 0.6s;
	-webkit-transition:all 0.6s;
 	-moz-transition:all 0.6s;
 	-o-transition:all 0.6s;
 	-ms-transition:all 0.6s;
}
.phone a:before{
	content: url('../images/phone.png');
	position: absolute;
	z-index: 100000;
	left: -52px;
	top: -10px;
	height: 103px;
}
.phone a:hover,
.phone a:focus{
	background: #77787b;
	text-decoration: none;
}
.address-block{
	display: inline-block;
	margin-top: 22px;
	font-family: 'Montserrat', sans-serif;
}
.address-block .fa{
	color: #5c2929;
	margin-right: 10px;
}
.address-block .block-title{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}
.address-block .addlines{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	line-height: 28px;
}
.address-block .emailline{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
}
.address-block .emailline a{
	font-weight: 600;
	font-size: 16px;
	color: #5c2929;

	transition:all 0.6s;
	-webkit-transition:all 0.6s;
 	-moz-transition:all 0.6s;
 	-o-transition:all 0.6s;
 	-ms-transition:all 0.6s;
}
.address-block .emailline a:hover{
	color: #000000;
	text-decoration: none;
}

.construction{
	/*margin-top: 360px;*/
	margin-bottom: 50px;
}
.construction img{
	margin: 0 auto;
}
.construction img.img-responsive {
    margin: 0 auto;
}
@media (max-width:1191px){
	body{
		background: url('../images/background.jpg');
		background-size: cover;
	}
	.desktop-img{
		display: none;
	}
	.construction{
		margin-top: 360px;
	}
}
@media (min-width:992px) and (max-width:1299px){
	.phone{
		margin-top: 20px;
	}
}
@media (min-width:768px) and (max-width:991px){
	h2.banner-title br{
		display: none;
	}
	h2.banner-title{
		font-size: 38px;
		line-height: 46px;
	}
	.phone{
		margin-top: 20px;
	}
	
}
@media (max-width:767px){
	h2.banner-title br{
		display: none;
	}
	.phone{
		margin-top: 30px;
	}
	.construction{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.construction img{
		padding: 0 30px;
	}
	.address-block{
		background: rgba(255,255,255,0.5);
		padding: 15px;
	}
	.address-block{
		margin-top: 125px;
	}	
	.desktop-img{
		display: none;
	}
}
@media (min-width:600px) and (max-width:767px){
	.logo-column{
		width: 30%;
	}
	.header-text-column{
		width: 70%;
	}
	h2.banner-title {
		font-size: 34px;
		line-height: 45px;
	}

}
@media (min-width:480px) and (max-width:599px){
	.logo-column{
		width: 40%;
	}
	.header-text-column{
		width: 60%;
	}
	h2.banner-title{
		font-size: 26px;
		line-height: 35px;
	}
	.phone{
		padding-left: 20px;
	}
	.phone a{
		padding: 4px 25px 4px 55px;
	}
}
@media (max-width:479px){
	div.logo{
		text-align: center;
	}
	h2.banner-title{
		font-size: 30px;
		line-height: 48px;
	}
	.phone{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.phone a::before{
		top: -19px;
	}
	.phone a{
		padding: 4px 25px 4px 55px;
		font-size: 35px;
	}
	.address-block{
		background: rgba(255,255,255,0.5);
		padding: 15px;
	}
}
@media (max-width:340px){
	.phone{
		padding-left: 0;
	}
	.phone a::before{
		display: none;
	}
	.phone a{
		padding: 4px 25px;
		font-size: 30px;
	}
}