/* --------------------------------------------- 
	HOME PAGE STYLES
-----------------------------------------------*/

/* Global 
----------------------------------*/
/*  full width wrappers - expanding colors & background images can go here */
.hp_section {
	padding: 1.35em 0;
}
/* say hello to the govnr , clearfix here too */
.hp_section .hps_inner {
}
/*
 * jQuery FlexSlider v2.2.0
 * github.com/woothemes/flexslider
 */

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li a {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	-webkit-backface-visibility: hidden;
	background: transparent;
	position: relative;
	zoom: 1;
	margin: 0 auto;
	padding: 0;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.touch .flex-direction-nav {
	display: none;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border: 4px solid white;
	background: #2c9096;
	/*background: #aad9d0;*/
/*background: rgba(170,217,208,.08);*/
	-webkit-backface-visibility: hidden;
	box-shadow: 0px 0px 6px 0px #e0e0e0;
	-moz-box-shadow: 0px 0px 6px 0px #e0e0e0;
	-webkit-box-shadow: 0px 0px 6px 0px #e0e0e0;
}
.flex-direction-nav a:hover {
	background: #000;
	background: rgba(0,0,0,.2);
}
.flex-direction-nav a:active {
	background: rgba(0,0,0,.35);
}
.flex-direction-nav a:hover:active {
}
.flex-direction-nav .flex-prev {
	left: 2px;
	text-align: right;
	border-radius: 25px;
}
.flex-direction-nav .flex-next {
	right: 2px;
	text-align: left;
	border-radius: 25px;
}
/*.flexslider:hover .flex-prev {opacity: 0.7;}
.flexslider:hover .flex-next {opacity: 0.7;}*/

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "icomoon";
	font-size: 42px;
	display: inline-block;
	content: "\e011";
}
.flex-direction-nav a.flex-next:before {
	content: "\e014";
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: .5em;
	text-align: center;
	z-index: 100;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	border: 2px solid #737373;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #d6d6d6;
}
.flex-control-paging li a.flex-active {
	border: 2px solid #737373;
	background: #737373;
	cursor: default;
}
.flexslider {
	overflow: hidden;
}
/* START Custom Flexslider Styles*/
.holly1, .bells1 {
	position: absolute;
	top: .5em;
	left: 0em;
	z-index: 0;
}
.holly2, .bells2 {
	position: absolute;
	top: .5em;
	right: 0em;
	z-index: 90;
}
.hp_feature {
	height: 445px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	background: url(../images/blu_bckgrnd.jpg) center center repeat-x;
	background-size: cover;/*background: #eef9f7;*/
}
.hp_feature.loading {
	position: relative;
/*	background: url(../images/preloader-fs.gif)center center no-repeat;
	background: url(../images/preloader-fs.gif)center 35% no-repeat;*/
	background-size: 1.5em;
	opacity: .7;
}
.hp_feature.loading:after {
	content: "Loading ";
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	width: 100%;
	height: 2em;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	color: #c7c7c7;
	text-align: center;
	opacity: 1;
}
.fs_item {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.fs_item a {
	display: block;
}
.fs_item a.img-link-wrap {
	float: right;
	width: 65%;
	overflow: hidden;
	height: 444px;
}
.fs_item .fs_copy {
	position: relative;
	float: left;
	width: 35%;
	/*margin-left: 3em;*/ 
	margin-top: 2em;
	/*background: url(../images/white_radial.png)center 50% no-repeat; */
	text-align: center;
}
.fs_copy h2 {
	font-family: "Open Sans";
	font-weight: 100;
	text-transform: uppercase;
	color: #ccc;
	font-size: 4.5em;
	margin: .25em 0;
}
/*.fs_item2 .fs_copy h2 span{}
*/
.fs_copy h2 span {
	text-transform: lowercase;
	font-size: .3em;
	font-style: italic;
	display: block;
	font-family: museo-slab;
	font-weight: 500;
	color: #089379;
}
.fs_copy p {
	font-size: 1.1em;
	width: 20em;
	margin: 1em auto 0;
	border: 0px solid red;
	font-style: italic;
	font-weight: 500;
	line-height: 1.25em;
}
.fs_copy p li {
	padding: 1em;
	border: 1px solid red;
}
.fs_copy p span {
	font-size: 1.5em;
}
.fs_copy p span span {
	font-size: .5em;
	display: block;
	padding-top: 1em;
}
.fs_copy a.btn {
	margin: 1em auto 0;
	width: 20em;
	color: #fff!important;
}
/*   fs_item1     */

.fs_item1 {
	background: url(../images/hp_main_lines.jpg)top center no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.fs_item1 .fs_copy ul {
	padding: .25em 0 0 1em;
	text-align: left;
	margin: 0 auto;
	line-height: 1em;
	/*width: 50%;*/
/*border: 1px solid red;*/
	list-style: disc;
}
.fs_item1 .fs_copy li {
	padding-bottom: .5em;
	font-weight: 900;
	line-height: 1.5em;
}
/*.fs_item1 .fs_copy li span{
	padding: .5em;
	font-size: 1.25em;
	text-transform: none;
	font-weight: 900;
	font-style: italic;
}*/


/*   fs_item1     */

/*   fs_item2     */

.fs_item2 .fs_copy {
	/*border: 1px solid red;*/
	position: relative;
	float: left;
	width: 47%;
	margin-left: 0em;
	margin-top: 2em;
	/*background: url(../images/white_radial.png)center 50% no-repeat; */
	text-align: center;
}
.fs_item2 a.img-link-wrap {
	float: right;
	width: 47%;
	margin-top: 4em;
	border: 0px solid red;
}
.fs_item2 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	/*width: 75%;*/
	border: 0px solid red;
}
.fs_item2 .fs_copy h2 a {
	color: #000;
}
.fs_item2 .fs_copy h2 {
	margin: 2em 0 0 0;
	font-size: 2.5em;
	line-height: .85em;
	font-family: museo-slab;
	text-transform: none;
	color: #000;
}
.fs_item2 .fs_copy h2 span {
	font-size: 1.75em;
	text-transform: none;
	color: #000;
	font-style: normal;
}
.fs_item2 .fs_copy p {
	font-family: Open Sans;
	color: #000;
	font-style: normal;
	font-size: 1.75em;
	font-weight: 100;
	width: auto;
}
.fs_item2 .nb a.btn {
	position: absolute;
	bottom: 14em;
	/* right: 14em; */
	left: 65%;
	margin-left: -50px;
	width: 26em;
}
/*   fs_item2     */


/*   black friday     */

.bf .fs_copy {
	/*border: 1px solid red;*/
	position: relative;
	float: left;
	width: 45%;
	margin-left: 2em;
	margin-top: 2em;
	font-family: "Open Sans";
	text-align: center;
	color: #000;
}
.penny_copy {
	position: relative;
	float: left;
	width: 100%;
	font-family: "Open Sans";
	text-align: center;
}
.penny_copy span {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 900;
	display: block;
	margin: .5em 0em;
}
.bf .fs_copy span {
	text-transform: uppercase;
	font-size: 1.5em;
}
.bf .fs_copy h2 {
	margin: 0 auto;
	width: 78%;
	font-size: 2em;
	font-family: "Open Sans";
	font-weight: 100;
	background: #000;
	padding: .5em;
	color: #fff;
}
.bf .fs_copy h2 span {
	text-transform: uppercase;
	font-style: normal;
	font-family: "Open Sans";
	color: #fff;
	font-weight: 900;
	display: inline;
}
.bf .fs_copy h2 span span {
	font-size: 1em;
	font-weight: 100;
}
.bf .fs_copy h3 {
	margin-top: 0em;
	font-size: 3.5em;
	font-weight: 100;
	text-transform: uppercase;
	font-family: "Open Sans";
}
.bf .fs_copy h3 a {
	color: #000;
}
.bf .fs_copy h3 span {
	font-size: 1em;
	font-weight: 900;
	display: block;
}
.bf .fs_copy h3 img {
	margin-top: -1em;
}
.bf a.img-link-wrap {
	float: right;
	/*width: auto; */
	width: 45%;
	/*border: 1px solid red;*/

	padding-right: 0em;
	bottom: 0;
	position: relative;
}
.bf a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	width: 9em;
	border: 0px solid red;
	position: absolute;
	top: 1em;
	right: 0em;
	line-height: 1.25em;
}
.bf .fs_copy a.btn {
	margin: 1em auto 0;
	width: 20em;
	display: block;
	/* float: left; */
	clear: left;
}
.bf .fs_copy h2 {
}
/*   vday     */
.vday a:link {
	color: #eb0200;
	;
}
.vday {
	background: url(/assets/images/soy-banner-img11.jpg) 680px 0px no-repeat;
}
.vday .fs_copy {
	/*border: 1px solid red; */
	position: relative;
	float: left;
	width: 47%;
	margin-left: 4em;
	margin-top: 2em;
	font-family: "Open Sans";
	text-align: left;
	color: #eb0200;
	font-weight: 500!important;
	height: 25.75em;
	text-transform: uppercase;
}
.vday .fs_copy span {
	color: #eb0200;
	font-size: 1.5em;
}
.vday .fs_copy h2 {
	margin: 0;
	font-size: 2em;
	font-family: "Open Sans";
	font-weight: 100;
	color: #eb0200;/*line-height: .85em;*/ 
}
.vday .fs_copy h2 a {
	font-weight: 500;
	color: #eb0200;
}
.vday .fs_copy h2 span {
	font-size: 1.5em;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Open Sans";
	color: #eb0200;
	font-weight: 900;
}
.vday .fs_copy h2 span span {
	font-size: 1em;
	font-weight: 100;
	display: inline;
}
.vday .fs_copy p {
	font-size: 1.1em;
	width: 100%;
	margin: 1em auto 0;
	border: 0px solid red;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25em;
	text-transform: none;
	padding-right: 1em;
}
.vday a.img-link-wrap {
	display: none!important;
}
.vday .fs_copy a.btn {
	margin: 1em auto 0;
	width: 20em;
	display: block;
	/* float: left; */
	clear: left;
	color: #fff;
}
.vday .fs_copy h2 {
}
/*   fs_item_gf     */
.fs_item a:link {
	color: #000;
}
.fs_item.fs_item_gf {
	background: url(../images/couple_bike.png)555px -45px no-repeat;
}
.fs_item_gf .fs_copy {
	/* border: 1px solid red; */
	position: relative;
	float: left;
	width: 60%;
	margin-left: 0em;
	margin-top: 4em;
	font-family: "Open Sans";
	text-align: center;
	color: #000;
	font-weight: 500!important;
	height: 23.75em;
}
.fs_item_gf .fs_copy span {
	color: #000;
	font-size: 1.5em;
}
.fs_item_gf .fs_copy h2 {
	margin: 0;
	font-size: 1.25em;
	font-family: "Open Sans";
	font-weight: 100;
	text-transform: none;
	color: #000;/*line-height: .85em;*/ 
}
.fs_item_gf .fs_copy h2 a {
	font-weight: 500;
}
.fs_item_gf .fs_copy h2 span {
	font-size: 2.5em;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Open Sans";
	color: #000;
	font-weight: 900;
	display: inline;
}
.fs_item_gf .fs_copy h2 span span {
	font-size: 1em;
	font-weight: 100;
	display: inline;
}
.fs_item_gf .fs_copy p {
	font-size: 1.1em;
	width: 100%;
	margin: 1em auto 0;
	border: 0px solid red;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25em;
}
.fs_item_gf .fs_copy ol {
	padding: 1.5em 0 1em 2em;
	text-align: left;
	margin: 0 0 0 4.5em;
	width: 100%;
	list-style: decimal;
	/*border: 1px solid red;*/
	display: inline-block;
	float: left;
	font-weight: 500;
}
.fs_item_gf .fs_copy ol li {
	padding-bottom: .5em;
}
.fs_item_gf .fs_copy li span {
	padding: .5em;
	font-size: 1em;
}
.fs_item_gf .fs_copy li img {
	width: 25px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #59c3b3;
	-moz-box-shadow: 0px 0px 10px 0px #59c3b3;
	-webkit-box-shadow: 0px 0px 10px 0px #59c3b3;
}
.fs_item_gf a.img-link-wrap {
	display: none!important;/*float:right; 
 width: 50%;
 border: 1px solid red;
margin-right: -3em;
padding-right: 0em;
bottom: 0;
position: relative;*/}
/*.fs_item_gf a.img-link-wrap span{
display: block;
text-align: center;
font-style: italic;
width: 9em;
border: 0px solid red;
position: absolute;
top: 1em;
right: 0em;
line-height: 1.25em;
}*/


