/*
Theme Name: LEAF
Author: SB Studio
Author URI: http://www.sb-studio.co.uk
Version: 1.0
*/

/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: ;background: transparent;}

/*
RESETS END --------------------
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	display: none;
	background-color: #ffffff;
	color: #3e5c48;
	text-rendering: optimizeLegibility;
}

html.no-scroll, body.no-scroll {
	overflow: hidden !important;
}

body a {
	color: inherit !important;
	text-decoration: none;
}

p { margin-bottom: 1em; }

input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}

/*
HEADER CONTENT --------------------
*/

.header-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	text-align: center;
}

.header-wrap.menu-open {
	height: 100%;
}

#about-page .header-wrap {
	background-color: #ffffff;
	padding-bottom: 25px;
}

@media only screen and (max-width: 900px) {
.header-wrap {
	position: fixed;
    width: 100%;
    top: 0; left: 0;
    background-color: #ffffff;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow: scroll;
}
}

.header-border {
	position: fixed;
	width: 100%; height: 6px;
	background-color: #3e5c48;
	top: 0;
	z-index: 10000;
}

@media only screen and (max-width: 900px) {
.header-border {
	display: none;
}
}

#menu-main {
	position: fixed;
	top: 6px;
	width: 100%; height: auto;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; letter-spacing: 0.1em;
	color: #3e5c48;
	z-index: 100000;
	outline: 1px solid #ffffff;
}

@media only screen and (max-width: 900px) {
#menu-main {
	position: absolute;
	top: 0;
	z-index: 99;
	margin-top: 120px;
	height: 100%;
	padding-top: 0px;
}
}

.menu-shadow {
	-moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

#menu-main-1 {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 25px; padding-bottom: 25px;
	background-color: #ffffff;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; letter-spacing: 0.1em;
	color: #3e5c48;
	z-index: 100000;
}

@media only screen and (max-width: 900px) {
#menu-main, #menu-main-1 {
    display: none;
    opacity: 0;
}
}

#menu-main a {
	color: #3e5c48;
}

#menu-main-1 a {
	color: #3e5c48;
}

#menu-main .menu-item, #menu-main-1 .menu-item {
	position: relative;
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	cursor: pointer;
	transition:color .3s linear; 
    -o-transition:color .3s linear; 
    -moz-transition:color .3s linear; 
    -webkit-transition:color .3s linear;
}

@media only screen and (max-width: 900px) {
#menu-main .menu-item, #menu-main-1 .menu-item {
	display: block;
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 40px; margin-right: 40px;
	border-bottom: 1px solid #485d48;
}
}

#menu-main .menu-item a, #menu-main-1 .menu-item a {
	transition:color .3s linear; 
    -o-transition:color .3s linear; 
    -moz-transition:color .3s linear; 
    -webkit-transition:color .3s linear;
}

.current-menu-item, 
.current-menu-item a {
	color: #00a651 !important;
}

.current-page-ancestor, 
.current-page-ancestor a {
	color: #00a651 !important;
}

#menu-main .menu-item:hover, 
#menu-main-1 .menu-item:hover {
	color: #00a651 !important;
}

#menu-main .menu-item > a:hover, 
#menu-main-1 > .menu-item a:hover {
	color: #00a651 !important;
}

#menu-main .menu-item .arrow {
	position: absolute;
	width: 19px; height: 19px;
	left: 50%; margin-left: -9px;
	background-color: #00a550;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 12px;
	display: none;
}

#menu-main .menu-item .sub-menu, 
#menu-main-1 .menu-item .sub-menu {
	position: fixed;
	width: 100%; height: auto;
	left: 0;
	background-color: #00a550;
	padding-top: 30px; padding-bottom: 30px;
	margin-top: 20px;
	display: none;
	cursor: default;
}

@media only screen and (max-width: 900px) {
#menu-main .menu-item .sub-menu, 
#menu-main-1 .menu-item .sub-menu {
	position: relative;
	margin-left: -40px;
	width: -moz-calc(100% + 80px);
	width: -webkit-calc(100% + 80px);
	width: -o-calc(100% + 80px);
	width: calc(100% + 80px);
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu-main .menu-item .sub-menu li, 
#menu-main-1 .menu-item .sub-menu li {
	border-bottom: none !important;
}
}

#menu-main .menu-item .sub-menu .menu-item, 
#menu-main-1 .menu-item .sub-menu .menu-item {
	opacity: 0;
}

#menu-main .menu-item .sub-menu a, 
#menu-main-1 .menu-item .sub-menu a {
	color: #ffffff !important;
	cursor: pointer;
}

#menu-main .menu-item .sub-menu a:hover, 
#menu-main-1 .menu-item .sub-menu a:hover {
	color: #3e5c48 !important;
}

#menu-main .menu-item .sub-menu .current-menu-item a, 
#menu-main-1 .menu-item .sub-menu .current-menu-item a {
	color: #3e5c48 !important;
}

.header-logo {
	position: relative;
	margin-top: 95px;
}

@media only screen and (max-width: 900px) {
.header-logo {
	margin-top: 25px;
	width: 54px !important;
	height: 67px !important;
	margin-bottom: 25px;
	z-index: 999;
}
}

.dummy-header {
	display: none;
}

@media only screen and (max-width: 900px) {
.dummy-header {
	position: relative;
	display: block;
	width: 100%; height: 121px;
}
}

/* Mobile Nav Toggle */

.nav-toggle-wrap {
	position: absolute;
	top: 42px; right: 40px;
	width: 50px; height: 35px;
	z-index: 999;
	display: none;
}

@media only screen and (max-width: 900px) {
.nav-toggle-wrap {
	display: block;
}
}

#nav-toggle { 
	position: absolute;
	cursor: pointer; 
	top: 0; left: 0;
}

#nav-toggle { cursor: pointer; padding: 15px 50px 20px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 5px;
  width: 50px;
  background: #d0d0cf;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -15px; 
}
#nav-toggle span:after {
  bottom: -15px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*
SIDE SLIDE CONTENT ------------------
*/

.side-slide-wrap {
	position: fixed;
	top: 230px; right: 0px;
	width: auto; height: auto;
	z-index: 9999;
}

@media only screen and (max-width: 900px) {
.side-slide-wrap {
	display: none;
}
}

.side-slide {
	float: right;
}

.side-slide-tab {
	width: 110px; height: 267px;
	background-color: #f3f3f4;
	z-index: 9999;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow:-6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:-6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:-6px 6px 8px rgba(0,0,0,0.2);
}

.side-slide-tab .title {
	position: relative;
	width: 100%; height: auto;
	padding-top: 20px; padding-bottom: 20px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 14px; line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	color: #00a550;
}

.our-family-logo-wrap {
	position: relative;
	width: 56px; height: auto;
	left: 50%; margin-left: -28px;
	margin-top: 22px;
}

.our-family-logo {
	position: relative;
	width: 56px; height: 30px;
}

.our-family-dotted-line {
	position: relative;
	width: 57px; height: 4px;
	padding-top: 12px; padding-bottom: 12px;
}

/*
SPLASHPAGE CONTENT ------------------
*/

.splashpage-background-wrap {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 1;
}

