/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* import normalize */
/******************************************************************
Site Name: RFID Canada
Author: FireScript - Ryan Lebel - ryan@firescript.ca

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import normalize */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_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 IE6/7
 */
body {
  margin: 0;
}
@-ms-viewport       { width: device-width; }
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
 .stButton {
	display: none!important;
 }
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 IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
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;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
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 IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/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 IE6/7, FF3+, S5, 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 FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
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 S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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 S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/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;
}
/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  /* for IE */

  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
#at20mc {
	display: none!important;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* alerts & notices */
.alert {
  margin: 10px 10px 10px 0px;
  padding: 5px 18px;
  border: 1px solid;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* .rounded(4px); */
/* .rounded-left(4px); */
/* .rounded-right(4px); */
/* .rounded-bottom(4px); */
/* .rounded-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #b92122;
  border-top-color: #d32526;
  border-left-color: #d32526;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #d9292a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd3f40), to(#d9292a));
  background-image: -webkit-linear-gradient(top, #dd3f40, #d9292a);
  background-image: -moz-linear-gradient(top, #dd3f40, #d9292a);
  background-image: -o-linear-gradient(top, #dd3f40, #d9292a);
  background-image: -ms-linear-gradient(top, #dd3f40, #d9292a);
  background-image: linear-gradient(top, #dd3f40, #d9292a);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #b92122;
  border-top-color: #9b1b1c;
  border-left-color: #9b1b1c;
  background-color: #c62324;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9292a), to(#c62324));
  background-image: -webkit-linear-gradient(top, #d9292a, #c62324);
  background-image: -moz-linear-gradient(top, #d9292a, #c62324);
  background-image: -o-linear-gradient(top, #d9292a, #c62324);
  background-image: -ms-linear-gradient(top, #d9292a, #c62324);
  background-image: linear-gradient(top, #d9292a, #c62324);
}
.button:active,
.button:visited:active {
  background-color: #dd3f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9292a), to(#dd3f40));
  background-image: -webkit-linear-gradient(top, #d9292a, #dd3f40);
  background-image: -moz-linear-gradient(top, #d9292a, #dd3f40);
  background-image: -o-linear-gradient(top, #d9292a, #dd3f40);
  background-image: -ms-linear-gradient(top, #d9292a, #dd3f40);
  background-image: linear-gradient(top, #d9292a, #dd3f40);
}
.blue-button,
.blue-button:visited {
  border-color: #009acc;
  text-shadow: 0 1px 1px #009acc;
  background-color: #00ade6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00c0ff), to(#00ade6));
  background-image: -webkit-linear-gradient(top, #00c0ff, #00ade6);
  background-image: -moz-linear-gradient(top, #00c0ff, #00ade6);
  background-image: -o-linear-gradient(top, #00c0ff, #00ade6);
  background-image: -ms-linear-gradient(top, #00c0ff, #00ade6);
  background-image: linear-gradient(top, #00c0ff, #00ade6);
  -webkit-box-shadow: inset 0 0 3px #52d4ff;
  -moz-box-shadow: inset 0 0 3px #52d4ff;
  box-shadow: inset 0 0 3px #52d4ff;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #0086b3;
  background-color: #009acc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b1eb), to(#009acc));
  background-image: -webkit-linear-gradient(top, #00b1eb, #009acc);
  background-image: -moz-linear-gradient(top, #00b1eb, #009acc);
  background-image: -o-linear-gradient(top, #00b1eb, #009acc);
  background-image: -ms-linear-gradient(top, #00b1eb, #009acc);
  background-image: linear-gradient(top, #00b1eb, #009acc);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #00c0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ade6), to(#00c0ff));
  background-image: -webkit-linear-gradient(top, #00ade6, #00c0ff);
  background-image: -moz-linear-gradient(top, #00ade6, #00c0ff);
  background-image: -o-linear-gradient(top, #00ade6, #00c0ff);
  background-image: -ms-linear-gradient(top, #00ade6, #00c0ff);
  background-image: linear-gradient(top, #00ade6, #00c0ff);
}
.button.big {
  font-size: 20px;
  padding: 10px 10px;
}
/******************************************************************s
BASE (MOBILE) SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
/* styles in base.less */
/******************************************************************
Site Name: RFID Canada	
Author: FireScript - Ryan Lebel

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
iframe {
	max-width: 100%;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
body {
  font-family: 'Source Sans Pro', serif;
  font-size: 14px;
  line-height: 1.5;
  color: #565656;
  background: url('../images/RFID_Background.png') repeat;
}
body #container {
  min-height: 600px;
}
body #container .blueGlow {
  min-height: 600px;
}
body #container header .logo,
body #container .header .logo {
  margin-top: 30px;
  margin-bottom: 0px;
}
body #container header .socialInfo,
body #container .header .socialInfo {
  margin-top: 10px;
  font-size: 14px;
}
body #container header .socialInfo a,
body #container .header .socialInfo a {
  text-decoration: none;
}
body #container header .socialInfo .contacts,
body #container .header .socialInfo .contacts {
  float: right;
  padding-left: 20px;
}
body #container header .socialInfo .contacts span,
body #container .header .socialInfo .contacts span {
  display: block;
  padding: 2px 0px 2px 30px;
}
body #container header .socialInfo .contacts span:first-child,
body #container .header .socialInfo .contacts span:first-child {
  padding-top: 0px ;
}
body #container header .socialInfo .contacts .phone,
body #container .header .socialInfo .contacts .phone,
body #container header .socialInfo .contacts .email,
body #container .header .socialInfo .contacts .email,
body #container header .socialInfo .contacts .bookmark,
body #container .header .socialInfo .contacts .bookmark {
  background: url(../images/sprites.png) no-repeat;
}
body #container header .socialInfo .contacts .bookmark,
body #container .header .socialInfo .contacts .bookmark {
  background-position: 0 -296px;
}
body #container header .socialInfo .contacts .phone,
body #container .header .socialInfo .contacts .phone {
  background-position: 0 -246px;
}
body #container header .socialInfo .contacts .email,
body #container .header .socialInfo .contacts .email {
  background-position: 0 -196px;
}
body #container header .socialInfo .social,
body #container .header .socialInfo .social {
  float: right;
}
body #container header .socialInfo .social ul,
body #container .header .socialInfo .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #container header .socialInfo .social ul li,
body #container .header .socialInfo .social ul li {
  margin-right: 5px;
  background: url(../images/sprites.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
}
body #container header .socialInfo .social ul li.fb,
body #container .header .socialInfo .social ul li.fb {
  background-position: 0 0;
}
body #container header .socialInfo .social ul li.li,
body #container .header .socialInfo .social ul li.li {
  background-position: 0 -50px;
}
body #container header .socialInfo .social ul li.tw,
body #container .header .socialInfo .social ul li.tw {
  background-position: 0 -100px;
}
body #container header .socialInfo .social ul li.sk,
body #container .header .socialInfo .social ul li.sk {
  background-position: 0 -150px;
}
.socialInfo .btn {
	width: 100%;
	background: #a1a1a1;
	color: #ffffff;
	text-shadow: none;
	font-size: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.socialInfo button:hover, .socialInfo button:focus, .socialInfo button:active, a.st_sharethis_large:hover, a.st_sharethis_large:active{
	background-color:#C00;}

body #container header .mainNav,
body #container .header .mainNav {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  z-index: 9999;
  margin: 15px 0px 0px 0px;
}
body #container header .mainNav #menu-header li,
body #container .header .mainNav #menu-header li {
  margin-right: 16px;
}
body #container header .mainNav ul,
body #container .header .mainNav ul {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 13px;
  margin-right: 0px;
  margin: 0;
  z-index: 9999;
  text-align: center;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
body #container header .mainNav ul li,
body #container .header .mainNav ul li {
  display: inline;
  list-style-type: none;
  font-size: 13px;
  position: relative;
  z-index: 9999;
}
body #container header .mainNav ul li a,
body #container .header .mainNav ul li a {
  padding: 10px 7px 10px 9px;
  color: #444;
  font-weight: 700;
  display: inline;
  text-decoration: none;
  text-shadow: 0px -1px 0px #ffffff;
  z-index: 9999;
}
body #container header .mainNav ul li a:hover,
body #container .header .mainNav ul li a:hover {
  color: #dd3f40;
}
body #container header .mainNav ul li ul.children,
body #container .header .mainNav ul li ul.children,
body #container header .mainNav ul li ul.sub-menu,
body #container .header .mainNav ul li ul.sub-menu {
  display: none;
  z-index: 9999;
}
body #container header .mainNav ul li:last-child,
body #container .header .mainNav ul li:last-child {
  margin-right: 0;
}
body #container header .mainNav ul li:hover,
body #container .header .mainNav ul li:hover {
  position: relative;
}
body #container header .mainNav ul li:hover ul.sub-menu,
body #container .header .mainNav ul li:hover ul.sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 190px;
  position: absolute;
  top: 25px;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  margin-top: -2px;
  z-index: 9999;
  border: 1px solid #d0d0d0;
}
body #container header .mainNav ul li:hover ul.sub-menu li,
body #container .header .mainNav ul li:hover ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  background-image: none;
}
body #container header .mainNav ul li:hover ul.sub-menu li a,
body #container .header .mainNav ul li:hover ul.sub-menu li a {
  padding: 7px 10px;
  text-shadow: 0px -1px 0px #ffffff;
  color: #444;
  width: 100%;
  display: block;
}
body #container header .mainNav ul li:hover ul.sub-menu li ul.sub-menu,
body #container .header .mainNav ul li:hover ul.sub-menu li ul.sub-menu {
  display: none;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover a {
  color: #dd3f40;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu {
  display: block;
  top: 1px;
  left: 180px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  background-image: none;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li a {
  color: #444;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li a {
  text-shadow: 0px -1px 0px #ffffff;
  width: 100%;
  display: block;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li ul.sub-menu,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li ul.sub-menu {
  display: none;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover a {
  color: #dd3f40;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu {
  display: block;
  top: 1px;
  left: 180px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li {
  background-image: none;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li a {
  color: #444;
}
body #container header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li:hover a,
body #container .header .mainNav ul li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu li:hover a {
  color: #dd3f40;
}
body #container header .mainNav ul li:hover ul.sub-menu li:last-child,
body #container .header .mainNav ul li:hover ul.sub-menu li:last-child {
  border-bottom: 0px solid #e0e0e0;
}
body #container #content {
  position: relative;
}
body #container #content input:focus {
  outline: none;
}
body #container #content .protected-post-form .inner_form {
  border: 0px solid #e0e0e0;
  padding: 10px;
  margin-top: 20px;
}
body #container #content .protected-post-form .inner_form label {
  font-size: 15px;
  color: #999;
  margin-right: 5px;
}
body #container #content .protected-post-form .inner_form .pagePassTextbox {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
body #container #content .protected-post-form .inner_form .pagePassButton {
  display: block;
  margin-top: 20px;
}
body #container #content .all-product-template a,
body #container #content .tag-template a {
  color: #555;
  text-decoration: none;
}
body #container #content .all-product-template a:hover,
body #container #content .all-product-template a:active,
body #container #content .all-product-template a:focus,
body #container #content .tag-template a:hover,
body #container #content .tag-template a:active,
body #container #content .tag-template a:focus {
  color: #dd3f40;
}
body #container #content .productPage p {
  min-width: 250px;
}
body #container #content .productPage ul {
  display: block;
  margin-bottom: 20px !important;
  min-width: 250px;
}
body #container #content .contactUsPage .form {
  background: #f8f8f8;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #container #content .contactUsPage .form .successFinish {
  display: none;
}
body #container #content .contactUsPage .form .formUL {
  list-style: none;
  margin: 0;
}
body #container #content .contactUsPage .form .formUL li {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: text;
  font-size: 12px;
}
body #container #content .contactUsPage .form .formUL li input {
  border: 0;
  width: 98%;
  color: #999;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 3px;
}
body #container #content .contactUsPage .form .formUL li textarea {
  border: 0;
  width: 97.5%;
  color: #999;
  resize: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 3px;
}
body #container #content .contactUsPage .form .formUL li textarea:focus,
body #container #content .contactUsPage .form .formUL li input:focus {
  outline: none;
}
body #container #content .contactUsPage .form .formUL li button {
  margin: 0;
}
body #container #content .contactUsPage .googleMap {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #container #content #searchform {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 5px;
  cursor: text;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #container #content #searchform #searchbox {
  font-size: 12px;
  color: #555;
  width: 100%;
  border: 0;
  outline: none;
}
body #container #content #searchform #searchsubmit {
  position: absolute;
  top: 7px;
  width: 20px;
  height: 21px;
  right: 4px;
  padding: 4px 6px;
  border: 0px solid #e0e0e0;
  background: url('../images/search.png') no-repeat;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body #container #content .banner {
  margin: 0;
}
body #container #content .banner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body #container #content .banner .banner-shadow {
  margin-top: -8px;
  height: 26px;
  background: url(../images/banner-shadow.png) no-repeat 0px 0px;
}
body #container #content .button.big.red {
  margin-right: 0px;
  color: #ffffff;
  padding: 10px 20px;
  background: -moz-linear-gradient(top, #dd3f40 0%, #b22627);
  background: -webkit-gradient(linear, left top, left bottom, from(#dd3f40), to(#b22627));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d63a3a;
  box-shadow: 0px 1px 0px #fff;
  text-shadow: 0px -1px 0px #ad3030, 0px 1px 0px rgba(235, 129, 143, 0.3);
}
body #container #content .button.big.red:active {
  -moz-box-shadow: inset 0px 0px 2px #a81c1c, 0px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 2px 2px #a81c1c, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 2px 2px #a81c1c, 0px 1px 0px #ffffff;
}
body #container #content .promo-area {
  width: 100%;
  margin-top: 10px;
}
body #container #content .promo-area .promo-area-inner {
  padding: 18px 20px 0px 20px;
  background: url(../images/promo-area-repeat.png) repeat #ffffff;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
body #container #content .promo-area .promo-area-inner .promo-text {
  text-align: center;
  font-size: 24px;
  color: #444;
  text-shadow: 1px 1px 0px #ccc;
  padding-top: 0px;
}
body #container #content .promo-area .promo-area-inner .promo-text span {
  margin-right: 20px;
}
body #container #content .content-area.full-text-page .col-8 img,
body #container #content .content-area.partnerPortal .col-8 img {
  padding: 10px;
  /*border: 1px solid #e0e0e0;*/
  background: #fff;
  margin: 0px;
}
body #container #content .content-area.full-text-page .col-8 img.alignleft,
body #container #content .content-area.partnerPortal .col-8 img.alignleft {
  float: left;
}
body #container #content .content-area.full-text-page .col-8 img.alignright,
body #container #content .content-area.partnerPortal .col-8 img.alignright {
  float: right;
}
body #container #content .content-area.full-text-page .col-8 img.aligncenter,
body #container #content .content-area.partnerPortal .col-8 img.aligncenter {
  float: left;
}
body #container #content .content-area.full-text-page .col-8 img.alignnone,
body #container #content .content-area.partnerPortal .col-8 img.alignnone {
  display: block;
}
body #container #content .content-area.full-text-page .col-8 .image_text_wrapper,
body #container #content .content-area.partnerPortal .col-8 .image_text_wrapper {
  border-bottom: 0px dashed #d0d0d0;
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}
body #container #content .content-area.full-text-page .col-8 .image_text_wrapper .repeaterImage,
body #container #content .content-area.partnerPortal .col-8 .image_text_wrapper .repeaterImage {
  float: left;
  margin: 0;
  margin-right: 20px;
}
body #container #content .content-area.full-text-page .col-8 .image_text_wrapper .repeaterText,
body #container #content .content-area.partnerPortal .col-8 .image_text_wrapper .repeaterText {
  float: left;
}
body #container #content .content-area.sub-page {
  border-top: 0px dashed #e0e0e0;
  padding-top: 0px;
  margin-top: 0px;
}
body #container #content .content-area.sub-page img {
  max-width: 100%;
  height: auto;
}
body #container #content .promo-area.sub-page {
  border-top: 1.5px dashed #e0e0e0;
  padding-top: 20px;
}
body #container #content .content-area {
  width: 100%;
  margin-top: 20px;
  border-top: 1.5px dashed #e0e0e0;
  padding-top: 20px;
}
body #container #content .content-area .content-area-inner .featuredProduct {
		width:100%;
}
body #container #content .content-area .content-area-inner .featuredProduct a img {
	width: 10%;
	float:left;
	position: relative;
}