.fs_item_gf .fs_copy a.btn {
	margin: 1em auto 0;
	width: 20em;
	display: block;
	/* float: left; */
	clear: left;
	color: #fff;
}
.fs_item_gf .fs_copy h2 {
}
/*   fs_item5     */












/*   fs_item5     */

.fs_item5 .fs_copy {
	/*border: 1px solid red;*/
	position: relative;
	float: left;
	width: 45%;
	margin-left: 0em;
	margin-top: 2em;
	font-family: "Open Sans";
	text-align: center;
	color: #000;
}
.fs_item5 .fs_copy span {
	text-transform: uppercase;
	font-size: 1.5em;
}
.fs_item5 .fs_copy h2 {
	margin: 0;
	font-size: 2.5em;
	font-family: "Open Sans";
	font-weight: 100;
	color: #000;/*line-height: .85em;*/ 
}
.fs_item5 .fs_copy h2 span {
	font-size: 1em;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Open Sans";
	color: #000;
	font-weight: 100;
}
.fs_item5 .fs_copy h2 span span {
	font-size: 2em;
}
.fs_item5 .fs_copy ul {
	padding: 1.5em 0 1em 2em;
	text-align: left;
	margin: 0 auto;
	width: 50%;
	/*border: 1px solid red;*/
	list-style: disc;
	display: inline-block;
	float: left;
}
.fs_item5 .fs_copy li {
	padding-bottom: .5em;
}
.fs_item5 .fs_copy li span {
	padding: .5em;
	font-size: 1em;
	font-weight: 500;
}
.fs_item5 .fs_copy li img {
	width: 25px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #59c3b3;
	-moz-box-shadow: 0px 0px 10px 0px #59c3b3;
	-webkit-box-shadow: 0px 0px 10px 0px #59c3b3;
}
.fs_item5 a.img-link-wrap {
	float: right;
	/*width: auto; */
	width: 50%;
	/*border: 1px solid red;*/

	padding-right: 0em;
	bottom: 0;
	position: relative;
}
.nb {
	width: 100%;
}
.nb a.btn {
	position: absolute;
	bottom: 9em;
	/*right: 14em;*/
	left: 60%;
	margin-left: -50px;
	width: 21em;
	z-index: 99;
	text-transform: uppercase;
}
.fs_item5 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	width: 9em;
	border: 0px solid red;
	position: absolute;
	top: 1em;
	right: 0em;
	line-height: 1.25em;
}
.fs_item5 .fs_copy a.btn {
	margin: 1em auto 0;
	width: 20em;
	display: block;
	/* float: left; */
	clear: left;
}
.fs_item5 .fs_copy h2 {
}
/*   fs_item5     */





