/*
	Theme Name: Arbor Force
	Author: the Pherona
	Author URI: http://www.pherona.com/
	Description: An Wordpress Theme for Arbor Force
	Version: 1.0
	Text Domain: gunnison
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:300,400,600,700,800|Roboto:400,700');
@import url('style2.css');
/* ==========================================================================
    Global
 ========================================================================== */

br {
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
}

html,
body {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight:400;
	color: #545454;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	position:relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#404040;
}

a, p, button, li, time {
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
}

img {
	max-width:100%;
	height:auto;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

a {
	color: #0287f9;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ff6501;
	text-decoration: none;
	outline:none;
}

p {
	line-height:140%;
	font-size:17px;
	color: #666666;
}

section {
    position: relative;
    padding: 50px 0;
    min-width: 100%;
    width: 100%;
}

.btn {
	background: #009540;
	height: 49px;
	display: inline-block;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 49px;
	padding: 0 25px;
}

.btn:hover {
	color: #fff;
	background: #ff6501;
}

.btn:focus,
input, textarea,
button, button:focus,
button.close:focus,
input:focus, textarea:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn-orange {
	background-color: #ff6501;
}

.btn-orange:hover,
.btn-orange:focus {
	background-color: #ffffff;
	color: #ff6501;
} 

strong {
	font-weight: 700;
}

.np {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nrp {
	padding-right: 0 !important;
}

.nlp {
	padding-left: 0 !important;
}

.bg-gray {
	background-color: #f9f9f9;
}

.image-section {
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}

h2.title {
	color: #034917;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;	
	margin: 0 0 63px;
	z-index: 5;
}

h2.title:before {
	content: attr(data-title);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 77px;
	color: rgba(65, 65, 65, 0.1);
	transform: translateX(-50%) translateY(-50%);
	font-weight: 600;
	z-index: 4;
	white-space: nowrap;
	display:none !important;
	
}

h2.title strong {}

/* ==========================================================================
    header
 ========================================================================== */
.header-cta {
	background: #025b28;
	padding-top:7px;
}

.cta-left {
	margin-left: 135px;
}

.cta-left p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	background: url(images/icons/2.png) no-repeat scroll left center;
	padding-left: 26px;
	margin-bottom: 8px;
	position:relative;
	z-index:1021;
}
.cta-right {
	position:relative;
	z-index:1022;
	margin-right:15px;
	margin-top:-2px;
}
.cta-right ul li:first-child a {
	background: rgba(0, 0, 0, 0) url("images/icons/1.png") no-repeat scroll left center;
	padding-left:38px;
}

.cta-right ul li {
	position: relative;
	padding-left: 6px;
}

.cta-right ul li + li:after {
	position: absolute;
	content: " ";
	height: 11px;
	width: 1px;
	background: #fff;
	top: 4px;
	left: -2px;
}

.cta-right ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: block;
}

.cta-right ul li a:hover {
	color: #ff6501;
}
.social-bookmark {
	position:relative;
	z-index:444444;
}
.social-bookmark li {
	padding: 0;
}

.social-bookmark li a {
	color: #025b28;
	background: #009540;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.social-bookmark li a:hover {
	background: #ff6501;
	color: #fff;
}

.logo {
	display: inline-block;
    margin: 21px 0 0;
}

.logo img {
	width:215px;
	max-width:100%;
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 43px 0 0;
    position: relative;
    z-index:999;
}

.home .navbar-default {
	margin: 43px 0 0;
}

.navbar-default .navbar-nav > li + li {
	margin-left: 15px;
}

.navbar-default .navbar-nav > li > a {
	color:#000000;
    font-weight:600;
    font-size:15px;
    padding:36px 5px 30px 5px;
    background-position:center bottom -100px;
    border-bottom:3px solid transparent;
    position:relative;
    overflow:hidden;
	font-weight:700;
}

.navbar-default .navbar-nav > li > a:before {
    content: "";
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -7px;
}


.navbar-default .navbar-nav > li:hover > a:before,
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li.current_page_item > a:before {
    border-bottom: 7px solid #034917;
    bottom: 0px;
}

.nav>li i {
    display: none;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.current_page_item > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #025b28;
	background: url(images/icons/menu-tree.png) no-repeat scroll center center;
	border-bottom: 3px solid #034917;
}


/* Sub Menu */
.menu-item-has-children {
    position: relative
}


.sub-menu {
    position: absolute;
    top: 100px;
    left: 0;
    background: #fff;
    opacity: 0;
    border-top: 3px solid #034917;
    border-bottom: 5px solid #ff6501;
    padding: 0 10px;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  visibility: hidden;
}
.navbar-nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 86px;
}
.sub-menu li {
    border-bottom: 1px solid rgba(247, 247, 247, .23);
    border-top: 1px solid #f2f2f2;
    padding: 5px 0
}
.sub-menu li a {
    position: relative;
    display: block
}
.sub-menu li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 12px;
    margin-top: -6px
}
.sub-menu li:hover a {
    color: #ff6501
}
.sub-menu li:first-child {
    border-top: none
}
.sub-menu li:last-child {
    border-bottom: none
}
.sub-menu li a {
    font-size: 16px;
    padding: 0 35px 0 0;
    white-space: nowrap;
    color: #000000;
    font-weight: 600;
}


.call-to-action {
    background-color: #ff6501;
    text-align: center;
    padding: 14px 0 16px;
}

.call-to-action p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 148%;
}

.call-to-action a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.call-to-action a:hover {
}

/* ==========================================================================
    slider
 ========================================================================== */
