/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: 'League_Gothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lefague_Gothic-webfont.woff') format('woff'), url('../fonts/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#webfont') format('svg');
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #3d3d3d;
}

body {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.4;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    /* font-family: "League_Gothic",Helvetica, "Helvetica Neue", Arial, sans-serif;*/
}

#main h1 {
    font-size: 1.769em;
    margin-top: 0px;
}

h2 {
    font-size: 1.769em; /* 23px / 13px */
    margin-top: 0px;
}

h4 {
    color: #c4161c;
}

img, embed, object, video {
    max-width: 100%;
}

#map_canvas img {
    max-width: inherit;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0px;
}

a.dropdown {
    background: url(../img/dropdown-arrow.png) no-repeat center right;
    padding-right: 25px !important;
}

.flaman-red {
    color:#c4161c;
}

.flaman-red-background {
    background-color:#c4161c;
}

.button {
    /*height: 23px!important;*/
    line-height: 23px;
    white-space: nowrap;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    border-radius:3px;
    padding: 0px 2%;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    *height: auto !important;
    *line-height: auto !important;
}

.button.red {
    background: #c4161c; /* Old browsers */
    background: -moz-linear-gradient(top, #c4161c 0%, #b9141a 48%, #aa0e0f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4161c), color-stop(48%, #b9141a), color-stop(100%, #aa0e0f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c4161c 0%, #b9141a 48%, #aa0e0f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c4161c 0%, #b9141a 48%, #aa0e0f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c4161c 0%, #b9141a 48%, #aa0e0f 100%); /* IE10+ */
    background: linear-gradient(top, #c4161c 0%, #b9141a 48%, #aa0e0f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4161c', endColorstr='#aa0e0f', GradientType=0); /* IE6-9 */

    border: 1px solid;
    border-top-color: #d25c6a;
    border-right-color: #8b8b8b;
    border-bottom-color: #ae7f7b;
    border-left-color: #bd7672;

}

.button.blue {
    background: #0f516b;
    border: 1px solid #003646;
}

.button.grey {
    background: #636363; /* Old browsers */
    background: -moz-linear-gradient(top, #636363 0%, #5e5e5e 30%, #484848 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #636363), color-stop(30%, #5e5e5e), color-stop(100%, #484848)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #636363 0%, #5e5e5e 30%, #484848 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #636363 0%, #5e5e5e 30%, #484848 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #636363 0%, #5e5e5e 30%, #484848 100%); /* IE10+ */
    background: linear-gradient(top, #636363 0%, #5e5e5e 30%, #484848 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#484848', GradientType=0); /* IE6-9 */

    border: 1px solid;
    border-top-color: #828282;
    border-right-color: #8b8b8b;
    border-bottom-color: #969696;
    border-left-color: #848484;
}

.button:hover {
    text-decoration: none;
}

.complete-listings {
    display: none;
}

.red-heading {
    background-color: #c4161c;
    color: #fff;
    font-size: 1.375em; /* 22px / 16px */
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    padding: 0px 6.465%;
    border-right: 13px solid #3d3d3d;
    margin: 0px;
    text-align: left;
    text-transform: inherit;
}

.print {
    background: url(../img/print-ico.png) no-repeat 5px 8px;
    padding-left: 25px !important;
}

.share {
    background: url(../img/share-ico.png) no-repeat 5px 8px;
    padding-left: 20px !important;
}

ul.grey-nav {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 0px;
    border: 1px solid #dedede;
    overflow: hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.grey-nav li {
    display: inline;
    border-right: 1px solid #dedede;
    float: left;
}

ul.grey-nav li:last-child {
    border-right: none;
}

ul.grey-nav a {
    float: left;
    display: block;
    padding: 5px 10px;
    border: 1px solid #fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #c4161c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c4161c;
    color: #fff;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    zoom: 1
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/

.widefat {
    width: 100%;
}

/* imported from twitter bootstrap */

form {
    margin: 0 0 18px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 1.3em;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}

legend small {
    font-size: 1em;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.38em;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 1em;
    line-height: 1.38em;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

label input, label textarea, label select {
    display: block;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 \9;
    /* IE9 and down */

}

input[type="image"] {
    border: 0;
}

input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #ffffff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    height: auto;
}

select, input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 28px;
}

input[type="file"] {
    line-height: 18px \9;
}

select {
    width: 220px;
    background-color: #ffffff;
}

select[multiple], select[size] {
    height: auto;
}

input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    height: auto;
}

input[type="hidden"] {
    display: none;
}

.radio, .checkbox {
    padding-left: 18px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

input, textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    float: none;
    margin-left: 0;
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 50px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 130px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 290px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 370px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 450px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 610px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 690px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 770px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 850px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 930px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
    padding: 10px;
}

th {
    text-align: left;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================= ================================= */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Layout:
   ========================================================================== */

.wrapper {
    width: 90%; /* 950px */
    margin: 0px auto;
}

#header {
    height: 86px;
    background-color: #fff;
}

.corpbar {
    height: 30px;
    background: #1E1E1E;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.corpbar ul {
    list-style-type: none;
    width: 1100px;
    margin: 0 auto;
}

.corpbar ul li {
    float: left;
    line-height: 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2em;
}

.corpbar ul li a {
    color: #878787;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.corpbar ul li a:hover, .corpbar ul li.active a {
    color: white;
}

#nav-bar {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    clear: both;

    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
    border: 1px solid #e9e9e9;
    margin-top: 2em;
}

#util-bar {
    height: 32px;
    margin: 10px 0px;
}

#content {
    clear: both;
    *zoom: 1;
}

#content:before, #content:after {
    content: "";
    display: table;
}

