/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - STICKY
 *	+ CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - ERROR PAGE
 *	 - ELEMENTS
 *	+ RESPONSIVE
 *	 - LARGE DISPALY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES)
 */
 

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#page-wrapper {
	background-color: transparent;
	overflow: hidden;
	}
	
	.textdecoration {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#181818;
	} 
	
	.Surname {
	visibility: hidden;
	height: 2px!important;
	width:5px!important;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
	#calltoaction {
	color: #ffffff;
	font-size: 25px;
	font-weight: 300;
	text-align: right;
	float: right;
	height: 25px;
	width: 340px;
	position: absolute;
	padding: 0px;
	right: 15px;
	margin-top: 75px;
	line-height: 17px;
	}
.whiteline {
	background-image: url(../../images/dot-white.gif);
	background-repeat: repeat-x;
	float: right;
	height: 1px;
	width: 180px;
	margin-top: 8px;
	margin-bottom: 5px;
	position: relative;
}

#address{
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
	float: right;
	line-height:16px;
	}
	
#subheaders { 
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:10px 0 10px 0; 
	margin-bottom:2%;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	
	}
	
#subheader-home {  
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:15px 0 10px 0; 
	margin-bottom:2%;
	margin-top:-105px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}
	

.socialbut {
	margin-top:-50px;
}
.socialbut, a:active {	
opacity: 1;
  filter:Alpha(Opacity=1)
}
.socialbut:hover
{
  opacity: 0.75;
  filter:Alpha(Opacity=75)
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.contentbackhome {	
background-color:#FFFFFF; 
padding:20px 20px 1px 20px; 
margin-bottom: 10px;
background: rgba(55,97,18,1);
background: -moz-linear-gradient(top, rgba(55,97,18,1) 0%, rgba(255,255,255,1) 20%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55,97,18,1)), color-stop(20%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(55,97,18,1) 0%, rgba(255,255,255,1) 20%);
background: -o-linear-gradient(top, rgba(55,97,18,1) 0%, rgba(255,255,255,1) 20%);
background: -ms-linear-gradient(top, rgba(55,97,18,1) 0%, rgba(255,255,255,1) 20%);
background: linear-gradient(to bottom, rgba(55,97,18,1) 0%, rgba(255,255,255,1) 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376112', endColorstr='#ffffff', GradientType=0 );
}

.contentbackgallery {	
background-color:#FFFFFF; padding: 0px; border-top:thin solid #458523;

}

.contentbackreviews {	
background-color:#FFFFFF; padding: 0px; 
border-top:thin solid #458523;
padding:20px 20px 1px 20px;

}
 
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header {
box-shadow: 0 0 0 #d7d7d7;
    cursor: default;
    height: 7.75em;
    left: 0;
    line-height: 3.25em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	
background: rgba(82,168,7,1);
background: -moz-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,168,7,1)), color-stop(100%, rgba(51,104,52,1)));
background: -webkit-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -o-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -ms-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: linear-gradient(to bottom, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a807', endColorstr='#336834', GradientType=0 );


}
#header2 {
	box-shadow: 0 0 0 #d7d7d7;
	cursor: default;
	height: 7.05em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background-attachment: scroll;
	background: rgba(38, 56, 107, 0.7) none repeat scroll 0 10%;
	background-image: url(../../images/header-web.jpg);
	background-repeat: repeat;
}

	#header [class^="col-"] {
		position: static;
	display: block;
	margin: 0px;
	padding: 0px;

	}
	
	#header .container {
		position: relative;
	}
	
	.wordwrap { 
   white-space: pre-wrap!important;      /* CSS3 */   
   white-space: -moz-pre-wrap!important; /* Firefox */   
   white-space: -o-pre-wrap!important;   /* Opera 7 */    
   word-wrap: break-word!important;      /* IE */
       line-height: 16px;
}

