/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0;
}
*/
html {
  -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; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container {
  width: 990px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/*
@media (min-width: $screen-sm-min) {
  @include make-grid(sm);
}
*/
@media (min-width: 4px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

/*
@media (min-width: $screen-lg-min) {
  @include make-grid(lg);
}
*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 45px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

/*
@include input-size('.input-sm', $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $input-border-radius-small);
.form-group-sm {
  .form-control {
    height: $input-height-small;
    padding: $padding-small-vertical $padding-small-horizontal;
    font-size: $font-size-small;
    line-height: $line-height-small;
    border-radius: $input-border-radius-small;
  }
  select.form-control {
    height: $input-height-small;
    line-height: $input-height-small;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
  .form-control-static {
    height: $input-height-small;
    min-height: ($line-height-computed + $font-size-small);
    padding: ($padding-small-vertical + 1) $padding-small-horizontal;
    font-size: $font-size-small;
    line-height: $line-height-small;
  }
}

@include input-size('.input-lg', $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $input-border-radius-large);
.form-group-lg {
  .form-control {
    height: $input-height-large;
    padding: $padding-large-vertical $padding-large-horizontal;
    font-size: $font-size-large;
    line-height: $line-height-large;
    border-radius: $input-border-radius-large;
  }
  select.form-control {
    height: $input-height-large;
    line-height: $input-height-large;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
  .form-control-static {
    height: $input-height-large;
    min-height: ($line-height-computed + $font-size-large);
    padding: ($padding-large-vertical + 1) $padding-large-horizontal;
    font-size: $font-size-large;
    line-height: $line-height-large;
  }
}
*/
.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/*
.has-success {
  @include form-control-validation($state-success-text, $state-success-text, $state-success-bg);
}
.has-warning {
  @include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
}
.has-error {
  @include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
}
*/
/*
.has-feedback label {

  & ~ .form-control-feedback {
     top: ($line-height-computed + 5); // Height of the `label` and its margin
  }
  &.sr-only ~ .form-control-feedback {
     top: 0;
  }
}
*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.form-inline {
  /*
  @media (min-width: $screen-sm-min) {
    // Inline-block all the things for "inline"
    .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }

    // In navbar-form, allow folks to *not* use `.form-group`
    .form-control {
      display: inline-block;
      width: auto; // Prevent labels from stacking above inputs in `.form-group`
      vertical-align: middle;
    }

    // Make static controls behave like regular ones
    .form-control-static {
      display: inline-block;
    }

    .input-group {
      display: inline-table;
      vertical-align: middle;

      .input-group-addon,
      .input-group-btn,
      .form-control {
        width: auto;
      }
    }

    // Input groups need that 100% width though
    .input-group > .form-control {
      width: 100%;
    }

    .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }

    // Remove default margin on radios/checkboxes that were used for stacking, and
    // then undo the floating of radios and checkboxes to match.
    .radio,
    .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;

      label {
        padding-left: 0;
      }
    }
    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }

    // Re-override the feedback icon.
    .has-feedback .form-control-feedback {
      top: 0;
    }
  }
*/ }

.form-horizontal {
  /*
  @media (min-width: $screen-sm-min) {
    .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: ($padding-base-vertical + 1); // Default padding plus a border
    }
  }
*/
  /*
  .form-group-lg {
    @media (min-width: $screen-sm-min) {
      .control-label {
        padding-top: (($padding-large-vertical * $line-height-large) + 1);
        font-size: $font-size-large;
      }
    }
  }
*/
  /*
  .form-group-sm {
    @media (min-width: $screen-sm-min) {
      .control-label {
        padding-top: ($padding-small-vertical + 1);
        font-size: $font-size-small;
      }
    }
  }
*/ }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 25px; }
  .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px; }
    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .form-horizontal .form-group:after {
      clear: both; }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 10px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

#return-old-look a {
  text-decoration: none; }

#return-old-look.desktop {
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 999999; }

#return-old-look.desktop img {
  width: 87px;
  height: 34px; }

#return-old-look.desktop img.provide-feedback {
  width: 101px;
  height: 35px; }

#return-old-look.mobile {
  position: fixed;
  top: 0;
  left: 528px;
  z-index: 999999; }

#return-old-look.mobile img {
  width: 92px;
  height: 36px;
  float: left; }

#return-old-look.mobile img.provide-feedback {
  width: 101px;
  height: 35px;
  float: left; }

#header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 900;
  background-color: #414141;
  -webkit-font-smoothing: subpixel-antialiased; }

#header-navigation a {
  text-decoration: none; }

#header-navigation .container {
  padding-left: 0;
  padding-right: 0; }

#header-navigation .row {
  padding-left: 0;
  padding-right: 0; }

#header-wrap-top .row, #header-wrap-mid .row, #header-wrap-low .row {
  padding-left: 10px;
  padding-right: 10px; }

/* styles that apply to various parts of header */
#header-wrap-top ul, #header-wrap-mid ul, #header-wrap-low ul {
  list-style-type: none; }

#header-wrap-top li, #header-wrap-low li {
  float: left;
  display: inline;
  padding-left: 0;
  font-family: "Open Sans Semibold",'Helvetica Neue',Helvetica,Arial,sans-serif; }

/* NAV UPPER */
#header-wrap-top {
  background-color: #222;
  height: 35px;
  /* 	overflow: hidden; */ }

#header-wrap-top ul {
  position: relative;
  float: right;
  margin-top: 6px; }

#header-wrap-top ul li {
  font-size: 11px;
  color: #aaa;
  padding-left: 20px;
  margin-top: 2px; }

#header-wrap-top ul li a {
  color: #aaa; }

#header-wrap-top ul li span {
  color: #666;
  padding: 0 5px; }

#header-wrap-top a:hover {
  color: #ccc; }

#header-wrap-top p.owc-tag-line {
  font-family: 'Open Sans Italic','Helvetica Neue',Helvetica,Arial,sans-serif;
  float: left;
  color: #aaa;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 100%; }

#header-wrap-top ul li.contact {
  margin-top: 3px; }

#header-wrap-top .login.login-dropdown {
  padding-bottom: 7px; }

/* Dropdowns for buttons and shop all mixed in together */
#header-wrap-top .account-dropdown {
  display: none;
  position: absolute;
  z-index: 9910;
  top: 29px;
  right: 0;
  border-top: 10px solid #39a5eb;
  margin: 0;
  padding: 0; }

#header-wrap-top .account-dropdown:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 65%;
  width: 0;
  height: 0;
  border-bottom: solid 10px #39a5eb;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

#header-wrap-top ul.account-nav-dropdown {
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 0px;
  width: 165px;
  text-align: left; }

#header-wrap-top ul.account-nav-dropdown li {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding-left: 0; }

#header-wrap-top ul.account-nav-dropdown li a {
  color: #666666;
  font-size: 12px;
  padding-top: 3px;
  width: 160px;
  display: block; }

#header-wrap-top ul.account-nav-dropdown li a:hover {
  color: #39a5eb; }

/* NAV MID */
#header-navigation .macsales-brand img {
  width: 290px;
  height: 60px; }

#header-wrap-mid {
  padding: 10px 0;
  background-color: #444;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

#header-wrap-mid .col-md-4.macsales-brand {
  padding-left: 0; }

/* NAV MID DROPDOWNS */
#header-wrap-mid .mid-nav-item {
  float: left; }

#mid-nav-container {
  position: relative;
  float: right;
  padding-top: 8px; }

#mid-nav-container .mid-nav-item {
  margin-left: 30px;
  position: relative;
  width: auto; }

#mid-nav-container .mid-nav-item > p a {
  font-family: 'Open Sans Semibold','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 1.1px;
  cursor: pointer;
  padding: 4px; }

#mid-nav-container .mid-nav-item > p a:hover {
  color: #ccc; }

/* Dropdowns for buttons and shop all mixed in together */
.mid-nav-cont-dropdown {
  display: none;
  position: absolute;
  z-index: 903;
  top: 28px;
  border-top: 10px solid #39a5eb;
  margin: 0;
  margin-top: 15px;
  padding: 0; }

#mid-nav-container .mid-nav-cont-shopall {
  display: none;
  position: absolute;
  z-index: 904;
  top: 28px;
  left: -772px;
  width: 865px;
  border-top: 10px solid #39a5eb;
  margin: 0;
  margin-top: 15px;
  padding: 0; }

.mid-nav-cont-dropdown:before, .mid-nav-cont-shopall:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 45%;
  width: 0;
  height: 0;
  border-bottom: solid 10px #39a5eb;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

