  html {
	background: #EEE;
}
a{
	color: #000;
}
body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	background-image:url(images/main-bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
#social-media{
	max-width: 1200px;
	margin: -9px auto;
	position: relative;
	z-index: 10;
}
#address-bar{
	background: #91cf30;
	border-bottom: 5px solid #fff;
	color: #000;
	text-align: center;
	font-size: 1.3em;
	padding: 5px;
}
#logo {
	padding: 0;
	margin: -24px auto auto;
	width: 100%;
	max-width: 407px;
	height: 139px;
	background: url(images/logo.jpg) no-repeat center center;
	background-size: 100% auto;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -50000px;
	overflow: hidden;
}
#address{
	text-align: right;
	margin-top: 17px;
}
#header-wrapper{
	background: #fff;
	box-shadow: 0 0 10px rgba(47, 47, 47, 3);
}
#header{
	max-width: 1200px;
	margin: auto;
}
#navigation-wrapper{
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
}
#navigation {
	text-transform: uppercase;
	max-width: 1200px;
	margin: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#navigation a {
	color: #000;
}

#navigation li:hover a {
	color: #3a3a3a;
}

#navigation ul ul {
	border-bottom: 3px solid #00c0ed;
}
#navigation ul {
    display: table;
    margin: auto;
    width: auto;
}
#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#breadcrumbs {
	max-width: 1200px;
	margin: auto;
}
#page{
	max-width: 1200px;
	margin: 55px auto;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	border-top: 8px solid #00c0ed;
}

#hp-top{
	padding-top: 14px;
	padding-bottom: 14px;
	color: #000;
	margin-top: 35px;
}
#text_main{
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
}
.callout-tagline{
	text-align: center;
	font-family: 'Allura', cursive;
	font-size: 4.2em;
	margin-top: -14px;
}
.callout-tagline2{
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: -20px;
}
.shop-button{
	text-align: center;
	background: #91cf30;
	padding: 10px;
	font-size: 1.5em;
	margin: 8px 60px 0 60px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}
.shop-button a{
	color: #fff;
}
.tagline-italic{
	font-style: italic;
	font-family: garamond, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-transform: lowercase;
}
#custom_code{
	text-align: center;
	font-size: 1.5em;
	margin-top: 15px;
}
.btn-primary,
.btn-primary:visited {
	background: #161616;
	border-color: #292929;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background: #060606;
	border-color: #262626;
}
#product .description{
	color: #000;
}
.image-container {
	background: #FFF;
}

#category .product .button {
	width: 5em;
	margin: auto;
}
#footer-wrapper{
	background: #fff;
	border-top: 5px solid #00c0ed;
}
#footer {
	padding: 30px 0;
	color: #000;
	max-width: 1200px;
	margin: auto;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer .footer-title {
	font-weight: bold;
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}
#footer2-wrapper{
	background: #fff;
	border-top: 1px solid #FFF;
}
#footer2 {
	padding: 20px 0;
	color: #000;
	font-size: .8em;
	max-width: 1200px;
	margin: auto;
}

.checkout #footer2 {
	background: linear-gradient(to bottom, #CCC 0, #EEE 4px);
}

#footer2 a {
	color: #000;
}

#footer2 a:hover {
	color: #000;
}
@media screen and (max-width: 1080px)
{
	.shop-button{
		padding: 5px;
	}
}
@media screen and (max-width: 1051px)
{
	#navigation{
		font-size: 1em;
	}
	.shop-button{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 991px)
{
	#navigation{
		font-size: .9em;
	}
	#navigation a{
		padding: 0 10px;
	}
}
@media screen and (max-width: 877px)
{
	#text_main{
		font-size: 1em;
	}
}
@media screen and (max-width: 768px)
{
	#logo {
		font-size: 2.1em;
	}

	#footer2 {
		font-size: .65em;
	}
}

@media screen and (min-width: 768px)
{
	#website-controls {
		margin-top: -129px;
		position: relative;
		z-index: 10;
	}

	#navigation li:hover {
		color: #faa195;
		background: rgba(67, 44, 23, 0.1) none repeat scroll 0% 0%;
	}

	#search {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media screen and (max-width: 767px)
{
	#logo {
		margin: 52px auto auto;
	}
	#address{
		text-align: center;
	}
	#hp-top{
		margin-top: 21px;
	}
	#text_main{
		display: none;
	}
	.shop-button{
		display: none;
	}
	.callout-tagline{
		font-size: 3.1em;
	}
	.callout-tagline2{
		margin-bottom: 10px;
	}
	#homepage-banner{
		display: table;
		margin: auto;
	}
	#navigation{
		background: #fff;
	}
    #navigation ul{
        width: 100%;
    }
}

@media (min-width: 767px){
	.email-subscription-form {
		padding-top: 20px;
		max-width: none;
	}

	.email-subscription-form br {
		display: none;
	}

	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
	}

	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}