#content:after {
    clear: both;
}

#sidebar {
    width: 25.210526%; /* 230px / 950px */
    float: left;
    display: inline;
    clear: both;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.noproducts {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.widget .noproducts {
    color: #b0b0b0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.widget .noproducts:hover {
    color: #c0c0c0;
}

.sidebar-right #sidebar {
    float: right;
    clear: none;
}

.sidebar-right #main.content-block {
    margin-right: 1.2%;
    float: left;
}

.no-sidebar #content #main {
    float: none;
    display: block;
    width: 98% !important;
    overflow: hidden;
}

#main {
    font-size: 0.8125em; /* 13px / 16px */
    width: 72.105263%; /* 685px / 950px */
    float: right;
    display: inline;
    margin: 0px 0px 10px;
}

#main.content-block {
    width: 71.105263%;
}

.content-block {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 20px 1%;
}

#footer-cols {
    overflow: hidden;
    font-size: 0.875em; /* 14px / 16px */
    border-top: 5px solid #ec2028;
    background: url(../img/footer-cols-bg.png) repeat-x;
    margin-top: 10px;
}

#footer-cols h5 {
    font-size: 1.28571em; /* 18px / 14px */
    margin: 0px;
    color: #aeaeae;
    height: 37px;
    line-height: 37px;
    padding-left: 7%;
}

#footer-cols .quarter {
    float: left;
    display: inline;
}

#footer-cols .quarter .wrap {
    background-color: #f2f2f2;
    min-height: 159px;
    padding: 5px 7%;
    color: #a2a2a2;
}

#footer-cols #footer-social ul {
    margin: 0px auto;
    overflow: hidden;
}

#footer-cols #footer-social li {
    float: left;
    border: none;
    margin: 0px 5px;
    width: auto;
}

#footer-cols ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#footer-cols #footer-navigation .wrap {
    background-color: #e6e6e6;
    border-right: 2px solid #fff;
}

#footer-cols #footer-about .wrap {
    background-color: #fff;
}

#footer-cols li {
    border-bottom: 1px solid #dadada;
}

#footer-cols p {
    margin: 10px 0px;
}

#footer-cols a {
    color: #a2a2a2;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 2px 0px;
}

#footer-cols a:hover {
    color: #666;
}

#footer {
    clear: both;
    background-color: #262626;
    color: #727272;
    padding: 20px 0px;
    overflow: hidden;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8em; /* 11px / 13px */
}

#footer a {
    color: #727272;
    text-decoration: underline;
}

/* ===================== Clearance Banner on Homepage ========================= */

.clearance-banner-carousel {
    max-width: 100%;
    margin: 0 auto 30px auto;
}

.clearance-banner-carousel picture img {
    margin: 0;
    width: 100%;
}

.clearance-banner-carousel a {
    outline: none;
}

/* ==|== primary styles =====================================================
   Modules:
   ========================================================================== */

/* Callout */

.callout {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e9e9e9;
    font-size: 0.85em;
}

.callout form {
    margin: 0px;
}

