* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* ===========================Reset & Basics ======================= */
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, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; list-style-position: inside; }
body { line-height: 1; overflow-y: scroll; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
hr { border-style: solid; border-color: #dbdede; }
/* ===========================Basic Styles======================= */
body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 1.2; color: #585858; overflow-x: hidden; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
/* ===========================Headings & Paragraphs======================= */
h1, h2, h3, h4, h5, h6 { color: #4e4d4d; font-weight: 700; font-family: 'Open Sans', sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; line-height: 1.2; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
.subheader { color: #777; }
p { line-height: 1.6; margin: 0 0 15px 0; font-size: 13px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
p a { color: #3f7bbb; text-decoration: underline; }
p a:hover { text-decoration: none; }
p img { margin: 0; }
.imgleft, .imageLeft { float: left; margin: 0 10px 10px 0; }
.imgright, .imageRight { float: right; margin: 0 0px 10px 10px; }
/* ===========================Links======================= */
a { color: #4e4d4d; text-decoration: none; }
a:hover { color: #3f7bbb; text-decoration: none; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
/* ========================Forms========================== */
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px Arial, Helvetica, sans-serif; color: #777; margin: 0; display: block; margin-bottom: 20px; *margin-bottom: 0; background: #fff; }
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; }
textarea { min-height: 60px; }
label, legend { display: block; font-family: Arial !important; }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; cursor: pointer; *overflow: visible; }
/* ========================Buttons========================== */
.button, .grey-button { border: 0; padding: 6px 30px; background-color: #3f76b2; color: #fff; text-decoration: none; position: relative; font-weight: 700; text-transform: uppercase; display: inline-block; vertical-align: top; font-size: 16px; font-family: 'Open Sans Condensed', sans-serif; }
.condfont { font-family: 'Open Sans Condensed', sans-serif; }
.normalfont { font-family: 'Open Sans', sans-serif; }
.grey-button { background-color: #eaeaea; color: #020202; }
.button:hover { background-color: #6d6e70; color: #fff; }
.button:active { top: 1px; }
.button.fullBtn { height: 40px; padding: 0; line-height: 40px; color: #fff; }
.button.fullBtn a { color: #fff; }
.red-button { padding: 6px 8px; background-color: #a82921; color: #fff; border: none; font-family: 'Open Sans Condensed', sans-serif; display: inline-block; vertical-align: top; }
.grey-button:hover { background-color: #000; color: #fff; }
.fullBtn { display: block; margin-bottom: 10px; text-align: center; width: 100%; }
/* ========================Images========================== */
img { outline: none; max-width: 100%; border: none; }
/* ========================Messages========================== */
.message { border: 1px solid; margin: 10px 0px; padding: 10px; }
.info { color: #00529B; background-color: #BDE5F8; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.warning { color: #9F6000; background-color: #FEEFB3; }
.error { color: #D8000C; background-color: #FFBABA; }
.message { border: 1px solid; margin: 10px 0px; padding: 10px; float: left; width: 100%; padding-top: 15px; }
.info { color: #00529B; background-color: #BDE5F8; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.warning { color: #9F6000; background-color: #FEEFB3; }
.error { color: #D8000C; background-color: #FFBABA; }
.msg-button { padding: .4em 2em; background-color: #1b7cce; color: #fff; border: none; margin-left: 10px; margin-top: -6px; }
.msg-button:hover { background-color: #2b488c; color: #fff; }
.checkout { background-color: #228B2A; color: #fff; }
.checkout:hover { background-color: #32AD3C; }
/* ========================Breadcrums========================== */
#breadcrums { }
#breadcrums a { font-size: 12px; color: #3b3b3b; }
#breadcrums .active { color: #127eb0; }
#breadcrums span { font-size: 7px; }
figure img { width: 100% }
.breadcrumb { margin-bottom: 0; }