﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */@import url(vendor/lightslider.css);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@font-face {
	font-family: 'caviar_dreamsregular';
	src: url("../fonts/caviardreams_2-webfont.eot");
	src: url("../fonts/caviardreams_2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caviardreams_2-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

button, input[type="button"], input[type="reset"], input[type="submit"] {
	appearance: none;
	background-color: #006666;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", Helvetica, Arial;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1;
	padding: 0.75em 1.5em;
	text-decoration: none;
	transition: background-color 150ms ease;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #006666;
	color: #fff
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.5
}
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
	background-color: #006666
}
fieldset {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	margin: 0 0 0.75em;
	padding: 1.5em
}
input, label, select {
	display: block;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 1em
}
label {
	font-weight: 400;
	margin-bottom: 0.375em
}
label.required::after {
	content: "*"
}
label abbr {
	display: none
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple] {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
	box-sizing: border-box;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 1em;
	margin-bottom: 0.75em;
	padding: 0.5em;
	transition: border-color 150ms ease;
	width: 100%
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, select[multiple=multiple]:hover {
	border-color: #b1b1b1
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select[multiple=multiple]:focus {
	border-color: #333333;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.06), 0 0 5px rgba(144,120,13,0.7);
	outline: none
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled, select[multiple=multiple]:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select[multiple=multiple]:disabled:hover {
	border: 1px solid #ddd
}
textarea {
	resize: vertical
}
input[type="search"] {
	appearance: none
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	margin-right: 0.375em
}
input[type="file"] {
	margin-bottom: 0.75em;
	width: 100%
}
select {
	margin-bottom: 1.5em;
	max-width: 100%;
	width: auto
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}
dl {
	margin-bottom: 0.75em
}
dl dt {
	font-weight: bold;
	margin-top: 0.75em
}
dl dd {
	margin: 0
}
table {
	border-collapse: collapse;
	font-feature-settings: "kern", "liga", "tnum";
	margin: 0.75em 0;
	table-layout: fixed;
	width: 100%
}
th {
	border-bottom: 1px solid #a6a6a6;
	font-weight: 400;
	padding: 0.75em 0;
	text-align: left
}
td {
	border-bottom: 1px solid #ddd;
	padding: 0.75em 0
}
tr, td, th {
	vertical-align: middle
}
body {
	color: #333;
	font-family: "Roboto", Helvetica, Arial;
	font-feature-settings: "kern", "liga", "pnum";
	font-size: 1em;
	line-height: 1.5
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Helvetica, Arial;
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0.75em
}
p {
	margin: 0 0 0.75em
}
a {
	color: #333333;
	text-decoration: none;
	transition: color 150ms ease
}
a:active, a:focus, a:hover {
	color: #006666
}
hr {
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 1.5em 0
}
img, picture {
	margin: 0;
	max-width: 100%
}
html {
	box-sizing: border-box
}
*, *::after, *::before {
	box-sizing: inherit
}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}
.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.2857142857em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.8571428571em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: ""
}
.fa-music:before {
	content: ""
}
.fa-search:before {
	content: ""
}
.fa-envelope-o:before {
	content: ""
}
.fa-heart:before {
	content: ""
}
.fa-star:before {
	content: ""
}
.fa-star-o:before {
	content: ""
}
.fa-user:before {
	content: ""
}
.fa-film:before {
	content: ""
}
.fa-th-large:before {
	content: ""
}
.fa-th:before {
	content: ""
}
.fa-th-list:before {
	content: ""
}
.fa-check:before {
	content: ""
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: ""
}
.fa-search-plus:before {
	content: ""
}
.fa-search-minus:before {
	content: ""
}
.fa-power-off:before {
	content: ""
}
.fa-signal:before {
	content: ""
}
.fa-gear:before, .fa-cog:before {
	content: ""
}
.fa-trash-o:before {
	content: ""
}
.fa-home:before {
	content: ""
}
.fa-file-o:before {
	content: ""
}
.fa-clock-o:before {
	content: ""
}
.fa-road:before {
	content: ""
}
.fa-download:before {
	content: ""
}
.fa-arrow-circle-o-down:before {
	content: ""
}
.fa-arrow-circle-o-up:before {
	content: ""
}
.fa-inbox:before {
	content: ""
}
.fa-play-circle-o:before {
	content: ""
}
.fa-rotate-right:before, .fa-repeat:before {
	content: ""
}
.fa-refresh:before {
	content: ""
}
.fa-list-alt:before {
	content: ""
}
.fa-lock:before {
	content: ""
}
.fa-flag:before {
	content: ""
}
.fa-headphones:before {
	content: ""
}
.fa-volume-off:before {
	content: ""
}
.fa-volume-down:before {
	content: ""
}
.fa-volume-up:before {
	content: ""
}
.fa-qrcode:before {
	content: ""
}
.fa-barcode:before {
	content: ""
}
.fa-tag:before {
	content: ""
}
.fa-tags:before {
	content: ""
}
.fa-book:before {
	content: ""
}
.fa-bookmark:before {
	content: ""
}
.fa-print:before {
	content: ""
}
.fa-camera:before {
	content: ""
}
.fa-font:before {
	content: ""
}
.fa-bold:before {
	content: ""
}
.fa-italic:before {
	content: ""
}
.fa-text-height:before {
	content: ""
}
.fa-text-width:before {
	content: ""
}
.fa-align-left:before {
	content: ""
}
.fa-align-center:before {
	content: ""
}
.fa-align-right:before {
	content: ""
}
.fa-align-justify:before {
	content: ""
}
.fa-list:before {
	content: ""
}
.fa-dedent:before, .fa-outdent:before {
	content: ""
}
.fa-indent:before {
	content: ""
}
.fa-video-camera:before {
	content: ""
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: ""
}
.fa-pencil:before {
	content: ""
}
.fa-map-marker:before {
	content: ""
}
.fa-adjust:before {
	content: ""
}
.fa-tint:before {
	content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: ""
}
.fa-share-square-o:before {
	content: ""
}
.fa-check-square-o:before {
	content: ""
}
.fa-arrows:before {
	content: ""
}
.fa-step-backward:before {
	content: ""
}
.fa-fast-backward:before {
	content: ""
}
.fa-backward:before {
	content: ""
}
.fa-play:before {
	content: ""
}
.fa-pause:before {
	content: ""
}
.fa-stop:before {
	content: ""
}
.fa-forward:before {
	content: ""
}
.fa-fast-forward:before {
	content: ""
}
.fa-step-forward:before {
	content: ""
}
.fa-eject:before {
	content: ""
}
.fa-chevron-left:before {
	content: ""
}
.fa-chevron-right:before {
	content: ""
}
.fa-plus-circle:before {
	content: ""
}
.fa-minus-circle:before {
	content: ""
}
.fa-times-circle:before {
	content: ""
}
.fa-check-circle:before {
	content: ""
}
.fa-question-circle:before {
	content: ""
}
.fa-info-circle:before {
	content: ""
}
.fa-crosshairs:before {
	content: ""
}
.fa-times-circle-o:before {
	content: ""
}
.fa-check-circle-o:before {
	content: ""
}
.fa-ban:before {
	content: ""
}
.fa-arrow-left:before {
	content: ""
}
.fa-arrow-right:before {
	content: ""
}
.fa-arrow-up:before {
	content: ""
}
.fa-arrow-down:before {
	content: ""
}
.fa-mail-forward:before, .fa-share:before {
	content: ""
}
.fa-expand:before {
	content: ""
}
.fa-compress:before {
	content: ""
}
.fa-plus:before {
	content: ""
}
.fa-minus:before {
	content: ""
}
.fa-asterisk:before {
	content: ""
}
.fa-exclamation-circle:before {
	content: ""
}
.fa-gift:before {
	content: ""
}
.fa-leaf:before {
	content: ""
}
.fa-fire:before {
	content: ""
}
.fa-eye:before {
	content: ""
}
.fa-eye-slash:before {
	content: ""
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: ""
}
.fa-plane:before {
	content: ""
}
.fa-calendar:before {
	content: ""
}
.fa-random:before {
	content: ""
}
.fa-comment:before {
	content: ""
}
.fa-magnet:before {
	content: ""
}
.fa-chevron-up:before {
	content: ""
}
.fa-chevron-down:before {
	content: ""
}
.fa-retweet:before {
	content: ""
}
.fa-shopping-cart:before {
	content: ""
}
.fa-folder:before {
	content: ""
}
.fa-folder-open:before {
	content: ""
}
.fa-arrows-v:before {
	content: ""
}
.fa-arrows-h:before {
	content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: ""
}
.fa-twitter-square:before {
	content: ""
}
.fa-facebook-square:before {
	content: ""
}
.fa-camera-retro:before {
	content: ""
}
.fa-key:before {
	content: ""
}
.fa-gears:before, .fa-cogs:before {
	content: ""
}
.fa-comments:before {
	content: ""
}
.fa-thumbs-o-up:before {
	content: ""
}
.fa-thumbs-o-down:before {
	content: ""
}
.fa-star-half:before {
	content: ""
}
.fa-heart-o:before {
	content: ""
}
.fa-sign-out:before {
	content: ""
}
.fa-linkedin-square:before {
	content: ""
}
.fa-thumb-tack:before {
	content: ""
}
.fa-external-link:before {
	content: ""
}
.fa-sign-in:before {
	content: ""
}
.fa-trophy:before {
	content: ""
}
.fa-github-square:before {
	content: ""
}
.fa-upload:before {
	content: ""
}
.fa-lemon-o:before {
	content: ""
}
.fa-phone:before {
	content: ""
}
.fa-square-o:before {
	content: ""
}
.fa-bookmark-o:before {
	content: ""
}
.fa-phone-square:before {
	content: ""
}
.fa-twitter:before {
	content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
	content: ""
}
.fa-github:before {
	content: ""
}
.fa-unlock:before {
	content: ""
}
.fa-credit-card:before {
	content: ""
}
.fa-rss:before {
	content: ""
}
.fa-hdd-o:before {
	content: ""
}
.fa-bullhorn:before {
	content: ""
}
.fa-bell:before {
	content: ""
}
.fa-certificate:before {
	content: ""
}
.fa-hand-o-right:before {
	content: ""
}
.fa-hand-o-left:before {
	content: ""
}
.fa-hand-o-up:before {
	content: ""
}
.fa-hand-o-down:before {
	content: ""
}
.fa-arrow-circle-left:before {
	content: ""
}
.fa-arrow-circle-right:before {
	content: ""
}
.fa-arrow-circle-up:before {
	content: ""
}
.fa-arrow-circle-down:before {
	content: ""
}
.fa-globe:before {
	content: ""
}
.fa-wrench:before {
	content: ""
}
.fa-tasks:before {
	content: ""
}
.fa-filter:before {
	content: ""
}
.fa-briefcase:before {
	content: ""
}
.fa-arrows-alt:before {
	content: ""
}
.fa-group:before, .fa-users:before {
	content: ""
}
.fa-chain:before, .fa-link:before {
	content: ""
}
.fa-cloud:before {
	content: ""
}
.fa-flask:before {
	content: ""
}
.fa-cut:before, .fa-scissors:before {
	content: ""
}
.fa-copy:before, .fa-files-o:before {
	content: ""
}
.fa-paperclip:before {
	content: ""
}
.fa-save:before, .fa-floppy-o:before {
	content: ""
}
.fa-square:before {
	content: ""
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: ""
}
.fa-list-ul:before {
	content: ""
}
.fa-list-ol:before {
	content: ""
}
.fa-strikethrough:before {
	content: ""
}
.fa-underline:before {
	content: ""
}
.fa-table:before {
	content: ""
}
.fa-magic:before {
	content: ""
}
.fa-truck:before {
	content: ""
}
.fa-pinterest:before {
	content: ""
}
.fa-pinterest-square:before {
	content: ""
}
.fa-google-plus-square:before {
	content: ""
}
.fa-google-plus:before {
	content: ""
}
.fa-money:before {
	content: ""
}
.fa-caret-down:before {
	content: ""
}
.fa-caret-up:before {
	content: ""
}
.fa-caret-left:before {
	content: ""
}
.fa-caret-right:before {
	content: ""
}
.fa-columns:before {
	content: ""
}
.fa-unsorted:before, .fa-sort:before {
	content: ""
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: ""
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: ""
}
.fa-envelope:before {
	content: ""
}
.fa-linkedin:before {
	content: ""
}
.fa-rotate-left:before, .fa-undo:before {
	content: ""
}
.fa-legal:before, .fa-gavel:before {
	content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
	content: ""
}
.fa-comment-o:before {
	content: ""
}
.fa-comments-o:before {
	content: ""
}
.fa-flash:before, .fa-bolt:before {
	content: ""
}
.fa-sitemap:before {
	content: ""
}
.fa-umbrella:before {
	content: ""
}
.fa-paste:before, .fa-clipboard:before {
	content: ""
}
.fa-lightbulb-o:before {
	content: ""
}
.fa-exchange:before {
	content: ""
}
.fa-cloud-download:before {
	content: ""
}
.fa-cloud-upload:before {
	content: ""
}
.fa-user-md:before {
	content: ""
}
.fa-stethoscope:before {
	content: ""
}
.fa-suitcase:before {
	content: ""
}
.fa-bell-o:before {
	content: ""
}
.fa-coffee:before {
	content: ""
}
.fa-cutlery:before {
	content: ""
}
.fa-file-text-o:before {
	content: ""
}
.fa-building-o:before {
	content: ""
}
.fa-hospital-o:before {
	content: ""
}
.fa-ambulance:before {
	content: ""
}
.fa-medkit:before {
	content: ""
}
.fa-fighter-jet:before {
	content: ""
}
.fa-beer:before {
	content: ""
}
.fa-h-square:before {
	content: ""
}
.fa-plus-square:before {
	content: ""
}
.fa-angle-double-left:before {
	content: ""
}
.fa-angle-double-right:before {
	content: ""
}
.fa-angle-double-up:before {
	content: ""
}
.fa-angle-double-down:before {
	content: ""
}
.fa-angle-left:before {
	content: ""
}
.fa-angle-right:before {
	content: ""
}
.fa-angle-up:before {
	content: ""
}
.fa-angle-down:before {
	content: ""
}
.fa-desktop:before {
	content: ""
}
.fa-laptop:before {
	content: ""
}
.fa-tablet:before {
	content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: ""
}
.fa-circle-o:before {
	content: ""
}
.fa-quote-left:before {
	content: ""
}
.fa-quote-right:before {
	content: ""
}
.fa-spinner:before {
	content: ""
}
.fa-circle:before {
	content: ""
}
.fa-mail-reply:before, .fa-reply:before {
	content: ""
}
.fa-github-alt:before {
	content: ""
}
.fa-folder-o:before {
	content: ""
}
.fa-folder-open-o:before {
	content: ""
}
.fa-smile-o:before {
	content: ""
}
.fa-frown-o:before {
	content: ""
}
.fa-meh-o:before {
	content: ""
}
.fa-gamepad:before {
	content: ""
}
.fa-keyboard-o:before {
	content: ""
}
.fa-flag-o:before {
	content: ""
}
.fa-flag-checkered:before {
	content: ""
}
.fa-terminal:before {
	content: ""
}
.fa-code:before {
	content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: ""
}
.fa-location-arrow:before {
	content: ""
}
.fa-crop:before {
	content: ""
}
.fa-code-fork:before {
	content: ""
}
.fa-unlink:before, .fa-chain-broken:before {
	content: ""
}
.fa-question:before {
	content: ""
}
.fa-info:before {
	content: ""
}
.fa-exclamation:before {
	content: ""
}
.fa-superscript:before {
	content: ""
}
.fa-subscript:before {
	content: ""
}
.fa-eraser:before {
	content: ""
}
.fa-puzzle-piece:before {
	content: ""
}
.fa-microphone:before {
	content: ""
}
.fa-microphone-slash:before {
	content: ""
}
.fa-shield:before {
	content: ""
}
.fa-calendar-o:before {
	content: ""
}
.fa-fire-extinguisher:before {
	content: ""
}
.fa-rocket:before {
	content: ""
}
.fa-maxcdn:before {
	content: ""
}
.fa-chevron-circle-left:before {
	content: ""
}
.fa-chevron-circle-right:before {
	content: ""
}
.fa-chevron-circle-up:before {
	content: ""
}
.fa-chevron-circle-down:before {
	content: ""
}
.fa-html5:before {
	content: ""
}
.fa-css3:before {
	content: ""
}
.fa-anchor:before {
	content: ""
}
.fa-unlock-alt:before {
	content: ""
}
.fa-bullseye:before {
	content: ""
}
.fa-ellipsis-h:before {
	content: ""
}
.fa-ellipsis-v:before {
	content: ""
}
.fa-rss-square:before {
	content: ""
}
.fa-play-circle:before {
	content: ""
}
.fa-ticket:before {
	content: ""
}
.fa-minus-square:before {
	content: ""
}
.fa-minus-square-o:before {
	content: ""
}
.fa-level-up:before {
	content: ""
}
.fa-level-down:before {
	content: ""
}
.fa-check-square:before {
	content: ""
}
.fa-pencil-square:before {
	content: ""
}
.fa-external-link-square:before {
	content: ""
}
.fa-share-square:before {
	content: ""
}
.fa-compass:before {
	content: ""
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: ""
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: ""
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: ""
}
.fa-euro:before, .fa-eur:before {
	content: ""
}
.fa-gbp:before {
	content: ""
}
.fa-dollar:before, .fa-usd:before {
	content: ""
}
.fa-rupee:before, .fa-inr:before {
	content: ""
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: ""
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: ""
}
.fa-won:before, .fa-krw:before {
	content: ""
}
.fa-bitcoin:before, .fa-btc:before {
	content: ""
}
.fa-file:before {
	content: ""
}
.fa-file-text:before {
	content: ""
}
.fa-sort-alpha-asc:before {
	content: ""
}
.fa-sort-alpha-desc:before {
	content: ""
}
.fa-sort-amount-asc:before {
	content: ""
}
.fa-sort-amount-desc:before {
	content: ""
}
.fa-sort-numeric-asc:before {
	content: ""
}
.fa-sort-numeric-desc:before {
	content: ""
}
.fa-thumbs-up:before {
	content: ""
}
.fa-thumbs-down:before {
	content: ""
}
.fa-youtube-square:before {
	content: ""
}
.fa-youtube:before {
	content: ""
}
.fa-xing:before {
	content: ""
}
.fa-xing-square:before {
	content: ""
}
.fa-youtube-play:before {
	content: ""
}
.fa-dropbox:before {
	content: ""
}
.fa-stack-overflow:before {
	content: ""
}
.fa-instagram:before {
	content: ""
}
.fa-flickr:before {
	content: ""
}
.fa-adn:before {
	content: ""
}
.fa-bitbucket:before {
	content: ""
}
.fa-bitbucket-square:before {
	content: ""
}
.fa-tumblr:before {
	content: ""
}
.fa-tumblr-square:before {
	content: ""
}
.fa-long-arrow-down:before {
	content: ""
}
.fa-long-arrow-up:before {
	content: ""
}
.fa-long-arrow-left:before {
	content: ""
}
.fa-long-arrow-right:before {
	content: ""
}
.fa-apple:before {
	content: ""
}
.fa-windows:before {
	content: ""
}
.fa-android:before {
	content: ""
}
.fa-linux:before {
	content: ""
}
.fa-dribbble:before {
	content: ""
}
.fa-skype:before {
	content: ""
}
.fa-foursquare:before {
	content: ""
}
.fa-trello:before {
	content: ""
}
.fa-female:before {
	content: ""
}
.fa-male:before {
	content: ""
}
.fa-gittip:before, .fa-gratipay:before {
	content: ""
}
.fa-sun-o:before {
	content: ""
}
.fa-moon-o:before {
	content: ""
}
.fa-archive:before {
	content: ""
}
.fa-bug:before {
	content: ""
}
.fa-vk:before {
	content: ""
}
.fa-weibo:before {
	content: ""
}
.fa-renren:before {
	content: ""
}
.fa-pagelines:before {
	content: ""
}
.fa-stack-exchange:before {
	content: ""
}
.fa-arrow-circle-o-right:before {
	content: ""
}
.fa-arrow-circle-o-left:before {
	content: ""
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: ""
}
.fa-dot-circle-o:before {
	content: ""
}
.fa-wheelchair:before {
	content: ""
}
.fa-vimeo-square:before {
	content: ""
}
.fa-turkish-lira:before, .fa-try:before {
	content: ""
}
.fa-plus-square-o:before {
	content: ""
}
.fa-space-shuttle:before {
	content: ""
}
.fa-slack:before {
	content: ""
}
.fa-envelope-square:before {
	content: ""
}
.fa-wordpress:before {
	content: ""
}
.fa-openid:before {
	content: ""
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: ""
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: ""
}
.fa-yahoo:before {
	content: ""
}
.fa-google:before {
	content: ""
}
.fa-reddit:before {
	content: ""
}
.fa-reddit-square:before {
	content: ""
}
.fa-stumbleupon-circle:before {
	content: ""
}
.fa-stumbleupon:before {
	content: ""
}
.fa-delicious:before {
	content: ""
}
.fa-digg:before {
	content: ""
}
.fa-pied-piper:before {
	content: ""
}
.fa-pied-piper-alt:before {
	content: ""
}
.fa-drupal:before {
	content: ""
}
.fa-joomla:before {
	content: ""
}
.fa-language:before {
	content: ""
}
.fa-fax:before {
	content: ""
}
.fa-building:before {
	content: ""
}
.fa-child:before {
	content: ""
}
.fa-paw:before {
	content: ""
}
.fa-spoon:before {
	content: ""
}
.fa-cube:before {
	content: ""
}
.fa-cubes:before {
	content: ""
}
.fa-behance:before {
	content: ""
}
.fa-behance-square:before {
	content: ""
}
.fa-steam:before {
	content: ""
}
.fa-steam-square:before {
	content: ""
}
.fa-recycle:before {
	content: ""
}
.fa-automobile:before, .fa-car:before {
	content: ""
}
.fa-cab:before, .fa-taxi:before {
	content: ""
}
.fa-tree:before {
	content: ""
}
.fa-spotify:before {
	content: ""
}
.fa-deviantart:before {
	content: ""
}
.fa-soundcloud:before {
	content: ""
}
.fa-database:before {
	content: ""
}
.fa-file-pdf-o:before {
	content: ""
}
.fa-file-word-o:before {
	content: ""
}
.fa-file-excel-o:before {
	content: ""
}
.fa-file-powerpoint-o:before {
	content: ""
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: ""
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: ""
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: ""
}
.fa-file-code-o:before {
	content: ""
}
.fa-vine:before {
	content: ""
}
.fa-codepen:before {
	content: ""
}
.fa-jsfiddle:before {
	content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: ""
}
.fa-circle-o-notch:before {
	content: ""
}
.fa-ra:before, .fa-rebel:before {
	content: ""
}
.fa-ge:before, .fa-empire:before {
	content: ""
}
.fa-git-square:before {
	content: ""
}
.fa-git:before {
	content: ""
}
.fa-hacker-news:before {
	content: ""
}
.fa-tencent-weibo:before {
	content: ""
}
.fa-qq:before {
	content: ""
}
.fa-wechat:before, .fa-weixin:before {
	content: ""
}
.fa-send:before, .fa-paper-plane:before {
	content: ""
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: ""
}
.fa-history:before {
	content: ""
}
.fa-genderless:before, .fa-circle-thin:before {
	content: ""
}
.fa-header:before {
	content: ""
}
.fa-paragraph:before {
	content: ""
}
.fa-sliders:before {
	content: ""
}
.fa-share-alt:before {
	content: ""
}
.fa-share-alt-square:before {
	content: ""
}
.fa-bomb:before {
	content: ""
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: ""
}
.fa-tty:before {
	content: ""
}
.fa-binoculars:before {
	content: ""
}
.fa-plug:before {
	content: ""
}
.fa-slideshare:before {
	content: ""
}
.fa-twitch:before {
	content: ""
}
.fa-yelp:before {
	content: ""
}
.fa-newspaper-o:before {
	content: ""
}
.fa-wifi:before {
	content: ""
}
.fa-calculator:before {
	content: ""
}
.fa-paypal:before {
	content: ""
}
.fa-google-wallet:before {
	content: ""
}
.fa-cc-visa:before {
	content: ""
}
.fa-cc-mastercard:before {
	content: ""
}
.fa-cc-discover:before {
	content: ""
}
.fa-cc-amex:before {
	content: ""
}
.fa-cc-paypal:before {
	content: ""
}
.fa-cc-stripe:before {
	content: ""
}
.fa-bell-slash:before {
	content: ""
}
.fa-bell-slash-o:before {
	content: ""
}
.fa-trash:before {
	content: ""
}
.fa-copyright:before {
	content: ""
}
.fa-at:before {
	content: ""
}
.fa-eyedropper:before {
	content: ""
}
.fa-paint-brush:before {
	content: ""
}
.fa-birthday-cake:before {
	content: ""
}
.fa-area-chart:before {
	content: ""
}
.fa-pie-chart:before {
	content: ""
}
.fa-line-chart:before {
	content: ""
}
.fa-lastfm:before {
	content: ""
}
.fa-lastfm-square:before {
	content: ""
}
.fa-toggle-off:before {
	content: ""
}
.fa-toggle-on:before {
	content: ""
}
.fa-bicycle:before {
	content: ""
}
.fa-bus:before {
	content: ""
}
.fa-ioxhost:before {
	content: ""
}
.fa-angellist:before {
	content: ""
}
.fa-cc:before {
	content: ""
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: ""
}
.fa-meanpath:before {
	content: ""
}
.fa-buysellads:before {
	content: ""
}
.fa-connectdevelop:before {
	content: ""
}
.fa-dashcube:before {
	content: ""
}
.fa-forumbee:before {
	content: ""
}
.fa-leanpub:before {
	content: ""
}
.fa-sellsy:before {
	content: ""
}
.fa-shirtsinbulk:before {
	content: ""
}
.fa-simplybuilt:before {
	content: ""
}
.fa-skyatlas:before {
	content: ""
}
.fa-cart-plus:before {
	content: ""
}
.fa-cart-arrow-down:before {
	content: ""
}
.fa-diamond:before {
	content: ""
}
.fa-ship:before {
	content: ""
}
.fa-user-secret:before {
	content: ""
}
.fa-motorcycle:before {
	content: ""
}
.fa-street-view:before {
	content: ""
}
.fa-heartbeat:before {
	content: ""
}
.fa-venus:before {
	content: ""
}
.fa-mars:before {
	content: ""
}
.fa-mercury:before {
	content: ""
}
.fa-transgender:before {
	content: ""
}
.fa-transgender-alt:before {
	content: ""
}
.fa-venus-double:before {
	content: ""
}
.fa-mars-double:before {
	content: ""
}
.fa-venus-mars:before {
	content: ""
}
.fa-mars-stroke:before {
	content: ""
}
.fa-mars-stroke-v:before {
	content: ""
}
.fa-mars-stroke-h:before {
	content: ""
}
.fa-neuter:before {
	content: ""
}
.fa-facebook-official:before {
	content: ""
}
.fa-pinterest-p:before {
	content: ""
}
.fa-whatsapp:before {
	content: ""
}
.fa-server:before {
	content: ""
}
.fa-user-plus:before {
	content: ""
}
.fa-user-times:before {
	content: ""
}
.fa-hotel:before, .fa-bed:before {
	content: ""
}
.fa-viacoin:before {
	content: ""
}
.fa-train:before {
	content: ""
}
.fa-subway:before {
	content: ""
}
.fa-medium:before {
	content: ""
}
.button-group input {
	display: none
}
.button-group label {
	margin-bottom: 0
}

@media screen and (min-width: 970px) {
.button-group label {
	float: left
}
}
.button-group label .button-group-item {
	background: #fff;
	border-left: 1px solid silver;
	border-radius: 0;
	border-right: 1px solid silver;
	color: gray;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	padding: 0.75em 1em;
	width: 100%
}

@media screen and (min-width: 970px) {
.button-group label .button-group-item {
	border-bottom: 1px solid silver;
	border-left: 0;
	border-right: 1px solid #eee;
	border-top: 1px solid silver;
	width: auto
}
}
.button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
	background-color: #f7f7f7
}
.button-group label:first-child .button-group-item {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 1px solid silver
}

@media screen and (min-width: 970px) {
.button-group label:first-child .button-group-item {
	border-bottom-left-radius: 3px;
	border-left: 1px solid silver;
	border-top-left-radius: 3px;
	border-top-right-radius: 0
}
}
.button-group label:last-child .button-group-item {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 1px solid silver
}

@media screen and (min-width: 970px) {
.button-group label:last-child .button-group-item {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 3px;
	border-right: 1px solid silver;
	border-top-right-radius: 3px
}
}
.button-group label input:checked+.button-group-item {
	color: #fff
}
.content-container {
	width: calc("100% - 10px");
	margin-left: 5px;
	margin-right: 5px
}
.feature-cta {
	position: relative;
	display: inline-block;
	background-color: #98462B;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjIwIj4KPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNTAiIGZpbGw9IiM5ODQ2MkIiPjwvcmVjdD4KPHJlY3QgeD0iMSIgd2lkdGg9IjEiIGhlaWdodD0iNTAiIGZpbGw9IiNBRjcwNUIiPjwvcmVjdD4KPC9zdmc+");
	color: #fff;
	padding: 12px 20px;
	font-weight: bold;
	text-transform: uppercase
}
.feature-cta:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px dashed #fff
}
.feature-cta:hover {
	color: #fff
}
.brand-text {
	color: #006666
}
.accent-text {
	color: #98462B
}
.social-icons .fa {
	font-size: 1.4em;
	color: #fff;
	line-height: 30px;
	width: 35px;
	margin: 0 5px
}
.social-icons .fa-facebook {
	background-color: #3b5998
}
.social-icons .fa-twitter {
	background-color: #00aced
}
.social-icons .fa-tumblr {
	background-color: #32506d
}
.social-icons .fa-pinterest {
	background-color: #cb2027
}
.horizontal-lbl {
	display: inline-block;
	margin-right: .8em
}
.horizontal-lbl+input, .horizontal-lbl+select {
	display: inline-block
}
.horizontal-submit::after {
	clear: both;
	content: "";
	display: table
}
.horizontal-submit input[type=email], .horizontal-submit input[type=text], .horizontal-submit button[type=submit] {
	float: left;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666
}
.horizontal-submit input[type=email], .horizontal-submit input[type=text] {
	width: 70%;
	padding: .3em;
	font-size: .85em;
	line-height: 20px;
	border-left: 1px solid #d7b314;
	border-right: none
}
.horizontal-submit button[type=submit] {
	width: 30%;
	height: 30px;
	line-height: 30px;
	padding: 0;
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	color: #79650b;
	background-color: #f1d660;
	border-left: 1px solid #d7b314;
	border-right: 1px solid #d7b314
}