body #container #content .content-area .content-area-inner .featuredProduct .featuredProduct_inner {
  position: relative;
  float:left;
  width:90%;
}
@media screen and (max-width: 468px) {
.test {
	padding:0 20% 15% 20%; border:1px solid #CCC; margin-bottom:10px; margin-top:10px; float:left; clear:both;}
	
	}

@media screen and (max-width: 968px) {
	
	body #container #content .content-area .content-area-inner .featuredProduct a img {
	width: 10%;
	float:left;
	position: relative;
	}

	body #container #content .content-area .content-area-inner .featuredProduct .featuredProduct_inner {
	  position: relative;
	  float:left;
	  width:90%;
	}
	
	body #container #content .content-area .content-area-inner .featuredProduct a img {
		padding: 10px 10px 25px 10px!important;
	}
}


@media screen and (max-width: 468px) {
	
	body #container #content .content-area .content-area-inner .featuredProduct a img {
	width: 100%;
	float:left;
	position: relative;
	}

	body #container #content .content-area .content-area-inner .featuredProduct .featuredProduct_inner {
	  position: relative;
	  float:left;
	  width:100%;
	}
	
	body #container #content .content-area .content-area-inner .featuredProduct a img {
		padding: 10px 10px 25px 10px!important;
	}
}

body #container #content .content-area .content-area-inner .featuredProduct .featuredProduct_inner {
  position: relative;
}
body #container #content .content-area .content-area-inner .featuredProduct .featuredProduct_inner span {
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #aaa;
}
body #container #content .content-area .content-area-inner .featuredProduct_tag {
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
}
body #container #content .content-area .content-area-inner .featuredProduct_tag a img {
  max-width: 60px;
  max-height: 67px;
  float: left;
}
body #container #content .content-area .content-area-inner .featuredProduct_tag .featuredProduct_inner_tag {
  float: left;
  width: 120px;
  margin-left: 10px;
  position: relative;
}
body #container #content .content-area .content-area-inner img.productImage {
  padding: 10px;
  /*border: 1px solid #e0e0e0;*/
  margin: 0px 20px 20px 0px;
  width: 100%;
}
body #container #content .content-area .content-area-inner .sidebars-top {
  background: url(../images/sidebar-shadow-top.png) no-repeat 0 0;
  width: 100%;
  height: 32px;
  border-left: 1px solid #f0f0f0;
}
body #container #content .content-area .content-area-inner .sidebars-bottom {
  background: url(../images/sidebar-shadow-bottom.png) no-repeat 0 -10px;
  width: 100%;
  height: 45px;
  border-left: 1px solid #f0f0f0;
}
body #container #content .content-area .content-area-inner ul {
  list-style: inside;
  margin: 0;
  padding: 0;
  margin: 10px 0px;
  list-style-image: url(../images/bullet.png);
}
body #container #content .content-area .content-area-inner ul li {
  margin-bottom: 5px;
}
body #container #content .content-area .content-area-inner p {
  margin-bottom: 10px;
}
body #container #content .content-area .content-area-inner .search-page .archive-title {
  padding-bottom: 10px;
  border-bottom: 1.5px dashed #e0e0e0;
  margin-bottom: 10px;
}
body #container #content .content-area .content-area-inner .search-page .search-title {
  border-bottom: 1.5px dashed #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body #container #content .content-area .content-area-inner .search-page .search-title a {
  color: #777;
}
body #container #content .content-area .content-area-inner .search-page .search-title a:hover {
  color: #dd3f40;
}
body #container #content .content-area .content-area-inner .sidebars {
  border-left: 1px solid #f0f0f0;
  padding-left: 25px;
  background: url(../images/sidebar-shadow.png) repeat-y 0 0;
}
body #container #content .content-area .content-area-inner .sidebars p {
  margin-bottom: 0;
}
body #container #content .content-area .content-area-inner .sidebars .filterBar li {
  cursor: pointer;
}
body #container #content .content-area .content-area-inner .sidebars .filterBar li:hover {
  color: #dd3f40;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../images/bullet.png) no-repeat 0px 8px;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul li ul.children {
  margin-top: 5px;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul li ul.children li {
  font-size: 11px;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul li a {
  text-decoration: none;
  color: #656565;
}
body #container #content .content-area .content-area-inner .sidebars .sidebar-block ul li a:hover {
  color: #ff3030;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children ul li ul.children {
  display: none;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children ul li ul.children ul {
  display: none;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children ul li ul.children ul ul {
  display: none;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children ul li ul.children ul ul ul {
  display: none;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children ul li ul.children ul ul ul ul {
  display: none;
}
body #container #content .content-area .content-area-inner .productSidebar .show_children .sidebar-block {
  float: left;
}
body #container #content .content-area .content-area-inner .pdfDownloadWrap {
  padding-bottom: 10px;
  margin-top: 10px;
  float: left;
  font-size: 18px;
  vertical-align: middle;
}
body #container #content .content-area .content-area-inner .pdfDownloadWrap a {
  text-decoration: none;
}
body #container #content .content-area .content-area-inner .pdfDownloadWrap img {
  float: left;
}
body #container #content .content-area .content-area-inner .pdfDownloadWrap .textlinkPDF {
  padding: 15px 0px 5px 0px;
  text-decoration: none;
  line-height: 1;
}
.download-file-image {
  padding-right: 25px;
  float: left;
}
body #container #content .partners {
  margin-top: 20px;
  width: 100%;
  border-top: 1.5px dashed #e0e0e0;
  border-bottom: 1.5px dashed #e0e0e0;
}
body #container #content .partners .partners-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
body #container #content .partners .partners-inner div.partner-title {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
body #container #content .partners .partners-inner img {
  display: inline;
  margin-right: 10px;
  padding:0;
  }
  