.splashpage-background-wrap .splashpage-slide {
 	width: 100%; height: 100%;
 	top: 0; left: 0;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.splashpage-overlay-wrap {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
}

.splashpage-overlay-wrap .logo {
	position: absolute;
	width: 128px; height: 165px;
	top: 15%;
	left: 50%; margin-right: -50%;
	-ms-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}

.splashpage-overlay-wrap .menu-wrap {
	position: absolute;
	width: 100%; height: auto;
	top: 55%;
	left: 50%; margin-right: -50%;
	-ms-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	text-align: center;
	font-size: 0;
}

@media only screen and (max-width: 700px) {
.splashpage-overlay-wrap .menu-wrap {
    top: 50%;
}
}

.splashpage-overlay-wrap .menu-wrap 
.menu-item {
	display: inline-block;
	width: 185px; height: 45px;
	border: 1px solid #ffffff;
	margin-left: 22px; margin-right: 22px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 15px; line-height: 45px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #ffffff !important;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

@media only screen and (max-width: 700px) {
.splashpage-overlay-wrap .menu-wrap 
.menu-item {
    display: block;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
}

.splashpage-overlay-wrap .menu-wrap 
.menu-item:hover {
	background-color: #ffffff;
	color: #00a651 !important;
}

.splashpage-overlay-wrap .splashpage-social {
	position: absolute;
	width: 100%; height: auto;
	bottom: 50px; left: 0;
}

.splashpage-overlay-wrap .splashpage-social 
.title {
	position: relative;
	width: 100%; height: auto;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: center;
	color: #ffffff !important;
}

.splashpage-overlay-wrap .splashpage-social 
.social-menu {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	text-align: center;
}

.splashpage-overlay-wrap .splashpage-social 
.social-menu .social-menu-item {
	display: inline-block;
	width: 32px; height: 32px;
	margin-left: 8px; margin-right: 8px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

.splashpage-overlay-wrap .splashpage-social 
.social-menu .social-menu-item:hover {
	-ms-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

/*
BODY CONTENT ------------------
*/

.content-wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 900px) {
.content-wrap {
	width: 440px;
}
}

.slider-wrap {
	position: relative;
	width: 100%; height: 400px;
	margin-top: 40px;
	-moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
}

.nav {
	position: absolute;
	bottom: 0; right: 0;
	padding: 20px;
	z-index: 9998;
}

.nav a {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    color: transparent !important;
}

.nav a:hover {
	color: transparent;
}

.nav a.activeSlide { 
	background-color: #c7c8ca; 
}

.slider-slide {
	width: 100%; height: 100%;
	color: #ffffff;
}

.outer-container {
	width: 100%; height: 100%;
	text-align: center;
    display: table;
    vertical-align: middle;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.outer-container .overlay {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.30);
	z-index: 1;
}

.inner-container{
	position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10%;
    z-index: 2;
}

a .slider-title {
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 45px; line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff !important;
}

@media only screen and (max-width: 900px) {
a .slider-title {
    font-size: 22px; line-height: 25px;
}
}

a .slider-subtitle {
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 16px; line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 5px;
	color: #ffffff !important;
}

/*
EVENTS SLIDER CONTENT ------------------
*/

.events-slider-header {
	position: relative;
	width: 900px; height: 30px;
	margin: 0 auto;
	margin-top: 30px;
}

@media only screen and (max-width: 900px) {
.events-slider-header {
    width: 440px;
}
}

.events-slider-header .header-left {
	position: absolute;
	bottom: 0; left: 0;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

.events-slider-header .header-right {
	position: absolute;
	bottom: 0; right: 0;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
	padding-bottom: 2px;
	border-bottom: 1px solid #00a651;
}

.events-slider-wrap {
    position: relative;
    width: 1000px;
    height: 370px;
    margin: 0 auto;
    margin-top: 20px;
}

@media only screen and (max-width: 900px) {
.events-slider-wrap {
    width: 440px;
}
}

.slider-nav {
    position: absolute;
    width: 20px; height: 30px;
    top: 50%; margin-top: -15px;
    cursor: pointer;
}

.prev { left: 0; }
.next { right: 0; }

.events-slider {
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 370px;
}

@media only screen and (max-width: 900px) {
.events-slider {
    width: 310px !important;
}
}

.events-slider li {
	position: relative;
    width: 285px;
    height: 350px;
    margin-left: 11px;
    margin-right: 11px;
    -moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table; vertical-align: middle;
    transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.events-slider li:hover {
	opacity: 0.65;
}

.event-slider-info {
	position: absolute;
	width: 30px; height: 30px;
	top: 0px;
	margin: 0 auto;
	margin-top: 300px;
	margin-left: -157px;
}

.events-slider li .overlay {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color:rgba(0,0,0,0.3);
	z-index: 1;
}

.event-slider-text-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 30px; padding-right: 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index: 2;
}

.event-slider-text-wrap .title {
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 20px;
}

.event-slider-text-wrap .subtitle {
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 16px; line-height: 20px;
	margin-top: 5px;
}

/*
HOMEPAGE BLOCKS CONTENT ------------------
*/

.homepage-block-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
}

.homepage-block-wrap .block-column {
	display: inline-block;
	margin-right: 13px;
	vertical-align: text-top;
}

@media only screen and (max-width: 900px) {
.homepage-block-wrap .block-column {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}
}

.homepage-block-wrap .block-column:last-child {
	margin-right: 0px;
}

.homepage-block-wrap .small-column { width: 140px; height: auto; }

@media only screen and (max-width: 900px) {
.homepage-block-wrap .small-column {
    display: inline-block;
}
}

.homepage-block-wrap .medium-column { width: 285px; }

@media only screen and (max-width: 900px) {
.homepage-block-wrap .medium-column {
    display: inline-block;
    margin-right: 11px;
}
}

.homepage-block-wrap .large-column { width: 440px; }

.latest-news-wrap {
	position: relative;
	width: 440px; height: 530px;
	background-color: #f3f3f4;
	-moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
}

.latest-news-content {
	padding: 25px;
}

.latest-news-title {
	position: relative;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 20px; letter-spacing: 0.1em;
	color: #00a651;
}

.latest-news-stories {
	position: relative;
	width: 100%; height: auto;
}

.latest-news-story {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
	border-bottom: 1px solid #00a651;
}

.latest-news-story .text {
	position: relative;
	height: 100px;
	overflow: hidden;
	font-family:'Avenir LT W01 35 Light';
	font-size: 15px; line-height: 20px;
	color: #000000;
}

.latest-news-story p {
	margin-bottom: 0em !important;
}

.latest-news-story .read-more {
	position: relative;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
	margin-top: 10px;
	margin-bottom: 5px;
}

.latest-news-story .read-more-arrow {
	position: absolute;
	width: 20px; height: 18px;
	bottom: 5px; right: 0;
}

.small-column .small-block { 
	position: relative;
	width: 140px; height: 140px;
	margin-bottom: 13px;
	z-index: 1;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.small-column .small-block:hover { 
	opacity: 0.65;
}

.small-block-text {
	position: absolute;
	width: 100%; height: 20px;
	top: 50%; margin-top: -10px;
	text-align: center;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
	z-index: 999999;
}

.small-column .circle-block {
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	border-radius: 140px;
	-moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
}

.svg-background {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	-webkit-filter: drop-shadow( 5px 5px 6px rgba(0,0,0,0.2));
            filter: drop-shadow( 5px 5px 6px rgba(0,0,0,0.2));
}

.small-column .facebook-block { 
	position: relative;
	width: 136px; height: 66px;
	border: 2px solid;
	z-index: 1;
	-moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
}

.facebook-block .small-block-text {
	position: absolute;
	width: 100%; height: 10px;
	top: 50%; margin-top: -5px;
	text-align: center;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	z-index: 999999;
}

.large-column .homepage-menu-block {
	position: relative;
	display: table; vertical-align: middle;
	width: 440px; height: 530px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.large-column .homepage-menu-block:hover {
	opacity: 0.65;
}

.large-column .homepage-menu-block .overlay {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color:rgba(0,0,0,0.30);
	z-index: 1;
}

.large-block-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 45px; line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 2;
}

.homepage-sb-credit {
	position: relative;
	width: 100%; text-align: right;
	margin-top: 40px; margin-bottom: -45px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #939598;
}

/*
ABOUT CONTENT ------------------
*/

.about-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.about-content-block {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 20px;
	-moz-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
}

.large-text-block {
	background-color: #00a651;
}

.large-text-block .about-content {
	padding: 100px;
	padding-top: 150px; 
	padding-bottom: 150px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 26px; line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

.large-text-block .about-content p {
	margin-bottom: 0px;
}

@media only screen and (max-width: 900px) {
.large-text-block .about-content {
	padding: 55px;
	font-size: 18px; line-height: 22px;
}
}

.two-column-text-block {
	background-color: #f3f3f4;
}

.two-column-text-block .about-content {
	padding-top: 45px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 120px;
}

@media only screen and (max-width: 900px) {
.two-column-text-block .about-content {
	padding-left: 30px;
	padding-right: 30px;
}
}

.two-column-text-block .title {
	position: relative;
	width: 100%;
	color: #00a651;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.two-column-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 60px;
}

.two-column-column {
	display: inline-block;
	vertical-align: text-top;
	width: 368px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 15px; line-height: 20px;
	color: #000000;
}

@media only screen and (max-width: 900px) {
.two-column-column {
	width: 100%;
}
}

.two-column-column:first-child {
	margin-right: 18px;
}

.one-column-text-block {
	background-color: #f3f3f4;
}

.one-column-text-block .about-content {
	padding-top: 20px;
	padding-left: 190px;
	padding-right: 190px;
	padding-bottom: 70px;
	text-align: center;
}

@media only screen and (max-width: 900px) {
.one-column-text-block .about-content {
	padding-left: 30px;
	padding-right: 30px;
}
}

.one-column-text-block .lead-image {
	position: relative;
	max-width: 420px !important;
	height: auto !important;
}

@media only screen and (max-width: 900px) {
.one-column-text-block .lead-image {
	max-width: 100% !important;
}
}

.one-column-text-block .title {
	position: relative;
	width: 100%;
	margin-top: 35px;
	color: #00a651;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.one-column-column {
	position: relative;
	width: 100%;
	margin-top: 30px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 15px; line-height: 20px;
	text-align: center;
	color: #000000;
}

/*
LISTINGS GRID CONTENT ------------------
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
 .listings-calendar-wrap {
 	position: relative;
    width: 1600px;
    margin: 0 auto;
    margin-top: 40px;
    border-top: 1px solid #3e5c48;
    font-family:'Droid Sans Mono';
    margin-bottom: 50px;
}
@media only screen and (max-width: 1920px) {
.listings-calendar-wrap {
	width: 1370px;
}
}
@media only screen and (max-width: 1690px) {
.listings-calendar-wrap {
	width: 1140px;
}
}
@media only screen and (max-width: 1460px) {
.listings-calendar-wrap {
	width: 910px;
}
}
@media only screen and (max-width: 1330px) {
.listings-calendar-wrap {
	width: 680px;
}
}
@media only screen and (max-width: 1000px) {
.listings-calendar-wrap {
	width: 450px;
}
}

.listings-calendar-month {
	position: relative;
	width: 100%; height: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3e5c48;
}

.listings-calendar-wrap .clndr .clndr-controls {
    position: fixed;
    width: 1600px;
}

@media only screen and (max-width: 1920px) {
.listings-calendar-wrap .clndr .clndr-controls {
	width: 1370px;
}
}
@media only screen and (max-width: 1690px) {
.listings-calendar-wrap .clndr .clndr-controls {
	width: 1140px;
}
}
@media only screen and (max-width: 1460px) {
.listings-calendar-wrap .clndr .clndr-controls {
	width: 910px;
}
}
@media only screen and (max-width: 1330px) {
.listings-calendar-wrap .clndr .clndr-controls {
	width: 680px;
}
}
@media only screen and (max-width: 1000px) {
.listings-calendar-wrap .clndr .clndr-controls {
	width: 450px;
}
}

.listings-calendar-wrap .clndr .clndr-controls .clndr-previous-button {
    position: absolute;
    left: 0; top: 120px;
    margin-left: -50px;
    width: 20px; height: 30px;
    cursor: pointer;
}

.listings-calendar-wrap .clndr .clndr-controls .clndr-next-button {
    position: absolute;
    right: 0; top: 120px;
    margin-right: -50px;
    width: 20px; height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
.listings-calendar-wrap .clndr .clndr-controls .clndr-previous-button {
	margin-left: -30px;
}

.listings-calendar-wrap .clndr .clndr-controls .clndr-next-button {
	margin-right: -30px;
}
}

.listings-calendar-wrap .clndr .clndr-grid {
    text-align: left;
    display: inline-block;
}

.listings-calendar-wrap .clndr .clndr-grid .day {
    display: inline-block;
    width: 210px;
    min-height: 290px;
    margin: 5px;
    margin-bottom: 15px;
    background: #fcf7f8;
    vertical-align: text-top;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.listings-calendar-wrap .clndr .clndr-grid .day::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.listings-calendar-wrap .clndr .clndr-grid .day::-webkit-scrollbar-thumb {
    background: transparent;
}

.listings-calendar-wrap .clndr .clndr-grid .day.two--events {
	width: 440px;
}

.listings-calendar-wrap .clndr .clndr-grid .day.three--events {
	width: 670px;
}

.listings-calendar-wrap .clndr .clndr-grid .day.event {
    background-color: #f3f3f4 !important;
}

.listings-calendar-wrap .clndr .clndr-grid .day.today {
    background-color: #fcf7f8;
}

.listings-calendar-wrap .clndr .clndr-grid .empty {
    display: inline-block;
    width: 210px;
    height: 290px;
    background: #fcf7f8;
}

.day-padding {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.last-month, .next-month {
    display: none !important;
}

.single-event-wrap {
	cursor: pointer;
}

/* Two Events */

.listings-calendar-wrap .clndr .clndr-grid .day.two--events 
.single-event-wrap {
	float: left;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	height: auto;
}

.listings-calendar-wrap .clndr .clndr-grid .day.two--events 
.single-event-wrap:first-of-type {
	float: left;
	border-right: 1px solid #00a550;
	padding-right: 20px;
}

.listings-calendar-wrap .clndr .clndr-grid .day.two--events 
.single-event-wrap:last-of-type {
	float: right;
}

/* Three Events */

.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap {
	float: left;
	height: auto;
}

.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap:first-of-type, 
.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap:nth-of-type(2) {
	float: left;
	border-right: 1px solid #00a550;
}

.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap:first-of-type {
	width: -moz-calc(33.3% - 30px);
	width: -webkit-calc(33.3% - 30px);
	width: -o-calc(33.3% - 30px);
	width: calc(33.3% - 30px);
	padding-right: 20px;
}

.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap:nth-of-type(2) {
	width: -moz-calc(33.3% - 25px);
	width: -webkit-calc(33.3% - 25px);
	width: -o-calc(33.3% - 25px);
	width: calc(33.3% - 25px);
	padding-right: 20px; padding-left: 20px;
}

.listings-calendar-wrap .clndr .clndr-grid .day.three--events 
.single-event-wrap:last-of-type {
	float: right;
	width: -moz-calc(33.3% - 25px);
	width: -webkit-calc(33.3% - 25px);
	width: -o-calc(33.3% - 25px);
	width: calc(33.3% - 25px);
}

.date-titles {
	position: relative;
	width: 100%;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 16px; line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #c7c8ca;
}

.date-titles span {
	font-family: "Sweet Sans Light";
	font-size: 12px;
}

.day.event .date-titles { color: #00a651; }

.event-titles-wrap {
	position: relative;
	width: 100%; height: 60px;
	margin-top: 15px;
}

.event-title {
	position: relative;
	width: 100%;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 16px; line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

.event-category {
	position: relative;
	width: 100%;
	margin-top: 5px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

.event-image {
	position: relative;
	width: 100%; height: 120px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.event-time-loc {
	margin-top: 15px;
}

.event-time-loc, .event-price {
	position: relative;
	width: 100%;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

/*
LISTINGS EVENT CONTENT ------------------
*/

.listings-event-content-wrap {
	position: relative;
	width: 1600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #f3f3f4;
	-moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    display: none;
}

@media only screen and (max-width: 1920px) {
.listings-event-content-wrap {
	width: 1370px;
}
}
@media only screen and (max-width: 1690px) {
.listings-event-content-wrap {
	width: 1140px;
}
}
@media only screen and (max-width: 1460px) {
.listings-event-content-wrap {
	width: 910px;
}
}
@media only screen and (max-width: 1330px) {
.listings-event-content-wrap {
	width: 680px;
}
}
@media only screen and (max-width: 1000px) {
.listings-event-content-wrap {
	width: 450px;
}
}

.listings-event-content {
	padding: 20px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
}

.listings-event-content .event-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 32px; height: 32px;
	cursor: pointer;
}

.listings-event-content .event-image {
	position: relative;
	margin: 0 auto;
	width: 420px; height: 240px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 1000px) {
.listings-event-content .event-image {
	width: 100%;
}
}

.listings-event-content .event-title {
	position: relative;
	width: 420px;
	margin: 0 auto;
	margin-top: 25px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

@media only screen and (max-width: 1000px) {
.listings-event-content .event-title {
	width: 100%;
}
}

.listings-event-content .event-time-loc {
	position: relative;
	width: 420px;
	margin: 0 auto;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
	margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
.listings-event-content .event-time-loc {
	width: 100%;
}
}

.listings-event-content .event-price {
	position: relative;
	width: 420px;
	margin: 0 auto;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

@media only screen and (max-width: 1000px) {
.listings-event-content .event-price {
	width: 100%;
}
}

.listings-event-content .event-info {
	position: relative;
	width: 525px;
	margin: 0 auto;
	margin-top: 15px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 15px; line-height: 20px;
	color: #000000;
}

@media only screen and (max-width: 1000px) {
.listings-event-content .event-info {
	width: 100%;
}
}

.listings-event-content .social-wrap {
	position: relative;
	width: 46px; height: 22px;
	margin: 0 auto;
	margin-top: 35px;
}

.social-wrap .social-icon { position: absolute; }
.social-wrap .social-tweet { left: 0; }
.social-wrap .social-facebook { right: 0; }

.listings-event-content .event-book-tickets {
	position: relative;
	width: 175px; height: 40px;
	margin: 0 auto;
	margin-top: 25px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #00a651;
}

.listings-event-content a.event-book-tickets {
	color: #ffffff !important;
}

/*
GALLERY CONTENT ------------------
*/

.gallery-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.gallery-block {
	width: 285px; height: 180px;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 20px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.gallery-block:hover {
	opacity: 0.65;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.gallery-block {
	width: 440px; height: 280px;
}	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.gallery-block {
	width: 440px; height: 280px;
}	
}

.gallery-block-large {
	width: 895px; height: 580px;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 20px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 900px) {
.gallery-block-large {
	width: 285px; height: 180px;
}
}

.gallery-social-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.gallery-close {
	position: absolute;
	width: 32px; height: 32px;
	top: 20px; right: 20px;
	z-index: 9999;
	cursor: pointer;
}

.gallery-share {
	position: absolute;
	width: 190px; height: 36px;
	top: 50%; margin-top: -18px;
	left: 50%; margin-left: -95px;
}

.gallery-share-icon, .gallery-share a {
	display: inline-block;
	margin-left: 6px; margin-right: 6px;
}

/*
BACK TO TOP CONTENT ------------------
*/

.back-top {
	position: relative;
	width: 210px; height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
	border: 1px solid #00a651;
	cursor: pointer;
}

/*
MENU HEADER CONTENT ------------------
*/

.menus-nav-wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	border-top: 1px solid #00a651;
}

@media only screen and (max-width: 900px) {
.menus-nav-wrap {
	width: 440px;
}
}

#menus-nav-menu {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 25px;
	list-style: none;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00a651;
}

.menu-divider {
	display: inline-block;
}

.menus-nav-menu-item {
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.menus-nav-menu-item a {
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.menus-nav-menu-item:hover {
	color: #58585a;
}

.menus-nav-menu-item a:hover {
	color: #58585a;
}

.current-menus-nav-item {
	color: #58585a !important;
}

@media only screen and (max-width: 900px) {
.menus-nav-menu-item {
	display: block;
}
}

.menus-extra-info {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 25px;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00a651;
}

.menus-extra-info p {
	display: inline-block;
	margin-right: 1em;
}

/*
MENU GRID CONTENT ------------------
*/

.menus-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.menus-block {
	width: 440px;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 20px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

.menus-grid .content-block {
	height: auto;
	background-color: #f9fafa;
}

.menus-grid .content-block .menu-block-content {
	padding-top: 30px; padding-bottom: 30px;
	padding-left: 70px; padding-right: 70px;
	text-align: center;
}

.menus-grid .content-block .menu-block-content .title {
	position: relative;
	width: 100%; height: auto;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00a651;
}

.menus-grid .content-block .menu-block-content .subtitle {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00a651;
}

.menus-grid .content-block .menu-block-content .content {
	position: relative;
	width: 100%; height: auto;
	margin-top: 35px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
}

.menus-grid .content-block .menu-block-content .content strong {
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
}

.menus-grid .image-block {
	height: 280px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
NEWS CONTENT ------------------
*/

.news-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.news-block {
	width: 285px; height: auto;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 30px;
}

.news-grid .lead-image {
	position: relative;
	width: 100%; height: 180px;
	margin-bottom: 20px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

.news-grid .news-text-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #f3f3f4;
	-moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

.news-grid .news-text-wrap .news-text-content {
	padding: 20px;
}

.news-text-content .title {
	position: relative;
	width: 100%;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ef3f4a;
}

.news-text-content .body-copy {
	position: relative;
	width: 100%;
	margin-top: 20px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 15px; line-height: 20px;
	color: #000000;
}

.news-text-content .body-copy p {
	margin-bottom: 20px;
}

.image-block .body-copy {
	height: 180px;
	overflow: hidden;
}

.text-block .body-copy {
	height: 380px;
	overflow: hidden;
}

.news-text-content .body-copy .read-more {
	position: absolute;
	bottom: 0; right: 0;
	width: 100%; height: 20px;
	text-align: right;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ef3f4a;
	cursor: pointer;

background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(241,242,242,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(55%,rgba(241,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(241,242,242,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(241,242,242,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(241,242,242,1) 55%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(241,242,242,1) 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f2f2',GradientType=1 ); /* IE6-9 */
}

.news-share-wrap {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.news-share-wrap .title {
	position: relative;
	width: 100%;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ef3f4a;
	border-bottom: 1px solid #ef3f4a;
}

.news-share-wrap .share-icons {
	position: relative;
	width: 100%; height: auto;
	margin-top: 10px;
}

.news-share-wrap .share-icons .share-icon {
	display: inline-block;
	width: 22px; height: 22px;
	margin-right: 5px;
}

/*
CONTACT CONTENT ------------------
*/

.contact-wrap {
	position: relative;
	width: 920px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {
.contact-wrap {
    width: 460px !important;
}
}

.contact-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
}

.contact-block {
	width: 440px; height: auto;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 20px;
	-moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

.contact-content {
	padding-top: 35px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
}

#contact-info {
	background-color: #00a651;
	color: #ffffff;
}

#enquiries-info {
	background-color: #f9fafa;
	color: #3e5c48;
}

#opening-info {
	background-color: #cd828e;
	color: #ffffff;
}

#social-info {
	background-color: #3e5c48;
	color: #ffffff;
}

.contact-content .title {
	position: relative;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-content .subtitle {
	position: relative;
	margin-top: 10px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-content .content {
	position: relative;
	margin-top: 35px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-content .content strong {
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
}

.wpcf7-form {
	position: relative;
    width:100%;
    height: auto; 
	margin-top: 25px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wpcf7-form p {
	margin-bottom: 0px !important;
}

.wpcf7-select{
    width:99%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
    height: 35px;
    padding: 0px !important;
    background-color: transparent;
    border: none;
    border: 1px solid #3e5c48;
    color: #3e5c48;
    font-family: "Sweet Sans Light";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0px!important;
    padding-left: 1% !important;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.enquiry-name, .enquiry-email, .enquiry-phone {
	position: relative;
	margin-top: 5px; margin-bottom: 25px;
	width: 99%; height: 35px;
	padding: 0px !important;
    padding-left: 1% !important;
	background-color: transparent;
	border: none;
	border: 1px solid #3e5c48;
	color: #3e5c48;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.enquiry-message {
	position: relative;
	margin-top: 5px;
	width: 100%; height: 90px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #3e5c48;
	color: #3e5c48;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 25px;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	resize: none;
    padding-left: 1%!important;
    width: 98%!important;
}

#enquiries-info .wpcf7-submit {
	position: relative;
	margin-top: 5px;
	width: 100%;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	color: #3e5c48;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 11px; line-height: 25px;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}

.ajax-loader, .wpcf7-response-output {
	display: none !important;
}

#social-info .social-wrap {
	position: relative;
	width: 100%; 
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 40px;
}

#social-info .social-wrap .social-logo {
	display: inline-block;
	margin-left: 15px; margin-right: 15px;
}

.map-block {
	width: 900px; height: 490px;
	margin-left: 10px; margin-right: 10px;
	background-color: red;
	-moz-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:6px 6px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 900px) {
.map-block {
    width: 440px !important;
}
}

/*
NEWSLETTER CONTENT ------------------
*/

.newsletter-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 50px;
	border-top: 1px solid #3e5c48;
}

#about-page .newsletter-wrap {
	border-color: #ffffff;
}

.newsletter-title {
	position: relative;
	width: 100%; margin-top: 35px;
	font-family: "Sweet Sans Medium";
	font-style: normal; font-weight: normal;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#about-page .newsletter-title {
	color: #ffffff;
}

.newsletter-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px;
}

.newsletter-content {
	display: inline-block;
	vertical-align: text-top;
}

@media only screen and (max-width: 900px) {
.newsletter-content {
	display: block;
	margin-bottom: 20px;
}
}

#newsletter-left {
	width: 286px; height: 40px;
	margin-right: 18px;
}

@media only screen and (max-width: 900px) {
#newsletter-left {
	width: 100%;
}
}

.newsletter-signup-tag {
	padding-top: 10px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	color: #3e5c48;
}

#about-page .newsletter-signup-tag {
	color: #ffffff;
}

#newsletter-right {
	width: 592px; height: 40px;
}

@media only screen and (max-width: 900px) {
#newsletter-right {
	width: 100%;
}
}

#newsletter-right .wpcf7-form {
	width: 100%;
	margin: 0px !important;
}

@media only screen and (max-width: 900px) {
#newsletter-right .wpcf7-form {
	text-align: center;
}
}

#newsletter-right .wpcf7-form p {
	display: inline-block;
}

.newsletter-email {
	width: 440px; height: 42px;
	margin-right: 14px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #3e5c48;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3e5c48;
}

#about-page .newsletter-email {
	color: #ffffff;
	border-color: #ffffff;
}

@media only screen and (max-width: 900px) {
.newsletter-email {
	width: 100%;
	margin-bottom: 20px;
}
}

#newsletter-right .wpcf7-submit {
	width: 130px; height: 45px;
	background-color: transparent;
	border: none;
	border: 1px solid #3e5c48;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3e5c48;
	cursor: pointer;
}

#about-page .wpcf7-submit {
	color: #ffffff;
	border-color: #ffffff;
}

input:focus, textarea:focus {
	outline: none; 
}

/*
FOOTER CONTENT ------------------
*/

.footer-wrap {
	position: relative;
	width: 900px; height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
.footer-wrap {
    width: 440px;
}

.footer-wrap .menu {
    display: none;
}
}

/* !!! SHOP CONTENT STARTS HERE !!! */
/* !!! SHOP CONTENT STARTS HERE !!! */
/* !!! SHOP CONTENT STARTS HERE !!! */
/* !!! SHOP CONTENT STARTS HERE !!! */
/* !!! SHOP CONTENT STARTS HERE !!! */

/*
SHOP HEADER ADDITIONALS CONTENT ------------------
*/

.shop-additional-header {
	position: absolute;
	width: 900px; height: 40px;
	top: 160px; left: 50%; margin-left: -450px;
	display: none;
}

@media only screen and (max-width: 900px) {
.shop-additional-header {
	width: 450px;
	margin-left: -225px;
}
}

.product_search {
	position: absolute;
	left: 0; bottom: 0;
	width: 120px; height: 40px;
}

.product_search #search-box {
	position: absolute;
	width: 80px; height: 35px;
	top: 0; left: 0;
	background-color: transparent;
	border: none;
	font-family: "Sweet Sans Light";
	font-size: 13px;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.product_search .btn {
	position: absolute;
	width: 40px; height: 100%;
	top: 0; right: 0px;
	background-color: transparent;
	border: none;
	background-image: url('/wp-content/uploads/2014/04/product-search-icon.png');
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer;
}

textarea:focus, input:focus, select:focus { 
	outline: 0; 
}

::-webkit-input-placeholder {
    color: #58585a;
}

:-moz-placeholder {
    color: #58585a;
}

.shop-basket-wrap {
	position: absolute;
	right: 0; bottom: 0;
	width: 120px; height: 40px;
	font-family: "Sweet Sans Light";
	font-size: 13px; line-height: 40px;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	color: #58585a;
}

.shop-basket-wrap span { vertical-align: top; }
.shop-basket-wrap img { margin-top: -2px; }

/*
SHOP GENERAL CONTENT ------------------
*/

/* Shop Slider Content */

.shop-slider-wrap {
	position: relative;
	width: 100%; height: 640px;
}

.shop-slider {
	position: relative;
	width: 100%; height: 610px;
}

.shop-slider-slide {
	width: 100%; height: 100%;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shop-slider-slide-text-wrap {
	width: 900px; height: 100%;
	margin: 0 auto;
	display: table; 
	vertical-align: middle;
}

@media only screen and (max-width: 900px) {
.shop-slider-slide-text-wrap {
	width: 450px;
}
}

.shop-slider-slide-text {
	width: 100%; height: 100%;
	display: table-cell; 
	vertical-align: middle;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #ffffff;
}

.shop-slider-slide-text .slider-title {
	position: relative;
	width: 100%; height: auto;
	font-size: 45px;
}

.shop-slider-slide-text .slider-text {
	position: relative;
	width: 100%; height: auto;
	margin-top: 10px;
	font-size: 25px; line-height: 1.5em;
}

.shop-slider-slide-text .slider-footer {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
	font-size: 16px;
}

@media only screen and (max-width: 700px) {
.shop-slider-slide-text .slider-title {
	font-size: 38px;
}

.shop-slider-slide-text .slider-text {
	font-size: 22px;
}

.shop-slider-slide-text .slider-footer {
	font-size: 14px;
}
}

.shop-home-nav {
	position: relative;
	text-align: center;
	margin-top: 15px;
	z-index: 9998;
}

.shop-home-nav a {
	width: 6px;
	height: 6px;
	background-color: #939598;
	color: transparent !important;
	display: inline-block;
	margin-left: 10px; margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shop-home-nav a:hover {
	color: transparent;
}

.shop-home-nav a.activeSlide { 
	background-color: #00a651; 
}

/* Shop Featured Products Content */

.shop-desktop-homepage {
	position: relative;
	width: 100%; height: auto;
}

@media only screen and (max-width: 670px) {
.shop-desktop-homepage {
	display: none;
}
}

.shop-mobile-homepage {
	position: relative;
	width: 100%; height: auto;
	display: none;
}

@media only screen and (max-width: 670px) {
.shop-mobile-homepage {
	display: block;
}
}

.shop-featured-content-wrap {
	position: relative;
	width: 100%; height: 460px;
	margin-top: 65px;
}

.shop-featured-content-block {
	position: relative;
	float: left;
	width: 25%; height: 100%;
	cursor: pointer;
}

.shop-featured-content-block:nth-child(1) .shop-featured-content-block-overlay {
	background-color: rgba(224,192,25,0.7);
}
.shop-featured-content-block:nth-child(2) .shop-featured-content-block-overlay {
	background-color: rgba(28,63,148,0.7);
}
.shop-featured-content-block:nth-child(3) .shop-featured-content-block-overlay {
	background-color: rgba(0,171,78,0.7);
}
.shop-featured-content-block:nth-child(4) .shop-featured-content-block-overlay {
	background-color: rgba(62,92,71,0.7);
}

@media only screen and (max-width: 1200px) {
.shop-featured-content-wrap {
	height: 920px;
}

.shop-featured-content-block {
	width: 50%;
	height: 460px;
}
}

@media only screen and (max-width: 670px) {
.shop-featured-content-wrap {
	height: 1840px;
}

.shop-featured-content-block {
	width: 100%;
	height: 460px;
}
}

.shop-featured-content-block-image {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.shop-featured-content-block-overlay {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
}

.shop-featured-content-block-title {
	position: relative;
	display: table; vertical-align: middle;
	width: 325px; height: 250px;
	margin: 0 auto;
	margin-top: 30px;
}

.shop-featured-content-block-title .text {
	display: table-cell;
	vertical-align: middle;
	font-family: "Sweet Sans Light";
	font-size: 30px; line-height: 1.3em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #ffffff;
}

.shop-featured-content-block-subtitle {
	position: relative;
	width: 325px; height: auto;
	margin: 0 auto;
	margin-top: 5px;
	font-family: "Sweet Sans Light";
	font-size: 15px; line-height: 1.5em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #ffffff;
}

.shop-featured-content-block-footer {
	position: relative;
	width: 210px; height: auto;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #ffffff;
	font-family: "Sweet Sans Light";
	font-size: 11px; line-height: 1.5em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #ffffff;
}

/* Shop Animated Featured Content */

.shop-animated-features-wrap {
	position: relative;
	width: 100%; height: 490px;
	margin-top: 25px; margin-bottom: 70px;
}

.shop-animated-features-block {
	position: relative;
	float: left;
	width: 50%; height: 100%;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

@media only screen and (max-width: 900px) {
.shop-animated-features-wrap {
	height: 980px;
}

.shop-animated-features-block {
	width: 100%;
	height: 490px;
}
}

.shop-animated-features-block:hover {
	opacity: 0.65;
}

.shop-animated-feature-image {
	position: relative;
	width: 100%; height: 355px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shop-animated-feature-title {
	position: relative;
	width: 100%; height: auto;
	font-family: "Sweet Sans Light";
	font-size: 25px; line-height: 1.5em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
}

.shop-animated-feature-subtitle {
	position: relative;
	width: 375px; height: auto;
	margin: 0 auto;
	margin-top: 10px;
	font-family: "Sweet Sans Light";
	font-size: 15px; line-height: 1.5em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #58585a;
}

.shop-animated-feature-footer {
	position: relative;
	width: 210px; height: auto;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #939598;
	font-family: "Sweet Sans Light";
	font-size: 11px; line-height: 1.5em;
	font-style: normal; font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; text-align: center;
	color: #939598;
}

/*
SHOP PRODUCTS CONTENT ------------------
*/

/* Products Filter Menu Content */

.shop-products-filter-menu-wrap {
	position: relative;
	width: 100%; height: 70px;
	margin-top: 25px;
	margin-bottom: 20px;
	background-color: #fafafb;
	border-top: 1px solid #00a651;
	border-bottom: 1px solid #939598;
}

.shop-products-filter-menu {
	position: relative;
	width: 100%; height: 100%;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 17px; line-height: 70px;
	letter-spacing: 0.1em;
}

.shop-products-filter-menu > .shop-products-filter-menu-item {
	display: inline-block;
	margin-left: 30px; margin-right: 30px;
	color: #00a651;
}

@media only screen and (max-width: 730px) {
.shop-products-filter-menu > .shop-products-filter-menu-item {
	margin-left: 15px; margin-right: 15px;
}
}

.shop-products-filter-menu > .shop-products-filter-menu-item > a {
	color: #00a651;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.wpsc-current-cat a {
	color: #58585a !important;
}

.wpsc-cat-ancestor a {
	color: #58585a !important;
}

.shop-products-filter-menu > .shop-products-filter-menu-item > a:hover {
	color: #58585a !important;
}

/* Products Sub-Filter Menu Content */

.shop-products-sub-filter-menu-wrap {
	position: absolute;
	width: 100%; height: 60px;
	top: 75px; left: 0;
	display: none;
}

.shop-products-sub-filter-menu {
	position: relative;
	width: 100%; height: 100%;
	padding-top: 18px;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; line-height: 25px;
	letter-spacing: 0.1em;
	display: none;
}

.wpsc-current-cat .shop-products-sub-filter-menu {
	display: block !important;
}

.wpsc-cat-ancestor .shop-products-sub-filter-menu {
	display: block !important;
}

.shop-products-sub-filter-menu > .shop-products-filter-menu-item {
	display: inline-block;
	margin-left: 15px; margin-right: 15px;
}

.shop-products-sub-filter-menu > .shop-products-filter-menu-item > a {
	color: #3e5c48 !important;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.shop-products-sub-filter-menu > .shop-products-filter-menu-item > a:hover {
	color: #00a651 !important;
}

.shop-products-sub-filter-menu > .wpsc-current-cat > a {
	color: #00a651 !important;
}

/* Products Index Content */

.shop-products-grid {
	position: relative;
	width: 920px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 150px;
}

@media only screen and (max-width: 1000px) {
.shop-products-grid {
	margin-top: 90px;
}
}

.shop-products-grid-block {
	width: 210px; height: 320px;
	margin-left: 10px; margin-right: 10px;
	margin-bottom: 0px;
    cursor: pointer;
}

.shop-products-grid-block-image-wrap {
	position: relative;
	width: 100%; height: 200px;
}

.shop-products-grid-block-image {
	position: absolute;
	width: 100%; height: 200px;
	top: 0; left: 0;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.shop-products-grid-block-image-hover {
	position: absolute;
	width: 100%; height: 200px;
	top: 0; left: 0;
	background-color: rgba(0,166,81,0.7);
	z-index: 2;
	display: none;
}

.shop-products-grid-block-text {
	position: relative;
	width: 100%; height: 120px;
	text-align: center;
}

.shop-products-grid-block-text .title {
	position: relative;
	width: 100%; height: 55px;
	padding-top: 15px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	color: #00a651;
}

.shop-products-grid-block:hover .title {
	color: #939598 !important;
}

.shop-products-grid-block-text .subtitles {
	position: relative;
	width: 100%; height: auto;
	padding-top: 7px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 15px;
	letter-spacing: 0.1em;
	color: #939598;
	border-top: 1px solid #939598;
}

.no-products-present {
	position: relative;
	width: 100%; height: auto;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; line-height: 15px;
	letter-spacing: 0.1em;
	color: #939598;
}

/*
SINGLE PRODUCT CONTENT ------------------
*/

.single_product_display {
	padding: 0px !important;
}

.shop-single-product-content {
	position: relative;
	width: 100%; height: auto;
	padding-top: 40px;
	margin-bottom: 150px;
}

.shop-single-product-content .wrap {
	position: relative;
	width: 900px; height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 900px) {
.shop-single-product-content .wrap {
	width: 550px;
}
}

.shop-single-product-column {
	display: inline-block;
	vertical-align: text-top;
}

@media only screen and (max-width: 900px) {
.shop-single-product-column {
	display: block;
	margin: 0 auto;
}
}

#single-product-left-col { width: 440px; margin-right: 110px; }
#single-product-right-col { width: 345px; }

@media only screen and (max-width: 900px) {
#single-product-left-col { margin: 0 auto; }
#single-product-right-col { margin-top: 50px; }
}

/* Single Product Slider Content */

.single-product-slider-wrap {
	position: relative;
	width: 100%; height: 400px;
}

.single-product-slider {
	position: relative;
	width: 100%; height: 400px;
}

.single-product-slider-slide {
	width: 100%; height: 100%;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.prod-nav {
	position: relative;
	text-align: center;
	margin-top: 15px;
	z-index: 9998;
}

.prod-nav a {
	width: 6px;
	height: 6px;
	background-color: #939598;
	color: transparent !important;
	display: inline-block;
	margin-left: 10px; margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.prod-nav a:hover {
	color: transparent;
}

.prod-nav a.activeSlide { 
	background-color: #00a651; 
}

.single-product-slider-nav {
	position: absolute;
	top: 50%; margin-top: -11px;
	z-index: 100;
	cursor: pointer;
}

#single-product-slider-prev { left: 20px; }
#single-product-slider-next { right: 20px; }

/* Single Product Share Content */

.single-product-share-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 60px; padding-top: 7px;
	border-top: 1px solid #939598;
}

.single-product-share-title {
	position: relative;
	width: 100%; height: auto;
	padding-top: 5px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 15px;
	letter-spacing: 0.1em;
	color: #939598;
}

.single-product-share-icons {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
	text-align: center;
}

.single-product-share-icon {
	display: inline-block;
	margin-left: 20px; margin-right: 20px;
}

/* Single Product Description Content */

.single-product-product-info {
	position: relative;
	width: 100%; height: auto;
	border-bottom: 1px solid #939598;
	padding-bottom: 75px;
}

.single-product-product-title {
	position: relative;
	width: 100%; height: auto;
	margin-top: 10px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 20px; line-height: 20px;
	text-align: center;
	color: #00a651;
}

.single-product-product-subtitle {
	position: relative;
	width: 100%; height: auto;
	margin-top: 12px; padding-top: 8px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 15px;
	letter-spacing: 0.1em;
	color: #939598;
	border-top: 1px solid #939598;
}

.single-product-product-description {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	text-align: center;
	color: #000000;
}

.single-product-product-price {
	position: relative;
	width: 100%; height: auto;
	margin-top: 25px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 20px; line-height: 20px;
	text-align: center;
	color: #00a651;
}

.single-product-refund-policy-link {
	position: relative;
	width: 100%; height: auto;
	margin-top: 25px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 15px;
	letter-spacing: 0.1em;
	color: #939598;
}

.single-product-refund-policy-link a {
	color: #939598;
	border-bottom: 1px solid #939598;
	padding-bottom: 3px;
}

/* Single Product Form Content */


.product_form {
	position: relative;
	width: 100%; height: auto;
	margin-top: 40px;
	text-align: center;
}

.wpsc_variation_forms {
	position: relative;
	width: 302px; height: auto;
	margin: 0 auto;
	margin-bottom: 5px;
}

.wpsc_variation_forms table {
	margin: 0 auto !important;
}

.wpsc_variation_forms table tr {
	height: 45px;
}

.wpsc_variation_forms .col1 {
	width: 105px;
	margin-right: 5px;
	border: none !important;
	font-family:'Avenir LT W01 65 Medium';
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #58585a;
}

.wpsc_variation_forms .col2 .wpsc_select_variation {
	margin: 0 auto;
	width: 190px;
	height: 25px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	border: 1px solid #939598;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 25px;
	letter-spacing: 0.1em;
	text-indent: 5px;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-appearance: none !important;
	background: url('/wp-content/uploads/2014/04/product-variation-arrow.png') no-repeat right;
	cursor: pointer;
}

.wpsc-country-dropdown {
	width: 302px; height: 40px;
    padding: 0px !important;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    border: 1px solid #a7a9ac;
    font-family: "Sweet Sans Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: left !important;
    letter-spacing: 0.1em;
    text-indent: 5px;
    color: #58585a;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-appearance: none !important;
    background: url('/wp-content/uploads/2014/05/selection-arrow.png') no-repeat right;
    background-size: 40px 40px;
    cursor: pointer;
}

.shipping_region {
	width: 300px !important; height: 40px;
    padding: 0px !important;
    margin-bottom: 30px !important;
    background-color: transparent;
    border: none;
    border: 1px solid #a7a9ac;
    font-family: "Sweet Sans Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: left !important;
    letter-spacing: 0.1em;
    color: #58585a;
    text-indent: 5px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wpsc_variation_forms .no_variation {
	position: relative;
	width: auto; height: auto;
	font-family: "Sweet Sans Light";
	font-size: 11px; line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #58585a;
}

.quantity-wrap {
	display: inline-block;
	width: 130px; height: 30px;
	margin-top: 0px;
	vertical-align: text-top;
}

.quantity-wrap .wpsc_quantity_update .quantity-wrap-title {
	display: inline-block;
	width: 80px;
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
	border: none !important;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 25px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #58585a;
}

.quantity-wrap .wpsc_quantity_update .quantity {
	display: inline-block;
	width: 40px; height: 25px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #939598;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px; line-height: 25px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wpsc_buy_button_container {
	vertical-align: text-top;
	display: block;
	width: 100%; height: 40px;
	margin-top: 20px;
	text-align: center !important;
}

.wpsc_buy_button_container .wpsc_buy_button {
	width: 190px; height: 50px;
	background-color: transparent;
	border: none;
	padding: 0px !important;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px !important; line-height: 50px !important;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	background-color: #00a651;
	color: #ffffff;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

div.wpsc_loading_animation {
	position: relative;
	margin-top: 10px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 11px !important; line-height: 50px !important;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: #58585a;
}

div.wpsc_product_price {
	position: fixed;
	top: 0;
	left: 99999px;
	z-index: -9999;
	color: transparent;
}

/*
SHOP ABOUT PAGE CONTENT ------------------
*/

.shop-about-content-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #1c3f95;
}

.shop-about-close-header {
	position: relative;
	width: 100%; height: 70px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 18px; line-height: 70px;
	letter-spacing: 0.1em;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}

/* Shop About Menu Content */

.shop-about-menu-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.shop-about-menu-wrap #menu-shop {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; letter-spacing: 0.1em;
	color: #ffffff;
	z-index: 1;
}

@media only screen and (max-width: 900px) {
.shop-about-menu {
    font-size: 19px; line-height: 27px;
}
}

.shop-about-menu-wrap #menu-shop a {
	color: #ffffff;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.shop-about-menu-wrap #menu-shop .menu-item {
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	cursor: pointer;
}

@media only screen and (max-width: 900px) {
.shop-about-menu-wrap #menu-shop .menu-item {
    display: block; line-height: 20px;
}
}

.shop-about-menu-wrap #menu-shop .menu-item a:hover {
	color: #939598 !important;
}

.shop-about-menu-wrap #menu-shop .current-menu-item, .shop-about-menu-wrap #menu-shop .current-menu-item a {
	color: #999999 !important;
}

/* Shop About Text Content */

.shop-about-text-content-wrap {
	position: relative;
	width: 670px; height: auto;
	margin: 0 auto;
	margin-top: 60px;
}

@media only screen and (max-width: 700px) {
.shop-about-text-content-wrap {
    width: 450px;
}
}

.shop-about-text-content-title {
	position: relative;
	width: 100%; height: auto;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 18px; line-height: 25px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.shop-about-text-content-body-copy {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px; padding-bottom: 150px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 20px; line-height: 25px;
	text-align: center;
	color: #ffffff;
}

/*
SHOP BASKET PAGE CONTENT ------------------
*/

.shopping-cart-title {
	position: relative;
	width: 1010px; height: auto;
	margin: 0 auto;
	margin-top: 70px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 18px; line-height: 30px;
	text-align: left;
	letter-spacing: 0.1em;
	color: #00a651;
}

@media only screen and (max-width: 1010px) {
.shopping-cart-title {
    width: 550px;
}
}

/* Nothing in Cart START */

.shopping-cart-no-items {
	position: relative;
	width: 1010px; height: auto;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 70px;
	font-family:'Avenir LT W01 65 Medium';
	font-size: 12px; line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #58585a;
}

@media only screen and (max-width: 1010px) {
.shopping-cart-no-items {
    width: 550px;
}
}

.shopping-cart-no-items a {
	color: #58585a;
}

/* Nothing in Cart END */

#checkout_page_container {
	position: relative;
	width: 1010px; height: auto;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 70px;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container {
    width: 550px;
}
}

.checkout_cart {
	position: relative;
	width: 100%; height: auto;
}

#checkout_page_container table.checkout_cart tr.header th {
	padding-bottom: 10px;
	border-bottom: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 12px; line-height: 15px;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #00a651;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container table.checkout_cart tr.header th:last-child {
	display: none !important;
}
}

.product_row td {
	padding: 0px !important;
	padding-right: 5px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	vertical-align: top !important;
}

.checkout_column {
	border-bottom: 1px solid #a7a9ac;
}

#checkout_page_container table.checkout_cart .firstcol {
	width: 160px; height: 160px;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container table.checkout_cart .firstcol {
    width: 110px;
    text-align: left !important;
}
}

#checkout_page_container table.checkout_cart .firstcol .product_image {
	width: 160px; height: 160px;
	background-color: transparent;
	border: none !important;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container table.checkout_cart .firstcol .product_image {
    width: 110px; height: 110px;
}
}

#checkout_page_container table.checkout_cart .wpsc_product_name {
	width: 315px; height: auto;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container table.checkout_cart .wpsc_product_name {
	width: 150px;
}
}

#checkout_page_container table.checkout_cart .wpsc_product_name {
	text-indent: 15px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	font-style: normal; font-weight: normal;
	text-align: left !important;
	color: #58595b !important;
}

@media only screen and (max-width: 1010px) {
#checkout_page_container table.checkout_cart .wpsc_product_name a {
	margin-left: 0px;
}
}

.checkout_item_price, .wpsc_product_price {
	width: 100px;
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	font-style: normal; font-weight: normal;
	text-align: left !important;
	color: #58595b !important;
}

.wpsc_product_quantity input[type="text"] {
	width: 30px; height: 30px;
	padding: 0px !important;
	margin-right: 10px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #a7a9ac;
	font-family:'Avenir LT W01 35 Light';
	font-size: 12px; line-height: 22px;
	text-align: center;
	color: #58595b;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wpsc_product_quantity input[type="submit"] {
	width: 90px; height: 32px;
	padding: 0px !important;
	background-color: #00a651;
	border: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important; line-height: 16px !important;
	text-align: center !important;
	letter-spacing: 0.1em;
	color: #ffffff;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@media only screen and (max-width: 1010px) {
.wpsc_product_quantity input[type="submit"] {
	margin-top: 10px !important;
}
}

.wpsc_product_remove input[type="submit"] {
	width: 100%; height: 32px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important; line-height: 16px !important;
	text-align: center !important;
	letter-spacing: 0.1em;
	color: #58595b;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@media only screen and (max-width: 1010px) {
.wpsc_product_remove {
	display: none !important;
}
}

.checkout_cart_continue_shopping_wrap {
	height: 90px;
}

@media only screen and (max-width: 1010px) {
.checkout_cart_continue_shopping_wrap {
    display: none !important;
}
}

.checkout_cart_continue_shopping_wrap .continue-shopping-button {
	width: 100%; height: 40px;
	display: block;
	background-color: #00a651;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important; line-height: 40px !important;
	text-align: center !important;
	letter-spacing: 0.1em;
	color: #ffffff !important;
	cursor: pointer;
}

.checkout_lower_headers td {
	height: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a7a9ac;	
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 12px; line-height: 15px;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #00a651;
}

@media only screen and (max-width: 1010px) {
.checkout_lower_headers td {
    height: 100px;
}

.checkout_lower_headers td:last-child {
	display: none !important;
}
}

.wpsc_coupon_header td {
	padding-top: 20px !important;
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	text-align: left !important;
	color: #58595b;
}

.wpsc_coupon_row .coupon_code form {
	text-align: left !important;
	padding-left: 5px;
	padding-top: 10px;
}

.wpsc_coupon_row .coupon_code form #coupon_num {
	width: 240px; height: 40px;
	padding: 0px !important;
	margin-right: 10px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 12px; line-height: 15px;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 5px;
	text-transform: uppercase;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wpsc_coupon_row .coupon_code form input[type="submit"] {
	width: auto; height: 40px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 12px !important; line-height: 15px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #58585a;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.checkout-prices-wrap {
	position: relative;	
	margin-left: 495px;
	margin-top: -130px;
}

@media only screen and (max-width: 1010px) {
.checkout-prices-wrap {
	margin-left: 0px;
	margin-top: 20px;
}
}

.wpsc_shipping_info td {
	font-family:'Avenir LT W01 35 Light';
	font-size: 18px; line-height: 20px;
	text-align: left !important;
	color: #58595b;
}

.wpsc_change_country {
	height: 80px;
}

.wpsc_change_country .wpsc_country_dropdown {
	width: 350px; height: 40px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 12px !important; line-height: 22px !important;
	text-indent: 5px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #58595b;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-appearance: none !important;
    background: url('/wp-content/uploads/2014/05/selection-arrow.png') no-repeat right;
    background-size: 40px 40px;
    cursor: pointer;
}

.wpsc_change_country form input[type="submit"] {
	width: 110px; height: 40px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 15px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #58585a;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.prices_table {
	width: 387px !important;
}

.wpsc_checkout_table_totals {
	margin-left: 125px;
	margin-top: 60px;
	padding-top: 15px;
	border-top: 1px solid #a7a9ac;
}

@media only screen and (max-width: 1010px) {
.wpsc_checkout_table_totals {
	margin-left: 0px;
}
}

#checkout_page_container .total_price.no-padding td:first-child, #checkout_page_container .total_price td:first-child {
	padding-left: 0px !important;
}

.total_price .wpsc_totals:first-child {
	width: 255px;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	font-size: 12px; line-height: 20px;
	font-style: normal; font-weight: normal;
	text-align: left !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
}

.total_price .wpsc_totals:nth-child(2) {
	width: 130px;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	font-size: 12px; line-height: 20px;
	font-style: normal; font-weight: normal;
	text-align: left !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #58585a;
}

.discount_totals .wpsc_totals:first-child, .discount_totals .wpsc_totals:nth-child(2) {
	padding-bottom: 25px;
}

.total_total_price {
	height: 50px;
}

.total_total_price .wpsc_totals:first-child, .total_total_price .wpsc_totals:nth-child(2) {
	border-top: 1px solid #a7a9ac;
	font-size: 19px; line-height: 65px;
}

.wpsc_checkout_table {
	width: 100%;
}

.checkout_form_titles {
	margin-top: 80px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #00a651;
	border-bottom: 1px solid #a7a9ac;
}

table.wpsc_checkout_table label {
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #58585a;
}

table.wpsc_checkout_table label .asterix {
	color: #00a651;
}

.checkout_table_addresses input[type="text"] {
	width: 340px !important; height: 40px;
	padding: 0px !important;
	margin-bottom: 10px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #58585a;
	text-indent: 5px;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.checkout_table_addresses .shipping_country .shipping_country_name {
	width: 340px !important; height: 40px;
	padding: 0px !important;
	padding-bottom: 10px !important;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #58585a;
	text-indent: 5px;
}

.checkout_table_addresses textarea {
	width: 335px !important; height: 80px;
	padding: 0px !important;
	padding-left: 5px !important;
	margin-bottom: 7px !important;
	padding-top: 10px !important;
	background-color: transparent;
	border: none;
	resize: none;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.checkout_table_addresses .current_country {
	width: 342px; height: 40px;
	padding: 0px !important;
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	border: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	text-indent: 5px;
	color: #58585a;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-appearance: none !important;
    background: url('/wp-content/uploads/2014/05/selection-arrow.png') no-repeat right;
    background-size: 40px 40px;
    cursor: pointer;
}

.same_as_shipping_row {
	height: 40px;
}

.same_as_shipping_row label {
	vertical-align: super;
	padding-left: 10px !important;
}

#shippingSameBilling {
	width: 20px; height: 20px;
	right: 0px !important;
	border: 1px solid #58585a;
	cursor: pointer;
}

#shippingSameBilling:checked {
	background-color: #a7a9ac;
}

#shippingsameasbillingmessage {
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #58585a;
	padding-left: 33px !important;
}

.custom_gateway {
	margin-bottom: 20px;
}

.custom_gateway label {
	vertical-align: top;
	line-height: 30px !important;
}

.custom_gateway input[type="radio"] {
	width: 20px; height: 20px;
	right: 0px !important;
	border: 1px solid #58585a;
	cursor: pointer;
	margin-right: 15px !important;
}

.custom_gateway input[type="radio"]:checked {
	background-color: #a7a9ac;
}

#checkout_page_container .wpsc_make_purchase {
	float: none !important;
	bottom: 0px !important;
	margin-top: 50px;
}

#checkout_page_container .wpsc_make_purchase .make_purchase {
	width: 240px; height: 40px;
	padding: 0px !important;
	background-color: #00a651;
	border: none;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 40px !important;
	text-align: center !important;
	letter-spacing: 0.1em;
	color: #ffffff;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}



.shipping_header {
	height: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a7a9ac;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	text-align: left !important;
	letter-spacing: 0.1em;
	color: #00a651;
	background-color: #FFFFFF !important;
}

.wpsc_shipping_quote_name, .wpsc_shipping_quote_price, .wpsc_shipping_quote_radio {
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #58585a;
	border: none !important;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
}

.wpsc_shipping_quote_radio input {
	width: 20px; height: 20px;
	right: 0px !important;
	border: 1px solid #58585a;
	cursor: pointer;
}

.wpsc_shipping_quote_radio input:checked {
	background-color: #a7a9ac;
}

.wpsc_checkout_forms input[type="radio"] {
	margin-right: 5px !important;
}

.wpsc_checkout_form_20 {
	height: 50px;
}

/* !!! SHOP CONTENT ENDS HERE !!! */
/* !!! SHOP CONTENT ENDS HERE !!! */
/* !!! SHOP CONTENT ENDS HERE !!! */
/* !!! SHOP CONTENT ENDS HERE !!! */
/* !!! SHOP CONTENT ENDS HERE !!! */


/*
BODY CONTENT ------------------
*/

.content-wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 900px) {
.content-wrap {
	width: 440px;
}
}