@media screen and (min-width: 970px) {
.content-container {
	width: 970px;
	margin-left: auto;
	margin-right: auto
}
.content-container::after {
	clear: both;
	content: "";
	display: table
}
}
body {
	-webkit-font-smoothing: antialiased
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: .1em
}
select {
	background: #eee
}
/*#SiteHeader {
	background-color: #F9EEBD
}*/
#SiteHeader::after {
	clear: both;
	content: "";
	display: table
}
#SiteHeader .header-panel-button {
	float: left;
	margin: 5px;
	padding: 10px 12px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	outline: none;
	background-color: #006666
}
#SiteHeader .header-panel-button img {
	height: 1.3em
}
#SiteHeader .main-logo {
	display: inline-block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-image: url("../img/lb-header-logo.png");
	background-size: auto 31px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	line-height: 31px;
	margin: 7px 0 0;
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px)
}
#SiteHeader .main-logo a {
	display: block
}
#SiteHeader .user-actions {
	display: none
}

@media screen and (min-width: 970px) {
#SiteHeader {
	position: relative;
	background:#333333;
	padding: 0px;
	z-index: 1
}
#SiteHeader .header-panel-button {
	display: none
}
#SiteHeader .main-logo {
	display: inline-block;
	background-size: auto auto;

	height: 31px;
	line-height: 31px;
	margin-top: 0;
	margin-left: -320px
}
#SiteHeader .user-actions {
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	text-align: center;
	width: 100%;
	max-width:970px;
	color: #ffffff
}
#SiteHeader .user-actions a {
	font-weight: 400;
	color:#ffffff;
	font-size:.75em
}
#SiteHeader .user-actions a.sign-in {
	margin-right: .5em
}
#SiteHeader .user-actions a.cart-item {
	margin-left: .5em
}
#SiteHeader .user-actions .cart-item-count {
	display: inline-block;
	width: 50px;
	text-align: center;
	font-weight: 400;
	font-size: .75em;
	color: #BBBBBB
}
#SiteHeader .user-actions p {
	color: #FFFFFF
}
/* #SiteHeader .bee-zip {
	position: absolute;
	right: -15%;
	top: 45px;
	background-image: url("../img/header-bees.png");
	background-repeat: none;
	width: 759px;
	height: 69px;
	z-index: -1
}*/
#SiteHeader .nav-band {
	position: relative;
	background: #FFFFFF;
	padding-top:10px
}
}
#SiteHeader .nav-band:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 100%;

}
.js-menu {
	position: fixed;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 220px;
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-ms-transform: translateX(-220px);
	-o-transform: translateX(-220px);
	transform: translateX(-220px);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin: 0;
	z-index: 999999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.js-menu ul {
	padding: 0;
	margin: 0
}
.js-menu li {
	list-style: none
}
.js-menu li a {
	display: block;
	text-decoration: none;
	padding:20px;
	border-bottom:solid 1px #EEEEEE
}
.js-menu.is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.header-panel-content {
	background: #ffffff
}
.header-panel-content li a:focus {
	background-color: #FFFFFF
}
.header-panel-content li a:hover {
	background-color: #FFFFFF;
	color: #222222
}
.header-panel-content .search-nav {
	display: none
}
.product-panel-content {
	background: #ffffff
}
.product-panel-content ul ul {
	display: none
}
.product-panel-content li a {
	color: #333333;
	font-weight: normal;
	padding: .5em
}
.product-panel-content li a:focus {
	background-color: #ffffff
}
.product-panel-content li.expanded {
	background-color: rgba(255,255,255,1)
}
.product-panel-content li.expanded> a {
	background-color rgba(255,255,255,1);
	color: #006666;
	font-weight:500
}
.product-panel-content li.expanded ul {
	display: block;
	margin-left:15px
}
.product-panel-content li.expanded ul a {
	color: #006666
}
.js-menu-screen {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: black;
	opacity: 0;
	visibility: hidden;
	z-index: 999998
}
.js-menu-screen.is-visible {
	opacity: 0.4;
	visibility: visible
}

@media screen and (min-width: 970px) {
.header-panel-content {
	width: 970px;
	margin-top:-36px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	position: relative;
	background: transparent;
	height: 40px
}
.header-panel-content::after {
	clear: both;
	content: "";
	display: table
}
.header-panel-content ul{
	float: right;
	padding-right:30px
}
.header-panel-content li {
	position: relative;
	float: left
}

.header-panel-content li:first-of-type:before {
	display: none
}
.header-panel-content li a {
	text-transform:uppercase;
	border-bottom: none;
	font-size: .85em;
	font-weight: 400;
	color: #333333;
	padding: .5em/*.5em 1em*/
}
.header-panel-content li a:hover {
	background-color: transparent;
	color: inherit
}
.header-panel-content .search-nav {
	display: block;
	position: absolute;
	top: -1px;
	right: 0
}
.header-panel-content .search-nav .horizontal-submit {
	width: auto
}
.header-panel-content .search-nav input[type=text] {
	width: 200px
}
/*.header-panel-content .search-nav button[type=submit] {
	width: 30px;
	background-color: #4a3e07
}*/
.header-panel-content .search-nav button[type=submit] .fa {
	color: #fff
}
}
.home-feature::after {
	clear: both;
	content: "";
	display: table
}
.home-feature .home-feature-callout {
	text-align: center
}
.home-feature h2 {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 1.6em;
	color: #98462B
}

@media screen and (min-width: 970px) {
.home-feature {
	position: relative;
	margin-top: 20px
}
.home-feature .home-feature-callout {
	position: absolute;
	top: 30%;
	left: 5%
}
.home-feature h2 {
	font-size: 2.8em;
	font-weight: 400
}
.home-feature .feature-cta {
	font-size: 1.4em;
	padding: 12px 40px
}
}
.home-content {
	padding: 14px 0
}
.home-content h3.brand-text {
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	padding: 5px 0;
	/*border-top: 1px dashed #F9EEBD;
	border-bottom: 1px dashed #F9EEBD*/
}
.home-content .home-widget {
	width: 310px;
	margin: 0 auto 14px
}
.home-content .home-widget img {
	display: block
}
.home-content .home-widget h4, .home-content .home-widget .social-icons {
	text-align: center
}
.home-content .home-widget .social-icons {
	margin-bottom: 10px
}
.home-content .join-newsletter {
	margin-bottom: 10px
}
.home-content .join-newsletter p {
	text-align: center;
	font-size: .7em;
	margin-bottom: 0
}
.fancy-box {
	position: relative;
	padding: 14px;
	background-color: #F1F1F1;
	z-index: 1
}
.fancy-box h4 {
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.fancy-box:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	/*border: 1px solid #eeeeee;*/
	z-index: -1
}

@media screen and (min-width: 970px) {
.home-feature {
	width: 970px;
	margin-left: auto;
	margin-right: auto
}
.home-feature::after {
	clear: both;
	content: "";
	display: table
}
.home-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.home-content::after {
	clear: both;
	content: "";
	display: table
}
.home-content h3.brand-text {
	border-top: none;
	border-bottom: none;
	font-size: 2em;
	margin-bottom: .5em;
	padding: 0
}
.home-content .home-widget {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%
}
.home-content .home-widget:last-child {
	margin-right: 0
}
}
.cat-banner img {
	max-width: 100%
}
.top-cat-bar {
	margin-top: 10px
}
.top-cat-bar::after {
	clear: both;
	content: "";
	display: table
}
.top-cat-bar .breadcrumb {
	float: left
}
.top-cat-bar .currency-selector {
	float: right
}
.top-cat-bar .currency-selector label, .top-cat-bar .currency-selector select {
	display: inline;
	margin-bottom: 0
}
.top-cat-bar .currency-selector label {
	color: #333333;
	font-family: "Roboto", Helvetica, Arial;
	margin-right: 5px
}
.cat-title {
	font-size: 1.6em;
	color: #006666;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:300
}
.product-panel-button {
	padding: .5em .75em;
	margin: .5em 0
}
.category-content {
	padding-top: 3px;
}
.product-search {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0;
	margin-bottom: .5em
}
.product-search .more-actions {
	line-height: 28px
}
.product-search .more-actions a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px
}
.product-search .more-actions a:first-of-type {
	margin-right: 5px
}
.product-search .more-actions a .fa {
	font-size: 20px;
	color: #006666;
	vertical-align: -2px;
	margin-right: 2px
}
.product-search .product-filter, .product-search .advanced-search {
	display: none;
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #eeeeee
}
.product-search .product-filter::after, .product-search .advanced-search::after {
	clear: both;
	content: "";
	display: table
}
.product-search .product-filter.is-visible, .product-search .advanced-search.is-visible {
	display: block
}
.product-search .product-filter .content, .product-search .advanced-search .content {
	position: relative;
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 12px 10px
}
.product-search .product-filter .content .close-btn, .product-search .advanced-search .content .close-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #006666;
	color: #fff;
	width: 36px;
	text-align: center;
	cursor: pointer
}
.product-search .product-filter .content .close-btn .fa, .product-search .advanced-search .content .close-btn .fa {
	line-height: 36px
}
.product-search .product-filter h3, .product-search .advanced-search h3 {
	color: #333333;
	font-size: 1em;
	line-height: 36px;
	text-transform: uppercase;
	margin-right: 1em;
	margin-bottom: 0
}
.product-search .advanced-search input[type=text] {
	display: block;
	float: left;
	width: 70%;
	height: 36px;
	line-height: 36px;
	padding: 0 .5em;
	border-radius: 0;
	margin-bottom: 0
}
.product-search .advanced-search button[type=submit] {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	line-height: 36px;
	text-align: center
}
.product-search .product-filter .filter-list {
width:-webkit-calc(20% - (5px * 4)/5);
width:calc(20% - (5px * 4)/5);
	float: left;
	margin-right: 5px
}
.product-search .product-filter .filter-list:last-of-type {
	margin-right: 0
}
.product-search .product-filter .filter-list h4 {
	color: #006666;
	font-size: .75em
}
.product-search .product-filter .filter-list input[type=checkbox]+label {
	display: inline;
	font-family: "Roboto", Helvetica, Arial;
	font-size: .8em;
	color: #79650b;
	font-weight: normal
}
.product-search .product-filter .content {
	padding-bottom: 2em
}
.pagination {
	font-size: .8em;
	line-height: 28px;
	text-transform: uppercase
}
.pagination ul>li, .pagination ul ul {
	display: inline
}
.pagination ul ul>li.selected>a {
	border-bottom: 1px solid #d7b314;
	font-weight: bold
}
.pagination ul ul>li:after {
	content: "-";
	padding: 0 .4em;
	color: #cccccc;
	text-decoration: none
}
.pagination ul ul>li:last-of-type:after {
	content: ""
}
.pagination .view-all {
	font-weight: bold
}
.pagination .view-all:after {
	content: "|";
	padding: 0 1em;
	color: #cccccc;
	font-weight: bold
}
.footer-pagination {
	margin: 1em 0;
	text-align: center
}
.product-box::after {
	clear: both;
	content: "";
	display: table
}
.product-box .media, .product-box .product-details {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left
}
.product-box .product-details {
	margin-left: 10px
}
.product-box .product-details .product-title {
	font-weight: normal;
	margin-bottom: 2px
}
.product-box .product-details .product-title a {
	color: #999
}
.product-box .product-details .product-price {
	font-size: .75em;
	font-weight: 400;
	text-transform: uppercase;
	color: #006666
}
.product-box .product-details .product-price:before {
	content: 'Price: '
}
.product-box .product-details .product-price.on-sale {
	color: #98462B
}
.product-box .product-details .product-price.on-sale:before {
	content: 'On Sale: '
}
.product-box .product-details .product-price.price-range:before {
	content: 'From: '
}
.product-box .product-details .product-price.price-range.on-sale {
	color: #98462B
}
.product-box .product-details .product-price.price-range.on-sale:before {
	content: 'On Sale From: '
}
.product-box .product-details .buy-box {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 5px;
	padding: .5em 0
}
.product-box .product-details .buy-box .cart, .product-box .product-details .buy-box .wishlist {
	display: block;
	font-size: .75em;
	color: #006666;
	padding:5px
}
.product-box .product-details .buy-box .cart a, .product-box .product-details .buy-box .wishlist a {
	color: #333333
}
.product-box .product-details .buy-box .cart .fa, .product-box .product-details .buy-box .wishlist .fa {
	font-weight: thin;
	padding:5px
}

