

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #141414;
	}

	body,input,textarea,select
	{
		font-family: 'Arimo', sans-serif;
		font-size: 1em;
		line-height: 1.75em;
		color: #4c4c4c;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
		line-height: 1.4em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: #4c4c4c;
			text-decoration: none;
			line-height: 1em;
			
		}

		
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #4c4c4c;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: none;
		color: #b15138;
	}

	a:hover, a:hover b
	{
		text-decoration: none;
		color: #497925;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #efefef;
	}
	
	.bold
	{
		font-weight: 700;
	}
	.medium
	{
		font-size: 18px;
	}
	.large
	{
		font-size: 20px;
	}
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

ul.bullet li {
  list-style-type: disc;
  margin-left: 1em;
  font-size: 1em;
}

	
		header h2
		{
			
		}
	
		header .byline
		{
			font-weight: 600;
			display: block;
			margin: 0;
			padding: 0 0 1em 0;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	.error 
	{
		color: #F00 !important;
	}
	.error a
	{
		color: #F00 !important;
		font-weight: 600;
	}
	.nowrap
	{
		white-space: nowrap;
	}
	.divider {
	  clear: both;
	}
	b {
	  font-weight: 600;
	  color: inherit;
	}
	.lower_case {
	  text-transform: lowercase;
	}
	.none{ 
	  display: none;
	}
	.right {
	  float: right;
	  text-align: right;
	}
	.top1 {
	  position: relative;
	  top: -2em;
	}
	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 2em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 6px;
				background-image: url(../images/loader.gif);
				background-position: center center;
				background-repeat: no-repeat;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 1em 0;
			}
			.image.half
			{
				float: left;
				margin: 0.5em 1em 0.5em 0;
			}
			.half
			{
				float: left;
				width: 50%;
				margin: 0;
				padding: 0.5em;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */



		ul.default
		{
			margin: 0;
			margin-left: 2em;
			padding: 0;
			list-style-type: disc;
		}
		
			ul.default li
			{
				padding: 0.40em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.1);
  				font-size: 1em;
			}
			
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}
			
			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}
			
			ul.default a:hover
			{
				color: white;
				font-weight: normal;
			}
		
		ul.style li {
			clear: both;
			margin: 0;
			padding: 2em 0em;
			font-size: 1em;
			border-top: 1px solid #ECECEC;
		}
		
		ul.style li:first-child
		{
			padding-top: 0
			border-top: none;
			margin-top: 2em;
		}
		
		ul.style img {
			float: left;
			margin-right: 20px;
			border-radius: 6px;
			margin-bottom: 0.5em;
		}
		
		#content p.posted {
			padding: 0em 0em 1em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 0.8em;
			color: #929292;
		}
		
		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}

ul.list li {
  margin-left: 25px;
  list-style-type: disc;
  font-size: 1.2em;
}
ol.list li {
  margin-left: 25px;
  list-style-type: disc;
  font-size: 1.2em;
}
	/* Buttons */
		
		.button
		{
			background: #333;
			color: #FFF !important;
			position: relative;
			display: inline-block;
			margin-top: 1em;
			padding: 0.90em 1.5em;
			border-radius: 40px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}


			.button:hover
			{
				background: #e95d3c;
				color: #FFF;
			}
		.link
		{
			font-size: 1em;
			padding: 0.5em 1em;
			float: right;
			clear: both;
		}
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #2a2f27 url(../images/banner2025.jpg);
		background-position: center center;
		background-size: cover;
	}

	#logo
	{
		color: white;
		border-bottom: none;
		padding-top: 5.6em;
		display: none;
	}		
	#logo .slogan
	{
		color: white;
	}
	#logo h2
	{
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1em;
	}

	
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #497925;
	}