.sb-credit, .sb-credit a {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 40px;
	margin-bottom: -45px;
	font-family: "Sweet Sans Light";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #939598;
}

/*
BACK TO TOP CONTENT ------------------
*/

.back-top {
	position: relative;
	width: 210px; height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	font-size: 13px; line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #00a651;
	border: 1px solid #00a651;
	cursor: pointer;
}

#about-page .back-top {
	color: #ffffff;
	border-color: #ffffff;
}

/*
SHOP FOOTER CONTENT ------------------
*/

.shop-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	border-top: 1px solid #58585a;
	margin: 0 auto;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
}

#about-page .shop-footer-wrap {
	border-color: #ffffff;
}

.shop-footer-wrap #menu-shop-1, .shop-footer-wrap #menu-shop {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 25px; padding-bottom: 25px;
	background-color: #ffffff;
	list-style: none;
	font-family: "Sweet Sans Light";
	font-style: normal; font-weight: normal;
	text-transform: uppercase; text-align: center;
	font-size: 13px; letter-spacing: 0.1em;
	color: #3e5c48;
	z-index: 1;
}

#about-page .shop-footer-wrap #menu-shop-1, #about-page .shop-footer-wrap #menu-shop {
	color: #ffffff;
	background-color: #1c3f95;
}

@media only screen and (max-width: 900px) {
.shop-footer-wrap #menu-shop-1, .shop-footer-wrap #menu-shop {
    font-size: 19px; line-height: 27px;
}
}