/*   fs_item10     */

.fs_item10 {
/*background: url(../images/autumn_leaves.jpg) left bottom no-repeat; */
}
.fs_item10 .fs_copy {
	/*border: 1px solid red;*/
	position: relative;
	float: left;
	width: 55%;
	margin-left: 0em;
	margin-top: 2em;
	/*background: url(../images/white_radial.png)center 50% no-repeat; */
	text-align: center;
	color: #336666;
}
.fs_item10 .fs_copy span {
	/*text-transform: uppercase;*/
	font-size: 1.5em;
	font-family: museo-slab;
	color: #000;
}
.fs_item10 .fs_copy h2 {
	margin: 0;
	font-size: 2em;/*line-height: .85em;*/ 
}
.fs_item10 .fs_copy h2 span {
	font-size: 1.25em;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	font-weight: 100;
	font-family: "Open Sans";
}
.recipe {
	padding-bottom: 1em;
	margin-top: .75em;
	float: left;
	display: block;
	position: relative;
	background: #fff;
	width: 98%;
	box-shadow: 0px 0px 6px 0px #a7d9cf;
	-moz-box-shadow: 0px 0px 6px 0px #a7d9cf;
	-webkit-box-shadow: 0px 0px 6px 0px #a7d9cf;
}
.recipe_title {
	/*float: left;*/
	display: block;
	background: #dfebec;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	width: 97%;
	margin: .25em auto;
	text-align: left;
	padding: .25em;
	font-family: 'Courgette', cursive!important;
	font-size: .5em;
}
.recipe ul {
	padding: .25em 0 .5em .5em;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	/*border: 1px solid red;*/
	list-style: disc;
	display: block;
	float: left;/*margin-top: 1em;*/
}
.fs_item10 .fs_copy li {
	padding-bottom: .25em;
	list-style: none;
}
.fs_item10 .fs_copy li span {
	/*padding: .5em;*/
	font-size: .75em;
	font-family: 'Open Sans';
	/*text-transform: none;*/
	font-weight: 500;
}
.fs_item10 .fs_copy li img {
	width: 25px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #59c3b3;
	-moz-box-shadow: 0px 0px 10px 0px #59c3b3;
	-webkit-box-shadow: 0px 0px 10px 0px #59c3b3;
}
.fs_item10 a.img-link-wrap {
	float: right;
	width: 39%; /*margin-top: 2em;*/
	/*border: 1px solid red;*/
/*padding-right: 2em;*/
	bottom: 0;
	position: relative;
}
.fs_item10 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	width: 9em;
	border: 0px solid red;
	position: absolute;
	top: 1em;
	right: 0em;
	line-height: 1.25em;
}
.fs_item10 #btn_container {
	display: block;
	/*border: 1px solid red;*/
	width: 100%;
	margin: 1em auto 0;
	float: left;
}
.fs_item10 .fs_copy a.btn {
	margin: -1em 1em;
	width: 45%;
	display: inline;
	float: left;/*clear: left;*/
}
.fs_item10 .fs_copy h2 {
}
/*   fs_item10     */




