/*!
* Bootstrap extra css and custom css
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  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: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-bottom-right-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-top-left-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-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
  border-radius: 3px;
}
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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.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-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-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-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: -o-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-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: -o-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-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: -o-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-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: -o-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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.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: 4px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  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;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v13/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'copperplate-b';
  src: url('../fonts/COPRGTB.TTF');
}
@font-face {
  font-family: 'copperplate-l';
  src: url('../fonts/COPRGTL.TTF');
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('../fonts/exljbris - MuseoSlab-500.otf');
}
@font-face {
  font-family: 'Conv_MuseoSlab';
  src: url('../fonts/MuseoSlab.eot');
  src: local('☺'), url('../fonts/MuseoSlab.woff') format('woff'), url('../fonts/MuseoSlab.ttf') format('truetype'), url('fonts/MuseoSlab.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.search-bar {
  width: 100%;
  position: absolute;
  background: white;
  padding: 0;
  left: 0px;
  top: 122px;
  display: none;
  z-index: 100;
  /*border-top: 1px solid #eaeaea;*/
}
.search-bar input {
  text-align: center;
  font-size: 33px;
  border: none;
  outline: none;
  width: 100%;
  left: 0;
  box-shadow: none;
  font-weight: 200;
  padding: 2rem 0;
  margin: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  /*color: #8a8a8a;*/
  color: #000;
}
.search-bar .close {
  position: absolute;
  right: 25px;
  top: 30px;
  background: #eaeaea;
  padding: 2px 5px;
  z-index: 1001;
}
#wishlist-view-form .product-items .product-item {
  padding-bottom: 20px;
  /*button.action.tocart {
                font-family: 'Lato', Helvetica, sans-serif;
                border-radius: 10px;
                background-color: #fd544a;
                span {
                  text-transform: uppercase;
                }
            }
            button.action.tocart:hover span {
              text-decoration: underline;
            }
            button.action.tocart:focus {
              background-color: #fd544a !important;
            }*/
}
#wishlist-view-form .product-items .product-item img {
  padding-bottom: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid #b69864;
}
@media (min-width: 768px) {
  #wishlist-view-form .product-items .product-item {
    display: inline-block;
    min-width: 33%;
  }
}
@media (max-width: 768px) {
  .search-bar {
    top: 72px;
  }
}
#contact-form,
#oar-widget-orders-and-returns-form,
.sales-guest-view #maincontent {
  max-width: 900px;
  margin: 0 auto;
}
#contact-form textarea {
  width: 100%;
}
.message {
  text-align: center;
}
.message-error {
  padding: 10px 10px 10px 30px;
  color: red;
  font-size: 17px;
  position: relative;
}
.message-success::before {
  content: "" !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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:hover,
.carousel-control:focus {
  outline: 0;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* Custom css theme for magento */
/*define fonts*/
html {
  overflow-x: hidden;
}
body {
  padding: 0px;
  font-family: 'Lato', Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
a {
  color: #404040;
}
a:hover {
  color: #3c2650;
  text-decoration: none;
}
hr {
  margin-top: 5px 0px 5px 0px;
  margin-bottom: 5px 0px 5px 0px;
  border-bottom: 1px solid #eaeaea;
}
.no-display {
  display: none;
}
.button {
  background-color: #3c2650;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  display: block;
}
.button.action.primary:hover {
  text-decoration: underline;
}
.action.primary:hover {
  background-color: #777;
}
a:link {
  color: #404040;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.table > tbody + tbody {
  border-top: none;
}
.alert-notice {
  background-color: #FFFF90;
}
#logo {
  margin: 15px 0px 15px 0px;
}
.panel.wrapper {
  display: none;
}
#mainNav {
  position: relative;
  top: 0px;
  z-index: 101;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  background-color: #ffffff;
  border-radius: unset;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform .5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-bottom: 1px solid #eaeaea;
}
#mainNav .header-left-panel .switcher {
  display: inline-block;
}
#mainNav .header-left-panel .navbar-nav p {
  font-weight: bold;
  font-size: 17px;
}
#mainNav .headerContainer .mainLogo {
  text-align: center;
  position: relative;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainNav .headerContainer .mainLogo a {
  text-transform: uppercase;
}
#mainNav .headerContainer .mainLogo a span {
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #000;
}
#mainNav .headerContainer .mainLogo a p {
  font-size: 20px;
  letter-spacing: 8px;
  margin-top: -7px;
  margin-bottom: 0px;
}
#mainNav .headerContainer .mainLogo small {
  display: block;
  font-size: 12px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
