/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/* ------> VARIABLE <-------- */
/* ------> MIXINS <-------- */
/* Opacity MixIn Tools - NOTE: Do not combine Opacity with PIE */
/* TRANSITION Tools */
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
@-moz-keyframes loading {
  0% {
    -moz-transform: rotateY(0deg); }
  100% {
    -moz-transform: rotateY(360deg); } }
@keyframes loading {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
/* RADIUS TOOLS */
/* TRANSLATE Tools */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

b,
strong {
  font-weight: 500; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
img {
  vertical-align: middle; }

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

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.33); }

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

.left {
  float: left; }

.right {
  float: right; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 18px;
  color: #333; }

h2, .h2 {
  font-size: 16px;
  color: #333; }

h3, .h3 {
  font-size: 14px; }

h4, .h4 {
  font-size: 11px;
  font-weight: normal; }

h5, .h5 {
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  line-height: 120%; }

h6, .h6 {
  font-size: 10px; }

h1 small, .h1 small {
  font-size: 24px; }

h2 small, .h2 small {
  font-size: 18px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.33); }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 500; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .dl-horizontal dd:after {
    clear: both; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .dl-horizontal dd:after {
    clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid rgba(238, 238, 238, 0.33); }

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

blockquote small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgba(238, 238, 238, 0.33);
  border-left: 0; }

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right; }

blockquote.pull-right small:before {
  content: ''; }

blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 2px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px; }

pre.prettyprint {
  margin-bottom: 20px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.container:after {
  clear: both; }

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

.container:after {
  clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

.row:after {
  clear: both; }

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

.row:after {
  clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .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 {
    float: left; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .account-create .dob-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    width: 16.666666666666664%;
    float: left; }
  .account-create .customer-dob {
    width: 57%;
    padding-left: 1%;
    padding-bottom: 10px;
    float: left; }
  .account-create .dob-day,
  .account-create .dob-month,
  .account-create .dob-year {
    display: none; }
  .account-create .sel-day-wrapper,
  .account-create .sel-year-wrapper {
    display: block;
    float: left;
    width: 30%; }
  .account-create .sel-month-wrapper {
    display: block;
    float: left;
    width: 38%;
    margin: 0 1%; }
  .account-create .sel-day-wrapper .bootstrap-select,
  .account-create .sel-month-wrapper .bootstrap-select,
  .account-create .sel-year-wrapper .bootstrap-select {
    width: 100% !important; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #dddddd; }

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd; }

  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500; }

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

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

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

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

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

.form-control:-moz-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: rgba(51, 51, 51, 0.59);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 51, 51, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 51, 51, 0.6); }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(238, 238, 238, 0.33); }

textarea.form-control {
  height: auto; }

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px; }

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 45px;
  line-height: 45px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }

.has-warning .form-control {
  border-color: #c09853;
  -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); }

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.has-error .help-block,
.has-error .control-label {
  color: #b94a48; }

.has-error .form-control {
  border-color: #b94a48;
  -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); }

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.has-success .help-block,
.has-success .control-label {
  color: #468847; }

.has-success .form-control {
  border-color: #468847;
  -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); }

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.btn {
  display: inline-block;
  padding: 10px 50px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.2s ease-out; }
  .btn span.glyphicon {
    font-size: 10px;
    margin-right: 3px; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-primary {
  color: #ffffff;
  background-color: #5F5F5F;
  border-color: #474747; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #504F4F;
  border-color: #252525; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-success {
  color: white;
  background-color: #010101;
  border-color: #010101; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #aaa;
  background-color: #010101;
  border-color: #010101; }

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33; }

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-briefcase:before {
  content: "\1f4bc"; }

.glyphicon-calendar:before {
  content: "\1f4c5"; }

.glyphicon-pushpin:before {
  content: "\1f4cc"; }

.glyphicon-paperclip:before {
  content: "\1f4ce"; }

.glyphicon-camera:before {
  content: "\1f4f7"; }

.glyphicon-lock:before {
  content: "\1f512"; }

.glyphicon-bell:before {
  content: "\1f514"; }

.glyphicon-bookmark:before {
  content: "\1f516"; }

.glyphicon-fire:before {
  content: "\1f525"; }

.glyphicon-wrench:before {
  content: "\1f527"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown {
  position: relative; }

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

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

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

.dropdown-menu .divider {
  display: none; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase; }

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

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

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

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

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

.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 0px 20px 5px 20px !important;
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left; }

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

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

.dropup .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.btn-default .caret {
  border-top-color: #333333; }

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333333; }

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " "; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " "; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed; }

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

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

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.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: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: rgba(238, 238, 238, 0.33);
  border: 1px solid #cccccc;
  border-radius: 2px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative;
  line-height: 20px; }

.input-group-btn > .btn + .btn {
  margin-left: -4px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

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

.nav:after {
  clear: both; }

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

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 0px 5px;
  margin-top: 10px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none; }

.nav > li.disabled > a {
  color: #999999; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /* background-color: rgba(238, 238, 238, 0.33); */
  /* border-color: #428bca; */ }

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

.nav > li > a > img {
  max-width: none; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 30px;
  line-height: 1.428571429;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  border-top: 1px solid white; }

.nav-tabs > li > a:hover {
  color: #333; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  cursor: default;
  background-color: #ffffff;
  border-top: 1px solid #808387; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 5px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff; }

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

.tabbable:after {
  clear: both; }

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

.tabbable:after {
  clear: both; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.02em; }

.tab-content > .active,
.pill-content > .active {
  display: block;
  text-align: justify;
  font-size: 11px; }

/* NAVIGATION */
/* Sticky Container */
.sticky-container {
  background: white;
  height: 50px;
  padding-top: 20px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%; }
  .sticky-container .container {
    padding: 0px; }
    .sticky-container .container > div > ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .sticky-container .container > div > ul > li {
        float: left;
        position: relative;
        display: block !important; }
        .sticky-container .container > div > ul > li > a,
        .sticky-container .container > div > ul > li > span {
          color: #777777;
          font-size: 11px;
          font-weight: normal;
          text-transform: uppercase;
          line-height: 30px;
          padding: 0px 15px; }
          .sticky-container .container > div > ul > li > a .glyphicon,
          .sticky-container .container > div > ul > li > span .glyphicon {
            margin-right: 5px;
            font-size: 12px;
            top: 2px; }
        .sticky-container .container > div > ul > li > a:hover {
          color: #333333; }
      .sticky-container .container > div > ul > li:first-child a {
        padding-left: 0px; }
      .sticky-container .container > div > ul > li:last-child a {
        padding-right: 0px; }
    .sticky-container .container > div.left {
      width: 200px; }
      .sticky-container .container > div.left .logo {
        background-image: url("../images/ilu-logo.svg");
        height: 18px;
        width: 161px;
        background-size: 161px 18px;
        margin: 6px 0px;
        display: block;
        text-indent: -9999px; }
      .sticky-container .container > div.left > ul {
        padding: 0px; }
        .sticky-container .container > div.left > ul > li > span {
          color: #000;
          text-transform: uppercase;
          padding: 0px; }

.sticky-nav.sticky {
  position: fixed;
  height: 30px;
  padding-top: 0px; }

.subscribe-bar {
  margin-top: -100px;
  transition: all 0.5s ease-out;
  position: fixed;
  background: #efefef;
  border-bottom: 1px solid #BEBBBB;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%; }
  .subscribe-bar .close-subscribe-bar {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #A9A9A9;
    cursor: pointer; }
  .subscribe-bar .ilu-block {
    float: none;
    padding: 0px 0px; }

.subscribe-bar.visible {
  margin-top: 0px; }

#shippingProduct,
#shippingHeader {
  width: 400px;
  height: 30px;
  display: block; }

#search_mini_form {
  width: 233px;
  position: relative;
  margin-top: 3px; }
  #search_mini_form input#search {
    height: 21px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px;
    margin-top: 2px;
    line-height: 21px;
    float: right;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 330px;
    width: 0px; }
  #search_mini_form button,
  #search_mini_form .search-trigger {
    background: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 5px 10px 2px 4px;
    color: #808387;
    float: right;
    cursor: pointer; }
  #search_mini_form button {
    display: none; }
  #search_mini_form .search-autocomplete {
    background: white;
    padding: 0px 0px;
    margin-top: 0px;
    max-height: 217px;
    border-radius: 0px 0px 2px 2px;
    overflow: auto;
    border: 1px solid #CCC;
    border-top: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 5px 8px rgba(51, 51, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 5px 8px rgba(51, 51, 51, 0.6); }
    #search_mini_form .search-autocomplete ul {
      list-style: none;
      padding: 0px; }
      #search_mini_form .search-autocomplete ul li {
        color: #777;
        font-weight: normal;
        padding: 6px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 11px; }
        #search_mini_form .search-autocomplete ul li span.amount {
          display: none; }
      #search_mini_form .search-autocomplete ul li.odd {
        background: #eee; }
      #search_mini_form .search-autocomplete ul li:hover {
        color: #333; }

#navigation {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px; }
  #navigation .nav-top-content {
    width: 100%;
    display: block;
    min-height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    #navigation .nav-top-content > ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      width: 100%;
      height: auto;
      display: block; }
      #navigation .nav-top-content > ul > li {
        float: left;
        margin: 0px 38px 0px 0px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-align: left;
        cursor: pointer;
        color: #777;
        position: relative; }
        #navigation .nav-top-content > ul > li > ul.nav-child {
          display: none;
          list-style: none;
          padding: 0px;
          position: absolute;
          left: 0px;
          top: 26px;
          border-top: 1px solid #eee;
          position: absolute;
          top: 30px;
          left: 0px;
          min-width: 85px;
          padding-bottom: 20px; }
          #navigation .nav-top-content > ul > li > ul.nav-child > li {
            margin: 5px 0px;
            display: block; }
            #navigation .nav-top-content > ul > li > ul.nav-child > li a {
              font-size: 11px;
              line-height: 17px;
              width: 100%;
              display: block;
              white-space: nowrap; }
          #navigation .nav-top-content > ul > li > ul.nav-child > li:first-child a {
            color: #000; }
        #navigation .nav-top-content > ul > li > a {
          height: 30px;
          line-height: 30px;
          display: block; }
        #navigation .nav-top-content > ul > li span, #navigation .nav-top-content > ul > li a {
          color: #777;
          font-weight: normal;
          font-size: 11px;
          padding: 0px;
          text-transform: uppercase; }
        #navigation .nav-top-content > ul > li a:hover {
          color: #000; }
        #navigation .nav-top-content > ul > li a.cat-new-items {
          color: #777575;
          font-weight: 500; }
        #navigation .nav-top-content > ul > li a.cat-on-sale {
          color: #bb0000;
          font-weight: 500; }
        #navigation .nav-top-content > ul > li a.cat-on-sale:hover {
          color: #990000; }
      #navigation .nav-top-content > ul > li.nav-parent:hover > span {
        color: #000; }

.nav-container.pre-sticky #navigation {
  margin-top: 70px; }

.nav-container.sticky {
  position: fixed;
  z-index: 135;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
  opacity: 0.9;
  filter: alpha(opacity=90) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  -khtml-opacity: 0.9 !important;
  transition: all 0.2s ease-in-out; }
  .nav-container.sticky #navigation {
    margin-top: 0px;
    margin-bottom: 0px; }
    .nav-container.sticky #navigation .nav-top-content > ul {
      width: 1170px;
      margin: 0px auto; }

.nav-container.sticky.visible {
  top: 29px; }

.nav-container.sticky.visible.out-of-view {
  top: -100px; }

.main-container.sticky {
  margin-top: 109px; }

/* BREADCRUMBS */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 11px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: rgba(238, 238, 238, 0.33); }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca; }

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 0px;
  text-align: center;
  list-style: none;
  padding-top: 30px; }

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

.pager:after {
  clear: both; }

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

.pager:after {
  clear: both; }

.pager li {
  display: inline-block;
  margin: 14px 3px; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0.33); }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.label-default {
  background-color: #999999; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #5F5F5F;
  border-color: #474747;
  border-radius: 2px; }

.badge:empty {
  display: none; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: rgba(238, 238, 238, 0.33); }

.jumbotron h1 {
  line-height: 1;
  color: inherit; }

.jumbotron p {
  line-height: 1.4; }

.container .jumbotron {
  border-radius: 6px; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca; }

.thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-top: 10px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 500; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #356635; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.alert-warning hr {
  border-top-color: #f8e5be; }

.alert-warning .alert-link {
  color: #a47e3c; }

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-danger hr {
  border-top-color: #e6c1c7; }

.alert-danger .alert-link {
  color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before,
.panel-body:after {
  display: table;
  content: " "; }

.panel-body:after {
  clear: both; }

.panel-body:before,
.panel-body:after {
  display: table;
  content: " "; }

.panel-body:after {
  clear: both; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0; }

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 2px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 40px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

#enterCellphoneModal .validation-advice {
  text-align: center; }
#enterCellphoneModal .modal-dialog {
  height: auto;
  width: 410px; }
  #enterCellphoneModal .modal-dialog .modal-body {
    padding: 12px 30px 30px 30px;
    margin: 5px;
    border: 1px solid #333; }
    #enterCellphoneModal .modal-dialog .modal-body ul {
      margin: 0;
      padding: 0; }
      #enterCellphoneModal .modal-dialog .modal-body ul li {
        margin: 0; }
    #enterCellphoneModal .modal-dialog .modal-body label {
      font-weight: normal;
      color: black;
      font-size: 12px; }
      #enterCellphoneModal .modal-dialog .modal-body label em {
        color: red; }
    #enterCellphoneModal .modal-dialog .modal-body .dob-message p {
      text-transform: none; }
    #enterCellphoneModal .modal-dialog .modal-body .modal-welcome {
      text-align: center;
      margin-bottom: 15px;
      padding: 8px 5px;
      line-height: 20px;
      color: #676767;
      letter-spacing: 1px; }
      #enterCellphoneModal .modal-dialog .modal-body .modal-welcome .modal-uname {
        font-size: 16px; }
    #enterCellphoneModal .modal-dialog .modal-body #phone_row {
      padding-bottom: 14px; }
    #enterCellphoneModal .modal-dialog .modal-body .modal-delim {
      padding-bottom: 11px; }
    #enterCellphoneModal .modal-dialog .modal-body #missed_phone.form-control {
      width: 118px;
      margin: 0 auto; }
    #enterCellphoneModal .modal-dialog .modal-body #bday_wrapper label {
      display: none; }
    #enterCellphoneModal .modal-dialog .modal-body #bday_wrapper .bootstrap-select {
      width: 100%; }
    #enterCellphoneModal .modal-dialog .modal-body #bday_wrapper .sel-day-wrapper,
    #enterCellphoneModal .modal-dialog .modal-body #bday_wrapper .sel-year-wrapper {
      width: 29%;
      display: inline-block; }
    #enterCellphoneModal .modal-dialog .modal-body #bday_wrapper .sel-month-wrapper {
      width: 37%;
      margin: 0 1%;
      display: inline-block; }
  #enterCellphoneModal .modal-dialog .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide {
    width: 100%;
    margin: 0; }
  #enterCellphoneModal .modal-dialog .buttons {
    padding: 0; }
    #enterCellphoneModal .modal-dialog .buttons .btn {
      width: 100%;
      height: 38px; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #808387;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 10px;
  text-transform: uppercase; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 0 5px 5px; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " "; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " "; }

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " "; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " "; }

