/************************************************************************/
/**	CSS RESET - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
/************************************************************************/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
/************************************************************************/
/**	HTML5 ELEMENTS FOR DUMB BROWSERS
/************************************************************************/
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/************************************************************************/
/**	LESS Mixins - http://designshack.net/articles/css/10-less-css-examples-you-should-steal-for-your-projects/
/************************************************************************/
/* Uniform Border-Radius Mixin */
/* Implementation */
#example {
  border-radius: 20px;
}
/* Custom Border-Radius Mixin */
/* Implementation */
#example {
  border-radius: 20px 20px 0px 0px;
}
/* Box Shadow Mixin */
/* Implementation */
#example {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/************************************************************************/
/**	TYPOGRAPHY
/************************************************************************/
/* Fonts */
/* Scale */
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 24px */
/* 36px */
body {
  background: #000;
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
}
/************************************************************************/
/**	LINKS
/************************************************************************/
/* anchor pseudo-elements must be displayed in this order or IE chokes*/
/************************************************************************/
/**	HEADER
/************************************************************************/
.bar {
  display: block;
  height: 60px;
  background: url('../../Images/bg_nav-bar.png') repeat-x;
  position: fixed;
  width: 100%;
  z-index: 100;
}
header,
.container,
#products,
footer {
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 960px;
}
header {
  position: relative;
}
header nav {
  font-family: "museo-slab", serif;
  font-weight: 500;
  position: fixed;
  z-index: 200;
	width: 100%;
	text-align: center;
	left: 0px;
}
header nav li {
  display: inline;
}
header nav li a {
  color: #fafafa;
  background-position: 36px 0;
  display: inline-block;
  font-size: 1.5em;
  font-variant: small-caps;
  letter-spacing: .05em;
  padding: 12px 0 46px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 189px;
}
header nav li a.active {
  background: url('../../Images/bg_nav-active.png') 50% 0 no-repeat;
}
header .billboard {
  margin: 85px 0 40px 0;
}
header .intro {
  background: url('../../Images/bg_intro.png') no-repeat;
  display: block;
  height: 75px;
  font-size: 1.8em;
  margin: 0 0 30px 0;
  padding: 30px 40px 50px;
  position: relative;
  text-align: center;
  width: 880px;
}
/************************************************************************/
/**	CONTENT
/************************************************************************/
.wrapper {
  background: #666666 url('../../Images/bg.png') repeat-x;
  border-bottom: 2px solid #ffffff;
}
.container,
#products {
	background: url('../../Images/bg_container.png') left top no-repeat;
	padding: 85px 0 80px;
}
	.container .hexcap, #products .hexcap, .hexcap {
		background: url('../../Images/bg_hexcap.png') no-repeat;
		display: inline-block;
		height: 60px;
		letter-spacing: 0;
		margin: 0 .5em 0 0;
		padding: 4px 0 0 1px;
		text-align: center;
		width: 52px;
	}