body #container .footer {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
  box-shadow: inset 0px 1px 0px #fff;
  border-top: 1px solid #d0d0d0;
  background: url(../images/footer-bg.png) repeat 0 0;
}
body #container .footer #inner-footer .footer-col {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #container .footer #inner-footer .footer-col .tweetHere {
  background: url(../images/grey-tweet.png) no-repeat 0 0;
  padding-left: 50px;
}
body #container .footer #inner-footer .footer-col .tweetHere ul.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #container .footer #inner-footer .footer-col .tweetHere ul.tweet_list li:first-child {
  margin-bottom: 20px;
}
body #container .footer #inner-footer .attribution {
  display: block;
  padding-top: 10px;
  border-top: 1.5px dashed #d0d0d0;
  margin-bottom: 10px;
  color: #999;
}
body #container .footer #inner-footer .attribution span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
body #container .footer #inner-footer .attribution span a {
  text-decoration: none;
}
body .hr {
  border-bottom: 1px dashed #e0e0e0;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
body .hr hr {
  display: none;
}
body ul.normal {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul.normal li {
  margin-bottom: 5px;
}
body ul.normal li a {
  text-decoration: none;
}
body .page-navigation ol {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  padding: 5px;
}
body .page-navigation ol li {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
body .page-navigation ol .bpn-next-link {
  padding: 3px 6px;
}
body .page-navigation ol .bpn-prev-link {
  padding: 3px 6px;
}
body.search-results section.post-content {
  display: none;
}
.page-template-home-page-template-php #container {
  background: url('../images/RFID_Background_01.png') repeat-x;
}
.page-template-home-page-template-php #container .testimonialsSlider {
  position: relative;
}
.page-template-home-page-template-php #container .testimonialsSlider div {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0;
}
.page-template-home-page-template-php #container .testimonialsSlider div.notActive {
  z-index: 9;
  opacity: 0;
}
.page-template-home-page-template-php #container .testimonialsSlider div.active {
  z-index: 10;
  opacity: 1;
}
.page-template-home-page-template-php #container .testimonialsSlider div.last-active {
  z-index: 9;
  opacity: 0;
}
.page-template-home-page-template-php #container .outer_view_port {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 485px;
  position: absolute;
}
.page-template-home-page-template-php #container .outer_view_port #view_port {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 485px;
  z-index: 1;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer {
  height: 485px;
  position: absolute;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer:nth-child(1) {
  background: url('../images/blue-lines.png') repeat-x 50% 0;
  width: 1750px;
  overflow: visible;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer:nth-child(2) {
  top: 200px;
  background: url('../images/blue-bubbles.png') repeat-x 0 0;
  width: 1750px;
  overflow: visible;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer:nth-child(4) {
  top: 150px;
  width: 1550px;
  overflow: visible;
  background: url('../images/blue-bubbles-2.png') repeat-x 0 0;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer:nth-child(5) {
  background: url('../images/blue-glow-bg.png') repeat-x 50% 1px;
  width: 100%;
  overflow: visible;
}
.page-template-home-page-template-php #container .outer_view_port #view_port .parallax-layer:nth-child(6) {
  background: url('../images/blue-glow.png') repeat 50% 0px;
  width: 100%;
  overflow: visible;
}
.page-template-home-page-template-php #parrallax-viewport {
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.page-template-home-page-template-php .blueGlow {
  background: url('../images/red-glow2.png') repeat-x 50% 0;
  position: relative;
  top: 0px;
}
.page-template-home-page-template-php .blueGlow #headerboss {
  z-index: 250;
}
.page-template-home-page-template-php .blueGlow #content {
  z-index: 250;
}
.page-template-home-page-template-php .blueGlow #zindexing {
  position: absolute;
  width: 100%;
  z-index: 250;
}
.page-template-product-page-template-php #container {
  background-position: 0px -475px;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating 
