@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,700|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Rokkitt', serif;
*/
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size:16px;
	line-height:25px;
	color:#657273;
}
:focus {
	outline: 0 !important;
}
::-moz-focus-inner {
border:0 !important;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
object, embed {
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address {
	font-style: normal;
}
body, button, .button, select, .top-bar-section ul li > a, .pricing-table .title, .pricing-table .price, .tabs dd > a, .tabs .tab-title > a, .side-nav, .side-nav li.active > a:first-child:not(.button), .accordion .accordion-navigation > a, .accordion dd > a, .sub-nav dt, .sub-nav dd, .sub-nav li, .label {
font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', serif;
	font-weight: normal;
	margin-top: 0;
	line-height: inherit;
}
p {
	font-size: inherit;
	line-height: inherit;
	font-weight:inherit;
	margin-bottom:25px;
}
a {
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	text-decoration:underline;
}
img {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
ul, ol, dl {
	font-size:inherit;
	line-height:inherit;
	margin:0;
}
/*::-moz-placeholder {
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc;
}
::-webkit-input-placeholder {
color: #ccc;
}*/
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
border:1px solid #cac5b9;
box-shadow: none;
background-color:#fff;
color:#929b9c;
font-size:16px;
font-weight:300;
}
input:focus:not([type]), input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
background-color:#fff;
border-color: #cac5b9;
outline:none;
}
textarea {
	height:165px;
}
select {
	padding-top:6px;
}
.row {
	max-width:1200px;
}
.pvm {
	display:table;
	width:100%;
	height:100%;
}
.vm {
	vertical-align:middle;
	display:table-cell;
}
button, .button {
	font-family: 'Rokkitt', serif;
	margin:0;
	font-size:24px;
	line-height:24px;
	color:#90c848;
	padding:15px 30px 11px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: rgb(255,254,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 254, 249, 1) 0%, rgba(230, 242, 207, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 254, 249, 1) 0%, rgba(230, 242, 207, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 254, 249, 1) 0%, rgba(230, 242, 207, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
button:hover, button:focus, .button:hover, .button:focus {
	color:#90c848;
}
#header {
	height:129px;
	border-top:8px solid #8dc73f;
	position:relative;
	z-index:5;
}
.header-logo, .header-rbox {
	width:auto;
}
.header-logo {
	position:absolute;
	top:0;
	z-index:2;
	margin-left:-15px;
}
.header-phone-no {
	font-family: 'Rokkitt', serif;
	text-align:right;
	font-size:25px;
	margin:25px 0 12px;
}
.header-phone-no img {
	vertical-align:sub;
	margin-right:10px;
}
.header-phone-no a {
	text-decoration:none;
	color:#3d812e;
}
.header-phone-no a span {
	color:#8fbe00;
}
.title-area, .top-bar .name, .top-bar-section .has-dropdown > a::after {
display:none;
}
#menu ul ul, .top-bar-section .dropdown {
	display:none;
	clip:inherit;
}
#menu.top-bar-section .has-dropdown.hover > .dropdown, #menu.top-bar-section .has-dropdown.not-click:hover > .dropdown, .expanded #menu ul ul, .expanded #menu.top-bar-section .dropdown {
	display:block;
}
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li, .top-bar, .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.has-form) > a {
background:none;
}
.top-bar {
	margin-right:-15px;
}
.top-bar.expanded .title-area {
	background-color:#3d812e;
}
.top-bar .toggle-topbar {
	top:-36px;
}
.top-bar .toggle-topbar a {
	font-family: "Rokkitt", serif;
	font-weight:normal;
	height:36px;
	line-height:39px;
	text-decoration:none;
	font-size:13px;
	color:#fff !important;
}
#menu ul li a {
	font-size:20px;
	font-weight:300;
	text-decoration:none;
	color:#8f9899;
	padding:0 15px !important;
	text-transform:uppercase;
}
#menu ul > li.selected > a {
	font-weight:600;
	color:#373939;
}
.bannerA {
	position:relative;
	z-index:1;
	height:574px;
}
.banner-slider {
	height:100%;
}
.banner-slider ul.slides, .banner-slider ul.slides li {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	list-style:none;
}
.banner-slider ul.slides li {
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner-center-box {
	background:rgba(28, 26, 11, 0.7);
	margin:0 auto;
	text-align:center;
	max-width:480px;
	position:relative;
	padding:25px;
	border:1px solid #b5a985;
	text-transform:uppercase;
}
.banner-center-box:before {
	background:rgba(28, 26, 11, 0.3);
	position:absolute;
	left:-7px;
	right:-7px;
	top:-7px;
	bottom:-7px;
	content:"";
	display:block;
}
.banner-center-box h1 {
	font-family: 'Rokkitt', serif;
	font-size:33px;
	line-height:33px;
	color:#b9b095;
	font-weight:normal;
	margin:0;
	position:relative;
	z-index:2;
}
.banner-center-box h1 strong {
	color:#fff;
}
.bar-green {
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#3d812e;
	background-image:url(../images/img-bar-green-wing.jpg);
	padding:25px 0;
	margin-bottom:50px;
}
.bar-green h2 {
	font-size:28px;
	line-height:28px;
	color:#fff;
	margin:10px 0 0;
}
.btn-bar-green {
	-webkit-box-shadow: 0 -5px 4px 1px #377227;
	box-shadow: 0 -5px 4px 1px #377227;
}
.hc-header {
	margin-bottom:25px;
}
.hc-header h3 {
	color:#8dc63f;
	margin:6px 0 0;
	font-size:28px;
	line-height:28px;
}
.hc-header span {
	float:left;
	margin-right:25px;
}
.hc-header span img {
	vertical-align:top;
}
.hc-col-treatment .hc-header span {
	margin-top:-9px;
}
#footer {
	background-color:#231f20;
	color:#fff;
	padding:15px 0 25px;
}
#footer a {
	text-decoration:none;
}
#footer h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size:18px;
	line-height:22px;
	margin:0;
	font-weight:normal;
	color:#8cc63f;
}
.footer-logo {
	width:auto;
}
.footer-address-contact {
	width:435px;
	font-size:15px;
	line-height:22px;
	margin:28px 0 0 20px;
}
.siteby {
	color:#7eb03b;
	text-transform:uppercase;
	font-size:13px;
	line-height:16px;
	font-weight:300;
	text-align:right;
	clear:both;
	padding-top:5px
}
.siteby a {
	color:#7eb03b;
}
.footer-menu {
	width:auto;
	margin-top:50px;
}
.footer-menu ul {
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}
.footer-menu ul li {
	float:left;
	margin:0 0 0 25px;
	line-height:normal;
	padding:0;
	list-style:none;
}
.footer-menu ul li a {
	color:#a1a1a1;
	font-size:13px;
	line-height:16px;
}
.overlay-page {
	background:rgba(255, 255, 255, 0.6);
	position:fixed;
	width:100%;
	height:100%;
	z-index:3;
	left:0;
	top:0;
	text-indent:-9999px;
	display:none;
}
#body {
	margin-bottom:20px;
	position:relative;
	z-index:1;
}
.bannerB {
	height:213px;
	position:relative;
	z-index:1;
	margin-bottom:70px;
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.bannerB-abs {
	width:100%;
	left:0;
	position:absolute;
	bottom:-35px;
	text-align:center;
}
.bannerB-abs .banner-center-box {
	max-width:none;
	min-width:300px;
	background:#1c1a0b;
	display:inline-block;
}
.content-media {
	margin-bottom:30px;
	margin:0 13px 40px 0;
	position:relative;
}
.content-media img {
	border:1px solid #b9b095;
	width:100%;
}
.content-media:after {
	position:absolute;
	left:13px;
	top:13px;
	width:100%;
	height:100%;
	border:1px solid #b9b095;
	content:"";
	z-index:1;
}
.content-media.backdoor:after {
	z-index:-1;
}
.img {
	margin-bottom:20px;
}
.bannerB-2c-row {
	height:100%;
}
.bannerB-2c-row > .column {
	height:100%;
}
.aside-box {
	margin:-95px 0 25px;
}
.sidebox {
	background-color:#4c8e31;
	color:#bbe97e;
	font-weight:300;
	font-size:15px;
	line-height:24px;
	overflow:hidden;
}
.sidebox a {
	text-decoration:none;
	color:#bbe97e;
}
.sidebox-header {
	border:3px solid #8dc63f;
	padding:11px 15px 9px;
	margin-bottom:20px;
}
.sidebox-header h3 {
	line-height:normal;
	font-size:21px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:0;
}
.sidebox-content {
	padding:0 15px 25px;
}
.sidebox ul {
	margin:0;
	padding:0;
	line-height:normal;
}
.sidebox ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebox-foorer {
	height:23px;
	border:3px solid #8dc63f;
}
.sidebox-menu ul li a {
	display:block;
	padding:10px 0;
	text-align:center;
	position:relative;
}
.sidebox-menu ul li:first-child a {
	padding-top:0;
}
.sidebox-menu ul li a:after {
	background-color:#72af39;
	position:absolute;
	width:100px;
	height:1px;
	left:50%;
	bottom:0;
	margin-left:-50px;
	content:"";
}
.sidebox-menu ul li:last-child a:after {
	display:none;
}
.sidebox-menu ul li:last-child a {
	padding-bottom:0;
}
.pr-col {
	float:left !important;
	margin-bottom:30px;
}
.pr-box {
	border:1px solid #cac5b9;
	height:160px;
	position:relative;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#736357;
	padding:0 40px;
	cursor:pointer;
}
.pr-box:before {
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:5px;
	position:absolute;
	border:1px solid #cac5b9;
	content:"";
}
.price-piece table {
	width:100%;
	border:0;
	margin:0 0 40px;
	border-collapse:collapse;
}
.price-piece table td {
	text-align:center;
	font-size:16px;
	color:#657273;
	font-weight:300;
}
.price-piece table tr:nth-child(even) {
background:none;
}
.price-piece table tr:nth-child(odd) {
background:#e1ded7;
}
.price-piece table th {
	background-color:#9a927a;
	font-size:17px;
	color:#fff;
	line-height:21px;
	font-weight:normal;
	text-align:center;
}
.ppp {
	text-align:center;
	color:#9a927a;
	margin:0;
	font-size:15px;
}
.tbl {
	width:100%;
	border:0;
	background:none;
	margin:0;
	border-collapse: collapse;
}
.tbl tr {
	background:none !important;
}
.tbl td {
	vertical-align:top;
	padding:5px 0;
	line-height:normal;
}
.contact-content h3 {
	font-size:26px;
	color:#8dc63f;
	margin-bottom:15px;
}
.contact-lbox label {
	color:#8dc63f;
	line-height:normal;
	font-size:18px;
	cursor:inherit;
	padding-right:15px;
}
.contact-lbox .tbl {
	margin-bottom:40px;
}
.contact-lbox .tbl td {
	font-size:16px;
	font-weight:300;
	color:#657273;
	text-align:left;
}

.contact-lbox .tbl tr td:first-child{
	color:#8dc63f;
	line-height: normal;
    font-size: 18px;
    cursor: inherit;
    padding-right: 15px;
	font-weight:normal;
}

.contact-lbox .tbl a {
	color:#657273;
	text-decoration:none;
}
.contact-form label {
	color:#657273;
	font-size:16px;
	font-weight:300;
	margin-bottom:5px;
}
.contact-content {
	padding-top:15px;
	padding-bottom:70px;
}
.map-wrap {
	position:relative;
	border-bottom:12px solid #3d812e;
}
.location-map {
	width:76px;
	position:absolute;
	left:50%;
	top:-40px;
	z-index:2;
	margin-left:-38px;
}
.map-box {
	height:330px;
	background-attachment:scroll;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/img-map.jpg);
}
.map-box img {
	width:100%;
}
/* color */
.color-green {
	color:#7eb03b;
}
@media (max-width: 1600px) {
.bar-green {
background-position:-100px top;
}
}
@media (max-width: 1400px) {
.bar-green {
background-image:none;
}
}
@media (max-width: 1100px) {
.siteby {
display:none;
}
/*edited for the editor*/
body .content-box {
font-size:12px;
line-height:16px;
}
p {
margin-bottom:15px;
}
button, .button {
padding:9px 25px 7px;
font-size:14px;
line-height:14px;
}
#header {
height:76px;
border-width:4px;
}
.header-logo {
width:180px;
margin-left:-10px;
}
.header-phone-no {
font-size:18px;
line-height:18px;
margin:13px 0 5px;
}
.header-phone-no img {
width:19px;
}
.top-bar {
height:24px;
line-height:24px;
margin-right:-10px;
}
#menu ul li {
margin-left:10px;
}
#menu ul li a {
font-size:12px;
padding:0 10px !important;
line-height:24px;
}
.bannerA {
height:340px;
}
.banner-center-box {
max-width:280px;
padding:18px;
}
.banner-center-box:before {
left: -5px;
right: -5px;
top: -5px;
bottom: -5px;
}
.banner-center-box h1 {
font-size:22px;
line-height:22px;
}
.bar-green {
padding:15px 0;
margin-bottom:30px;
}
.bar-green h2 {
font-size:19px;
line-height:19px;
}
.hc-header {
margin-bottom:15px;
}
.hc-header h3 {
font-size:18px;
line-height:18px;
}
.hc-header span {
width:36px;
margin-right:10px;
}
.hc-col-treatment .hc-header span {
width:28px;
}
#footer {
padding:15px 0;
}
#footer h3 {
font-size:13px;
line-height:16px;
}
.footer-logo {
width:85px;
}
.footer-address-contact {
font-size:11px;
line-height:16px;
width:316px;
margin:0;
}
.footer-address {
width:142px;
}
.footer-contact-detail {
width:173px;
}
.footer-menu {
margin-top:27px;
}
.footer-menu ul li a {
font-size:11px;
}
.footer-menu ul li {
margin-left:13px;
}
.bannerB {
margin-bottom:50px;
}
.bannerB-abs {
bottom:-15px;
}
.bannerB-abs .banner-center-box {
min-width:200px;
}
.aside-box {
margin-top:-75px;
}
.sidebox {
font-size:14px;
line-height:18px;
}
.sidebox-header h3 {
font-size:19px;
}
.pr-box {
font-size:14px;
line-height:18px;
padding:0 15px;
}
.price-piece table th {
font-size:15px;
}
.price-piece table td {
font-size:14px;
}
.price-piece table {
margin-bottom:20px;
}
.contact-lbox label, .contact-lbox .tbl td, .contact-form label {
font-size:14px;
}
.contact-content h3 {
font-size:22px;
}
.map-box {
height:280px;
}
.contact-content {
padding-top:0;
padding-bottom:20px;
}
.location-map {
width:50px;
top:-25px;
margin-left:-25px;
}
}
@media (max-width: 767px) {
.header-phone-no, .footer-logo, .footer-menu {
display:none;
}
body {
font-size:16px;
line-height:25px;
}
p {
margin-bottom:25px;
}
button, .button {
font-size: 24px;
line-height: 24px;
padding: 15px 30px 11px;
}
#header, #header > .row {
height:36px;
background-color:#8dc73f;
border:0;
}
.header-logo {
width:205px;
padding:0;
left:50%;
margin-left:-102.5px;
}
.header-rbox {
width:100%;
padding:0;
float:none !important;
z-index:1;
}
.title-area {
display:block;
height:140px;
}
.top-bar {
height:140px;
margin:0;
padding-top:36px;
}
#menu ul {
background-color:#3d812e;
}
#menu ul li {
margin:0;
text-align:center;
}
#menu ul li a {
font-size:20px;
line-height:26px;
padding:6px 0 !important;
text-align:center;
color:#8dc73f;
font-weight:600;
width:106px;
display:inline-block;
border-bottom:1px solid #6fac39;
border-top:2px solid transparent;
}
#menu ul li:last-child a {
border:0;
}
#menu ul > li.selected > a {
background-color:#edf5da;
color:#8dc73f;
width:100%;
border-width:2px;
border-color:#6fac39;
margin-top:-1px;
}
.bannerA {
height:490px;
}
.banner-slider .vm, .banner-slider .row, .banner-slider .column {
height:100%;
}
.banner-center-box {
position:absolute;
left:30px;
right:30px;
bottom:-10px;
max-width:none;
}
.banner-center-box h1 {
font-size:26px;
line-height:26px;
}
.bar-green, .bar-green .columns {
text-align:center !important;
width:100%;
}
.bar-green {
border-bottom:1px solid #b9b095;
border-top:1px solid #b9b095;
margin-bottom:35px;
}
.bar-green h2 {
font-size:28px;
line-height:28px;
margin-bottom:20px;
}
.bar-green-btn-box {
margin-bottom:-22px;
}
.btn-bar-green {
/*padding: 20px 30px 16px;*/
-webkit-box-shadow: 0 4px 4px 0px #e6e2da;
box-shadow: 0 4px 4px 0px #e6e2da;
}
.hc-header {
text-align:center;
}
.hc-header span, .hc-col-treatment .hc-header span {
float:none;
width:auto;
margin:0;
display:block;
}
.hc-header h3 {
font-size:28px;
line-height:28px;
}
#footer {
padding:20px 0;
}
#footer h3 {
font-size:20px;
line-height:26px;
}
.footer-address-contact {
font-size:16px;
line-height:25px;
width:100%;
}
.footer-address-contact .columns {
float:left !important;
width:50%;
}
.bannerB {
margin-bottom:40px;
}
.bannerB-abs {
bottom:0;
}
.sidebox {
font-size:15px;
line-height:24px;
}
.sidebox-header h3 {
font-size:21px;
}
.map-box {
height:200px;
}
}
@media (max-width: 640px) {
.aside-box {
margin-top:0;
}
.pr-box {
font-size:16px;
line-height:20px;
padding:0 30px;
height:120px;
}
.pr-col {
margin-bottom:20px;
}
.pr-col:last-child {
margin-bottom:0;
}
.price-piece table {
margin-bottom:10px;
}
.ppp {
font-size:13px;
}
}
@media (max-width: 480px) {
.footer-address-contact .columns {
width:100%;
}
.footer-address {
margin-bottom:15px;
}
}
@media (max-width: 380px) {
.price-piece table th {
font-size:12px;
line-height:14px;
padding:7px;
}
.price-piece table td {
font-size:13px;
}
}