header {
	position:absolute;
	width:100%;
	left:0;
	top:0;
  z-index:1030;
}
body.sidebar-active header {
	z-index:99;	
}
.slider-wrapper {
	position: relative;
	width:100%;
}

.slider-wrapper .slide img {
	width:100%;
	height:auto;
}

.slider-wrapper .slide {
	position:relative;
	min-height: 685px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slider-wrapper .slide:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(images/bg/slide.png) no-repeat scroll 0 0;*/
	display:none;
	content:"";
}

.bg-white {
	background: #fff;
}


.tb {
	display:block;
	width:100%;
	height:100%;
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
}
.tb-cell {
	/* 
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	*/
	padding-top:170px;
	
}

.slider-text {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 37px;
    /* z-index:99; */
}

.slider-text h1,
.slider-text h1 a {
	color: #fff !important;
    font-size: 54px;
    font-family: 'Swis721 Cn BT';
}

.slider-text h2,
.slider-text h2 a {
	color: #fff !important;
    font-size:42px;
    font-family: 'Swis721 Cn BT';
}

.slider-text h1 {
	margin-bottom:0px;
}

.slider-text h2 {
	margin-bottom:20px;
}
.slider-text .btn {
	font-weight: 600;
}

.slider-text .btn-orange {
	margin-right: 15px;
}


/* ==========================================================================
    Banner
 ========================================================================== */
.banner-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	min-height:340px;
	background-image: url(images/bg/banner.jpg);
  z-index:-1;
}

.banner-wrapper:before {
	content: "";
	background: url(images/bg/banner-overlay.png) no-repeat scroll 0 0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:1001;
}

.banner-content {
    background: url(images/banner-content.jpg) no-repeat;
    padding: 246px 0 15px;
    position: relative;
}

.banner-content h2 {
	color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 102%;
    margin: 0;
    font-family: 'Swis721 Cn BT';
    text-shadow: 2px 1px 14px #000;
}

/* ==========================================================================
    Extra
 ========================================================================== */

/* scroll to top Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height:50px;  /* Height of image */
	width:50px; /* Width of image */
	background: #ff6501;
	text-indent:-99999px;
	opacity: 1;
	border-radius: 50%;
}

#scrollUp:before {
	position: absolute;
	content:"\f077";
	font-family:'FontAwesome';
	top: 42%;
	left: 53%;
	height: 20px;
	width: 20px;
	color: #fff;
	text-indent: 0px;
	transform: translateX(-50%) translateY(-50%);
}

.transition, a, .navbar-toggle, .icon-bar, input, 
.latest-post-image img, .navbar-default .navbar-nav > li > a:before {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}




/* ==========================================================================
   Freechips
 ========================================================================== */
input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #888888;
	height: 50px;
	line-height: 50px;
	margin: 0 0 25px;
	padding: 10px;
	width: 100%;
}

textarea {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #888888;
	margin: 0 0 25px;
	width: 100%;
	padding: 10px;
	min-height: 150px;
}


input[type="submit"] {
	background: #009540 none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 46px;
	line-height: 25px;
	max-width: 278px;
	width: 100%;
	margin-top: 21px;
}

input[type="submit"]:hover {
	background: #ff6501;
}

input:focus, textarea:focus {
	border-color: #009540;
}

label {
	color: #888888;
	margin-bottom: 6px;
	width: 100%;
}

/* ==========================================================================
   Contact
 ========================================================================== */
.contact {
	background: #ebeae6 none repeat scroll 0 0;
	margin-bottom: 35px;
}

.contact-form {
	display: inline-block;
	padding: 40px 56px 0 60px;
}

.contact-form input {
	margin-bottom: 15px;
}

.contact-title {
	background: #000;
	text-align: center;
}

.contact-title p {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 8px;
}

label.checkbox {
	margin-left: 75px;
	margin-top: 30px;
	color: #040365;
	font-weight: 400;
}

label.checkbox input[type="checkbox"] {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}

label.checkbox::before {
	background-color: transparent;
	border: 2px solid #b9b8b5;
	border-radius: 0;
	content: "";
	height: 28px;
	left: -38px;
	position: absolute;
	top: -1px;
	width: 28px;
}

label.checkbox.checked:before {
	background: transparent url(images/icons/checked.png) no-repeat scroll center center;
}

.contact-info {
	padding:20px 0 0 50px;
	min-height:900px;
}

.contact-info h2 {
	color: #fff;
	margin: 41px 0 6px;
}

.contact-info p {
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	margin: 0 0 21px;
}

.contact-info a {
	color: #00ff00;
	font-size: 20px;
}

.contact-info a:hover {
	text-decoration: underline;
}

/* ==========================================================================
    blog
 ========================================================================== */
div.blog, section.blog {
	padding-bottom: 62px;
}
div.blog {
	padding-top:35px;
}

h2.entry-title {
	color: #ff6501;
	font-size: 26px;
	margin: 0 0 12px;
	font-weight: 700;
}

h2.entry-title a {
	color: #ff6501;
  font-weight:bold;
}
.blog-title p {
	color: #6f6f6f;
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 17px;
}

.blog-post h3 {
	color: #025b28;
	font-size: 19px;
	margin-bottom: 5px;
	font-weight: 700;
}

.blog-post p i {
	color: #828282;
	display: inline-block;
	font-size: 15px;
	margin: 4px 0 3px;
}

.blog-archive {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 7px 0;
	margin-bottom: 17px;
}