columns wouldn't really fit on such a 
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #dd3f40;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #b01f20;
}
a:link,
a:visited:link {
  /* 
		this highlights links on iPhones/iPads. 
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/******************************************************************
H1, H2, H3, H4, H5, P STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /* 
	if you're going to use webfonts, be sure to check your weights 
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 24px;
  line-height: 1.333em;
  color: #ff3030;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 1px 1px 0px #fff;
}
h2,
.h2 {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p {
  color: #656565;
  margin: 0;
}
p a {
  text-decoration: none;
}
/*********************
HEADER SYTLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/* 
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
.nav {
  border-bottom: 0;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.less file where it's relevant. We want to 
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
  width: 100%;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 20px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #999;
}
/* post content */
.post-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning 
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.post-content video,
.post-content object {
  max-width: 100%;
}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .post-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles *//******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */
  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to 
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: 300px;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
	.vc_span12>.wpb_wrapper>.wpb_text_column>.wpb_wrapper h2 {
		font-size: 18px;
	}
	.wpb_wrapper>.wpb_text_column>.wpb_wrapper h2{
		font-size: 24px;
	}
}
/* Banner Styles */
.banner .flexslider {
  position: relative;
  margin-bottom: 4px;
}
.banner .flexslider ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .flexslider ul.slides li {
  position: relative;
  height: auto;
}
.banner .flexslider ul.slides li .banner-content {
	position: absolute;
	right: 2%;
	top: 10%;
	width: 40%;
	height: 77%;
	overflow: hidden;
}
.banner .flexslider ul.slides li .banner-content .bannerh1 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #555;
  text-shadow: 2px 2px 0px #d0d0d0;
}
.banner .flexslider ul.slides li .banner-content .bannerparagraph {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.banner .flexslider ul.slides li .banner-product {
  position: absolute;
  top: 18px;
  left: 40px;
  width: 340px;
  height: 330px;
  overflow: hidden;
}
.banner .flexslider ul.slides li .banner-product img {
  width: 340px;
  height: 300px;
}
.banner .flexslider ul.slides li img {
  height: 369px;
}
.banner .flexslider ol.flex-control-paging {
  position: absolute;
  bottom: 10px;
}
/******************************************************************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's 
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
******************************************************************/
@media only screen and (min-width: 481px) {
  /* styles in 481up.less */
}
/* end of media query */
/******************************************************************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 768px) {
  /* styles in 768up.less */
}
/* end of media query */
/******************************************************************
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  /* styles in 1030up.less */
}
/* end of media query */
/******************************************************************
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  /* styles in 1240up.less */
}
/* end of media query */
/******************************************************************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* styles in 2x.less */
}
/* end of media query */
/******************************************************************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
    /* show links on printed pages */
  
    /* show title too */
  
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* hide content people who print don't need to see */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .mainNav {
    display: none;
  }
}
body #container header .mainNav #menu-header .sub-menu li,
body #container .header .mainNav #menu-header .sub-menu li {
  margin-right: 0px;
  text-align: left;
}
.navbar {
	min-height: 33px;
}
.navbar-header {
	background: #ffffff;
	border-radius: 3px;
	min-height: 35px;
}
.navbar-toggle {
	margin-right: 5px;
	padding: 5px 4px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}
