#first-screen{
	background-color: #121C35;
	background-image: url("./img/hello-bg.jpg");
	background-size: cover;
	padding-bottom: 88px;
}
#first-screen h1{
	font-size: 60px;
	color: rgb(233, 233, 233);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("./img/venzel.png");
	padding-top: 86px;
	margin: 214px auto 17px;
	letter-spacing: 0.025em;
}
#first-screen h3{
	font-size: 18px;
	color: rgb(245, 245, 245);
	text-transform: uppercase;
	line-height: 1.333;
	text-align: center;
	margin: 0px auto 141px;
}
#first-screen h5{
	font-size: 16px;
	color: #e9e9e9;
	line-height: 1.125;
	text-align: center;
	margin: 0px auto 11px;
}
#catalog-screen{
	padding: 53px 0 1px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("./img/catalog-bg.jpg");
}
#catalog-screen h2{
	font-size: 36px;
	color: rgb(82, 86, 89);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin: 0 auto 68px;
}
#catalog-screen div.catalog-item{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.07);
	position: relative;
	padding: 165px 0 67px;
	margin: 0px auto 76px;
	max-width: 390px;
}
#catalog-screen div.catalog-item h3{
	background-color: rgb(224, 43, 11);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	padding: 21px 0 16px;
	margin: 0 0 20px;
}
#catalog-screen div.catalog-item div.img-container{
	position: absolute;
	top: -30px;
	left: calc(50% - 140px);
	box-shadow: 0px 13px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#catalog-screen div.catalog-item div.img-container:after{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-style: solid;
	border-width: 7px;
	border-color: rgb(255, 255, 255);
	z-index: 2;
}
#catalog-screen div.catalog-item p{
	text-align: left;
	padding: 0px 15px 6px 20px;
}
#catalog-screen div.catalog-item ul{
	text-align: left;
	padding: 0px 15px 0 40px;
}
#catalog-screen div.catalog-item ul>li{
	text-align: left;
	padding-bottom: 6px;
}
#catalog-screen div.catalog-item a.button{
	position: absolute;
	bottom: 14px;
	width: 102px;
	left: calc(50% - 51px);
}
#warranty-screen{
	padding: 110px 0 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("./img/gray-bg.jpg");
	background-size: cover;
}
#warranty-screen div.card1{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
	max-width: 490px;
	margin: 0 auto 20px;
	position: relative;
	padding: 121px 20px 19px;
}
#warranty-screen div.card1 h2{
	position: absolute;
	background-color: rgb(224, 43, 11);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	left: 80px;
	top: -40px;
	right: 80px;
	font-size: 30px;
	color: rgb(245, 255, 252);
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 59px 0 14px;
}
#warranty-screen div.card1 h2.item1{
	background-image: url("./img/warranty-icon.png");
}
#warranty-screen div.card1 h2.item2{
	background-image: url("./img/delivery-icon.png");
}
#warranty-screen div.card1 p{
	max-width: 20em;
	margin: 0 auto 10px;
}
#warranty-screen div.card1 h4{
	max-width: 20em;
	margin: 0px auto 13px;
	font-size: 30px;
	color: rgb(224, 43, 11);
	text-align: center;
}
#warranty-screen div.card1 h5{
	margin: 17px 60px 0;
	background-color: rgb(224, 43, 11);
	color: rgb(255, 255, 255);
	line-height: 1.35;
	text-align: center;
	padding: 8px 0 10px;
}
#warranty-screen div.card1 h4>strong{
	font-weight: bold;
	font-size: 36px;
}
#warranty-screen div.card1 h5>strong{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}
#portfolio-screen{
	padding: 38px 0 49px;
	background-image: -moz-linear-gradient( 79deg, rgb(224,43,11) 15%, rgb(126,39,30) 25%, rgb(27,34,49) 80%);
	background-image: -webkit-linear-gradient( 79deg, rgb(224,43,11) 15%, rgb(126,39,30) 25%, rgb(27,34,49) 80%);
	background-image: -ms-linear-gradient( 79deg, rgb(224,43,11) 15%, rgb(126,39,30) 25%, rgb(27,34,49) 80%);
}
#portfolio-screen h2{
	font-size: 36px;
	color: rgb(245, 245, 245);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto 36px;
}


#home-page-slider-cont{
	margin: 0 50px;
}
#home-page-slider-cont img{
	
}
div.owl-item > div{
	height: 197px;
	background-size: cover;
	background-position: center;
	border: 7px solid #fff;
	margin: 0 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
div.pages-content{
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("./img/catalog-bg.jpg");
}
div.pages-content h1{
	font-size: 36px;
	color: rgb(82, 86, 89);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin: 30px auto 20px;
}
div.pages-content h2{
	font-size: 28px;
	color: rgb(82, 86, 89);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
div.pages-content h3{
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
}
div.pages-content h4{
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
}
div.pages-content p{
	text-align: center;
}
div.left p{
	text-align: left;
}
div.pages-content img{
	border: 7px solid #fff;
	box-shadow: 0px 13px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 10px 10px 30px;
	max-width: calc(100% - 20px);
}
#actions{
	background-color: #fff;
	position: relative;
	padding: 0;
}
#actions:before{
	position: absolute;
	display block;
	content: "";
	background-color: #2B3B3D;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
}
.initiative p{
	text-align: left !important;
}
img.clear{
	max-width: 100%  !important;
	border: none  !important;
	box-shadow: none  !important;
	margin: 0  !important;
}
@media (max-width:991px){
	div.pages-content{
		padding-top: 150px;
	}
}
@media (max-width: 767px){
	#actions:before{
		display: none;
	}
}
@media (max-width:530px){
	div.pages-content{
		padding-top: 110px;
	}
}