.carousel {
  position: relative; }

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

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1; }

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control.right, .carousel-control.left {
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

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

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px; }

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*** Custom Code Start ***/
#shippingTextBreadcrumbs {
  display: inline-block;
  float: right;
  font-weight: 500;
  text-transform: uppercase; }

/** Global Dropdown Menu Styling **/
ul.dropdown-menu li {
  border-bottom: 1px dotted lightgray;
  padding: 2px 0px; }

ul.dropdown-menu li:last-child {
  padding: 2px 0px;
  border: none;
  margin-bottom: -2px; }

/** Minicart Styling **/
li.cart-top-container > #topcart-dropdown {
  position: relative;
  float: left; }
  li.cart-top-container > #topcart-dropdown .cart-count {
    position: absolute;
    top: 3px;
    left: 7px;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #333;
    color: white;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    display: block; }
li.cart-top-container > ul.checkout-links {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px; }
  li.cart-top-container > ul.checkout-links > li {
    float: left;
    line-height: 30px;
    font-size: 11px; }
    li.cart-top-container > ul.checkout-links > li > a {
      color: #333333;
      text-transform: uppercase;
      font-weight: normal; }
      li.cart-top-container > ul.checkout-links > li > a .glyphicon {
        font-size: 10px;
        top: 1px;
        margin-right: 5px; }
    li.cart-top-container > ul.checkout-links > li > a:hover {
      color: #010101; }
  li.cart-top-container > ul.checkout-links > li:first-child {
    margin: 0px 15px; }
li.cart-top-container > ul.dropdown-menu {
  width: 300px;
  margin-right: -1px;
  border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  margin-top: 3px;
  padding-bottom: 8px; }
  li.cart-top-container > ul.dropdown-menu > li {
    border-bottom: none;
    font-size: 11px;
    color: #808387;
    text-transform: uppercase;
    font-weight: 400; }
    li.cart-top-container > ul.dropdown-menu > li .miniCartButton {
      width: 100%; }
  li.cart-top-container > ul.dropdown-menu > li.dropdown-header {
    text-align: right;
    padding-right: 10px !important;
    padding-left: 10px !important; }
  li.cart-top-container > ul.dropdown-menu > li.dropdown-header.miniCartTotal {
    padding: 10px 0px !important;
    margin: 0px 10px;
    border-top: 1px solid #efefef; }
    li.cart-top-container > ul.dropdown-menu > li.dropdown-header.miniCartTotal dt {
      float: left;
      width: 150px;
      text-align: left;
      padding-left: 60px;
      text-transform: none;
      font-weight: normal; }
    li.cart-top-container > ul.dropdown-menu > li.dropdown-header.miniCartTotal dd {
      float: right;
      width: 120px;
      text-align: right; }
  li.cart-top-container > ul.dropdown-menu > li.dropdown-header.cartInternalCredit dt,
  li.cart-top-container > ul.dropdown-menu > li.dropdown-header.cartInternalCredit dd {
    color: #009900; }
  li.cart-top-container > ul.dropdown-menu > li.cart-empty {
    text-align: center; }
  li.cart-top-container > ul.dropdown-menu > li.item {
    margin: 5px 10px;
    padding: 0px; }
    li.cart-top-container > ul.dropdown-menu > li.item a.product-image {
      float: left;
      width: 60px;
      padding: 0px 10px 0px 0px !important; }
    li.cart-top-container > ul.dropdown-menu > li.item .product-details {
      float: left;
      width: 218px;
      position: relative; }
      li.cart-top-container > ul.dropdown-menu > li.item .product-details .product-name {
        float: left;
        font-weight: 400;
        text-align: left;
        padding-left: 0px !important;
        padding-right: 14px;
        width: 100%;
        height: 20px;
        margin-bottom: 5px;
        border-bottom: 1px dotted #cccccc;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      li.cart-top-container > ul.dropdown-menu > li.item .product-details .btn-remove {
        position: absolute;
        top: 1px;
        right: 0px;
        width: 12px;
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        text-align: center; }
      li.cart-top-container > ul.dropdown-menu > li.item .product-details dl.options-container {
        float: left;
        width: 100%; }
        li.cart-top-container > ul.dropdown-menu > li.item .product-details dl.options-container dt {
          float: left;
          width: 60px;
          margin-right: 10px;
          font-size: 10px;
          font-weight: normal; }
        li.cart-top-container > ul.dropdown-menu > li.item .product-details dl.options-container dd {
          float: left;
          width: 148px;
          font-size: 10px; }
          li.cart-top-container > ul.dropdown-menu > li.item .product-details dl.options-container dd span.price,
          li.cart-top-container > ul.dropdown-menu > li.item .product-details dl.options-container dd span {
            font-size: 10px; }
    li.cart-top-container > ul.dropdown-menu > li.item .product-details.x-prod-type-gift-voucher dl.options-container dt.option-dt {
      width: 100%; }
    li.cart-top-container > ul.dropdown-menu > li.item .product-details.x-prod-type-gift-voucher dl.options-container dd.option-dd {
      width: 100%;
      text-transform: none;
      margin-bottom: 5px; }
li.cart-top-container .miniCartTip,
li.cart-top-container .cartTip {
  display: block !important; }

li.cart-top-container #shippingMiniCart {
  padding: 15px;
  text-align: justify;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  margin: 5px 10px; }

#shippingMiniCart {
  font-size: 11px;
  margin: 5px 10px;
  text-align: left;
  padding: 19px 10px; }

/*** Product Page ***/
.product-view {
  margin-top: 10px;
  position: relative;
  z-index: 1; }
  .product-view .product-shipping {
    position: absolute;
    top: -47px;
    right: 0px;
    height: 30px;
    line-height: 30px; }
    .product-view .product-shipping #shippingProduct {
      text-transform: uppercase;
      color: #000;
      text-align: right;
      font-size: 11px; }
  .product-view .left {
    width: 780px;
    height: 540px; }
    .product-view .left.flipped {
      overflow: hidden; }
    .product-view .left .card .front {
      background-color: white;
      overflow: visible;
      z-index: 1; }
    .product-view .left .card .back {
      background-color: #e2e3e5;
      z-index: 1; }
      .product-view .left .card .back .flip-sizing-back {
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 5px; }
      .product-view .left .card .back #sizing img {
        margin-top: 20px;
        max-height: 100%;
        max-width: 100%; }
      .product-view .left .card .back #sizing .measurements-container {
        display: none; }
    .product-view .left .product-img-box {
      width: 100%;
      float: left;
      height: 100%;
      position: relative; }
      .product-view .left .product-img-box p {
        float: left; }
      .product-view .left .product-img-box .product-image {
        float: right;
        margin: 0px 0px 0px 5px;
        position: relative; }
        .product-view .left .product-img-box .product-image .cloud-zoom-loading {
          text-indent: -9999px;
          position: absolute;
          z-index: 9999;
          background: url("../images/triangle.svg") transparent;
          border: none;
          background-size: 48px 48px;
          width: 48px !important;
          height: 48px !important;
          margin: -24px 0px 0px -24px;
          -webkit-animation: 1.5s ease 0s normal none infinite loading;
          -moz-animation: 1.5s ease 0s normal none infinite loading;
          animation: 1.5s ease 0s normal none infinite loading;
          opacity: 0.6;
          filter: alpha(opacity=60) !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
          -khtml-opacity: 0.6 !important;
          display: block;
          position: absolute;
          left: 50% !important;
          top: 50% !important; }
        .product-view .left .product-img-box .product-image .cloud-zoom-big {
          border: none !important; }
      .product-view .left .product-img-box .more-views {
        float: left;
        height: 100%;
        overflow: hidden;
        width: 235px;
        height: 690px; }
        .product-view .left .product-img-box .more-views ul.thumbnail-wrapper {
          float: left;
          padding: 0px;
          margin: 0px; }
          .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li {
            float: right;
            margin: 0px 0px 5px 5px;
            width: 75px;
            height: 134px;
            opacity: 0.8;
            filter: alpha(opacity=80) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
            -khtml-opacity: 0.8 !important; }
            .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li a img {
              width: 100%;
              height: 100%; }
          .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li:hover {
            opacity: 1.0;
            filter: alpha(opacity=100) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
            -khtml-opacity: 1.0 !important; }
          .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li:nth-child(3n+3) {
            margin-left: 0px; }
        .product-view .left .product-img-box .more-views ul.oversize li {
          width: 55px;
          height: 98px; }
          .product-view .left .product-img-box .more-views ul.oversize li .czVideo .videoPlay {
            line-height: 98px !important; }
        .product-view .left .product-img-box .more-views ul.oversize li:nth-child(3n+3) {
          margin-left: 5px; }
        .product-view .left .product-img-box .more-views ul.oversize li:nth-child(4n+4) {
          margin-left: 0px; }
        .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs {
          float: left;
          width: 175px;
          padding: 0px; }
          .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs li {
            width: 100%;
            list-style: none;
            border-bottom: 1px dotted #ccc;
            margin: 0px; }
            .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs li a {
              border-top: none;
              font-size: 10px;
              margin: 0px !important;
              padding: 15px 15px 15px 0px;
              line-height: 12px;
              float: left;
              width: 100%; }
            .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs li a:focus {
              outline: none; }
          .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs li.active a {
            border-top: none;
            background: url("../images/vertical-tabs-arrow.gif") no-repeat right 50%; }
          .product-view .left .product-img-box .more-views #bundle-tab-container ul.nav-tabs li:first-child {
            border-top: 1px dotted #ccc; }
        .product-view .left .product-img-box .more-views #bundle-tab-container div.tab-content {
          float: right;
          width: 60px; }
          .product-view .left .product-img-box .more-views #bundle-tab-container div.tab-content ul.oversize li {
            margin: 0px 0px 3px 5px; }
          .product-view .left .product-img-box .more-views #bundle-tab-container div.tab-content ul.oversize li:nth-child(3n+3) {
            margin-left: 5px; }
          .product-view .left .product-img-box .more-views #bundle-tab-container div.tab-content ul.oversize li:nth-child(4n+4) {
            margin-left: 5px; }
      .product-view .left .product-img-box #cloudNext,
      .product-view .left .product-img-box #cloudPrev {
        position: absolute;
        top: 50%;
        z-index: 10000;
        font-size: 37px;
        opacity: 0.5;
        color: white;
        margin-top: -18px;
        cursor: pointer; }
      .product-view .left .product-img-box #cloudNext {
        right: 0px;
        padding-right: 5px; }
      .product-view .left .product-img-box #cloudPrev {
        right: 343px;
        padding-left: 5px; }
      .product-view .left .product-img-box #cloudNext:hover,
      .product-view .left .product-img-box #cloudPrev:hover {
        opacity: 0.8; }
      .product-view .left .product-img-box .iosSliderVertical {
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .product-view .left .product-img-box .iosSliderVertical .slider {
          /* required */
          width: 100%;
          height: 100%; }
          .product-view .left .product-img-box .iosSliderVertical .slider .slide {
            /* required */
            float: left;
            width: 100%;
            height: 100%; }
            .product-view .left .product-img-box .iosSliderVertical .slider .slide img {
              width: 100%;
              height: auto; }
      .product-view .left .product-img-box .glyphicon {
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        color: #fff;
        text-shadow: 0px 0px 3px #333;
        opacity: 0.0;
        filter: alpha(opacity=0) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
        -khtml-opacity: 0.0 !important;
        z-index: 2;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      .product-view .left .product-img-box .glyphicon-chevron-up {
        top: 10px; }
      .product-view .left .product-img-box .glyphicon-chevron-down {
        bottom: 10px; }
      .product-view .left .product-img-box:hover .glyphicon {
        opacity: 0.9;
        filter: alpha(opacity=90) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
        -khtml-opacity: 0.9 !important; }
      .product-view .left .product-img-box .slideSelectors {
        position: absolute;
        left: -27px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 12px;
        z-index: 2;
        padding: 0;
        margin: 0; }
        .product-view .left .product-img-box .slideSelectors li {
          display: block;
          padding: 2px;
          margin: 8px 0;
          width: 12px; }
          .product-view .left .product-img-box .slideSelectors li.selected span {
            background-color: #c0c0c0; }
          .product-view .left .product-img-box .slideSelectors li.video span {
            border: 0;
            border-radius: 0;
            position: relative;
            background-color: transparent; }
            .product-view .left .product-img-box .slideSelectors li.video span:before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 8px;
              border-color: transparent transparent transparent #c0c0c0; }
            .product-view .left .product-img-box .slideSelectors li.video span:after {
              content: "";
              position: absolute;
              left: 1px;
              top: 1px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 3px 0 3px 6px;
              border-color: transparent transparent transparent #fff; }
          .product-view .left .product-img-box .slideSelectors li.video.selected span {
            background-color: transparent; }
            .product-view .left .product-img-box .slideSelectors li.video.selected span:after {
              display: none; }
          .product-view .left .product-img-box .slideSelectors li span {
            display: block;
            background-color: #fff;
            border: 1px solid #c0c0c0;
            border-radius: 50%;
            height: 8px;
            width: 8px; }
    .product-view .left .product-related {
      width: 100%;
      height: 350px;
      float: left; }
      .product-view .left .product-related .block-title {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 15px 0px 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #DDD;
        text-transform: uppercase; }
      .product-view .left .product-related div.category-products {
        width: 100%;
        margin-bottom: 5px; }
        .product-view .left .product-related div.category-products ul.products-grid {
          width: 100%; }
          .product-view .left .product-related div.category-products ul.products-grid li {
            width: 148.75px;
            height: 300px;
            margin-right: 10px; }
            .product-view .left .product-related div.category-products ul.products-grid li img {
              width: 100%; }
            .product-view .left .product-related div.category-products ul.products-grid li .product-info {
              font-size: 9px;
              line-height: 9px;
              text-transform: uppercase;
              font-weight: normal; }
              .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-name {
                padding: 5px 0px 3px; }
              .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-extra {
                padding-top: 3px; }
                .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-extra .price-box {
                  margin: 0px;
                  float: right;
                  font-size: 9px;
                  line-height: 9px;
                  font-weight: normal;
                  color: #808387; }
                  .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-extra .price-box .old-price {
                    display: none; }
                  .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-extra .price-box .price-label {
                    display: none; }
                  .product-view .left .product-related div.category-products ul.products-grid li .product-info .product-extra .price-box .special-price span.price {
                    color: #B94A48; }
          .product-view .left .product-related div.category-products ul.products-grid li:nth-child(4n),
          .product-view .left .product-related div.category-products ul.products-grid li:last-child {
            margin-right: 0px; }
  .product-view .right {
    width: 364px;
    height: 540px;
    overflow: hidden; }
    .product-view .right .product-shop {
      width: 100%;
      float: left; }
      .product-view .right .product-shop .product-name {
        float: left;
        width: 100%; }
        .product-view .right .product-shop .product-name h1 {
          margin-top: 0px;
          margin-bottom: 7px;
          float: left;
          font-size: 15px;
          line-height: 1;
          color: #333;
          font-weight: normal;
          letter-spacing: 1px; }
        .product-view .right .product-shop .product-name .product-nav {
          display: none; }
      .product-view .right .product-shop .price-box {
        color: #828282;
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 17px;
        clear: both;
        float: left;
        width: 100%;
        font-weight: normal; }
        .product-view .right .product-shop .price-box p span {
          display: block;
          float: left;
          clear: both;
          font-size: 14px;
          color: #333; }
        .product-view .right .product-shop .price-box p span.price-label {
          display: none; }
        .product-view .right .product-shop .price-box p.old-price {
          float: left;
          margin-right: 15px; }
          .product-view .right .product-shop .price-box p.old-price span.price {
            text-decoration: line-through;
            color: #808387; }
        .product-view .right .product-shop .price-box p.special-price {
          float: left; }
          .product-view .right .product-shop .price-box p.special-price span.price {
            color: #b94a48; }
      .product-view .right .product-shop p.availability {
        display: none; }
      .product-view .right .product-shop .product-options {
        width: 100%;
        float: left; }
        .product-view .right .product-shop .product-options dl {
          width: 100%;
          float: left;
          margin: 0px; }
          .product-view .right .product-shop .product-options dl dt,
          .product-view .right .product-shop .product-options dl dd {
            width: 100%;
            float: left; }
          .product-view .right .product-shop .product-options dl dt label {
            float: left;
            margin-right: 5px; }
          .product-view .right .product-shop .product-options dl dt .bundle-info-icon {
            float: left;
            width: 11px;
            height: 11px;
            background: url("../images/icon-info.gif") no-repeat;
            cursor: pointer;
            margin-top: 2px; }
          .product-view .right .product-shop .product-options dl dd {
            margin-bottom: 9px; }
        .product-view .right .product-shop .product-options p.required {
          display: none; }
        .product-view .right .product-shop .product-options label,
        .product-view .right .product-shop .product-options input {
          font-weight: normal;
          cursor: pointer; }
        .product-view .right .product-shop .product-options input[type="radio"] {
          display: none; }
        .product-view .right .product-shop .product-options .tickboxes .select-tickbox-wrapper,
        .product-view .right .product-shop .product-options .tickboxes .tickbox-wrapper {
          float: left;
          margin-right: 20px;
          margin-bottom: 8px;
          text-align: center; }
          .product-view .right .product-shop .product-options .tickboxes .select-tickbox-wrapper .tickbox,
          .product-view .right .product-shop .product-options .tickboxes .tickbox-wrapper .tickbox {
            margin-bottom: 4px;
            width: 16px;
            height: 16px; }
          .product-view .right .product-shop .product-options .tickboxes .select-tickbox-wrapper .tickbox-label,
          .product-view .right .product-shop .product-options .tickboxes .tickbox-wrapper .tickbox-label {
            display: block;
            line-height: 13px; }
        .product-view .right .product-shop .product-options .tickboxes .select-tickbox-wrapper.optionDisabled .tickbox-label,
        .product-view .right .product-shop .product-options .tickboxes .tickbox-wrapper.optionDisabled .tickbox-label {
          color: #ccc;
          text-decoration: line-through; }
      .product-view .right .product-shop .productOptions {
        width: 100%; }
        .product-view .right .product-shop .productOptions .product-options-bottom {
          float: left;
          width: calc(100% - 33px); }
          .product-view .right .product-shop .productOptions .product-options-bottom .add-to-cart button.btn-cart {
            width: 100% !important;
            height: 32px;
            border-radius: 2px 0 0;
            -moz-border-radius: 2px 0 0;
            -webkit-border-radius: 2px 0 0; }
    .product-view .right .product-info-tabs {
      width: 100%;
      float: left;
      position: relative; }
      .product-view .right .product-info-tabs .bs-example {
        margin-top: 0px; }
        .product-view .right .product-info-tabs .bs-example .tab-content {
          height: 300px;
          overflow: auto; }
    .product-view .right .panel-group {
      margin-top: 17px; }
      .product-view .right .panel-group .panel {
        margin-bottom: 0;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd; }
        .product-view .right .panel-group .panel:first-child {
          border-top: 1px solid #ddd; }
        .product-view .right .panel-group .panel + .panel {
          margin-top: 0; }
        .product-view .right .panel-group .panel > a {
          height: 30px;
          line-height: 29px;
          display: block;
          position: relative;
          text-transform: uppercase;
          font-weight: normal; }
          .product-view .right .panel-group .panel > a:focus {
            outline: none; }
          .product-view .right .panel-group .panel > a:after {
            content: "-";
            position: absolute;
            display: block;
            top: 0;
            right: 14px;
            text-align: center;
            width: 6px; }
          .product-view .right .panel-group .panel > a.collapsed:after {
            content: "+"; }
        .product-view .right .panel-group .panel .panel-collapse {
          overflow-y: auto; }
        .product-view .right .panel-group .panel .panel-body {
          padding: 5px 0;
          font-size: 11px;
          text-align: justify;
          line-height: 18px; }
          .product-view .right .panel-group .panel .panel-body h2 {
            display: none; }
          .product-view .right .panel-group .panel .panel-body #sizing {
            text-align: left; }
  .product-view .full {
    float: left;
    width: 100%; }
    .product-view .full .block-viewed .block-title {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1px;
      padding: 15px 0px 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #DDD; }
    .product-view .full .block-viewed .block-content ul {
      list-style: none;
      float: left;
      padding: 0px;
      margin: 0px; }
      .product-view .full .block-viewed .block-content ul li {
        float: left;
        margin: 0px 5px 5px 0px;
        width: 92.9166666px;
        height: 166px;
        opacity: 0.8;
        filter: alpha(opacity=80) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
        -khtml-opacity: 0.8 !important;
        overflow: hidden; }
        .product-view .full .block-viewed .block-content ul li img {
          width: 100%; }
      .product-view .full .block-viewed .block-content ul li:hover {
        opacity: 1.0;
        filter: alpha(opacity=100) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        -khtml-opacity: 1.0 !important; }
      .product-view .full .block-viewed .block-content ul li:last-child {
        margin-right: 0px; }
  .product-view .bs-example {
    margin-top: 40px;
    float: left;
    width: 100%; }
    .product-view .bs-example .tab-content {
      padding: 10px 0px;
      min-height: 300px; }

.product-view-spin.product-view .left {
  width: 785px; }
  .product-view-spin.product-view .left .product-img-box {
    min-height: 549px;
    height: 549px; }
    .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example {
      margin-top: 0px;
      float: none; }
      .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example #spin-tab-holder {
        display: none; }
      .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 {
        height: 435px;
        padding: 0px; }
        .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#spinner #image-reel {
          height: 435px;
          cursor: url("../images/spin.cur"), move !important; }
          .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#spinner #image-reel #image.reel {
            display: none;
            cursor: url("../images/spin.cur"), move !important; }
          .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#spinner #image-reel .reel-preloader {
            -webkit-animation: 1.5s ease 0s normal none infinite loading;
            -moz-animation: 1.5s ease 0s normal none infinite loading;
            animation: 1.5s ease 0s normal none infinite loading;
            width: 48px !important;
            height: 48px !important;
            margin: -24px 0px 0px -24px;
            opacity: 0.6 !important;
            filter: alpha(opacity=60) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
            -khtml-opacity: 0.6 !important;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 4em;
            line-height: 1;
            content: "";
            background-image: url("../images/triangle.svg");
            fill: white;
            background-size: 48px 48px;
            background-color: transparent; }
        .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#sizing img {
          margin-bottom: 0px;
          width: 100%;
          height: 100%; }
    .product-view-spin.product-view .left .product-img-box .iossliderwrapper {
      position: relative;
      margin-top: 10px;
      height: 109px !important; }
      .product-view-spin.product-view .left .product-img-box .iossliderwrapper .iosslider#productDetailsCarousel {
        height: 109px !important; }
        .product-view-spin.product-view .left .product-img-box .iossliderwrapper .iosslider#productDetailsCarousel .slider .slide {
          cursor: pointer;
          width: 196px;
          height: 109px; }
          .product-view-spin.product-view .left .product-img-box .iossliderwrapper .iosslider#productDetailsCarousel .slider .slide img {
            margin: 0px 5px; }
        .product-view-spin.product-view .left .product-img-box .iossliderwrapper .iosslider#productDetailsCarousel .slider .slide:first-child img {
          margin-left: 0px; }
      .product-view-spin.product-view .left .product-img-box .iossliderwrapper .slider-control {
        z-index: 2;
        width: 20px; }
        .product-view-spin.product-view .left .product-img-box .iossliderwrapper .slider-control i {
          margin: -10px 0px 0px;
          height: 24px;
          margin-top: -12px; }
      .product-view-spin.product-view .left .product-img-box .iossliderwrapper .slider-control#productDetailsCarousel-next {
        cursor: pointer;
        left: 5px;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */ }
      .product-view-spin.product-view .left .product-img-box .iossliderwrapper .slider-control#productDetailsCarousel-prev {
        cursor: pointer;
        right: 5px;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */ }
.product-view-spin.product-view .right {
  width: 370px; }
  .product-view-spin.product-view .right .product-shop .productOptions .product-options-bottom {
    width: 100%; }
.product-view-spin.product-view .product-related,
.product-view-spin.product-view .product-info-tabs,
.product-view-spin.product-view #occ-customer-info {
  display: none; }

.product-stock-countdown {
  width: 100%;
  float: left;
  margin: 2px 0px 17px; }
  .product-stock-countdown .countdown-container {
    width: 100%;
    height: 5px;
    background: #efefef;
    display: block;
    position: relative;
    margin-bottom: 5px; }
    .product-stock-countdown .countdown-container .countdown-measure {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      display: block;
      width: 100%;
      max-width: 100%;
      transition: all 1s ease-out;
      background: #339900; }
      .product-stock-countdown .countdown-container .countdown-measure.green {
        background: #339900; }
      .product-stock-countdown .countdown-container .countdown-measure.amber {
        background: #ffcc33; }
      .product-stock-countdown .countdown-container .countdown-measure.red {
        background: #cc0000; }
  .product-stock-countdown .countdown-legend {
    width: 100%;
    height: 10px;
    display: block;
    position: relative; }
    .product-stock-countdown .countdown-legend span {
      text-transform: uppercase;
      font-size: 10px;
      color: #555555;
      position: absolute;
      top: 0px; }
    .product-stock-countdown .countdown-legend span.tier-amber {
      margin-left: -30px; }

#product-options-wrapper {
  margin-left: 2px; }

.sizecm, .sizeinch {
  font-size: 11px; }

.product-nav {
  float: right; }

.product-nav .pager li {
  margin-left: 2px; }

.pager li > a, .pager li > span {
  padding: 3px 14px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  display: block !important; }

li.dropdown.shareTab {
  display: block !important; }

div.optionDisabled label {
  color: #828282 !important;
  text-decoration: line-through; }

li.virtusize {
  float: right; }
  li.virtusize #fitvisualiser {
    visibility: hidden;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    color: #555555;
    margin-right: 0px; }

/**** Product Page Thumbs Scroller ****/
/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/
.als-container {
  position: relative;
  margin: 0px auto;
  z-index: 0; }

/****************************************
 * viewport styling
 ***************************************/
.als-viewport {
  position: relative;
  overflow: hidden;
  height: 660px !important; }

/***************************************************
 * wrapper styling
 **************************************************/
.als-wrapper {
  position: relative;
  /* if you are using a list with <ul> <li> */
  list-style: none;
  padding: 0px; }

/*************************************
 * item: single list element
 ************************************/
.als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left; }

/***********************************************
 * prev, next: buttons styling
 **********************************************/
.als-prev, .als-next {
  position: absolute;
  cursor: pointer;
  clear: both;
  z-index: 99;
  right: 0px;
  width: 100%;
  text-align: center; }

.als-prev {
  top: 0px; }

.als-next {
  bottom: 0px; }

/*** Breadcrumbs ***/
.breadcrumb li a {
  font-weight: normal; }

/*** Stick Footer & General Page Stuff ***/
html, body {
  height: 100%; }

#wrap-page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0 0;
  transition: all 0.5s ease-out; }

.footer-container {
  border-top: 1px solid #ececea;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 125;
  transition: all 0.2s ease-out;
  margin-bottom: -30px; }
  .footer-container .footer-info.container {
    padding: 0px; }
    .footer-container .footer-info.container ul {
      margin: 0px;
      padding: 5px 0px; }
      .footer-container .footer-info.container ul li {
        list-style: none;
        display: inline-block; }
    .footer-container .footer-info.container .left {
      width: 100%; }
      .footer-container .footer-info.container .left ul {
        float: left;
        margin-left: 10px; }
        .footer-container .footer-info.container .left ul li {
          margin: 0px 15px; }
          .footer-container .footer-info.container .left ul li a {
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 0.2px;
            color: #777;
            font-weight: normal;
            font-size: 11px;
            line-height: 20px; }
          .footer-container .footer-info.container .left ul li a:hover {
            color: #555555; }
      .footer-container .footer-info.container .left .social-icons ul {
        margin-left: 0px; }
        .footer-container .footer-info.container .left .social-icons ul li {
          margin: 0px 5px 0px 0px; }
          .footer-container .footer-info.container .left .social-icons ul li a {
            width: 20px;
            height: 20px;
            display: block;
            background-size: 20px 20px;
            opacity: 0.3;
            filter: alpha(opacity=30) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
            -khtml-opacity: 0.3 !important;
            text-indent: -9999px; }
          .footer-container .footer-info.container .left .social-icons ul li a:hover {
            opacity: 0.4;
            filter: alpha(opacity=40) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
            -khtml-opacity: 0.4 !important; }
          .footer-container .footer-info.container .left .social-icons ul li a.facebook-icon {
            background-image: url("../images/icon-facebook.svg"); }
          .footer-container .footer-info.container .left .social-icons ul li a.tumblr-icon {
            background-image: url("../images/icon-tumblr.svg"); }
          .footer-container .footer-info.container .left .social-icons ul li a.instagram-icon {
            background-image: url("../images/icon-instagram.svg"); }
          .footer-container .footer-info.container .left .social-icons ul li a.spotify-icon {
            background-image: url("../images/icon-spotify.svg"); }
          .footer-container .footer-info.container .left .social-icons ul li a.youtube-icon {
            background-image: url("../images/icon-youtube.svg"); }
  .footer-container .notifications-bar {
    background: #99f3d9;
    color: #555;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    height: 30px;
    padding: 6px 0px;
    font-weight: 500; }
    .footer-container .notifications-bar .left,
    .footer-container .notifications-bar .right {
      float: none !important;
      display: inline-block; }
    .footer-container .notifications-bar .countdown-message {
      margin-right: 20px; }
    .footer-container .notifications-bar .countdown-row .countdown-section {
      display: inline-block;
      text-align: left;
      padding: 0px 20px;
      color: #555;
      height: 18px;
      border-right: 1px solid #555; }
      .footer-container .notifications-bar .countdown-row .countdown-section .countdown-period {
        margin-left: 5px;
        text-transform: uppercase; }
    .footer-container .notifications-bar .countdown-row .countdown-section:last-child {
      border-right: none; }
    .footer-container .notifications-bar .countdown-descr {
      display: none; }

.footer-container.visible {
  margin-bottom: 0px; }

#toTop {
  display: none; }

/* MODAL */
#switcherModal ul {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 11px; }
  #switcherModal ul li {
    margin-left: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 11px; }