.wordwrap2 {
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
	line-height: 28px;
	max-width:65%;
	text-align: center;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/
 	
	#logo {
	display: inline-block;
	width: 601px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}
	
	#logo img {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
				z-index: 500;
				position: relative;
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
	padding: 0;
	list-style: none;
	position: relative;
	height: 30px;
	float: right;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	.menu {
	margin-top: -61px;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0!important;
	width: 100%!important;
	left: 0px;
	right: 0px;
	padding-left:26.5%;
	height: 55px;
	padding-top: 12px;
	border-top: thin solid #567f31;
	position: relative;
	display:block;
	}
	
	.menu > li {

	}
	
	.menu li a {
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #ffffff;
	line-height: 20px;
	z-index: 10000;
	}
	
	.menu > li > a {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.01em;
	float: left;
	height: 30px;
	width: auto;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	
	}
	
	.menu li.dropdown ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 100;
		width: 135%;
		border-bottom: 4px solid #95b7a8;
		background-color: #transparent!important;
	}
	
	.menu > li.dropdown:last-child > ul {
		right: 0;
		left: auto;
	}
	
	.menu li.dropdown li a { padding: 5px 20px; }
	
	.menu li.dropdown ul ul {
		top: 1px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		display: none;
		z-index: 100;
		width: 100%;
		padding: 10px 0 5px;
		border: 0px solid #d7d7d7;
		border-top-color: #181818;
		background-color: transparent!important;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.megamenu-container .section > *:last-child {
		margin-bottom: 0;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
		color:#95b7a8;
	}
	
	.menu li.megamenu ul li a {
		padding: 0 10px; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 0px;
		right: 0;
		font-family: "FontAwesome";
		content: none;
	}
		
	.sf-arrows ul .sf-with-ul:after {
		top: 12px;
		right: 10px;
		content: "\f105";
	}
	
	.menu li a:hover {
		text-decoration: none; color:#95b7a8;
	}
	
	.menu > li > a:hover,
	.menu > li.active > a,
	.menu > li.sfHover > a	{
		color: #9fc349;
	}
	
	.menu li.megamenu ul li a:hover,
	.menu li.dropdown > ul li a:hover,
	.menu li.dropdown > ul li.sfHover > a {
		background-color: transparent!important;
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		font-size: 32px;
		line-height: 32px;
		padding: 5px 10px;
		border-radius: 3px;
		margin-top: 0px;
		color: #f5f5f5;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#mobile-menu-button:hover {
		background-color: #181818;
		color: #fff;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
	}
	
	#mobile-menu {
		border-bottom: 1px solid #181818;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid #181818;
		text-decoration: none;
		color: #181818;
		font-family: "Dosis", Arial, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	
	#mobile-menu > li > a {
		font-size: 12px;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
	
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#mobile-menu .megamenu-container .section:last-child {
		margin-bottom: 0;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
	}
	
	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid #181818;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 20px;
		line-height: 20px;
		content: "+";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "-";
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
	
	#search-form + nav {
		margin-right: 40px;
	}
	
	#search-form {
		position: absolute;
		top: 50px;
		right: 15px;
		z-index: 5000;
	}
	
	#search-form input[type="text"] {
		height: 40px;
		width: 34px;
		background: #fff url(../../images/backgrounds/search.png) no-repeat center right+10px;
		border: none;
	}
	
	#search-form input[type="text"]:hover { cursor: pointer; }
	
	#search-form input[type="text"].open {
	    padding-left: 15px;
	    border: 1px solid #181818;
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	@media (min-width: 992px) {
	
		#header.header-sticky {
			position: fixed !important;
			top: 0 !important;
			left: 0;
			right: 0;
			margin: 0 auto;
			width: 100%;
			background-color: #fff;
			z-index: 99999;
			box-shadow: 0 1px 3px #d7d7d7;
			padding-top: 10px;
			-webkit-transition: padding-top 0.3s;
					transition: padding-top 0.3s;
		}
		
		.header-sticky #logo {
			margin-top: 0;
			margin-bottom: 10px;
		}
		
		.header-sticky .menu {
			margin-top: 33px;
		}
		
		.header-sticky .menu > li > a {
			padding-bottom: 0px;
		}
		
		.header-sticky #search-form {
			top: 5px;
		}
	
	}

/***********************************************************************************
 *	+ CONTENT
 ***********************************************************************************/
	
	#content {
	padding-bottom: 0px;
	background-image: url(../../images/content-back-home.jpg);
	background-position: left top;
	background-size: 100% auto !important;
	background-repeat:no-repeat;
	background-color: rgba(195,207,169, 0.9);
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		background: #181818 no-repeat center center;
		color: #fff;
		padding: 90px 0 90px;
		margin-bottom: 80px;
	}
	
	#page-header-web {
		background: #181818 no-repeat center top;
		color: #fff;
		padding: 20px 0 20px;
		margin-bottom: 0px;
		background-size: 100% auto !important;
		min-height:300px;
	}
	
	#page-header-new-home {
	background: 50% top no-repeat fixed;
	color: #fff;
	margin-bottom: 0px;
	background-size: 100% !important;
	padding-top: 187px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	min-height:950px;
	}
	#page-header-all {
	min-height: 350px;
	color: #fff;
	margin-bottom: 0px;
	background-size: 100% !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
	
	#page-header h4 {
		color: #fff;
		margin-bottom: 0;
		line-height: 26px;
	}
	
	.col-full-home {
	 position: relative;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
max-height:830px;
  margin-top: -80px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.col-full-web {
	 position: relative;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
max-height:300px;
  margin-top: -80px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/

	#footer {
	padding: 60px 0 0px;
	background-color: #408321;
	color: #ffffff;
	background-size: 100%!important;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/footer-image.jpg);
	}
	
	
	#footer a,
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #fff;
	}
	
	#footer a:hover {
		color: #95b7a8;
	}
	
	#footer .widget-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 50px;
		font-weight: 300;
	}
	
	#footer .widget-text div {
		margin-top: -5px;
	}
	
	#footer .widget-recent-comments ul  li > p a {
		color: #979797;
	}
	
	#footer .widget-search input[type="text"]:focus {
		border-bottom-color: #fff;
	}
	
	#footer .widget-calendar table td#today {
		background-color: #979797;
	}
	
	#footer .flickr_badge_image img {
		width: 64px;
	}
	
	#footer .widget-contact ul {
		font-size: 12px;
		color: #ffffff;
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
#page-footerr-new {
	min-height: 150px;
	color: #fff;
	padding: 70px 0 70px;
	margin-bottom: 80px;
	background-size: 100% !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	}
	
	
	#footer-bottom {
	padding: 0px 0 30px;
	background-color: #000000;
	color: #ffffff;
	background-repeat: no-repeat;
	}
	
	#footer-bottom a,
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 {
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-recent-comments ul  li > p a {
		color: #ffffff;
	}
	
	#footer-bottom .widget-search input[type="text"]:focus {
		border-bottom-color: #fff;
	}
	
	#footer-bottom .widget-calendar table td#today {
		background-color: #ffffff;
	}
	
	#footer-bottom  .widget-social .social-media {
		text-align: right;
		margin-top: 8px;
	}
	
	#footer-bottom  .widget-social .social-media  a {
		color: #ffffff;
	}
	
	#footer-bottom a:hover {
		color: #95b7a8;
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 
.hometextnew {

text-align:center; 
margin-left:auto;
margin-right:auto; 
padding-left:19%; 
padding-right:19%; 
margin-top:3%;

}

