/*  
Site Name: Harmony Wild Bird
Site URI: ---
Description: ---
Version: 1.0

This file uses LESSCSS - see http://lesscss.org


CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/
/* Reset & Minimal base styles -------------------------------------------------------------------------------------------*/
/*

	.LESS include - Reset & minimal base styles

*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0;
}
dd {
  margin: 0 0 0 0;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*

	.LESS include - Colors

*/
/* BASE ======================================================================================== */
/* INTERACTION ================================================================================= */
/* TYPE ======================================================================================== */
/* LESS vars / Additional mixins -----------------------------------------------------------------------------------------*/
.txt {
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
/* LESS mixin classes ----------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Common mixins

*/
.noDrop {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* CSS TRANSFORMS / TRANSITIONS ========================================================================================= */
/* ELEMENT DISPLAY & POSITIONING ======================================================================================== */
.block {
  display: block;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.rel {
  position: relative;
}
/* TEXT / TYPOGRAPHY ==================================================================================================== */
.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.cen {
  text-align: center;
}
/* SPRITES ============================================================================================================== */
/* MISC USEFUL MIXINS =================================================================================================== */
.noBullets {
  list-style-type: none;
  margin: 0;
}
.hwAccel {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* Default Styles --------------------------------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #001689 url(../img/interface/bg-body-inner.jpg) no-repeat 50% top;
}
body.home {
  background: #001689 url(../img/interface/bg-body.jpg) no-repeat 50% top;
}
body,
select,
input,
textarea {
  color: #1d1d1b;
  line-height: 1.6;
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: #ffffff;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}
h1 {
  font-size: 42px;
  margin: 0px 0 40px 0;
  line-height: 40px;
  font-weight: normal;
}
h1 em {
  font-style: normal;
  font-size: 19px;
  display: block;
  font-weight: normal;
  color: #999;
}
h2 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #ffed00;
}
h2.history {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  padding-top: 20px;
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #ffed00;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #ffed00;
}
p {
  font-size: 13px;
  margin: 0 0 20px 0;
  line-height: 20px;
}
ul,
ol {
  font-size: 13px;
  margin: 0 0 20px 18px;
  color: #52524c;
}
a,
a:active,
a:visited {
  color: #998e00;
}
a:hover {
  color: #ffed00;
}
::-moz-selection {
  background: #226b20;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #226b20;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #226b20;
}
/* Forms -----------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Forms

*/
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}
/*
@radius 		: 2;
@transTime		: 200ms;
@errorColor		: #ff3600;

select,
textarea,
input[type="text"],
input[type="password"]			{
	border: 1px solid lighten( @ui-alternate, 40% ); margin: 0; padding: 5px 10px; width: 618px; .round(@radius); background: #fdfdfd; .txtEmboss(1); outline: none; .transition( @transTime ); color: lighten( @txt-base, 30% );
	&:focus						{ border: 1px solid lighten( @ui-alternate, 20% ); .inDrop(@strength: 0.05, @blur: 10); color: @txt-base; }
}
select							{ padding: 4px 6px; width: 100%; }
label							{ display: block; line-height: 35px; }
input[type="submit"],
button							{ 
	border: none; height: 35px; background: @ui-main; .round(@radius); padding: 0 10px; .txtDeboss(0.2); outline: none; .transition( 50ms ); color: #fff; .rel;
	&:hover,
	&:focus						{ background: darken( @ui-main, 10% ); .drop(@strength: 0.1, @blur: 0, @y: 2); }
	&:active					{ top: 2px; .drop(@strength: 0.1, @blur: 0, @y: 0); }
}

.ie7, .ie8						{
	input[type="text"],
	input[type="password"]		{ padding-bottom: 9px; }
	.search-submit				{ height: 33px; }
}

.ie7							{
	.search-input				{ width: 200px; .rel; left: 10px; }
	.search-submit				{ height: 34px; }
	.home-pods section.sign-up-pod fieldset {
		input[type=text]		{ margin-left: -40px; }
		input[type=submit]		{ height: 83px; }
	}
}

// webkit specific adjustments
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	label						{ line-height: 33px; }
	input[type="submit"],
	button						{ height: 33px; }
	
}

fieldset						{
	//padding: 0 50px;
	
	ul							{ 
		.noBullets; 
		li						{ 
			margin-bottom: 10px; 
			.error,
			.note				{ 
				.block; line-height: 25px; background: @errorColor; color: #fff; .round(@radius); margin-top: 10px; padding: 5px 10px; .txtDeboss(0.1); .rel;
				&:before		{ 
					content: '!'; display: inline-block; padding: 0 10px; background: rgba(255,255,255,0.4); background: lighten( @errorColor, 15% ); color: #fff; .round(50); margin: 0 10px 0 -2px; .bold;
					.inDrop( @strength:0.2, @blur:0, @col:0, @x:0, @y:1 );
				}
			}
			.note				{
				background: #ccc; color: @txt-base; .txtEmboss(0.2);
				&:before		{ content: 'i'; background: #fff; color: #ccc; .txtEmboss(0.2); }
			}
		}
	}
	
	&.stacked							{
		
		li								{
			overflow: hidden;
			label						{ width: 25%; float: left; }
			select,
			textarea,
			input[type="text"],
			input[type="password"]		{ width: 50%; float: left; }
			.error,
			.note						{ 
				width: 20%; float: left; margin: 0 0 0 5%; 
				&:after					{ .abs(@t: 50%, @l: -3px); margin-top: -6px; }
			}
			input[type="submit"],
			button						{
				float: right; margin: 0 25% 36px 0;
			}
		}
		
	}
	
}

*/
#recaptcha_area {
  line-height: 0.5em;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contact .error {
  font-size: 9pt;
  line-height: 1em;
  color:#ff0000;
  font-weight:bold;			
}
/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Structure -------------------------------------------------------------------------------------------------------------*/
#container {
  width: 900px;
  margin: auto;
  padding-top: 20px;
  position: relative;
}
body.home #container > .deco-frame {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 1040px;
  height: 941px;
  top: -9px;
  left: -82px;
  background: url(../img/interface/homeframe.png) no-repeat left top;
  pointer-events: none;
  z-index: 150;
}
body.productrange #container > .deco-frame,
body.birdprofileslanding #container > .deco-frame {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 1026px;
  height: 1051px;
  top: 20px;
  left: -62px;
  background: url(../img/interface/leaf-frame-deco.png) no-repeat left top;
  pointer-events: none;
  z-index: 150;
}
body.productdetailpage #container > .deco-frame,
body.standardcontentpage #container > .deco-frame,
body.birdprofiledetailpage #container > .deco-frame,
body.contactus #container > .deco-frame,
body.search #container > .deco-frame {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 825px;
  height: 840px;
  top: 140px;
  left: 12px;
  background: url(../img/interface/thin-frame.png) no-repeat left top;
  pointer-events: none;
  z-index: 150;
}
.no-pointerevents body.productdetailpage #container > .deco-frame,
.no-pointerevents body.standardcontentpage #container > .deco-frame,
.no-pointerevents body.birdprofiledetailpage #container > .deco-frame,
.no-pointerevents body.contactus #container > .deco-frame,
.no-pointerevents body.search #container > .deco-frame {
  width: 184px;
  height: 722px;
  top: 200px;
  left: 10px;
  background: url(../img/interface/foliage-left.png) no-repeat left top;
}
.no-pointerevents body.productdetailpage .deco-frame-alt,
.no-pointerevents body.standardcontentpage .deco-frame-alt,
.no-pointerevents body.birdprofiledetailpage .deco-frame-alt,
.no-pointerevents body.contactus .deco-frame-alt,
.no-pointerevents body.search .deco-frame-alt {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 277px;
  height: 99px;
  top: 129px;
  left: 340px;
  background: url(../img/interface/foliage-top.png) no-repeat left top;
  z-index: 150;
}
#wrapper {
  min-height: 600px;
}
header {
  height: 120px;
  position: relative;
  z-index: 250;
}
header .container {
  height: 120px;
}
#main {
  height: 100%;
}
#main .full-width {
  text-align: center;
}
#main .lhc {
  width: 160px;
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  /*background: rgba(0,0,0,0.1);*/
}
#main .content {
  width: 940px;
  float: left;
  padding: 0 14px;
  position: relative;
}
#main .lhc + .content {
  width: 760px;
  padding: 0 14px 0 0;
}
#main .rhc {
  width: 180px;
  float: left;
  padding: 40px 0;
  /*background: rgba(0,0,0,0.1);*/
}
/* Common Containers & Subclasses ----------------------------------------------------------------------------------------*/
header .logo {
  position: absolute;
  top: 18px;
  left: 17px;
  bottom: auto;
  right: auto;
  display: block;
  width: 238px;
  height: 65px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url(/img/interface/harmony-logo.png) no-repeat left top;
}
header nav {
  position: absolute;
  top: 24px;
  left: 280px;
  bottom: auto;
  right: auto;
  margin: 0;
  display: table;
}
header nav a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 78px;
  line-height: 1.2;
  text-align: center;
  padding: 8px 1px 12px 5px;
  height: 60px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  background: url(../img/interface/nav-sep.png) no-repeat left top;
}
header nav a:first-child {
  background: none;
}
header nav a:visited {
  color: #fff;
}
header nav a:hover {
  color: #00aeff;
}
header nav a.selected {
  color: #ffed00;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 3px;
}
header fieldset {
  position: absolute;
  top: 39px;
  left: auto;
  bottom: auto;
  right: 60px;
  z-index: 250;
}
header fieldset .search-input {
  width: 140px;
  border: none !important;
  font-size: 12px;
  padding: 5px 6px;
  color: #bbb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
}
header fieldset .search-input:focus {
  border: none !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
  color: #333;
}
.ie7 header fieldset .search-input {
  width: 130px;
  padding: 5px 6px 4px;
}
.ie8 header fieldset .search-input {
  width: 130px;
  padding: 5px 6px 4px;
}
header fieldset .search-submit {
  position: absolute;
  top: -10px;
  left: auto;
  bottom: auto;
  right: -38px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  background: url(../img/interface/go.png) no-repeat left top;
}
header fieldset .search-submit:hover {
  background: url(../img/interface/go.png) no-repeat left top;
}
#main .layout .main-col .inner h1.search-head {
  font-size: 24px;
}
#main .layout .main-col .inner h1.search-head em {
  display: inline;
  color: #000;
  font-style: italic;
  font-size: 24px;
}
#main .layout .main-col .inner .search-results h3 {
  color: #ff4800;
}
.slide-wrapper {
  margin: -5px auto 0;
  width: 940px;
  height: 455px;
  overflow: hidden;
  padding-top: 5px;
}
.slide-wrapper #slideshow {
  width: 891px;
  height: 440px;
  margin: 0 auto;
  left: -24px;
  position: relative;
}
.slide-wrapper #slideshow img {
  display: block;
  margin: 0 auto 20px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.4);
}
.home-top {
  position: relative;
}
.home-top .home-product-img {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  top: 207px;
  left: 442px;
  z-index: 125;
  pointer-events: none;
}
.home-buttons-area {
  position: relative;
  z-index: 150;
  padding-left: 146px;
  height: 205px;
}
.home-buttons-area .home-button {
  display: block;
  float: left;
  margin: 16px 10px 10px;
}
.home-buttons-area .home-deco {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  top: -126px;
  left: -30px;
  width: 209px;
  height: 225px;
  background: url(../img/interface/zebrafinch.png) no-repeat left top;
  pointer-events: none;
}
.home-buttons-area .email-bg {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  top: -294px;
  right: -56px;
  width: 331px;
  height: 493px;
  background: url(../img/interface/EmailWithBird.png) no-repeat left top;
  pointer-events: none;
}
.ie7 .home-buttons-area {
  z-index: 3000;
}
.home-buttons-area .loop-holder {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  top: 26px;
  right: 12px;
  z-index: 200;
}
.loop-holder {
  width: 200px;
  height: 140px;
}
.loop-holder fieldset h4 {
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #e6ff00;
  padding: 7px 0 0 5px;
  font-size: 17px;
}
.loop-holder fieldset input[type=radio] {
  display: block;
  float: left;
  margin-right: 6px;
  margin-left: 2px;
}
.loop-holder fieldset label {
  font-size: 9px;
  color: #fff;
  display: block;
  float: left;
  width: 108px;
  line-height: 11px;
}
.loop-holder fieldset label a {
  color: #fff59b;
  text-decoration: none;
}
.loop-holder fieldset label a:hover {
  color: #ffed00;
}
.loop-holder fieldset input[type=text] {
  background: transparent;
  border: none !important;
  width: 185px;
  color: #9d9d9c;
  margin-left: 4px;
  margin-bottom: 10px;
  padding: 6px 0 6px 6px;
  font-size: 12px;
  display: block;
  outline: none;
}
.ie7 .loop-holder fieldset input[type=text],
.ie8 .loop-holder fieldset input[type=text],
.ie9 .loop-holder fieldset input[type=text] {
  padding: 5px 0 5px 6px;
}
.ie8 .loop-holder fieldset input[type=text] {
  margin-bottom: 11px;
}
.loop-holder fieldset input[type=text]:focus {
  color: #333;
  outline: none;
}
.loop-holder fieldset input[type=submit] {
  color: #068d32;
  background-color: #fcaf01;
  background-image: -webkit-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -moz-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -o-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -ms-linear-gradient(top, #fcc504, #fd8c00);
  background-image: linear-gradient(top, #fcc504, #fd8c00);
  border: none;
  padding: 4px 4px 3px 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  float: right;
  margin-right: 10px;
}
.ie7 .loop-holder fieldset input[type=submit] {
  padding: 0 7px;
}
.ie8 .loop-holder fieldset input[type=submit] {
  padding: 3px 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .loop-holder fieldset input[type=text] {
    padding: 5px 0 5px 6px;
    margin-bottom: 9px;
  }
}
.range-header {
  padding-top: 18px;
  overflow: hidden;
}
.range-header h1 {
  font-size: 39px;
  margin: 0 0 6px;
}
.range-header img.promo-img {
  float: right;
  margin-right: 15px;
}
.range-header p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 25px;
  float: left;
  width: 630px;
}
.range-header p.mini {
  width: 450px;
}
.ie8 .range-header p {
  width: 610px;
}
.ie8 .range-header p.mini {
  width: 440px;
}
.tab-list {
  margin-top: -30px;
  min-height: 550px;
}
.tab-list a {
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  width: 140px;
  margin-left: 14px;
}
.tab-list a.first {
  margin: 0;
}
.tab-list a:hover h2 {
  color: #ffffff;
}
.tab-list h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #226b20;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
.profiles-tab-list {
  margin: 0;
  min-height: 685px;
  padding-top: 25px;
  margin-bottom: 60px;
  width: 952px;
  position: relative;
  z-index: 300;
  left: -20px;
  background: url(../img/interface/leaf-frame.png) no-repeat left top;
}
.profiles-tab-list .tab-list-inner {
  margin-left: 26px;
}
.profiles-tab-list .tab-list-inner p {
  clear: both;
  padding: 103px 70px 0 40px;
  line-height: 1.15;
  font-size: 20px;
  color: #03441e;
}
.profiles-tab-list a {
  width: 210px;
}
.profiles-tab-list a:focus h2,
.profiles-tab-list a:hover h2 {
  color: #6D4400;
}
.profiles-tab-list h2 {
  color: #03441e;
  font-size: 18px;
  text-transform: none;
}
.profiles-tab-list h2:focus,
.profiles-tab-list h2:hover {
  color: #6D4400;
}
.products-tab-list {
  margin: 0;
  min-height: 685px;
  padding-top: 25px;
  margin-bottom: 60px;
  width: 952px;
  position: relative;
  z-index: 300;
  left: -20px;
  background: url(../img/interface/leaf-frame.png) no-repeat left top;
}
.products-tab-list .tab-list-inner {
  margin-left: 26px;
}
.products-tab-list a {
  width: 288px;
  height: 650px;
  margin: 0;
  display: table;
}
.products-tab-list a:hover h2,
.products-tab-list a:focus h2 {
  color: #366e00;
}
.products-tab-list a h2 {
  color: #6d4400;
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: -24px;
}
.products-tab-list a h2:hover,
.products-tab-list a h2:focus {
  color: #366e00;
}
.products-tab-list a .tab-list-img-holder {
  height: 612px;
  display: table-cell;
  vertical-align: bottom;
}
.products-tab-list a img {
  max-height: 612px;
}
.footer-banner {
  display: block;
  position: relative;
  clear: both;
  margin-bottom: 85px;
  z-index: 400;
}
.layout {
  overflow: hidden;
  padding: 8px 14px 0;
}
.product-img {
  width: 230px;
  margin: 25px auto 0;
  position: relative;
  left: 10px;
}
.product-img img {
  display: block;
  margin: 0 auto;
}
.bird-profile-img {
  margin-bottom: 120px;
  margin-top: 30px;
  width: 240px;
  overflow: hidden;
  padding-bottom: 20px;
}
.standard-imgs {
  margin-bottom: 10px;
  padding-top: 20px;
}
.standard-imgs img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  left: -8px;
}
.no-pointerevents .standard-imgs img {
  left: -15px;
}
.nav-col-deco {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 300;
}
#main .two-col .main-col {
  width: 625px;
}
#main .three-col .main-col {
  width: 440px;
}
.wood-place {
  height: 40px;
  margin-bottom: 40px;
}
#main .layout {
  padding-bottom: 70px;
}
#main .layout .lhs {
  float: left;
  width: 170px;
}
#main .layout .lhs .wood {
  margin: 10px 0;
}
#main .layout .lhs .wood,
#main .layout .lhs h2 {
  width: 159px;
  height: 64px;
  overflow: hidden;
}
#main .layout .lhs h2 {
  color: #552800;
  font-weight: normal;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#main .layout .main-col {
  float: left;
  padding: 0;
}
#main .layout .main-col .inner {
  background: #ffffff url(../img/interface/col-inner.jpg) repeat-x left top;
  margin: 0 0 0 10px;
  min-height: 710px;
  height: 710px;
  overflow-y: auto;
  padding: 25px;
}
.no-pointerevents #main .layout .main-col .inner {
  height: auto;
  border: 8px solid #6D4400;
}
#main .layout .main-col .inner h1 {
  line-height: 1.1;
  margin-bottom: 18px;
  color: #000;
  font-size: 38px;
}
#main .layout .main-col .inner h2 {
  color: #ff6400;
  font-size: 16px;
  margin: 15px 0 6px;
  line-height: 1.2;
}
#main .layout .main-col .inner h3 {
  color: #ff6400;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 4px;
  line-height: 1.1;
}
#main .layout .main-col .inner .intro {
  color: #ff6400;
}
#main .layout .main-col .inner .intro p,
#main .layout .main-col .inner .intro ul,
#main .layout .main-col .inner .intro ol {
  font-size: 100%;
  line-height: 1.3;
}
#main .layout .sidebar {
  float: right;
  width: 255px;
  text-align: center;
}
#main .layout .sidebar .related-products {
  margin: 5px auto 0;
  background: transparent url(../img/interface/relatedBg.png) no-repeat left top;
  width: 230px;
  min-height: 180px;
}
#main .layout .sidebar .related-products h4 {
  text-transform: uppercase;
  color: #ffed00;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 3px;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