.blog-post blockquote {
	border-bottom: 1px solid #dcdcdc;
	border-left: 0 none;
	border-top: 1px solid #dcdcdc;
	color: #828282;
	font-style: italic;
	line-height: 24px;
	padding: 15px 22px;
	font-size: 17px;
}

.blog-archive .date-archive {
	display: inline-block;
	line-height:32px;
}
div.blog li{padding:0 1px}div.blog li a i.fa{width:32px;height:32px;line-height:32px;text-align:center;color:#fff;font-size:17px}div.blog li a i.fa.fa-facebook{background:#406ea7}div.blog li a i.fa.fa-twitter{background:#2ebfe7}div.blog li a i.fa.fa-google-plus{background:#fe5248}div.blog li a i.fa.fa-whatsapp{background:#2bb641}div.blog li a i.fa.fa-pinterest{background:#BD081C;}

.post-content article {
	margin-bottom:15px;
}
.no-border-bottom {
	border-bottom: 0;
}

.blog-archive .date-archive p {
	margin: 0;
}

.blog-archive .blog-archive-right {
	display: inline-block;
	float: right;
}

.blog-archive-right div {
    float: left;
}

.blog-archive .zoom-size {
	margin-right: 20px;
}

.blog-archive .output-archive {
	margin-right: 13px;
}

.blog-archive .output-archive li {
	border-right: 1px solid #d2d2d2;
	padding: 0 10px;
}

.blog-archive .output-archive li:first-child {
	border-left: 1px solid #d2d2d2;
}

.recent-post-widget .title h3 {
	background: #025b28 none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 0;
	padding: 15px 19px 12px;
	text-transform: uppercase;
}

.single-recent-post, ul.recent-posts li {
	padding:10px 0px;
}

.single-recent-post:hover, ul.recent-posts li:hover {
	background: #f3f3f3;
}
ul.recent-posts li h3 a {
	color:#717171;
	font-size:16px;font-weight:700;
}
ul.recent-posts li:hover h3 a {
	color:#ff6501;
}
.single-recent-post + .single-recent-post, ul.recent-posts li + li {
	border-top: 1px solid #e0e0e0;
}

.single-recent-post:nth-child(n+1) {
    padding-top: 12px;
}

.single-recent-post:last-child, ul.recent-posts li:last-child {
	border-bottom: 1px solid #e0e0e0;
}

.single-recent-post img, ul.recent-posts li img {
	float: left;
	height: 99px;
	margin-right: 15px;
	width: 99px;
}

.recent-post-content .date-archive, .recent-post-content .date-archive a {
	color: #6f6f6f;
	font-size: 13px;
	line-height: inherit;
}

.recent-post-content .date-archive a:hover {
	color: #f0862d;
}

.recent-post-content h3, .recent-post-content a {
	color: #717171;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px;
}

.recent-post-content h3:hover a {
	color: #f0862d;
}

.single-recent-post p {
	color: #717171;
	font-size: 16px;
}

.recent-post-content p {
	line-height: 20px;
	margin-bottom: 10px;
}

.recent-post-content a.read-more {
	color: #717171;
	font-size: 12px;
	font-weight: 400;
	padding-left: 11px;
	position: relative;
	text-transform: uppercase;
	margin-left: 13px;
}

.recent-post-content a.read-more:hover {
	color: #f0862d;
}

.recent-post-content a.read-more:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "»";
}

.recent-post-content h3 {
	margin: 0 0 12px;
}

.recent-post-content .date-archive a {
	margin: 0 0 0px;
}

.recent-post-content .date-archive {
	margin: 0 0 6px;
}

p.pherona a {
    background: url(images/pherona.png) no-repeat left center;
    margin-left: 5px;
    padding-left: 22px;
    display: inline-block;
}

.post-content img.alignleft {
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:15px;
}
.post-content img.alignright {
	float:right;
	margin-right:15px;
	margin-bottom:15px;
	margin-left:15px;
}
.post-content img {
	margin-bottom:15px;
}
.post-content ul {
	padding-left:25px;
	padding-bottom:15px;
}
.post-content ul li {
	list-style:disc;
	line-height:150%;
}

.post-content ol {
	padding-left:35px;
	padding-bottom:15px;
}
.post-content ol li {
	line-height:152%;
	display: list-item;
   list-style-type: decimal;
   margin-bottom:3px;
}