.calltoaction p {
	color:#c7e088; 
	margin-top: -9px;
	position: absolute;
	font-weight: 500;
	}


.calltoaction a {
	color: #ffffff!important;
	font-size: 25px;
	font-weight: 400;
	text-align: right;
	float: right;
	height: 25px;
	width: 200px;
	position: absolute;
	padding: 0px;
	right: 0px;
	margin-top: -10px;
	}

.calltoaction, a.calltoaction:link, a.calltoaction:visited, a.calltoaction:active {
	color: #ffffff!important;
}

.calltoaction a:hover, a.calltoaction:hover {
	color: #c5e7d2!important;
}


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me-thumbnail {
		position: relative;
		margin-bottom: 50px;
	}
	
	.about-me-thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.about-me-thumbnail .social-media {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 60%;
		padding: 10px 0;
		background-color: #181818;
		margin-bottom: 0;
		opacity: 0;
		text-align: center;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.about-me-thumbnail .social-media a {
		color: #fff;
		font-size: 18px;
		line-height: 18px;
		margin: 0 10px;
	}
	
	.about-me-details h4 {
		font-size: 14px;
		font-weight: 400;
	}
	
	.about-me-details h5 {
		font-weight: 300;
		color: #636363;
	}
	
	.about-me:hover .about-me-thumbnail .social-media {
		opacity: 1;
		bottom: 40px;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	/* SERVICES BOXES STYLE 1 */
	.services-boxes.style-1 {
	text-align: center;
	border: 1px solid transparent;
	padding: 20px 15px 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #a9c768;
	}
	
	.services-boxes.style-1:before,
	.services-boxes.style-1:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.services-boxes.style-1:before {
		border-right: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}
	
	.services-boxes.style-1:after {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.services-boxes.style-1 > i {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1 .services-boxes-content {
		position: relative;
		z-index: 1;
		color: #000000;
    font-size: 22px;
	}
	
	.services-boxes.style-1 .services-boxes-content h4 {
		font-weight: 400;
		margin-bottom: 35px;
	}
	
	.services-boxes.style-1 .services-boxes-content > a {
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		letter-spacing: 0;
		text-align: center;
		border: 1px solid #636363;
		color: #636363;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1 .services-boxes-content > a:hover {
		border-color: #181818;
		color: #181818;
	}
	
	.services-boxes.style-1:hover:before {
		-webkit-transform: scaleY(1); 
			-ms-transform: scaleY(1); 
				transform: scaleY(1); 
	}
	.services-boxes.style-1:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	.services-boxes.style-1:hover > i {
		color: #181818;
	}
	
	.services-boxes.style-1:hover .services-boxes-content > a {
		opacity: 1;
	}
	
	
	/* SERVICES BOXES STYLE 2 */
	.services-boxes.style-2 {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.services-boxes.style-2 > i {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-2 .services-boxes-content h4 {
		font-weight: 400;
		margin-bottom: 35px;
	}
	
	.services-boxes.style-2:hover > i {
		color: #181818;
	}
	
	
	/* SERVICES BOXES STYLE 3 */
	.services-boxes.style-3 {
		margin-bottom: 30px;
	}
	
	.services-boxes.style-3 > i {
		font-size: 32px;
		line-height: 32px;
		float: left;
		margin-top: 5px;
	}
	
	.services-boxes.style-3 .services-boxes-content {
		margin-left: 65px;
		background-color: rgba(255, 255, 255, 0.85);
			padding:40px 60px 20px 60px;
			color:#333333;
	}
	
	
	/* SERVICES BOXES STYLE 4 */
	.services-boxes.style-4 {
		margin-bottom: 30px;
	}
	
	.services-boxes.style-4 > i {
		position: relative;
		top: 3px;
		color: #181818;
	}
	
	.services-boxes.style-4 .services-boxes-content {
		margin-top: 15px;
	}
	
	.services-boxes.style-4.icon-left > i {
		float: left;
	}
	
	.services-boxes.style-4.icon-left > h4 {
		margin-left: 40px;
	}
	
	
	.services-boxes.style-4.icon-right {
		text-align: right;
	}
	
	.services-boxes.style-4.icon-right > i {
		float: right;
	}
	
	.services-boxes.style-4.icon-right > h4 {
		margin-right: 40px;
	}
	
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 55px;
		text-align: center;
	}
	
	.portfolio-item-two {
		margin-bottom: 55px;
		text-align: center;
	}
	
	.portfolio-item.classic {
		text-align: left;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
		margin-top: -5px;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-description {
		margin-top: 20px;
		
	}
	
	.portfolio-item-description h4 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	}
	
	.portfolio-item-description h4 a {
	color: #636363;
	}
	
	.portfolio-item-description h4 a:hover {
	color: #95b6a7;
	}
	
	.portfolio-item-description h5 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	}
	
	.portfolio-item-thumbnail img {
		
		display: block; margin-bottom:-15px;
	}
	
	.portfolio-item-thumbnail2 img {
		 width: 100%;
		display: block;
		margin-top:-40px;
	}
	
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px;
		background-color: rgba(24, 24, 24, 0.75);
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;

	}
	
	.portfolio-item-hover a.zoom-action {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		text-decoration: none;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s 0.3s;
			   transition: opacity 0.3s 0.3s;
			   
	}
	
	.portfolio-item-hover .portfolio-item-description + a.zoom-action { top: 25%; }
	
	.portfolio-item-description {}
	
	.portfolio-item-description h5 {
		color: #636363;
	}
	
	.portfolio-item.classic .portfolio-item-description h5 {
		margin-bottom: 35px;
	}
	
	.portfolio-item-hover .portfolio-item-description {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s 0.2s;
				transition: all 0.3s 0.2s;
	}
	
	.portfolio-item-hover .portfolio-item-description h4 a,
	.portfolio-item-hover .portfolio-item-description h5 {
		color: #fff;
	}
	
	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 25px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);		
	}
	
	.portfolio-item-hover-two .portfolio-item-description {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s 0.2s;
				transition: all 0.3s 0.2s;
	}
	.portfolio-item-hover-two .portfolio-item-description h4 a,
	.portfolio-item-hover-two .portfolio-item-description h5 {
		color: #fff;
	}
	.portfolio-item-hover-two .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 5px;
		border-bottom: 1px solid #fff;
	}
	
	.portfolio-item:hover .portfolio-item-hover-two .portfolio-item-description {
		opacity: 1;
		bottom: 5%;
	}
	
	
	.portfolio-item:hover .portfolio-item-hover-two {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);	
				border-radius: 0%;	
	}
	
	.portfolio-item:hover a.zoom-action {
		opacity: 1;
		
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-description {
		opacity: 1;
		bottom: 5%;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 50px;
	}
	
	.blog-article-thumbnail {
		position: relative;
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail img {
		display: block;
		width: 100%;
	}
	
	.blog-article-thumbnail .images-slider {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		margin-bottom: 40px;
	}
	
	.blog-article-details h3 {
		font-weight: 400;
	}
	
	.blog-article-details h6 {
		color: #636363;
		letter-spacing: 4px;
	}
	
	.blog-article-hover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px;
		background-color: rgba(24, 24, 24, 0.75);
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-hover a.zoom-action {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		text-decoration: none;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s 0.3s;
			   transition: opacity 0.3s 0.3s;
	}
	
	.blog-article blockquote {
		margin: 50px 0;
		font-family: "Dosis", Arial, sans-serif;
		font-size: 18px;
		line-height: 27px;
		font-style: italic;
		text-align: center;
		color: #181818;
	}
	
	.blog-article blockquote:before {
		font-family: "FontAwesome";
		content: "\f10d";
		font-style: normal;
		color: #636363;
		margin-bottom: 25px;
		display: block;
	}
	
	.blog-article:hover .blog-article-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.blog-article:hover a.zoom-action {
		opacity: 1;
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		font-size: 16px;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
		margin-left: 0;
	}
	
	.commentlist ul ul {
		margin-left: 20px;
	}
	
	.commentlist {
		margin: 70px 0;
	}
	
	.commentlist li > ul {
		margin-left: 40px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 120px;
		padding-bottom: 50px;
	}
	
	.comment-meta {}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		font-family: "Dosis", Arial, sans-serif;
		line-height: 14px;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 400;
	}
	
	.comment-author .says {
		display: none
	}
	
	.comment-metadata {
		line-height: 16px;
		margin-bottom: 20px;
	}
	
	.comment-metadata a {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 10px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #636363;
	}
	
	.comment-content {}
	
	.reply {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 11px;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #636363;
	}
	
	.reply:hover {
		color: #181818;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		font-size: 16px;
	}
	
	#commentform {
		margin: 70px 0;
	}
	
	.commentform-url,
	.commentform-email,
	.commentform-author {
		float: left;
		width: 33.33333%;
		padding-right: 30px;
	}
	
	.commentform-url {
		padding-right: 0;
	}
	
	#commentform label {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #181818;
	}
	
	#commentform textarea ,
	#commentform input[type="text"] { 
		width: 100%;
		border: none;
		border-bottom: 1px solid #d7d7d7;
		padding-left: 0;
		margin-bottom: 20px;
	}
	
	#commentform textarea:focus,
	#commentform input[type="text"]:focus {
		border-color: #181818;
	}
	
	#commentform input[type="submit"] {
		border: 1px solid #181818;
		margin-top: 20px;
	}
	
	#commentform input[type="submit"]:hover {
		background-color: #181818;
		color: #fff;
	}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form2 {
		margin-bottom: 50px;
	}
	
	#contact-form label.error {
		color: #95b7a8 !important;
		font-family: "Open Sans", Arial, sans-serif;
	}
	
	#contact-form label {
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 3px;
		text-transform: none;
		color: #ffffff;
		display: block;
	}
	
	.contact-over-maps #contact-form label {
		color: #fff;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"] {
		border:none;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 12px;
		padding-left: 0;
	}
	
	.contact-form2 {
	margin-bottom: 20px;
	padding-left: 5px!important;
	background-color: #ffffff!important;
	color: #181818;
	font-size: 15px;
	width: 100%;
	border: 1px solid #d7d7d7!important
	}
	
	#contact-form textarea:focus,
	#contact-form input[type="text"]:focus {
		border-color: #181818;
	}
	
	.contact-over-maps #contact-form textarea:focus,
	.contact-over-maps #contact-form input[type="text"]:focus {
		border-color: #636363;
	}
	
	#contact-form input[type="submit"] {
		border: 1px solid #181818;
		margin-top: 20px;
	}
	
	#contact-form input[type="submit"]:hover {
		background-color: #181818;
		color: #fff;
	}
	
	/***********************************************************************************
 *	- myForm
 ***********************************************************************************/ 	
 	
	#myForm {
		margin-bottom: 50px;
	}
	
	#myForm input[type="text"],
	#myForm textarea {
		margin-bottom: 20px;
		border: none;
		border: 1px solid #8d8d8d;
		border-radius: 8px;
	}
	
	#myForm textarea {
		margin-bottom: 40px;
	}
	
	#myForm input[type="text"]:focus,
	#myForm textarea:focus {
		border-color: #666666;
		outline: 0;
		border-radius: 8px;
	}
	
	#myForm input[type="submit"]:hover {
		background-color: #3b3e43;
	}
	
	#myForm label.error {
		display: block;
		color: #f00;
	}