#main .layout .sidebar .related-products a img {
  width: 85px;
  float: left;
  margin-left: 10px;
}
#main .layout .sidebar .related-products a p {
  font-size: 11px;
  color: #ffffff;
  float: left;
  padding: 20px 10px 0 20px;
  width: 110px;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
}
.ie8 #main .layout .sidebar .related-products a p {
  width: 100px;
}
#main .layout .sidebar .related-products a:hover p {
  color: #226b20;
}
#main .layout .sidebar .loop-holder {
  margin: 0 auto;
  background: transparent url(../img/interface/Email.png) no-repeat right bottom;
  width: 256px;
  height: 190px;
  padding: 5px 0 0 5px;
  position: relative;
  z-index: 200;
}
.no-pointerevents #main .layout .sidebar .loop-holder {
  left: -7px;
}
#main .layout .sidebar .loop-holder fieldset {
  margin: 12px 0 0 0;
}
#main .layout .sidebar .loop-holder fieldset label {
  width: 92px;
}
#main .layout .sidebar .loop-holder h4 {
  text-align: left;
  padding-left: 15px;
}
#main .layout .sidebar .loop-holder input[type="text"] {
  margin-left: 8px;
}
#main .layout .sidebar .loop-holder input[type="radio"] {
  margin-left: 6px;
}
#main .layout .sidebar .loop-holder input[type="submit"] {
  margin-right: 60px;
}
#main .wide .main-col {
  width: 645px;
  margin-left: 10px;
}
#main .wide .main-col .inner {
  min-height: 430px;
}
#main .contact-us .main-col .inner {
  padding-top: 10px;
}
.contact-us .main-col fieldset {
  padding-top: 5px;
}
.contact-us .main-col fieldset input[type="text"],
.contact-us .main-col fieldset textarea {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  color: #7d7d7d;
  padding: 3px 4px 3px 4px;
}
.contact-us .main-col fieldset input[type="submit"] {
  margin-top: 10px;
  color: #068d32;
  background-color: #fcaf01;
  background-image: -webkit-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -moz-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -o-linear-gradient(top, #fcc504, #fd8c00);
  background-image: -ms-linear-gradient(top, #fcc504, #fd8c00);
  background-image: linear-gradient(top, #fcc504, #fd8c00);
  border: none;
  font-weight: bold;
  padding: 2px 4px;
}
.contact-us .main-col fieldset textarea {
  width: 100%;
}
.contact-us .main-col fieldset select {
  width: 100%;
  color: #7D7D7D;
  font-size: 12px;
}
.contact-us .main-col fieldset .preamble {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #7e3f0e;
  background-image: -webkit-linear-gradient(top, #944410, #60390a);
  background-image: -moz-linear-gradient(top, #944410, #60390a);
  background-image: -o-linear-gradient(top, #944410, #60390a);
  background-image: -ms-linear-gradient(top, #944410, #60390a);
  background-image: linear-gradient(top, #944410, #60390a);
}
.contact-us .main-col fieldset .preamble p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
footer {
  font-size: 12px;
  font-weight: bold;
  color: #00aeff;
  padding-top: 175px;
  position: relative;
  padding-bottom: 60px;
  z-index: 400;
}
footer .copyright {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  font-size: 12px;
}
footer .aus-made {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  right: 34px;
  top: 60px;
}
footer .tagline {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/interface/tagline.png) no-repeat left top;
  width: 540px;
  height: 47px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  left: 180px;
  top: 90px;
}
footer nav {
  margin-bottom: 2px;
}
footer nav a {
  padding-right: 10px;
  text-decoration: none;
  color: #00aeff;
}
footer nav a:visited {
  color: #00aeff;
}
footer nav a:hover {
  color: #fff;
}
footer .container {
  text-align: center;
}
footer .deco {
  display: none;
}
.share {
  position: relative;
  z-index: 300;
  overflow: hidden;
  background: url(../img/interface/share-bg.png) repeat-x left top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 45px 0 10px 15px;
  width: 180px;
  padding: 6px 8px;
}
.share h4 {
  margin: 0 6px 0 0;
  text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}
.share a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 6px;
}
.share a.fb {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.share a.gp {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -40px 0px;
}
.share a.tw {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -80px 0px;
}
.share a.em {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -120px 0px;
  margin: 0;
}
/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/
.product-nav {
  position: relative;
  z-index: 300;
}
.product-nav ul {
  list-style-type: none;
  margin: 0;
  width: 160px;
  margin-top: 0;
}
.product-nav ul li h4 {
  margin: 0;
  line-height: 26px;
  color: #000;
  cursor: pointer;
  /*.transition( 250ms );
                .txtEmboss(0.1);*/
  background-color: #72ff00;
  background-image: -webkit-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -moz-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -o-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -ms-linear-gradient(top, #c7ff00, #11ff00);
  background-image: linear-gradient(top, #c7ff00, #11ff00);
  border-bottom: 1px solid #0ded23;
  padding: 2px 0 0 10px;
  font-size: 13px;
  position: relative;
}
.product-nav ul li h4:hover {
  color: #ff4800;
  /*padding-left: 10px !important;*/
}
.product-nav ul li h4 .ind {
  display: block;
  position: absolute;
  top: 8px;
  left: auto;
  bottom: auto;
  right: 7px;
  width: 14px;
  height: 14px;
  background: transparent url(../img/interface/pnav.png) no-repeat right top;
}
.product-nav ul li a {
  display: block;
  color: #7d7d7d;
  display: none;
  line-height: 1.1;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 5px 8px 10px;
  margin: 0;
  border-top: 2px dotted #ccc;
}
.product-nav ul li a:hover {
  color: #226b20;
}
.product-nav ul li a.selected {
  color: #333;
  font-weight: bold;
}
.product-nav ul li a:first-child {
  border-top: none;
  padding-top: 8px;
}
.product-nav ul li.open {
  background: #fff;
}
.product-nav ul li.open h4 {
  color: #000;
  background-color: #ff8200;
  background-image: -webkit-linear-gradient(top, #ffad00, #ff4800);
  background-image: -moz-linear-gradient(top, #ffad00, #ff4800);
  background-image: -o-linear-gradient(top, #ffad00, #ff4800);
  background-image: -ms-linear-gradient(top, #ffad00, #ff4800);
  background-image: linear-gradient(top, #ffad00, #ff4800);
  border-bottom: 1px solid #da663f;
}
.product-nav ul li.open h4 .ind {
  background: transparent url(../img/interface/pnavOn.png) no-repeat right bottom;
  top: 6px;
}
.product-nav ul li.open a {
  display: block;
}
.product-nav ul li.featured a {
  display: block;
  position: relative;
  background-color: #4f7aea;
  background-image: -webkit-linear-gradient(top, #c1f5fd, #3959e5);
  background-image: -moz-linear-gradient(top, #c1f5fd, #3959e5);
  background-image: -o-linear-gradient(top, #c1f5fd, #3959e5);
  background-image: -ms-linear-gradient(top, #c1f5fd, #3959e5);
  background-image: linear-gradient(top, #c1f5fd, #3959e5);
  border-bottom: 1px solid #6a82bd;
  color: #fff;
  margin: 0;
  padding: 2px 0 0 10px;
  line-height: 26px;
  font-size: 13px;
}
.product-nav ul li.featured a .ind {
  display: block;
  position: absolute;
  top: 8px;
  left: auto;
  bottom: auto;
  right: 7px;
  width: 14px;
  height: 14px;
  background: transparent url(../img/interface/pfnav.png) no-repeat right top;
}
.product-nav ul li.childless a {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 0 0 10px;
  line-height: 26px;
  font-size: 13px;
  background-color: #72ff00;
  background-image: -webkit-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -moz-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -o-linear-gradient(top, #c7ff00, #11ff00);
  background-image: -ms-linear-gradient(top, #c7ff00, #11ff00);
  background-image: linear-gradient(top, #c7ff00, #11ff00);
  border-bottom: 1px solid #0ded23;
  color: #000;
  font-weight: bold;
}
.product-nav ul li.childless a:hover {
  color: #ff4800;
}
.product-nav ul li.childless a.selected {
  color: #000;
  background-color: #ff8200;
  background-image: -webkit-linear-gradient(top, #ffad00, #ff4800);
  background-image: -moz-linear-gradient(top, #ffad00, #ff4800);
  background-image: -o-linear-gradient(top, #ffad00, #ff4800);
  background-image: -ms-linear-gradient(top, #ffad00, #ff4800);
  background-image: linear-gradient(top, #ffad00, #ff4800);
  border-bottom: 1px solid #da663f;
}
.product-nav ul li.childless .ind {
  display: none;
}
.faq-nav ul li.open a.selected {
  color: #ffffff;
  background-color: #f7e53e;
  background-image: -webkit-linear-gradient(top, #fcfd45, #f0c636);
  background-image: -moz-linear-gradient(top, #fcfd45, #f0c636);
  background-image: -o-linear-gradient(top, #fcfd45, #f0c636);
  background-image: -ms-linear-gradient(top, #fcfd45, #f0c636);
  background-image: linear-gradient(top, #fcfd45, #f0c636);
}
.byline {
  font-size: 24px;
  line-height: 30px;
  margin-top: -20px;
  color: #52524c;
}
.disclaimer p {
  font-size: 12px;
  color: #6c6c65;
}
.summary {
  margin: 0 0 40px -10px;
}
.summary span {
  display: inline-block;
  height: 20px;
  margin: 0 10px;
  position: relative;
  top: 4px;
}
.summary .clock {
  width: 18px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -200px 0px;
}
.summary .forks {
  width: 22px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -200px -20px;
}
.related-product {
  border-bottom: 1px dotted #6dc2e5;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.related-product img {
  display: block;
  margin: 0 0 10px;
}
.related-product .title {
  font-weight: bold;
}
.related-product .descrip {
  clear: both;
}
.next-prev {
  border-top: 1px dotted #6dc2e5;
  padding: 20px 0 0;
}
.next-prev a {
  text-decoration: none;
  display: block;
  position: relative;
}
.next-prev a img {
  display: block;
}
.next-prev a strong {
  width: 180px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background: url(../img/interface/bg-overlay.png);
  line-height: 80px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  font-size: 16px;
}
.next-prev a span {
  font-size: 13px;
  display: block;
  text-align: center;
  margin: 10px 0;
}
.next-prev a:hover strong {
  display: none;
}
.print {
  background: #226b20;
  padding: 10px 20px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.print:hover {
  background: #ffed00;
}
.contact-col-1 {
  width: 300px;
  margin-right: 20px;
  float: left;
}
.contact-col-2 {
  width: 300px;
  float: left;
}
.product-landing {
  overflow: hidden;
  background: url(../img/interface/bg-cardboard.jpg);
  background: url(../img/interface/bg-cardboard-large.jpg);
  border: 5px solid #fff;
  width: 950px;
  padding: 22px 0 0;
}
.product-landing h1 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.product-landing a {
  display: block;
  float: left;
  width: 200px;
  text-decoration: none;
  border: 5px solid #fff;
  background: url(../img/interface/bg-body.jpg);
  margin: 0 0 22px 22px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  background: url(../img/interface/bg-recipe-rotator-item.jpg);
}
.product-landing a h2 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.product-landing a h2 span {
  font-family: 'Lato', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-top: 20px;
  color: #fff;
}
.product-landing a img {
  display: block;
  margin: auto;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.product-landing a:hover h2 {
  color: #000000;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}
.product-landing a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ie7 .product-landing {
  padding-bottom: 22px;
}
#main .layout .main-col .search-results {
  list-style-type: none;
  margin: 0;
  margin-top: -1px;
}
#main .layout .main-col .search-results li {
  padding-top: 20px;
}
#main .layout .main-col .search-results li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  color: #000;
}
#main .layout .main-col .search-results li a .img-holder {
  position: absolute;
  top: -10px;
  left: 0;
  bottom: auto;
  right: auto;
}
#main .layout .main-col .search-results li a .img-holder img {
  display: block;
}
#main .layout .main-col .search-results li a h3 {
  font-size: 18px;
  line-height: 24px;
}
#main .layout .main-col .search-results li a:hover h3 {
  color: #000;
}
.pagination {
  text-align: center;
  position: relative;
  z-index: 100;
  border-top: 2px dotted #ffffff;
  padding-top: 45px;
}
.pagination a {
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #ffed00;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}
.pagination a.current {
  background: #ffed00;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.pagination a:hover {
  background: #226b20;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* Non-semantic Helper Classes -------------------------------------------------------------------------------------------*/
.ir {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  display: none;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Media queries for responsive design -----------------------------------------------------------------------------------*/
/*

	.LESS include - Media Queries

*/
.size-right {
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}
@media all and (max-width: 1450px) {
  .big-ben {
    right: -50px;
  }
}
@media all and (max-width: 1300px) {
  .big-ben {
    right: -140px;
  }
}
@media all and (max-width: 1100px) {
  .big-ben {
    right: -300px;
  }
}
/* Print styles --------------------------------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  .lhc,
  .rhc,
  footer,
  .big-ben {
    display: none;
  }
  #main,
  .content {
    width: 100%;
  }
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
