html {
	background:#3d3d3a;
	height:100%;
}
body {
	font-family:'Karla', sans-serif;
	color:#777;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#777;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#777;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#777;
	text-decoration:none;
	outline:none;
}
h1 {
	font-family:'PT Serif', serif;
	font-weight:700;
	font-style:italic;
	font-size:44px;
	line-height:53px;
	color:#3d3d3a;
	padding:8px 0 1px 0;
	margin:0;
	text-align:center;
}
h2 {
	text-transform:uppercase;
	font-weight:400;
	font-size:36px;
	line-height:42px;
	color:#3d3d3a;
	padding:0 0 3px 0;
	margin:0;
}
h3 {
	width:100%;
	border-left:4px solid #6aa338;
	box-sizing:border-box;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:5px 0 5px 14px;
}
p {
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0;
}
hr {
	background:#cacaca;
	color:#cacaca;
	max-width:218px;
	width:100%;
	border:0;
	height:1px;
	margin:46px auto 40px auto;
}
a img {
	border:0;
}
.page-content {
	background:#fff;
	font-size:20px;
	width:100%;
	overflow:hidden;
	float:left;
}
.container {
	max-width:1920px;
	width:89%;
	margin:0 auto;
}
.content {
	width:100%;
	float:left;
}
.page-content img {
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:228px 140px;
	width:228px;
	height:140px;
	margin-top:14px;
	float:left;
}
.menu-content {
	background:#f7f7f7;
	width:100%;
	height:167px;
	position:fixed;
	top:0;
	left:0;
	z-index:50;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
.menu {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.menu > ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	box-sizing:border-box;
	position:absolute;
	top:75px;
	right:124px;
}
.menu > ul > li {
	margin:20px 0 20px 20px;
	list-style:none;
	position:relative;
	overflow:hidden;
	float:left;
}
.menu > ul > li:hover {
	margin:0 0 0 20px;
	padding:20px 0;
	overflow:visible;
}
.menu > ul > li > a {
	color:#3c3c3b;
	text-transform:uppercase;
	font-size:13.5pt;
	line-height:30px;
	cursor:pointer;
	position:relative;
	z-index:9;
	transition:color 0.2s ease-in-out;
	float:left;
}
.menu > ul > li > a:hover, .menu > ul > li > a.current {
	color:#6aa338;
	cursor:pointer;
}
.menu > ul > li > ul {
	background:#f3f3f3;
	width:200px;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:45px;
	left:-18px;
	opacity:0;
	text-align:left;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.menu > ul > li > ul > li > ul {
	background:#fff;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.menu > ul > li:hover > ul {
	top:60px;
	opacity:1;
}
.menu > ul > li > ul > li {
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #fff;
	float:left;
}
.menu > ul > li > ul > li > ul > li {
	width:100%;
	background:#fff;
	padding:0;
	margin:0;
	border-top:1px solid #f3f3f3;
	float:left;
}
.menu > ul > li > ul > li:first-child {
	border:0;
}
.menu > ul > li > ul > li > a {
	width:100%;
	color:#3c3c3b;
	font-size:18px;
	line-height:22px;
	padding:8px 18px;
	box-sizing:border-box;
	transition:color 0.2s ease-in-out, background 0.2s ease-in-out;
	float:left;
}
.menu > ul > li > ul > li > ul > li > a {
	width:100%;
	color:#3c3c3b;
	font-size:18px;
	line-height:22px;
	padding:8px 18px 8px 38px;
	box-sizing:border-box;
	transition:color 0.2s ease-in-out;
	float:left;
}
.menu > ul > li > ul > li > ul > li > a:hover {
	color:#6aa338;
}
.menu > ul > li > ul > li > a:hover {
	color:#6aa338;
	background:#f9f9f9;
}
.menu > ul > li > ul > li > a.current, .menu > ul > li > ul > li > ul > li > a.current {
	font-weight:700;
}
.menu-sml-content {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:28px;
	height:19px;
	position:absolute;
	top:39px;
	right:3%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#999;
	width:28px;
	height:3px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:18px;
}
.menu-bttn-line-3 {
	top:26px;
}
#menu-sml {
	background:#f3f3f3;
	width:100%;
	position:absolute;
	top:100px;
	left:0;
	padding:0 0 8px 0;
	display:none;
	z-index:1000;
	overflow:auto;
	user-select:none;
	box-shadow:0 3px 3px rgba(0,0,0,0.03);
}
.menu-sml-container {
	width:100%;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:10px 0 15px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#3c3c3b;
	text-transform:uppercase;
	font-size:14pt;
	line-height:21px;
	padding:15px 10px 5px 10px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#6aa338;
}
#menu-sml ul li ul {
	margin:0;
}
#menu-sml ul li ul li a {
	font-size:12pt;
	line-height:19px;
	padding:8px 10px 5px 10px;
	text-transform:none;
	color:#656565;
}
.menu-sml-content .logo {
	background-size:106px 65px;
	width:106px;
	height:65px;
	margin:0 !important;
	position:absolute;
	top:26px;
	left:4%;
}
.animation, .animation .logo, .animation .menu > ul, .animation .soc-icons {
	transition:all 0.2s ease-in-out !important;
}
.menu-content-sml {
	height:84px;
}
.menu-content-sml .logo {
	background-size:106px 65px;
	width:106px;
	height:65px;
	margin-top:10px;
}
.menu-content-sml .menu > ul {
	top:21px;
}
.menu-content-sml .soc-icons {
	top:42px;
}
.soc-icons {
	width:117px;
	position:absolute;
	top:95px;
	right:0;
}
.soc-icons > a {
	width:28px;
	height:28px;
	margin-left:10px;
	transition:background 0.2s ease-in-out;
	border-radius:100%;
	float:right;
}
.soc-icons > a.instagram {
	background:url(img/instagram.png) no-repeat top center;
	background-size:28px 56px;
}
.soc-icons > a.facebook {
	background:url(img/facebook.png) no-repeat top center;
	background-size:28px 56px;
}
.soc-icons > a.pinterest {
	background:url(img/pinterest.png) no-repeat top center;
	background-size:28px 56px;
}
.soc-icons > a:hover {
	background-position:bottom center;
}
.header-content {
	background:#eaeaea;
	overflow:visible !important;
}
.bg {
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	position:fixed;
	z-index:101;
	display:none;
	visibility:hidden;
}
.header {
	font-family:'Karla', sans-serif;
	max-width:1920px;
	width:100%;
	position:relative;
	margin:0 auto;
	display:table;
}
.header > img {
	width:100%;
	height:auto;
}
.header > div {
	width:50px;
	height:50px;
	position:absolute;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.header > div > div {
	width:450px;
	background:#fff;
	position:absolute;
	padding:0 5px 5px 5px;
	top:-155px;
	left:30px;
	z-index:102;
	display:none;
	box-shadow:0 15px 15px rgba(0,0,0,0.5);
	transition:left 0.2s ease-in-out;
}
.header > div > div a {
	display:table;
}
.header > div > div.right-box {
	width:450px;
	background:#fff;
	padding:0 5px 5px 5px;
	position:absolute;
	right:30px;
	left:auto;
	margin-right:50px;
	z-index:102;
	display:none;
	transition:right 0.2s ease-in-out;
}
.header > div > div > div {
	padding:15px;
}
.header > div > div > div > span {
	width:100%;
	display:block;
	font-size:18pt;
	font-weight:700;
	text-transform:uppercase;
	color:#444;
	padding-bottom:10px;
}
a.bttn {
	background:#6aa338;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	text-transform:uppercase;
	line-height:24px;
	padding:13px 42px;
	box-sizing:border-box;
	text-decoration:none !important;
	transition:background 0.2s ease-in-out;
}
a.bttn:hover {
	color:#fff !important;
	background:#75b33e;
}
.header > div > div.left-box:before {
	content:"";
	background:#fff;
	position:absolute;
	top:140px;
	left:-14px;
	width:30px; 
	height:30px;
  	transform:rotate(45deg);
	z-index:-20;
	box-shadow:0 15px 15px rgba(0,0,0,0.5);
}
.header > div > div.right-box:before {
	content:"";
	background:#fff;
	position:absolute;
	top:140px;
	right:-14px;
	width:30px; 
	height:30px;
  	transform:rotate(45deg);
	z-index:-20;
	box-shadow:0 15px 15px rgba(0,0,0,0.5);
}
.header > div > div > img {
	width:100%;
	border:5px solid #fff;
	margin-left:-5px;
	display:block;
}
.header > div > span {
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	top:-25px;
	left:-25px;
	border-radius:100%;
	box-sizing:border-box;
	opacity:0.75;
	border:5px solid #fff;
	box-shadow:0 1px 16px rgba(0,0,0,0.8);
	cursor:pointer;
	transition:background 0.2s ease-in-out;
}
.header > div > span:hover {
	background:rgba(255,255,255,0.25);
}
.header > div:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-50px 0 0 -50px;
	border-radius:100%;
	opacity:0.75;
	border:5px solid transparent;
	box-sizing:border-box;	
	animation-name:blink;
	animation-duration:3000ms;
	animation-iteration-count:infinite;
}
@-webkit-keyframes blink {	
   80% {
		opacity:1;
		box-shadow:0 0 0 0 #fff;
	  }   
   100% {
		opacity:0;
		box-shadow:0 0 0 50px #fff;
	 }
}
.roof-gardens {
	top:32%;
	left:23.3%;
}
.roof-gardens:before {
	animation-delay:-1s;
}
.living-walls {
	top:23.8%;
	left:53.5%;
}
.living-walls:before {
	animation-delay:-1.20s;
}
.balconies {
	top:67.5%;
	left:23.1%;
}
.balconies:before {	
	animation-delay:-1.80s;
}
.living-walls-2 {
	top:86%;
	right:10%;
}
.living-walls-2:before {
	animation-delay:-2s;
}
.balconies-2 {
	top:50.8%;
	right:21.25%;
}
.balconies-2:before {
	animation-delay:-1.40s;
}
.planters {
	top:94%;
	left:63%;
}
.planters:before {
	animation-delay:-1.60s;
}
.intro {
	max-width:1000px;
}
.intro > h1 {
	width:100%;
	font-family:'Karla', sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	font-style:normal;
	color:#777;
	text-transform:uppercase;
	padding:190px 0 22px 0;
	text-align:center;
	float:left;
}
.intro-box {
	max-width:611px;
	width:100%;
	position:absolute;
	top:32%;
	left:0;
	right:0;
	margin:0 auto;
	padding:36px 20px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.85);
	box-shadow:0 15px 15px rgba(0,0,0,0.35);
	display:table;
	text-align:center;
	color:#3d3d3a;
}
.plant-bg {
	margin:0 auto 18px auto;
	display:table;
	width:100%;
}
.plant-1 {
	background:url(img/plant_1.png) no-repeat center;
	background-size:47px 124px;
	width:47px;
	padding-top:131px !important;
}
.plant-2 {
	background:url(img/plant_2.png) no-repeat top center;
	background-size:57px 126px;
	padding-top:133px !important;
}
.plant-3 {
	background:url(img/plant_3.png) no-repeat top center;
	background-size:76px 124px;
	padding-top:131px !important;
}
.plant-4 {
	background:url(img/plant_4.png) no-repeat top  center;
	background-size:53px 147px;
	padding-top:154px !important;
}
.plant-5 {
	background:url(img/plant_5.png) no-repeat top  center;
	background-size:43px 145px;
	padding-top:152px !important;
}
.plant-6 {
	background:url(img/plant_6.png) no-repeat top  center;
	background-size:61px 124px;
	padding-top:131px !important;
}
.text-box-content {
	padding:65px 0;
	text-align:center;
}
.text-box-content .container {
	max-width:838px;
}
.text-box-content .content {
	background:#f7f7f7;
	padding:46px 12.88% 75px 12.88%;
	box-sizing:border-box;
	opacity:0;
	position:relative;
	top:-50px;
	transition:top 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.image-content {
	background-repeat:no-repeat;
	background-size:cover;
	padding:0;
	height:950px;
}
.image-content img {
	display:none
}
#video-content {
	padding:110px 50px 0 50px;
	box-sizing:border-box;
	text-align:center;
}
#video-content .container {
	width:80%;
	text-align:center;
}
#video-gallery-content, #gallery-content {
	width:100%;
	float:left;
}
.video-gallery {
	width:100%;
	max-width:940px;
	margin:30px auto 0 auto;
}
.video-gallery .video > div {
	width:100%;
	position:relative;
    overflow:hidden;
    padding-top:56.25%;
}
.video-gallery .video div > iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.services-content, .about-content {
	max-width:1920px;
	margin:0 auto;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	overflow:hidden;
	float:none;
}
.services-box {
	width:100%;
	min-height:693px;
	float:left;
}
.services-img {
	background-position:top center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	width:50%;
	height:100%;
	overflow:hidden;
	opacity:0;
	position:relative;
	left:-75px;
	float:left;
	transition:left 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.services-box:nth-child(odd) .services-img {
	right:-75px;
	left:auto !important;
	float:right;
	transition:right 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.services-img img {
	width:100%;
	height:auto;
	display:none;
	float:right;
}
.services-box:nth-child(odd) .services-img img {
	float:left;
}
.services-text-content {
	width:50%;
	max-width:552px;
	height:100%;
	display:table;
	padding-top:35px;
	padding-bottom:35px;
	box-sizing:border-box;
	opacity:0;
	position:relative;
	float:left;
}
.services-box:nth-child(odd) .services-text-content {
	left:-75px;
	right:auto !important;
	float:right;
	transition:left 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.services-box:nth-child(even) .services-text-content {
	right:-75px;
	left:auto !important;
	float:left;
	transition:right 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.services-text {
	font-size:20px;
	line-height:28px;
	vertical-align:middle;
	width:100%;
	display:table-cell;
	padding-left:14%;
	padding-right:11%;
	padding-bottom:8px;
	box-sizing:border-box;
}
.services-text a.bttn {
	margin:23px 0 0 0;
}
.services-text > h1 {
	display:table;
	padding-bottom:15px;
	text-align:left;
}
.services-text > h1 > div {
	margin:0 auto 7px auto;
}
.services-box:nth-child(odd) .services-text {
	padding-left:11%;
	padding-right:14%;
}
.services-block .container {
	max-width:1000px !important;
}
.services-block-left {
	width:55% !important;
	float:left;
}
.services-block-right {
	width:40%;
	float:right;
}
.text-img-content {
	padding:100px 0;
}
.text-img-content .container {
	max-width:910px;
}
.text-img-content .content {
	display:table;
	opacity:0;
	position:relative;
	top:-50px;
	transition:top 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.text-img-content .content h1 {
	padding-bottom:16px;
	text-align:left;
	width:max-content;
}
.text-img-content .content > div:first-child {
	background:#f7f7f7;
	width:55.4%;
	text-align:left;
	padding:25px 12.63% 60px 12.63%;
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.text-img-content .content > div:first-child .plant-bg {
	margin:0 auto 18px auto;
}
.text-img-content .content > div:last-child {
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position:center;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.text-img-content .content > div:last-child img {
	opacity:0;
}
.our-work-content {
	background:#fafafa;
	text-align:center;
	padding:58px 0 100px 0;
}
.our-work-content .container {
	max-width:960px;
}
.our-work {
	width:100%;
	margin:52px 0 20px 0;
	float:left;
}
#testimonials-content {
	background:#e6e6e7;
	padding:58px 50px 150px 50px;
	text-align:center;
	box-sizing:border-box;
}
#testimonials-content .container {
	max-width:700px;
}
.testimonials {
	background:#fff;
	width:100%;
	position:relative;
	padding:73px 50px 0 50px;
	margin-top:50px;
	border-radius:60px;
	box-sizing:border-box;
	display:table;
}
.testimonials .quote {
	width:100%;
	padding:30px 0 25px 0;
	font-size:25px;
	line-height:29px;
	font-style:italic;
	color:#777;
}
.testimonials .quote > div {
	width:100%;
	font-weight:700;
	font-style:normal;
	padding-top:30px;
	display:block;
}
.testimonials .quote > div > span {
	color:#999;
	font-weight:400;
	font-style:normal;
	display:block;
	font-size:17px;
	line-height:17px;
}
.testimonials:before {
	content:"";
	background:url(img/quote.png) no-repeat top center;
	background-size:62px 122px;
	width:62px;
	height:61px;
	position:absolute;
	top:-20px;
	left:24px;
}
.testimonials:after {
	content:"";
	background:url(img/quote.png) no-repeat bottom center;
	background-size:62px 122px;
	width:62px;
	height:61px;
	position:absolute;
	bottom:-20px;
	right:24px;
}
#testimonials-content .content > span {
	width:100%;
	background:url(img/quote_bottom.png) no-repeat top right 100px;
	height:66px;
	float:left;
}
.testimonials .slick-dots {
	position:relative;
	bottom:-141px;
	margin:0;
	padding:0;
}
.testimonials .slick-dots button {
	background:#fff;
}
.testimonials .slick-prev, .testimonials .slick-next {
	margin-top:-25px;
}
.about-content {
	background:#fff;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
}
.about-content .services-box {	
	min-height:756px;
}
#contact-us-content {
	background:#fff;
}
#contact-us-content .container {
	max-width:870px;
}
#contact-us-content h1 {
	padding-bottom:50px;
}
.contact-content {
	width:100%;
	display:table;
	float:left;
}
.contact-img {
	background:url(img/philip_contact_us.jpg) no-repeat top center;
	background-size:cover;
	height:600px;
	width:46.55%;
	display:table-cell;
}
.contact-form {
	background:#f7f7f7;
	width:53.45%;
	padding:25px 30px 30px 30px;
	box-sizing:border-box;
	display:table-cell;
}
.contact-form > div {
	width:100%;
	font-size:22px;
	line-height:40px;
	padding:0 0 16px 0;
	float:left;
}
.contact-form > div a:hover {
	text-decoration:underline;
}
.contact-form > div:after {
	content:"";
	width:40px;
	height:40px;
	border:1px solid #777;
	border-radius:100%;
	display:inline-block;
	background-size:40px 40px !important;
	margin-right:16px;
	float:left;
}
.contact-form > div.phone:after {
	background:url(img/phone.png) no-repeat center;
}
.contact-form > div.mail:after {
	background:url(img/mail.png) no-repeat center;
}
.contact-form div {
	display:table;
}
.contact-form span {
	width:100%;
	font-size:12pt;
	padding-top:30px;
	float:left;
}
.contact-form form {
	width:100%;
	border-top:1px solid #fff;
	padding-top:30px;
	margin-top:14px;
	float:left;
}
.contact-form form input, .contact-form form textarea {
	min-width:100% !important;
}
input[type=text], input[type=password], input[type=email], textarea {
	width:100%;
	font-family:'Karla', sans-serif;
	font-size:21px;
	line-height:26px;
	background:#fff;
	color:#777;
	border:0;
	padding:12px 16px;
	margin:0 0 15px 0;
	box-sizing:border-box;
	outline:none;
	float:left;
}
input::placeholder, textarea::placeholder {
	color:rgba(119,119,119,0.65);
	opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:rgba(119,119,119,0.65);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color:rgba(119,119,119,0.65);
}
textarea {
	resize:vertical;
}
form button {
	font-family:'Karla', sans-serif;
	min-width:156px;
	font-size:20px;
	line-height:30px;
	background:#6aa338;
	color:#fff;
	text-transform:uppercase;
	border:0;
	outline:none;
	box-sizing:border-box;
	cursor:pointer;
	padding:5px 16px;
}
form button:active {
	padding:6px 15px 4px 17px;
}
#subscribe-content {
	min-height:100px;
	background:#6aa338;
	color:#fff;
	padding:66px 0 68px 0;
}
#subscribe-content h1 {
	color:#fff;
}
#subscribe-content form {
	width:100%;
	max-width:371px;
	font-size:13px;
	line-height:19px;
	margin:23px auto 0 auto;
}
#subscribe-content form > div {
	width:100%;
	position:relative;
	float:left;
}
#subscribe-content form a {
	color:#fff;
	font-weight:bold;
}
#subscribe-content form a:hover {
	text-decoration:underline;
}
#subscribe-content form input[type=email] {
	width:calc(100% - 100px);
	color:#fff;
	font-size:19px;
	line-height:38px;
	padding:0 15px;
	background:#6aa338;
	border:1px solid #fff;
	float:left;
}
#subscribe-content form input[type=email]::placeholder {
	color:rgba(255,255,255,0.65);
	opacity:1;
	font-style:italic;
}
#subscribe-content form input[type=email]:-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
	font-style:italic;
}
#subscribe-content form input[type=email]::-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
	font-style:italic;
}
#subscribe-content form input[type=checkbox] {
	position:relative;
	bottom:-2px;
	margin:0 6px 0 0;
	outline:none;
}
#subscribe-content form button {
	display:inline-block;
	min-width:auto;
	font-size:17px;
	line-height:30px;
	background:#fff;
	color:#6aa338;
	position:absolute;
	top:0;
	right:0;
}
.cat-title {
	background:none;
	padding:355px 0 112px 0;
	position:relative;
}
.cat-title:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.35);
}
.cat-title .container {
	max-width:650px;
	position:relative;
	z-index:1;
}
.cat-title h1 {
	color:#fff;
	font-size:50px;
	line-height:53px;
	padding-bottom:20px;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.cat-title h2 {
	font-size:15px;
	line-height:18px;
	font-style:italic;
	text-transform:none;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.cat-title h2 a {
	color:#fff
}
.cat-title h2 a:hover {
	text-decoration:underline;
}
.cat-title-img {
	background-size:cover !important;
	background-attachment:fixed;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
}
.service {
	padding:17px 0 75px 0;
	min-height:500px;
}
.category {
	padding:50px 0 75px 0;
}
.service .container {
	max-width:650px;
}
.service-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:80px 0 0 0;
	display:table;
}
.service .service-content {
	padding:0;
}
.service-box {
	width:100%;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #ebebeb;
	position:relative;
	float:left;
}
.service-box:last-of-type {
	border:0;
}
.service-box img {
	width:40% !important;
	height:auto !important;
	float:right;
}
.service-box:nth-child(even) img {
	float:left;
}
.service-box .service-box-text-content {
	width:60%;
	padding:0 5% 0 0;
    box-sizing:border-box;
	float:left;
}
.service-box:nth-child(even) .service-box-text-content {
	padding:0 0 0 5%;
	float:right;
}
.service-content h1 {
	width:100%;
	text-align:left;
	padding:35px 0 20px 0;
	float:left;
}
.service-content h1 a {
	color:#3d3d3a;
}
.service-box h1 a:hover {
	color:#6aa338;
}
.service-box-date {
	width:100%;
	color:#6aa338;
	font-size:15px;
	line-height:18px;
	font-style:italic;
	padding-bottom:17px;
	float:left;
}
.service-box-descr {
	width:100%;
	padding-bottom:5px;
	float:left;
}
.service-box-descr a {
	font-weight:700;
	text-decoration:underline;
}
.service-box-descr a:hover {
	color:#6aa338;
}
.articles-content .container {
	max-width:1000px;
}
.articles-list {
	width:103.5023041474654%;
	padding-top:12px;
	padding-bottom:50px;
	margin-left:-1.7511520737327%;
	float:left;
}
.articles-list > ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.articles-list > ul > li {
	width:33.333333%;
	margin:0;
	padding:38px 19px 0 19px;
	box-sizing:border-box;
	float:left;
}
.articles-list > ul > li > div {
	background:#f7f7f7;
	width:100%;
	height:100%;
	position:relative;
	float:left;
}
.articles-list > ul > li > div > a {
	width:100%;
	float:left;
}
.articles-list > ul > li > div > a > img {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}
.articles-list > ul > li > div > div {
	padding:23px 26px 140px 26px;
	box-sizing:border-box;
	float:left;
}
.articles-list > ul > li > div > div > h2 {
	font-size:22px;
	line-height:26px;
	font-weight:700;
	padding:4px 0 18px 0;
	text-transform:none;
	color:#3d3d3a;
}
.articles-list > ul > li > div > div > h2 > a {
	color:#3d3d3a;
}
.articles-list > ul > li > div > div > a.bttn {
	position:absolute;
	margin:0 auto;
	bottom:44px;
	left:0;
	right:0;
	width:190px;
	padding-right:0;
	padding-left:0;
	text-align:center;
}
.service-box-cat {
	width:100%;
	font-size:15px;
	line-height:18px;
	font-style:italic;
	padding:2px 0 19px 0;
	float:left;
}
.service .service-box-cat {
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
}
.service-box-cat span:after {
	content:" / ";
}
.service-box-cat span:last-of-type:after {
	content:"";
}
.service-box-cat a:hover {
	text-decoration:underline;
}
.article-tags {
	width:100%;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	float:left;
}
.article-tags span:after {
	content:", ";
}
.article-tags span:last-of-type:after {
	content:"";
}
.article-tags a {
	font-weight:700;
}
.article-tags a:hover {
	text-decoration:underline;
}
.related-content {
	width:100%;
	float:left;
}
.related-content ul {
	width:calc(100% + 24px);
	margin:0 0 0 -12px;
	padding:0;
	list-style:none;
	float:left;
}
.related-content ul li {
	width:33.33333333%;
	padding:12px;
	box-sizing:border-box;
	font-size:14px;
	line-height:16px;
	text-align:center;
	float:left;
}
.related-content ul li img {
	transition:opacity 0.2s ease-in-out;
}
.related-content ul li a:hover img {
	opacity:0.85;
}
.related-content ul li div {
	width:100%;
	color:#3d3d3a;
	padding:5px 0 3px 0;
	font-weight:700;
}
.related-content ul li span {
	width:100%;
	color:#999;
}
.related-title, .recent-title {
	width:100%;
	font-size:17px;
	line-height:20px;
	font-weight:700;
	padding-top:60px;
	float:left;
}
.related-title:before, .recent-title:before {
	content:"> ";
	color:#6aa338;
}
.recent-content {
	width:100%;
	float:left;
}
.recent-content ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.recent-content ul li {
	width:100%;
	margin:8px 0 0 0;
	padding:0;
	font-size:18px;
	line-height:22px;
	float:left;
}
.recent-content ul li:before {
	content:"> ";
	color:#6aa338;
}
.recent-content ul li a:hover {
	color:#6aa338;
}
.search {
	width:100%;
	float:left;
}
.search input[type=text] {
	width:100%;
	max-width:500px;
	border:1px solid #ddd;
	margin:30px 0 0 0;
}
.pagnav {
	width:100%;
	padding-bottom:75px;
	float:left;
}
a.paginate, a.selected {
	background:#aaa;
	font-size:13pt;
	line-height:34px;
	width:34px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin:5px 3px;
	display:inline-block;
	transition:background 0.2s ease-in-out;
}
a.paginate:hover {
	background:#3d3d3a;
}
a.selected {
	background:#6aa338;
}
span.inactive {
	visibility:hidden;
}
a.page-next:hover, a.page-prev:hover {
	text-decoration:underline;
}
.container-text {
	padding:230px 0 75px 0;
	min-height:500px;
}
.footer-content {
	background:#3d3d3a;
	padding:72px 0;
}
.footer-content .container {
	max-width:1000px;
}
.footer-content .content {
	display:table;
	color:#fff;
	font-size:16px;
	line-height:19px;
}
.footer-content .content > div {
	vertical-align:top;
	padding:0 15px;
	box-sizing:border-box;
	float:left;
}
.footer-content .content > div > span {
	font-size:13px;
	line-height:16px;
}
.footer-content .content > div:first-child {
	width:22%;
	padding-left:0;
	position:relative;
	top:-30px;
}
.footer-content .content > div:nth-child(2), .footer-content .content > div:nth-child(3) {
	width:15.8%;
}
.footer-content .content > div:nth-child(4) {
	width:25%;
}
.footer-content .content > div:nth-child(4) a {
	display:none;
	margin:0 auto 30px auto;
}
.footer-content .content > div a {
	color:#fff;
}
.footer-content .content > div a:hover {
	text-decoration:underline;
}
.logo-white {
	background:url(img/logo_white.png) no-repeat center;
	background-size:115px 71px;
	width:115px;
	height:71px;
	margin-bottom:29px;
}
.footer-content .soc-icons {
	position:static;
	width:129px;
	margin:16px 0 0 -11px;
}
.footer-content .soc-icons > a {
	border:2px solid #fff;
}
.footer-content .content > div:last-child {
	width:21.4%;
	text-align:right;
	padding-right:0;
}
.footer-content .content > div:last-child a {
	color:#777;
}
.privacy-policy {	
	padding:230px 0 75px 0;
	min-height:500px;
}
.privacy-policy .container {
	max-width:650px;
}
.privacy-policy .content > h1 {
	padding-bottom:35px;
}
.mail-content {
	width:100%;
	max-width:630px;
	text-align:center;
	margin:0 auto;
}
.mail-content img {
	width:100%;
	max-width:125px !important;
	height:auto;
	margin-bottom:25px;
}
a.contact-bttn {
	background:#6aa338;
	color:#fff;
	text-transform:uppercase;
	font-size:17pt;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none !important;
	transition:background 0.2s ease-in-out;
	text-align:center;
	padding:15px 40px;
	position:fixed;
	right:20px;
	bottom:20px;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
	white-space:nowrap;
	display:none;
}
a.contact-bttn:hover {
	color:#fff !important;
	background:#75b33e;
}
.planters-content {
	width:100%;
	margin-top:35px;
	padding:35px 0;
	border-top:2px solid #f4f4f4;
	float:left;
}
.planters-content strong {
	display:block;
	padding:5px 0 12px 0;
}
.planter-img {
	background:#f4f4f4;
	width:100%;
	margin:35px 0 30px 0;
	float:left;
}
.choose-planter {
	width:100%;
	float:left;
}
.choose-planter ul {
	width:calc(100% + 4px);
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.choose-planter ul li {
	font-size:17pt;
	line-height:27px;
	width:calc(50% - 10px);
	border:3px solid #6aa338;
	color:#777;
	border-radius:10px;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
	padding:13px;
	margin:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
}
.choose-planter ul li.current {
	color:#fff;
	background-color:#6aa338;
}
.choose-colour {
	width:100%;
	padding-bottom:25px;
	float:left;
}
.choose-colour ul {
	width:100%;
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	float:left;
}
.choose-colour ul li {
	width:54px;
	height:54px;
	margin:5px 6px 5px 5px;
	padding:0;
	list-style:none;
	box-sizing:border-box;
	border-radius:10px;
	cursor:pointer;
	float:left;
}
.choose-colour ul li.current {
	border:3px solid #000;
}
.colour-title, .planter-title {
	width:100%;
	max-width:610px;
	font-size:15pt;
	line-height:23px;
	background:#f4f4f4;
	margin-top:17px;
	padding:20px;
	font-weight:bold;
	float:left;
}
.choose-size {
	width:100%;
	display:none !important;
	float:left;
}
.choose-size ul {
	width:calc(100% + 4px);
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	float:left;
}
.choose-size ul li {
	font-size:17pt;
	line-height:27px;
	width:calc(50% - 10px);
	background:#f4f4f4;
	border:3px solid #f4f4f4;
	color:#777;
	border-radius:10px;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
	padding:13px;
	margin:5px;
	float:left;
}
.choose-size ul li.current {
	border:3px solid #000;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.cookies-container {
	font-family: 'Arial';
	font-size: 16px;
	line-height: 20px;
	background: rgba(255,255,102,0.9);
	color: #222;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 1006;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookies-container a {
	color: #000;
	text-decoration: underline;
}
.cookies-container .cookies-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookies-container .cookies-content .cookies {
	display: table-cell;
	vertical-align: middle;
	padding: 22px 132px 22px 40px;
	float: left;
}
.agree-cookies {
	background: #000;
	color: #fff;
	padding: 8px 12px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 40px;
}
@media only screen and (max-width:480px){	
	.cookies-container .cookies-content .cookies {
		padding: 20px 20px 20px 20px;
	}
	.cookies-container .cookies-content .cookies span {
		display: block;
		margin-top: 12px;
	}
	.agree-cookies {
		position: static;
	}
}