/*   fs_item11     */




.fs_item11 .fs_copy {
	/*border: 1px solid red;*/
	position: relative;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0em;
	margin-top: 1em;
	text-transform: none;
	color: #000;
	background: none;
	z-index: 99;
}
.fs_item11 .fs_copy a {
	color: #000;
}
.fs_item11 .fs_copy span {
	/*text-transform: uppercase;*/
	font-size: 2em;
	font-family: museo-slab;
	color: #000;
}
.fs_item11 .fs_copy h2 {
	margin: 0;
	font-size: 2em;
	color: #000;/*line-height: .85em;*/ 
}
.fs_item11 .fs_copy h2 span {
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	font-style: normal;
	font-weight: 300;
	font-family: "Open Sans";
	display: block;
	color: #000;
}
.fs_item11 .fs_copy h2 span span {
	font-weight: 900;
	display: inline;
}
.cal {
	display: block;
	font-weight: 900;
	font-size: .5em;
	padding-top: .5em;
}
.fs_item11 a.img-link-wrap {
	margin: 0 auto;
	display: block;
	width: 95%;
	margin-top: -3em;
	z-index: 1;
	/*border: 1px solid red;*/
/*padding-right: 2em;*/
	bottom: 0;
	position: relative;
}
/*.fs_item11 #btn_container{
display: block;
border: 1px solid red;
width: 100%;
margin: 0 auto;
 float: left; 
}*/



.fs_item11 a.btn {
	margin: 1em auto 0;
	width: 250px;
	/*position: absolute;
top: 8em;
left: 40%;*/
	z-index: 99;
	color: #fff;/*display: inline;*/
 /*float: left; */
/*clear: left;*/
}
.fs_item11 .fs_copy h2 {
	text-transform: none;
	font-family: "Open Sans";
}
/*   fs_item11     */




















