.contentarea img {
	height: auto;
}

a#logo-bg {display: none;}

.gallery .pics {
	margin: 5px;
}
.blog #main article {
	clear: both;
}
.blog .alignleft img {
	max-width: 320px;
	height: auto;
}
.single .alignleft img {
	max-width: 450px;
}
.contact-page-info {
    margin-top: 50px;
}
@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}
.staff-shadow {
	box-shadow: 10px 10px 10px grey;
}

.offer-wrapper {
	border: 2px solid #000;
	padding: 30px 40px;
	max-width: 550px;
	/*background: #eee;*/
	border-radius: 0px;
	background: url(../images/Falbo_2.jpg) center center no-repeat;
	background-size: cover;
}
.offer-wrapper2 {
	
	background: url(../images/Falbo_1.jpg) center center no-repeat;
	padding: 30px 40px ;
	background-size: cover;
}
.offer-wrapper3 {
	padding: 0px 0px 0px 100px;
}
.offer-wrapper p span {
	color: #666;
}

.offer-wrapper {
	padding: 20px 30px;
	max-width: 750px;
	max-height: 750px;
/*	background: rgba(255,255,255,0.6);*/
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	margin: 20px auto;
}
.offer-wrapper h2 {
	margin-bottom: 0;
}

.offer-wrapper h3 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.offer-wrapper p {
	color: #fff;
	font-weight: 400;
}

.offer-wrapper p.expires span {
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.offer-wrapper p2 {
	color: black;
	
} 

.page-id-596 h3 {
    margin: 60px auto 40px auto;
    font-weight: bold;
}
#main .offer-wrapper a.main-btn.transition img {
	margin-right: 5px;
}
#main .offer-wrapper a.main-btn.transition {
	    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    width: 102%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
	


a.pics.tech {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

ul.diode {
    margin-left: 40%;
}




/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {

    ul.diode {
    margin-left: 45%;
    }
} 

@media (max-width: 1025px) {

    ul.diode {
    margin-left: 50%;
    }
}

@media only screen and (max-width: 979px) {

    ul.diode {
    margin-left: 55%;
    }
}

@media only screen and (max-width: 767px) {
	img.alignright,
	img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

    a.pics.tech {
    	float: none;
    	display: block;
    }
	.offer-wrapper {
		max-height: unset;
		line-height: 46px;
	
	}
	.offer-wrapper2 {
		height: 100%;
		padding: 30px 40px;
	}
	
	.offer-wrapper p {
		color: #fff;
		font-weight: 400;
		font-size: 22px;
		line-height: 23px;
	}

	.offer-wrapper h2 {
		margin-bottom: 0;
		font-size: 25px;
		line-height: 21px;
	}

	.offer-wrapper h3 {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 10px;
		line-height: 36px;
	}
	.offer-wrapper3 {
		padding: 0px;
		text-align: center;
	}
	.offer-wrapper p {
		color: #fff;
		font-weight: 400;
		font-size: 18px;
	}
	
	ul.diode {
    margin-left: 10%;
    }
}

@media all and (max-width: 600px) {


}
@media only screen and (max-width: 480px) {
	
	.offer-wrapper2 {
	padding: 10px 10px;
	}
	
	#main .offer-wrapper a.main-btn.transition {
    font-size: 14px;
	}
    
}
@media only screen and (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}
}