#carouselContainer {
  background-color: #222;
  padding: 0;
}
.carousel-image {
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 556px;
  opacity: 0.75;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item {
  height: 561px;
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .btn-primary {
  color: white;
  background-color: #424242;
  border: none;
  font-weight: 600;
}
.carousel-item .btn-primary:hover {
  background-image: url(../images/transp_bg.png);
  background-color: #424242;
}
.carousel-control-prev-icon {
  border: 0.5em solid black;
  background-color: black;
  padding: 0.5em;
  border-radius: 50% 50%;
  opacity: 0.5;
}
.carousel-control-next-icon {
  border: 0.5em solid black;
  background-color: black;
  padding: 0.5em;
  border-radius: 50% 50%;
  opacity: 0.5;
}
.carousel-caption {
  color: #242424;
  position:relative;
  z-index:1;
  top:1em;
  left: 0;
}

.banner-white-circle {
  position: absolute;
  top: 30px;
  left: 12.5%;
  height: 540px;
  width: 540px;
  border-radius: 50% 50%;
  background-color: white;
  text-align: center;
  z-index: 5;
  opacity: 0.85;
}
.circle-title {
  margin-top: 80px;
  font-size: 2.2em;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #525254;
  opacity: 0.85;
}
.circle-text {
  color: #009F69;
  opacity: 1;
  line-height: 1.4;
  width: 400px;
  margin: 0 auto;
  color: #424242;
  font-weight: 600;
}
.quote-button {
  opacity: 1;
  font-weight: 600;
}

@media (max-width: 992px) {

.carousel-item {
  max-width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;;
  background-size: cover;
  opacity: 0.97;
}
.banner-white-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2em;
  padding-left: 1em;
  opacity: 1;
}
.circle-title {
  color: white;
  opacity: 1;
  text-shadow: 1px 1px 2px Black;
}

.circle-text {
  opacity: 1;
  color: white;
  font-size: 1em;
  text-shadow: 1px 1px 2px Black;
}
.quote-button {
  opacity: 1;
}
.carousel-control-prev-icon {
  opacity: 0.2;
}

.carousel-control-next-icon {
  opacity: 0.2;
}

}

@media (max-width: 720px) {

.banner-white-circle {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.circle-title {
  font-size: 1.8em;
  color: white;
  opacity: 1;
  text-shadow: 1px 1px 2px Black;
}

.circle-text {
  width: 90%;
  opacity: 1;
  color: white;
  text-shadow: 1px 1px 2px Black;
}
}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#content h1
	{
		font-size: 2.2em;
		padding-top: 1em;
		clear: both;
		
	}	
	#content header
	{
		text-align: center;
	}
	#content header h1 a:hover
	{
		text-decoration: none;
		color: inherit;
	}
	#blog #content h1 {
		text-transform: capitalize;
	}
	#main
	{
		background: #fff;
	}
	#content
	{
		padding: 1em 2em 6em 2em;
	}

	#content p a:hover
	{
  		text-decoration: none;
	}
	#content .breadcrumbs
	{
		text-transform: capitalize;
		background-color: #f9f9f9;
		font-size: 0.9666em;
		margin-top: 1em;
		margin-bottom: 0;
		font-weight: normal;
		padding: 0.3em 1em;
		border-radius: 2px;
	}
	#content .breadcrumbs a
	{
  		color: #497925;
		text-transform: capitalize;
	}
		
	#content .breadcrumbs a:hover
	{
  		color: #ff0000;
	}
	#content .breadcrumbs b
	{
		font-weight: normal;
		white-space:nowrap;
	}

.entry_block {
  border-top: 1px solid #ECECEC;
  padding-top: 2em;
  padding-bottom: 1em;
}

.avatar {
  width: 140px;
  height: 92px;
  float: left;
  margin-right: 15px;
  background-color: #efefef;
  border-radius: 6px;
  padding: 2px;
}
	#main h4
	{
		font-size: 1.4em;
		line-height: 1.2em;
		text-transform: uppercase;
		margin: 1em 0 0.5em 0;
	}
	#main .featured h2
	{
		display: block;
		margin-top: 1em;
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}	
	.mobileOnly
	{
		display: none;
	}
	img.small
	{
		width: 30%;
		height: auto;
	}

#content {
  overflow: hidden;
}

#cf {
  position: relative;
  width: auto;
  height: 400px;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
#content header 
	{
	margin-bottom: 1em;
	}
	#content h2
	{
		line-height: 1.1em;
		font-size: 2em;
	}
	#content h3
	{
		margin-top: 1em;
		margin-bottom: 0.5em;
		line-height: 1.4em;
		font-size: 1.6em;
	}
iframe {
  background-color: #F2F2F2;
  padding-bottom: 12px;
}