/***********************************************************************************
 *	- ERROR PAGE
 ***********************************************************************************/
	
	h1.error {
		font-size: 72px;
		line-height: 72px;
	}
	
/***********************************************************************************
 *	- ELEMENTS
 ***********************************************************************************/
	
	.elements-menu.elements-menu-sticky {
		position: fixed;
		top: 100px;
		background-color: #fff;
		z-index: 1000;
	}
	
	.elements-menu.elements-menu-sticky .nav {
		margin-top: 0;
	}
	
	.elements-menu {
		z-index: 1;
		background-color: #fff;
		padding: 10px;
	}
	
	.elements-menu .nav {
		list-style: none;
		margin-top: 102px;
	}
	
	.elements-menu .nav > li > a,
	.elements-menu .nav > li > a:focus {
		display: inline-block;
		padding: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		color: #181818;
		text-decoration: none;
	}
	
	.elements-menu .nav > li > a:hover,
	.elements-menu .nav > li.active > a {
		color: #636363;
		background-color: transparent;
	}
	
	.elements-menu .nav > li > a:focus {
		background-color: transparent;
	}
	
	.elements-section {
		padding-top: 0px;
	}
	
	.elements-section > *:last-child {
		margin-bottom: 0;
	}
	
	.elements-section h2 {
		margin-bottom: 30px;
		font-weight: 400;
	}
	
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/
 	
