/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2014 - All rights reserved.
 Description: Layout CSS Styles
 Date: 12/02/2014
=============================================
*/


/* =================================== LAYOUT DEFINITIONS =================================== */

      

	.top-bar {
		/*background: #007058;*/
		padding: 5px;
	}
	
	.top-bar ul {
		line-height: 180%;
		font-size: 11px;
		display: block;
		color: #fff;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	.top-bar ul li {
		list-style-position: outside;
		line-height: 100%;
		display: inline-block;
		padding: 0px 6px;
		border-color: #fff;
		border-width: 0px 0 0px 1px;
		border-style: solid;
		position: relative;
	}
	.top-bar ul li:first-child { border:0; }
	.top-bar ul li a {
		text-decoration: none;
		color: #fff;
		text-transform:uppercase;
		font-size: 12px;
	}
	.icon-facebook { float:right; }
	.icon-facebook span { display:none; }

	.header { padding: 0px 0px 0px 0px; text-align:left;  }
	.header .logo { float:left;margin:20px 0px 20px 0px; }
	.header .logo img { height:150px; width:180px; }
	.header .info { margin: 30px 20px 0 0; width: 333px; float:right; }
	.header .info .large { margin-bottom:20px;font-size: 20px; line-height: 140%; color: #fff; font-family: 'Open Sans', sans-serif; }
	.header .info p { color:#fff; font-size:16px; text-align:left; line-height:26px; }

	.site-width { width: 980px; margin: 0 auto; }
	.phonetop{ position:absolute;  top:0px; z-index:-1; float:right; margin-left: 800px;}
	.topnav{float:left; width:800px;}
	.topsocial{ float:right; width:150px; margin-top:190px; position:absolute; z-index:0; margin-left:850px;}
	.topsocial1{ float:left; width:150px;  display:block; margin-left: 20px; height:19px; padding:15px 0px 0px 5px;}
	.topsocial1 img{margin-left:3px;}

/* NAVIGATION */

.menu-style-two .nav_shadow {
    margin: auto;
}
.nav_shadow.sticky {
    top: 0px;  
}
.sticky {
}
.nav_shadow {
    padding-bottom: 12px;
    position: relative;
    z-index: 999;
    width: 1000px;
    margin: auto;
}

.nav_border {
width: 100%;
   
   /* border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
     box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.04);*/
    background: none repeat scroll 0% 0% #FFF;
background-color: #f6f4e8;
}

.menu-style-two #navigation_bar {
    width: 100%;
}

#navigation_bar {
    margin: auto;
    display: table;
}

#navigation {
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 999;
    display: table;
    float: left;
    border-right: 1px solid #FFF;
    line-height: 140%; list-style:none;
}
#navigation li:first-child {
    border-left: 1px solid #EEE;
}
#navigation li {
    float: left;
    margin: 0px;
    position: relative;
    text-align: center;
    border-right: 1px solid #EEE;
}
#navigation_bar > ul > li:first-child > a {
    border-left: 0px none;
}
#navigation_bar > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold!important;
}
#navigation_bar > ul > li > a {
    font-size: 14px;
    color: #146a55;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
    position: relative;
}
#navigation_bar > ul > li > a:after {
    background: none repeat scroll 0% 0% #F4BF1E;
    color: #F4BF1E;
    content: "";
    height: 2px;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: -2px;
    transition: width 0.2s ease 0s;
    width: 0px;
}
/* active item top bar */
#navigation_bar > ul > li.current_page_item > a:after, #navigation_bar > ul > li.current-menu-ancestor > a:after, #navigation_bar > ul > li:hover > a:after {
	background-color: #F4BF1E;
	height: 2px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 100%;
}
.no_search #navigation li:last-child{
	border-right: 0;
} 
#navigation .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: aopacity 0s ease 0s, margin-top 0.3s ease 0s;
    margin-top: 10px;
}
#navigation .sub-menu {
    position: absolute;
    margin: -2px 0px 0px;
    z-index: 50;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    text-align: left;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.04);
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #EEE;
    width: 170px;
}
#navigation .sub-menu li {
	float:none;
	display:block; 
	margin:0; 
	text-align: left;
	border: 0;
	border-bottom: 1px solid #eee;  
}    

#navigation li:last-child{
	border-bottom: 0;  
}  
#navigation .sub-menu  {
	visibility: hidden;
	opacity: 0; 
	-ms-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s;	
	-moz-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s;
	-o-transition:opacity 0s ease 0s, margin-top 0.3s ease 0s;
	transition: aopacity 0s ease 0s, margin-top 0.3s ease 0s; 
	-webkit-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s;
	margin-top: 10px;
}

#navigation > li:hover > ul { 
	opacity: 1;
	visibility: visible;
	left: -1px;
	margin: 0;
	overflow: visible;
	height: auto; 
}

#navigation .sub-menu ul {
	visibility: hidden;
	opacity: 0;   
	-ms-transition: all .3s;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; 
}

#navigation .sub-menu > li:hover > ul { 
	opacity: 1;  
	visibility: visible;
	height: auto; 
	overflow: visible;
}
/* 	menu links styling */ 
/* first level menu links */
#navigation_bar > ul > li > a{
	font-size:14px;
	color:#146a55;
	text-decoration:none;
	display:block;
	padding: 15px 15px;   
	position: relative;
}

#navigation_bar > ul > li > a:hover{
	color: #8a8a8a;
}