#main h1 {
  clear: both;
  width: 100%;
}
#main .quote_entry {
  clear: both;
  width: 100%;
}
#main .quote_entry hr {
  clear: both;
  width: 100%;
}
.medium_text {
  font-size: 160%;
}
.small_text {
  font-size: 75%;
}
.display_none {
  display: none;
}
.half {
  width: 40%;
}
.float {
  float: left;
}
.bullet {
  margin-top: 1em;
  margin-left: 0.5em;
}
#content .top_margin {
  margin-top: 10px;
}
.article_link a {
  text-decoration: none;
  line-height: 1em;
  color: #497925;
  font-weight: 600;
}
.article_link a:hover {
  text-decoration: underline;
}
#paypal {
  clear: both;
  width: 225px;
  margin: 0 auto;
  position: relative;
  bottom: -0.5em;
}
#paypal input {
  width: 225px;
  height: auto;
  min-height: 45px;
}


/* ----------- Plant list styles ----------------------- */

#plant_list {
  display: block;
  border-radius: 0.5em;
}
#plant_list h3 {
  margin-left: 1em;
}
#plant_list .block {
  padding: 1em 0.5em;
  width: 33.33334%;
  float: left;
  display: inline;
  padding-left: 3.45em;
}
#plant_list ul {
  padding: 1em;
}
#plant_list ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.carousel-wrapper{
  height:400px;
  position:relative;
  width:100%;
  margin:0 auto;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  position:absolute;
  top:0;
  display:block;
  width:50px;
  height:100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: url("https://mulchmasters.com/images/carousel-arrow-dark.png") 50% 50% / 20px no-repeat;
}

.arrow-prev{
  left:0;
}
 
.arrow-next{
    right:0;
    -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
  }

.light{
  color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
    }
}



/*Select every element*/
[id^="item"] {
    display: none;
  }
.carousel-wrapper {
  background-color: #242424;
}
.item-1 {
    z-index: 2;
    opacity: 1;
  background:url('https://mulchmasters.com/images/2018/mulch_masters_plants2.jpg');
  background-size:cover;
    color: white;
  }
.item-2{
  background:url('https://mulchmasters.com/images/2018/mulch_masters_plants.jpg');
   background-size:cover;
    color: white;
}
.item-3{
  background:url('https://mulchmasters.com/images/2018/mulch_masters_plants3.jpg');
   background-size:cover;
    color: white;
}
.item-4{
  background:url('https://mulchmasters.com/images/2018/mulch_masters_plants4.jpg');
   background-size:cover;
    color: white;
}
.item-5{
  background:url('https://mulchmasters.com/images/2018/mulch_masters_plants5.jpg');
   background-size:cover;
    color: white;
}
.arrow {
  background-color: white;
  opacity: 0.15;
  color: white;
}
.arrow:hover {
  background-color: white;
  opacity: 0.4;
  color: white;
}

*:target ~ .item-1 {
    opacity: 0;
    color: white;
  }

#item-1:target ~ .item-1 {
    opacity: 1;
    color: white;
  }

#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5 {
    z-index: 3;
    opacity: 1;
    color: white;
  }
.carousel-item h2 {
  text-shadow: 4px 4px 7px #242424;
}
.carousel-item p {
  text-shadow: 4px 4px 7px #242424;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: #f2f2f2;
	}
	
	#featured h2
	{
		display: block;
		margin-bottom: 0.5em;
		font-size: 2em;
	}


	
/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #3d4449;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 0 5px;
	}
	select {
		padding: 20px;
	}
	select option {
		color: #3d4449;
		font-size: 1.2em;
		margin: 10px 0;
	}
	select option.dropdown_title {
  		color: #497925;
  		font-weight: 600;
		padding-top: 2em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #ffffff;
		border-radius: 0.375em;
		border: none;
		border: solid 1px rgba(210, 215, 217, 0.75);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #497925;
			box-shadow: 0 0 0 1px #36470E;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(210, 215, 217, 0.75);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	input[type="submit"],
	input[type="reset"],
	select {
		height: 2.75em;
		margin-bottom: 1em;
	}

	textarea {
		padding: 0.75em 1em;
		margin-bottom: 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #7f888f;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #ffffff;
				border-radius: 0.375em;
				border: solid 1px rgba(210, 215, 217, 0.75);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #497925;
			border-color: #d45959;
			color: #ffffff;
			content: '\f00c';
			opacity: 0.75;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #d45959;
			box-shadow: 0 0 0 1px #dedede;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.275em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}
/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #497925;
		border-radius: 0.375em;
		border: 0;
		box-shadow: inset 0 0 0 2px #497925;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 700;
		height: 3.5em;
		letter-spacing: 0.075em;
		line-height: 3.5em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
		background-color: transparent;
		color: #497925 !important;
		}

button.alt,
	.button.alt {
		background-color: transparent;
		color: #497925 !important;
	}
button.alt:hover,
	.button.alt:hover {
		background-color: #497925;
		color: #fff !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
		background-color: transparent;
		color: #497925 !important;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1em;
			height: 3.65em;
			line-height: 3.65em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #497925;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #497925;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #497925;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}


.table {
  font-size: 1.2em;
  width: 100%;
}
.table ul {
  padding: 10px;
  width: 100%;
  clear: both;
}
.table ul.title li{
  float: left;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
  width: 17%;
}
.table ul li {
  padding: 0 5px;
  float: left;
  width: 17%;
}
.table ul li.email {
  padding: auto 10px;
  float: left;
  width: 24%;
}
.table ul li.message {
  padding: auto 10px;
  float: left;
  width: 25%;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
  padding-top: 2em;
  float: right;
}
#sidebar p {
  color: #424242;
  line-height: 1.4em;
  margin: 0.5em auto;
  width: 80%;
}
#sidebar p a {
  color: #646464;
}
#sidebar p a:hover {
  color: #d66565;
}

			
			ul.actionButtons li {
				float: left;
				margin-top: 0;
				margin-bottom: 0.5em;
				margin-right: 0.5em;
			}
			ul.actionButtons li:last-child {
				margin-bottom: 1.5em;
			}