@media (min-width: 1200px) {
		
		
	#logo img {
    margin-left: 41%;
	}

	#calltoaction {
    margin-right: 14.8%;
	position: relative;
	}
		
		
	.menu > li > a {
		padding: 4px 36px 0px;
		z-index: 10000;
		}
		
		.about-me-thumbnail .social-media {
			width: 50%;
		}
		
		.portfolio-item:hover .portfolio-item-hover .portfolio-item-description {
			bottom: 15%;
		}
		
		.smallimageserv {
		margin-top:-20px; 
		margin-bottom:40px;
}
}
 
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 991px) {
	
	.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
	background-attachment:scroll!important;
	}
	
	#logo {
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	#header {
    background: rgba(38, 56, 107, 0.7) none repeat 0 0;
    cursor: default;
    left: 0;
    line-height: 2.25em;
    position: scroll;
    top: 0;
    width: 100%;
    z-index: 10000;
		position: absolute;
		padding-top:5px;
		min-height: 110px!important;
}

#calltoaction {
	display: none;
	}
.whiteline {
	display: none;
}

#address{
	display: none;
	}

#page-header-new-home {
	margin-top:0px;
	background-position: center top;
	padding-bottom:80px;
	margin-bottom: 0;
	min-height: 480px!important;	
	}