/*   fs_item4     */
.fs_item4 a.img-link-wrap {
	float: right;
	width: 50%;
	margin-top: 1em;
	border: 0px solid red;
}
.fs_item4 .fs_copy {
	position: relative;
	float: left;
	width: 37%;
	margin-left: 3em;
	margin-top: 0em;
	/*background: url(../images/white_radial.png)center 50% no-repeat; */
	text-align: center;
}
.fs_item4 .fs_copy h2 {
	margin: .5em 0 0 0;
	font-size: 5em;
	line-height: .65em;
	color: #336666;
	font-family: 'Museo-Slab';
}
.fs_item4 .fs_copy h2 span {
	text-transform: lowercase;
	font-size: .4em;
	font-style: normal;
	display: block;
	font-family: museo-slab;
	font-weight: 500;
	color: #089379;
}
.fs_item4 .fs_copy h2 p {
	text-transform: lowercase;
	color: #336666;
	font-weight: 500;
	font-size: .75em;
	width: auto;
	margin: 0em auto 0;
	border: 0px solid red;
	font-style: normal;
	padding-bottom: 0em;
}
.fs_item4 .fs_copy p {
	font-size: 1.5em;
	width: auto;
	margin: .25em auto 0;
	border: 0px solid red;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.fs_item4 .fs_copy ul li {
	line-height: 1.5em;
}
/*   fs_item4     */




/*   fs_item3     */
.fs_item3 {
/*background: url(../images/hp_main_sunrise2.jpg)top center no-repeat;*/
/*	background-size: 100%;
	overflow: hidden;*/
}
.fs_item3 a.img-link-wrap {
	float: right;
	width: 42%;
}
.fs_item3 .fs_copy {
	position: relative;
	float: left;
	width: 55%;
	margin-left: 1em;
	margin-top: 5em;
	background: none;
}
.fs_item3 .fs_copy p {
	font-size: 1.25em;
	width: 20em;
	font-weight: 100;
}
.fs_item3 .fs_copy h2 {
	font-family: "Open Sans";
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
	margin: 0em;
}
.fs_item3 .fs_copy h2 span {
	font-family: "Open Sans"!important;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 900;
	color: #000;
}
.fs_item3 .fs_copy h2 span span {
	font-family: "Open Sans"!important;
	font-weight: 100;
	font-size: 2em;
}
.sunflowers {
	position: absolute;
	bottom: -4.5em;
	left: 0;
	display: block;/*border: 1px solid red;*/
}
/*   fs_item3     */


/*   fs_item6     */

.fs_item6 {
	background: url(../images/hp_main_beach.jpg) no-repeat;
	height: 445px;
}
.fs_item6 .fs_copy {
	border: 0px solid red;
	position: relative;
	float: right;
	width: 54%;
	margin-left: 0em;
	margin-top: 1em;
	background: none;
	text-align: center;
	color: #fff;
}
.fs_item6 a.img-link-wrap {
	float: right;
	width: 44%;
	margin-top: 4em;
	border: 0px solid red;
}
.fs_item6 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	/*width: 75%;*/
	border: 0px solid red;
}
.fs_item6 .fs_copy h2 a {
	margin: 1.75em 0 0 0;
	font-size: .5em;
	line-height: 1.45em;
	color: #037b62;
	text-transform: lowercase;
	font-family: museo-slab;
	font-weight: 500;
}
.fs_item6 .fs_copy h2 span {
	font-size: 4em;
	color: #fff;
	font-style: normal;
	font-weight: 100;
	text-shadow: 0px 0px 5px #666;
}
.fs_item6 .fs_copy p {
	width: auto;
	padding: .5em;
	margin: 3em auto 0;
}
/*   fs_item7     */


.fs_item7 {
	background: url(../images/hp_main_sale.jpg) no-repeat;
	height: 445px;
}
.fs_item7 .fs_copy {
	/*border: 1px solid red;*/
	position: absolute;
	top: 2em;
	/*float:right; */
	width: 100%;
	/*margin-left: 0em; */
	/*margin-top: 1em;*/
	background: none;
	text-align: center;
	color: #fff;
}
.fs_item7 a.img-link-wrap {
	float: right;
	width: 44%;
	margin-top: 4em;
	border: 0px solid red;
}
.fs_item7 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	/*width: 75%;*/
	border: 0px solid red;
}
.fs_item7 .fs_copy {
	margin-top: 0;
}
.fs_item7 .fs_copy h2 {
	margin: 0;
}
.fs_item7 .fs_copy a.btn {
	margin: -6em auto 0;
	width: 20em;
}
/*.fs_item7 .fs_copy h2 span{
font-size: 4em;
color: #fff;
font-style: normal;
font-weight: 100;
text-shadow: 0px 0px 5px #666;
}
*/


/*.fs_item7 .fs_copy p{
	width: auto;
	padding: .5em; 
	margin: 3em auto 0;
}*/

/*   fs_item8     */

.fs_item8 .fs_copy {
	border: 0px solid red;
	position: relative;
	float: left;
	width: 56%;
	margin-left: 0em;
	margin-top: 1em;
	/*background: url(../images/white_radial.png)center 50% no-repeat; */
	text-align: center;
	color: #336666;
}
.fs_item8 .fs_copy span {
	text-transform: uppercase;
	font-size: 1.65em;
}
.fs_item8 .fs_copy h2 {
	margin: 0;
	font-size: 3em;/*line-height: .85em;*/ 
}
.fs_item8 .fs_copy h2 span {
	font-size: 1.5em;
	text-transform: uppercase;
	font-style: normal;
}
.fs_item8 .fs_copy p {
	font-size: 1.1em;
	width: auto;
	margin: 2em 0em 1em 0em;
	border: 0px solid red;
	font-style: italic;
	font-weight: 500;
	line-height: 1.25em;
}
.fs_item8 .fs_copy ul {
	padding: 1.5em 0 0 2em;
	text-align: left;
	margin: 0 auto;
	width: 50%;
	border: 0px solid red;
}
.fs_item8 .fs_copy li {
	padding-bottom: .5em;
}
.fs_item8 .fs_copy li span {
	padding: .5em;
	font-size: 1.25em;
	text-transform: none;
	font-style: italic;
}
.fs_item8 .fs_copy li img {
	width: 25px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #59c3b3;
	-moz-box-shadow: 0px 0px 10px 0px #59c3b3;
	-webkit-box-shadow: 0px 0px 10px 0px #59c3b3;
}
.fs_item8 a.img-link-wrap {
	float: right;
	width: 44%; /*margin-top: 2em;*/
	border: 0px solid red;
}
.fs_item8 a.img-link-wrap span {
	display: block;
	text-align: center;
	font-style: italic;
	width: 10em;
	border: 0px solid red;
	position: absolute;
	bottom: 7em;
	right: 0em;
	line-height: 1.25em;
}
/*   fs_item8     */