#header_search_input::-webkit-input-placeholder {
  color: #a1a1a1;
}
#header_search_input::-moz-placeholder { /* Firefox 19+ */
  color: #a1a1a1;
}
#header_search_input:-ms-input-placeholder {
  color: #a1a1a1;
}
#header_search_input:-moz-placeholder { /* Firefox 18- */
  color: #a1a1a1;
}
@media (max-width: 1199px) {
	body #container header .mainNav #menu-header li,
	body #container .header .mainNav #menu-header li {
	  margin-right: -5px;
	}
}
@media (max-width: 991px) {
	body #container header .mainNav #menu-header li,
	body #container .header .mainNav #menu-header li {
	  margin-right: 15px;
	}
	.banner .flexslider ul.slides li .banner-content {
		font-size: 30px!important;
		width: 50%;
		padding: 6px;
		background: rgba(255,255,255,0.4);
		height: 70%;
	}
	.banner .flexslider ul.slides li .banner-content .bannerh1 {
	  font-size: 21px!important;
	}
	.banner .flexslider ul.slides li .banner-content .bannerparagraph {
	  font-size: 14px!important;
	  margin-bottom: -10px;
	}
	.banner .flexslider ul.slides li .button.big.red{
		font-size: 12px!important;
		line-height: 11px!important;
		padding: 6px 10px!important;
	}
	.sidebars-top {
		background: none!important;
		border-left: 0px solid #f0f0f0!important;
	}
	.sidebars {
		border-left: 0px solid #f0f0f0!important;
		background: none!important;
		padding-left: 0px!important;
	}
	.sidebars-bottom {
		background: none!important;
		border-left: 0px solid #f0f0f0!important;
	}
	body #container #content .contactUsPage .form.form-mobile {
	  background: transparent;
	  padding: 0px;
	}
	body #container #content .contactUsPage .form.form-mobile p {
	  text-align: center;
	}
}
@media (max-width: 767px) {
	#container header .mainNav ul li ul.children,
	body #container .header .mainNav ul li ul.children,
	body #container header .mainNav ul li ul.sub-menu,
	body #container .header .mainNav ul li ul.sub-menu {
		display: block;
	}
	body #container header .logo,
	body #container .header .logo {
	  margin-top: 10px;
	  margin-bottom: 20px;
	}
	#header_search_input {
		font-size: 23px;
		color: #a1a1a1;
	}
	.promo-area .button {
		display: block;
	}
	body #container header .mainNav ul li,
	body #container .header .mainNav ul li {
		display: block!important;
		background: none!important;
		top: 0px!important;
		left: 0px!important;
		border: none!important;
		position: relative!important;
		margin:0px!important;
		padding: 0px!important;
		text-align: left;
		width: auto!important;
		line-height: 1.2!important;
		font-size: 14px!important;
	}
	body #container header .mainNav li a{
		padding: 10px 0px!important;
		margin:0px!important;
		display: block!important;
		width: auto!important;
		border-bottom: 1px solid #a1a1a1;
	}
	body #container .header .mainNav .sub-menu {
		display: block!important;
		background: none!important;
		top: 0px!important;
		left: 0px!important;
		border: none!important;
		position: relative!important;
		margin:0px!important;
		padding: 0px 0px 0px 15px!important;
		text-align: left;
		width: auto!important;
		line-height: 1.2!important;
		font-size: 14px!important;
	}
	body #container header .mainNav ul li:hover ul.sub-menu li:hover a,
	body #container .header .mainNav ul li:hover ul.sub-menu li:hover a {
		color: #444444;
	}
	body #container header .mainNav ul li:hover>a {
		color: #dd3f40!important;
	}
	.banner .flexslider ul.slides li .banner-content {
		width: 100%;
		background: rgba(255,255,255,0.84);
		height: 100%;
		right: 0px;
		top: 0px;
		position: relative;
	}
	.banner .flexslider ul.slides li .banner-content {
		font-size: 30px!important;
	}
	.banner .flexslider ul.slides li .banner-content .bannerh1 {
	  font-size: 18px!important;
	}
	.banner .flexslider ul.slides li .banner-content .bannerparagraph {
	  font-size: 15px!important;
	  margin-bottom: -10px;
	}
	.banner .flexslider ul.slides li .button.big.red{
		font-size: 11px!important;
		line-height: 10px!important;
		padding: 4px 10px!important;
	}
	.flex-control-paging,
	.tag-featured-image-link,
	.tag-featured-image	{
		display: none;
	}
	body #container #content .content-area .content-area-inner .featuredProduct_tag {
		width: 100%;
		height: auto;
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
		overflow: auto!important;
	}
	.tag-list {
		display: list-item;
		margin-left: 1.3em;
		color: #dd3f40!important;
	}
	.tag-list h3{
		color: #a1a1a1!important;
		text-decoration: underline!important;
	}
	
	.tag-list h3:hover{color: #dd3f40!important;}
	
	body #container #content .content-area .content-area-inner .featuredProduct_tag .featuredProduct_inner_tag {
		float: left;
		width: auto;
		margin-left: 0px;
	}
	.xs-prodict-image {
		width: auto!important;
		max-width: 75%!important;
		height: auto!important;
		max-height: 75%!important;
	}
	.all-email-text {
		text-align: left!important;
	}
	body #container #content .content-area.full-text-page .col-8 img.alignleft,
	body #container #content .content-area.partnerPortal .col-8 img.alignleft {
		float: none;
	}
	body #container #content .content-area .content-area-inner .featuredProduct a img {
	  width: auto;
	  max-width: 75%;
	  float: none;
	}
	body #container #content .content-area .content-area-inner .featuredProduct a img {
		max-height: none;
		height: auto;
	}
}
.featured-products {
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
	box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
	border: 1px solid #cccccc
}
.featured-products .featured-product-image{
	padding: 35px 45px;
	text-align: center;
}
.featured-products .featured-product-content{
	padding: 35px 45px;
	text-align: left;
}
.featured-products .featured-product-content .add_to_cart_button{
	background: #dd3f41;
	color: #ffffff;
	text-shadow: 0px;
	font-weight: normal;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0px;
	margin-top: 25px;
}
.featured-products .featured-product-content .add_to_cart_button:hover,
.featured-products .featured-product-content .add_to_cart_button:active,
.featured-products .featured-product-content .add_to_cart_button:focus{
	background: #b52628;
	border: 0px;
	color: #ffffff;
}
.featured-products .featured-product-content .price{
	display: block;
}
.featured-products .featured-product-image img{
	max-width: 100%;
	height: auto;
}
.featured-products .featured-product-image .onsale{
	display: none;
}
.featured-products .featured-product-content h3{
	color: #dd3f41;
	font-size: 24px;
	line-height: 1.1;
}
.products.owl-carousel .added_to_cart {
	text-shadow: 0px;
	font-weight: normal;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0px;
	margin-top: 25px;
	padding: 6px 10px;
	background: #dd3f41;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.products.owl-carousel .added_to_cart:hover {
	background: #b52628;
	border: 0px;
	color: #ffffff;
}
.products.owl-carousel .add_to_cart_button.added:before {
	position: relative;
	height: 16px;
	width: 16px;
	top: 0;
	right: 2px;
	font-size: 14px;
}
.related.products {
	clear: both;
}
.woocommerce-page .related.products ul.products li.product {
	width: 22.05%;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	padding-top: 0px;
}