#mainNav .headerContainer .header-bottom {
  position: relative;
  z-index: 101;
}
#mainNav .headerContainer .header-bottom .header-right-panel {
  position: absolute;
  right: 0px;
  top: -51px;
  padding: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel ul {
  list-style: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel ul li label {
  margin: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .switcher {
  margin-top: 18px;
  padding: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .switcher a {
  display: block;
}
#mainNav .headerContainer .header-bottom .header-right-panel .switcher .languages li {
  float: left;
  margin: 0px 15px 0px 0px;
  list-style: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel .account ul {
  padding: 10px;
}
#mainNav .headerContainer .header-bottom .header-right-panel a span.glyphicon,
#mainNav .headerContainer .header-bottom .header-right-panel a i.fa {
  color: #000000;
  font-size: 16px;
}
#mainNav .headerContainer .header-bottom .header-right-panel a:hover span.glyphicon,
#mainNav .headerContainer .header-bottom .header-right-panel a:hover i.fa {
  color: #3c2650;
}
#mainNav .headerContainer .header-bottom .header-right-panel a:focus span.glyphicon,
#mainNav .headerContainer .header-bottom .header-right-panel a:focus i.fa {
  color: #3c2650;
}
#mainNav .headerContainer .header-bottom .header-right-panel a.delete span {
  font-size: 14px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart {
  margin: 6px 0;
  color: #000000;
  padding: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper {
  color: #000000;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper #show-mini-cart {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  border-radius: 2px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper #show-mini-cart.open span.glyphicon,
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper #show-mini-cart.open i.fa {
  color: #3c2650;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .shopping-cart::before {
  bottom: 100%;
  right: 23px;
  left: auto !important;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ccc;
  border-width: 8px;
  margin-left: -8px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper {
  border: 1px solid #cccccc;
  border-left: 0px;
  border-right: 0px;
  overflow-x: auto;
  margin: 10px 0px;
  min-height: 150px;
  max-height: 200px;
  min-width: 300px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .price-container {
  padding: 5px 0px 5px 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .list-group-item {
  padding: 10px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .list-group-item .thumn {
  padding: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .list-group-item .details {
  padding: 0px 0px 0px 10px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .list-group-item .details .glyphicon {
  top: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .list-group-item .details .btn-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: x-large;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name {
  padding: 5px 0px 5px 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .product-item-details .actions {
  padding: 5px 0px 5px 0px;
  margin-right: 10px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .minicart-items-wrapper .minicart-items li {
  float: left;
  width: 100%;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .base-minicart-hr {
  margin: 10px 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper:active,
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper:focus,
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper:visited {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-left {
  padding: 10px 0px 10px 5px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-right {
  padding: 10px 5px 10px 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-right #top-cart-btn-checkout {
  background-color: #3c2650;
  padding: 7px;
  width: 100%;
}
#mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-right .checkout {
  text-align: center;
}
#mainNav .headerContainer .header-bottom .header-right-panel .account {
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .account li {
  list-style: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel .account li.dropdown > a {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  border-radius: 2px;
}
#mainNav .headerContainer .header-bottom .header-right-panel .account li.dropdown label {
  display: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel .dropdown-menu {
  top: 120%;
}
#mainNav .headerContainer .header-bottom .header-right-panel .navbar-header {
  margin: 8px 0;
}
#mainNav .headerContainer .header-bottom .header-right-panel .navbar-header .navbar-toggle {
  padding: 13px 10px;
  margin: 0px;
  background-color: transparent;
  border: 1px solid transparent;
  float: none;
}
#mainNav .headerContainer .header-bottom .header-right-panel .navbar-header .navbar-toggle .icon-bar {
  border: 1px solid #404040;
  background-color: #000000;
  width: 18px;
}
#mainNav .headerContainer .header-bottom.menu-container {
  z-index: 100;
}
#mainNav .headerContainer .minisearch {
  margin-top: 10px;
  padding: 0px;
}
#mainNav .headerContainer .minisearch .btn {
  border-radius: 0px 3px 3px 0px;
}
#mainNav .headerContainer .minisearch .search-autocomplete ul {
  padding: 0px;
}
#mainNav .headerContainer .minisearch .search-autocomplete li {
  padding: 5px;
}
#mainNav .headerContainer .minisearch .search-autocomplete li:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
#mainNav .headerContainer .minisearch #show-search {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  border-radius: 2px;
}
#mainNav .headerContainer .minisearch #show-search:hover,
#mainNav .headerContainer .minisearch #show-search.showed,
#mainNav .headerContainer .minisearch #show-search.showed span {
  color: #3c2650;
}
#mainNav .headerContainer .minisearch #show-search label {
  color: #a0a0a0;
}
#mainNav .headerContainer .minisearch #show-search span {
  color: #a0a0a0;
}
#mainNav .headerContainer .header-wishlist {
  padding: 0px;
}
#mainNav .headerContainer .header-wishlist .link.wishlist {
  list-style: none;
  margin: 10px 0px 10px 0px;
}
#mainNav .headerContainer .header-wishlist .link.wishlist a {
  cursor: pointer;
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}
#mainNav .headerContainer .header-wishlist .link.wishlist a label {
  display: none;
}
#mainNav .headerContainer #wg-navbar-collapse {
  min-height: 0px;
  margin-bottom: 0px;
}
#mainNav .headerContainer #navbar {
  position: relative;
  border-color: transparent;
}
#mainNav .headerContainer #navbar .navbar-nav {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#mainNav .headerContainer #navbar .navbar-nav > li {
  float: none;
  display: table-cell;
  max-width: 50px;
}
#mainNav .headerContainer #navbar .navbar-nav li.level0 > a {
  font-size: 13px;
  padding: 11px 16px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#mainNav .headerContainer #navbar .navbar-nav li.level0 > a:hover {
  background-color: transparent;
}
#mainNav .headerContainer #navbar .navbar-nav li.dropdown > a {
  position: relative;
}
#mainNav .headerContainer #navbar .navbar-nav li.dropdown > a span.glyphicon,
#mainNav .headerContainer #navbar .navbar-nav li.dropdown > a i.fa {
  font-size: 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  margin: auto;
  bottom: 0;
  top: 0;
  display: none;
}
#mainNav .headerContainer #navbar .navbar-nav a {
  text-transform: uppercase;
  color: #404040;
}
#mainNav .headerContainer #navbar .navbar-nav a:hover {
  color: #3c2650;
  background-color: transparent;
}
#mainNav .headerContainer #navbar .navbar-nav li.dropdown.open > a {
  color: #3c2650;
}
#mainNav .headerContainer #navbar .navbar-nav li.dropdown.open .dropdown-menu > li > a {
  font-size: 13px;
  padding: 10px 10px 5px 0;
}
#mainNav .headerContainer #navbar .navbar-nav li.active a {
  background-color: transparent;
}
#mainNav .headerContainer #navbar .navbar-nav.right-menu {
  padding-left: 15px;
}
#mainNav.fixed {
  height: auto;
  position: fixed;
}
#mainNav.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#maincontent {
  position: relative;
  z-index: 2;
  background: #fff;
}
.catalog-category-view .page-title-wrapper,
.checkout-index-index .page-title-wrapper,
.account .page-title-wrapper,
.onepage-index-index .page-title-wrapper {
  text-align: center;
  padding: 20px 0px;
  background-color: #FAFAFA;
}
#maincontent .banner-home {
  position: relative;
  width: 100%;
}
#maincontent .banner-home img {
  width: 100%;
}
#maincontent .banner-home .content_banner {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#maincontent .banner-home .content_banner .button {
  width: 100%;
}
#maincontent .banner-home .content_banner .button:hover,
#maincontent .banner-home .content_banner .button:active,
#maincontent .banner-home .content_banner .button:focus,
#maincontent .banner-home .content_banner .button:visited,
#maincontent .banner-home .content_banner .button:link {
  color: #fff;
}
#maincontent .banner-home .content_banner:hover .button {
  color: #fff;
  text-decoration: underline;
}
#maincontent .banner-home #home-carousel .cloneditem-1,
#maincontent .banner-home #home-carousel .cloneditem-2,
#maincontent .banner-home #home-carousel .cloneditem-3 {
  display: none;
}
#maincontent .banner-home .flexslider .slides > li {
  position: relative;
}
#maincontent .banner-home .flex-control-paging {
  bottom: 40px;
}
#maincontent .banner-home .flex-control-paging li a {
  background: transparent;
  border: 1px solid #fff;
}
#maincontent .banner-home .flex-control-paging li a.flex-active {
  background: #fff;
}
#maincontent .banner-home .flex-direction-nav a {
  height: 55px;
}
#maincontent .banner-home .flex-direction-nav a::before {
  color: rgba(255, 255, 255, 0.8);
}
#maincontent .home-shopby {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
#maincontent .home-shopby .container {
  padding: 0px;
}
#maincontent .home-shopby h3 {
  color: #3c2650;
  font-size: 30px;
  font-weight: bold;
}
#maincontent .home-shopby .item {
  position: relative;
  height: 400px;
  overflow: hidden;
  max-width: 300px;
  margin: 0 30px 15px;
  float: none;
  display: inline-block;
}
#maincontent .home-shopby .item .itemCircle {
  background: rgba(255, 255, 255, 0.76) none repeat scroll 0 0;
  border-radius: 50%;
  height: 210px;
  left: 0px;
  padding: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  transition: all 1s ease 0s;
  width: 230px;
}
#maincontent .home-shopby .item .itemImage {
  width: 100%;
  position: absolute;
  transition: all 1s ease 0s;
  width: 300px;
  height: 400px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