ul.share-buttons {
	padding-bottom:0;
}
.paging-navigation{font-family:sans-serif;background:#fff;padding:15px 15px 15px 0}.paging-navigation ul{list-style-type:none;margin:0;padding:0;display:inline-block}.paging-navigation li{display:inline}a.page-numbers,span.page-numbers{background:#ddd;border:1px solid #ccc;color:#666;margin-right:4px;margin-bottom:3px;margin-top:3px;width:32px;height:32px;line-height:30px;text-align:center;display:inline-block}.paging-navigation .current,a:hover.page-numbers{color:#fff;background:#ff6501;border:1px solid #ff6501}.paging-navigation .current{font-weight:700}

#comments, .post-navigation {
	display:none;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	position:relative;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border:0px solid #fff;
	left:0px;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager {
	text-align: center;
	display:block;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 3px;
	float: left;
	border: 3px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color:#009540;

}
.bx-controls {
	position:absolute;
	bottom:25px;
	left:50%;
	z-index:1019;
	background-color:transparent !important;
    transform: translateX(-50%);
	display:inline-block;
}

@media only screen and (min-width:768px) {
.order-sm-1{-ms-flex-order:1;order:1}
.order-sm-2{-ms-flex-order:2;order:2}
div.mail {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #7e7f7f;
    height: 210px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    padding-left: 35px;
    border-radius: 2px;
    background:#517AB2;
    top: 50%;
    margin-top: -107px;
    cursor: pointer;
    z-index: 1041
}
div.mail i {
    background: #fff;
    color: #517AB2;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    line-height: 48px
}
div.mail:hover {
    background:#f8f8f8;
    color: #517AB2
}
div.mail:hover i {
    color: #fff;
    background: #517AB2
}
.home #header,
body.sidebar-active #header {
    z-index: 99!important
}
body.sidebar-active>.mail i:before {
    content: "\f00d"!important
}
#ncf-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    cursor: pointer;
    height: 100%;
    -webkit-transform: translate(500px, 0);
    -moz-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    -ms-transform: translate3d(500px, 0, 0);
    -o-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
body.sidebar-active>#ncf-overlay {
    z-index: 999;
    opacity: .5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    cursor: pointer;
    cursor: url(images/close-overlay.png), auto
}
body.sidebar-active>#ncf-overlay,
body.sidebar-active>* {
    -webkit-transform: translate(500px, 0);
    -moz-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    -ms-transform: translate3d(500px, 0, 0);
    -o-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0)
}
.push_sidebar {
    width: 500px;
    opacity: 0;
    z-index: -1;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background:#ebeae6;
    padding:30px;
    height: 100%;
    top: 0
}
.push_sidebar form input[type="submit"] {
display:block;
margin-left:auto;
margin-right:auto;
width:100%;
max-width:240px;
}
.push_sidebar form input[type="text"], .push_sidebar form input[type="email"], .push_sidebar form input[type="url"] {
	margin-bottom:10px;
	height:40px;
	line-height:40px;
}
.contact-form {
    border: 10px solid #DFDAD6;
    padding: 25px
}
.push_sidebar .col-sm-6 {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%!important
}
body.sidebar-active>.push_sidebar {
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    right: 0;
    opacity: 1;
    z-index: 111;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    overflow: auto
}
body,
body.sidebar-active,
body.sidebar-active>*,
body>* {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: -ms-transform .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: -o-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}
#ncf-overlay,
.push_sidebar,
div.mail {
/*
  position: fixed;
  left: 0
*/
}
.push_sidebar .contact-form {
    border: 0 solid #DFDAD6;
    padding: 0
}
}
/*
.ctct-form {
    border: 10px solid #DFDAD6;
    padding: 25px
}
.singup a {
    font-size: 20px;
    background: #fab23a;
    border-radius: 0;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 5px 18px;
    font-weight: 500;
    border: solid 2px #fff;
    text-align: center;
    position: relative;
    top: -4px
}
.singup a:hover {
    background: #4e5da0
}
.ctct-form sub {
    display: none
}
.ctct-form input[type="text"],
.ctct-form input[type="email"],
.form input[type="text"],
.form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 5px
}
.ctct-form input[type="text"]:focus,
.ctct-form input[type="email"]:focus,
.form input[type="text"]:focus,
.form input[type="email"]:focus {
    border: 1px solid #fab23a
}
.ctct-form input[type="submit"],
.form input[type="submit"] {
    font-size: 20px;
    background: #fab23a;
    border-radius: 0;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 5px 18px;
    font-weight: 500;
    border: solid 2px #fab23a
}
.ctct-form input[type="submit"]:hover,
.form input[type="submit"]:hover {
    background: #4e5da0;
    border: solid 2px #4e5da0
}
.form fieldset legend {
    margin-bottom: 15px!important;
    padding-bottom: 15px!important
}
*/





.tree {}

.tree:before {
    content: "";
    background: url(images/icons/tree.png) no-repeat scroll center center #fff;
    width: 76px;
    height: 76px;
    position: absolute;
    top: -41px;
    left: 50%;
    margin-left: -38px;
    border-radius: 50%;
	background-size:45px 61px;
}

.green-tree:before {
	background: url(images/icons/green-tree.png) no-repeat scroll center center #1a5a29;
}




/* ==========================================================================
    Services
 ========================================================================== */
.services {
    background: url(images/bg/services.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 750px;
    padding: 0px;
}

.service {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    margin-top: -46px;

	
}

.service-inner {
	border: 1px solid #81a48b;
	padding: 15px 15px 26px;
}

.service-image {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #535353;
    border-radius: 50%;
    box-shadow: 0 0 0 11px #fff;
    margin: -69px auto 0;
    position: relative;
}

.service-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width:50px;
}

.service h2,
.service h2 a {
	color: #3f3f3f;
	font-size: 18px;
	font-weight:800;
	margin: 14px 0 10px;
}

.service p {
    color: #424240;
    line-height: 184%;
}

/* ==========================================================================
    Services Page
 ========================================================================== */
.force-tree-services {
	background-image: url(images/bg/tree-services.jpg);
	padding: 53px 0 103px;
}

.force-tree-services h2 {
	color: #373737;
	font-size: 35px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 32px;
	max-width:930px;
		margin-left:auto;
	margin-right:auto;
}

.force-tree-services p {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 21px;
	max-width:930px;
	margin-left:auto;
	margin-right:auto;
}

.tree-services {
	padding: 71px 0 72px;
	position:relative;
	background-size:cover;
}

.tree-services-content {}

.tree-services-content h2 {
    color: #034917;
    font-size:48px;
    font-weight: 400;
    line-height: 78%;
    margin: 0 0 19px;
    background: url(images/bg/tree-title-bg.png) no-repeat scroll right center;
}