@media screen and (min-width: 970px) {
.product-panel-button {
	display: none
}
.product-panel-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	position: relative;
	height: 100%
}
.product-panel-content li a {
	position: relative;
	font-size: 1em;
	/*padding-left: 60px*/
}
.product-panel-content li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat
}
.product-panel-content li a.all-products:before {
	background-image: url("../img/cat-products.png")
}
.product-panel-content li a.bath-time:before {
	background-image: url("../img/cat-bath-time.png")
}
.product-panel-content li a.bed-time:before {
	background-image: url("../img/cat-bed-time.png")
}
.product-panel-content li a.books:before {
	background-image: url("../img/cat-books.png")
}
.product-panel-content li a.changing:before {
	background-image: url("../img/cat-changing.png")
}
.product-panel-content li a.clothing:before {
	background-image: url("../img/cat-clothing.png")
}
.product-panel-content li a.gift-packs:before {
	background-image: url("../img/cat-gift-packs.png")
}
.product-panel-content li a.meals:before {
	background-image: url("../img/cat-meals.png")
}
.product-panel-content li a.out-n-about:before {
	background-image: url("../img/cat-out-about.png")
}
.product-panel-content li a.play-time:before {
	background-image: url("../img/cat-play.png")
}
.product-search::after {
	clear: both;
	content: "";
	display: table
}
.product-search .pagination {
	float: left
}
.product-search .more-actions {
	float: right
}
.product-search .advanced-search h3 {
	float: left
}
.product-search .advanced-search input[type=text] {
	width: 40%
}
.side-bar-layout {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
.side-bar-layout::after {
	clear: both;
	content: "";
	display: table
}
.side-bar-layout .product-panel-content {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%;
	margin-bottom: -99999px;
	padding-bottom: 99999px
}
.side-bar-layout .product-panel-content:last-child {
	margin-right: 0
}
.side-bar-layout>section {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 74.4105871005%
}
.side-bar-layout>section:last-child {
	margin-right: 0
}
.product-list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.product-list::after {
	clear: both;
	content: "";
	display: table
}
.product-list .product-box {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%;
	margin-bottom: 1em
}
.product-list .product-box:last-child {
	margin-right: 0
}
.product-list .product-box:nth-of-type(3n) {
	margin-right: 0
}
.product-list .product-box .media, .product-list .product-box .product-details {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center
}
.product-list .product-box .product-details {
	padding: 5px
}
.product-list .product-box .product-details .buy-box .cart, .product-list .product-box .product-details .buy-box .wishlist {
	display: inline
}
}
.breadcrumb {
	display: inline-block;
	margin-bottom: 10px;
	text-align: left
}
.breadcrumb a {
	font-weight: bold;
	font-size: .8em
}
.breadcrumb a:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: .5em
}
.breadcrumb a:last-of-type:after {
	content: ''
}
.breadcrumb a.product-name {
	color: #98462B
}
.product-gallery {
	margin-bottom: 1em
}
.lightSlider .lslide.active {
	text-align: center
}
.product-page-content .more-details h2 {
	color: #006666;
	text-transform: uppercase;
	font-size: 1.4em
}
.product-page-content .more-details .product-price, .product-page-content .more-details .item-no, .product-page-content .more-details .brand-name {
	display: block;
	margin: 1em 0
}
.product-page-content .more-details .product-price {
	font-weight: bold;
	color: #98462B;
	font-size: 1.2em
}
.product-page-content .order-options>h3 {
	text-transform: uppercase;
	float: left
}
.product-page-content .order-options .size-chart {
	float: right
}
.product-page-content .order-options .size-select {
	clear: both;
	margin: 1em 0
}
.product-page-content .order-options .button-group {
	margin-bottom: 1em
}
.product-page-content .order-options .button-group label input+.button-group-item {
	background: #ddd;
	border: 1px solid #d0d0d0
}
.product-page-content .order-options .button-group label input:checked+.button-group-item {
	background: #006666;
	border: 1px solid #006666;
	color: #ffffff
}
.product-page-content .order-options .size-notice {
	display: none;
	margin-bottom: .8em
}
.product-page-content .order-options .size-notice::after {
	clear: both;
	content: "";
	display: table
}
.product-page-content .order-options .size-notice.is-visible {
	display: block
}
.product-page-content .order-options .size-notice h4 {
	color: #98462B
}
.product-page-content .order-options .buy-box {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center
}
.product-page-content .order-options .buy-box .cart {
	margin-right: 1.6em
}
.product-page-content .order-options .buy-box .cart, .product-page-content .order-options .buy-box .wishlist {
	font-size: 1.2em;
	font-weight: 400
}
.product-page-content .order-options .buy-box .cart a, .product-page-content .order-options .buy-box .wishlist a {
	color: #333333
}
.product-page-content .order-options .buy-box .fa {
	color: #006666;
	margin-right:5px
}
.product-page-content .product-description, .product-page-content .customer-related {
	clear: both;
	margin-bottom: 1em;
	padding: 0 0 1em;
	font-weight:400;
	border-bottom: 1px solid #eeeeee
}
.product-page-content .product-description h3, .product-page-content .customer-related h3, .product-page-content .product-reviews h3 {
	font-size: 1.4em;
	font-weight: 300;
	color: #006666
}
.product-page-content .product-reviews h3 {
	float: left
}
.product-page-content .product-reviews .write-review {
	font-size: .9em;
	line-height: 2em;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	color: #333333;
	float: right;
	cursor: pointer
}
.product-page-content .product-reviews .write-review .fa {
	color: #006666;
	vertical-align: middle
}
.product-page-content .product-reviews .review-box {
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #f1d660
}
.product-page-content .product-reviews .review-box .review-title {
	color: #98462B;
	font-weight: bold;
	font-style: italic;
	margin-bottom: .2em
}
.product-page-content .product-reviews .review-box .review-title .fa-star {
	color: #eab71c
}
.product-page-content .product-reviews .review-box .review-meta {
	display: block;
	font-size: .9em;
	color: #333333;
	margin-bottom: 1em
}
.product-page-content .product-reviews .review-box .review-description {
	margin-bottom: 0
}