#navigation_bar > ul > li:first-child > a{ 
	border-left: 0;
}

/* sub menu links */   
#navigation .sub-menu li.hasSubMenu > a:after{
	content:"\f105";
	font-family:fontello;
	position: absolute;
	right: 20px; 
	font-size: 15px;
	top:9px;
}

#navigation .sub-menu li a{ 
	text-decoration:none;  
	display:block;
	position:relative;
	padding:10px;
	color:#999;
	font-family: 'Open Sans', sans-serif; 
}

/* sub menu links hover status */
#navigation .sub-menu li a:hover, #navigation .sub-menu li:hover > a{  
	box-shadow: inset 2px 0 0 #f4bf1e;
}

#navigation_bar > ul > li.menu-item-has-children:hover > a {
	-moz-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);	
    box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
}

/* sticky navigation  */
html .nav_shadow.stuck{
	position: fixed;
	top: 0;	  
	opacity: 1;  	
	right: 0;
	left: 0;
}

.nav_shadow.sticky{
	top: 0; 
}

html .admin-bar .nav_shadow.stuck{ 
	top: 32px;  
}

html .stuck #navigation_bar > ul > li > a span {
	display: none;
}

html .nav_shadow.stuck, html .stuck .nav_border{
	width: 100%;	
	border-radius: 0;
} 

html .stuck .nav_border { 
	border-bottom: 1px solid #fff;
	border-radius: 0; 
}

html .stuck #navigation_bar {
	border-radius: 0;
	border: 0; 
}
 
html .stuck .search-bar, .stuck .with_subs .search-bar{
	top: 3px;
	right: 0 !important;
}

html .stuck #navigation_bar > ul > li:first-child{
	border-radius: 0;
}
 
html .stuck #navigation_bar > ul > li > a {
	font-size: 14px;
	padding: 10px 10px;  
}

.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
	opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
}

#sticky_logo {
    width: 60px;
    height: 32px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
#sticky_logo img {
    height: 100%;
    width: auto;
}

.stuck #sticky_logo {
    display: block;
}

.top_content {
    width: 100%;
    min-height: 60px;
    margin: -73px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
   /* border-bottom: 0px solid #EEE;
    border-top: 0px solid #EEE;
    background: none repeat scroll 0% 0% #FCFCFC;*/
}


	
footer, #footer {
    padding: 7px 0px;
    color: #fff; text-align:left;
    /* box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.06) inset;
   background: none repeat scroll 0% 0% #FFF;*/
	


}

footer .footer_info {
    margin: 0px auto;
    width: 1000px;
    position: relative;
    display: block;
    

clear:both;

}
footer .part1 {
    float: left;
    display: inline;
 width: 960px;
    margin: 0px;
    padding: 20px 20px 20px;
clear:both;
background: rgba(72,185,125,1);
background: -moz-linear-gradient(45deg, rgba(72,185,125,1) 0%, rgba(140,175,64,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(72,185,125,1)), color-stop(100%, rgba(140,175,64,1)));
background: -webkit-linear-gradient(45deg, rgba(72,185,125,1) 0%, rgba(140,175,64,1) 100%);
background: -o-linear-gradient(45deg, rgba(72,185,125,1) 0%, rgba(140,175,64,1) 100%);
background: -ms-linear-gradient(45deg, rgba(72,185,125,1) 0%, rgba(140,175,64,1) 100%);
/*background: linear-gradient(45deg, rgba(72,185,125,1) 0%, rgba(140,175,64,1) 100%); */
background: linear-gradient(45deg, rgba(3, 136, 65, 0.86) 0%, rgba(140,175,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b97d', endColorstr='#8caf40', GradientType=1 );
}
ul.footer_links {
    list-style: outside none none;
    margin: 0px !important;
}
ul.footer_links {
    line-height: 180%;
    font-size: 12px;
    display: block;
    color: #FFF;
    padding: 0px;
}
ul.footer_links li:first-child {
    border-left: 0px none;
    padding-left: 0px;
}
ul.footer_links li {
    list-style-position: outside;
    line-height: 100%;
    display: inline-block;
    padding: 0px 6px;
    border-left: 1px solid #CDCDCD;
float:left;
}
ul.footer_links a {
    text-decoration: none;
    color: #FFF; font-size: 12px;
float:left;

}
footer .copyright {
    display: block;
    font-size: 12px;
    line-height: 180%;
color:#268653;
}

.fbox01{ width:210px; float:left; margin-right:30px;}
.fbox02{ width:250px; float:left; margin-right:30px;}
.fbox03{ width:230px; float:left; margin-right:30px;}
.fbox04{ width:180px; float:left;}
.fbox04 img{ margin-left:3px;}

.ftitle{ color:#fff; font-size:18px; font-weight:bold;}
.ftxt{ color:#fff; font-size:14px; font-weight:bold;}
.fcopy{ background-color:#fff; height:20px; text-align:center; color:#268653; float:left; width:98%; padding:10px;}

.gswebapp{
color: #104206;
  text-decoration: none;
  font-weight: bold;
}
.shop-cta .cta { width: 230px; margin-left: 15px; text-align:left; float:left; }
	.shop-cta .cta:first-child { margin-left:0; }
	.shop-cta .cta img { margin-bottom: 10px; }
	.shop-cta .cta h2 { font-size: 26px; font-weight:400; color: #FFF; margin: 0 0 10px; }
	.shop-cta .cta p { }