.mid-nav-cont-shopall:before {
  left: 808px; }

ul.mid-nav-dropdown {
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 0;
  width: 165px; }

ul.mid-nav-dropdown li a {
  color: #666666;
  font-size: 12px;
  padding-top: 3px;
  width: 100%;
  display: block; }

ul.mid-nav-dropdown li a:hover {
  color: #39a5eb; }

.mid-nav-shopall-cont {
  position: relative;
  float: left;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-top: 0;
  width: 100%; }

.mid-nav-shopall-cont .menu-col {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding-right: 42px; }

.mid-nav-shopall-cont .menu-col:last-of-type {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding-right: 22px; }

.mid-nav-shopall-cont .menu-col p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0; }

.mid-nav-shopall-cont .menu-col p a {
  color: #212121; }

.mid-nav-shopall-cont .menu-col ul {
  margin-top: 0;
  padding-left: 0; }

.mid-nav-shopall-cont .menu-col ul li a {
  font-size: 12px;
  color: #666;
  padding-top: 3px;
  width: 100%;
  display: block; }

.mid-nav-shopall-cont .menu-col ul li a:hover {
  color: #39a5eb; }

/* Position Dropdowns */
.mid-nav-item.ssd .mid-nav-cont-dropdown {
  left: -72px; }

.mid-nav-item.memory .mid-nav-cont-dropdown {
  left: -45px; }

.mid-nav-item.storage .mid-nav-cont-dropdown {
  left: -43px; }

.mid-nav-item.usedmacs .mid-nav-cont-dropdown {
  left: -41px; }

/* Image Sizes for entire nav area */
#header-wrap-top .chat img {
  width: 24px;
  height: 20px; }

#header-wrap-top .support img {
  width: 20px;
  height: 20px; }

#header-wrap-top .login img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px; }

#header-wrap-mid .mid-nav-item img {
  width: 11px;
  height: 7px;
  margin-top: -2px;
  padding-left: 4px; }

/* NAV LOWER */
#header-wrap-low {
  position: relative;
  width: 100%;
  background-color: #414141;
  margin: 0;
  padding: 0; }

#header-wrap-low a {
  color: #fff;
  cursor: pointer; }

#header-wrap-low a:hover {
  color: #ccc; }

#header-wrap-low .search {
  padding-top: 8px; }

#header-wrap-low .search input {
  padding-top: 8px;
  margin-left: 0; }

#header-wrap-low .search-width {
  width: 450px;
  float: left; }

#header-wrap-low .search-width input {
  width: 385px;
  height: 34px; }

#header-wrap-low .search-width button {
  width: 40px;
  height: 34px; }

#header-wrap-low .lower-nav-wrap {
  width: 540px;
  float: left; }

#header-wrap-low ul.lower-nav {
  margin: 0;
  padding-left: 0px;
  padding-right: 0;
  height: 50px;
  width: 540px;
  float: right; }

#header-wrap-low ul li {
  font-family: 'Open Sans Semibold','Helvetica Neue',Helvetica,Arial,sans-serif;
  height: 50px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-size: 12.5px;
  letter-spacing: .5px;
  float: right; }

#header-wrap-low .upgrades {
  border-right: 1px solid #555;
  height: 25px;
  line-height: 100%;
  margin-top: 12px;
  padding-top: 5px;
  padding-right: 30px;
  width: 180px; }

#header-wrap-low .specials {
  padding-top: 15px;
  width: 160px; }

#header-wrap-low .my-cart {
  background-color: #343434;
  padding-top: 15px;
  width: 180px; }

#header-wrap-low .my-cart:hover {
  background-color: #000; }

#header-wrap-low .my-cart span {
  color: #39a5eb; }

#header-wrap-low .search img {
  width: 16px;
  height: 16px; }

#header-wrap-low .upgrades img {
  width: 35px;
  height: 16px;
  padding-right: 5px; }

#header-wrap-low .specials img {
  width: 24px;
  height: 20px;
  padding-right: 5px; }

#header-wrap-low .my-cart img {
  width: 28px;
  height: 20px;
  padding-right: 5px; }

#header-navigation.holiday-header {
  background-color: #25648d; }

#header-navigation.holiday-header #header-wrap-mid {
  background-color: #25648d;
  background-image: url(/Customized_Pages/imgs-wrapper/macsales-holiday-mid-2x.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 3400px 84px; }

#header-navigation.holiday-header #header-wrap-low {
  background-color: #25648d;
  background-image: url(/Customized_Pages/imgs-wrapper/macsales-holiday-low.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 3400px 48px; }

#header-navigation.holiday-header.interior {
  /*
            background-position: center 27px;
            display: inline-block
        */ }

#header-navigation.holiday-header #header-wrap-mid {
  background-color: transparent; }

#header-navigation.holiday-header #header-wrap-mid a:hover {
  color: #25648d; }

#header-navigation.holiday-header #header-wrap-low {
  background-color: transparent; }

#header-navigation.holiday-header #header-wrap-low .container {
  background-color: #25648d; }

#header-navigation.holiday-header #header-wrap-low .upgrades {
  border-color: #4f81a2; }

#header-navigation.holiday-header #header-wrap-low a:hover {
  color: #abcbe3; }

#header-navigation.holiday-header #header-wrap-low .my-cart {
  background-color: #295877; }

#header-navigation.holiday-header #header-wrap-low .my-cart:hover {
  background-color: #40759f; }

#header-navigation.holiday-header .mid-nav-cont-dropdown:before,
#header-navigation.holiday-header .mid-nav-cont-shopall:before {
  border-bottom: solid 10px #5e99c8; }

#header-navigation.holiday-header #mid-nav-container .mid-nav-cont-dropdown,
#header-navigation.holiday-header #mid-nav-container .mid-nav-cont-shopall {
  border-top: 10px solid #5e99c8; }

#header-navigation.holiday-header #mid-nav-container ul.mid-nav-dropdown,
#header-navigation.holiday-header #mid-nav-container .mid-nav-shopall-cont {
  background-color: #f0f9ff; }

#header-navigation.holiday-header .holiday-link {
  width: 130px;
  height: 70px;
  position: absolute;
  top: -5px;
  left: -113px;
  z-index: 25;
  background-image: url(/Customized_Pages/imgs-wrapper/free-shipping.png);
  background-size: 95%;
  background-repeat: no-repeat; }

#header-navigation.holiday-header-nye {
  background-color: #0d244b;
  background-image: url(/Customized_Pages/imgs-wrapper/macsales-holiday-nye.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 3397px 152px; }

#header-navigation.holiday-header-nye #header-wrap-top {
  background-color: transparent; }

#header-navigation.holiday-header-nye #header-wrap-mid {
  background-color: transparent; }

#header-navigation.holiday-header-nye #header-wrap-mid {
  background-color: transparent; }

#header-navigation.holiday-header-nye #header-wrap-mid a:hover {
  color: #ccc; }

#header-navigation.holiday-header-nye #header-wrap-low {
  background-color: #172845; }

#header-navigation.holiday-header-nye #header-wrap-low .container {
  background-color: #172845; }

#header-navigation.holiday-header-nye #header-wrap-low .upgrades {
  border-color: #3b4e6d; }

#header-navigation.holiday-header-nye #header-wrap-low a:hover {
  color: #b7c0c9; }

#header-navigation.holiday-header-nye #header-wrap-low .my-cart {
  background-color: #101c30; }

#header-navigation.holiday-header-nye #header-wrap-low .my-cart:hover {
  background-color: #23334e; }

/* DropDowns */
#header-navigation.holiday-header-nye .mid-nav-cont-dropdown:before,
#header-navigation.holiday-header-nye .mid-nav-cont-shopall:before {
  border-bottom: solid 10px #39a5eb; }

#header-navigation.holiday-header-nye #mid-nav-container .mid-nav-cont-dropdown,
#header-navigation.holiday-header-nye #mid-nav-container .mid-nav-cont-shopall {
  border-top: 10px solid #39a5eb; }

#header-navigation.holiday-header-nye #mid-nav-container ul.mid-nav-dropdown,
#header-navigation.holiday-header-nye #mid-nav-container .mid-nav-shopall-cont {
  background-color: #f5f5f5; }

#header-navigation.holiday-header-nye #header-wrap-mid ul.mid-nav-dropdown li a:hover,
#header-navigation.holiday-header-nye #header-wrap-mid .mid-nav-shopall-cont a:hover {
  color: #39a5eb; }