#geoModal .modal-dialog {
  width: 450px;
  margin-top: 8%; }
  #geoModal .modal-dialog .modal-content .modal-header {
    border-bottom: none; }
    #geoModal .modal-dialog .modal-content .modal-header .close {
      margin-top: -5px; }
  #geoModal .modal-dialog .modal-content .modal-body {
    margin-top: 15px;
    padding: 10px;
    text-align: center; }
    #geoModal .modal-dialog .modal-content .modal-body .geoContainer {
      display: block;
      position: relative; }
      #geoModal .modal-dialog .modal-content .modal-body .geoContainer h1 {
        letter-spacing: 0.15em;
        text-align: center;
        border-bottom: 2px solid #dfdfdf;
        padding-bottom: 15px;
        display: inline-block;
        margin: 0 auto 15px auto;
        color: #808080;
        font-weight: normal;
        font-size: 15px; }
      #geoModal .modal-dialog .modal-content .modal-body .geoContainer #geoList {
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        display: inline-block;
        text-align: left;
        font-size: 10px;
        letter-spacing: 0.10em; }
        #geoModal .modal-dialog .modal-content .modal-body .geoContainer #geoList li {
          display: block;
          margin: 8px 0px; }
          #geoModal .modal-dialog .modal-content .modal-body .geoContainer #geoList li .plus {
            font-size: 10px;
            font-weight: normal;
            top: -1px;
            margin-right: 3px;
            position: relative; }
          #geoModal .modal-dialog .modal-content .modal-body .geoContainer #geoList li .btn {
            background-color: #999999;
            color: white;
            border-color: #999999;
            letter-spacing: 0.05em;
            margin-top: 20px;
            margin-bottom: 20px; }
        #geoModal .modal-dialog .modal-content .modal-body .geoContainer #geoList li.squiggle {
          margin-bottom: 25px; }

#videoModal .modal-dialog {
  width: 761px;
  height: 570px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  margin: -285px 0px 0px -380px; }
  #videoModal .modal-dialog .modal-content {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    #videoModal .modal-dialog .modal-content .modal-body {
      position: relative; }
      #videoModal .modal-dialog .modal-content .modal-body .close {
        position: absolute;
        top: 2px;
        right: 6px; }
      #videoModal .modal-dialog .modal-content .modal-body .video-js {
        float: left;
        margin-right: 20px;
        width: 279px;
        height: 500px; }
      #videoModal .modal-dialog .modal-content .modal-body .product-details {
        float: left;
        width: 400px;
        height: 500px;
        position: relative;
        margin: 0px; }
        #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner {
          height: 460px;
          overflow: auto;
          margin-bottom: 9px; }
          #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-title h1 {
            margin: 0px;
            font-size: 16px;
            color: #333;
            font-weight: normal; }
          #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price {
            margin-top: 10px; }
            #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box {
              margin: 0px 0px 30px; }
              #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box span {
                display: block;
                float: left;
                clear: both;
                font-size: 14px;
                color: #333;
                font-weight: normal; }
              #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box p span.price-label {
                display: none; }
              #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box p.old-price {
                float: left;
                margin-right: 15px; }
                #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box p.old-price span.price {
                  text-decoration: line-through;
                  color: #808387; }
              #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box p.special-price {
                float: left; }
                #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-price .price-box p.special-price span.price {
                  color: #b94a48; }
          #videoModal .modal-dialog .modal-content .modal-body .product-details .product-details-inner .product-desc {
            font-size: 11px;
            text-align: justify;
            color: #808387; }
        #videoModal .modal-dialog .modal-content .modal-body .product-details .product-buttons {
          width: 100%; }
          #videoModal .modal-dialog .modal-content .modal-body .product-details .product-buttons .btn-success {
            width: 70%;
            float: left; }
          #videoModal .modal-dialog .modal-content .modal-body .product-details .product-buttons .squiggle {
            float: right;
            background: url("../images/squiggle-video-pop.png");
            width: 59px;
            height: 23px;
            display: block;
            margin-top: 5px; }
  #videoModal .modal-dialog .videoLink {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
    font-size: 37px;
    color: white;
    opacity: 0.5;
    filter: alpha(opacity=50) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    -khtml-opacity: 0.5 !important; }
  #videoModal .modal-dialog .videoLink:hover {
    opacity: 1.0;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -khtml-opacity: 1.0 !important; }
  #videoModal .modal-dialog #video-next {
    right: -35px; }
  #videoModal .modal-dialog #video-prev {
    left: -35px; }

.messagingModal .modal-dialog {
  width: 360px;
  min-height: 228px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  margin: -114px 0px 0px -180px; }
  .messagingModal .modal-dialog .modal-content {
    height: 100%;
    width: 100%; }
    .messagingModal .modal-dialog .modal-content .modal-body .ilu-loading img {
      margin: 45px auto 0px;
      height: 54px;
      width: 54px;
      opacity: 0.6;
      filter: alpha(opacity=60) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
      -khtml-opacity: 0.6 !important;
      display: block; }
    .messagingModal .modal-dialog .modal-content .modal-body ul {
      margin: 45px auto;
      font-size: 10px;
      letter-spacing: 0.10em;
      list-style: none;
      padding: 0px;
      text-align: center; }
      .messagingModal .modal-dialog .modal-content .modal-body ul li {
        display: block;
        margin: 8px 0px;
        text-transform: uppercase; }
    .messagingModal .modal-dialog .modal-content .modal-body button.btn-continue {
      margin: 10px auto;
      display: block;
      color: white;
      background: #010101;
      border-color: #010101; }
    .messagingModal .modal-dialog .modal-content .modal-body .buttons {
      text-align: center;
      padding: 10px 0; }

#soldOutModal .modal-dialog {
  height: 261px;
  margin-top: -131px; }
  #soldOutModal .modal-dialog .modal-content .modal-body .sold-out-icon {
    background: url("../images/sold-out-icon.png");
    display: block;
    margin: 0px auto;
    width: 64px;
    height: 107px; }
  #soldOutModal .modal-dialog .modal-content .modal-body ul {
    margin: 20px auto;
    padding: 0px 20px; }
    #soldOutModal .modal-dialog .modal-content .modal-body ul li {
      display: block;
      margin: 8px 0px;
      text-transform: uppercase; }
  #soldOutModal .modal-dialog .modal-content .modal-body button.btn-continue {
    margin: 0px auto; }

#tumblrModal .modal-dialog .tumblrLink {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  height: 32px;
  width: 32px;
  font-size: 32px;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  padding: 50px 82px 82px 50px; }
#tumblrModal .modal-dialog #tumblr-next {
  right: -98px; }
#tumblrModal .modal-dialog #tumblr-prev {
  left: -98px; }
#tumblrModal .modal-dialog .follow-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  min-width: 185px; }

.ilu-loading img {
  -webkit-animation: 1.5s ease 0s normal none infinite loading;
  -moz-animation: 1.5s ease 0s normal none infinite loading;
  animation: 1.5s ease 0s normal none infinite loading; }

/* HEADER CONTAINERS */
.header-container,
.nav-container,
.main-container {
  position: relative; }

.sticky-container.sticky {
  z-index: 140; }

.sticky-container.sticky.out-of-view {
  top: -100px; }

.header-container {
  z-index: 105;
  padding-top: 30px; }

.nav-container {
  z-index: 100; }

.main-container {
  z-index: 9; }

div.add-to-cart button.btn-success.btn-cart {
  width: 200px !important;
  overflow: hidden; }

/*** Cart & Checkout Page ***/
.checkout-cart-index .sticky-container .right .checkout-top-container-pipe,
.checkout-cart-index .sticky-container .right .checkout-top-container,
.checkout-cart-index .sticky-container .right .cart-top-container,
.aw-onestepcheckout-index-index .sticky-container .right .checkout-top-container-pipe,
.aw-onestepcheckout-index-index .sticky-container .right .checkout-top-container,
.aw-onestepcheckout-index-index .sticky-container .right .cart-top-container {
  display: none !important; }
.checkout-cart-index .header-container,
.aw-onestepcheckout-index-index .header-container {
  display: none; }
.checkout-cart-index .nav-container,
.aw-onestepcheckout-index-index .nav-container {
  display: none; }
.checkout-cart-index .main-container,
.aw-onestepcheckout-index-index .main-container {
  margin-top: 55px; }
.checkout-cart-index #wrap-page,
.aw-onestepcheckout-index-index #wrap-page {
  margin: 0px auto;
  padding-bottom: 100px; }
.checkout-cart-index .footer-container,
.aw-onestepcheckout-index-index .footer-container {
  height: 60px;
  border-top: none; }
  .checkout-cart-index .footer-container .footer-info,
  .aw-onestepcheckout-index-index .footer-container .footer-info {
    display: none; }

.cart {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px; }
  .cart .messages {
    margin: 0px 0px 15px !important; }
  .cart .cart-details {
    width: 735px; }
    .cart .cart-details .cart-contents {
      width: 100%; }
      .cart .cart-details .cart-contents #shopping-cart-table {
        width: 100%;
        border: none; }
        .cart .cart-details .cart-contents #shopping-cart-table tr td {
          border: none;
          padding: 0px 0px 10px; }
          .cart .cart-details .cart-contents #shopping-cart-table tr td .product-images {
            float: left;
            width: 250px; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-images .product-image {
              float: left;
              width: 75px;
              margin-right: 5px; }
          .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details {
            float: left;
            width: 485px;
            position: relative; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details h3 {
              border-bottom: 1px dotted #cccccc;
              width: 100%;
              display: block;
              margin: 7px 0px 10px;
              padding-bottom: 7px;
              font-size: 12px;
              font-weight: normal;
              letter-spacing: 1px; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details dl {
              width: 100%;
              float: left;
              margin: 0px;
              font-size: 11px;
              text-transform: uppercase; }
              .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details dl dt {
                float: left;
                width: 95px;
                margin-right: 5px;
                font-weight: normal;
                line-height: 18px; }
              .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details dl dd {
                float: left;
                width: 385px;
                line-height: 18px; }
                .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details dl dd .price {
                  font-size: 11px; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details .remove {
              position: absolute;
              top: 5px;
              right: 0px;
              cursor: pointer; }
          .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details.x-prod-type-gift-voucher dl {
            text-transform: none; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details.x-prod-type-gift-voucher dl dt {
              width: 155px;
              text-transform: uppercase; }
            .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details.x-prod-type-gift-voucher dl dd {
              width: 325px;
              line-height: 18px; }
          .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details.x-prod-type-gift-voucher .remove {
            position: absolute;
            top: 5px;
            right: 0px;
            cursor: pointer; }
    .cart .cart-details .cart-collaterals {
      width: 100%; }
      .cart .cart-details .cart-collaterals .dropdown {
        display: block !important; }
        .cart .cart-details .cart-collaterals .dropdown .caret {
          border-top: 4px solid #757575; }
  .cart .cart-totals {
    width: 390px; }
    .cart .cart-totals .checkout-types a.cartPay {
      float: right;
      clear: both; }
    .cart .cart-totals .checkout-types button.cartContinue {
      float: left; }
    .cart .cart-totals .totals {
      width: 100%; }
      .cart .cart-totals .totals #shopping-cart-totals-table {
        width: 100%;
        margin-bottom: 5px; }
        .cart .cart-totals .totals #shopping-cart-totals-table span.price {
          white-space: nowrap; }
        .cart .cart-totals .totals #shopping-cart-totals-table tr td {
          border: none;
          border-bottom: 1px solid #cccccc;
          font-size: 12px;
          padding: 11px 0px; }
        .cart .cart-totals .totals #shopping-cart-totals-table tr td:last-child {
          text-align: right; }
        .cart .cart-totals .totals #shopping-cart-totals-table tr.cartShippingSubtotal td {
          color: #010101; }
        .cart .cart-totals .totals #shopping-cart-totals-table tr.total-cartInternalCreditSubtotal td {
          color: #009900; }
        .cart .cart-totals .totals #shopping-cart-totals-table tbody tr:first-child td {
          padding-top: 0px; }
        .cart .cart-totals .totals #shopping-cart-totals-table tfoot tr td {
          border-bottom: none; }
          .cart .cart-totals .totals #shopping-cart-totals-table tfoot tr td strong {
            font-weight: normal; }
      .cart .cart-totals .totals .btn {
        width: 100%;
        padding: 20px 0px;
        font-size: 13px; }
    .cart .cart-totals .totals-message {
      width: 100%;
      margin: 30px 0px; }
      .cart .cart-totals .totals-message h4 {
        font-size: 12px;
        padding: 0px 0px 5px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        letter-spacing: 0.5px; }
      .cart .cart-totals .totals-message p {
        margin-bottom: 10px;
        font-size: 11px;
        text-align: justify; }

#checkout-review-table h4,
#checkout-review-table h3 {
  margin: 0px; }
#checkout-review-table h3 {
  margin-bottom: 15px; }
  #checkout-review-table h3 a {
    font-weight: normal;
    letter-spacing: 1px; }
#checkout-review-table thead h4 {
  text-align: center; }
#checkout-review-table tr .td-name {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border: none; }
#checkout-review-table tr span.cart-attr {
  float: left;
  clear: both;
  width: 250px;
  font-size: 11px;
  text-transform: uppercase; }
#checkout-review-table tr span.cart-attr.remove {
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: auto; }
#checkout-review-table tr span.attr-label {
  margin-right: 5px; }
#checkout-review-table tr td.image {
  padding: 8px 15px; }
#checkout-review-table tr td:last-child {
  width: 150px;
  text-align: right; }

#cartTips {
  float: left;
  width: 100%;
  clear: both;
  margin: 25px 0px; }
  #cartTips .cartTipFooter {
    margin-right: 30px;
    width: 352.5px;
    float: left; }
    #cartTips .cartTipFooter h3 {
      margin-top: 0px; }
  #cartTips .cartTipFooter:last-child {
    margin-right: 0px;
    float: right; }
  #cartTips .cartSecure,
  #cartTips .cartGlobe,
  #cartTips .cartOk {
    position: relative;
    top: -1px; }