/*   fs_item9     */

.fs_item9 {
	position: relative;
	height: 445px;
	background: #eef9f7;
}
.fs_item9 .fs_copy {
	/*border: 1px solid red;*/
	position: absolute;
	right: 1em;
	width: 43%;
	margin-left: 0em;
	margin-top: 1em;
	background: none;
	text-align: center;
	color: #fff;
	z-index: 100;
}
.fs_item9 a.img-link-wrap {
	position: absolute;
	width: auto;
	margin-top: 0em;
	/*border: 1px solid red;*/
	z-index: 1;
	left: -2em;/*bottom: 0;*/
}
.fs_item9 .fs_copy h2 a {
	font-size: 1.25em;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
}
.fs_item9 .fs_copy h2 span {
	font-size: .8em;
	color: #037b62;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Open Sans";
}
.fs_item9 .fs_copy p {
	width: auto;
	padding: .5em;
	margin: 0 auto;
	color: #000;
	font-style: normal;
	font-size: 1.75em;
}
/* --------------------------------------------- 
	Section Styles
-----------------------------------------------*/

/* Global 
-------------------------*/
/*  full width wrappers - expanding colors & background images can go here */
.hp_section {
	margin: 0;
	padding: 0;
}
/* say hello to the govnr */
.hp_section .hps_inner {
}
/* --------------------------------------------- 
	Upsells
-----------------------------------------------*/
.hp_upsells {
	border-bottom: 1px dashed #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 ); /* IE6-9 */
}
.hp_upsells h3 {
	text-align: center;
	position: relative;
	color: #5bb79e;
	font-size: 2.5em;
	padding: .5em;
	font-weight: 100;
}
.hpu_module {
	position: relative;
	width: 17.9%;
	padding: .6em;
	margin: 0 2.1% 2em 0;
	float: left;
	border: 1px solid #f1f1f1;
	background: #fff;
	box-shadow: 0px 0px 6px 0px #e0e0e0;
	-moz-box-shadow: 0px 0px 6px 0px #e0e0e0;
	-webkit-box-shadow: 0px 0px 6px 0px #e0e0e0;
}
.hpu_module h4 {
	color: #000;
	height: 4em;
	line-height: 1.25em;
}
.hpu_price {
	font-weight: 500;
	font-family: 'Museo-Slab';
}
.hpu_module.hpu_one {
}
.hpu_module.hpu_two {
}
.hpu_module.hpu_five {/*float:right;*/
}
.hpu_module.hpu_technics {
}
.hpu_module.hpu_nature {
}
.hpu_module.hpu_city {
}
.hpu_module a.hpu_image_link {
	display: block;
	-webkit-backface-visibility: hidden;
}
.hpu_module a.hpu_image_link:hover {
	opacity: .85;
}
.hpu_module img {
}
.hpu_module .hpu_copy {
	text-align: center;
	margin: .5em 0;
}
.hpu_module h4 {
	font-size: 1em;
	margin: 1em 0;
}
.hpu_module a.btn {
}
/*     -------  why revival  ------     */
.why_revival {
	background: #dbf2ee;
}
.why_revival_wrapper {
}
.why_revival h3 {
	text-align: center;
	position: relative;
	color: #5bb79e;
	background: #fff;
	font-size: 2.5em;
	padding: .5em;
	font-weight: 100;
}
.why_revival_module {
	position: relative;
	width: 20%;
	padding: 0 .6em;
	margin: 0em 0 1.5em 0;
	float: left;
	border-right: 1px solid #fff;
}
.why_revival_module h4 {
	color: #000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 100;
	text-align: center;
	height: 2em;
}
.why_revival_image {
	-webkit-backface-visibility: hidden;
	margin: 0 auto;
	width: 35%;
}
.why_revival_image img {
	margin-bottom: 1em;
	/*width: 70px;
height: 71px;*/
	border: 4px solid #fff;
	border-radius: 80px;
	box-shadow: 0px 0px 10px 0px #59c3b3;
	-moz-box-shadow: 0px 0px 10px 0px #59c3b3;
	-webkit-box-shadow: 0px 0px 10px 0px #59c3b3;
}
.why_revival_image a:hover {
	opacity: .5;
}
.why_revival_copy {
	text-align: center;
	padding: 0 .75em;
	border: 0px solid red;
	color: #000;
	font-size: .85em;
	line-height: 1.25em;
	height: 11em;
}
.womens_health_wrapper {
	margin-bottom: 1em;
}
.womens_health_img {
	float: left;
	width: 30%;
	border: 0px solid red;
	padding: 2em 0em 0em 5em;
}
.womens_health_copy {
	float: right;
	width: 70%;
	padding: 2em 0em 0em 5em;
	border: 0px solid red;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.5em;
	color: #000;
}
.womens_health_copy h5 {
	color: #339966;
	font-style: italic;
	font-weight: 100;
	font-size: 2.5em;
	margin: .65em 0 .2em 0;
}