#maincontent .home-shopby .item .itemTitle {
  color: #7b7b7b;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 20;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#maincontent .home-shopby .item:hover .itemImage {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#maincontent .home-shopby .item.style .itemImage {
  background-image: url(../images/Shop-by-Style.jpg);
}
#maincontent .home-shopby .item.room .itemImage {
  background-image: url(../images/Shop-by-Room.jpg);
}
#maincontent .home-shopby .item.material .itemImage {
  background-image: url(../images/Shop-by-Material.jpg);
}
#maincontent .home-blocks {
  text-align: center;
  padding: 50px 0px;
}
#maincontent .home-blocks h1,
#maincontent .home-blocks h2 {
  font-size: 30px;
  padding: 20px;
}
#maincontent .home-blocks p {
  margin-bottom: 30px;
  text-align: left;
}
#maincontent .home-blocks .btn {
  font-size: 20px;
}
#maincontent .block-cube {
  background: url(../images/pattern.png);
}
#maincontent .block-black {
  background-color: #252222;
}
#maincontent .block-black p {
  color: #ffffff;
}
#maincontent .block-partner {
  background-color: #E9E9E9;
}
#maincontent .block-products .product-inner {
  border: none;
}
#maincontent .block-products .product-inner .product-item-photo {
  display: block;
  min-height: 320px;
}
#maincontent .block-products .product-inner .product-item-photo img {
  width: 100%;
}
#maincontent .block-products .product-inner .product-item-details {
  padding-top: 10px;
  padding-bottom: 10px;
}
#maincontent .block-products .product-inner .product-item-details .clearfix,
#maincontent .block-products .product-inner .product-item-details .form-horizontal .form-group,
#maincontent .block-products .product-inner .product-item-details .btn-toolbar,
#maincontent .block-products .product-inner .product-item-details .btn-group-vertical > .btn-group,
#maincontent .block-products .product-inner .product-item-details .pager,
#maincontent .block-products .product-inner .product-item-details .panel-body,
#maincontent .block-products .product-inner .product-item-details .modal-header,
#maincontent .block-products .product-inner .product-item-details .modal-footer {
  display: none;
}
#maincontent .block-products .product-inner:hover {
  box-shadow: none;
}
#maincontent .block-products #slider-control .carousel-control.left {
  margin-left: -25px;
}
#maincontent .block-products #slider-control .carousel-control.right {
  margin-right: -25px;
}
#maincontent .block-products #slider-control span {
  color: #404040;
}
#maincontent .block-products #slider-control a:hover span {
  color: #3c2650;
}
.page-container {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .page-container {
    padding-top: 20px;
  }
}
.base-zero-padding {
  padding: 0px;
}
.base-thin-padding {
  padding: 5px;
}
.base-textalign-right {
  text-align: right;
}
.toolbar {
  margin-bottom: 10px;
}
.bottom-pagination {
  margin: 10px 0px 10px 0px;
}
.limiter {
  margin-left: 15px;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e006' '\e006' '\e006' '\e006' '\e006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e006' '\e006' '\e006' '\e006' '\e006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0px;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e006' '\e006' '\e006' '\e006' '\e006';
  display: block;
  position: absolute;
  z-index: 1;
}
#content {
  padding: 0px;
}
.1-column {
  padding: 0px;
}
.grid .base-grid-item {
  padding: 0px;
  margin: 0px 10px;
  position: relative;
  float: left;
}
@media all and (min-width: 768px) {
  .grid .base-grid-item {
    width: 30.5%;
  }
}
@media all and (max-width: 767px) {
  .grid .base-grid-item {
    width: 47%;
  }
}
.grid .product-item-info,
.grid .product-inner {
  /*border: @base-product-border;*/
  background: #fff;
  margin: 10px 0px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.grid .product-item-info:hover,
.grid .product-inner:hover {
  /*box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);*/
}
.grid .product-item-info .price-box,
.grid .product-inner .price-box {
  /*padding: @base-padding-medium @base-padding-zero;*/
}
.grid .product-item .item-info-parent {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.grid .product-item .product-item-inner {
  display: none;
}
.grid .product-item .product-item-name {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 50px;
}
.grid .product-item .product-item-photo-wrapper {
  /*box-shadow: 0 4px 2px -2px @base-border-color;*/
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 10px 0px;
  margin-bottom: 6px;
  /*margin: @base-margin-bm;*/
  min-height: 300px;
}
.grid .product-item .product-item-photo-wrapper span.product-image-wrapper {
  display: block;
  text-align: center;
}
.grid .product-item .product-item-photo-wrapper span.product-image-wrapper .img-responsive {
  display: inline-block;
}
.grid .product-item .product-item-link {
  display: block;
  /*height: 40px;*/
  overflow: hidden;
  margin: 0px 0px 5px 0px;
}
.grid .product-item:hover .product-item-info {
  width: 100%;
  position: absolute;
  z-index: 9;
}
.grid .product-item:hover .product-item-inner {
  display: block;
}
.grid .product-item:hover .product-item-link,
.grid .product-item:hover .price-box .price {
  color: #3c2650;
}
.grid .product-item:hover .product-item-photo-wrapper {
  border-bottom-color: #b69864;
}
.products-list .item-info-parent {
  border: 1px solid #dddddd;
  margin: 10px 0px 10px 0px;
  padding: 10px;
}
.products-list .item-info-parent .price-box,
.products-list .item-info-parent .product-item-description {
  padding: 10px 0px 10px 0px;
}
.products-list .item-info-parent:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0px;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0px;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0px;
  }
}
#column-left {
  padding-left: 0px;
}
.swatch-option.text {
  line-height: 10px !important;
  padding: 5px !important;
}
.swatch-attribute-options {
  margin: 0px 0px 10px 0px !important;
}
#content .product_info,
#content .product_details {
  margin: 15px;
}
#content .product_info .page-title span,
#content .product_details .page-title span {
  font-size: 40px;
}
#content .details_options {
  margin: 15px 0px 15px 0px;
}
.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #000000;
  float: right;
  margin-top: 6px;
}
.dropdown-menu > li.open > a {
  background-color: transparent;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0px;
  right: auto;
  top: -1px;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}