.callout h4 {
    margin: 0px;
    font-size: 1.45em; /* 16px / 11px */
}

.callout p {
    margin: 0px;
}

.callout #email, .callout #password {
    width: 100px;
}

/* End Callout */

/* Header */

#header h2 {
    float: left;
    display: inline;
    font-size: 1.3em; /* 21px / 16px */
    font-style: italic;
    /*  width: 53%;*/
    width: 48%;
    margin: 14px 0px 0px;
}

#header h2 img {
    margin-right: 5px;
}

#header h2 a {
    color: #303030;
    text-decoration: none;
}

#header .callout {
    float: right;
    display: inline;
    width: auto;
    font-size: 0.75em; /* 12px / 16px */
    padding: 7px 1%;
    margin-top: 0px;
    background-color: #fafafa;
}

#header .callout h4 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #000;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}

#header .callout.loggedin {
    padding: 0px;
    padding-bottom: 5px;
    text-align: right;
}

#header .callout.loggedin h4 {
    color: #fff;
    height: 33px;
    line-height: 33px;
    background-color: #52565a;
    padding: 0px 10px;
    margin-left: 0px;
}

#header .callout .icon {
    margin: 0px 3px;
}

#header .callout form {
    display: inline;
}

#header .callout .button-arrow {
    font-size: 1em; /* 14px / 11px */
    vertical-align: middle;
    margin: 0px;
    background: #525252 url(../img/login-arrow.png) center center no-repeat;
    text-indent: -9999px;
    width: 30px;
    padding: 7px 0px;
}

#header .callout a {
    color: #b62f32;
}

#header .callout input {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 7px;
}

/* End Header */

/* Navigation */

.main-grey-nav, #breadcrumbs {
    overflow: hidden;
    float: left;
    display: inline;
    padding: 0px;
    margin: 0px;
}

.main-grey-nav {
    overflow: inherit;
}

.main-grey-nav li, #breadcrumbs li {
    float: left;
    display: inline;
}

.main-grey-nav a, #breadcrumbs a {
    float: left;
    display: inline;
    color: #8a8a8a;
    font-weight: bold;
    text-decoration: none;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;

}

.main-grey-nav a:hover, #breadcrumbs a:hover, #search a:hover {
    color: #5a5a5a;
}

.main-grey-nav {
    border-right: 1px solid #eee;
}

.main-grey-nav li {
    border-left: 1px solid #eeeeee;
}

#global-nav a {
    text-transform: uppercase;
    font-size: 0.8125em; /* 13px / 16px */
}

.main-grey-nav a, #breadcrumbs a {
    padding: 0px 15px;
}

.main-grey-nav .active a {
    color: #c4161c;
    border-bottom: 4px solid #c4161c;
    height: 32px;
}

.main-grey-nav .submenu {
    display: none;
}

#breadcrumbs {
    width: 45.736842%; /* 501px / 950px */
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    font-size: 0.8125em; /* 13px / 16px */
    font-weight: bold;
    border: 1px solid #dedede;
}

#breadcrumbs a {
    background: url(../img/breadcrumb-arrow.png) no-repeat center right;
}

#breadcrumbs .current {
    padding: 0px 15px;
}

/* End Navigation */

/* Search */

#search {
    float: right;
    display: inline;
    width: 53.210526%; /* 439px / 950px */
    text-align: right;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    font-size: 0.8125em; /* 13px / 16px */
}

#search .q {
    width: auto;
    border: 1px solid #dfdfdf;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    width: 44%; /* 259px / 439px */
    background: url(../img/search-icon.png) no-repeat 8px 9px;
    padding-left: 30px; /* 30px / 259px */
}

#search .location-dropdown {
    text-transform: uppercase;
    color: #a8a8a8;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    height: 32px;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    padding: 0px 25px 0px 3%;
    background: #f8f8f8 url(../img/down-arrow.png) no-repeat center right;
}

#search #location-nav {
    float: none;
    display: inline-block;
}

#search .button.red {
    height: 33px !important;
    line-height: 33px !important;
    white-space: nowrap;
    *line-height: 1em !important;
}

#search select {
    width: 17.530%;
}

/* End Search */

/* Widgets */

#sidebar .widget h3 {
    background-color: #c4161c;
    color: #fff;
    font-size: 1.125em; /* 18px / 16px */
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    padding: 0px 6.465%;
    border-right: 13px solid #3d3d3d;
    margin: 0px;
    text-align: left;
    text-transform: inherit;
}