#subheader-home {  /* sub headers */
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:15px 0 10px 0; 
	margin-bottom:2%;
	margin-top:-105px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}	
	
#page-header-portfolio {
    min-height: 100px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    background-size: 100% !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% top;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

	#header.header-sticky {
    margin: 0 auto;
    padding-top: 0px!important;
    position: fixed !important;
 
}
	.portfolio-item-thumbnail img {
		display: block;
		width:100%;
	}
	
.col-full-home {
    background: 50% 20% no-repeat fixed;
	margin-bottom: 230px;
	margin-top: 0px!important;
    max-height: 400px;
    padding: 45px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#section-4 {
    background-color: #f7f7f7;
    margin-bottom: -50px;
    padding: 30px 0 30px;
	margin-top: 0px!important;
}

	
	#header {
    position: relative;
	}
	.menu {
			display: none;
		}
		
		#mobile-menu-button {
			display: block;
		}
		
		#mobile-menu {
    margin-top: 20%!important;
    margin-bottom: -7%;
    background-color: #ffffff;
}
		
		#search-form + nav {
			margin-right: 0;
		}
		
		#search-form {
			top: 52px;
			right: 80px;
		}
		
		.about-me-thumbnail .social-media {
			width: 75%;
		}
		
		.elements-menu { display: none; }
		
		#footer .flickr_badge_image:last-of-type {
			display: none;
		}
		
		#section-6 {  /* HOME Bottom */
	padding: 0px 0 100px!important;
    margin-top: -10px!important;
    min-height: 400px!important;
    background-color: #448322!important;
    background-size: 130% auto !important;
    background-position: center 60%!important;
}

	
	#mobile-menu-button {
    position: absolute;
    top: -2.6em!important;
    right: 20px;
    display: block;
}
}
	
	/***********************************************************************************
 *	- TABLETS
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 1050px) {
	
	.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
	background-attachment:fixed!important;
	margin-top: 90px;
	}
	
	#logo {
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	
	#logo img {
    width: auto!important;
    margin-top: -1%;
    margin-left: 0%;
    height: 140px;
    position: absolute;
	}

	#header {
    z-index: 10000;
background: rgba(82,168,7,1);
background: -moz-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,168,7,1)), color-stop(100%, rgba(51,104,52,1)));
background: -webkit-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -o-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -ms-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: linear-gradient(to bottom, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a807', endColorstr='#336834', GradientType=0 );
    cursor: default;
    left: 0;
    line-height: 2.25em;
    position: scroll;
    top: 0;
    width: 100%;
    z-index: 10000;
		position: absolute;
		padding-top:5px;
		min-height: 120px!important;
}

#calltoaction {
	display: none;
	}
	
#page-header-all {
	min-height: 230px;
	color: #fff;
	margin-bottom: 0px;
	background-size: 100% !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	}
	
	#content {
    padding-bottom: 0px;
    background-image: url(../../images/content-back-home.jpg);
    background-position: left 20%;
    background-size: 150% auto !important;
    background-repeat: no-repeat;
	background-color: rgba(195,207,169, 0.9);
}

	#section-6 {  /* HOME text */
	padding: 60px 0 100px;
	margin-top: -10px!important;
	min-height: 550px;
	
	}
	
	
	.portfolio-item-hover {
	left: 0;

	}
	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 15px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	
	.menu > li > a {
			padding: 0px 18px 70px;
			margin-top: -5px;
		}
	.header-sticky .menu li a {
   margin-top: -12px;
}

	#header.header-sticky {
    margin: 0 auto;
    padding-top: 20px;
    position: fixed !important;
 
}
.menu {
			display: none;
		}
		
		#mobile-menu {
	margin-top: 15.5%;
	}
	
		
#mobile-menu-button {
    position: absolute;
    top: 0.2em!important;
    right: 20px;
    display: block;
}

	.portfolio-item-thumbnail img {
		display: block;
		width:100%;
}
}	

/* Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

#section-6 {
    padding: 0px 0 100px!important;
    margin-top: -10px!important;
    min-height: 400px!important;
    background-color: #448322!important;
	background-attachment: scroll !important;
    background-size: 130% auto !important;
    background-position: center 80%!important;
}
#mobile-menu {
    margin-top: 20%!important;
    margin-bottom: 0%!important;
    background-color: #ffffff;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

#mobile-menu {
    margin-top: 20%!important;
    margin-bottom: 0%!important;
    background-color: #ffffff;
}
}

 
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/
	
	@media (max-width: 767px) {
	
	.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
	background-attachment:scroll!important;
	}
	
	#mobile-menu {
	margin-top: 28%;
	z-index:10000!important;
	}
	
	#header {
    z-index: 10000;
	
background: rgba(82,168,7,1);
background: -moz-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,168,7,1)), color-stop(100%, rgba(51,104,52,1)));
background: -webkit-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -o-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -ms-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: linear-gradient(to bottom, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a807', endColorstr='#336834', GradientType=0 );
    cursor: default;
    left: 0;
    position: scroll;
    width: 100%;
    z-index: 10000;
	position: absolute;
	max-height: 90px;
}


#calltoaction {
	display: none;
	}
.whiteline {
	display: none;
}

#address {
	display: none;
	}

.smallimageserv {
		margin-bottom:20px;
		text-align:center;
	}
	
#subheader-home { 
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:15px 0 10px 0; 
	margin-bottom:2%;
	margin-top:-105px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}	

	#footer {
	padding: 20px 0 20px;
	background-color: #408321;
	}
	
	#footer {
    background-size: 140%!important;
    background-position: center top!important;
}

	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 5px auto 35px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	.experience-txt {
		width:55%!important;
		margin-bottom:14px;
	}
	.portfolio-txt {
		width:45%!important;
	}
	h2 {
    color: #000000;
    font-size: 120%;
    letter-spacing: 0.01px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
}
.services-boxes.style-3 .services-boxes-content {
		margin-left: -45px;
		margin-top:44%;
		margin-right:0!important;
		margin-bottom:-50px!important;
		background-color: rgba(255, 255, 255, 0.95);
			padding:20px 20% 20px 20px;
			color:#000000;
			width:130%!important;
			font-size:120%;
	}

	.col-full-home {
	 position: relative;
  max-height: 100px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 45px;
}
	.banner{
	width: 100%;
	position: relative;
	height: 38px;
	margin-top:60px!important;
	
    }
	#logo {
	width: 60%;

	}
	
	#logo img {
    width: 150%!important;
	z-index:99!important;
}

#page-header-all {
    min-height: 200px;
    color: #fff;
    margin-bottom: 0px;
    background-size: 150% !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% top;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

#content {
    padding-bottom: 0px;
    background-image: url(../../images/content-back-home.jpg);
    background-position: left -120%;
    background-size: 150% !important;
    background-repeat: no-repeat;
	background-color: rgba(195,207,169, 0.9);
}

#subheaders {
    margin-top: -60px;
}
	.menu {
			display: none;
		}
		
		#mobile-menu-button {
    position: absolute;
    top: -0.2em;
    right: 20px;
    display: block;
	z-index:10000!important;
}
		
		#search-form {
			display: none;
		}
		
		.about-me-thumbnail .social-media {
			width: 60%;
		}
		
		.services-boxes.style-4.icon-right {
			text-align: left;
		}
		
		.services-boxes.style-4.icon-right i {
			float: left;
		}
		
		.services-boxes.style-4.icon-right h4 {
			margin-left: 40px;
			margin-right: 0;
		}
		
		.portfolio-item.classic .portfolio-item-thumbnail {
			margin-bottom: 30px;
		}
		
		.portfolio-item.classic .portfolio-item-hover {
			margin: 10px;
		}
		
		.blog-article-hover { 
			margin: 10px;
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 15px;
		}
		
		.commentform-url,
		.commentform-email,
		.commentform-author { 
			float: none;
			width: 100%;
			padding-right: 0;
		}
		
		.elements-menu { display: none; }
		
		#footer .widget-title {
			margin-bottom: 30px;
			margin-top: 30px;
		}
		
		#footer-bottom  .widget-social .social-media {
			text-align: center;
		}
		
		#footer .widget-contact ul {
    font-size: 12px;
    color: #ffffff;
    margin-top: -60px;
}

#content {
    background-image: url("../../images/content-back-home.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 200% auto !important;
    padding-bottom: 0;
	background-color: rgba(195,207,169, 0.9);
}

#logo img {
    width: auto!important;
    margin-top: -1%;
    margin-left: 1%;
    position: absolute;
    height: 70px;
	z-index:99!important;
}	
}
	
/*------------------- iPhone 5 LANDSCAPE---------------*/
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 

	#logo img {
	width: 125%!important;
	margin-top: 3.2%!important;
	z-index:99;

	}
	
	#mobile-menu {
	margin-top: 16%!important;
	}
	
	#header {
    z-index: 10000;