.bg-gray .tree-services-content h2 {
    background: url(images/bg/tree-title-bg.png) no-repeat scroll right center;
}

.tree-services-content h2 strong {
	color: #515151;
	font-size:36px;
	font-weight: 700;
	display: block;
	text-transform:uppercase;
	
}

.tree-services-content p {
	color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    margin: 0 0 26px;
}

ul.check {}

ul.check li {
	color: #666666;
    font-size: 18px;
    padding-left: 30px;
    background: url(images/icons/check.png) no-repeat scroll left top 4px;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0 7px;
}

ul.check li:before {}

ul.check li:after {}

.tree-services-content ul.check li {
    width: 39%;
    float: left;
    white-space: nowrap;
}

.tree-services-image {}

/* ==========================================================================
    About Tree
 ========================================================================== */
.about-us-content {
	padding-top:70px;
}

.about-us-content .title {
    background: url(images/icons/about-tree.png) no-repeat left top;
    padding-left: 70px;
    white-space: nowrap;
    margin: 50px 0 23px;
    color: #373737;
    line-height: 115%;
}

.about-us-content p {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 19px;
}

.about-us-content a.btn {
    margin-right: 15px;
    margin-top: 23px;
}

.about-us-content img {
    margin-right:10px;
    vertical-align: top;
    margin-top:15px;
	max-height:100px;
}

.about-us-image {
	padding-top: 220px;
}

.about-us-image img {}


/* ==========================================================================
    Testimonials
 ========================================================================== */
.testimonials {
	background: url(images/bg/testimonials.jpg) no-repeat scroll center center #fff;
	padding: 78px 0 75px;
	background-size: cover;
}

.testimonials h2.title {
	color: #ffffff;
	margin: 0 0 69px;
}

.testimonials h2.title:before {
	color: rgba(255, 255, 255, 0.1);
}

.testimonials-slider {}

.testimonial {
    margin: 0 0 40px;
    padding: 0 25px 0;
}

.testimonial-content {
    padding: 32px 30px 30px 50px;
    border-radius: 5px;
    background-color: #ecf4cd;
    margin: 0 0 20px;
    position: relative;
}

.testimonial-content:before {
	content:"";
	position:absolute;
	bottom:-13px;
	border-right:13.5px solid transparent;
	border-left:13.5px solid transparent;
	border-top:13.5px solid #ecf4cd;
	left:72px;
}

.testimonial-content p {
    color: #484848;
    font-size: 14px;
    font-style: italic;
    line-height: 220%;
    position: relative;
}

.testimonial-content p:before,
.testimonial-content p:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
}

.testimonial-content p:before {
	top: -5px;
	background: url(images/icons/quote-top.png) no-repeat scroll center center;
	left: -30px;
}

.testimonial-content p:after {
    bottom: 0;
    background: url(images/icons/quote-bottom.png) no-repeat scroll center center;
    margin-left: 10px;
}

.testimonial .client-info {
    padding: 11px 0 5px 100px;
}