.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0px;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li {
  display: table-cell;
  padding: 0 10px;
  min-width: 170px;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li .dropdown-menu {
  display: block;
  position: static;
  border: none;
  box-shadow: none;
  padding-left: 0px;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li .dropdown-menu li {
  padding: 0px;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li .dropdown-menu li a {
  padding: 10px 0px;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li > a {
  color: #000000;
  font-weight: bold;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li > a::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  height: 1px;
  content: "";
  margin-top: 3px;
}
#mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li a {
  text-transform: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0px;
  width: 100%;
  padding: 0 15px;
  top: 70%;
  opacity: 0;
  display: block;
  visibility: hidden;
}
.navbar-nav > li > .dropdown-menu li {
  list-style: none;
  padding: 0 5px;
}
.navbar-nav > li > .dropdown-menu li a {
  padding: 10px 5px;
  display: block;
}
.navbar-nav > li.open > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0px;
  transform-origin: 50% 0px;
}
.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* Modal */
.modal-backdrop.in {
  opacity: .5;
  z-index: 1080 !important;
}
.modal-open .modal {
  z-index: 9999 !important;
}
.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
/*body .modal-custom{
  display: none;
}
body._has-modal-custom .modal-custom{
  display: block;
}*/
footer {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
footer #footer {
  position: fixed;
  bottom: 0px;
  z-index: -1;
  left: 0px;
  width: 100%;
  background: #f0f0f0;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 30px;
}
footer #footer .block.newsletter {
  padding: 35px 0px 20px;
  max-width: 400px;
}
footer #footer .input-group-btn {
  vertical-align: top;
}
footer #footer .copyright {
  text-align: left;
  width: 100%;
  display: block;
  margin: 5px 0px 5px 0px;
}
footer #footer ul {
  list-style: none;
  padding: 10px 0px 10px 0px;
}
footer #footer ul li {
  margin-bottom: 0px;
}
footer #footer ul li a {
  padding: 15px;
  color: #404040;
}
footer #footer ul li a:hover {
  color: #3c2650;
}
footer #footer ul li h4 {
  text-transform: uppercase;
}
footer #footer .footer_logos {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -25px;
}
footer #footer .footer_logos li {
  display: inline-block;
  margin: 0 5px;
}
footer #footer .footerCol ul li a {
  padding: 11px 0 11px 87px;
  display: block;
  font-size: 13px;
}
footer #footer .footerCol ul li h4 {
  padding: 11px 0 11px 87px;
  font-size: 13px;
  font-weight: bold;
}
footer #footer .social {
  display: inline-block;
  width: 100%;
}
footer #footer .social li {
  float: left;
  margin-right: 14%;
}
footer #footer .social li a {
  padding: 0px;
}
footer #footer .social li .fa {
  font-size: 32px;
}
footer #footer div.social {
  padding-left: 0px;
}
footer #footer .newsletter .label {
  color: grey;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 18px;
  text-align: left;
}
footer #footer .newsletter .label span {
  color: #3c2650;
  font-size: 17px;
}
footer #footer .newsletter .fa-envelope {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
footer #footer .newsletter #newsletter {
  max-width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}