#header-navigation.holiday-header-nye .holiday-link {
  width: 130px;
  height: 70px;
  position: absolute;
  top: -5px;
  left: -113px;
  z-index: 25;
  background-image: url(/Customized_Pages/imgs-wrapper/happy-new-year.png);
  background-size: 95%;
  background-repeat: no-repeat; }

#mini-site-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-banner-promotion {
  background-color: #f5f5f5;
  font-family: 'Open Sans Semibold', 'Helvetica Neue', 'Helvetica', Arial;
  text-align: center;
  font-weight: bold;
  color: #111;
  height: 40px; }

.site-banner-promotion p {
  margin-top: 0;
  padding-top: 11px; }

#header-navigation .site-banner-promotion p a {
  color: #000;
  text-decoration: underline; }

#header-navigation .site-banner-promotion p a:hover {
  color: #000;
  text-decoration: none; }

.site-banner-promotion img {
  width: 36px;
  height: 24px;
  margin-top: -3px;
  margin-right: 5px; }

#mini-site-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background-color: #444;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 12.5px; }

#mini-site-header.holiday {
  background-color: #609ac8;
  background-image: url("/Customized_Pages/imgs-wrapper/mini-holiday-header.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 3400px; }

#mini-site-header.holiday .my-cart {
  background-color: #295877; }

#mini-site-header.holiday .my-cart:hover {
  background-color: #40759f; }

#mini-site-header.holiday .mid-nav-cont-shopall:before {
  border-bottom: solid 10px #5e99c8; }

#mini-site-header.holiday .mid-nav-cont-shopall {
  border-top: 10px solid #5e99c8; }

#mini-site-header.holiday .mid-nav-shopall-cont {
  background-color: #f0f9ff; }

#mini-site-header.nye {
  background-color: #101c30;
  background-image: url("/Customized_Pages/imgs-wrapper/mini-nye-header.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 3400px; }

#mini-site-header.nye .my-cart {
  background-color: #101c30; }

#mini-site-header.nye .my-cart:hover {
  background-color: #23334e; }

#mini-site-header.nye .mid-nav-cont-shopall:before {
  border-bottom: solid 10px #39a5eb; }

#mini-site-header.nye .mid-nav-cont-shopall {
  border-top: 10px solid #39a5eb; }

#mini-site-header.nye .mid-nav-shopall-cont {
  background-color: #fff; }

.mini-nav-wrap {
  position: relative; }

#mini-site-header a.macsales-logo {
  float: left;
  margin-top: 9px;
  padding-left: 5px;
  padding-right: 30px; }

#mini-site-header a.macsales-logo img {
  float: left;
  width: 205px;
  height: 42px; }

#mini-site-header .mini-search {
  float: left;
  display: inline;
  margin-top: 13px;
  padding-right: 0px; }

#mini-site-header .mini-search input {
  padding-top: 7px;
  margin-left: 0;
  width: 413px;
  height: 31px; }

#mini-site-header .mini-search .input-group-addon {
  width: 34px;
  height: 31px; }

#mini-site-header .mini-search button img {
  width: 16px;
  height: 16px;
  margin-left: -3px; }

#mini-site-header .shop-all {
  float: left;
  display: inline;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px; }

#mini-site-header .shop-all p {
  text-align: center; }

#mini-site-header .shop-all > p a {
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Semibold','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 1.1px; }

#mini-site-header .shop-all p a img {
  width: 12px;
  height: 11px;
  margin-top: -2px;
  padding-left: 4px; }

#mini-site-header .mid-nav-cont-shopall {
  display: none;
  position: absolute;
  z-index: 920;
  top: 35px;
  left: 98px;
  width: 891px;
  border-top: 10px solid #39a5eb;
  margin: 0;
  margin-top: 15px;
  padding: 0; }

#mini-site-header .mid-nav-cont-shopall:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 643px;
  width: 0;
  height: 0;
  border-bottom: solid 10px #39a5eb;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

#mini-site-header .mid-nav-shopall-cont {
  position: relative;
  float: left;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-top: 0;
  width: 100%; }

#mini-site-header .mid-nav-shopall-cont .menu-col {
  width: 20%;
  position: relative;
  float: left;
  display: block;
  margin: 0; }

#mini-site-header .mid-nav-shopall-cont .menu-col:last-of-type {
  padding-left: 30px; }

#mini-site-header .mid-nav-shopall-cont .menu-col p {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left; }

#mini-site-header .mid-nav-shopall-cont .menu-col p a {
  text-decoration: none;
  color: #212121; }

#mini-site-header .mid-nav-shopall-cont .menu-col ul {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none; }

#mini-site-header .mid-nav-shopall-cont .menu-col ul li a {
  font-size: 12px;
  color: #666;
  padding-top: 3px;
  width: 100%;
  display: block;
  text-decoration: none; }

#mini-site-header .mid-nav-shopall-cont .menu-col ul li a:hover {
  color: #39a5eb; }

#mini-site-header a .my-cart {
  float: right;
  display: inline-block;
  background-color: #343434;
  margin-top: 0;
  margin-left: 0px;
  padding-top: 20px;
  width: 159px;
  height: 60px;
  font-family: 'Open Sans Semibold','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 1.1px;
  text-align: center; }

#mini-site-header a .my-cart {
  color: #fff;
  text-decoration: none; }

#mini-site-header a .my-cart:hover {
  background-color: #000; }

#mini-site-header a .my-cart span {
  color: #39a5eb; }

#mini-site-header .my-cart img {
  width: 23px;
  height: 20px;
  padding-right: 0px; }

.mobile-header-wrap {
  margin-bottom: -19px;
  padding-bottom: 50px; }

.cd-btn {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 40px;
  margin-right: 20px; }

