html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #FFFFFF;
}
#site_wrapper {
	width:100%;
	margin:0 auto;
	max-width:1500px;
	background: rgb(230,231,232);
	background: rgba(230,231,232,.7);
	margin-bottom:0;
}
#header_wrapper {
	position: fixed;
	top: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.98);
	width:100%;
	max-width:1500px;
}
#page {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	padding-bottom:2em;
}
.logo_container {
	width:55%;
	margin-left:5%;
	float:left;
}
#site_header {
	width:100%;
	padding-top:1em;
}
#mainnav_wrapper {
	width:100%;
	background: #fff;
	display:none;
	border-bottom: 1px solid rgb(230,231,232);
}
nav#mainnav {
	width:96%;
	margin:0 auto;
	background: #00F;
	max-width:1200px;
}
nav.search {
	width:100%;
	background: #fff;
	margin-bottom:.5em;
	float:right;
}
.submitbox {
	margin-left:3px;
	border-top-right-radius:.3em;
	border-bottom-right-radius:.3em;
	padding:0 .05em 0 .5em;
}
.searchdetails a {
	border:none;
	margin:0 !important;
}
#searchbox {
	overflow:visable;
	background: #FFF;
	padding: 5px 0;
}
.searchdetails {
	z-index: 100000;
	margin:0 auto;
}
.chosen-select {
	width:100%;
}
#search_form {
	width:90%;
	margin: 0 auto;
}
main {
	background: #FFF;
	width:90%;
	margin:0 auto;
}
.col_1-1 {
	width:94%;
	margin-left:2%;
	float:left;
}
.col_2-1 {
	width:98%;
	margin-left:2%;
	float:left;
}
.col_2-2 {
	width:98%;
	float:left;
	margin-left:2%;
}
#mobilemenu {
	width:100%;
	clear:both;
	background: #fff;
}
nav#mobilenav ul.top-level li {
	list-style: none inside;
}
nav#mobilenav ul.sub-level li {
	list-style:  disc;
}
nav#mobilenav a {
	text-decoration: none;
	text-transform: uppercase;
}
nav#mobilenav ul.top-level {
	width:100%;
	padding-left:0;
}
.mobile_menu_icon {
	width:10%;
	margin:.5em;
}
#footer_wrapper {
	width:100%;
	background: rgb(108,179,63);
	padding-bottom:2em;
	border-bottom: 2em solid #333;
}
.footer_main {
	width:90%;
	margin:0 auto;
	background: #C30;
}
.footer_page {
	width:96%;
	margin:0 auto;
	max-width:1200px;
}
.footer_page a {
	color:#FFFFFF;
}
.footer_col_1-3 {
	width:100%;
	float:left;
}
.footer_nav_item {
	width:80%;
	float:right;
	border-bottom: 1px solid #FFF;
	margin-top:1em;
}
.designer {
	font-size:1.1rem;
}
.returntotop {
	float:right;
	width:100%;
}
main p, main ul, main li, main h1, main h2, main h3, main h4, main h5, main h6, main ul {
	margin-left: 2%;
	margin-right: 2%;
}
aside p, aside ul, aside li, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, aside ul, aside li {
	margin-left: 5%;
	margin-right: 5%;
}
aside#left_content img {
	width:90%;
	margin:.4em 0 .4em 5%;
}
/*-
	image sizing
*/
img {
	max-width:100%;
}
.img_float_lt {
	float: left;
}
.img_float_rt {
	float: right;
}
#logo {
	width:65%;
	border-right: 1px solid #FFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#left_nav_logo {
	display:none;
	float:left;
}
#menuname {
	height:90px;
	width:209px;
	display:none;
	float:left;
}
#top_navigation, #left_navigation, .horizontal_nav {
	display:none;
}
.header_img {
	width:70%;
}
#default_navigation {
	float:right;
	width:39%;
}
#default_navigation p {
	text-align:center;
	font-size:1em;
	line-height:1em;
}
 image sizing */ img {
 max-width:100%;
}
/*MAIN MENU*/

.mainmenu li {
	padding-left:3%;
}
/*Buttons buttons buttons*/

.btn {
	padding:.5em .2em;
}