.client-name {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.rating {
    margin: 1px 0 0;
}

.rating li  {
	padding: 0;
}

.rating li i {
	color: #ffc10d;
}

.testimonials a.btn {
	height: 40px;
	color: #fff;
	max-width: 209px;
	background-color: #ff6501;
	line-height: 40px;
	margin: 8px 0 0;
}

.testimonials a.btn:hover {
	background-color: #fff;
	color: #ff6501;
}

.owl-theme .owl-controls {
	bottom: 70% !important;
}

.owl-prev,
.owl-next {
	width: 36px;
	height: 36px;
	background-color: transparent;
	position: absolute;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	color: #ecf4cd;
	border: 1px solid #ecf4cd;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: transparent;
}

.owl-prev {
    left: -45px;
}

.owl-next {
    right: -45px;
}

.owl-carousel .owl-grab {
    cursor:url(images/grabbing.png) 8 8, move;
}


/* ==========================================================================
    Latest Blog
 ========================================================================== */
.latest-blog {
	padding: 74px 0 4px;
}

.latest-post {
	margin-bottom: 50px;
}

.latest-post-image {
	margin: 0 0 16px;
	overflow: hidden;
	border-radius: 5px;
}

.latest-post-image img {
	border-radius: 5px;
	width: 100%;
  max-height:180px;
}

.latest-post-image:hover img {
	transform: scale(1.2);
}

.latest-post span.latest-post-time {
	color: #034917;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.latest-post h3,
.latest-post h3 a {
	font-size: 18px;
	color: #292929;
	font-weight: 700;
	margin: 14px 0 13px;
}

.latest-post h3 a:hover {
	color: #ff6501;
}

.latest-post p {
	color: #666666;
	line-height: 180%;
	margin: 0 0 11px;
}

.latest-post a.read-more {
	color: #ff6501;
	font-size: 14px;
	font-weight: 600;
}

.latest-post a.read-more:hover {
	color: #292929;
}

/* ==========================================================================
    Apply Now
 ========================================================================== */
.apply-now {
	background: url(images/bg/apply-now.jpg) no-repeat scroll center center;
	background-size: cover;
	padding: 31px 0 40px;
}

.apply-now h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 14px;
}

.apply-now {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.apply-now a.btn {
    height: 49px;
    line-height: 49px;
    font-weight: 600;
    background-color: #034917;
    padding: 0 38px;
    margin: 35px 0 0;
}

.apply-now a.btn:hover {
	color: #034917;
	background-color: #fff;
}


/* ==========================================================================
    Footer
 ========================================================================== */

.footer {
	padding-top: 50px;
	background-color: #034917;
}

.footer p,
.footer a {
	color: #ffffff;
}

.footer a:hover {
	text-decoration: underline;
}

.awards {
    border-bottom: 1px solid #3d734d;
    margin: 0 0 38px;
    padding: 0 0 30px;
    display: none;
}

.awards ul {
    display: table;
    width: 90%;
    margin: 0 auto;
}

.awards ul li {
	display: table-cell;
	vertical-align: middle;
}

.awards ul li img {
	display: table-cell;
	vertical-align: middle;
}

.payment-methods {
    margin: 44px 0 21px;
}

.footer-menu {
	margin: 0 0 16px;
}

.footer-menu li {
	display: inline-block;
	padding: 0 14px;
}

.footer-menu li a {
	color: #fff;
	font-size: 14px;
}

.footer-menu li a:hover {}

.copyright {
	padding-bottom: 35px;
}

.copyright p,
.copyright p a {
	color: #fff;
	font-size: 14px;
}

/* ==========================================================================
    Resources
 ========================================================================== */
.resources {
    background-image: url(images/bg/resources.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
    min-height:1300px;
    padding: 75px 0 50px;
	background-color:#F8F8F8;
	
}

.resources h2.title {
	color: #373737;
}

.resources p {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 21px;
}


/* ==========================================================================
    Videos of Project
 ========================================================================== */
.videos-of-project {
	background-image: url(images/bg/videos-of-project.jpg);
	padding: 75px 0 109px;
}

.videos-of-project h2.title {
    margin: 0 0 47px;
}

.videos-of-project p {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 57px;
}

.project-video {}
.project-video-one {}
.project-video-two {
    margin: 0 0 10px;
}
.project-video-three {}

.project-video-two iframe,
.project-video-three iframe {height: 92% !important;}

.project-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.project-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
    References
 ========================================================================== */

.references {
	padding: 46px 0 54px;
}

.references p {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 21px;
}

/* ==========================================================================
    Contact Us
 ========================================================================== */
.contact-us {
	background-image: url(images/bg/contact-us.jpg);
	padding: 75px 0 52px;
}

.contact-us h2.title {
	color: #373737;
	margin: 0 0 47px;
}

.contact-us h2.title:before {
    left: 0;
    transform: translateX(0%) translateY(-50%);
}

.contact-us p,
.contact-us p a {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 21px;
}

.contact-us p a {}
.contact-us p a[href^="mailto"] {
	color: #0000ff;
	text-decoration: underline;
	
}

.contact-us p strong {}
.contact-us p a {}

.contact-us p a:hover {
	color: #ff6501;
}

/* ==========================================================================
    Contact Map
 ========================================================================== */
.contact-map {
	padding: 0;
}

.fluid-map-wrapper {
	position: relative;
	padding-bottom: 24.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.fluid-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
}

/* ==========================================================================
    Fonts
 ========================================================================== */

@font-face {
    font-family: 'Swis721 Cn BT';
    src: url('fonts/Swiss721BT-BoldCondensed.eot');
    src: url('fonts/Swiss721BT-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('fonts/Swiss721BT-BoldCondensed.woff2') format('woff2'),
        url('fonts/Swiss721BT-BoldCondensed.woff') format('woff'),
        url('fonts/Swiss721BT-BoldCondensed.ttf') format('truetype'),
        url('fonts/Swiss721BT-BoldCondensed.svg#Swiss721BT-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
}



/* ==========================================================================
    Estimates
 ========================================================================== */
.proposal-request {
	background-image: url(images/bg/proposal-request.jpg);
	padding: 75px 0 42px;
}

.proposal-request h2.title {
    color: #373737;
    margin: 0 0 47px;
}

.proposal-request p,
.proposal-request p a {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 22px;
}

.proposal-request p a:hover {
	color: #ff6501;
}

.proposal-request-form {
	background-image: url(images/bg/proposal-request-form.jpg);
	min-height: 1104px;
	padding: 57px 0 0;
}

.proposal-request-form h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	border: 3px solid #ff6501;
	text-align: center;
	padding: 22px 20px 23px;
	line-height: 122%;
	margin: 0 0 54px;
}

.proposal-request-form h2 strong {
	font-weight: 700;
	text-transform: uppercase;
}

.estimates-form {
    width: 95%;
    margin: 0 auto;
}

.estimates-form .col-sm-3,
.estimates-form .col-sm-9,
.estimates-form .col-sm-6 {
	padding: 0;
}

.estimates-form > .col-sm-6 {
	padding: 0 15px;
}

.proposal-request-form {}

.proposal-request-form .form-group {
	margin: 0 0 15px;
	overflow: hidden;
}

.proposal-request-form label {
	color: #fff;
	font-size: 17px;
	text-align: right;
	padding-right: 20px;
	font-weight: 400;
}

.proposal-request-form input {
    height: 33px;
    margin: 0;
}

.proposal-request-form textarea {
	height: 98px;
}

.proposal-request-form span.cf-text {
	color: #fff;
	font-size: 17px;
	margin: 5px 0 0;
	display: block;
}

.proposal-request-form input[type="submit"] {
	background-color: #ff6501;
	border: 1px solid #939393;
	font-size: 25px;
	font-weight: 400;
	height: 53px;
	margin: 27px 0 50px;
}

.proposal-request-form input[type="submit"]:hover {
	background-color: #fff;
	color: #ff6501;
}

.proposal-request-form div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	color: #000 !important;
	text-align: center;
	background: #f7e700;
}

.proposal-request-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
    text-align: center;
}

/* ==========================================================================
    Customer Promise
 ========================================================================== */
.customer-promise {
	background-image: url(images/bg/customer-promise.jpg);
	padding: 75px 0 80px;
}

.customer-promise h2.title {
    margin: 0 0 47px;
}
.customer-promise img {
    margin-top: -94px;
}

.customer-promise p {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 21px;
}

.customer-promise ul {}

.customer-promise ul li {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height:135%;
}

/* ==========================================================================
    Customer Promise Botttom
 ========================================================================== */
.customer-promise-bottom {
	background-image: url(images/bg/customer-promise-bottom.jpg);
	padding: 77px 0 45px;
}

.customer-promise-bottom p,
.customer-promise-bottom p a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height:150%;
	margin: 0 0 22px;
}

.customer-promise-bottom p a {
	font-weight: 700;
}

.customer-promise-bottom p a[href^="mailto"] {
	color: #00aeef;
	
}

.customer-promise-bottom p a:hover {
	color: #ff6501;
}

.customer-promise-bottom h5 {
	color: #fff568;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 2px;
}

/* ==========================================================================
    Proof of Insurance
 ========================================================================== */
.proof-of-insurance {
	background-color: #fff;
	padding: 58px 0 49px;
}

.proof-of-insurance p {
	color: #373737;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: url(images/icons/pdf.png) no-repeat scroll left top;
	display: inline-block;
	padding: 22px 0 22px 98px;
}

.proof-of-insurance p a {
	color: #0000ff;
}

.proof-of-insurance p a:hover {
	color: #ff6501;
}


/* ==========================================================================
    Tree Ordinance
 ========================================================================== */
.tree-removal-ordinance {}

.tree-removal-ordinance {
	background-image: url(images/bg/tree-services.jpg);
	padding: 73px 0 65px;
}

.tree-removal-ordinance h2 {
	color: #373737;
	font-size: 35px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 45px;
}

.tree-removal-ordinance p {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height:150%;
    margin: 0 0 21px;
}

/* ==========================================================================
    Tree Ordinance
 ========================================================================== */
.footer-widget {
    padding-top: 30px;
}

.footer-logo-widget {
}


.footer-menu-widget {}
.footer-menu-widget {}
.footer-menu-widget ul {}

.footer-menu-widget ul li {
    float: left;
    width: 50%;
    margin: 0 0 4px;
}

.footer-menu-widget ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer-address-widget {}

.footer-address-widget p {
	position: relative;
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;	
}

.footer-address-widget p {
	padding-left: 25px;
}

.footer-address-widget p b {
	font-family: 'Raleway', sans-serif;
}

.footer-address-widget p a {
	color: #fff;
	font-size: 15px;
}

.footer-address-widget p a:hover {}

.footer-address-widget p i {
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

/* ==========================================================================
    Resources Cities and Counties
 ========================================================================== */

.resources-cities-and-counties.c-and-c {
	padding:40px 0 40px;
}

.resources-cities-and-counties.c-and-c h2.title {
	margin: 0 0 47px;
}

.c-and-c {
	padding: 20px 0 25px;
}

.c-and-c h4 {
    color: #1c5e1c;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 23px;
}

.c-and-c a.link {
	color: #0000ff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.c-and-c a:hover {
	text-decoration: none;
}

.c-and-c table {}
.c-and-c table tr {}

.c-and-c table tr td,
.c-and-c table tr td a, .c-and-c table tr td p {
	color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.c-and-c table tr td a:hover {
	color: #ff6501;
}

.c-and-c table tr td {
	padding-bottom: 5px;
	vertical-align: top;
}

.c-and-c table tr td:first-child {
	width: 180px;
	font-weight: 700;
}

.c-and-c table tr td:last-child {}

.proposal-request-form input[type="checkbox"] {
height:12px;
width:auto;
}
.proposal-request-form .wpcf7-checkbox label {
text-align:left;
}

.proposal-request-form span.wpcf7-list-item {
  display:block;
}

.page-template-page-apply .proposal-request-form {

}







div.mail {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #7e7f7f;
    height: 210px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    padding-left: 35px;
    border-radius: 2px;
    background: url(images/free_estimate.png) 16px 15px no-repeat no-repeat #1d1d1d;
    position: fixed;
    top: 370px;
    right: 0;
    margin-top: -107px;
    cursor: pointer;
    z-index: 1041;
}
div.mail i {
    color: #fff;
    background:#f86200;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    line-height: 48px
}
#ncf-overlay,
.push_sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0
}
div.mail:hover {
    background: url(images/free_estimate.png) 16px 15px no-repeat no-repeat #f86200
}
div.mail:hover i {
    color: #fff;
    background: #1d1d1d
}
.home #header {
    z-index: 33!important
}
body.sidebar-active>.mail i:before {
    content: "\f00d"!important
}
#ncf-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    bottom: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    -webkit-transform: translate3d(-500px, 0, 0);
    -moz-transform: translate3d(-500px, 0, 0);
    -ms-transform: translate3d(-500px, 0, 0);
    -o-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0)
}
body.sidebar-active>#ncf-overlay {
    z-index: 999;
    opacity: .5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    cursor: pointer;
    cursor: url(images/close2.png), auto
}
body.sidebar-active>#ncf-overlay,
body.sidebar-active>* {
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    -webkit-transform: translate3d(-500px, 0, 0);
    -moz-transform: translate3d(-500px, 0, 0);
    -ms-transform: translate3d(-500px, 0, 0);
    -o-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0)
}
.push_sidebar {
    width: 500px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #E5E0DC;
    padding: 50px
}
.push_sidebar .contact-form,
.push_sidebar form {
    background: #fff
}
.contact-form {
    border: 10px solid #DFDAD6;
    padding: 25px
}
.push_sidebar .col-sm-6 {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%!important
}
body.sidebar-active>.push_sidebar {
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    right: 0;
    opacity: 1;
    z-index: 111;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    overflow: auto
}
body,
body.sidebar-active,
body.sidebar-active>*,
body>* {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: -ms-transform .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: -o-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}