.widget h5 {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

.widget > ul > li > a {
    padding: 0px 4%;
}

.widget > ul > li > ul > li > a {
    padding: 0px 8%;
}

.widget > ul > li > ul > li > ul > li > a {
    padding: 0px 12%;
}

.widget ul {
    background-color: #fafafa;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

.widget li {
    border-bottom: 1px solid #e8e8e8;
    /*padding: 0px 4%;*/ /* 18px / 230px */

}

.widget ul ul {
    border-top: 1px solid #e8e8e8;
}

.widget li a {
    display: block;
    /*height: 32px;
    line-height: 32px;
    white-space: nowrap;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 0.875em; /* 14px / 16px */
    color: #424242;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.widget li a:hover {
    color: #666;
    background-color: #eee;
}

.widget .active {
    background: url(../img/arrow-rightpadding.png) no-repeat center right;
    background-color: #eee;
}

#contests.widget {
    text-align: center;
}

#upcoming-events.widget li {
    overflow: hidden;
    margin: 0px;
    padding: 10px 7.823%; /* 18px / 230px */
}

#upcoming-events.widget span.category {
    font-size: 0.6875em;
    text-transform: uppercase;
    color: #878686;
    font-weight: bold;
    float: left;
    display: inline;
}

#upcoming-events.widget span.date {
    font-size: 0.6875em;
    color: #c4161c;
    font-weight: bold;
    float: right;
    display: inline;
}

#daily-deals.widget {
    padding: 0px 7.823%; /* 18px / 230px */
}

#daily-deals.widget h3 {
    margin: 0px -9%; /* 18px / 230px */
}

#daily-deals.widget h5 {
    margin-top: 10px;
}

#daily-deals.widget p {
    font-size: 0.6875em; /* 11px / 16px */
}

#daily-deals.widget p.links {
    font-size: 0.9375em; /* 15px/ 16px */
}

#daily-deals.widget img {

}

#daily-deals.widget p.links a {
    color: #2c2c2c;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#daily-deals.widget p.links a:hover {
    color: #666;
}

#contact.widget {
    padding: 0 7.823%;
    zoom: 1;
    font-size: 0.8125em; /* 13px / 16px */
}

#contact.widget h3 {
    margin: 0px -9.183673%; /* 18px / 196px */
    font-size: 1.69em; /* 22px / 13px */
}

#contact.widget form {
    background-color: #fafafa;
    margin: 0px -9.183673% 0px; /* 18px / 196px */
    padding: 20px 9.183673% 10px;
    border-bottom: 1px solid #e9e9e9;
}

/* End Widget */

/* Homepage */

.category-section {
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px 10px;

    *display: inline;
    zoom: 1;
}

.category-section h3 {
    margin: 0px;
    font-size: 1.154em; /* 15px / 13px */

}

.category-section h3 a {
    color: #c4161c;
    text-transform: uppercase;
}

.category-section ul {
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
}

/* End Homepage */

/* Listings */

span.pre-owned, span.clearance, span.sold, span.featured {
    text-transform: uppercase;
    color: #ababab;
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 0.846em; /* 11px / 13px */
    display: block;
    padding-right: 13px;
    line-height: 1em;
}

span.pre-owned {
    background: url(../img/pre-owned-arrow.png) no-repeat top right;
}

span.clearance {
    background: url(../img/clearance-arrow.png) no-repeat top right;
}

span.featured {
    background: url(../img/featured-arrow.png) no-repeat top right;
}

span.sold {
    background: url(../img/sold-arrow.png) no-repeat top right;
}

a.sort-by {

    display: inline-block;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    padding: 0px 10px;
}

table.listings {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    width: 100%;
}

table.listings .sold img, table.listings .sold h3, table.listings .sold p {
    opacity: 0.3;
    filter: alpha(opacity=30);

}

.sold-ribbon-large {
    background: url(../img/sold-large.png) no-repeat;
    width: 87px;
    height: 54px;
    position: absolute;
    top: -20px;
    left: -2.65%;
}

table.listings .sold-ribbon {
    background: url(../img/sold-ribbon.png) no-repeat;
    width: 56px;
    height: 34px;
    position: absolute;
    top: -11px;
    left: -12px;
}

table.listings .listing-image {
    width: 1%;
    text-align: center;
}