#sidebar ul.actionButtons {
  width: 100%;
  background-color: #ddd;
  margin: 0;
  padding: 0;
  position: relative;
  left: 5px;
}
#sidebar ul.actionButtons li {
  width: 47.5%;
  float: left;
}
#sidebar ul.actionButtons li a.button {
  width: 100%;
  margin: 0;
}

#sidebar .section_top { 
  text-align: center;
}
#sidebar h2.sidebar_title {
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.2em;
  margin-top: -0.25em;
}
#sidebar h2.sidebar_title span {
  line-height: 1em;
  font-size: 0.5em;
  color: #646464;
}
#sidebar h2.sidebar_title span.phoneButton {
  background-color: #497925;
  color: #fff;
  font-size: 0.9em;
  line-height: 2.4em;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.4em 1.5em;
}
#sidebar h2.sidebar_title a {
  color: #646464;
  
}
#sidebar #sitemap h3 {
  line-height: 1.3em;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  padding-top: 0;
}
#sidebar #sitemap h2 {
  text-align: left;
}
#sidebar h4 {
  font-size: 1.1em;
}

/* Sidebar sliding block */
#sidebar .sliding_block {
  height: 40px;
  overflow: hidden;
  border: thin solid #dedede;
  border-radius: 6px;
  padding: 1em;
  padding-top: 0.4em;
  margin-left: -1em;
  margin-bottom: 0.5em;
  background-color: #fff;
    -webkit-transition: height 1s; /* Safari */
    transition: height 0.5s;
}
#sidebar section:last-child {
  padding-bottom: 2em;
  margin-bottom: 0;
}
#sidebar .block1 .sliding_block:hover {
  height: 740px;
}
#sidebar .block2 .sliding_block:hover {
  height: 940px;
}
#sidebar .block3 .sliding_block:hover {
  height: 640px;
}
#sidebar .block4 .sliding_block:hover {
  height: 200px;
}
#sidebar .block5 .sliding_block:hover {
  height: 220px;
}
#sidebar .block6 .sliding_block:hover {
  height: 320px;
}
#sidebar .block7 .sliding_block:hover {
  height: 200px;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
	#sidebar .clear #mc-embedded-subscribe {background-color:#497925;}
	#sidebar .clear #mc-embedded-subscribe:hover {background-color:transparent;}
	#sidebar #mc_embed_signup h2 {line-height: 1.4em;
}

#sidebar ul.style li {
  padding: 0.5em 0;
}
#sitemap {
  padding: 2em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  background-color: #F2F2F2;
}
#sitemap .block {
  border-top: thin solid #dedede;
  padding-top: 2em;
}
#sitemap .entry h3 {
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sitemap .entry ul {
  color: #323232;
}
#sitemap .entry ul li {
  margin-left: 20px;
  list-style-type: disc;
  font-weight: 600;
  line-height: 1.8em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #1d1d1d;
	}
	
	#footer h2
	{
		display: block;
		color: #FFF;
	}
	
	#footer h2 a {
		color: #FFF;
	}
	#footer h2 a:hover {
		color: #497925;
	}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		letter-spacing: 1px;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}	

