/* Add here all your CSS customizations */
.page-top {
	background-color: #699332;
	background-image:url('../img/green-sunburst.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	border-bottom: 3px solid #384045;
	border-top: 3px solid #384045;
}
.page-top h1 {
  border-bottom: none;
}
.page-top p {
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 200;
	margin: 0 0 -25px;
	text-align: right;
  	line-height: 46px;}

.home-intro {
	text-align: center;
	margin-bottom: 40px;
  	background-color: #384045;
}
.home-intro h1 {
color: #fff;
margin-bottom: 0;
}
.hright {
	float: right;
	margin-right: 10px;
}
.hright p {
	margin-top: 25px;
	font-size: 20px;
	color: #699332	
}
.hright ul li {
	position: relative;
	display: inline;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
}
.hright ul li a {
	color: #fff;
	font-weight: normal;

}
#header nav ul.nav-main {
	margin-right: 0;
}
h2 {
	color: #777777;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: none;
	margin-top: 20px;
}
.home-intro h2 {
	color: #fff;
	line-height: 36px;
	margin-bottom: 10px
}
h3 {
	color: #699332;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}
.featured-box {
	text-align: left;
}
.featured-box .box-content {
	padding: 20px 20px 10px 20px;
	height: 250px;
}
.homebox {
	height: 150px;
	margin-bottom: 10px;
}
#footer {
	padding-top: 20px;
	font-size: 1em;
}
#footer li {
	list-style-type: none;
	color: #fff;
}
#footer ul {
	padding-left: 0
}
#footer .footer-copyright p {
	color: #fff;
}
#footer .footer-copyright {
	margin-top: 0px
}
.last {margin-top: 20px}
#footer.color {
  background: #699332;
  border-top-color: #699332;
}
#footer.color .footer-copyright {
  background: #384045;
  border-top-color: #384045;
}
.help {
	margin-bottom: 20px
}
ul.checklist {
  list-style: none;
}
ul.checklist li {
	background: url('../img/icons/icon-check.png') no-repeat left top;
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 6px;
}
.tree {
	text-align: center;
	color: #fff!important;
	background-color: #699332;
}
.photo {
	margin-top: 10px;
	text-align: center;
}
.thumb-info .thumb-info-action {
  background: rgba(36, 27, 28, 0.2);
}
.coupon {
  border: 3px #699332 dashed;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
}
form ol.forms {
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
}
form ol.forms li.screenReader {
  height: 1px;
  margin-bottom: 0;
}
.screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
/* Responsive */
@media (max-width: 991px) {
.page-top {
  padding: 10px 0 20px 0;
}
.details {
	float: left;
}
#footer .footer-copyright nav {
	float: left;
}
.featured-box .box-content {
	height: auto;
}
.homebox {
	height: auto;
	margin-bottom: 10px;
}
.home-intro h2 {
	font-size: 1.2em;
	line-height: 24px;
	margin-bottom: 10px
}
.home-intro h1 {
	font-size: 1.8em;
	line-height: 30px;
}
.couple {
	margin-top: 20px;
}
.line {
	display: none;
}
.ad {
	display: none;
}
.hright p {
	margin-top: 5px;
	font-size: 18px;
}
.page-top h1 {
  min-height: 37px;
  font-size: 1.8em;
  line-height: 46px;
}
}

@media (max-width: 1200px) and (min-width: 767px){
.arrow.hlb  {
	display: none
}
}

@media (max-width: 479px) {
	#header nav ul.nav-top, #header .header-top {
		display: block;
		float: left;
	}
	#header .logo img {
  	max-width: 120px;
  	margin-right: 10px;
  	}
  	.hright p {
	margin-top: 5px;
	font-size: 16px;
}

}

@media (max-width: 600px) {
	/* Header */
	#header nav ul.nav-top li {
		display:block;
	}

}
@media only screen 
and (min-device-width: 240px)
and (max-width: 620px) {
.hright p{
	float: right;
	margin-top: 0px;
	font-size: 14px!important;
}
}