/*.why_revival_wrapper {
	width:100%;
	margin: auto;
	border: 1px solid #000;
}*/

/* --------------------------------------------- 
	MEDIA QUERIES
--------------------------------------------- */
/* 1445px */
@media only screen and (min-width:90.313em) {
}


/* 1200px */
@media only screen and (max-width:76.250em) {
.vday .fs_copy h2 {
	font-size: 1.5em;
}
 @media only screen and (max-width:70.000em) {
.fs_item5 a.img-link-wrap {
float: right;
/* width: auto; */
width: 47%;
}
}
/* 1100px */
@media only screen and (max-width:69.000em) {
.bf .fs_copy {
	width: 60%;
}
.bf a.img-link-wrap {
	width: 35%;
}
.fs_item9 a.img-link-wrap {
	left: -.5em;/*width: 75%;*/

}
.fs_item10 .fs_copy h2 {
	font-size: 1.75em;
}
.why_revival_image {
	width: 45%;
}
.why_revival_image img {
	margin-bottom: 1em;
	width: 60px;
	height: 60px;
}
.why_revival_copy {
	height: 15em;
}
.why_revival_module h4 {
	font-size: 1.75em;
	height: 2.25em;
	border: 0px solid red;
}
.womens_health_img {
	padding: 2em 0em 0em 0em;
}
.womens_health_copy h5 {
	font-size: 2.25em;
	line-height: 1em;
}
.fs_item a.img-link-wrap {
	width: 65;
	margin-right: -2em;
}
/*.fs_item .fs_copy {
width: 38%;
}*/


.fs_item2 .fs_copy {
	width: 54%;
	margin-left: 0em;
font-size:
}
.hpu_price {
	padding-bottom: 1em;
}
.hpu_module h4 {
	font-size: .85em;
}
.why_revival_module h4 {
	height: 3em;
}
.fs_item5 .fs_copy {
	width: 54%;
	margin-left: 0em;
font-size:
}
.fs_item5 .fs_copy span {
	font-size: 1.25em;
}
.fs_item5 .fs_copy h2 {
	font-size: 1em;
}
.fs_item5 .fs_copy h2 span {
	font-size: 2em;
}
.nb a.btn {
	position: absolute;
	bottom: 11em;
	left: 65%;
}
/*
.fs_item3 .fs_copy {
width: 44%;

}*/

.fs_item4 .fs_copy {
	width: 44%;
	margin-left: 1em;
}
.fs_item4 a.img-link-wrap {
	width: 57%;
}
.fs_item8 a.img-link-wrap {
	float: right;
	width: 50%; /*margin-top: 2em;*/
	border: 0px solid red;
}
.fs_item8 .fs_copy {
	border: 0px solid red;
	font-size: 1em;
	width: 50%;
	margin-left: 0em;
	margin-top: 1em;
	color: #336666;
}
.fs_item8 .fs_copy h2 {
	margin: 0;
	font-size: 2em;
}
}

/* 1050px*/
@media only screen and (max-width:65.625em) {
.vday .fs_copy {
	width: 61%;
}
.fs_item.fs_item_gf {
	background: url(../images/couple_bike.png)430px -45px no-repeat;
}
.fs_item_gf .fs_copy h2 span {
	font-size: 2.2em;
}
.fs_item2 .fs_copy {
	margin-top: 4em;
	font-size: .75em;
}
.fs_item10 .fs_copy {
	width: 65%;/*border: 1px solid red;*/
}
.fs_item10 a.img-link-wrap {
	width: 38%;
}
.fs_item2 .nb a.btn {
	bottom: 16em;
}
}


/* 860px*/
@media only screen and (max-width:53.750em) {
.fs_item.vday {
	background: none;
}
.vday .fs_copy {
	margin-top: 2em!important;
}
.vday a.img-link-wrap {
	display: block!important;
	float: right;
	width: 100%!important;
	/*border: 1px solid red;*/
	margin: 0em;
	padding: 0em;
	bottom: 0;
	position: relative;
}
.vday .fs_copy a.btn {
	margin-top: 2em!important;
	display: block;
}
.vday a.img-link-wrap {
	width: 65%!important;
}
.fs_item.fs_item_gf {
	background: none;
}
.fs_item_gf .fs_copy {
	margin-top: 2em!important;
}
.fs_item_gf a.img-link-wrap {
	display: block!important;
	float: right;
	width: 100%!important;
	/*border: 1px solid red;*/
	margin: 0em;
	padding: 0em;
	bottom: 0;
	position: relative;
}
.holly1, .holly2, .bells1, .bells2 {
	width: 4em;
}
.fs_item2 .fs_copy p {
	padding: 1em;
}
.fs_item10 {
	background: none;
}
/* Feature, Flexslider */
.hp_section {
}
.hp_feature.loading {
	height: 200px;
}
.hp_feature {
	height: auto;
}
.flex-direction-nav {
	display: none;
}
.fs_item a.img-link-wrap,  .fs_item .fs_copy {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.fs_item a.img-link-wrap {
	width: 50%;
	height: auto;
}
.fs_item9 a.img-link-wrap {
	position: relative;
	display: block;
	float: left;
	left: auto;
	margin-top: 2em;
	margin-left: 0!important;
	width: 100%!important;
	max-width: 800px;
}
.fs_item9 .fs_copy {
	position: relative;
	display: block;
	float: left;
	clear: left;
}
.nb a.btn {
	position: absolute;
	bottom: 0em;
	left: 38%;
}
.fs_item2 .nb a.btn {
	bottom: 3em;
	left: 34%;
}
.fs_item5 .fs_copy h2 span {
	font-size: 1.75em;
}
.fs_item .fs_copy a.btn {
	margin: 0 auto;
}
.fs_item a.img-link-wrap {
	width: 75%;
}
.fs_item3 a.img-link-wrap {
	width: 50%;
}
.fs_item3 .fs_copy p {
	width: 75%;
}
.fs_item3 .fs_copy h2 {
	/*font-size: 4em;*/
	margin: .25em;
}
.fs_item5 .fs_copy {
	margin-top: 1em;
}
.fs_item5 a.img-link-wrap {
	width: 75%;
}
.fs_item6 .fs_copy h2 a {
	color: #fff;
	text-shadow: 0px 0px 5px #666;
}
/* Upsells */
.hpu_module {
	position: relative;
	width: 47%;
	float: left;
	margin: 0 .25em 2em 1em;
}
.hpu_module a.hpu_image_link {
	float: left;
	width: 39%;
}
.hpu_module .hpu_copy {
	text-align: left;
	float: right;
	width: 50%;
	margin: 0;
}
.fs_item .fs_copy {
	background: none;
}
.fs_item1 {
	background: none;
}
.fs_copy p {
	margin: 0 auto;
}
.fs_copy h2 {
	font-size: 3.5em;
}
/*.why_revival_copy {
height: 10em;
}*/

.womens_health_img {
	display: none;
}
.womens_health_copy {
	width: 100%;
	padding: 2em 0em 0em 0em;
}
.why_revival_module {
	width: 100%;
	border: none;
}
.why_revival_module h4 {
	height: auto;
}
.why_revival_copy {
	height: 5em;
}
.why_revival_image {
	width: 10%;
}
.sunflowers {
	display: none;
}
.fs_item11 a.img-link-wrap {
	margin: 0 auto;
	display: block;
	width: 100%;
	margin-top: 3em;
}
.fs_item11 .fs_copy h2 {
	margin-top: 3em;
}
}
/* 640px */
@media only screen and (max-width:39.375em) {
.fs_item_gf a.img-link-wrap {
	width: 65%!important;
}
.bf .fs_copy h2 {
	font-size: 1.5em;
}
.bf .fs_copy h3 {
	font-size: 1.75em;
	margin-top: 1em;
}
.fs_item a.img-link-wrap {
	width: 37%;
}
.fs_item10 .fs_copy span {
	font-size: 1.25em;
}
.fs_item10 .fs_copy h2 span {
	font-size: 1em;
}
.fs_item5 .fs_copy h2 span {
	font-size: 1.25em;
}
.fs_item5 a.img-link-wrap {
	width: 65%;
}
.fs_item11 a.img-link-wrap {
	width: 95%;
}
.hp_upsells h3 {
	font-size: 1.75em;
}
.hpu_module {
	width: 94%;
}
.why_revival_image {
	width: 21%;
}
.fs_item3 .fs_copy h2 {
	font-size: 1.25em;
}
}
/* 480px */
@media only screen and (max-width:30em) {
.holly1, .holly2, .bells1, .bells2 {
	width: 2em;
}
.fs_item_gf .fs_copy h2 span {
	font-size: 1.5em;
}
.fs_item_gf .fs_copy p {
	font-size: .75em;
}
.fs_item_gf .fs_copy ol {
	margin: 0 0 0 .5em;
}
.fs_item10 .fs_copy a.btn {
	margin: 0 1em;
	width: 95%;
	display: block;
}
.fs_item10 .fs_copy span {
	font-size: 1em;
}
.womens_health_copy h5 {
	font-size: 1.75em;
}
.fs_item2 .fs_copy p {
	/*font-size: 1em;*/
	padding: .5em;
}
.fs_item2 .fs_copy {
	font-size: .75em;
}
.fs_item2 .fs_copy h2 {
	font-size: 3em;
	line-height: 1em;
}
.fs_item2 a.img-link-wrap {
	width: 78%;
}
.fs_item2 .nb a.btn {
	bottom: 4em;
	left: 25%;
}
.fs_copy p {
	font-size: 1.5em;
	width: 100%;
}
.fs_copy p span {
	font-size: inherit;
}
.fs_copy h2 {
	margin: 0;
}
.fs_item4 .fs_copy h2 {
	font-size: 3.75em;
}
.fs_item4 .fs_copy p {
	font-size: 1.25em;
}
.fs_item5 .fs_copy h2 span {
	font-size: 1.5em;
}
.fs_item5 .fs_copy h2 {
	padding-bottom: .5em;
}
.fs_item5 .fs_copy ul {
	/*display: none;*/
	width: 100%;
	padding: 0;
}
.fs_item5 .fs_copy ul li {
	padding-left: 5em;
}
.fs_item5 a.img-link-wrap span {
	display: none;
}
.nb a.btn {
	position: absolute;
	bottom: 0em;
	left: 33%;
}
/*.fs_item5 .fs_copy li {
display: inline;
}

.fs_item5 .fs_copy li img{
display: none;
}*/


}