background: rgba(82,168,7,1);
background: -moz-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,168,7,1)), color-stop(100%, rgba(51,104,52,1)));
background: -webkit-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -o-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -ms-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: linear-gradient(to bottom, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a807', endColorstr='#336834', GradientType=0 );
    cursor: default;
    left: 0;
    position: scroll;
    width: 100%;
    z-index: 10000;
	position: absolute;
}

#calltoaction {
	display: none;
	}
.whiteline {
	display: none;
}

#address {
	display: none;
	}
#page-header-new-home {
	margin-top:0px;
	background-position: center top;
	padding-bottom:80px;
	margin-bottom: 0;
	min-height: 390px!important;	
	background-size: 110%!important;
	}
#subheader-home {  /* sub headers */
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:15px 0 10px 0; 
	margin-bottom:2%;
	margin-top:-105px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}

#page-header-portfolio {
    min-height: 100px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    background-size: 100% !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% top;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

#subheaders {
    margin-top: 40px!important;
}
}


	
	/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#logo img {
    width: auto!important;
    margin-top: -1%!important;
    height: 100px;
	z-index:99;
	}
	
	#mobile-menu {
	margin-top: 12%;
	}
	
	
	#header {
    z-index: 10000;
background: rgba(82,168,7,1);
background: -moz-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,168,7,1)), color-stop(100%, rgba(51,104,52,1)));
background: -webkit-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -o-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: -ms-linear-gradient(top, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
background: linear-gradient(to bottom, rgba(82,168,7,1) 0%, rgba(51,104,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a807', endColorstr='#336834', GradientType=0 );
    cursor: default;
    left: 0;
    line-height: 2.25em;
    position: scroll;
    top: 0;
    width: 100%;
    z-index: 10000;
		position: absolute;
}

#calltoaction {
	display: none;
	}
.whiteline {
	display: none;
}

#address {
	display: none;
	}


#subheaders {
    margin-top: -40px!important;
}

#page-header-all {
    min-height: 200px;
	 background-position: left 70%;
	 background-size: 140% auto !important;
	
}
#section-6 {
    padding: 60px 0 0px!important;
    margin-top: 0px!important;
    min-height: 345px!important;
	background-repeat: no-repeat;
    margin-left: -20px;
}
}
/*---------------------------------iPhone 6 in landscape-------------------------------*/	
	@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
#page-header-new-home {
	margin-top:0px;
	background-position: center top;
	padding-bottom:80px;
	margin-bottom: 0;
	min-height: 480px!important;	
	background-size: 120%!important;
	}
#subheader-home {  /* sub headers */
	background-color: #9fc349; 
	color:#000000; 
	font-size:22px; 
	padding:15px 0 10px 0; 
	margin-bottom:2%;
	margin-top:-105px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}
#mobile-menu {
	margin-top: 13.5%;
	z-index:10000!important;
}

#logo img {
    width: auto!important;
    margin-top: -1%!important;
    position: absolute;
    height: 100px;
	z-index:99!important;
}
#mobile-menu-button {
    position: absolute;
    top: -2.6em!important;
    right: 20px;
    display: block;
	z-index:10000!important;
}
}

/*---------------------------------iPhone 6 in portrait-------------------------------*/	
	@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

#mobile-menu {
	margin-top: 24%;
	}
	
#content {
    background-image: url("../../images/content-back-home.jpg");
    background-position: left -20px;
    background-repeat: no-repeat;
    background-size: 200% auto !important;
    padding-bottom: 0;
	background-color: rgba(195,207,169, 0.9);
}
#subheaders {
    margin-top: -45px;
}
#page-header-all {
    min-height: 200px;
    color: #fff;
    margin-bottom: 0px;
    background-size: 150% !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% top;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}
}
	
/*---------------------------------iPhone 6 plus in landscape-------------------------------*/		
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 

#mobile-menu-button {
    position: absolute;
    top: -0.2em!important;
    right: 20px;
    display: block;
	z-index:10000;
}
#logo img {
    width: auto!important;
    margin-top: -1%;
    margin-left: 1%;
    position: absolute;
    height: 90px;
	z-index:99;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

#section-6 {
    min-height: 460px;
	width: auto;
    background-position: center 80%!important;
    background-size: 100% auto!important;
	background-color: #448322!important;
	background-image: url(../../images/bottom-image.jpg);
	padding-top: 0px;	
}
}

@media only screen and (min-device-width : 1024px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

#section-6 {
    min-height: 460px;
	width: auto;
    background-position: center 70%!important;
    background-size: 100% auto!important;
	background-color: #448322!important;
	background-image: url(../../images/bottom-image.jpg);
	padding-top: 0px;
}
}
@media only screen and (min-device-width : 1025px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

.images-slider-3 {
max-width: 710px;
}
}

/* ----------- Laptop Non-Retina Screens ----------- */
@media screen and (min-device-width: 1024px) and (max-device-width: 1600px) { 
#logo img {
    margin-left: 10%!important;
	
}
}