.cartSecure,
.cartGlobe,
.cartOk {
  margin-right: 5px;
  opacity: 0.9;
  filter: alpha(opacity=90) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  -khtml-opacity: 0.9 !important;
  font-size: 11px; }

.cartTip {
  float: left; }

.dutyHelper {
  position: absolute;
  width: 220px;
  font-size: 11px;
  bottom: 6px; }

#dutyHelper2 {
  display: inline-block !important; }

#coupon-container {
  padding: 0px;
  position: relative;
  top: -20px;
  width: 236px;
  opacity: 0.7;
  filter: alpha(opacity=70) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  -khtml-opacity: 0.7 !important; }
  #coupon-container li a {
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase; }
  #coupon-container li a.dropdown-toggle {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    color: #777; }
  #coupon-container li ul.dropdown-menu {
    width: 100%;
    min-width: 100%; }
    #coupon-container li ul.dropdown-menu li #discount-coupon-form {
      padding: 5px 10px;
      width: 100%; }
      #coupon-container li ul.dropdown-menu li #discount-coupon-form input {
        width: 55%;
        float: left;
        font-size: 11px;
        border: 1px solid #ccc;
        border-radius: 2px;
        padding: 3px; }
      #coupon-container li ul.dropdown-menu li #discount-coupon-form button {
        width: 42%;
        float: right;
        padding: 2px; }

/*** Onepage Checkout ***/
#onepage .page-title {
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px; }

#onepage #checkoutTop {
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px; }

#onepage #checkoutTop li {
  display: block;
  float: left; }

#onepage #checkoutTop h2, #onepage #checkoutTop span {
  margin: 0px;
  float: left; }

#checkoutTop {
  display: none; }

.checkoutHeader {
  margin-top: 0px;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  float: left; }

.checkoutHeader a {
  margin: 0px;
  display: inline-block; }

.form-control.validation-failed {
  border-color: #b94a48;
  -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); }

.addressHelper {
  font-weight: 500;
  color: #333; }

#checkoutHeaderLogo {
  float: left;
  margin-left: 26px;
  margin-top: 15px; }

#checkoutHeaderComodo {
  float: right;
  margin-right: 20px;
  margin-top: -20px; }
  #checkoutHeaderComodo img {
    height: 55px; }

/*** NEW Layered Navigation ***/
.select-tickbox-wrapper,
.tickbox-wrapper {
  cursor: pointer; }

.tickbox {
  background: #fff;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  display: inline-block; }

.tickbox:hover,
.tickbox-tick {
  background: #EFEFEF;
  border: 5px solid #656565; }

.tickbox.disabled,
.tickbox.disabled:hover {
  opacity: 0.5;
  filter: alpha(opacity=50) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  -khtml-opacity: 0.5 !important; }

.block-layered-nav {
  margin: -5px 0px 15px;
  width: 100%;
  float: left; }
  .block-layered-nav .actions {
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
    height: 30px;
    display: block;
    font-size: 10px; }
    .block-layered-nav .actions h4 {
      display: inline-block;
      margin: 0px;
      font-size: 11px;
      line-height: 30px;
      letter-spacing: 1px;
      font-weight: normal; }
    .block-layered-nav .actions .glyphicon {
      font-weight: normal;
      vertical-align: -11%;
      margin-right: 5px; }
    .block-layered-nav .actions .open {
      display: none; }
    .block-layered-nav .actions .closed {
      display: inline-block; }
  .block-layered-nav .actions.active .open {
    display: inline-block; }
  .block-layered-nav .actions.active .closed {
    display: none; }
  .block-layered-nav .block-content {
    width: 100%;
    float: left;
    display: none;
    border-bottom: 1px #ddd solid; }
    .block-layered-nav .block-content .block-title {
      width: 100%;
      float: left;
      height: 30px;
      border-bottom: 1px solid #ddd; }
      .block-layered-nav .block-content .block-title h4 {
        margin: 0px;
        font-size: 11px;
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 500;
        float: left; }
    .block-layered-nav .block-content ul#narrow-by-list {
      list-style: none;
      padding: 0px;
      margin: 0px 0px 10px;
      float: left;
      width: 100%;
      font-size: 11px; }
      .block-layered-nav .block-content ul#narrow-by-list li {
        float: left;
        width: 190px;
        padding: 0px 50px 0px 0px;
        margin: 0px 44px 0px 0px; }
        .block-layered-nav .block-content ul#narrow-by-list li dt {
          width: 100%;
          display: block;
          text-transform: uppercase;
          border-bottom: 1px solid #eee;
          padding-bottom: 3px;
          margin: 6px 0px; }
        .block-layered-nav .block-content ul#narrow-by-list li dd {
          width: 100%;
          display: block; }
          .block-layered-nav .block-content ul#narrow-by-list li dd ul {
            list-style: none;
            margin: 0px;
            padding: 0px; }
            .block-layered-nav .block-content ul#narrow-by-list li dd ul li {
              margin: 6px 0px 4px; }
              .block-layered-nav .block-content ul#narrow-by-list li dd ul li a {
                font-weight: normal;
                text-transform: uppercase;
                color: #aaa;
                height: 13px;
                width: 100%;
                display: block; }
                .block-layered-nav .block-content ul#narrow-by-list li dd ul li a span {
                  display: inline-block;
                  vertical-align: top;
                  height: 13px;
                  line-height: 14px; }
                .block-layered-nav .block-content ul#narrow-by-list li dd ul li a span.tickbox {
                  margin-right: 7px; }

/*** Products Listing Page ***/
.gridBrand {
  font-size: 9px;
  position: relative;
  top: -3px; }

.col-left.sidebar {
  float: left;
  width: 195px; }