.push_sidebar .col-sm-3, .modal .col-sm-3 {width:100%;}
.push_sidebar .col-sm-9, .modal .col-sm-9 {width:100%;}

.push_sidebar textarea, .push_sidebar input[type="text"], .push_sidebar input[type="email"],
.modal textarea, .modal input[type="text"], .modal input[type="email"] {
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-bottom: 18px;
    border-radius: 0;
    height: 43px;
    padding: 0 10px;
}

.push_sidebar .col-sm-3, .push_sidebar .col-sm-9, .push_sidebar .col-sm-6,
.modal .col-sm-3, .push_sidebar .col-sm-9, .modal .col-sm-6 {
  padding-left:7.5px !important;
  padding-right:7.5px !important;
}


.entry-content p,
.entry-content p a,
.page-id-390 .post-content p,
.page-id-390 .post-content p a {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height:150%;
    margin: 0 0 21px;
}

.page-id-390 .post-content p a:hover,
.entry-content p a:hover {
	color: #ff6501;
}

span.post-author {
  display:none;
}
body.page-template-page-new-home .banner-wrapper {
display:none !important;
}
.fluid-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.fluid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.re-captcha .wpcf7-form-control-wrap {
	margin:0 auto;
	display:inline-block;
}
.re-captcha input[type="submit"] {
	display:inline-block;
}
#home-testimonial .owl-item {
	padding:0px 15px;
}
#home-testimonial li.review-item {
    padding: 32px 30px 30px 50px;
    border-radius: 5px;
    background-color: #ecf4cd;
    margin: 0 0 20px;
    position: relative;
}
#home-testimonial .review-text {
font-family: 'Raleway', sans-serif !important;
}

