/* Block bakedparallax */
.bakedparallax_block {
	 max-width: 570px; 
	 margin: auto; 
	 text-align: center; 
	 color: #666;
	 background: #fff;
	 padding: 30px;
}
.bakedparallax_block .rte { background: transparent none repeat scroll 0 0 }
.bakedparallax_block > h1 {
	display:inline-block;
	margin: auto;
	padding: 0px 30px;
	transition: all 0.4s ease-in-out;  
	-webkit-transition: all 0.4s ease-in-out;  
	transition: all 0.4s ease-in-out;
	letter-spacing: 2px;
	color: #333
}


.bakedparallax_block > h2 {
	padding:0 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	text-transform: none;
	background: none;
}
#bakedparallax_block_center p { padding-left: 0 ; text-transform: Uppercase; font-size: 12px;}
#bakedparallax_block_center .rte p {color:#666 }
#bakedparallax_block_center .slidebutton-white {
	margin: 10px auto 0 auto;
	display: inline-block;
	}
#bakedparallax_block_center p#bakedparallax_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

.slidebutton-black {
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
  padding: 5px 10px !important;
  margin-top: 10px;
  font-size: 10px;
  background: #000;
  transition: all 0.4s ease-in-out;  
  -webkit-transition: all 0.4s ease-in-out;  
  transition: all 0.4s ease-in-out;
  font-size: 10px !important
  }
.slidebutton-black:hover {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  transition: all 0.4s ease-in-out;  
  -webkit-transition: all 0.4s ease-in-out;  
  transition: all 0.4s ease-in-out;
  }
.slidebutton-whitep {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 5px 10px !important;
  margin-top: 10px;
  font-size: 10px;
  background: #fff;
  transition: all 0.4s ease-in-out;  
  -webkit-transition: all 0.4s ease-in-out;  
  transition: all 0.4s ease-in-out;
  font-size: 10px !important;
  margin-left: 5px
  }
.slidebutton-whitep:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  transition: all 0.4s ease-in-out;  
  -webkit-transition: all 0.4s ease-in-out;  
  transition: all 0.4s ease-in-out;
  }
.subinfo {
	margin-bottom: 2px;
	margin-top: 9px;
	padding-top: 25px;
	text-transform: none !Important
}
.subinfo:before {
	content:"";
	width: 100px;
	height: 5px;
	background: #f15e00;
	position: absolute;
	margin-left: 90px;
	margin-top: -20px;

}