.catalogsearch-result-index .page-title,
.catalog-category-view .page-title {
  display: inline-block;
  width: 100%; }
  .catalogsearch-result-index .page-title h1,
  .catalog-category-view .page-title h1 {
    border-bottom: 1px solid #DDDDDD;
    color: #808387;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding-bottom: 15px; }

.col-main {
  position: relative;
  margin-bottom: 40px; }
  .col-main .category-teaser {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: white;
    cursor: pointer;
    z-index: 10; }
    .col-main .category-teaser img {
      position: absolute;
      top: 0px;
      left: 0px;
      max-width: 100%;
      height: auto; }
  .col-main .category-wrapper {
    z-index: 5;
    position: relative; }

.category-banner {
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  .category-banner .category-image {
    max-width: 100%; }
  .category-banner .category-details {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    padding: 90px 0px 0px 60px;
    z-index: 10; }
    .category-banner .category-details h1 {
      padding: 15px 0px;
      margin: 0px 0px 30px;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 5px;
      color: #525252;
      display: inline-block; }
      .category-banner .category-details h1 strong {
        font-weight: 500; }
    .category-banner .category-details p {
      text-transform: uppercase;
      font-size: 10px;
      line-height: 26px;
      color: #525252;
      letter-spacing: 0.5px; }

div.category-cms-header {
  width: 100%; }
  div.category-cms-header .full {
    float: left;
    width: 100%;
    margin-bottom: 8px; }
    div.category-cms-header .full img {
      max-width: 100%; }
    div.category-cms-header .full .half {
      width: 50%; }
    div.category-cms-header .full .half.left {
      padding-right: 4px; }
    div.category-cms-header .full .half.right {
      padding-left: 4px; }
  div.category-cms-header .carousel .item {
    float: none !important; }

.x_prod_group_title {
  width: 100% !important;
  margin-bottom: 0px !important; }
  .x_prod_group_title .cat-desc {
    padding-bottom: 5px !important; }
  .x_prod_group_title img {
    max-width: 100%; }

div.category-products .products-grid-group {
  border-bottom: 30px; }
div.category-products ul.products-grid {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  width: 1190px; }
  div.category-products ul.products-grid li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 440px;
    margin-right: 18px;
    margin-bottom: 25px; }
    div.category-products ul.products-grid li .video {
      background: url("../images/play-button-large.png") no-repeat scroll center center/40px 40px transparent;
      border: 0 none;
      box-shadow: none;
      height: 40px;
      left: 10px;
      opacity: 0.8;
      filter: alpha(opacity=80) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
      -khtml-opacity: 0.8 !important;
      position: absolute;
      top: 10px;
      width: 40px;
      z-index: 11;
      cursor: pointer; }
    div.category-products ul.products-grid li .regular {
      float: left; }
      div.category-products ul.products-grid li .regular .product-image {
        float: left;
        position: relative;
        font-weight: normal;
        font-size: 11px;
        line-height: 11px;
        margin: 0px;
        text-align: left; }
        div.category-products ul.products-grid li .regular .product-image h2 {
          margin: 0 auto;
          font-weight: normal;
          font-size: 10px;
          line-height: 15px;
          color: inherit;
          text-transform: uppercase;
          text-align: center;
          width: 220px;
          float: none;
          display: block;
          letter-spacing: 1px; }
        div.category-products ul.products-grid li .regular .product-image .hoverSize {
          opacity: 0.5;
          filter: alpha(opacity=50) !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
          -khtml-opacity: 0.5 !important;
          bottom: 0px !important;
          right: 0px;
          padding: 5px 0px;
          position: absolute;
          z-index: 11;
          text-align: center;
          width: 100%; }
          div.category-products ul.products-grid li .regular .product-image .hoverSize div {
            display: inline-block;
            vertical-align: bottom;
            background: none;
            text-align: center;
            padding: 7px 5px;
            font-style: inherit !important;
            color: rgba(97, 91, 91, 0.46);
            font-size: 11px !important;
            text-decoration: line-through; }
          div.category-products ul.products-grid li .regular .product-image .hoverSize div.\31 {
            text-decoration: none;
            color: rgba(97, 91, 91, 0.81); }
        div.category-products ul.products-grid li .regular .product-image .promo {
          display: none;
          background: white;
          opacity: 0.5;
          filter: alpha(opacity=50) !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
          -khtml-opacity: 0.5 !important;
          bottom: 0px !important;
          left: 0px;
          padding: 5px 0px;
          position: absolute;
          z-index: 11;
          text-align: center;
          padding: 7px 5px;
          font-style: inherit !important;
          color: rgba(97, 91, 91, 0.81);
          font-size: 11px !important; }
        div.category-products ul.products-grid li .regular .product-image .images {
          position: relative;
          width: 220px;
          height: 392px; }
          div.category-products ul.products-grid li .regular .product-image .images .image-item {
            position: absolute;
            top: 0px;
            left: 0px; }
      div.category-products ul.products-grid li .regular .product-info {
        /*.button-container:hover {
            background: url("soldout-hover.png") no-repeat scroll 50% 50% gainsboro;
            @include opacity-100;
            @include transition-50;
        }*/ }
        div.category-products ul.products-grid li .regular .product-info .button-container {
          background: url("soldout.png") no-repeat scroll 50% 50%;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 394px;
          text-align: center;
          opacity: 0.3;
          opacity: 0.3;
          filter: alpha(opacity=30) !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
          -khtml-opacity: 0.3 !important;
          -webkit-transition: background 0.5s linear;
          -moz-transition: background 0.5s linear;
          -o-transition: background 0.5s linear;
          -ms-transition: background 0.5s linear;
          transition: background 0.5s linear; }
          div.category-products ul.products-grid li .regular .product-info .button-container p {
            margin: 0px;
            width: 100%;
            text-align: center;
            z-index: 11;
            color: rgba(255, 255, 255, 0.81);
            text-transform: uppercase;
            font-size: 12px;
            padding: 3px 0px; }
        div.category-products ul.products-grid li .regular .product-info .product-name {
          width: 100%;
          display: block;
          margin: 7px 0px 6px;
          text-align: center;
          bottom: 30px;
          position: absolute; }
          div.category-products ul.products-grid li .regular .product-info .product-name h2 {
            margin: 0px;
            font-size: 11px;
            font-weight: normal;
            text-align: left;
            display: inline-block;
            letter-spacing: 0.05em;
            color: #9D9D9D; }
            div.category-products ul.products-grid li .regular .product-info .product-name h2.price-box {
              font-weight: 500; }
        div.category-products ul.products-grid li .regular .product-info .product-extra {
          float: left;
          width: 100%;
          display: block; }
          div.category-products ul.products-grid li .regular .product-info .product-extra .product-colour {
            float: left;
            text-align: left;
            margin: 0px 6px 0px 0px;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: normal;
            line-height: 11px; }
          div.category-products ul.products-grid li .regular .product-info .product-extra .price-box {
            float: left;
            text-align: right;
            margin: 0px;
            font-size: 11px;
            line-height: 11px;
            text-transform: uppercase;
            font-weight: normal;
            color: #ccc; }
            div.category-products ul.products-grid li .regular .product-info .product-extra .price-box .old-price {
              display: none; }
            div.category-products ul.products-grid li .regular .product-info .product-extra .price-box .special-price {
              color: #B94A48;
              margin-right: 0px; }

div.category-products.category-3-columns ul.products-grid li {
  width: 379px;
  height: 675px;
  margin-right: 18px;
  margin-bottom: 18px; }
  div.category-products.category-3-columns ul.products-grid li .regular .product-image h2 {
    font-size: 12px;
    line-height: 17px;
    width: 100%; }
  div.category-products.category-3-columns ul.products-grid li .regular .product-image .images {
    position: relative;
    width: 379px;
    height: 675px; }
  div.category-products.category-3-columns ul.products-grid li .regular .product-info .button-container {
    height: 675px; }
div.category-products.category-3-columns ul.products-grid li:nth-child(3n+3) {
  margin-right: 17px; }

div.featured-products {
  width: 100%; }
  div.featured-products ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    width: 1170px; }
    div.featured-products ul li {
      float: left;
      width: 584px;
      margin-right: 60px;
      border-right: 1px solid #efefef; }
      div.featured-products ul li .product-images {
        float: left;
        width: 306px;
        margin-right: 10px; }
        div.featured-products ul li .product-images ul.product-gallery {
          float: left;
          width: 121px;
          margin-right: 5px; }
          div.featured-products ul li .product-images ul.product-gallery li {
            float: right;
            width: 58px;
            height: 104px;
            margin: 0px 0px 5px 5px;
            opacity: 0.8;
            filter: alpha(opacity=80) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
            -khtml-opacity: 0.8 !important; }
            div.featured-products ul li .product-images ul.product-gallery li img {
              width: 100%;
              height: 100%;
              cursor: pointer; }
          div.featured-products ul li .product-images ul.product-gallery li:hover {
            opacity: 1.0;
            filter: alpha(opacity=100) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
            -khtml-opacity: 1.0 !important; }
          div.featured-products ul li .product-images ul.product-gallery li:nth-child(2n+2) {
            margin-left: 0px; }
        div.featured-products ul li .product-images .product-thumbnail {
          float: left;
          width: 180px;
          height: 322px;
          margin: 0px 0px 5px 0px;
          position: relative; }
          div.featured-products ul li .product-images .product-thumbnail .video {
            background: url("../images/play-button-large.png") no-repeat scroll center center/40px 40px transparent;
            border: 0 none;
            box-shadow: none;
            height: 40px;
            left: 10px;
            opacity: 0.8;
            filter: alpha(opacity=80) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
            -khtml-opacity: 0.8 !important;
            position: absolute;
            top: 10px;
            width: 40px;
            z-index: 11;
            cursor: pointer; }
          div.featured-products ul li .product-images .product-thumbnail .video:hover {
            opacity: 1.0;
            filter: alpha(opacity=100) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
            -khtml-opacity: 1.0 !important; }
          div.featured-products ul li .product-images .product-thumbnail img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px; }
          div.featured-products ul li .product-images .product-thumbnail .promo {
            background: white;
            opacity: 0.5;
            filter: alpha(opacity=50) !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
            -khtml-opacity: 0.5 !important;
            bottom: 0px !important;
            left: 0px;
            padding: 5px 0px;
            position: absolute;
            z-index: 11;
            text-align: center;
            padding: 7px 5px;
            font-style: inherit !important;
            color: rgba(97, 91, 91, 0.81);
            font-size: 11px !important;
            font-weight: normal; }
      div.featured-products ul li .product-details {
        float: left;
        width: 210px;
        margin: 0px;
        height: 322px;
        overflow: hidden;
        position: relative; }
        div.featured-products ul li .product-details .product-name {
          float: left;
          width: 100%;
          display: block;
          margin: 6px 0px 6px;
          border-bottom: 1px dotted #ddd;
          padding-bottom: 6px; }
          div.featured-products ul li .product-details .product-name h2 {
            width: 100%;
            margin: 0px;
            font-size: 11px;
            float: left;
            clear: both;
            color: #808387;
            font-weight: normal;
            text-align: left;
            letter-spacing: 1px;
            overflow: hidden;
            text-overflow: ellipsis; }
        div.featured-products ul li .product-details .price-box {
          float: left;
          width: 100%;
          margin-top: 0px;
          font-weight: normal; }
          div.featured-products ul li .product-details .price-box span {
            float: left;
            width: 100%;
            clear: both;
            font-size: 11px;
            color: #333; }
          div.featured-products ul li .product-details .price-box span.price-label {
            display: none; }
          div.featured-products ul li .product-details .price-box p.old-price {
            float: left;
            margin-right: 12px; }
            div.featured-products ul li .product-details .price-box p.old-price span.price {
              text-decoration: line-through;
              color: #808387; }
          div.featured-products ul li .product-details .price-box p.special-price {
            float: left; }
            div.featured-products ul li .product-details .price-box p.special-price span.price {
              color: #b94a48; }
        div.featured-products ul li .product-details .product-description {
          color: #777;
          font-size: 10px;
          text-align: justify;
          width: 100%;
          float: left;
          height: 155px;
          overflow: hidden;
          font-weight: normal; }
        div.featured-products ul li .product-details form.product-addtocart {
          width: 100%;
          position: absolute;
          bottom: 0px;
          left: 0px; }
          div.featured-products ul li .product-details form.product-addtocart dl {
            margin: 0px 0px 10px; }
            div.featured-products ul li .product-details form.product-addtocart dl .tickboxes {
              width: 100%;
              float: left; }
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper,
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper {
                float: left;
                margin-right: 2%;
                width: 31.33333%;
                margin-top: 3px; }
                div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper .tickbox,
                div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper .tickbox {
                  float: left;
                  margin-right: 3px; }
                div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper .tickbox-label,
                div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper .tickbox-label {
                  float: left;
                  font-size: 11px;
                  line-height: 13px; }
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper.optionDisabled .tickbox,
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper.optionDisabled .tickbox {
                opacity: 0.5;
                filter: alpha(opacity=50) !important;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
                -khtml-opacity: 0.5 !important; }
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper.optionDisabled .tickbox-label,
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper.optionDisabled .tickbox-label {
                color: #CCCCCC;
                text-decoration: line-through; }
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .select-tickbox-wrapper:last-child,
              div.featured-products ul li .product-details form.product-addtocart dl .tickboxes .tickbox-wrapper:last-child {
                margin-right: 0px; }
          div.featured-products ul li .product-details form.product-addtocart dl.x_prod_type-boot .tickboxes .tickbox-wrapper,
          div.featured-products ul li .product-details form.product-addtocart dl.x_prod_type-shoe .tickboxes .tickbox-wrapper {
            width: 33.33333%;
            margin: 3px 0px 0px 0px; }
          div.featured-products ul li .product-details form.product-addtocart .validation-advice {
            width: 100%;
            float: left;
            margin: 3px 0px 0px;
            text-align: left;
            padding: 0px;
            font-size: 10px;
            color: #B94A48; }
          div.featured-products ul li .product-details form.product-addtocart .btn {
            width: 100% !important; }
    div.featured-products ul li:nth-child(2n+2) {
      margin-right: 0px;
      border-right: none;
      width: 526px; }

#mc_quickview {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 12px;
  z-index: 120;
  height: 0px;
  overflow: hidden; }
  #mc_quickview a {
    color: #333333;
    text-decoration: none; }
  #mc_quickview #mcquickview {
    background: white;
    position: relative;
    margin: 20px 0px; }
    #mc_quickview #mcquickview #magikloading {
      width: 100%;
      height: 578px;
      display: none;
      background: white;
      position: absolute;
      left: 0px;
      top: 1px;
      z-index: 4; }
      #mc_quickview #mcquickview #magikloading .svg-loading {
        text-align: center;
        z-index: 10;
        display: block;
        text-indent: -9999px;
        background: url("../images/triangle.svg") transparent;
        border: none;
        background-size: 48px 48px;
        width: 48px !important;
        height: 48px !important;
        margin: -24px 0px 0px -24px;
        -webkit-animation: 1.5s ease 0s normal none infinite loading;
        -moz-animation: 1.5s ease 0s normal none infinite loading;
        animation: 1.5s ease 0s normal none infinite loading;
        opacity: 0.6;
        filter: alpha(opacity=60) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
        -khtml-opacity: 0.6 !important;
        position: absolute;
        left: 50% !important;
        top: 50% !important; }
    #mc_quickview #mcquickview a#mcquickview-close {
      cursor: pointer;
      padding: 0px;
      position: absolute;
      right: 11px;
      top: 0px;
      font-size: 17px;
      font-weight: 200;
      line-height: 1;
      color: #777777;
      z-index: 2; }
    #mc_quickview #mcquickview a#mcquickview-close:hover {
      color: #565656;
      text-decoration: none; }
    #mc_quickview #mcquickview .product-quickview {
      padding: 18px 0px;
      height: 100%;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      height: 580px;
      z-index: 2; }
      #mc_quickview #mcquickview .product-quickview .hide {
        display: none; }
      #mc_quickview #mcquickview .product-quickview .product-quickviewinner {
        position: relative;
        height: 100%;
        width: 100%; }
        #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view {
          margin: 0px; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box {
            height: 100%;
            width: 100%; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .more-views {
              height: 500px;
              width: 292px; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li {
                margin: 0px 5px 5px 0px;
                height: 121px;
                width: 68px; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .more-views ul.thumbnail-wrapper li .czVideo .videoPlay {
                  top: -10px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box #cloudPrev,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box #cloudNext {
              font-size: 27px;
              margin-top: -13.5px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box #cloudPrev {
              right: 246px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .product-image,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .video-js {
              height: 100%;
              width: 100%; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .product-image #wrap,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .product-image #wrap a,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .product-image .mousetrap,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .product-img-box .product-image img {
              max-width: 100%;
              max-height: 100%;
              width: 100%;
              height: 100%; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .front,
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back {
            z-index: 1; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .front {
            background: white;
            overflow: visible; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back {
            background: #e2e3e5; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back .flip-sizing-back {
              position: absolute;
              top: 5px;
              right: 5px;
              cursor: pointer; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back .flip-sizing-back span {
                font-size: 12px;
                line-height: 14px; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back .flip-sizing-back span.glyphicon {
                font-size: 9px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back #sizing img {
              margin-top: 20px;
              max-width: 100%;
              max-height: 100%; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .left .back #sizing .measurements-container {
              display: none; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right {
            overflow: hidden; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-shop,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional,
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-links {
              width: 100%;
              float: left; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .aw-gc-form {
              margin-bottom: 15px; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .aw-gc-form ul {
                list-style-type: none;
                padding: 0;
                margin: 0; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .aw-gc-form ul li .input-box {
                  padding: 3px 0; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .aw-gc-form ul li label {
                  display: none; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-shop {
              margin: 0px;
              height: auto;
              min-height: 0px;
              max-height: auto;
              overflow: visible; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-shop .product-name {
                width: 92%; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-shop #product-options-wrapper {
                margin-left: 0px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional {
              margin: 0px;
              height: 320px;
              transition: all 0.2s ease-out; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional .bs-example {
                padding-top: 0px;
                margin-top: 0px; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional .bs-example ul.nav-tabs {
                  padding-top: 0px;
                  height: 35px; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional .bs-example .tab-content {
                  height: 270px;
                  min-height: 0px;
                  overflow: hidden;
                  overflow-y: auto;
                  padding: 5px 0px;
                  width: 100%; }
                #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-additional .bs-example #sizeTab #sizing img {
                  display: none; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-links {
              margin: 0px;
              height: 50px;
              width: 100%;
              position: relative; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-links .button {
                position: absolute;
                left: 0px;
                bottom: 2px;
                margin: 0px;
                border: none;
                background: #CCC;
                width: 200px;
                height: 30px;
                color: white;
                text-transform: uppercase;
                text-align: center;
                font-size: 11px;
                line-height: 30px;
                font-weight: normal;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                transition: all 0.2s ease-out; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-links .button:hover {
                background: #AAA; }
              #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view .right .product-links .squiggle {
                position: absolute;
                right: 0px;
                bottom: 0px;
                background-image: url("../images/qv-squiggle.jpg");
                height: 38px;
                width: 72px;
                display: block; }
        #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin .left {
          width: 785px;
          height: 500px; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin .left .product-img-box .iossliderwrapper {
            background: white;
            margin-top: -25px;
            padding-top: 10px;
            height: 119px !important; }
        #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin .right {
          width: 370px; }
      #mc_quickview #mcquickview .product-quickview .product-quickviewinner.aw_giftcard .product-shop button,
      #mc_quickview #mcquickview .product-quickview .product-quickviewinner.aw_giftcard .product-shop button.btn-success.btn-cart {
        width: 100% !important; }
      #mc_quickview #mcquickview .product-quickview .product-quickviewinner.aw_giftcard .product-shop .add-to-cart {
        float: left;
        width: 45%; }
  #mc_quickview .trianglediv {
    width: 12px;
    height: 6px;
    background-image: url("../images/quickview-arrow.svg");
    background-size: 12px 6px;
    position: absolute;
    top: 15px;
    margin-left: -6px;
    z-index: 1;
    transition: all 0.5s ease-out; }

/*** Video Player ***/
html #example_video_1 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99991; }
html .czVideo {
  position: relative;
  display: block; }
  html .czVideo .videoPlay {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 40px;
    height: 100%;
    line-height: 134px;
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    -khtml-opacity: 0.8 !important; }
  html .czVideo .videoPlay:hover {
    opacity: 1.0;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -khtml-opacity: 1.0 !important; }
html .video-js {
  background: white; }
html .video-js .vjs-tech {
  background: white; }
html .vjs-default-skin .vjs-control-bar {
  background: rgba(87, 90, 92, 0.72) !important; }
html .vjs-default-skin .vjs-play-progress,
html .vjs-default-skin .vjs-volume-level {
  background: #575A5C !important; }
html .vjs-fullscreen-control,
html .vjs-volume-control {
  display: none; }
html .vjs-default-skin .vjs-control:focus:before,
html .vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em rgba(255, 255, 255, 0.7); }
html .vjs-default-skin .vjs-loading-spinner {
  -webkit-animation: 1.5s ease 0s normal none infinite loading;
  -moz-animation: 1.5s ease 0s normal none infinite loading;
  animation: 1.5s ease 0s normal none infinite loading;
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0px 0px -24px;
  opacity: 0.6;
  filter: alpha(opacity=60) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
  -khtml-opacity: 0.6 !important; }
html .vjs-default-skin .vjs-loading-spinner:before {
  content: "";
  background-image: url("../images/triangle_white.svg");
  fill: white;
  background-size: 48px 48px;
  width: 48px !important;
  height: 48px !important;
  display: block; }

#modal_video .vjs-big-play-button,
#example_video_1.vjs-playing .vjs-big-play-button {
  display: none; }

#modal_video .vjs-control-bar,
#example_video_1.vjs-playing .vjs-control-bar {
  display: block !important; }

.aw-ln-filter-clear {
  font-size: 10px !important;
  text-transform: uppercase !important;
  font-weight: normal !important; }

.aw-ln-filter-clear a {
  font-weight: normal; }

#left-nav {
  padding: 0px;
  margin: 0px; }

#left-nav div {
  float: left;
  clear: both; }

#left-nav li.level-top {
  display: block;
  list-style: none;
  float: left;
  clear: both;
  padding-left: 15px;
  left: -15px;
  position: relative; }

#left-nav li.parent {
  display: block !important;
  background: url("http://cdn.iloveugly.net/skin/frontend/default/shopper/images/plus-logo.jpg") no-repeat scroll 0 5px transparent;
  /** padding-left: 15px; **/ }

#left-nav .sub-wrapper {
  display: none; }

ul#left-nav ul.level0, ul#left-nav ul.level0 ol {
  list-style: none;
  float: left;
  padding-left: 15px; }

ul#left-nav ul.level0 ol {
  padding-left: 0px;
  margin-bottom: 10px; }

#left-nav li a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px; }

#mblock .block-title, .filterblock .block-title {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal; }

.filterblock .block-title {
  margin-top: 15px; }

.filterblock dl {
  margin: 0px; }

.filterblock .actions {
  display: none; }

.filterblock ol {
  padding: 0px;
  padding-left: 0px;
  list-style: none;
  font-weight: normal; }

.filterblock .filterClear {
  display: inline-block !important; }

.filterblock dl#narrow-by-list dt, .filterblock ol li span {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal; }

.filterblock ol li a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px; }

#aw-ln-filters-container dd ol li label {
  margin-bottom: 0px !important; }

#aw-ln-filters-container dd ol li {
  padding: 0px !important; }

#aw-ln-filters-container dt {
  text-transform: uppercase;
  font-size: 11px; }

#aw-ln-filters p.block-subtitle {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 15px; }

#aw-ln-filters input[type=radio]:checked + a {
  font-weight: 500; }

#aw-ln-filters, #aw-ln-filters .block-content {
  width: 100%; }

.category-nblock {
  margin-bottom: 40px;
  clear: both;
  width: 100%; }

.category-nblock h4 {
  margin: 0px;
  border-bottom: 1px solid #DFDDDD;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.category-nblock h2 {
  margin: 0px;
  border-bottom: 1px solid #DFDDDD;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #808387; }

.category-nblock .cat-desc {
  margin-bottom: 15px;
  border-bottom: 1px solid #DFDDDD;
  font-size: 11px;
  padding-bottom: 15px; }

.regular p.old-price, .regular p.special-price {
  margin-right: 5px;
  font-size: 11px;
  display: inline-block; }

.regular p.old-price span.price-label, .regular p.special-price span.price-label {
  display: none; }

.regular p.old-price .price {
  font-size: 11px;
  text-decoration: line-through; }

.regular p.special-price .price {
  font-size: 11px; }

.regular .regular-price span.price {
  font-size: 11px; }

.regular p {
  margin: 0px; }

.regular p.special-price .price-label {
  font-weight: 500; }

/** Account Page **/
.box-account {
  margin: 25px auto; }

.well p:last-child {
  margin: 0px; }

div.pager p.amount {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; }

div.pager p.amount strong {
  font-weight: normal; }

div.pager div.limiter {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal !important;
  margin-top: -10px !important; }

div.pager div.limiter label {
  font-weight: normal; }

.billing-select select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/*** Stockists & Store Pages ***/
a.showSingle {
  cursor: pointer;
  font-weight: normal; }

.stock-shop {
  font-size: 11px;
  width: 350px;
  margin: 5px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.stock-shop .targetDiv {
  padding: 5px 0px 10px 10px; }

.stock-city {
  width: 100%;
  clear: both;
  color: #727272;
  padding: 5px;
  padding-left: 10px;
  margin: 25px 0 5px 0px;
  background-color: whiteSmoke;
  text-transform: uppercase;
  float: left; }

.shopAddress {
  width: 49%;
  float: left;
  margin-top: 15px; }

.shopHours {
  width: 49%;
  float: right;
  margin-top: 15px; }

div.well.shop {
  width: 500px;
  float: left;
  text-align: justify;
  min-height: 490px;
  box-shadow: none;
  background: none;
  font-size: 11px; }

div.well.shop h3 {
  margin-top: 0px; }

div.shopCarousel {
  width: 640px;
  float: right; }

div.shopCarousel p {
  margin: 0px;
  height: 0px; }

div.shopCarousel #carouselDownloadIndicators .carousel-indicators li {
  display: inline-block;
  margin: 1px;
  cursor: pointer;
  border: none;
  margin-bottom: 4px; }

div.shopCarousel #carouselDownloadIndicators .carousel-indicators li img {
  width: 66px;
  height: auto; }

#accordion2 {
  width: 577px;
  float: right; }

#stockistThumbs {
  width: 590px;
  float: left; }

#stockistThumbs a {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  opacity: 0.90;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out; }

#stockistThumbs a:hover {
  opacity: 1; }

.accordion {
  margin-bottom: 20px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.accordion-heading {
  border-bottom: 0; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; }

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

/** CMS ILU Blocks **/
.ilu-block {
  width: 100%;
  float: left;
  border-top: 1px #e1e1e1 solid;
  padding: 20px 0px; }
  .ilu-block .block-title {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 20px; }
    .ilu-block .block-title h3 {
      font-weight: normal;
      font-size: 11px;
      letter-spacing: 5px;
      color: #777;
      margin: 0px;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 25px;
      display: block;
      margin: 0px auto; }
      .ilu-block .block-title h3 .dots {
        position: absolute;
        bottom: 0px;
        left: 0px; }
      .ilu-block .block-title h3 a {
        font-weight: normal;
        text-decoration: none; }
  .ilu-block .block-content {
    width: 100%;
    float: left;
    position: relative; }
    .ilu-block .block-content .spotify {
      width: 367px;
      padding-right: 20px;
      border-right: 1px #e1e1e1 solid;
      height: 597px;
      position: relative; }
      .ilu-block .block-content .spotify .lady-1 {
        display: none;
        position: absolute;
        top: -5px;
        left: -60px; }
      .ilu-block .block-content .spotify .lady-2 {
        position: absolute;
        bottom: -8px;
        right: 10px; }
      .ilu-block .block-content .spotify h4 {
        margin: 100px 0px 0px;
        font-style: normal;
        width: 100%;
        letter-spacing: 5px; }
      .ilu-block .block-content .spotify p {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.2px;
        text-align: justify;
        color: #808387; }
      .ilu-block .block-content .spotify .dots {
        margin: 10px 0px 20px; }
      .ilu-block .block-content .spotify .follow {
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .ilu-block .block-content .spotify .playlist {
        margin: 0px; }
    .ilu-block .block-content .youtube {
      width: 580px;
      height: 315px;
      padding-right: 20px;
      border-right: 1px #e1e1e1 solid; }
    .ilu-block .block-content .youtube-text {
      width: 570px;
      height: 315px;
      position: relative; }
      .ilu-block .block-content .youtube-text h4 {
        margin: 0px 0px 10px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #777; }
      .ilu-block .block-content .youtube-text .dots {
        margin-bottom: 20px; }
      .ilu-block .block-content .youtube-text p {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.2px;
        text-align: justify;
        color: #808387; }
      .ilu-block .block-content .youtube-text .dashes {
        position: absolute;
        bottom: 0px;
        left: 0px; }
    .ilu-block .block-content .full {
      width: 100%; }
    .ilu-block .block-content .full img, .ilu-block .block-content .half img, .ilu-block .block-content .third img {
      max-width: 100%; }
    .ilu-block .block-content .half {
      width: 50%; }
    .ilu-block .block-content .third {
      width: 378px;
      margin-right: 18px; }
    .ilu-block .block-content .third:last-child {
      margin-right: 0px; }
    .ilu-block .block-content .social-button {
      background: #CCC;
      text-align: center;
      color: white;
      font-weight: normal;
      letter-spacing: 3px;
      font-size: 12px;
      line-height: 50px;
      height: 50px;
      display: block; }
    .ilu-block .block-content .social-button:hover {
      background: #AAA; }
  .ilu-block .block-shipping {
    padding: 20px 0px; }
    .ilu-block .block-shipping p {
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin: 10px 0px; }
    .ilu-block .block-shipping .left p {
      text-align: right;
      padding-right: 220px; }
    .ilu-block .block-shipping .right p {
      text-align: left;
      padding-left: 220px; }
    .ilu-block .block-shipping .squiggle {
      position: absolute;
      width: 15px;
      height: 59px;
      left: 50%;
      top: 50%;
      margin: -30px 0px 0px -7px; }
  .ilu-block .block-subscribe .half {
    padding: 15px 9px; }
  .ilu-block .block-subscribe .input-text {
    float: right;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    width: 400px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #aaa; }
  .ilu-block .block-subscribe .button {
    float: left;
    border: none;
    background: #CCC;
    width: 400px;
    height: 40px;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px; }
  .ilu-block .block-subscribe .button:hover {
    background: #AAA; }

.ilu-block.oversize {
  width: 3000px;
  margin-left: -915px;
  background: #ededef;
  margin-top: 10px;
  padding: 0px;
  margin-bottom: 20px; }
  .ilu-block.oversize .block-content {
    margin: 0px auto;
    float: none !important;
    width: 1370px;
    display: block; }

.ilu-block.no-border {
  border-top: none; }

.ilu-block:after {
  clear: both; }

.ilu-block-group {
  margin-top: 40px; }

/** Instagram Feed **/
#instafeed > a {
  width: 217.3px;
  height: 217.3px;
  float: left;
  margin-right: 20px;
  position: relative; }
  #instafeed > a img {
    width: 100%; }
  #instafeed > a .extras {
    display: none;
    background: white;
    opacity: 0.9;
    filter: alpha(opacity=90) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    -khtml-opacity: 0.9 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #777;
    font-weight: normal;
    font-size: 11px; }
    #instafeed > a .extras .extras-inner {
      margin: 18px;
      height: 180px;
      width: 180px;
      display: block;
      overflow: hidden; }
      #instafeed > a .extras .extras-inner .likes {
        font-size: 18px;
        color: #555;
        text-align: center;
        line-height: 180px;
        display: block; }
        #instafeed > a .extras .extras-inner .likes .glyphicon {
          font-size: 15px; }
#instafeed > a:nth-child(5) {
  margin-right: 0px; }
#instafeed > a:nth-child(n+6) {
  display: none; }

/* iOS Sliders */
/* Generic */
.iosslider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  .iosslider .slider {
    width: 100%;
    height: 100%; }
    .iosslider .slider .slide {
      float: left;
      position: relative; }

.slider-control {
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0px; }
  .slider-control i {
    margin: -40px auto 0px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 3px #333;
    opacity: 0.5;
    filter: alpha(opacity=50) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    -khtml-opacity: 0.5 !important;
    position: relative;
    top: 50%; }

.slider-control:hover i {
  opacity: 0.9;
  filter: alpha(opacity=90) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  -khtml-opacity: 0.9 !important; }

.slider-control.left {
  left: -40px; }

.slider-control.right {
  right: -40px; }

/* Activity Stream */
#activityStreamCarousel {
  width: 100%;
  height: 310px; }
  #activityStreamCarousel .slider .slide {
    width: 168.57142px;
    padding-right: 10px; }
    #activityStreamCarousel .slider .slide .flag {
      position: absolute;
      top: 267px;
      right: 5px; }
    #activityStreamCarousel .slider .slide .details {
      width: 100%;
      float: left;
      font-weight: normal;
      font-size: 11px;
      text-transform: uppercase;
      text-align: left; }
      #activityStreamCarousel .slider .slide .details .customer {
        width: 100%;
        float: left;
        margin: 3px 0px 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #777;
        white-space: nowrap;
        line-height: 11px; }
      #activityStreamCarousel .slider .slide .details .event {
        width: 100%;
        float: left;
        color: #ccc;
        font-size: 9px;
        line-height: 9px; }