.cd-panel {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-panel.is-visible::after {
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

.cd-panel-header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 2; }

.cd-panel-close {
  margin-right: 30px;
  position: absolute;
  top: 10;
  right: 0;
  height: 70px;
  width: 71px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 99999;
  margin-top: 30px; }

.cd-panel-close::before, .cd-panel-container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

.sliding-menu {
  margin-top: -9px;
  overflow: hidden;
  position: relative; }

.sliding-menu ul {
  float: left;
  margin: 0;
  padding-left: 0px; }

.sliding-menu li {
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  list-style: none;
  font-size: 32px; }

.sliding-menu li a {
  text-decoration: none; }

.sliding-menu a {
  border-bottom: solid 1px #444444;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  background: #333;
  color: #FFF;
  padding-left: 30px; }

.sliding-menu a:hover {
  color: #FFF; }

.sliding-menu a.back:before {
  margin-top: -10px;
  text-transform: uppercase;
  height: 50px;
  content: "-";
  background-image: url("/Customized_Pages/imgs-wrapper/icon-arrow-left-blue.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  float: left;
  margin-left: -10px;
  margin-right: 15px;
  padding-left: 25px;
  color: #333333; }

.sliding-menu a.nav:before {
  content: "-";
  background-image: url("/Customized_Pages/imgs-wrapper/icon-arrow-right.svg");
  background-repeat: no-repeat;
  float: right;
  background-size: 40px 40px;
  margin-left: 12px;
  padding-left: 24px;
  color: #333333;
  margin-top: -12px;
  height: 50px;
  padding-right: 30px; }

.sliding-menu a.back {
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
  background: #333;
  text-decoration: none;
  color: #3eafe9;
  border-bottom: solid 1px #444444;
  font-size: 32px; }

.mobile-search label {
  position: absolute;
  left: -9999px; }

.mobile-search input, .mobile-search button {
  float: left;
  margin: 0;
  padding: 0; }

.mobile-search input {
  border: 1px solid #ccc;
  width: 844px;
  height: 80px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 30px;
  font-size: 32px;
  background: #fff;
  color: #555; }

.mobile-search button {
  margin-left: -1px;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 80px;
  background-color: #eee;
  color: #555;
  font-size: 32px; }

.mobile-search {
  min-width: 990px;
  background-color: #3c3c3c;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  margin-top: 170px; }

.mobile-acct-cart {
  min-width: 990px;
  font-size: 32px;
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
  background-color: #2a2a2a;
  line-height: 120px;
  height: 120px;
  padding-left: 20px;
  padding-bottom: 0px;
  margin-top: -1px;
  margin-bottom: 0px;
  vertical-align: middle; }

.mobile-acct-cart a {
  font-size: 32px;
  color: #fff;
  text-decoration: none; }

.mobile-mycart-btn {
  text-align: center;
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.5px;
  background: #242424;
  text-decoration: none; }

.mobile-mycart-btn:hover {
  background: #000;
  text-decoration: none; }

.mobile-mycart-btn a {
  text-decoration: none; }

.mobile-mycart-btn span {
  color: #0eaaf0 !important; }

.mobile-nav-type {
  font-size: 22px; }

.mobile-nav-type a {
  text-decoration: underline;
  color: #ddd; }

.mobile-bottom-navigation {
  margin-top: -2px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ddd;
  padding-left: 22px; }

.mobile-nav-divide {
  padding-left: 10px;
  padding-right: 10px; }

.mobile-bot-navbot {
  margin-top: 15px;
  font-size: 22px; }

.mobile-icon-login {
  margin-right: 10px;
  margin-top: -8px; }

.mobile-acct-type {
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif; }

.mobile-icon-cart {
  margin-top: -6px; }

.mobile-icon-ssd {
  margin-top: -6px;
  margin-right: 10px; }

.mobile-icon-specials {
  margin-top: -8px;
  margin-right: 20px; }

.mobile-icon-videos {
  margin-top: -6px;
  margin-right: 16px; }

.mobile-bg-color {
  background-color: #333; }

.mobile-header {
  min-width: 100%;
  background-color: #444;
  position: fixed;
  z-index: 9999;
  height: 152px; }

.mobile-logo {
  margin-top: 33px; }

.mobile-navicon {
  margin-top: 10px; }

.mobile-contact-numbers {
  margin-bottom: 15px;
  display: block;
  font-size: 22px; }

.mobile-contact-numbers a {
  text-decoration: none; }

.site-banner-mobile-promotion {
  background-color: #f5f5f5;
  font-family: 'Open Sans Semibold', 'Helvetica Neue', 'Helvetica', Arial;
  text-align: center;
  font-weight: bold;
  color: #111;
  height: 40px;
  margin-top: 13px; }

.site-banner-mobile-promotion p {
  margin-top: 0;
  padding-top: 11px; }

.site-banner-mobile-promotion img {
  width: 36px;
  height: 24px;
  margin-top: 0px;
  margin-right: 5px; }

.site-banner-mobile-promotion p {
  padding-top: 8px; }

.site-banner-mobile-promotion a {
  color: #000;
  padding-top: 8px; }

html, body {
  background-color: #fff !important;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin: 0;
  width: 100%; }

/* Page Wrap */
.macsales-wrap {
  margin-top: 170px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  background-color: #fff !important;
  width: 990px;
  position: relative;
  padding: 0;
  padding-bottom: 40px; }

/* Move to Type? */
#new-page-wrap h2 {
  font-family: 'Open Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-size: 26px;
  color: #222;
  letter-spacing: -0.5px; }

#new-page-wrap h4 {
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-top: 10px;
  line-height: 110%; }

#new-page-wrap h4 a:hover {
  text-decoration: underline; }

#new-page-wrap h5 {
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px; }

#new-page-wrap h5 a:hover {
  text-decoration: underline; }

/* Stuff */
#new-page-wrap a {
  color: #39a5eb;
  text-decoration: none; }

#new-page-wrap a:hover {
  color: #39a5eb; }

.home-banner-promotion {
  background-color: #f5f5f5;
  font-family: 'Open Sans Semibold', 'Helvetica Neue', 'Helvetica', Arial;
  text-align: center;
  font-weight: bold;
  color: #111;
  height: 40px; }

.home-banner-promotion p {
  margin-top: 0;
  padding-top: 11px; }

.home-banner-promotion img {
  width: 36px;
  height: 24px;
  margin-top: -3px;
  margin-right: 5px; }

#new-page-wrap .home-banner-promotion a {
  text-decoration: underline;
  color: #111; }

#new-page-wrap .home-banner-promotion a:hover {
  text-decoration: none; }

#new-page-wrap .new-release-product-card {
  border: 1px solid #eee;
  padding: 3px; }

#new-page-wrap .new-release-product-card .product-image {
  position: relative; }

#new-page-wrap .new-release-product-card .product-title {
  position: absolute;
  bottom: 0;
  left: 11px;
  margin: 3px;
  padding: 7px 20px;
  height: 36px;
  width: 302px;
  background-color: rgba(0, 0, 0, 0.3); }

#new-page-wrap .new-release-product-card .product-title h4 {
  color: #fff;
  margin-top: 2px; }

.christmas-12-days {
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: url(/Customized_Pages/img-wrapper/imgs-home/12-days-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 30px; }

#new-page-wrap .christmas-12-days .content h2 {
  color: #fff;
  font-family: "Open Sans Semibold",'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 30px;
  margin: 35px 0 0 0; }

#new-page-wrap .christmas-12-days a {
  color: #fff;
  padding-top: 0; }

.christmas-12-days .content p {
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
  color: #fff; }

.christmas-12-days .content p span {
  text-decoration: underline; }

#new-page-wrap .christmas-12-days .content:hover p a span {
  text-decoration: none;
  color: #fff; }

#new-page-wrap .christmas-12-days .product {
  cursor: pointer; }

#new-page-wrap .christmas-12-days .product:hover h4 {
  text-decoration: underline; }

.christmas-12-days .product .product-image {
  width: 35%;
  float: left;
  position: relative;
  padding-left: 35px; }

.christmas-12-days .product .product-description {
  width: 65%;
  float: left;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 10px; }

#new-page-wrap .christmas-12-days .product-description h4 {
  font-family: "Open Sans Semibold",'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #38a3eb;
  font-size: 15.5px; }

#new-page-wrap .christmas-12-days .product-description p {
  margin-top: 3px;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #444;
  width: 100%; }

#new-page-wrap .christmas-12-days .product-description p.product-price span {
  margin-bottom: 0;
  font-size: 14px;
  color: #444;
  font-family: "Open Sans Regular",'Helvetica Neue',Helvetica,Arial,sans-serif; }

#new-page-wrap .christmas-12-days .product-description p.product-price {
  display: block;
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  font-size: 16px;
  color: #000;
  font-family: "Open Sans Semibold",'Helvetica Neue',Helvetica,Arial,sans-serif; }

#new-page-wrap .section-listing {
  margin-top: 40px; }

#new-page-wrap .section-listing .product-card {
  border: 1px solid #eee;
  padding: 15px;
  float: left;
  position: relative;
  width: 100%; }

#new-page-wrap .section-listing .section-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0; }

#new-page-wrap .section-listing .section-heading h2 {
  margin-bottom: 0;
  display: inline; }

#new-page-wrap .section-listing .section-heading h2 a {
  color: #222; }

#new-page-wrap .section-listing .section-heading span {
  float: right;
  font-size: 13px;
  font-weight: normal;
  padding-top: 6px;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  letter-spacing: normal; }

#new-page-wrap .section-listing .section-heading span a {
  color: #38a3eb; }

#new-page-wrap .section-listing .section-heading span:hover {
  text-decoration: underline; }

#new-page-wrap .section-listing .product-card .product-image {
  text-align: center; }

#new-page-wrap .section-listing .product-card .product-title {
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-size: 26px;
  margin-bottom: 0; }

#new-page-wrap .section-listing .product-card .product-title-description p {
  color: #444;
  font-size: 13px;
  margin-top: 5px; }

#new-page-wrap .section-listing .product-card .product-price {
  margin-top: 10px; }

#new-page-wrap .section-listing .product-card .product-price p {
  font-family: 'Open Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%; }

#new-page-wrap .section-listing .product-card .product-price p span.product-from {
  font-size: 13px;
  display: block;
  margin-top: 3px;
  margin-bottom: 0;
  line-height: 100%; }

#new-page-wrap .section-listing .product-card .product-price span.cf-product-price {
  font-size: 26px; }

#new-page-wrap .section-listing .product-card .product-price p a {
  color: #222; }

hr.heading {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 1px;
  background-color: #eee; }

/* if section needs new background #new-page-wrap .memory-section {background-color: #f5f5f5; margin: 40px 0 0px 0; padding-bottom: 30px; width: 100%} */
.memory-section {
  margin-bottom: -20px; }

.memory-section h5 {
  font-size: 16px;
  color: #39a5eb; }

.memory-section-wrapper:hover h5 {
  text-decoration: underline; }

.memory-section p {
  font-family: 'Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  color: #222;
  font-size: 14px;
  margin-top: 0px; }

.memory-section p span {
  font-family: 'Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-weight: normal; }

.memory-section-wrapper {
  border: 1px solid #eee;
  margin: 0 20px 20px 0;
  padding: 0; }

.memory-section-wrapper .mem-image {
  margin: 0;
  padding: 0;
  vertical-align: top; }

.memory-section-wrapper .mem-price {
  padding-left: 20px; }

.memory-section .display-table {
  float: none;
  display: table;
  border: solid 1px #eee; }

.memory-section .display-table > [class*="col-"] {
  display: table-cell;
  float: none;
  text-align: left;
  vertical-align: middle; }

.memory-section-wrapper p.product-price {
  font-size: 20px;
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-weight: normal; }

.memory-section-wrapper p.product-price span {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 90%;
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  font-weight: normal; }

#new-page-wrap .install-videos {
  background-color: #f5f5f5;
  margin: 40px 0 0px 0;
  padding-bottom: 30px;
  width: 100%; }

#new-page-wrap .install-videos .video-wrapper {
  position: relative; }

#new-page-wrap .install-videos p {
  margin-top: 2px;
  color: #666; }

#new-page-wrap .install-videos span {
  font-weight: bold;
  display: block;
  color: #222; }

#new-page-wrap .used-macs p {
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
  color: #222;
  font-size: 14px;
  margin-top: 0px; }

#new-page-wrap .used-macs .used-mac-description {
  margin-top: 30px; }

