/*
Theme Name: Sams Landscaping
Theme URI: https://designs.codes
Author: the designs.codes team
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

@charset "utf-8";
/* CSS Document */
/* general*/
html{
	-webkit-text-size-adjust: 100%;
}
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img,
html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
	padding:0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
  background: #fff;
  color: #222;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
img{
    border:none;
	-ms-interpolation-mode: bicubic;
	outline:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
ul{
    margin:0; 
    padding:0 0 12px 0; 
    list-style-type:none;
}

ul li{
	background:url(../img/listico.png) no-repeat 0 7px;
	padding:0 0 6px 19px;	
}
h2{
	font:normal 1.4em/1.3em 'SlabTallXRegular';
	color:#eca700;
	background-color:inherit;
	padding:0 0 48px 0;	
}
h3{
	font:normal 1.45em/1.1em Georgia, "Times New Roman", Times, 

serif;
	color:#2f7780;
	background-color:inherit;
	padding:0 0 11px 0;	
}
p{
	padding:0 0 20px 0;
}
a{
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	color:#C03;
	background-color:transparent;
	outline:none; 
	text-decoration:none;		
}
a:hover{
	color:#000;
	background-color:transparent;
}	
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}
.nomar{
	margin-right:0 !important;		
}
.nopadd{
	padding-right:0 !important;	
}
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	float: right;
	margin:0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	cursor:pointer;
	outline:none;
	
}
button[disabled],
input[disabled],
ubmit[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	/*background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;*/
	border: none;
}
input[type="text"],
input[type="email"]{
	border:1px solid #666;
	color:#000;
	padding:0 5px 0 5px;	
	margin:0 0 8px 0;
	font:16px/22px Verdana, Geneva, sans-serif;
	background-color:#fff;
	height:22px;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
textarea{
	border:1px solid #666;
	color:#000;
	padding:5px;	
	margin:0 0 8px 0;
	font:16px/22px Verdana, Geneva, sans-serif;
	background-color:#fff;
	height:130px;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
textarea:focus{
	border:1px solid #000;	
}
input[type="text"]:focus,
input[type="email"]:focus{
	border:1px solid #000;
}
.error{
	border:1px solid red !important;	
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* general*/

.select-cont {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #353534;
    display: inline-block;
	font-weight:600;
    
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	width: auto;
	
}
.select-cont select {
	padding-right:24px;
    height: 28px !important;
    line-height: 20px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
	opacity:0;
}
span.select {
    bottom: 0;
    cursor: default;
    float: left;
    height: 28px;
    left: 0;
    line-height: 28px;
    padding: 2px 20px 0 0;
    position: absolute;
    text-indent: 5px;
    width: 100%;
    z-index: 1;
}
.select-arrow {
    position: absolute;
    right: 4px;
    top: 5px;
}

/**/
.wrapper{
}
.container{
	width:1134px;
	margin:0 auto;
}

.header{
	background:#1a1a1a;
}

.logo{
	float:left;
	margin: 12px 0;
	font-size: 0;
  	line-height: 0;
}
.logo img{
	width:100%;
	height:auto;
}
.logo a{
	font-size:0;
	line-height:0;
}
.header-left{
	float:right;
	
}

.menu{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#fff;
}
.menu ul{
	margin:0;
	padding:0;
	overflow:hidden;
}

.menu ul li{
	margin:0;
	padding:0;
	float:left;
}

.menu ul li a{
	padding:28px 27px;
	display:inline-block;
	color:#fff;
	
}
.menu ul li a:hover, .menu ul li.active a{
	background:#5ecc33;
	
}
.social-icon{
	float:right;
}

.social-icon ul{
	margin:0;
	padding:0;
	overflow:hidden;
	margin: 25px 0px;
	font-size:0;
	line-height:0;
}

.social-icon ul li{
	padding:0;
	margin:0;
	float:left;
	margin-left:18px;
}

.social-icon ul li a{
	display:inline-block;
}
.social-icon ul li a img{
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.social-icon ul li a:hover img{
	opacity:0.7;
	
}
.banner{
	position:relative;
}
.banner img{
	width:100%;
	height:auto;
	display:block;
}
.banner-caption{
	  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1134px;
  text-align: center;
  margin-top: -104px;
}
.banner-caption h1{
	font-family: 'Open Sans', sans-serif;
	font-size:60px;
	line-height:64px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:30px;
}
.banner-caption .green-btn{
	font-size:24px;
	height:50px;
	font-weight:bold;
	line-height:48px;
	padding:0 30px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
}
.section-area{
	padding:62px 0;
}
.header-text{
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	line-height:40px;
	font-weight:700;
	color:#404040;
	text-transform:uppercase;
	padding-bottom:30px;
	margin-bottom:30px;
	background:url(images/green-border.png) center bottom no-repeat;
	text-align:center;
}
.header-text span{
	color:#5ecc33;
}
.about-us{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#404040;
}

.green-btn{
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	background:#4eb526;
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	border:2px solid #4eb526;
	
}
.green-btn:hover{
	color:#4eb526;
	background:#rgba(78, 181, 38, 0);
}
.services{
	background:url(images/services-bg.png) center center no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#ffffff;
	background-size:100%;
}
.services h1{
	color:#fff;
	background:url(images/white-border.png) center bottom no-repeat;
}
.services-area{
	overflow:hidden;
}
.services-area ul{
	padding:0;
	margin:0;
}
.services-area ul li{
	border:none;
	padding:0;
	margin:0;
}
.services-cont{
	position:relative;
}
.services-item{
	text-align:center;
	  padding: 0 16px;
}

.services-item figure{
	width:183px;
	height:183px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	border:6px solid #536148;
	margin-bottom:26px;
	
}
.services-item figure img{
	width:100%;
	height:auto;
}

.services-item h2{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#ffffff;
	padding-bottom:12px;
}
.services-item p{
	margin-bottom: 15px;
	height: 70px;
	overflow: hidden;
	padding-bottom: 0px;
}
.white-btn{
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	background:rgba(78, 181, 38, 0);
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	border:2px solid #fff;
}

.white-btn:hover{
	background:#fff;
	color:#000;
}
.jcarousel-control-prev, .jcarousel-control-next{
	font-size:0;
	line-height:0;
	width:18px;
	line-height:31px;
	border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	  top: 26%;
}
.services-cont .jcarousel-control-prev{
	background:url(images/prev-arrow.png) center center no-repeat;
	box-shadow: none !important;
	font-size: 0px !important;
	line-height:0 !important;
	overflow: visible;
	top:26%;
}
.services-cont .jcarousel-control-next{
	background:url(images/next-arrow.png) center center no-repeat;
	box-shadow: none !important;
	font-size: 0px !important;
	overflow: visible;
	line-height:0 !important;
	top:26%;
}
.services-cont .jcarousel-control-prev:hover,.services-cont .jcarousel-control-next:hover{
	opacity:0.6;
}

.past-work{
	padding:0;
	margin:0;
	overflow:hidden;
	margin:0 auto;
	line-height:0;
	text-align:center;
}
.past-work li{
	padding:0;
	margin:0;
	width:20%;
	position:relative;
	display:inline-block;
}
.past-work li a .gallery-hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(images/plus-icon.png) center center no-repeat rgba(78, 181, 38, 0.70);
	opacity:0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.past-work li a:hover .gallery-hover{
	opacity:1;
}
.past-work li img{
	width:100%;
	height:auto;
	padding-bottom: 24px;
}
.past-work li .caption {
	height: 24px;
	width:100%;
	line-height: 24px;
	background-color: #5ECC33;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position:absolute;
	bottom: 0;
	right: 0;
}
.footer{
	background: url(images/footer-bg.jpg) #272727;
	border-top:2px solid #4eb526;
	
}
.footer .container{
	width:940px;
}
.footer-top{
	padding-top:70px;
	padding-bottom:50px;
}
.footer h1{
	color:#fff;
	background:url(images/white-border.png) center bottom no-repeat;
}

.footer-address{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#cfcfcf;
	width:213px;
}

.footer-address h2{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#cfcfcf;
	padding-bottom:22px;
}

.footer-form{
	float:right;
	width: 646px;
}

.footer-text{
	width:308px;
	float:left;
	margin-right:30px;
}

.footer-message{
	width:308px;
	float:right;
}

.footer-form input[type="text"], .footer-form input[type="email"]{
	height:36px;
	border:2px solid #737373;
	background:#292929;
	color:#808080;
	width:100%;
	margin:0;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:36px;
	font-weight:400;
	border-radius:3px;
}

.footer-form textarea{
	width:100%;
	border:2px solid #737373;
	background:#292929;
	color:#808080;
	height:96px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	border-radius:3px;
	margin-bottom:0px;
	resize:none;
}

.footer-address ul li{
	padding-left:22px;
	padding-bottom:18px;
}


.footer-address ul li.address-icon{
	background:url(images/map-icon.png) 0 0 no-repeat;
}

.footer-address ul li.phone-icon{
	background:url(images/phone-icon.png) 0 0 no-repeat;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.footer-address ul li a{
	color: #cfcfcf;
}

input[type="submit"].green-btn{
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:36px;
	font-weight:400;
	color:#ffffff;
	background:#4eb526;
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	border:2px solid #4eb526;
	float:right;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
input[type="submit"].green-btn:hover{
color:#4eb526;
	background:rgba(78, 181, 38, 0);
}
.footer-bot{
	color:#b2b2b2;
	background: url(images/footer-bot-bg.jpg) #202020;
	padding:26px 0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:19px;
	font-weight:400;
	color:#b2b2b2;
}

.footer-bot .left {
	width: 40%;
	float:left;	
}
.footer-bot .left p {
	padding: 28px 0;	
}

.footer-bot .right {
	width: 40%;
	float:right;
	text-align:right;	
}
.footer-bot .right img {
	padding-left: 10%;
	display: block;
	width: 40%;
	float: right;	
}
.footer-bot .right img.last {
	padding-left: 10%;
}

.menu .select-cont{
	display:none;
}


.inner_banner{
	width:100%;
	height:auto;
	position:relative;
}
.inner_banner img{
	display:block;
	width:100%;
	height:auto;
}
.inner_banner_caption{
	position:absolute;
	bottom:50px;
	right:0;
	left:0;
}
.inner_banner_caption h2{
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:60px;
	padding-bottom:5px;
}
.bredcrumb{
	width:100%;
	height:auto;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
}
.bredcrumb a{
	color:#fff;
	border-right:solid 1px #fff;
	padding-right:8px;
	margin-right:8px;
	display:inline-block;
	line-height:14px;
	transition:0.2s;
}
.bredcrumb a:hover{
	color:#5ECC33;
}

/*isotope*/
.isotope-item {
    z-index: 2;
	width:19.9%;
}
.isotope-item img{
	width:100%;
	height:auto;
	display:block;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/*isotope*/

.gallery_section{
	width:100%;
	height:auto;
	padding:60px 0;
}
.portfolioFilter{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:30px;
}
.portfolioFilter a{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	margin-right:10px;
	transition:0.2s;
}
.portfolioFilter a:after{
	content:'/';
	margin-left:14px;
	color:#c2c2c2;
}
.portfolioFilter a:last-child:after{
	content:'';
	margin-left:0;
}
.portfolioFilter a:last-child{
	margin-right:0;
}
.portfolioFilter a:hover{
	color:#5ecc33;
}
.portfolioFilter a.current{
	color:#5ecc33;
	font-weight:700;
}
.isotope-item{
	position:relative;
}
.isotope-item a .gallery-hover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 226px;
	height: 226px;
	background: rgba(78, 181, 38, 0.7) url("images/plus-icon.png") no-repeat scroll center center;
	opacity: 0;
	transition: all 0.4s linear 0s;
}
.isotope-item a:hover .gallery-hover{
	opacity:1;
}
.service_listing_section{
	padding:60px 0;
	width:100%;
	height:auto;
}
.service_listing_section figure{
	width:357px;
	height:auto;
	float:left;
}
.service_listing_section figure img{
	display:block;
	width:100%;
	height:auto;
}
.service_listing_right{
	float:right;
	width:746px;
}
.service_listing_section h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#404040;
	font-size:30px;
	line-height:20px;
	padding-bottom:20px;
	position:relative;
}
.service_listing_section h2 span{
	content: "";
	width: 72px;
	height: 4px;
	background-color: #5ECC33;
	left: 0px;
	bottom: 0px;
	display: inline-block;
}
.service_listing_section li{
	padding: 0px;
	width: 30%;
	float: left;
	color: #404040;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 37px;
	background-image: url("images/service_bullet.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	box-sizing: border-box;
	background-position: 0px 8px;
}
.service_listing_section li:nth-of-type(3n+3){
	margin-right:0;
}
.service_list_section_area{
	padding-top:0;
}
.visit_gallery{
	width:100%;
	height:auto;
	margin-top:30px;
	text-align:center;
}
.visit_gallery a{
	width:116px;
	height:32px;
	border-radius:4px;
	background-color:#4eb526;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:32px;
	display:inline-block;
}
.service_content_right{
	float:none;
	width:auto;
}
.service_content_section figure{
	margin-right:30px;
}
.service_listing_section p{
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	font-size:15px;
	padding-bottom:10px;
	line-height:24px;
}
.service_listing_section p a{
	color:#5ECC33;
	font-size:15px;
}
.service_listing_section p:last-child{
	padding-bottom:0;
}
.service_all_listing .container:after{
	display:block;
	clear:both;
	content:'';
}
.service_all_listing{
	width:100%;
	height:auto;
	padding:60px 0 25px;
	text-align:center;
}
.service_listing_box{
	width:359px;
	height:auto;
	float:left;
	margin-right:28px;
	margin-bottom:35px;
}
.service_listing_box:nth-of-type(3n+3){
	margin-right:0;
}
.service_listing_img{
	width:163px;
	height:163px;
	overflow:hidden;
	border-radius:50%;
	border:solid 1px #bfbfbf;
	padding: 5px;
	box-sizing: border-box;
	display:inline-block;
	margin-bottom:10px;
	transition:0.2s;
}
.service_listing_img img{
	width:100%;
	height:auto;
	display:block;
	border-radius:50%;
}
.service_listing_box h3{
	font-size:17px;
	font-weight:700;
	color:#4c4c4c;
	padding-bottom:10px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	transition:0.2s;
}
.service_listing_box:hover h3{
	color:#5ecc33;
}
.service_listing_box:hover .service_listing_img{
	border:solid 1px #5ecc33;
}
.service_listing_box p{
	font-family: "Open Sans",sans-serif;
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0;
	height: 64px;
	overflow: hidden;
	margin-bottom: 20px;
}
.service_listing_box a{
	font-family: 'Open Sans', sans-serif;
	color:#999a99;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	width:120px;
	height:40px;
	line-height:40px;
	border:solid 2px #999999;
	border-radius:2px;
	transition:0.2s;
}
.service_listing_box a:hover{
	background-color:#5ecc33;
	border-color:#5ecc33;
	color:#fff;
}
.mfp-arrow{
	background:transparent !important;
}
.service_content_section .service_listing_right{
	float:none;
	width:auto;
}
.service_content_section figure{
	margin-right:25px;
}
/*Blog*/
.general-cont{
	  padding: 44px 0 40px 0;
  background: #fff;
}
.left-panel{
 width:816px;
 float:left;
 margin-left:0;
}

.right-panel{
 width:256px;
 float:right;
 margin-right:0;
}

.blog-cont{
 
 font-family: "Open Sans",sans-serif;
 font-variant:400;
 font-size:16px;
 line-height:20px;
 color:#5c5c5c;
 padding-bottom:25px;
 overflow:hidden;
 
}

.blog-cont h2{
 padding-bottom:5px;
}

.blog-cont h2 a{
	color: #5ECC33;
	font-family: "Open Sans",sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

.blog-cont h2 a:hover{
 color:#888989;
}
.blog-fed{
 overflow:hidden;
 margin-bottom:20px;
 padding:10px 0 10px 0;
 border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
 
}
.blog-fed li{
 padding-left:0;
 padding-right:10px;
 float:left;
 font-family: "Open Sans",sans-serif;
 font-variant:400;
 font-size:13px;
 line-height:26px;
 color:#3d3d3d;
 padding-bottom:0;
 
}
.blog-fed li.blog-date{
 background:url(images/date.png) left no-repeat;
 padding-left:30px;
}

.blog-fed li.leave-comment{
 background:url(images/chat.png) left no-repeat;
 padding-left:30px;
}
.blog-fed li a{
 color:#61AFE7;

}

.blog-fed li a:hover{
color:#888989;
}

.blog-img{
 float:left;
 
 line-height:0;
 margin-bottom:0;
 background:url(images/blog-sadow.png) bottom no-repeat;
 padding-bottom:17px;
 margin-right:20px
}

.blog-img img{
 padding:8px;
 border:1px solid #cacaca;
}
.readmore{
 color:#00a3b4;
 padding-left:10px;
}
.readmore:hover{
 color:#e64191;
}
.site-cont{
 border:1px solid #e1e1e1;
 padding:10px;
 margin-bottom:30px;
}

.site-heading{
 background:#5ECC33;
 padding:10px;
 font-family: "Open Sans",sans-serif;
 font-variant:500;
 font-size:21px;
 line-height:29px;
 color:#fff;
 text-align:center;
}
.product-cont ul li a img{
 width:100%;
}
.post-cont{
 overflow:hidden;
 margin-bottom:10px;
 padding-bottom:10px;
 border-bottom:1px dotted #BABABA;
}

.rec-po-img{
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 width:70px;
}

.post-shear{
 padding-bottom:0;
 float:left;
}
.site-cont p{
 padding:0 0 0 0;
}
.post-shear li{
 float:left;
 font-family: "Open Sans",sans-serif;
 font-variant:500;
 font-size:13px;
 line-height:17px;
 color:rgb(128, 128, 128);
 border-left:1px solid #BABABA;
 margin-left:5px;
 padding-left:5px;
 padding-bottom:0;
 
}

.post-shear li.re-post-shear{
 border-left:none;
 padding-left:16px;
 background:url(images/shear.png) left no-repeat;
}

.post-shear li a{
 color: #5ECC33;
}

.post-shear li a:hover{
 color:#3d3d3d;
}

.recent-post p{
 font-family: "Open Sans",sans-serif;
 font-variant:500;
 font-size:12px;
 line-height:16px;
 color:#565656;
}
.small-game ul{
 padding:0;
 margin:0;
 overflow:hidden;
}
.small-game ul li{
 float:left;
 width:117px;
 height:100px;
 padding:0;
 margin:0;
}
.small-game ul li img{
 width:100%;
 height:auto;
}
.last-div{
 margin-bottom:0;
 border-bottom:none;
 padding-bottom:0;
}
.post-cont a{
 display:block;
   font-size: 14px;
  line-height: 18px;
  font-family:"Open Sans",sans-serif;
  color:#808080;
}
.post-cont a:hover{
	color:#5ECC33;
}
.blog-detals img{
 border:1px solid #e1e1e1;
 margin-top:0px;
 margin-bottom:30px;
 max-width:99%;
 
}

.post-cont:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}

.blog-detals p{
 padding-bottom:20px;
}

.blog-cont a{
	display:inline-block;
}
.search-post{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}
.search-post .entry-footer span{
margin-right: 8px;
}
.body_cont_left h2 {
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #61afe7;
  padding: 0 0 16px 0;
  margin-top: 8px;
}
.contact-name .dont-spam{
	  font-size: 11px;
  padding-bottom: 5px;
  margin-top:5;
}
.contact-name{
	float:left;
	  width: 127px;
}
.page-numbers li{
	float:left;
}

.post-cont h2{
	padding-bottom:10px;
}
.form-section .dont-spam{
	position: absolute;
  bottom: -20px;
  padding-bottom: 0;
  left: 0
}
.error{
	border:inherit !important;
	color:red;
	  font-size: 11px;
  padding-bottom: 5px;
}

.comment-form textarea{
	width: 615px;
	border: 0;
	background-color: #BCC0C3;
	height: 250px;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	resize:none;
	
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
}
.comment-form textarea.error{ border: 1px solid #cbcbcb !important;}
.comment-form input[type="text"].error, .comment-form input[type="email"].error, .comment-form input[type="url"].error{
	 /*border: 1px solid #cbcbcb !important;
		  color: #888989 !important;*/
}

.dont-spam{
	  font-size: 12px;
  margin-top: -7px;
  padding-bottom:10px;
}

.not-found{
	background:#f7f7f7;
	border:2px solid #d5d5d5;
	padding:20px;
	width:630px;
	margin:50px auto;
	text-align:center;
	font-size:18px;
	line-height:22px;
	border-radius:3px;
	color:#2e2e2e;
	
}
.error-area{
	font-size:154px;
	line-height:160px;
	color:#61afe7;
	/* font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;*/
	 font-weight:700;
	 padding-bottom:0;
	  padding-top: 20px;
	 
}

.error-area span{
	font-size:24px;
	text-transform:uppercase;
	color:#2e2e2e !important;
	
}
.body_cont{
	padding:44px 0 40px 0;
	background:#fff;
}
.body_cont_left{
	width:832px;
	float:left;
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#000;
}
.body_cont_left p{
	padding:0 0 12px 0;
}
.body_cont_left h2{
	font-family:"Open Sans",sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	text-transform:none;
	color:#5ECC33;
	padding:0 0 16px 0;
	margin-top:8px;
}
.body_cont_left h3{
	font-family:"Open Sans",sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	text-transform:uppercase;
	color:#3d3e3f;
	padding:0 0 13px 0;
}
.body_cont_left h4 {
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #4e4f50;
  padding: 0 0 10px 0;
}
.comment-form label{
	display:block;
}
.form-submit input[type="submit"] {
	height: 40px;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	color: #FFF;
	background: #4EB526 none repeat scroll 0% 0%;
	display: inline-block;
	padding: 0px 20px;
	border-radius: 3px;
	border: 2px solid #4EB526;
	transition: all 0.4s linear 0s;
}
.form-submit input[type="submit"]:hover{
	background: #fff;
  	color: #4EB526;
}
.body_cont_left footer{
	background:none;
	margin-bottom:15px;
	margin-top:15px;
	color:#000000;
}
.comment-list{
	margin-bottom:30px;
}
.comment-author{
	float:left;
	width: 80px;
  margin-right: 10px;
  text-align:center;
    margin-bottom: 16px;
}
.comment-author img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.comment-body footer{
	background:none;
	margin-bottom:5px;
	margin-top:5px;
}
.comment-body{
	overflow:hidden;
}
.comment-list li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	list-style:none;
	
}

.comment-list li .children{
	padding-left:116px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #DDDDDD;
}

.comment-list li:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
	
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{
	width: 293px;
	border: 0;
	background-color: #BCC0C3;
	height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}


.entry-footer .posted-on{
	margin-right:10px;
}

.post-thumbnail img {
  padding: 8px;
  border: 1px solid #cacaca;
}
.comment-metadata{
	font-style:italic;
}
.body_cont_left a {
  color: #5ECC33;
}


span.wpcf7-not-valid-tip {
	font-size: 12px;
	font-family: "Open Sans",sans-serif;
	display: block;
	margin-top: 2px;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:10px;
}
.blog-fed li,.blog-fed li a{
	font-family: "Open Sans",sans-serif;
	font-size:14px;
	color:#333;
}
.blog-cont p{
	font-family: "Open Sans",sans-serif;
	font-size:14px;
	line-height:22px;
}
form#commentform p{
	padding-bottom:5px;
}
form#commentform p:first-child{
	padding-bottom:12px;
}
.pagination ul{
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:center;
}
.pagination ul li{
	margin:0;
	padding:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.pagination ul li span,.pagination ul li a{
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.pagination ul li span{
	background-color:#5ECC33;
}
.pagination ul li a{
	background-color:#999;
	background-position:center;
	background-repeat:no-repeat;
}
.pagination ul li a:hover{
	background-color:#5ECC33;
}
.pagination ul li a.next{
	background-image:url(images/pagination_right_arrow.png);
	font-size:0;
	line-height:0;
}
.pagination ul li a.prev{
	background-image:url(images/pagination_left_arrow.png);
	font-size:0;
	line-height:0;
}
.contact_left{
	float: left;
	width: 304px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: rgb(51, 51, 51);
	background-color: rgba(0,0,0,0.02);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.map{
	float: right;
	width: 800px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.map iframe{
	display:block;
	pointer-events:none;
}
.mobile{
	color: rgb(78, 181, 38);
	font-size: 14px;
}
.mobile img{
	width: 8px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.container:after{
	display:block;
	clear:both;
	content:'';
}
.about_content p{
	font-size:14px;
	line-height:22px;
	color:#333;
}
.about_content p:last-child{
	padding-bottom:0;
}
.footer-form .wpcf7-validation-errors{
	clear: both;
	margin: 0;
	border: solid 2px #f00;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	border-radius:3px;
}
.footer-form .wpcf7-mail-sent-ok{
	margin: 0px;
	clear: both;
	color: rgb(255, 255, 255);
	font-size: 12px;
	padding: 5px;
	border: solid 2px #4EB526;
	border-radius:3px;
}
.footer-message input.green-btn[type="submit"] {
	margin-bottom:10px;
}
.white-popup-block{
	max-width: 400px;
	background-color: rgb(255, 255, 255);
	position: relative;
	margin:0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.white-popup-block .mfp-close {
	color: #fff !important;
	top: -45px !important;
}
.white-popup-block input[type="text"],.white-popup-block input[type="email"],.white-popup-block textarea{
	width:100%;
	border:solid 1px rgba(0,0,0,0.2);
	box-sizing:border-box;
	font-size:14px;
	color:#333;
}
.white-popup-block input[type="text"],.white-popup-block input[type="email"]{
	height:40px;
	border-radius:3px;
	margin-bottom:0;
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
}
.white-popup-block textarea{
	height:120px;
	border-radius:3px;
	resize:none;
	margin-bottom:0;
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
}
.white-popup-block p{
	padding-bottom:0;
}
div.captcha{
	overflow:hidden;
}
div.captcha img{
	float:left;
	margin: 6px 0px;
}
div.captcha span{
	float: right;
	width: 80%;
}
.white-popup-block input[type="submit"],.white-popup-block input[type="button"]{
	background: #4EB526;
	color: #fff;
	font-weight: 600;
	border: solid 2px #4EB526;
	font-size: 16px;
	padding: 5px 20px;
	transition:0.3s;
	font-family: "Open Sans",sans-serif;
}
.white-popup-block input[type="submit"]:hover,.white-popup-block input[type="button"]:hover{
	background-color:transparent;
	color: #4EB526;
}
div.captcha .wpcf7-not-valid-tip{
	width:100%;
}
.white-popup-block .wpcf7-validation-errors{
	margin: 10px 0 0;
	border: solid 2px #f00;
	font-size: 12px;
	padding: 5px;
}
.white-popup-block .wpcf7-mail-sent-ok{
	margin: 10px 0 0;
	border: solid 2px #4EB526;
	font-size: 12px;
	padding: 5px;
}
.white-popup-block h2{
	font-family: "Open Sans",sans-serif;
	color: #333;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}
.captcha > label{
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
	font-family: "Open Sans",sans-serif;
}
li.address-icon{
	font-size:14px;
	line-height:18px;
}
.not-found{
	background:#f7f7f7;
	border:2px solid #d5d5d5;
	padding:20px;
	width:630px;
	margin:50px auto;
	text-align:center;
	font-size:18px;
	line-height:22px;
	border-radius:3px;
	color:#2e2e2e;	
	font-family: "Open Sans",sans-serif;
}
.error-area{
	font-size:154px;
	line-height:160px;
	color:#4EB526;
	/* font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;*/
	font-weight:700;
	padding-bottom:0;
	padding-top: 20px;	 
}
.error-area span{
	font-size:24px;
	text-transform:uppercase;
	color:#2e2e2e !important;	
}
.not-found a{
	color:#4EB526;
}
.mob_port_filter{
display: none;
}
.portfolio_block{
	display:block !important;
	height:auto !important
}
.mobile a{
	color:#4EB526;
}
.clear { display:block; height: 0; line-height:0; float:none; }
/*End*/