table.listings .listing-image img {
    border: 1px solid #E7E7E7;
    padding: 5px;
    background-color: #fff;
    max-width: inherit;
}

.frame {
    border: 1px solid #E7E7E7;
    padding: 5px;
    background-color: #fff;
}

table.listings .listing-description {
    width: 55%;
}

table.listings .listing-description p {
    margin-top: 5px;
}

table.listings .listing-price {
    width: 1%;
    position: relative;
}

table.listings .listing-price .price {

}
table.listings .listing-price .price-original {
    color:#8A8A8A;
    text-decoration: line-through;
}
table.listings .listing-price .red {
    color:#c4161c;
}

table.listings tr.hover td {
    background-color: #f0f0f0;
    cursor: pointer;
}

table.listings thead .text-right {
    font-size: 0.866em; /* 13px / 15px */
    color: #818181;
    font-weight: normal;
    float: right;
}

table.listings tfoot .text-right {
    font-size: 1em; /* 13px / 13px */
    color: #818181;
    font-weight: normal;
}

table.listings thead, table.listings tfoot {
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #e7e7e7;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* W3C */
}

table.listings tfoot {
    border-top: 3px solid #e7e7e7;
    border-bottom: 1px solid #e9e9e9;
}

.listings thead th, .listings tfoot th {
    font-size: 1.15em; /* 15px / 13px */
    text-transform: uppercase;
    padding: 0px 15px;
}

table.listings span.count {
    background-color: #cacaca;
    padding: 3px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 20px;
}

table.listings td {
    border-bottom: 1px solid #e1e1e1;
}

table.listings h3 {
    font-size: 1.45em; /* 16px / 11px */
    margin: 0px;
}

table.listings h3 a {
    color: #9d1e21;
    text-decoration: underline
}

table.listings h4 {
    text-transform: uppercase;
    color: #878686;
    margin: 0px;
}

table.listings h4 span {
    color: #252525;
}

.admin-table {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.admin-table li {
    margin: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
    list-style-type: none;
    float: left;
    display: inline;
}

/*
table.listings .price {
  font-size: 1.63em; // 18px / 11px
  width: 100px;
  padding: 10px;
  text-align:center;
  margin: 0px auto;
  line-height: 1em;
  font-weight:bold;
  color:#666;
}*/

.listings .price small {
    font-size: 0.722em; /* 13px / 18px */
}

.listings p.links a {
    font-size: 1.18em; /* 13px / 11px */
    font-weight: bold;
    text-transform: uppercase;
}

/* End Listings */

/* Pagination */

.pagination {
    float: right;
    display: inline;
}

.pagination ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.pagination li {
    float: left;
    display: inline;
}

.pagination a {
    color: #252525;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
}

.pagination a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pagination a.current {
    background-color: #252525;
    color: #fff;
}

.pagination a.disabled {
    color: #ddd;
}

.pagination a.disabled:hover {
    background-color: inherit;
}

/* End Pagination */

/*
#listings-page #header {
  position:fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

#listings-page #nav-bar {
  position:fixed;
  top: 76px;
  width: 100%;
  z-index: 999;
}

#listings-page #util-bar {
  position: fixed;
  top: 120px;
  z-index: 999;
}*/

/*

#listings-page #sidebar {
  position: fixed;
  top: 170px;
}

*/

.js table.listings .pagination {
    /*display: none!important;*/
}

div#infscr-loading {
    line-height: 1.2em;
}

div#infscr-loading div {
    padding-top: 5px;
}

/* Details Page */

#details-page #sidebar {
    clear: none;
}

#details-page .col-left, .col-left {
    width: 45%;
    padding-right: 1%;
    text-align: center;
}

#details-page .col-right, .col-right {
    width: 51%;
    background-color: #fff;
    margin: -20px -1.2% -20px 0px;
    padding: 20px 2% 20px 2%;
    border-left: 1px solid #e9e9e9;
    min-height: 480px;
}

#details-page .col-right hr {
    margin: 0px -3.870972%;
}

#details-page ul.thumbs {
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: center;

    background: #fff;
}

#details-page ul.thumbs li {
    display: inline;
    margin: 0px;
}

#slider-wrapper .img-wrap {
    min-height: 312px;
}

#slider-wrapper .img-wrap img {
    max-width: 95%;
}

ul.thumbs img, #similar-items img {
    border: 1px solid #E7E7E7;
    padding: 3px;
    background-color: #fff;
}

