
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web');*/

body{
	/*background: url(../images/background-new-green-solutions.jpg) no-repeat center center fixed;*/
	background-color: #d8f0db;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
}
a, a:hover{
	color: rgb( 8, 157, 60 );
}
h1{
	text-shadow: 0px 0px 2px #000000;
	text-align: center;
}
h2{
	color: rgb( 8, 157, 60 );
}
#content{
	margin-top: 0px;
}
#container{
	max-width: 1200px;
}
.menu_container{
	width: 24%;
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	z-index: 100;
	left: -16%;
}
.logo_container img{
	width: 150px;
	margin: 20px;
	z-index: 1500;
	position: fixed;
	left: 2%;
}
.languages_container img{
	width: 30px;
	height: 20px;
	margin: 3px;
	cursor: pointer;
}
.languages_container {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.menu_mobile_button{
	color: #A1A1A1;
	padding: 15px;
	line-height: 10px;
	font-size: 75pt;
	text-align: right;
	margin-top: 175px;
	margin-right: 5px;
	font-weight: 300;
	cursor: pointer;
}
#nav{
	position: absolute;
	left: -30px;
}
#menu_curtain{
	background-color: rgba( 255, 255, 255, 0.5 );
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	opacity: 0;
	display: none;
	text-align: center;
}
.menu_icon{
	width: 30px;
	margin: -4px 15px 0 15px;
	vertical-align: middle;
}
.menu_button{
	line-height: 35px;
}
.menu_button a{
	vertical-align: middle;
	text-decoration: none;
}
#page_content_wrapping{
	margin-left: 7%;
}
#footer{
	/*position: absolute;
	bottom: 0;*/
	text-align: center;
	/*width: 92%;*/
	margin: 0 0 0 2.5%;
	padding: 15px 15px 15px 85px;
	max-width: 1200px;
}
.settings_wrapper{
	text-align: right;
	padding: 15px;
	margin-right: 5px;
	position: absolute;
	bottom: -5px;
	right: 5px;
	cursor: pointer;
}
.settings_wrapper img{
	width: 45px;
}
.content_container{
	margin: 0 0 0 3.5%;
	height: auto;
	padding: 15px 15px 15px 85px;
}
.content_textblok{
	background-color: rgba( 255, 255, 255, 1 );
	color: rgb( 0, 0 ,0 );
	padding: 15px;
}
.img_textblok{
	width: 100%;
}
.text_quote{
	font-weight: 600;
	padding: 0 20px;
}
.cycle-slideshow{
	width: 100%;
	height: 377px;
	z-index: 0;
	margin-top: 4px;
}
.cycle-slideshow img{
	width: 100%;
	height: 377px;
}
.home_h1{
	margin: 20px 0;
}
.home_product_thumpnail{
	width: 235px;
	height: 235px;
	display: inline-block;
	vertical-align: top;
}
.left_text_img{
	display: inline-block;
	vertical-align: top;
	width: 69%;
	margin: 0 5px;
	padding: 0 5px;
	position: relative;
	height: 235px;
}
.left_text_img a{
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
}
.button_link{
	color: #ffffff;
	background-color: rgb( 8, 157, 60 );
	padding: 5px 15px;
	margin: 15px 15px 5px 0px;
	cursor: pointer;
	width: 200px;
	transition: 0.7s;
	text-align: center;
}
.button_link:hover{
	background-color: rgb(11, 210, 80);
}
.img_textblok_product{
	width: 100%;
	height: 377px;
	background-position: center center;
	background-size: 100%;
}
.product_detail_thumbnail{
	width: 230px;
	height: 230px;

}
.centered_div{
	text-align: center;
	margin: auto auto;
}
#newsletter input{
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px 5px 0;
}
.sendForm, .deleteMailChimp{
	width: 50%;
	height: 40px;
	line-height: 40px;
	background-color: rgb( 8, 157, 60 );
	color: rgb(255, 255, 255);
	margin: auto auto;
	text-align: center;
	cursor: pointer;
}
.deleteMailChimp{
	margin: 0;
}
.imsparationPhotos{
	width: 47.5%;
	margin: 1%;
}
.popupMessage{
	position: fixed;
	width: 75%;
	top: 12.5%;
	left: 12.5%;
	min-height: 12.5%;
	z-index: 10000;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	padding: 15px;
}
.exitMessage{
	background-color: rgb( 8, 157, 60 );
    color: rgb(255, 255, 255);
    text-align: center;
    width: 15%;
    float: right;
    margin: 30px 0 0 0;
    cursor: pointer;
}
.subtext{
	font-size: 12px;
	color: rgb( 190, 190, 190 );
}

/* Mobile phones */
@media only screen and (max-device-width: 420px){
	body{
		font-size: 30pt;
	}
	.menu_container{
		width: 50%;
		left: -37%;
	}
	.menu_mobile_button{
		line-height: 20px;
		font-size: 160pt;
	}
	.settings_wrapper img{
		width: 80px;
	}
	h2{
		font-size: 2.8rem;
	}
	.left_text_img{
		vertical-align: sub;
		width: 100%;
		height: auto;
	}
	.home_product_thumpnail{
		vertical-align: sub;
		width: 98%;
		height: auto;
	}
	.left_text_img a{
		position: relative;
		float: right;
	}
	.button_link{
		width: 350px;
		height: 95px;
		line-height: 85px;
	}
	.languages_container img{
		width: 75px;
		height: 55px;
		margin: 0 15px;
	}
	#footer{
		font-size: 20pt
	}
	.menu_button{
		height: 70px;
		margin: 15px 0;
	}
	.menu_icon{
		width: 50px;
	}
	#newsletter .sendForm, #newsletter input, .deleteMailChimp, #MailChimpEmail{
		width: 100%;
	}
	#newsletter input{
		border: solid 1px rgb(200, 200, 200);
		padding: 5px;
}