/* New Items Stream */
#newItemsCarousel {
  width: 100%;
  height: 360px; }
  #newItemsCarousel .slider .slide {
    width: 198px; }
    #newItemsCarousel .slider .slide .product-image {
      float: left;
      position: relative;
      font-weight: normal;
      font-size: 11px;
      line-height: 11px;
      margin: 0px;
      text-align: left; }
      #newItemsCarousel .slider .slide .product-image .promo {
        background: white;
        opacity: 0.5;
        filter: alpha(opacity=50) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
        -khtml-opacity: 0.5 !important;
        bottom: 0px !important;
        left: 0px;
        padding: 5px 0px;
        position: absolute;
        z-index: 11;
        text-align: center;
        padding: 7px 5px;
        font-style: inherit !important;
        color: rgba(97, 91, 91, 0.81);
        font-size: 11px !important; }
      #newItemsCarousel .slider .slide .product-image .images {
        position: relative;
        width: 180px;
        height: 322px; }
        #newItemsCarousel .slider .slide .product-image .images .image-item {
          position: absolute;
          top: 0px;
          left: 0px; }
    #newItemsCarousel .slider .slide .product-info .button-container {
      background: url("soldout.png") no-repeat scroll 50% 50%;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 322px;
      text-align: center;
      opacity: 0.3;
      opacity: 0.3;
      filter: alpha(opacity=30) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
      -khtml-opacity: 0.3 !important;
      -webkit-transition: background 0.5s linear;
      -moz-transition: background 0.5s linear;
      -o-transition: background 0.5s linear;
      -ms-transition: background 0.5s linear;
      transition: background 0.5s linear; }
      #newItemsCarousel .slider .slide .product-info .button-container p {
        margin: 0px;
        width: 100%;
        text-align: center;
        z-index: 11;
        color: rgba(255, 255, 255, 0.81);
        text-transform: uppercase;
        font-size: 12px;
        padding: 3px 0px; }
    #newItemsCarousel .slider .slide .product-info .button-container:hover {
      background: url("soldout-hover.png") no-repeat scroll 50% 50% gainsboro;
      opacity: 1.0;
      filter: alpha(opacity=100) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
      -khtml-opacity: 1.0 !important;
      -webkit-transition: background 0.5s linear;
      -moz-transition: background 0.5s linear;
      -o-transition: background 0.5s linear;
      -ms-transition: background 0.5s linear;
      transition: background 0.5s linear; }
    #newItemsCarousel .slider .slide .product-info .product-name {
      float: left;
      width: 100%;
      display: block;
      margin: 7px 0px 6px; }
      #newItemsCarousel .slider .slide .product-info .product-name h2 {
        margin: 0px;
        font-size: 11px;
        float: left;
        clear: both;
        color: #808387;
        font-weight: normal;
        text-align: left; }
    #newItemsCarousel .slider .slide .product-info .product-extra {
      float: left;
      width: 100%;
      display: block; }
      #newItemsCarousel .slider .slide .product-info .product-extra .product-colour {
        float: left;
        text-align: left;
        margin: 0px 6px 0px 0px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 11px; }
      #newItemsCarousel .slider .slide .product-info .product-extra .price-box {
        float: left;
        text-align: right;
        margin: 0px;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase;
        font-weight: normal;
        color: #ccc; }
        #newItemsCarousel .slider .slide .product-info .product-extra .price-box .old-price {
          display: none; }
        #newItemsCarousel .slider .slide .product-info .product-extra .price-box .special-price {
          color: #B94A48;
          margin-right: 0px; }

/* Main Banner Carousel */
#carouselDownload {
  margin-top: -15px; }

.carousel.fade {
  opacity: 1; }
  .carousel.fade .carousel-inner {
    overflow: visible !important; }
    .carousel.fade .carousel-inner .item {
      -webkit-transition: opacity ease-in-out 1.2s;
      -moz-transition: opacity ease-in-out 1.2s;
      -o-transition: opacity ease-in-out 1.2s;
      -ms-transition: opacity ease-in-out 1.2s;
      transition: opacity ease-in-out 1.2s;
      left: 0 !important;
      opacity: 0;
      top: 0;
      position: absolute;
      display: block !important;
      z-index: 1;
      margin-bottom: 10px; }
    .carousel.fade .carousel-inner .item:first-child {
      top: auto;
      position: relative; }
    .carousel.fade .carousel-inner .item.active {
      opacity: 1;
      -webkit-transition: opacity ease-in-out 1.2s;
      -moz-transition: opacity ease-in-out 1.2s;
      -o-transition: opacity ease-in-out 1.2s;
      -ms-transition: opacity ease-in-out 1.2s;
      transition: opacity ease-in-out 1.2s;
      z-index: 2; }
    .carousel.fade .carousel-inner .item.ilu-block.oversize {
      height: 532px;
      background-size: cover;
      background-repeat: no-repeat; }
    .carousel.fade .carousel-inner #covertitle {
      position: absolute;
      right: 12%;
      top: 225px;
      z-index: 99;
      color: rgba(255, 255, 255, 0.71);
      font-size: 23px;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 0.08em; }