ul.thumbs a.active img {
    border: 1px solid #666;
}

#details-page h3 {
    text-transform: uppercase;
    margin-bottom: -10px;
}

#details-page .price {
    font-size: 1.846em; /* 24px/ 13px */
    margin: 0px;
}

#details-page .price del {
    font-size: 0.54em; /* 13px / 24px */
    text-transform: none;
}

#details-page #price-block h3{
    display:inline;
}
#details-page #price-block .plus-tax {
    display:inline;
    color:#8a8a8a;
}
#details-page #price-block .original{
    display:inline;
    text-decoration: line-through;
    color:#8a8a8a;
    font-size: 1.5em;
}

#details-page #price-block .red{
    color:#c4161c;
}

#details-page ul.grey-nav {
    float: right;
    display: inline;
    margin: 5px 0px;
}

#details-page .maps {
    display: inline-block;
    text-align: center;
}

ul#similar-items {
    list-style-type: none;
    padding: 0px;
    color: #666;
    margin-top: 20px;
}

ul#similar-items li {
    overflow: hidden;
    margin: 10px 0px;
}

ul#similar-items img {
    margin-right: 4%;
}

ul#similar-items p {
    overflow: hidden;
    margin: 0px;
}

/* End Details Page */

.admin-table a {
    background-color: #fff;
    border: 1px solid #75787b;

    -webkit-border-radius: 15px;
    border-radius: 15px;

    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 8px;
    height: 83px;

    display: block;
    font-weight: bold;
}

.admin-table a img {
    margin-bottom: 10px;
}

form#email-noticiations label {
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

form#email-noticiations small {
    display: inline-block;
    margin-bottom: 10px;
}

.red-link {
    color: #9D1E21 !important;
    text-decoration: underline;
}

.grey-link {
    color: #888888;
    text-decoration: underline;
}

.border-bottom .notification-active td {
    border: none;
}

.notification-expiring {
    border: 1px solid #52b848;
}

.notification-inactive {
    border: 1px solid #eb1c22;
}

.notification-cell a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding-left: 33px;
}

.notification-expiring .notification-cell {
    padding: 5px 10px;
    background: #52b848 url(../img/admin-icons/small/continue.png) 15px 5px no-repeat;

}

.notification-inactive .notification-cell {
    padding: 5px 10px;
    background: #eb1c22 url(../img/admin-icons/small/reactivate.png) 15px 5px no-repeat;
}

.notification-inactive .edit-notification-description {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#util-bar.admin a {
    background: none;
    border-right: 1px solid #DEDEDE;
    color: #51565a;
}

#util-bar.admin a:hover, #util-bar.admin .active {
    color: #f4301a;
}

.notification-active .daysLeft {
    width: 20px;
}

.notification-expiring .daysLeft, .notification-inactive .daysLeft {
    text-align: center;
    background-color: #53565b;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 3px;
    width: 33px;
}

.daysLeft .num {
    font-size: 20px;
}

.mobile-show-contact {
    display: none;
    height: 100%;
}

.p-desc {
    clear: both;
}

.message{
    width: 270px; 
    padding: 8px; 
    border-radius: 5px;
}

.error-mess{
    background-color: #ff5f5b;
}

.success{
    background-color: #3BFF85; 
}





/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1500px) {
    #global-nav a, #breadcrumbs a {
        padding: 0px 25px;
    }

}

@media only screen and (min-width: 1200px) {
    #sidebar {
        width: 15%;
    }

    #main {
        width: 81% !important;
    }

    table.listings .listing-description {
        width: 68%;
    }

    table.listings .listing-price {
        width: 20%;
    }

}

@media only screen and (max-width: 1200px) {
    .wrapper {
        margin: 0px 10px;
        width: auto;
    }

    .button {
        padding: 0px 1%;
    }

    #breadcrumbs .current {
        display: none;
    }
}

@media only screen and (max-width: 940px) {
    .corpbar {
        height: 60px;
    }

    #header {
        /*height: 150px;*/
        height: 300px;
    }

    #header h2 {
        margin-bottom: 10px;
        width: 100%;
    }

    #header .callout a.button {
        margin: 5px 0px 0px;
    }

    #header .callout {
        margin-top: 7px;
        clear: both;
        float: none;
        display: block;
        width: 100%;
    }

    #header .callout.loggedin {
        text-align: left;
    }

    #header .callout.loggedin h4 {
        width: auto;
    }

    #details-page #sidebar, #details-page #main {
        float: none;
        width: 100%;
        display: block;
        overflow: hidden;
    }

}