footer #footer .newsletter .input-group-btn {
  display: inline-block;
}
footer #footer .newsletter .input-group-btn .subscribe {
  padding: 3px 10px;
  border-radius: 2px;
}
footer #footer .newsletter .input-group-btn .subscribe span {
  color: #fff;
}
footer #footer .newsletter .input-group-btn .subscribe:hover {
  background-color: #3c2650;
  border-color: #3c2650;
}
.filter-options-title {
  padding: 0px;
}
.filter-options-title a {
  display: block;
  padding: 10px;
  position: relative;
}
.filter-options-title a::after {
  content: "-";
  position: absolute;
  right: 0;
  font-size: 25px;
  font-weight: normal;
}
.filter-options-title a.collapsed::after {
  content: "+";
}
.container1 {
  max-width: 1300px;
  margin: auto;
}
.box-tocart {
  padding: 0px;
}
.box-tocart .control {
  position: relative;
  width: 70px;
}
.box-tocart .control .glyphicon {
  position: absolute;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 3px;
  right: -1px;
  text-align: center;
  top: 1px;
}
.box-tocart .control .glyphicon.glyphicon-chevron-down {
  top: auto;
  bottom: 1px;
}
.box-tocart .control .fa {
  position: absolute;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 3px;
  right: -1px;
  text-align: center;
  top: 1px;
  cursor: pointer;
}
.box-tocart .control .fa.fa-minus {
  top: auto;
  bottom: 1px;
  border-bottom: none;
}
.box-tocart .actions {
  padding: 0px;
  margin-top: 24px;
}
.box-tocart .actions .tocart {
  padding: 13px 30px;
  background-color: #3c2650;
  border: none;
}
.box-tocart .actions .tocart:active,
.box-tocart .actions .tocart:focus {
  background-color: #3c2650 !important;
}
.box-tocart .fieldset .field {
  padding: 0px;
}
.box-tocart .fieldset .field label {
  padding: 0px;
}
.box-tocart .fieldset .field .qty {
  height: 43px;
}
.checkout.paypal {
  padding: 10px 0px 10px 0px;
}
.checkout.paypal input {
  padding: 0px;
}
.product-info-price .stock {
  margin-bottom: 10px;
}
.product-info-price .stock span {
  text-transform: uppercase;
  font-weight: bold;
  color: red;
}
.product-info-price .stock.available span {
  color: green;
}
.message-success {
  padding: 10px 10px 10px 30px;
  color: #b69864;
  font-size: 19px;
  position: relative;
}
.message-success::before {
  content: "";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
}
/*new footer newsletters*/
footer #footer .newsletter .content {
  border: 1px solid #3c2650;
  position: relative;
}
footer #footer .newsletter .content h3 {
  background-color: #3c2650;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding: 8px 10px;
  font-size: 16px;
}
footer #footer .newsletter .content .pastille {
  position: absolute;
  top: -42px;
  border: 3px solid white;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
footer #footer .newsletter .content .pastille .small {
  font-size: 12px;
  color: #ffffff;
}
footer #footer .newsletter .content .pastille .text {
  font-size: 15px;
  margin-top: -8px;
  display: block;
  text-transform: lowercase;
  color: #ffffff;
}
footer #footer .newsletter .content .pastille .pastille2 {
  width: 54px;
  height: 54px;
  background: #3c2650;
}
footer #footer .newsletter .content form.subscribe {
  padding: 20px;
}
footer #footer .newsletter .content form.subscribe .field.newsletter {
  display: none;
}
footer #footer .newsletter .content .fa-envelope {
  display: none;
}
footer #footer .newsletter .content #newsletter {
  max-width: none;
  width: 100%;
  margin: 0px;
}
footer #footer .newsletter .content .input-group {
  width: 100%;
}
footer #footer .newsletter .content .input-group-btn {
  width: 100%;
}
footer #footer .newsletter .content .input-group-btn .subscribe {
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
/*contact page css*/
.contact-index-index .page-title-wrapper {
  padding-left: 100px;
}
.contact-index-index .contactLeft {
  width: 40%;
  float: left;
}
.contact-index-index .contactLeft .fieldset {
  width: 70%;
  margin-left: 100px;
}
.contact-index-index .contactLeft .fieldset .field {
  padding-bottom: 20px;
}
.contact-index-index .contactLeft .fieldset .field label {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.contact-index-index .contactLeft .fieldset .field p {
  margin: 0px;
}
.contact-index-index .contactRight {
  width: 60%;
  float: left;
}
.contact-index-index #footer {
  display: none;
}
.contact-index-index #mainNav .headerContainer .header-bottom.menu-container {
  display: none;
}
/* trade page */
#trade-form-wrapper {
  background-color: #ccc;
  position: relative;
  min-height: 600px;
}
#trade-form-wrapper #trade-form {
  background-color: #fff;
  position: absolute;
  margin: -100px auto 0;
  left: 0;
  right: 0;
  width: 850px;
  padding: 10px;
}
#trade-form-wrapper #trade-form h1 {
  font-size: 35px;
  color: #666;
}
#trade-form-wrapper #trade-form .col-xs-6 {
  padding: 0;
}
#trade-form-wrapper #trade-form .col-xs-6.fname {
  padding-right: 15px;
}
#trade-form-wrapper #trade-form .col-xs-6.lname {
  padding-left: 15px;
}
#trade-form-wrapper #trade-form .form-group .form-control {
  height: 35px;
  border-radius: 2px;
  border: 2px solid #aaa;
}
#trade-form-wrapper #trade-form .btn-signup {
  background-color: #aaa;
  border: none;
  border-radius: 2px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.trade_banner img {
  width: 100%;
}
.trade-content {
  padding: 20px 0;
}
.trade-content h3 {
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 25px;
}
.trade-content .row {
  display: flex;
  flex-direction: row;
  width: 980px;
  margin: 0 auto;
}
.trade-content .row .image {
  float: left;
  width: 50%;
}
.trade-content .row .content {
  float: left;
  width: 50%;
  text-align: center;
  height: 390px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.trade-content .row .content h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.trade-content .row.left .image {
  text-align: right;
  order: 1;
}
.trade-content .row.left .content {
  order: 2;
}
.trade-content .row.right .image {
  text-align: right;
  order: 2;
}
.trade-content .row.right .content {
  order: 1;
}
@media (max-width: 990px) {
  .trade-content .row {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 860px) {
  #trade-form-wrapper #trade-form {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .trade-content .row {
    flex-direction: column;
  }
  .trade-content .row .image {
    float: left;
    width: 100%;
  }
  .trade-content .row .content {
    width: 100%;
    height: auto;
  }
  .trade-content .row .content h4 {
    font-size: 24px;
  }
  .trade-content .row.left .image,
  .trade-content .row.right .image {
    order: 2;
  }
  .trade-content .row.left .content,
  .trade-content .row.right .content {
    order: 1;
  }
}
/* end trade page */
/*homepage*/
#homePopup {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
#homePopup.open {
  visibility: visible;
  opacity: 1;
}
#homePopup .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#homePopup .popupContent {
  height: 500px;
  width: 1024px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #464646;
}
#homePopup .popupContent .contentLeft {
  width: 50%;
  float: left;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
