/* Table of Contents
==================================================
    #Fonts
    #General
    #Header
    #Content
    #Footer */
/* Fonts
============================= */
@import url('http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,900,700italic,900italic');

/* General
============================= */
html {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    overflow: visible;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #222;
}
.contentwrap {
	background:#fff;
	padding: 15px;
}
.menuwrap {
	position:relative;
	width:100%;
	height:1px;
}
.menuinner{
	position:absolute;
	width:100%;
	top:-30px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    padding: 0;
	font-weight: 300;
    position: relative;
    line-height: normal;
}
.h2, h2 {
    font-size: 36px;
}
.h5, h5 {
    font-size: 20px;
    font-weight: 400;
}
hr {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #eee;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #222;
}

a:hover, a:focus, a:active {
    color: #222;
    outline: none;
    text-decoration: none;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    overflow: hidden;
    text-overflow: ellipsis;
}

button:focus {
    outline: none;
}

div#map-container {
    min-height: 300px;
}

.btn-group .dropdown-menu {
    max-height: auto;
    overflow-y: auto;
}

/* Header
============================= */
header {
    background: #fff;
	position:relative;
	z-index:2;
}

header a.logo {
    display: inline-block;
    padding: 15px 0;
}

header a.logo > img {
    max-width: 100%;
}

div.alerts-block {
    min-height: 0;
}

div#msg-flash {
    margin: 0;
    border-radius: 0;
}

/* Content
============================= */
section#content {
	position:relative;
	z-index:2;
    padding-bottom: 15px;
	top:-50px;
}
.slider {
	width:100%;
	max-height:650px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.container {
    width: 1170px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
/* Store */
div#store-gallery > a.cycle-slide {
    width: 100%;
    height: 250px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
	overflow:hidden;
}

/* Products */
div#products-gallery > a.cycle-slide {
    width: 100%;
    height: 482px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

/* Projects */
div#projects-gallery > a.cycle-slide {
    width: 100%;
    height: 482px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}
.fill {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.navbar {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default .navbar-toggle, .navbar-inverse, .navbar-inverse .navbar-toggle {
    background: #81bd41 url("../../img/menu.jpg") no-repeat scroll right top;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a {
    padding: 20.5px 40px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #81bd41;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #488b00;
    color: #fff;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #488b00;
    border-radius: 0px;
	border: medium none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 0px 0 0;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #81bd41;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #81bd41;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-header, .dropdown-menu > li > a {
    line-height: 1.846;
    padding: 10px 20px;
    white-space: nowrap;
}
*::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.form-control[contenteditable], .form-control[type="email"], .form-control[type="password"], .form-control[type="tel"], .form-control[type="text"], input.form-control, input[type="email"], input[type="number"], input[type="password"], input[type="text"], textarea, textarea.form-control {
    border-radius: 0;
    box-shadow: 0 0 0 #fff inset;
    font-size: 16px;
    padding: 0;
}
#keyword {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    height: 65px;
    text-indent: 40px;
    width: 185px;
}
#keyword-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	float: left;
    height: 65px;
    width: 80px;
}
.textblock {
	background:#f0f0f0;
	min-height:300px;
	width:100%;
	padding:20px;
}
.storefocus {
	background:#81bd41 url("../../img/store-focus.jpg") bottom right no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px;
	color:#fff;
}
.storefocus h2 {
	color:#fff;
}
.promotions {
	background:#03cccd url("../../img/promotions.jpg") bottom left no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px 49% 20px 20px;
	color:#fff;
}
.promotions h2 {
	color:#fff;
}
.promotions a:link,.promotions a:active,.promotions a:hover,.promotions a:visited {
	color:#fff;
}
.tradinghours {
	background:#488b00 url("../../img/trading-hours.jpg") bottom right no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px;
	color:#fff;
}
.tradinghours h2 {
	color:#fff;
}
.newsletter {
	background:#488b00 url("../../img/trading-hours.jpg") bottom right no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px;
	color:#fff;
}
.newsletter h2 {
	color:#fff;
}
.events {
	background:#03cbcc url("../../img/link.png") bottom right no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px;
	color:#fff;
}
.events h2 {
	color:#fff;
}
.events a:link,.events a:active,.events a:hover,.events a:visited {
	color:#fff;
}
.trading-hours {
	background:#1b989d url("../../img/link.png") bottom right no-repeat;
	height:300px;
	overflow: hidden;
	width:100%;
	padding:20px;
	color:#fff;
}
.trading-hours h2 {
	color:#fff;
}
.linkwrap {
	width:100%;
	height:1px;
	position:relative;
}
.links{
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
}
.linksbtn{
	background:url("../../img/link.png") bottom right no-repeat;
    display: block;
    height: 107px;
    position: absolute;
    right: 0;
    top: -107px;
    width: 142px;
}
.gray {
	background:#dbdbdb;
	border: 1px solid #fff;
    padding: 10px;
}
.blue {
	background:#03cbcc;
	border: 1px solid #fff;
    padding: 10px;
	color:#fff;
}
.green {
	background:#81bd41;
	border: 1px solid #fff;
    padding: 10px;
	color:#fff;
}
.storename {
	min-height:65px;
}
.storeinfo {
	background:#03cbcc;
	padding:10px;
	color:#fff;
}
.storeinfo a:link,.storeinfo a:active,.storeinfo a:hover,.storeinfo a:visited {
	color:#fff;
}
.form-control {
    background-color: #ccc;
    border: 1px solid transparent;
	text-indent: 10px;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 1.846;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #242424;
}
.backbtn {
	border: 1px solid #ddd;
	padding:10px;
}
.btn-primary {
    background-color: #488b00;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.846;
    margin-bottom: 0;
    padding: 6px 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/* Footer
============================= */
footer {
    font-size: 14px;
    color: #333;
    border-top: solid 1px #eee;
    padding: 10px 0;
	text-align: center;
    text-transform: uppercase;
	background: #f0f0f0;
}
.footerlogo {
    font-size: 14px;
    color: #333;
    border-top: solid 1px #eee;
    padding: 5px 0;
	text-align: center;
    text-transform: uppercase;
	background: #fcfcfc;
}

footer a {
    font-size: 14px;
    color: #333;
}

footer a:hover, footer a:focus {
    /*color: #e9533f;*/
    text-decoration: none;
}

footer a.social-icon-link {
    /*color: #e9533f;*/
    display: inline-block;
    text-align: left;
    vert-align: middle;
    width: 30px;
    font-size: 25px;
    line-height: 25px;
}

footer a.social-icon-link:hover, footer a.social-icon-link:focus, footer a.social-icon-link:active {
    /*color: #222;*/
    outline: 0;
    text-decoration: none;
}