@media only screen and (max-width: 783px) {

    td {
        padding: 10px 5px;
    }

    table.listings thead .text-right {
        float: none;
        clear: both;
        text-align: left;
        width: 245px;
    }

    #filter-nav, #filter-nav li {
        border: none !important;
    }

    table.listings thead {
        height: auto;
        line-height: 2.5em;
    }

}

@media only screen and (max-width: 768px) {

    #global-nav a, #breadcrumbs a {
        padding: 0px 10px;
    }

    .button {
        padding: 0px 1%;
    }

    .complete-listings {
        display: block;
    }

    #main {
        float: none;
        display: block;
        width: auto;
    }

    #details-page .price.contact-icons {
        float: left;
        margin-right: 15px;
    }

    .mobile-show-contact {
        display: block;
    }

    .mobile-show-contact.icons {
        line-height: 27px;
        float: right;
    }

    .mobile-show-contact.icons a {
        vertical-align: middle;
    }

    .innerWrapper {
        line-height: 26px !important;
    }

}

@media only screen and (max-width: 768px) {

    #header {
        height: auto;
        font-size: 1em;
        overflow: hidden;
    }

    #header .callout {
        width: auto;
        float: none;
        display: block;
        clear: both;
        margin-bottom: 20px;
    }

    #util-bar {
        height: auto;
    }

    #search, #breadcrumbs {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    #search {
        margin-top: 10px;
    }

    #search .q {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {

    .sold-ribbon-large {
        left: 0px;
    }

    #global-nav {
        font-size: 0.85em;
    }

    #global-nav a, #breadcrumbs a {
        padding: 0px 5px;
    }

    #header h1 {
        float: none;
        display: block;
        width: 100%;
    }

    #header .callout {
        margin: 10px 0px;
        width: 98%;
        max-width: inherit;
    }

    #search .q {
        width: 79%;
    }

    #search select {
        display: none;
    }

    body {
        font-size: 0.9em;
    }

    #breadcrumbs, #filter-nav .sort-li, #footer-cols, #nav-bar, #sidebar, table.listings thead .text-right, .pagination .number {
        display: none;
    }

    table.listings tfoot .text-right {
        text-align: left !important;
        width: 245px;
    }

    table.listings tfoot .pagination {
        font-size: 2em;
    }

    table.listings {
        font-size: 0.846em; /* 11px / 13px */
    }

    table.listings .listing-description p {
        display: none;
    }

    #details-page ul.thumbs {
        display: none;
    }

    #details-page .col-left, #details-page .col-right {
        float: none;
        width: 94%;
        border-left: 0px;
    }

    #details-page .col-right {
        margin: 10px 0px;
        background-color: inherit;
    }

    #slider-wrapper .img-wrap {
        min-height: inherit !important;
        margin: 0px auto;
    }

    .content-block {
        padding: 20px 0px;
    }

    #details-page .col-right ul.grey-nav {
        display: none;
    }

    #details-page .col-right {
        min-height: 100%;
    }

    #main {
        width: 100% !important;
    }

    .edit-notification-description {
        width: 60% !important;
    }

}

@media only screen and (max-width: 995px) {

    .corpbar ul li a {
        font-size: 11px;
    }

    .corpbar ul li {
        margin: 0 .8em;
    }

}

@media only screen and (max-width: 1190px) {

    .corpbar ul {
        width: 95%;
    }

    .corpbar ul li {
        margin: 0 1em;
    }

}

@media only screen and (max-width: 500px) and (max-height: 150px) {
    #header {
        font-size: 0.6em;
    }

    #header img {
        width: 30%;
    }

}

@media only screen and (max-width: 465px) {
    .corpbar {
        height: 90px;
    }

}

@media only screen and (max-width: 375px) {
    #header h1 {
        text-align: center;
    }

    #search .q {
        width: 69%;
    }

    #footer .right, #footer .left {
        float: none;
        display: block;
        width: 100%;
    }

    #header h1 img {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    #filter-nav a.dropdown {
        padding-left: 0px;
    }

    table.listings .listing-image img {
        max-width: 62px
    }

    #header .callout h4 {
        display: block;
        margin-bottom: 2%;
    }

    #header .callout p {
        margin-left: 0px !important;
    }

    .edit-notification-description {
        width: 30% !important;
    }

    .hide-mobile {
        display: none;
    }

    .add-notification-divs {
        display: block;
        float: none;
        clear: both;
        width: auto !important;
    }

    .innerWrapper {
        line-height: 40px !important;
    }

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this widget.
   ========================================================================== */