#new-page-wrap .used-macs a .used-mac-description {
  font-size: 16px;
  color: #444444; }

#new-page-wrap .used-macs .used-mac-description p {
  font-size: 16px;
  color: #444444; }

#new-page-wrap .used-macs .used-mac-description p.product-price {
  font-size: 20px;
  color: #000; }

#new-page-wrap .used-macs .used-mac-description ul {
  font-size: 14px; }

#new-page-wrap .used-macs .used-mac-description ul li {
  line-height: 140%;
  color: #444444;
  margin-bottom: 12px; }

#new-page-wrap .used-mac-categories {
  margin-top: 10px; }

#new-page-wrap .used-mac-categories .col-md-4 {
  margin-bottom: 20px; }

#new-page-wrap .used-mac-categories .used-wrapper {
  border: 1px solid #eee;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px; }

#new-page-wrap .used-mac-categories a .used-wrapper:hover {
  background-color: transparent; }

#new-page-wrap .used-mac-categories .used-wrapper h5 {
  color: #39a5eb; }

#new-page-wrap .used-mac-categories .used-wrapper:hover h5 {
  text-decoration: underline; }

#new-page-wrap .used-mac-categories .used-price {
  padding-top: 20px; }

#new-page-wrap .used-mac-categories .used-price p span {
  color: #222 !important; }

/* tossed in important to rule cancel out inline style */
#new-page-wrap .used-mac-categories .col-md-6.used-price {
  padding-left: 7px; }

.footer-connect-wrapper
.footer-wrap-background a {
  text-decoration: none; }