@media screen and (min-width: 970px) {
.product-display {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.product-display::after {
	clear: both;
	content: "";
	display: table
}
.product-display .product-gallery, .product-display .more-details {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%
}
.product-display .product-gallery:last-child, .product-display .more-details:last-child {
	margin-right: 0
}
.product-page-content .order-options .size-select>label {
	float: left;
	line-height: 32px;
	margin-right: 5px;
	font-size: .9em
}
.product-page-content .order-options .size-select .button-group {
	margin-bottom: .8em
}
.product-page-content .order-options .size-select .button-group::after {
	clear: both;
	content: "";
	display: table
}
.product-page-content .order-options .size-select .button-group label {
	margin-right: 3px;
	font-size: .8em
}
.product-page-content .order-options .size-select .button-group label:last-of-type {
	margin-right: 0
}
.product-page-content .order-options .size-select .button-group label .button-group-item {
	padding: .6em .7em
}
}
#SiteFooter .footer-container {
	background-color: #FFFFFF;
	/*background-image: -webkit-linear-gradient(top, #F9EEBD, #fff);
	background-image: linear-gradient(to bottom, #F9EEBD, #fff);*/
	padding: 1em;
	/*border-top: 1px solid #eeeeee*/
}
#SiteFooter .footer-container::after {
	clear: both;
	content: "";
	display: table
}
#SiteFooter .footer-nav {
	text-align: center;
	margin-bottom: 10px
}
#SiteFooter .footer-nav li {
	font-size: .65em
}
#SiteFooter .footer-payments {
	margin-bottom: 10px
}
#SiteFooter .footer-payments .payment-methods, #SiteFooter .footer-payments .verified-site {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	margin: 5px auto
}
#SiteFooter .footer-payments .payment-methods {
	background-image: url("../img/payments.png");
	width: 253px;
	height: 40px
}
#SiteFooter .footer-payments .verified-site {
	background-image: url("../img/verified-site.png");
	width: 175px;
	height: 33px
}
#SiteFooter .footer-copy {
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-size: .7em
}
#SiteFooter .footer-copy .footer-logo {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-image: url("../img/lb-footer-logo.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 18px;
	margin: 5px auto 1em
}

@media screen and (min-width: 970px) {
#SiteFooter .footer-container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}
#SiteFooter .footer-container::after {
	clear: both;
	content: "";
	display: table
}
#SiteFooter .footer-nav {
	float: left;
	text-align: left
}
#SiteFooter .footer-nav ul {
	float: left;
	margin-right: 5em
}
#SiteFooter .footer-nav ul li {
	line-height: 2em
}
#SiteFooter .footer-payments {
	float: right
}
#SiteFooter .footer-copy {
	clear: both;
	padding-top: 1.4em
}
/*#SiteFooter .bee-zip {
	background-image: url("../img/footer-bees.png");
	position: absolute;
	top: 10%;
	left: 0;
	width: 670px;
	height: 88px;
	z-index: -1
}*/
}
/*# sourceMappingURL=main.css.map */