/* Tumblr Board */
.tumblr-block .block-title h3 {
  width: 300px; }
  .tumblr-block .block-title h3 span {
    text-transform: lowercase; }
.tumblr-block .block-content {
  position: relative; }
  .tumblr-block .block-content #tumblr_images {
    width: 100%;
    height: 783.33333px;
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .tumblr-block .block-content #tumblr_images .ilu-loading img {
      position: absolute;
      left: 569px;
      top: 160px;
      width: 32px;
      height: 32px;
      display: block; }
    .tumblr-block .block-content #tumblr_images a {
      float: left;
      width: 386.66667px;
      height: 386.66667px;
      overflow: hidden;
      margin: 0px;
      margin-right: 5px;
      margin-bottom: 5px;
      opacity: 1.0;
      filter: alpha(opacity=100) !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
      -khtml-opacity: 1.0 !important; }
      .tumblr-block .block-content #tumblr_images a img {
        max-width: 100%; }
    .tumblr-block .block-content #tumblr_images a:nth-child(3n+3) {
      margin-right: 0px; }
  .tumblr-block .block-content .follow-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: 185px; }

/* Flip Blocks */
.category-flip-block .card-container {
  height: 425px;
  width: 577px; }
  .category-flip-block .card-container .card .front {
    cursor: pointer; }
  .category-flip-block .card-container .card .back {
    border: 1px solid #efefef;
    background: white;
    position: relative; }
    .category-flip-block .card-container .card .back .back-content {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%; }
      .category-flip-block .card-container .card .back .back-content h3 {
        width: 100%;
        text-align: center;
        margin: 10px 0px; }
        .category-flip-block .card-container .card .back .back-content h3 a {
          text-transform: uppercase;
          letter-spacing: 2px;
          line-height: 30px;
          font-size: 12px;
          font-weight: normal;
          padding-bottom: 7px;
          border-bottom: 1px solid #555555;
          color: #555555; }
      .category-flip-block .card-container .card .back .back-content ul {
        padding: 0px 0px 20px 250px;
        text-align: left;
        width: 100%; }
        .category-flip-block .card-container .card .back .back-content ul li {
          padding: 4px 0px;
          list-style: none;
          text-transform: uppercase;
          font-size: 11px;
          letter-spacing: 1px; }
          .category-flip-block .card-container .card .back .back-content ul li a {
            font-weight: normal; }
          .category-flip-block .card-container .card .back .back-content ul li .flip-back {
            font-weight: normal;
            cursor: pointer;
            margin-top: 20px; }
            .category-flip-block .card-container .card .back .back-content ul li .flip-back span {
              line-height: 14px; }
            .category-flip-block .card-container .card .back .back-content ul li .flip-back span.glyphicon {
              font-size: 9px; }

div.home-banner {
  width: 1170px;
  margin-bottom: 25px; }

div.home-banner img {
  width: 1170px;
  height: auto; }

div.tab-pane h2 {
  display: none !important; }

.col-main div.category-description h1 {
  margin-top: -7px;
  font-size: 12px;
  font-weight: 500;
  color: inherit; }

.col-main div.category-description p {
  font-size: 11px; }

.home-container div.left-bar {
  float: left;
  width: 577px; }

.home-container div.right-bar {
  float: right;
  width: 583px; }

.home-container img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.home-container div.right-bar img:last-child {
  margin-top: 1px; }

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
  max-width: none !important;
  width: 1170px; }

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

/** Update & Versioning Test **/
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  /* border-right: 1px solid #ddd; */ }

.tabs-left > .tab-content {
  border: none !important; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd #ddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

a.product-image .product-info {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 309px !important;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 131px; }

a.product-image .product-info .product-name {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.81);
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px; }

a.product-image .product-info .product-name h2 {
  width: 90%; }

/* SVG Loading - for OCC */
.please-wait .occ-svg-loading {
  text-align: center;
  z-index: 10;
  display: block;
  text-indent: -9999px;
  background: url("../images/triangle.svg") transparent;
  border: none;
  background-size: 48px 48px;
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0px 0px -24px;
  -webkit-animation: 1.5s ease 0s normal none infinite loading;
  -moz-animation: 1.5s ease 0s normal none infinite loading;
  animation: 1.5s ease 0s normal none infinite loading;
  opacity: 0.6;
  filter: alpha(opacity=60) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
  -khtml-opacity: 0.6 !important; }
.please-wait .occ-svg-loading.small {
  background-size: 24px 24px;
  width: 24px !important;
  height: 24px !important;
  margin: -12px 0px 0px -12px; }

/* Larger than iPad ----------- */
@media only screen and (min-width: 1025px) {
  div.category-products ul.products-grid li .regular .product-image:hover .hoverSize {
    display: block !important; }

  .tumblr-block .block-content #tumblr_images a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    -khtml-opacity: 0.7 !important; }

  #tumblrModal .modal-dialog .tumblrLink:hover {
    opacity: 1.0; } }
/* iPad Tablets or Smaller ----------- */
@media only screen and (max-width: 1024px) {
  /* ------> VARIABLE <-------- */
  /* Special 3-Col Version */
  #wrap-page {
    margin: 0px auto !important; }

  .container {
    width: 1024px;
    max-width: 1024px;
    padding: 0px 10px !important; }
    .container .container {
      width: 1004px;
      max-width: 1004px;
      padding: 0px !important; }

  /* NAVIGATION */
  #shippingProduct,
  #shippingHeader {
    width: 350px; }

  .nav-container.sticky .nav-top-content {
    padding: 0px 10px; }
    .nav-container.sticky .nav-top-content ul {
      width: 1004px; }

  /* FOOTER */
  .footer-container footer .container {
    padding: 25px 0 !important; }

  /* ILU Blocks */
  .ilu-block .block-content .left,
  .ilu-block .block-content .right {
    width: 497px; }
    .ilu-block .block-content .left img,
    .ilu-block .block-content .right img {
      width: 100%; }
    .ilu-block .block-content .left .card-container,
    .ilu-block .block-content .right .card-container {
      width: 497px;
      height: 366px; }
      .ilu-block .block-content .left .card-container .card .back .back-content ul,
      .ilu-block .block-content .right .card-container .card .back .back-content ul {
        margin: 0px 0px 20px 185px; }
        .ilu-block .block-content .left .card-container .card .back .back-content ul li,
        .ilu-block .block-content .right .card-container .card .back .back-content ul li {
          padding: 3px 0px; }
  .ilu-block .block-content .left.spotify {
    width: 367px;
    height: 471px; }
    .ilu-block .block-content .left.spotify h4 {
      margin-top: 72px; }
    .ilu-block .block-content .left.spotify img {
      width: auto;
      height: auto; }
    .ilu-block .block-content .left.spotify .lady-2 {
      display: none; }
  .ilu-block .block-content .right.tumblr {
    width: 618px;
    height: 471px; }
  .ilu-block .block-content .left.youtube {
    width: 580px; }
  .ilu-block .block-content .right.youtube-text {
    width: 404px; }
    .ilu-block .block-content .right.youtube-text img {
      width: auto;
      height: auto; }
  .ilu-block .block-content .third {
    width: 328px;
    margin-right: 10px; }
  .ilu-block .block-content .full-width {
    width: 1004px; }
  .ilu-block .block-content .slider-control {
    display: none; }
  .ilu-block .block-shipping .left p {
    padding-right: 120px; }
  .ilu-block .block-shipping .right p {
    padding-left: 120px; }

  .ilu-block.oversize {
    margin-left: -10px;
    width: 1024px; }
    .ilu-block.oversize .block-content {
      width: 1004px; }
      .ilu-block.oversize .block-content img {
        width: 100%; }

  #newItemsCarousel .slider .slide {
    width: 169px; }
    #newItemsCarousel .slider .slide .product-image .images {
      width: 159px;
      height: 284px; }
      #newItemsCarousel .slider .slide .product-image .images img {
        width: 100%;
        height: auto; }
    #newItemsCarousel .slider .slide .product-info .button-container {
      width: 159px;
      height: 284px; }
    #newItemsCarousel .slider .slide .product-info .product-name h2 {
      font-size: 10px; }
    #newItemsCarousel .slider .slide .product-info .product-extra .product-colour {
      font-size: 10px; }
    #newItemsCarousel .slider .slide .product-info .product-extra .price-box {
      font-size: 10px; }
      #newItemsCarousel .slider .slide .product-info .product-extra .price-box span.price {
        font-size: 10px !important; }

  #instafeed > a {
    width: 192.8px;
    height: 192.8px;
    margin-right: 10px; }
    #instafeed > a .extras .extras-inner {
      height: 192.8px;
      width: 192.8px;
      margin: 0px; }
      #instafeed > a .extras .extras-inner .likes {
        line-height: 192.8px; }

  .tumblr-block .block-content #tumblr_images {
    height: 672.66667px; }
    .tumblr-block .block-content #tumblr_images .ilu-loading img {
      left: 496px;
      top: 138px; }
    .tumblr-block .block-content #tumblr_images a {
      width: 331.33333px;
      height: 331.33333px; }

  /* CATEGORY PAGES */
  .category-banner .category-details {
    padding-top: 70px; }

  div.category-products ul.products-grid {
    width: 1014px; }
    div.category-products ul.products-grid li {
      width: 243.5px;
      height: 463.917px;
      margin-right: 10px; }
      div.category-products ul.products-grid li .regular .product-image .images {
        width: 243.5px;
        height: 433.917px; }
        div.category-products ul.products-grid li .regular .product-image .images img {
          width: 243.5px;
          height: 433.917px; }
      div.category-products ul.products-grid li .regular .product-info .button-container {
        height: 433.917px; }
      div.category-products ul.products-grid li .regular .product-info .product-name h2 {
        font-size: 10px; }
      div.category-products ul.products-grid li .regular .product-info .product-extra .product-colour {
        font-size: 10px; }
      div.category-products ul.products-grid li .regular .product-info .product-extra .price-box {
        font-size: 10px; }
        div.category-products ul.products-grid li .regular .product-info .product-extra .price-box span.price {
          font-size: 10px !important; }

  div.category-products.category-3-columns ul.products-grid li {
    width: 328px;
    height: 584.496px;
    margin-right: 10px;
    margin-bottom: 10px; }
    div.category-products.category-3-columns ul.products-grid li .regular .product-image {
      width: 328px;
      height: 584.496px; }
      div.category-products.category-3-columns ul.products-grid li .regular .product-image img {
        width: 328px;
        height: 584.496px; }
    div.category-products.category-3-columns ul.products-grid li .regular .product-info .button-container {
      height: 584.496px; }
  div.category-products.category-3-columns ul.products-grid li:nth-child(3n+3) {
    margin-right: 10px; }

  #mc_quickview #mcquickview .product-quickview {
    padding: 15px 10px !important;
    height: 510px; }
    #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left {
      width: 646px;
      height: 478px; }
      #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box {
        height: 472px;
        min-height: 472px; }
        #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box .product-spin-tabs {
          margin-top: 0px; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 {
            min-height: 358px;
            height: 358px; }
            #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#spinner #image-reel {
              min-height: 358px;
              height: 358px; }
        #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box .iossliderwrapper {
          margin-top: 6px;
          padding-top: 5spx;
          border-top: 1px solid #efefef; }
          #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .left .product-img-box .iossliderwrapper .slider-control i {
            margin-top: -2px; }
    #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view .right {
      width: 350px; }
    #mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-view-spin.product-view #bigImageTarget {
      width: 100%; }

  div.featured-products ul {
    width: 1004px; }
    div.featured-products ul li {
      width: 503px;
      margin-right: 18px; }
      div.featured-products ul li .product-images {
        width: 263px; }
        div.featured-products ul li .product-images ul.product-gallery {
          width: 99px; }
          div.featured-products ul li .product-images ul.product-gallery .gallery-item {
            width: 47px;
            height: 91.333333px; }
            div.featured-products ul li .product-images ul.product-gallery .gallery-item img {
              width: 100%;
              height: 100%; }
        div.featured-products ul li .product-images .product-thumbnail {
          width: 159px;
          height: 284px; }
          div.featured-products ul li .product-images .product-thumbnail img {
            width: 100%;
            height: 100%; }
      div.featured-products ul li .product-details {
        height: 284px; }
        div.featured-products ul li .product-details form.product-addtocart .tickboxes .select-tickbox-wrapper,
        div.featured-products ul li .product-details form.product-addtocart .tickboxes .tickbox-wrapper {
          margin-right: 6px; }
    div.featured-products ul li:nth-child(2n+2) {
      width: 483px; }

  /* PRODUCT VIEW */
  .product-view .left {
    width: 690px;
    height: 478px; }
    .product-view .left .product-img-box .slideSelectors {
      left: 10px; }
  .product-view .right {
    width: 300px;
    height: 478px; }
    .product-view .right .product-shop .product-options .tickboxes .select-tickbox-wrapper,
    .product-view .right .product-shop .product-options .tickboxes .tickbox-wrapper {
      margin-right: 11px; }
  .product-view .product-shipping {
    display: none !important; }

  /* SPIN PRODUCT VIEW */
  .product-view-spin.product-view .left {
    width: 646px; }
    .product-view-spin.product-view .left .product-img-box {
      height: 472px; }
      .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 {
        min-height: 358px;
        height: 358px; }
        .product-view-spin.product-view .left .product-img-box .product-spin-tabs .bs-example .tab-content#myTabContent3 .tab-pane#spinner #image-reel {
          min-height: 358px;
          height: 358px; }
  .product-view-spin.product-view .right {
    width: 350px; }
  .product-view-spin.product-view #bigImageTarget {
    width: 100%; }

  /* CART */
  .cart .cart-details {
    width: 630px; }
    .cart .cart-details .cart-contents #shopping-cart-table tr td .product-images {
      width: 165px; }
      .cart .cart-details .cart-contents #shopping-cart-table tr td .product-images img:nth-child(3n) {
        display: none; }
    .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details {
      width: 465px; }
      .cart .cart-details .cart-contents #shopping-cart-table tr td .product-details dl dd {
        width: 365px; }
  .cart .cart-totals {
    width: 350px; }

  #cartTips .cartTipFooter {
    width: 310px;
    margin-right: 10px; }

  /* CHECKOUT */
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left {
    width: 362px !important;
    padding-right: 10px !important; }
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle {
    width: 280px !important;
    padding-right: 10px !important; }
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    width: 362px !important;
    padding-right: 0px; }

  #aw-onestepcheckout-shipping-method .sp-methods dt {
    display: none; }
  #aw-onestepcheckout-shipping-method .sp-methods .select-tickbox-wrapper .tickbox-label,
  #aw-onestepcheckout-shipping-method .sp-methods .tickbox-wrapper .tickbox-label {
    font-size: 10px !important;
    width: 243px !important;
    margin-bottom: 10px; } }

/*# sourceMappingURL=bootstrap.css.map */