.container h2, #products h2, h2 {
  color: #fff;
  font-family: "museo-slab", serif;
  font-size: 3.6em;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 .6em 0;
  text-transform: uppercase;
}
.container p,
#products p {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  letter-spacing: .01em;
  padding: .5em 0;
}
#gallery ul {
  margin: 4em 0 0 0;
}
#gallery li {
  display: inline-block;
  margin: 0 0 5px 5px;
}
#gallery img {
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.5);
}
#image_gallery_controls {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
#image_gallery_controls li {
  display: inline-block;
}
#image_gallery_controls .gallery_button {
  background: url('../../Images/sprite_gallery_button.png') no-repeat;
  display: inline-block;
  height: 11px;
  width: 11px;
}
#image_gallery_controls .active {
  background-position: 0 -11px !important;
}
.contact_intro {
  padding: 0 0 5em 0;
}
.gform_wrapper .gfield_label {
  visibility: hidden;
}
.gform_wrapper .ginput_container {
  box-sizing: border-box;
  width: 295px;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #222;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #666;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.6em !important;
  padding: .35em;
  width: 100%;
}
.gform_wrapper .ginput_container textarea {
  height: 100px;
}
.gform_wrapper .gform_validation_container {
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: none;
  padding: 0;
  visibility: hidden;
}
.gform_wrapper .gform_button {
  background: #ff0000 url('../../Images/bg_button-red.png') repeat-x;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "museo-slab", serif;
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: .05em;
  margin: .3em 0 0 0;
  padding: 1px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #000000;
  text-transform: uppercase;
  width: 135px;
}
.gform_wrapper .gform_button:hover {
  background: #ff0000;
  cursor: pointer;
}
#gforms_confirmation_message {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  letter-spacing: .01em;
  padding: .5em 0;
  width: 295px;
}
.contact_form,
.contact_map,
.contact_info {
  float: left;
}
.contact_form {
  margin: 0 50px 0 0;
}
.contact_map {
  margin: 17px 50px 0 0;
  color: #fff;
}
.contact_map iframe {
  border: 10px solid #fff;
}
.contact_info {
  border-left: 1px solid #818080;
  color: white;
  height: 245px;
  margin: 17px 0 0 0;
  padding: 0 0 0 3em;
}
/************************************************************************/
/**	PRODUCTS
/************************************************************************/
#products h2 {
  padding-bottom: 34px;
}
.products_package {
  background: url('../../Images/bg_products.png') 0 190px no-repeat;
  margin: 0 0 0 -114px;
  padding: 0 0 50px 100px;
  position: relative;
  width: 1074px;
}
.product_card {
  background: #666666 url('../../Images/bg_product-card.png') repeat-x;
  display: block;
  float: left;
  height: 152px;
  margin: 1px;
  overflow: none;
  padding: 15px;
  width: 128px;
}
.product_card img {
  width: 100%;
}
.product_card a {
  color: #999;
  font-style: italic;
}
.product_card .title_wrap {
  min-height: 60px;
}
.product_card h3 {
  color: #fff;
  font-size: 1.4em;
  text-transform: capitalize;
}
.product_card_pop_up {
  background: #fff url('../../Images/bg_pop-up-card.png') bottom repeat-x;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.product_card_pop_up .title_wrap {
  min-height: 60px;
}
.product_card_pop_up .more_prompt {
  margin: -1em 0 0 0;
  font-size: 1.2em;
  color: #000;
  display: none;
}
.product_card_pop_up .fancybox {
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 230px;
}
.product_card_modal {
  display: none;
}
.empty {
  background: transparent !important;
}
/* PRODUCTS TABLE */
.prod_detail_container {
  width: 960px;
  background-color: #fff;
  padding: 10px;
}
tbody {
  margin: 0;
  background-color: #fff;
}
.table-title {
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  color: #FFF;
  padding: 5px 0 5px 10px;
  background-color: #333;
}
.col-title {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  border-bottom: 2px solid #333;
  padding: 15px 0 5px 10px;
}
.table-body {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #666;
  padding: 0 0 0 10px;
}
.table-small {
  font-size: 1.0em;
}
.table-bold {
  font-weight: bold;
}
.candy_stripe {
  background-color: #efefef;
}
.table-footer {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  padding: 7px 5px 5px 10px;
  background-color: #333;
  width: 945px;
  height: 35px;
}
.table-footer p {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
}
.left {
  float: left;
  margin: 3px 0 0 0;
}
.right {
  float: right;
  position: relative;
}
.request_btn {
  background: #ff0000 url('../../Images/bg_button-red.png') repeat-x;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "museo-slab", serif;
  font-size: 1.7em;
  font-weight: 500;
  margin: 5px 3px 0 0;
  padding: 5px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000000;
  text-transform: uppercase;
  line-height: 33px;
}
/************************************************************************/
/**	FOOTER
/************************************************************************/
footer {
  color: #fff;
  font-size: 1.4em;
  margin-top: 5em;
  margin-bottom: 5em;
}
footer a {
  color: #fff;
}
footer .vc524_credit {
  color: #ccc;
  font-size: .7em;
}
/************************************************************************/
/**	FORCE VERTICAL SCROLLBAR: http://ryanfait.com/ (Stops horizontal
	"site-jump" that Larry always complains about.)
/************************************************************************/
html,
body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
/************************************************************************/
/** Default WordPress CSS classes that are applied inline. Applying these
	styles makes images behave properly when inserted through the cms.
/************************************************************************/
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
  margin: 0 1em .1em 0;
  padding: .75em 0 .75em .75em;
}
img.alignleft {
  display: inline;
  margin: 0 0 .1em 1em;
  padding: .75em .75em .75em 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/************************************************************************/
/**	CLEARFIX - http://www.webtoolkit.info/css-clearfix.html
/************************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/************************************************************************/
/**	GLOBAL CLASSES
/************************************************************************/
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 1.2em;
  /*12px*/
}
.hid {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}