.quarter {
    width: 25%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.noborder {
    border: none !important;
}

span.error {
    color: #f00;
    padding-left: 10px;
}

.no-list-style {
    list-style-type: none;
}

.hide {
    display: none;
}

.report {
    margin: 0px auto 25px;
    padding: 10px;
    border-radius: 6px;
}

.report.green {
    border: 1px solid green;
    background-color: #e5ffe5;
}

.report.red {
    border: 1px solid red;
    background-color: #ffe5e5;
}

.report.blue {
    border: 1px solid #27759a;
    background-color: #41c3ff;
}

.label {
    border-radius: 3px;
    color: #2e2e2e;
    padding: 3px;
    width: 100%;
    text-align: center;
}

.label-completed {
    background-color: #d1ff5f;
}

.label-pending {
    background-color: #82ecff;
}

.label-errors {
    background-color: #ff5f5b;
}

.label-expired, .label-cancelled {
    color: #727272;
    background-color: #dddddd;
}

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Hide visually and from screenreaders, but visible to spam bots */
.captcha {
    visibility: hidden;
    height: 1px
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        border: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    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;
    }

    .col-right .grey-nav {
        display: none !important
    }

    #main {
        width: 100% !important;
    }

    #details-page #sidebar {
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: right;
        display: block;
    }

    #details-page #sidebar h3 {
        text-align: right;
    }

    #sidebar form, #header .callout, #footer, #nav-bar, #breadcrumbs, #util-bar, #footer-cols, .maps, .printhide {
        display: none !important;
    }

    #header h1 {
        width: auto;
    }

    #header h1 img {
        display: block;
    }

    .img-wrap p {
        display: none;
    }

    #slider-wrapper .img-wrap {
        min-height: inherit !important;
    }

    #sidebar {
        display: none;
    }

    #map_canvas {
        float: none !important;
        display: block !important;
    }

    #header .topbar-menu, .corpbar {
        display: none;
    }

    .wrapper h2 {
        clear: both;
        padding: 10px;
        width: 70%;
        word-wrap: break-word;
    }

}

.locations li {
    font-size: 16px;
    padding-bottom: 6px;
}

.locations_call_button {
    float: right;
    text-align: right;
}

.listings .location {
    color: #000;
    font-size: 13px;
    margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
    .listings .location {
        display: block !important;
    }
}

.filter-nav-right {
    float: right;
    margin-right: -16px !important;
}

.filter-nav-right .submenu {
    left: -97px !important;
}

.filter-nav-right .pre-owned, .filter-nav-right .clearance, .filter-nav-right .featured {
    top: 0;
    right: 0;
}

.filter-nav-right a:hover .pre-owned, .filter-nav-right a:hover .clearance, .filter-nav-right a:hover .featured {
    display: none;
}

a.buyNow {
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}

.delivery-icon, .delivery-text {
    float: left;
    font-weight: 700;
}

.delivery-icon{
    display: none;
}

.delivery-text{
    width: 100%;
    text-align: center;
}

.delivery-text svg{
    display: inline;
}

@media only screen and (max-width: 1200px) {
    .delivery-icon {
        display: block;
        width: 25%;
        height: 26px;
        margin-top: 3px;
    }

    .delivery-text {
        width: 75%;
        font-size: 9px;
        text-align: left;
        padding-left: 4px;
        box-sizing: border-box;
    }

    .delivery-text svg{
        display: none;
    }
}

/*button for signing up for notifications and submitting product page form*/
.small-button{
    border-radius: 2px;
}

.estimate-button{
    height: 28px;
    padding: 2px 10px;
}

/* Contact Button on Location pages (single-location.php)*/
.contact-button{
    background-color: #c4161c;
    border: none;
    color: #eeeeee;
    padding: 10px 26px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;
    border-radius: 3px;
  }

   .contact-button:hover {
     background-color: #aa0e0f;
     color: #eeeeee;
     cursor: pointer;
     text-decoration: none;
   }