.shop-footer-wrap #menu-shop-1 a, .shop-footer-wrap #menu-shop a {
	color: #3e5c48;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

#about-page .shop-footer-wrap #menu-shop-1 a, #about-page .shop-footer-wrap #menu-shop a {
	color: #ffffff;
}

.shop-footer-wrap #menu-shop-1 .menu-item, .shop-footer-wrap #menu-shop .menu-item {
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	cursor: pointer;
}

@media only screen and (max-width: 900px) {
.shop-footer-wrap #menu-shop-1 .menu-item, .shop-footer-wrap #menu-shop .menu-item {
	display: block;
}
}

.shop-footer-wrap #menu-shop-1 .menu-item a:hover, .shop-footer-wrap #menu-shop .menu-item a:hover {
	color: #00a651 !important;
}

#about-page .shop-footer-wrap #menu-shop-1 .menu-item a:hover, #about-page .shop-footer-wrap #menu-shop .menu-item a:hover {
	color: #939598;
}

.shop-footer-wrap #menu-shop .current-menu-item, .shop-footer-wrap #menu-shop .current-menu-item a,
.shop-footer-wrap #menu-shop-1 .current-menu-item, .shop-footer-wrap #menu-shop-1 .current-menu-item a {
	color: #999999 !important;
}

/*
ISOTOPE CONTENT ------------------
*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.wpsc_shipping_info{
	display: none!important;
}

.wpsc_change_country{
	display: none!important;
}

.wpsc_shipping_header{
	display: none!important;
}

/*.wpsc_update_location_error{
	display: none!important;
}*/

.wpsc_shipping_quote_name_ses_wpsc_premium_shipping_0{
	width:100%!important;
}

.wpsc_update_location_error{
	display: none!important;
}

@media only screen and (max-width: 900px) {

.shop-products-filter-menu-wrap{
	height: 140px;
	margin-top: 110px;
}

}