a.home_btn {
 border: .1rem solid #6cb33f;
	float:left;
	background: #fff;
	text-decoration: none;
	margin:0 2% .5em 2%;
	color:rgb(108,179,63);
	font-weight: 700;
	font-size:19px;
	font-size:1.9rem;
	width:94%;
	font-weight:700;
	text-align:center;
}
a.home_btn:hover {
	background: #6cb33f;
	color:#fff;
}
a.smallprofile_btn {
 border: .1rem solid #6cb33f;
	background: #fff;
	text-decoration: none;
	margin:0 2% .5em 2%;
	color:rgb(108,179,63);
	font-weight: 700;
	font-size:19px;
	font-size:1.9rem;
	width:94%;
	font-weight:700;
	text-align:center;
}
a.smallprofile_btn:hover {
	background: #6cb33f;
	color:#fff;
}
a.viewmap_btn {
	float:left;
	background: rgb(108,179,63);
	text-decoration: none;
	margin:0 5% 0.5em 0;
	color:#fff;
	font-weight: 700;
	width:50%;
	display:block;
}
a.viewmap_btn:hover {
	background: #fff;
	color:rgb(108,179,63);
}
a.menu_btn {
	padding:.3em .7em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius:3px; /* for old Konqueror browsers */
	border: 1px solid rgb(108,179,63);
	float:right;
	background: #fff;
	text-decoration: none;
	margin:0 1em 0 .5em;
	color: rgb(108,179,63);
	font-weight: 600;
}
a.menu_btn:hover {
	background: #dddddd;
	color:#fff;
}
a.backtotop_btn {
	padding:.3em .7em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius:3px; /* for old Konqueror browsers */
	border: 1px solid rgb(108,179,63);
	float:right;
	background: #fff;
	text-decoration: none;
	margin:.5em 1em .5em .5em;
	color: rgb(108,179,63);
	font-weight: 600;
}
a.backtotop_btn:hover {
	background: #dddddd;
	color:#fff;
}
/*Layout*/
.home_news {
	width:96%;
	background: #c7cdd8;
	background: rgb(230,231,232); /* The Fallback */
	background: rgba(230,231,232,0.9);
	margin-left:2%;
	margin-top:-20%;
	z-index: 900;
	float:left;
	position:relative;
}
.profile {
	width:96%;
	background: #c7cdd8;
	background: rgb(230,231,232); /* The Fallback */
	background: rgba(230,231,232,0.9);
	margin-top:-35%;
	margin-bottom:1em;
	z-index: 900;
	float:left;
	position:relative;
}
.profile h1 {
}
.profile_news {
	border: 1px solid #FFF;
	margin:0 2%;
}
.viewmap {
	text-align:center;
	width:100%;
	float:left;
}
.viewmap a {
	color:#FFFFFF;
}
.viewmap a:hover {
	color:rgb(108,179,63);
}
p.phone {
	font-weight:900
}
.profile_weburl {
}
.opening_hours {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:right;
}
.opening_hours li {
	list-style: none;
}
.content {
	width:100%;
	float:right;
	border-top: 2px solid rgb(108,179,63);
	margin-top:.5em;
	padding:.5em 0;
}
.page_home .content {
	border:none;
	margin-bottom:0;
}
.figure {
	float:right;
	margin:.5% 0 .5em .5%;
	border: 1px solid rgb(109,110,113);
	border: 1px solid rgb(230,231,232);
}
.figure_width-1 {
	width:100%;
}
.figure_lt {
	float:left;
	margin:1% 0 0 1%;
	width:90%;
}
.figcaption {
	font-size: 96%;
	font-weight: bold;
	text-align:center;
	display:block;
}
.figcaption p {
	color:rgb(109,110,113);
}
.hero {
	position:relative;
}
.hero #profileimage {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.hero #profileimage .inner {
	padding-top: 58.333333333%; /* height/width of image */
	display: block;
	height: 0;
}
.hours_open li span:first-child {
	display:inline-block;
	min-width:120px;
}
li.group-result {
	color:#e24911 !important;
}
/*.todayshours {
	display:none;
}*/
.newssigup {
	display:none;
}
.social {
	background: #39F;
	height: 150px;
	width: 50px;
	position:fixed;
	top:30%;
	right:0%;
}
#galleria {
	height: 430px;
}
.locationmap {
	float:left;
	width:100%;
	margin-right:0;
	border: 1px solid #CCC;
	margin-bottom:1em;
}
.locationmap2 {
	float:left;
	width:100%;
	margin-right:0;
	border: 1px solid #CCC;
}
.storelocation {
	position: relative;
	padding-bottom: 70%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.storelocation iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*MailChimp email signup*/
#mc_embed_signup label {
	color: rgb(108,179,63);
	font-weight: bold;
}
#mc_embed_signup input[type=submit] {
	border : 1px solid #d51d5d;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 15px!important;
	color : #ffffff;
	padding : 1px 10px;
	background-color : #d51d5d;
}
#mc_embed_signup input[type=submit]:hover {
	background-color : #fff;
	color : #d51d5d;
}
.special {
	position:absolute;
	left:0;
	top: .3em;
}
.special a {
	color:#FFFFFF;
}
.special a:hover {
	color:rgb(108,179,63);
}
a.special_btn {
	float:left;
	background: rgb(108,179,63);
	text-decoration: none;
/*	margin:0 5% 0.5em 0;*/
	color:#fff;
	font-weight: 600;
	padding:.1em .5em;
}
a.special_btn:hover {
	background: #fff;
	color:rgb(108,179,63);
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	margin-bottom:5px;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.gg_promotion_page {
	background: #FFFFFF;
}
.gg_promotion_logo {
	margin:20px 0;
}
.gg_group_banner {
	
	background: #6fb440;	
	float:left;
	width:100%;
}
.gg_group_name {
	
float:left;
	width:50%;
}
.gg_group_image {
	
float:right;
	width:45%;
	padding:5px;
}
.gg_promotionname {
	color: #d51d5d;
}
.gg_promotion_submenu {
	width:20%;
	float:left;
	padding:20px 0;
}

.gg_promotions {
	width:79%;
	float:right;
}
.bp_promotions {
	width:100%;
	float:right;
}
.gg_promotion {
	width:100%;
	float:left;
	border-bottom: 1px solid #6fb440;
	margin:0 0 10px;
	padding:10px 0;
}
.gg_promotion_text {
	width:100%;
	float:left;
}
.gg_promotion_photo {
	width:100%;
	float:right;
	margin-bottom:5px;
}
.p_promotion_photo {
	width:100%;
	float:right;
	margin-bottom:5px;
}
.gg_promotion_page p, .gg_promotion_page ul, .gg_promotion_page li, .gg_promotion_page h1, .gg_promotion_page h2, .gg_promotion_page h3, .gg_promotion_page h4,.gg_promotion_page h5, .gg_promotion_page h6, .gg_promotion_page ul {
	margin-left : 10px!important;  
	margin-right: 10px!important;
}
.gg_promotion_submenu {
	display:none;
}
.gg_promotions {
	width:100%;
}

.gg_mainnav {
	background: #e7fede;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
	padding-top: 75%;
}
.profilenewsdate {
	font-size:0.7em;
	color:#c6b4b4;
}