#homePopup .popupContent .contentLeft .image {
  width: 100%;
  height: 494px;
  background-size: cover;
  background-image: url(../images/contactImage.jpg);
}
#homePopup .popupContent .contentRight {
  width: 50%;
  float: left;
  position: relative;
}
#homePopup .popupContent .contentRight .closePopup {
  position: absolute;
  right: 15px;
  top: 5px;
}
#homePopup .popupContent .contentRight .discount {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  left: -60px;
  text-align: center;
  padding: 20px 10px;
}
#homePopup .popupContent .contentRight .discount span {
  font-size: 33px;
  font-weight: bold;
  color: #000;
}
#homePopup .popupContent .contentRight .form {
  padding: 20px 50px;
}
#homePopup .popupContent .contentRight .form .popupTitle {
  font-size: 28px;
  text-align: center;
  color: #000;
}
#homePopup .popupContent .contentRight .form p {
  text-align: center;
}
#homePopup .popupContent .contentRight .form .input {
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
  margin: 0;
}
#homePopup .popupContent .contentRight .form .input input {
  width: 100%;
}
#homePopup .popupContent .contentRight .form .input input[type=checkbox] {
  float: left;
  width: auto;
  position: static;
  margin-left: 0;
  margin-top: 7px;
}
#homePopup .popupContent .contentRight .form .input label {
  float: left;
  width: 90%;
  padding: 5px;
}
#homePopup .popupContent .contentRight .form .input.checkbox {
  padding: 0 10px;
}
#homePopup .popupContent .contentRight .form .input.checkbox label {
  margin: 0;
  padding: 5px 5px 0;
}
#homePopup .popupContent .contentRight .form #mc-embedded-subscribe {
  width: 100%;
  padding: 5px;
  background-color: #555;
}
#homePopup.productDetail .popupContent {
  width: 420px;
  height: auto;
  padding: 20px;
  text-align: center;
  top: 50%;
  bottom: auto;
  transform: translateY(-25%);
}
#homePopup.productDetail .popupContent h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
#homePopup.productDetail .popupContent input[type="email"] {
  width: 100%;
  padding: 5px;
}
#homePopup.productDetail .popupContent input[type="submit"] {
  width: 100%;
  padding: 5px;
  background-color: #404040;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
  border: none;
}
.page-wrapper #maincontent {
  margin-top: 0;
}
.page-wrapper .pre-banner-home {
  height: auto;
  position: relative;
  z-index: 5;
}
.page-wrapper .pre-banner-home ul {
  display: table;
  width: 100%;
  text-align: center;
  background-color: #eee;
  padding: 0;
  margin-bottom: -20px;
}
.page-wrapper .pre-banner-home ul li {
  display: table-cell;
  padding: 10px 0 10px 30px;
}
.page-wrapper .pre-banner-home ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  height: 30px;
}
.page-wrapper .pre-banner-home ul li a .icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 20px;
  display: inline-block;
}
.page-wrapper .pre-banner-home ul li a .text {
  display: inline-block;
  vertical-align: top;
}
.page-wrapper .pre-banner-home ul li.free_delivery a {
  border-right: 1px solid #ccc;
}
.page-wrapper .pre-banner-home ul li.free_delivery a .icon {
  background-image: url(../images/delivery-icon.png);
  width: 44px;
}
.page-wrapper .pre-banner-home ul li.newsletter a {
  border-right: 1px solid #ccc;
}
.page-wrapper .pre-banner-home ul li.newsletter a .icon {
  background-image: url(../images/email-icon.png);
}
.page-wrapper .pre-banner-home ul li.colsultation .icon {
  background-image: url(../images/consultation-icon.png);
}
.home-beinspired h3 {
  text-align: center;
  font-size: 30px;
}
.home-beinspired .post {
  margin-top: 10px;
}
.home-beinspired .post .thumbnail {
  text-align: center;
  border: none;
}
.home-beinspired .post h4 {
  font-size: 25px;
}
.home-beinspired .post h4::after {
  content: "";
  border-bottom: 2px solid #b69864;
  display: block;
  width: 80px;
  margin-top: 10px;
}
.home-beinspired .post .full-story {
  text-transform: uppercase;
  color: #b69864;
}
.home-beinspired .post .full-story i {
  margin-left: 5px;
}
/* OPC page*/
.payment-methods > .field {
  display: none;
}
.iwd_opc_universal_wrapper .iwd_opc_button {
  display: none;
}
#payment_form_braintree iframe {
  height: 30px !important;
  border: 1px solid #ccc !important;
  padding: 5px;
}
/* END OPC page*/
@media (max-width: 1050px) {
  #homePopup .popupContent {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #homePopup {
    overflow: auto;
  }
  #homePopup .popupContent {
    width: 95%;
    height: 650px;
    bottom: auto;
    top: 2%;
  }
  #homePopup .popupContent .contentLeft {
    width: 100%;
    border: 6px 6px 0 0;
  }
  #homePopup .popupContent .contentLeft .image {
    height: 220px;
  }
  #homePopup .popupContent .contentRight {
    width: 100%;
  }
  #homePopup .popupContent .contentRight .discount {
    left: 10px;
    top: -88px;
    z-index: 1;
  }
  #homePopup .popupContent .contentRight .closePopup {
    right: 13px;
    top: -215px;
    color: #fff;
  }
  #homePopup .popupContent .contentRight .form {
    padding: 10px;
    position: relative;
    z-index: 2;
  }
  #homePopup .popupContent .contentRight .form .popupTitle {
    font-size: 22px;
  }
  .page-wrapper .pre-banner-home ul li {
    padding-left: 0;
  }
  .page-wrapper .pre-banner-home ul li a {
    line-height: 25px;
    font-size: 13px;
    height: 25px;
  }
  .page-wrapper .pre-banner-home ul li a .icon {
    width: 25px;
    height: 25px;
  }
  .page-wrapper .pre-banner-home ul li.free_delivery a .icon {
    width: 38px;
  }
}
@media (max-width: 550px) {
  .page-wrapper .pre-banner-home ul li a {
    line-height: 12px;
    font-size: 12px;
    padding: 0 5px;
    height: auto;
  }
  .page-wrapper .pre-banner-home ul li a .icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .page-wrapper .pre-banner-home ul li a .text {
    width: 100%;
  }
  .page-wrapper .pre-banner-home ul li.free_delivery a .icon {
    width: 30px;
  }
}
/* end homepage*/
/* media query*/
@media only screen and (max-width: 991px) {
  section.header #Menu_main li.level1 {
    width: 100%;
  }
  section.header #Menu_main .dropdown-menu {
    max-height: 200px;
    overflow-x: scroll;
  }
  footer #footer {
    position: relative;
  }
}
@media (min-width: 769px) {
  .navbar-nav > li > .dropdown-menu {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  .navbar-nav > li.open > .dropdown-menu {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  #mainNav .headerContainer #navbar .navbar-nav > li.hasColumns > .dropdown-menu {
    width: auto;
    padding: 30px;
  }
  #maincontent .home-shopby .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #maincontent .home-shopby .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #maincontent .home-shopby .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    margin-top: 0;
  }
  .page-title-wrapper {
    padding-left: 10px;
  }
  .account #content .block {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainNav {
    border: none;
    padding-top: 0px;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel {
    position: static;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart {
    position: static;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper {
    position: static;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .shopping-cart {
    left: 0;
    right: 0;
    top: 70px;
    position: fixed;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .shopping-cart::before {
    display: none;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .shopping-cart #minicart-content-wrapper {
    width: 100%;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-left {
    width: 100%;
    padding: 10px;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart .minicart-wrapper .actions .pull-right {
    padding: 10px;
    width: 100%;
    max-width: none;
  }
  #mainNav .headerContainer .header-bottom .header-right-panel .minicart #show-mini-cart {
    background-color: transparent;
  }
  #mainNav .headerContainer .header-bottom .account li.dropdown > a {
    background-color: transparent;
  }
  #mainNav .headerContainer #navbar {
    padding: 0px;
    box-shadow: none;
    border: none;
    overflow-y: visible;
  }
  #mainNav .headerContainer #navbar .navbar-nav {
    border: none;
    background-color: #fff;
  }
  #mainNav .headerContainer #navbar .navbar-nav > li {
    display: block;
    text-align: left;
    max-width: 100%;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.level0 > a {
    border-bottom: 1px solid #999;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.dropdown > a span.glyphicon-chevron-down {
    display: none;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.dropdown > a span.glyphicon-chevron-right {
    display: block;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.dropdown.open > a span.glyphicon-chevron-down {
    display: block;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.dropdown.open > a span.glyphicon-chevron-right {
    display: none;
  }
  #mainNav .headerContainer #navbar .navbar-nav li.dropdown.open .dropdown-menu {
    border-bottom: 1px solid #999;
    background-color: #f0f0f0;
  }
  #mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li {
    display: block;
  }
  #mainNav .headerContainer #navbar .navbar-nav > li {
    max-width: none;
  }
  #mainNav .headerContainer .top-navbar {
    padding: 0px;
  }
  #mainNav .headerContainer .minisearch #show-search {
    background-color: transparent;
  }
  #mainNav .headerContainer.headerMobile {
    padding: 10px 0px 10px 0px;
    text-align: center;
  }
  #mainNav .headerContainer.headerMobile .mainLogo {
    padding: 0px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo a span {
    font-size: 25px;
    letter-spacing: 2px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo small {
    font-size: 9px;
    letter-spacing: 4px;
  }
  #mainNav .headerContainer.headerMobile .header-bottom {
    padding: 0px;
  }
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .top-navbar {
    padding: 0px;
  }
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .glyphicon,
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .fa {
    font-size: 18px;
    color: #000;
  }
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .header-wishlist .link.wishlist {
    margin: 0px;
  }
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .minicart {
    padding-top: 4px;
    margin: 0px;
  }
  #mainNav .headerContainer.headerMobile .header-bottom .header-right-panel .minicart #show-mini-cart {
    padding: 0px;
  }
  #mainNav .headerContainer.headerMobile .navbar-header {
    margin: 0 -15px 0 -5px;
    padding: 0px;
  }
  #mainNav .headerContainer.headerMobile .navbar-header .navbar-toggle {
    margin: 0px;
    border: none;
    padding-top: 10px;
    float: none;
    background-color: transparent;
  }
  #mainNav .headerContainer.headerMobile .navbar-header .navbar-toggle .icon-bar {
    background-color: #000;
  }
  #mainNav .headerContainer.headerMobile .minisearch {
    padding: 0px;
    margin: 0px;
  }
  #mainNav .headerContainer.headerMobile .minisearch #show-search span {
    color: #000;
    font-size: 18px;
  }
  #mainNav.fixed {
    height: auto;
  }
  #maincontent .block-products #slider-control .carousel-control.left {
    margin-left: 15px;
  }
  #maincontent .block-products #slider-control .carousel-control.right {
    margin-right: 15px;
  }
  #content .row {
    margin: 0px;
  }
  .product-info-main .product-social-links .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #maincontent .banner-home .content_banner {
    width: 50%;
  }
  #maincontent .banner-home .flexslider {
    border: none;
  }
  #maincontent .banner-home .flex-control-paging {
    display: none;
  }
  #maincontent .home-shopby {
    padding: 0px;
  }
  #maincontent .home-shopby .container {
    padding: 0px;
  }
  #maincontent .home-shopby .item {
    max-width: none;
    margin: 15px 0px;
    padding: 0px;
  }
  #maincontent .home-shopby .item .itemImage {
    width: 100%;
    background-size: cover;
  }
  footer #footer {
    padding: 0px;
  }
  footer #footer .footerCol ul li h4,
  footer #footer .footerCol ul li a {
    padding: 11px 0 11px 0;
  }
  footer #footer .footerCol.footerCol3 > ul {
    border-bottom: 1px solid #989898;
  }
  footer #footer .footerCol4 div.social {
    border-bottom: 1px solid #989898;
  }
  #content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  #mainNav .headerContainer.headerMobile .mainLogo a span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo small {
    font-size: 8px;
    letter-spacing: 3px;
  }
  #mainNav .headerContainer.headerMobile .minicart .minicart-wrapper #show-mini-cart .counter {
    top: -6px;
    right: -5px;
  }
  #mainNav .headerContainer.headerMobile .navbar-header {
    margin: 0 -6px 0 -2px;
  }
  .col-xs-12 {
    padding: 0;
  }
  .page-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-info-main {
    padding: 5px;
  }
  #maincontent .banner-home .content_banner {
    width: 50%;
  }
  .headerContainer {
    padding: 10px;
  }
  footer #footer {
    padding: 20px 5px;
  }
  footer #footer .newsletter .fa-envelope {
    vertical-align: top;
  }
  footer #footer .newsletter .input-group {
    width: 100%;
  }
  footer #footer .newsletter .input-group .fa {
    display: none;
  }
  footer #footer .newsletter .input-group #newsletter {
    max-width: 65%;
    margin: 0px;
  }
  footer #footer .newsletter .input-group-btn {
    width: 32%;
    margin: 0 0 0 3%;
  }
  footer #footer .newsletter .input-group-btn .subscribe {
    width: 100%;
  }
  footer #footer .social ul {
    display: table;
    width: 100%;
    padding: 10px 0px;
  }
  footer #footer .social ul li {
    display: table-cell;
    float: none;
    text-align: center;
  }
}
@media (max-width: 335px) {
  #product_addtocart_form .towishlist .star-sign {
    display: none;
  }
  #mainNav .headerContainer.headerMobile .mainLogo a span {
    font-size: 16px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo small {
    font-size: 7px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo .navbar-header .navbar-toggle {
    padding-left: 5px;
  }
  #mainNav .headerContainer.headerMobile .mainLogo .minisearch {
    margin-left: 5px;
  }
  footer #footer .footerCol {
    padding: 0px 5px;
  }
}
.modal-popup {
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  z-index: 900;
}
.catalog-product-view .breadcrumb {
  padding-top: 25px;
}
.action-skip-wrapper {
  display: none;
}
.products-grid .product-items .product-item-details .brand-name {
  clear: both;
  display: block;
}
@media (max-width: 768px) {
  #mainNav .headerContainer #navbar .navbar-nav .hasColumns > .dropdown-menu > li {
    display: block;
  }
  #mainNav .headerContainer #navbar .navbar-nav > li {
    max-width: none;
  }
  footer #footer .footerCol ul li h4,
  footer #footer .footerCol ul li a {
    padding-left: 0px;
  }
  .products-grid .product-items .product-item-details .price-box,
  .products-grid .product-items .product-item-details .brand-name {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .products-grid .product-items .product-item-details .price-box,
  .products-grid .product-items .product-item-details .brand-name {
    padding-left: 0px;
  }
}
#shopping-cart-table .control.qty {
  width: 76px;
}
div.spinedit {
  display: inline-block;
  position: relative;
  margin-left: -30px;
  right: -5px !important;
}
input[type="text"].spinedit,
input[type="number"].spinedit {
  width: 60px;
  height: 42px;
}
div.spinedit .qty-up,
div.spinedit .qty-down {
  position: relative;
  cursor: pointer;
  width: 18px;
  left: 14px;
  border: 1px solid #ccc;
  padding: 3px;
}
div.spinedit .qty-up {
  top: 0;
}
div.spinedit .qty-down {
  top: 20px;
  left: -4px;
}
.form-search div.spinedit,
.form-inline div.spinedit,
.form-horizontal div.spinedit {
  top: 5px;
}