.footer-connect-wrapper .row {
  border-top: solid 6px #eee;
  border-bottom: solid 6px #eee;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  display: block; }

.footer-connect-wrapper a .footer-connect-box {
  position: relative;
  height: 78px;
  float: left;
  width: 227px;
  margin: 20px 20px 20px 0;
  padding: 0 0px 5px 10px;
  border: 1px solid #eee; }

.footer-connect-wrapper a .footer-connect-box.last {
  margin: 20px 0;
  width: 229px;
  text-decoration: none; }

a .footer-connect-box:hover {
  background-color: #f5f5f5; }

ul.footer-icon-text-wrap {
  font-family: 'Open Sans Regular',Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block; }

ul.footer-icon-text-wrap li {
  list-style-type: none;
  padding-top: 2px;
  font-size: 12.5px;
  color: #444;
  letter-spacing: -0.5px; }

ul.footer-icon-text-wrap li:hover {
  color: #444; }

ul.footer-icon-text-wrap li.footer-icon-text-title {
  font-size: 15px;
  font-family: 'Open Sans Semibold',Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000;
  margin-top: 17px; }

ul.footer-icon-text-wrap li.newsletter-signup, ul.footer-icon-text-wrap li.customer-support {
  letter-spacing: -0.75px; }

.footer-icon-chat {
  float: left;
  width: 50px;
  height: 43px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 10px; }

.footer-icon-chat:hover {
  opacity: 0.9; }

.footer-icon-rocketyard {
  float: left;
  width: 23px;
  height: 55px;
  margin-top: 15px;
  margin-left: 28px;
  margin-right: 10px; }

.footer-icon-rocketyard:hover {
  opacity: 0.9; }

.footer-icon-24-7 {
  float: left;
  width: 43px;
  height: 43px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px; }

.footer-icon-24-7:hover {
  opacity: 0.9; }

.footer-icon-mail {
  float: left;
  width: 45px;
  height: 28px;
  margin-top: 23px;
  margin-left: 10px;
  margin-right: 10px; }

.footer-icon-mail:hover {
  opacity: 0.9; }

.footer-wrap-background {
  background-color: #414141; }

.footer-wrap-background a {
  text-decoration: none; }

.footer-no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.footer-hr {
  border: 0;
  border-top: 1px solid #878787;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 30px; }

.footer-wrap-top-wrapper {
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  line-height: 61px;
  height: 61px;
  vertical-align: middle;
  background-color: #333;
  font-size: 14px;
  color: #ddd; }

.footer-wrap-top-wrapper span {
  font-weight: 700;
  color: #666;
  padding-left: 5px;
  padding-right: 5px; }

.footer-icon-twitter:hover {
  opacity: 0.9; }

.footer-icon-facebook:hover {
  opacity: 0.9; }

.footer-icon-googleplus:hover {
  opacity: 0.9; }

.footer-icon-linkedin:hover {
  opacity: 0.9; }

.footer-icon-youtube:hover {
  opacity: 0.9; }

.footer-contact-numbers {
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  font-size: 11px;
  float: right;
  color: #aaa;
  margin-right: -20px; }

.footer-contact-numbers span {
  color: #aaa;
  letter-spacing: 1.1px; }

.footer-contact-numbers a {
  color: #ddd; }

.footer-contact-numbers span {
  color: #666; }

.footer-mycart-btn {
  text-align: center;
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  background: #2b2b2b;
  text-decoration: none;
  margin-left: 54px; }

.footer-wrap-top-wrapper a .footer-mycart-btn {
  text-decoration: none; }

.footer-mycart-btn:hover {
  background: #000;
  text-decoration: none; }

.footer-mycart-btn span {
  color: #0eaaf0 !important; }

.footer-icon-cart {
  width: 28px;
  height: 20px; }

.footer-wrap-mid {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #414141; }

.col-md-custom-20 {
  position: relative;
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-nav-title {
  letter-spacing: 1.1px;
  font-family: 'Open Sans Semibold',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13.5px;
  color: #fff; }

.footer-nav-title a {
  text-decoration: none; }

ul.footer-nav-list {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #ddd; }

ul.footer-nav-list li {
  list-style-type: none;
  padding-top: 6px; }

ul.footer-nav-list a,
ul.footer-nav-list a:visited {
  color: #ddd;
  text-decoration: none; }

ul.footer-nav-list a:hover {
  color: #ccc; }

.footer-bottom-nav {
  font-size: 13px;
  background-color: #444;
  padding-top: 20px; }

.footer-bottom-nav a {
  color: #ddd;
  text-decoration: underline; }

.footer-bottom-nav a:hover {
  color: #ccc; }

.footer-nav-pad {
  padding-top: 10px; }

.footer-divide {
  padding-right: 8px;
  padding-left: 8px;
  color: #878787; }

.footer-macsales-logo {
  float: right;
  margin-top: 11px;
  margin-bottom: 0px; }

p.owc-tag-line-footer {
  font-family: "Open Sans Italic",'Helvetica Neue',Helvetica,Arial,sans-serif;
  float: right;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 100%; }

.footer-copyright {
  color: #ddd;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px; }

.footer-legal-info {
  text-align: center;
  color: #ddd;
  font-size: 12px;
  margin-top: 5px; }

#footer-guest-info {
  background-color: #444;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 12px;
  color: #ddd; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper {
  background-color: #296790; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper .footer-contact-numbers {
  color: #fff; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper .footer-contact-numbers span {
  color: #eee; }

.footer-wrap-background.holiday .footer-mycart-btn {
  background-color: #295877; }

.footer-wrap-background.holiday ul.footer-nav-list a {
  color: #eee; }

.footer-wrap-background.holiday ul.footer-nav-list a:hover {
  color: #fff; }

.footer-wrap-background.holiday .footer-mycart-btn:hover {
  background-color: #40759f; }

.footer-wrap-background.holiday .footer-wrap-mid {
  background-color: #5285af; }

.footer-wrap-background.holiday .footer-bottom-nav {
  background-color: #609ac8; }

.footer-wrap-background.holiday .footer-bottom-nav a {
  color: #fff; }

.footer-wrap-background.holiday .footer-bottom-nav a:hover {
  color: #eee; }

.footer-wrap-background.holiday .footer-bottom-nav .footer-hr {
  border-top: 1px solid #fff; }

.footer-wrap-background.holiday .footer-bottom-nav .footer-copyright {
  color: #fff; }

#footer-guest-info.holiday {
  background-color: #609ac8;
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper {
  background-color: #172845; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper .footer-contact-numbers {
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper .footer-contact-numbers span {
  color: #eee; }

.footer-wrap-background.holiday-nye .footer-mycart-btn {
  background-color: #101c30; }

.footer-wrap-background.holiday-nye .footer-mycart-btn:hover {
  background-color: #23334e; }

.footer-wrap-background.holiday-nye ul.footer-nav-list a {
  color: #fff; }

.footer-wrap-background.holiday-nye ul.footer-nav-list a:hover {
  color: #ccc; }

.footer-wrap-background.holiday-nye .footer-wrap-mid {
  background-color: #23334e; }

.footer-wrap-background.holiday-nye .footer-bottom-nav {
  background-color: #101c30; }

.footer-wrap-background.holiday-nye .footer-bottom-nav a {
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-bottom-nav a:hover {
  color: #ccc; }

.footer-wrap-background.holiday-nye .footer-bottom-nav .footer-hr {
  border-top: 1px solid #fff; }

.footer-wrap-background.holiday-nye .footer-bottom-nav .footer-copyright {
  color: #fff; }

#footer-guest-info.holiday-nye {
  background-color: #101c30;
  color: #fff; }

.footer-mobile-top-wrapper {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 100px;
  height: 100px;
  vertical-align: middle;
  background-color: #333;
  font-size: 14px;
  color: #ddd;
  font-size: 36px; }

.footer-mobile-back-wrap {
  float: right; }

.footer-mobile-icon-arrow-up {
  margin-left: 10px; }

.footer-mobile-copyright {
  color: #ddd;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px; }

.footer-mobile-legal-info {
  text-align: center;
  color: #ddd;
  font-size: 26px;
  margin-top: 10px; }

/* 	OWC Type */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
@font-face {
  font-family: 'Open Sans Semibold';
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Semibold/OpenSans-Semibold.svg?v=1.1.0#Bold") format("svg");
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Regular/OpenSans-Regular.svg?v=1.1.0#Bold") format("svg");
  font-style: normal; }

/* END Bold */
@font-face {
  font-family: 'Open Sans Italic';
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("//img1.owcnow.com/Customized_Pages/fonts/Open_Sans_Google/Italic/OpenSans-Italic.svg?v=1.1.0#Bold") format("svg"); }

/*
#new-page-wrap a {
	text-decoration:none;
	color:#39a5eb;
}

#new-page-wrap a:hover {
	text-decoration:underline;
	color:#39a5eb;
}
*/
body {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  color: #000;
  margin: 0;
  line-height: 125%;
  font-weight: 600; }

h1 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 32px;
  margin: 10px 0; }

h2 {
  font-size: 25px;
  margin: 10px 0; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0; }

.openSans-60 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -1.35px; }

.openSans-50 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1.35px; }

.openSans-45 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.10px; }

.openSans-40 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.05px; }

.openSans-32 {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1.00px; }

p, ol, ul {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  line-height: 125%;
  color: #333;
  font-size: 13px; }

.product-price {
  color: red;
  font-weight: 700; }

/* TYPE */
.header-unbold {
  font-weight: 400; }

.header-light {
  font-weight: 300; }

.no-word-wrap {
  white-space: nowrap; }

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

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

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

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

.text-bold {
  font-weight: 700; }

.text-normal {
  font-weight: normal; }

.text-red {
  color: #ff0000; }

.text-muted {
  color: #777; }

.text-small {
  font-size: 85%; }

.text-large {
  font-size: 120%; }

.text-letter-spacing {
  letter-spacing: -1px; }

/* Lists  */
ul.list-horizontal {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }

ul.list-horizontal li {
  display: list-item;
  float: left;
  width: 50%;
  line-height: 150%; }

ul.list-horizontal-33 li {
  width: 33.33333%; }

ul.list-style-none {
  list-style-type: none;
  padding-left: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }

.carousel-inner .item {
  height: 400px; }

.carousel-inner > .item {
  background: no-repeat center center;
  background-size: auto 400px; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  width: 30px;
  opacity: .9;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .4;
  filter: alpha(opacity=40); }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-indicators {
  bottom: 20px; }

/* MY CUSTOM STYLES */
#carousel-home {
  margin: 0 auto;
  overflow: hidden;
  margin-top: -5px; }

.item img {
  height: 400px; }

.carousel-arrow img {
  height: 48px;
  width: 26px; }

.carousel-caption {
  text-align: left;
  width: 500px; }

.carousel-caption h3 {
  font-family: 'Open Sans Regular','Helvetica Neue','Helvetica',Arial;
  font-size: 48px;
  color: #fff;
  letter-spacing: -.75px;
  margin-bottom: 3px;
  padding-bottom: 0; }

.carousel-caption p {
  font-family: 'Open Sans Regular','Helvetica Neue','Helvetica',Arial;
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 130%; }

.carousel-indicators {
  display: none; }

.carousel-caption {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 0;
  z-index: 10;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  max-height: 420px;
  text-align: left;
  width: 990px; }

.carousel-caption-wrap {
  width: 580px;
  padding-left: 60px;
  margin-top: 0;
  padding-top: 0;
  margin-top: -30px; }

.carousel-shop-btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #3aa7ec;
  padding: 13px 20px;
  margin-top: 50px; }

#new-page-wrap a.carousel-shop-btn {
  font-family: 'Open Sans Semibold','Helvetica Neue','Helvetica',Arial;
  color: #fff;
  text-decoration: none;
  font-size: 15px; }

#new-page-wrap a.carousel-shop-btn:hover {
  background-color: #3aa7ec; }

.carousel-caption a.carousel-shop-btn img {
  width: 11px;
  height: 20px;
  margin-top: -3px;
  margin-left: 5px; }

.carousel-control-outer-wrap {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 160px;
  left: 0;
  height: 50px; }

.carousel-control-inner-wrap {
  width: 990px;
  margin: 0 auto; }

.carousel-control-inner-wrap .right.carousel-control {
  float: right; }

/*
    HTML CODE EXAMPLE
    <div class="product-rating">
        <span class="stars-1half"></span> <span class="rating-reviews">Reviews ( 33 )</span>
    </div>
*/
.product-rating {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px; }

.rating-reviews {
  font-size: 11px;
  float: left;
  display: inline;
  padding-top: 3px;
  padding-left: 5px; }

#new-page-wrap .rating-reviews a {
  color: #444444;
  border-bottom: 1px solid #444; }

.stars-5 {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 0px;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-4half {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 -24px;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-4 {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 19.877%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-3half {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 29.918%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-3 {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 39.959%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-2half {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 50%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-2 {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 60.041%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-1half {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 70.082%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-1 {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 80.123%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-half {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 90.164%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.stars-empty {
  background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 100%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left; }

.search-bread-crumb {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #444; }

.col-md-3.search-filter {
  padding-left: 0; }

#new-page-wrap .search-filter-section h5 {
  background-color: #f5f5f5;
  padding: 8px 18px 8px 10px;
  margin-bottom: 5px; }

#new-page-wrap .search-filter-section h5:not(:first-of-type) {
  margin-top: 15px; }

.search-filter-section a, .search-filter-section span {
  display: block;
  width: 100%;
  line-height: 150%;
  padding-left: 10px; }

.search-filter-section .remove-applied {
  text-align: right; }

#new-page-wrap .search-filter-section a:hover {
  color: #444; }

.search-results-bar {
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px 9px; }

.search-results-bar span {
  float: left;
  font-weight: 700;
  font-size: 13px;
  width: 40%;
  padding-top: 3px;
  padding-left: 5px; }

ul.search-results-pagination {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  text-align: right;
  width: 60%;
  float: right; }

ul.search-results-pagination li {
  display: inline;
  font-size: 12px; }

#new-page-wrap ul.search-results-pagination li a {
  background-color: #fff;
  padding: 4px 8px;
  color: #39a5eb;
  text-decoration: none; }

#new-page-wrap ul.search-results-pagination li.active {
  background-color: #aaaaaa;
  padding: 4px 8px;
  color: #fff;
  text-decoration: none; }

#new-page-wrap ul.search-results-pagination li a:hover {
  background-color: #ccc;
  color: #fff; }

.col-md-12.search-results-grid {
  padding-left: 0;
  padding-right: 0; }

.search-results-view-options {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 6px; }

.search-results-view-options .col-md-4.search-results-sort {
  padding-left: 2px; }

.search-results-view-options .col-md-4.search-results-show {
  padding-left: 7px; }

.search-results-view-options span {
  font-weight: 700;
  float: left;
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 10px; }

.dropdown-select select {
  width: 160px;
  height: 30px;
  padding: 0 0 0 5px;
  font-size: 12px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: url(/Customized_Pages/imgs-wrapper/select-arrow-down.svg) 100%/18% no-repeat #fff; }

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px; } }

.search-results-products {
  position: relative;
  float: left;
  padding: 0; }

#new-page-wrap .search-results-products.section-listing {
  margin-top: 20px; }

#new-page-wrap .search-results-products .product-card {
  margin-bottom: 20px; }

#new-page-wrap .search-results-products .product-card .new-product-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 801; }

#new-page-wrap .search-results-products .product-title-description {
  margin-bottom: 10px; }

.product-title-description h4 a {
  text-decoration: none;
  color: #39a5eb; }

.product-title-description h4 a:hover {
  text-decoration: underline;
  color: #39a5eb; }

.product-special {
  font-size: 11px;
  color: #FA3437;
  float: left;
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px; }

#new-page-wrap .product-special img {
  padding-right: 3px; }

#new-page-wrap .product-special a {
  color: #fa3437;
  font-size: 12px;
  text-decoration: none; }

#new-page-wrap .product-special a:hover {
  text-decoration: underline; }

.search-results-products .product-ship-time {
  font-weight: 700;
  display: block; }

.search-results-products .product-rating {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding-bottom: 10px; }

#new-page-wrap .search-results-products .product-card .product-price p {
  font-size: 18px; }

#new-page-wrap .search-results-products .product-card .product-price p span {
  font-size: 13px; }

#new-page-wrap .product-add-to-cart {
  float: left;
  display: inline-block;
  padding-top: 0; }

#new-page-wrap .list-view .product-add-to-cart {
  padding-top: 5px; }

#new-page-wrap .product-add-to-cart .btn-blue {
  color: #fefefe;
  font-size: 13px; }

#new-page-wrap .product-add-to-cart .btn-blue:hover {
  color: #fefefe; }

.search-results-view {
  padding-left: 145px;
  padding-right: 0; }

.search-results-view span.view-list-view, .search-results-view span.view-grid-view {
  margin: 0;
  padding: 0; }

.search-results-view span.view-list-view {
  padding-right: 5px; }

.search-results-view span.view-list-view img {
  margin-top: 3px;
  width: 26px;
  height: 22px; }

.search-results-view span.view-grid-view img {
  margin-top: 3px;
  width: 22px;
  height: 22px; }

.search-results-view span.view-list-view {
  opacity: 0.5; }

.search-results-view span.view-grid-view {
  opacity: 0.5; }

.search-results-view span.view-list-view.active {
  opacity: 1; }

.search-results-view span.view-grid-view.active {
  opacity: 1; }

.search-grid .product-image-wrap {
  display: table;
  width: 100%; }

.search-grid .product-image {
  display: table-cell;
  vertical-align: middle;
  height: 175px;
  max-height: 175px; }

.search-grid .product-image a img {
  margin: auto;
  display: block; }

.search-grid .product-image img {
  margin: auto;
  display: block; }

.image-wide-grid {
  width: 100%;
  max-width: 175px;
  height: auto;
  max-height: 175px;
  margin: 0 auto; }

#new-page-wrap .list-view h4 {
  margin-top: 0px; }

#new-page-wrap .list-view h4 a {
  margin: 0;
  font-size: 16px; }

#new-page-wrap .list-view h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0; }

.list-view .product-card .col-md-8 .col-md-6 {
  position: relative;
  bottom: 0px;
  left: 0; }

.list-view .product-image-wrap {
  display: table; }

.list-view .product-image {
  display: table-cell;
  vertical-align: middle;
  /*
	height:200px;
	max-height: 200px;
*/ }

.list-view .product-image a img {
  margin: auto;
  display: block; }

.list-view .product-image img {
  margin: auto;
  display: block; }

.image-wide-list {
  width: 100%;
  max-width: 175px;
  height: auto;
  max-height: 175px; }

.list-view .product-owc-details p {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px; }

.list-view .product-details p {
  margin-bottom: 0;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; }

.list-view .product-details ul {
  margin-top: 2px;
  margin-bottom: 15px; }

.list-view .product-details ul li {
  line-height: 150%;
  font-size: 13px; }

.product-special {
  font-size: 12px;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 0; }

.list-view .product-special {
  margin-top: 10px;
  margin-left: -10px; }

.list-view .product-special-rebate {
  margin-right: 0;
  float: right;
  text-align: right; }

#new-page-wrap .list-view .product-ship-time {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 12px; }

#new-page-wrap .list-view .product-rating {
  float: left;
  display: inline;
  width: auto;
  margin: 0;
  padding: 0; }

.list-view .product-price {
  font-size: 18px;
  float: right;
  display: inline;
  margin-top: 0 !important; }

.search-results-products .product-price span {
  display: block;
  font-size: 13px; }

#new-page-wrap .list-view .product-add-to-cart {
  float: right;
  display: inline;
  margin-top: -8px;
  margin-left: 10px; }

h3.lander {
  font-size: 20px; }

h4.lander {
  font-size: 18px; }

p.lander {
  line-height: 26px; }

ul.lander-list-body {
  padding-bottom: 10px;
  list-style-type: disc;
  margin: 0;
  display: block; }

ul.lander-list-body li {
  line-height: 26px;
  padding-left: 0;
  font-size: 14px; }

ul.lander-list-body li a {
  color: #0072bc; }

ul.lander-list-body li :hover {
  text-decoration: underline; }

/* Buttons */
.btn {
  font-family: "Open Sans Semibold","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  padding: 10px 12px;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-top: 5px; }

.hero-btn {
  font-size: 15px;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 13px 20px; }

.hero-btn img {
  width: 11px;
  height: 20px;
  margin-top: -3px;
  margin-left: 5px; }

.feature-btn {
  padding: 12px 15px 10px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.feature-btn img {
  width: 11px;
  height: 20px;
  margin-top: -3px;
  margin-left: 5px; }

.btn-green {
  background-color: #78c431;
  color: #fefefe; }

.btn-green:hover {
  background-color: #71b439;
  color: #fefefe; }

#new-page-wrap .btn-blue {
  background-color: #39a5eb;
  color: #fefefe; }

#new-page-wrap .btn-blue:hover {
  background-color: #006BB2;
  color: #fefefe; }

.btn-grey {
  background-color: #ccc;
  color: #333; }

.btn-grey:hover {
  background-color: #bbb;
  color: #333; }

.btn-block {
  width: 100%;
  float: left; }

.btn-view-all-mem {
  color: #fefefe;
  font-size: 12px;
  float: right;
  font-weight: 700; }

.btn-view-all-mem:hover {
  color: #fefefe;
  text-decoration: underline; }

table.itemTbl td {
  font-size: 11px; }

table.addTbl input[type=submit], table.addTbl input[type=button] {
  font-size: 10px; }

#owctabs p,
#owctabs li, .ndsc_batt_comp ul li, .ndsc_spectab_content p {
  font-size: 12px; }

#owctabs li {
  line-height: 100%; }

.ndsc_t_subtitle_alt {
  line-height: 110%; }

ul.ndsc_gallery {
  margin-bottom: 5px; }

#new-design-wrapper UL.lgr LI {
  font-size: 100%; }

/* Effects pages like this - http://ecn1.eshop2.macsales.com/shop/turnkey/MacPro2013/2013_Xeon_Processor/Apple_Mac_Pro_2013 */
.of_upgrade_item .of_upgrade_item_choice label {
  font-weight: normal; }

/* HELPER CLASSES 2.0
   These classes help change layout and make the grid a little more flexabile
   All variables are located at top of this file. They should not be scattered throughout file
-----------------------------------------------------------------------------------*/
/* Apply boxsizing to elements within wrapper only
    Bootstrap has theis applied to all content automatically but we can't due to old code so please wrap new pages in this class */
.wrap-box-sizing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.backgroud-color-light {
  background-color: #f5f5f5; }

.header-margin {
  margin-top: 170px; }

/* Remove Margin */
.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

/* Remove Padding */
.no-pad {
  padding: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-pad-right {
  padding-right: 0 !important; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

/* Responsive Image or force image to fill column */
.image-wide, .img-resposnive {
  width: 100%;
  height: auto;
  display: block; }

.border-none {
  border: none !important; }

.footer-connect-wrapper
.footer-wrap-background a {
  text-decoration: none; }

.footer-connect-wrapper .row {
  border-top: solid 6px #eee;
  border-bottom: solid 6px #eee;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  display: block; }

.footer-connect-wrapper a .footer-connect-box {
  position: relative;
  height: 78px;
  float: left;
  width: 227px;
  margin: 20px 20px 20px 0;
  padding: 0 0px 5px 10px;
  border: 1px solid #eee; }

.footer-connect-wrapper a .footer-connect-box.last {
  margin: 20px 0;
  width: 229px;
  text-decoration: none; }

a .footer-connect-box:hover {
  background-color: #f5f5f5; }

ul.footer-icon-text-wrap {
  font-family: 'Open Sans Regular',Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block; }

ul.footer-icon-text-wrap li {
  list-style-type: none;
  padding-top: 2px;
  font-size: 12.5px;
  color: #444;
  letter-spacing: -0.5px; }

ul.footer-icon-text-wrap li:hover {
  color: #444; }

ul.footer-icon-text-wrap li.footer-icon-text-title {
  font-size: 15px;
  font-family: 'Open Sans Semibold',Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000;
  margin-top: 17px; }

ul.footer-icon-text-wrap li.newsletter-signup, ul.footer-icon-text-wrap li.customer-support {
  letter-spacing: -0.75px; }

.footer-icon-chat {
  float: left;
  width: 50px;
  height: 43px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 10px; }

.footer-icon-chat:hover {
  opacity: 0.9; }

.footer-icon-rocketyard {
  float: left;
  width: 23px;
  height: 55px;
  margin-top: 15px;
  margin-left: 28px;
  margin-right: 10px; }

.footer-icon-rocketyard:hover {
  opacity: 0.9; }

.footer-icon-24-7 {
  float: left;
  width: 43px;
  height: 43px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px; }

.footer-icon-24-7:hover {
  opacity: 0.9; }

.footer-icon-mail {
  float: left;
  width: 45px;
  height: 28px;
  margin-top: 23px;
  margin-left: 10px;
  margin-right: 10px; }

.footer-icon-mail:hover {
  opacity: 0.9; }

.footer-wrap-background {
  background-color: #414141; }

.footer-wrap-background a {
  text-decoration: none; }

.footer-no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.footer-hr {
  border: 0;
  border-top: 1px solid #878787;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 30px; }

.footer-wrap-top-wrapper {
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  line-height: 61px;
  height: 61px;
  vertical-align: middle;
  background-color: #333;
  font-size: 14px;
  color: #ddd; }

.footer-wrap-top-wrapper span {
  font-weight: 700;
  color: #666;
  padding-left: 5px;
  padding-right: 5px; }

.footer-icon-twitter:hover {
  opacity: 0.9; }

.footer-icon-facebook:hover {
  opacity: 0.9; }

.footer-icon-googleplus:hover {
  opacity: 0.9; }

.footer-icon-linkedin:hover {
  opacity: 0.9; }

.footer-icon-youtube:hover {
  opacity: 0.9; }

.footer-contact-numbers {
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  font-size: 11px;
  float: right;
  color: #aaa;
  margin-right: -20px; }

.footer-contact-numbers span {
  color: #aaa;
  letter-spacing: 1.1px; }

.footer-contact-numbers a {
  color: #ddd; }

.footer-contact-numbers span {
  color: #666; }

.footer-mycart-btn {
  text-align: center;
  font-family: 'Open Sans Semibold',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  background: #2b2b2b;
  text-decoration: none;
  margin-left: 54px; }

.footer-wrap-top-wrapper a .footer-mycart-btn {
  text-decoration: none; }

.footer-mycart-btn:hover {
  background: #000;
  text-decoration: none; }

.footer-mycart-btn span {
  color: #0eaaf0 !important; }

.footer-icon-cart {
  width: 28px;
  height: 20px; }

.footer-wrap-mid {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #414141; }

.col-md-custom-20 {
  position: relative;
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-nav-title {
  letter-spacing: 1.1px;
  font-family: 'Open Sans Semibold',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13.5px;
  color: #fff; }

.footer-nav-title a {
  text-decoration: none; }

ul.footer-nav-list {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #ddd; }

ul.footer-nav-list li {
  list-style-type: none;
  padding-top: 6px; }

ul.footer-nav-list a,
ul.footer-nav-list a:visited {
  color: #ddd;
  text-decoration: none; }

ul.footer-nav-list a:hover {
  color: #ccc; }

.footer-bottom-nav {
  font-size: 13px;
  background-color: #444;
  padding-top: 20px; }

.footer-bottom-nav a {
  color: #ddd;
  text-decoration: underline; }

.footer-bottom-nav a:hover {
  color: #ccc; }

.footer-nav-pad {
  padding-top: 10px; }

.footer-divide {
  padding-right: 8px;
  padding-left: 8px;
  color: #878787; }

.footer-macsales-logo {
  float: right;
  margin-top: 11px;
  margin-bottom: 0px; }

p.owc-tag-line-footer {
  font-family: "Open Sans Italic",'Helvetica Neue',Helvetica,Arial,sans-serif;
  float: right;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 100%; }

.footer-copyright {
  color: #ddd;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px; }

.footer-legal-info {
  text-align: center;
  color: #ddd;
  font-size: 12px;
  margin-top: 5px; }

#footer-guest-info {
  background-color: #444;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 12px;
  color: #ddd; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper {
  background-color: #296790; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper .footer-contact-numbers {
  color: #fff; }

.footer-wrap-background.holiday .footer-wrap-top-wrapper .footer-contact-numbers span {
  color: #eee; }

.footer-wrap-background.holiday .footer-mycart-btn {
  background-color: #295877; }

.footer-wrap-background.holiday ul.footer-nav-list a {
  color: #eee; }

.footer-wrap-background.holiday ul.footer-nav-list a:hover {
  color: #fff; }

.footer-wrap-background.holiday .footer-mycart-btn:hover {
  background-color: #40759f; }

.footer-wrap-background.holiday .footer-wrap-mid {
  background-color: #5285af; }

.footer-wrap-background.holiday .footer-bottom-nav {
  background-color: #609ac8; }

.footer-wrap-background.holiday .footer-bottom-nav a {
  color: #fff; }

.footer-wrap-background.holiday .footer-bottom-nav a:hover {
  color: #eee; }

.footer-wrap-background.holiday .footer-bottom-nav .footer-hr {
  border-top: 1px solid #fff; }

.footer-wrap-background.holiday .footer-bottom-nav .footer-copyright {
  color: #fff; }

#footer-guest-info.holiday {
  background-color: #609ac8;
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper {
  background-color: #172845; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper .footer-contact-numbers {
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-wrap-top-wrapper .footer-contact-numbers span {
  color: #eee; }

.footer-wrap-background.holiday-nye .footer-mycart-btn {
  background-color: #101c30; }

.footer-wrap-background.holiday-nye .footer-mycart-btn:hover {
  background-color: #23334e; }

.footer-wrap-background.holiday-nye ul.footer-nav-list a {
  color: #fff; }

.footer-wrap-background.holiday-nye ul.footer-nav-list a:hover {
  color: #ccc; }

.footer-wrap-background.holiday-nye .footer-wrap-mid {
  background-color: #23334e; }

.footer-wrap-background.holiday-nye .footer-bottom-nav {
  background-color: #101c30; }

.footer-wrap-background.holiday-nye .footer-bottom-nav a {
  color: #fff; }

.footer-wrap-background.holiday-nye .footer-bottom-nav a:hover {
  color: #ccc; }

.footer-wrap-background.holiday-nye .footer-bottom-nav .footer-hr {
  border-top: 1px solid #fff; }

.footer-wrap-background.holiday-nye .footer-bottom-nav .footer-copyright {
  color: #fff; }

#footer-guest-info.holiday-nye {
  background-color: #101c30;
  color: #fff; }

.footer-mobile-top-wrapper {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 100px;
  height: 100px;
  vertical-align: middle;
  background-color: #333;
  font-size: 14px;
  color: #ddd;
  font-size: 36px; }

.footer-mobile-back-wrap {
  float: right; }

.footer-mobile-icon-arrow-up {
  margin-left: 10px; }

.footer-mobile-copyright {
  color: #ddd;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px; }

.footer-mobile-legal-info {
  text-align: center;
  color: #ddd;
  font-size: 26px;
  margin-top: 10px; }