.grecaptcha-badge {
	display:none;
}



.tree-services-content a {
	color:#034917;

}


ul.sections > li:nth-child(odd) {
	background:#f9f9f9;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display:inline-block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-slide > div {
	padding-left:7.5px;
	padding-right:7.5px;
}


.image, .slick-slide > div .video {
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
	position:relative;
	height:265px;
	display:block;
	width:100%;
}

.video i {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
	font-size:60px;
}



.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}



.difference h3 {
	font-weight:800;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
}

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

.difference .col-sm-3 h2 {
	font-size:80px;
	color:#fff;
	color: #fff;
    font-weight: 700;
    line-height: 102%;
}

.single-team img {
	margin-bottom:20px;
}

.single-team h3 {
	font-size:18px !important;
	color:#3f3f3f !important;
	font-weight:700 !important;
}
.single-team h4 {
	color:#034917 !important;
}


.row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.about-us h2 {
	font-size:60px;
	margin-bottom:0;
}

.about-us h3 {
	font-size:35px;
	color: #034917;
	font-weight:400;
	margin-top:0;

}
.about-us h3 strong {
	font-weight:700;
}


ul.sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    align-items: center;   
}

ul.sections > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-left:15px;
	padding-right:15px;
}



ul.sections .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: center;   
}

ul.sections .row > .col-sm-3 {

}
	
ul.sections li:nth-child(even) .row > .col-sm-3 {
    -ms-flex-order:1;
	order:1;
	display:block;
} 


ul.sections li:nth-child(even) .row > .col-sm-9 {
    -ms-flex-order:2;
	order:2;
	display:block;
} 



.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}


.logos img { max-height:80px; width:auto;}


.single-testimonial {
	background:#fff;
	border:solid 1px #ddd;
	padding:15px;
	text-align:center;
}

.single-testimonial h2 {
	font-size:18px !important;
	font-weight:700;
	display:block;
}

.single-testimonial i {
	color:#F4B718;
}


.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}


.slick-slide > div, .slick-slide > div > div {
    height:100% !important;
}


.fts-jal-fb-header, .fts-album-photos-wrap, .fts-fb-load-more, .fts-fb-spinner, .fts-instagram, .fts-vine-wrapper, .post-5593 .entry-content {
	display:none !important;
}

.fts-jal-fb-right-wrap {
	padding-left:15px !important;
	padding-right:15px !important;
}
a.fts-jal-fb-see-more { padding-right:15px !important;}
.fts-jal-single-fb-post {
	background:#fff;
	padding:15px !important;
}


.resources-cities-and-counties.c-and-c {
    background:#f9f9f9;
}
.resources-cities-and-counties.c-and-c:nth-child(2n) {
    background:#fff;
}


i.fa.fa-arrow-left.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    /* left: -20px; */
    width: 40px;
    color: #ff6501;
    line-height: 39px;
    height: 40px;
    border: solid 1px #ff6501;
    right: calc(100% + 20px);
    text-align: center;
    font-size: 18px;
	cursor:pointer;
}

i.fa.fa-arrow-right.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    width: 40px;
    color: #ff6501;
    line-height: 39px;
    height: 40px;
    border: solid 1px #ff6501;
    left: calc(100% + 20px);
    text-align: center;
    font-size: 18px;
	cursor:pointer;
}