@charset "UTF-8";
/*$state-success-text:             #3c763d;
 $state-success-bg:               #89bd8a;
 $state-success-border:           darken(adjust-hue($state-success-bg, -10), 5%);

 $state-info-text:                #31708f;
 $state-info-bg:                  #d9edf7;
 $state-info-border:              darken(adjust-hue($state-info-bg, -10), 7%);

 $state-warning-text:             #8a6d3b;
 $state-warning-bg:               #fcf8e3;
 $state-warning-border:           darken(adjust-hue($state-warning-bg, -10), 5%);

 $state-danger-text:              #a94442;
 $state-danger-bg:                #e89fbb;
 $state-danger-border:            darken(adjust-hue($state-danger-bg, -10), 5%);*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! 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; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff; }

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

a {
  color: #e4122c;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff9794;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #000; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.3rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small {
  font-size: 92%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #e4122c; }

a.text-primary:hover,
a.text-primary:focus {
  color: #ff4991; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #e4122c; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ff4991; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

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

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

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

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

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

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

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

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e1e1e1; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #e1e1e1; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #e1e1e1; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e1e1e1; }
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e1e1e1; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-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: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 45px; } }

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

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

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

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

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

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

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

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

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

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

.input-sm, .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: 0; }

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.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: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

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

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

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

.has-success .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: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@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: 25px; }

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

@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: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #e1e1e1; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #a1a1a1; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #c2c2c2; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #c2c2c2; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #a1a1a1; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #e1e1e1; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #e4122c;
  border-color: #e4122c; }
  .btn-primary.bx-catalog-subscribe-button {
    /*background: #d0d0d0; border-color: transparent; color: #333;*/
  }
  .btn-primary.bx-catalog-subscribe-button:hover {
    background: #941424; border-color: #941424; color: #fff;
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e4122c;
    border-color: #e4122c; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e4122c;
    border-color: #e4122c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e4122c;
    border-color: #e4122c; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #e4122c;
      border-color: #e4122c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #e4122c;
    border-color: #e4122c; }
  .btn-primary .badge {
    color: #e4122c;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e4122c;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #e4122c;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #e4122c;
    background-color: #fff; }

.btn-link {
  color: #e4122c;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #b62b27;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -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; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.flex-dropdown-menu { padding: 0 0 0 0; flex-direction: row; align-items: stretch; }
.flex-dropdown-ul {
  position: relative;
  display: block;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-clip: padding-box;
}
  .flex-dropdown-ul > li {}
  .flex-dropdown-ul > li.title { border-bottom: 1px solid #e1e1e1; padding-bottom: 5px; }
  .flex-dropdown-menu > div {
    border-right: 1px solid #e1e1e1;
  }
  .flex-dropdown-menu > div:last-child {
    border-right: none;
  }
  .flex-dropdown-ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
  .flex-dropdown-ul > li > span {
    display: block;
    padding: 3px 20px;
    clear: both; text-transform: uppercase;
    font-weight: normal;
    line-height: 1.42857;
    color: #000;
    white-space: nowrap; }

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

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

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

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

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

.open > .flex-dropdown-menu { display: flex; }
.open > a {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

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

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

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

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

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

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

.btn-group-vertical > .btn-group:first-child: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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e1e1e1;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 0; }
  .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; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #e4122c; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #e1e1e1; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #e1e1e1; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e4122c; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #e1e1e1; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #e1e1e1;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 43px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 12.5px 10px;
  font-size: 17px;
  line-height: 18px;
  height: 43px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.25px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 12.5px;
          padding-bottom: 12.5px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6.5px;
    margin-bottom: 6.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px; }

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #fff;
  border-color: transparent; }
  .navbar-inverse .navbar-brand {
    color: #000; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #000; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #000;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: white; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ededed; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: white;
    color: #000; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #000; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #000;
      background-color: white; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #000; }
    .navbar-inverse .navbar-link:hover {
      color: #000; }
  .navbar-inverse .btn-link {
    color: #000; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #000; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #e1e1e1; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e4122c;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #b62b27;
    background-color: #eeeeee;
    border-color: #e1e1e1; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e4122c;
    border-color: #e4122c;
    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: #fff;
    border-color: #e1e1e1;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333; }

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

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

.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: 0;
  border-top-left-radius: 0; }

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

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      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: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

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

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

.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: #e4122c; }
  .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: #fff;
  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,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #e4122c;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #555555; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e4122c; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0; }
  .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: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: 18px;
  color: #fff;
  text-align: center;
  background-color: #e4122c;
  -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: #e4122c; }
  .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); }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e1e1e1; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    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: #fff;
  background-color: #e4122c;
  border-color: #e4122c; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: white; }

.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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  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: 18px;
  background-color: #fcfcfc;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  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 #e1e1e1;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.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: -1;
  border-top-left-radius: -1; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e1e1e1; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .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 #e1e1e1; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #e1e1e1; }

.panel-default {
  border-color: #e1e1e1; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f8f8f8;
    border-color: #e1e1e1; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e1e1e1; }
    .panel-default > .panel-heading .badge {
      color: #f8f8f8;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e1e1e1; }

.panel-primary {
  border-color: #e4122c; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #e4122c;
    border-color: #e4122c; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4122c; }
    .panel-primary > .panel-heading .badge {
      color: #e4122c;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4122c; }

.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%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: #000; }
  .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:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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: #aeaeae;
  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: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #aeaeae;
  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: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #aeaeae;
  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: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #aeaeae;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: 0.1875s;
    animation-duration: 0.1875s; }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: 0.1875s;
    animation-duration: 0.1875s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #fff;
  border-color: #e1e1e1;
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.6); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu .mm-listview {
    border-color: #e1e1e1; }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.6); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

html {
  font-size: 10px; }

body {
  font-size: 1.3rem; }

h1 {
  margin-top: 0;
  margin-bottom: 20px; }

ul.owl-carousel,
ul.Owlcarousel {
  padding-left: 0;
  list-style: none;
  margin: 0; }

img {
  max-width: 100%; }

.form-control,
.dropdown-menu,
.btn {
  font-size: 1.3rem; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.7rem; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 1.2rem; }

.btn-xs, .btn-group-xs > .btn {
  font-size: 1.2rem; }

.fa-home:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.tabs-container > ul {
  margin-bottom: 15px; }

label {
  font-weight: 600; }

.block-top {
  margin-top: 20px;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .block-top-md {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .block-top-sm {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .block-top-xs {
      margin-top: 20px; } }

.block-bottom {
  margin-top: 0;
  margin-bottom: 20px; }

.popover {
  z-index: 10000; }

input.checkbox-icon {
  display: none; }
  input.checkbox-icon + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #C0C0C0;
    font-size: 1.3rem; }
  input.checkbox-icon:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 2px;
    border: 2px solid #404040;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  input.checkbox-icon + label {
    position: relative; }

input.radio-icon {
  display: none; }
  input.radio-icon + label:before {
    content: "";
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px; }
  input.radio-icon:checked + label:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 5px solid #404040;
    background: transparent;
    top: 7px;
    left: 4px;
    border-top: none;
    border-right: none; }
  input.radio-icon + label {
    position: relative; }

#content {
  padding-bottom: 50px; }

.msg {
  padding: 15px;
  color: #333333; }

p font.errortext {
  background-color: #f2dede !important;
  padding: 15px !important;
  color: #333333 !important;
  display: block;
  overflow: hidden; }

p font.notetext {
  background-color: #dff0d8 !important;
  padding: 15px !important;
  color: #333333 !important;
  display: block;
  overflow: hidden; }

.starrequired {
  color: #e4122c; }

@media (min-width: 992px) {
  .pagetitle {
    float: right; } }

@media (min-width: 992px) {
  h1.pagetitle {
    float: none; } }

.block-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center; }

.responsive-menu {
  visibility: hidden; }

.text-base {
  color: #000 !important; }

.text-darker {
  color: #222222 !important; }

.text-dark {
  color: #333333 !important; }

.text-gray {
  color: #555555 !important; }

.text-light {
  color: #777777 !important; }

.text-lighter {
  color: #eeeeee !important; }

.text-white {
  color: #fff !important; }

.font-weight-bold {
  font-weight: 600; }

.dropdown-menu > li > a {
  padding: 5px 20px; }

.jScrollPane {
  overflow: hidden;
  outline: none; }
  .jScrollPane .jspVerticalBar {
    width: 4px;
    background: #e2e2e2; }
    .jScrollPane .jspVerticalBar .jspTrack {
      background: #e2e2e2; }
    .jScrollPane .jspVerticalBar .jspDrag {
      background: #404040;
      opacity: 0.2; }
      .jScrollPane .jspVerticalBar .jspDrag.jspHover {
        background: #404040;
        opacity: 0.5; }

.content_price .price {
  font-size: 1.23077em;
  color: #333333; font-weight: 500; letter-spacing: 1px; }
  .content_price .price.old {
    color: #ec221c; }

.content_price .old-price {
  font-size: 1.07692em;
  margin-right: 6px;
  color: #B8B8B8;
  text-decoration: line-through; }

.content_price.old .price {
  color: #ec221c; }

.btn-primary2 {
  color: #333;
  background-color: #fff;
  border-color: #e1e1e1; }
  .btn-primary2:focus {
    color: #fff;
    background-color: #ff4991;
    border-color: #fc0064; }
  .btn-primary2:hover, .btn-primary2:active {
    color: #fff;
    background-color: #ff4991;
    border-color: #ff3f8b; }

.btn-primary3 {
  border-color: #fff;
  background-color: #000;
  color: #fff; }
  .btn-primary3:hover, .btn-primary3:focus {
    color: #fff; }

.btn-primary4 {
  background-color: #c3c3c3;
  color: #000 !important; font-weight: 500 !important;
  padding: 10px 25px;
  letter-spacing: 1px; }
  .btn-primary4:hover, .btn-primary4:focus {
    background-color: #fff;
    color: #e4122c; }

html.bx-no-touch .parallax p {
  letter-spacing: .75px;
}

.btn-default2 {
  color: #333;
  background-color: #fff;
  border-color: #e1e1e1; }
  .btn-default2:focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-default2:hover, .btn-default2:active {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.loader {
  height: 28px;
  width: 28px;
  -webkit-animation: loader 0.8s infinite linear;
  -o-animation: loader 0.8s infinite linear;
  animation: loader 0.8s infinite linear;
  border: 3px solid #e4122c;
  border-right-color: transparent !important;
  border-radius: 50%; }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

div:not(.owlslider) > .Owlcarousel .owl-nav {
  position: absolute;
  top: -2em;
  right: 10px; }
  div:not(.owlslider) > .Owlcarousel .owl-nav > div {
    font-family: FontAwesome;
    width: 1.46154em;
    height: 1.46154em;
    background-color: #232323;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding: 0;
    color: #fff;
    line-height: 1.46154em;
    position: absolute;
    top: 0;
    right: 0; }
    div:not(.owlslider) > .Owlcarousel .owl-nav > div:before {
      font-size: 1.53846em;
      display: block; }
    div:not(.owlslider) > .Owlcarousel .owl-nav > div.owl-prev {
      right: 2em; }
      div:not(.owlslider) > .Owlcarousel .owl-nav > div.owl-prev:before {
        content: "";
        padding-right: 10%; }
    div:not(.owlslider) > .Owlcarousel .owl-nav > div.owl-next:before {
      content: "";
      padding-left: 10%; }
    div:not(.owlslider) > .Owlcarousel .owl-nav > div:not(.disabled):hover {
      background-color: #565656; }

.sidebar div:not(.owlslider) > .Owlcarousel .owl-nav {
  right: 0; }

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

html.bx-no-touch .parallax {
  background-attachment: fixed; }

#scrollUp {
  bottom: 40px;
  right: 40px;
  padding: 10px 20px;
  background: #e4122c;
  opacity: 0.4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none; }
  #scrollUp:before {
    font-family: FontAwesome;
    content: "";
    font-size: 3.5rem;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 44%;
    left: 50%; }
  #scrollUp:hover {
    opacity: 1; }

.fa-paper-plane:before {
  content: ""; }

.effect {
  display: block;
  position: relative;
  overflow: hidden; }
  .effect.hover-effect01 {
    background-color: #222;
    z-index: 1; }
    .effect.hover-effect01:after, .effect.hover-effect01:before {
      -webkit-transition: opacity 0.35s, transform 0.35s;
      -o-transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      content: '';
      opacity: 0; }
    .effect.hover-effect01:before {
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .effect.hover-effect01:after {
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd; }
    .effect.hover-effect01:hover:after, .effect.hover-effect01:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .effect.hover-effect01:hover:after {
      top: 10px;
      bottom: 10px;
      z-index: 100; }
    .effect.hover-effect01:hover:before {
      left: 10px;
      right: 10px;
      z-index: 99; }
    .effect.hover-effect01:hover > img,
    .effect.hover-effect01:hover > .block-img {
      opacity: 0.8; }
    .effect.hover-effect01 > img,
    .effect.hover-effect01 > .block-img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .effect.hover-effect02 > img,
  .effect.hover-effect02 > .block-img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .effect.hover-effect02:hover > img,
  .effect.hover-effect02:hover > .block-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .effect.hover-effect03 > .block-img {
    z-index: 2; }
    .effect.hover-effect03 > .block-img:after, .effect.hover-effect03 > .block-img:before {
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      content: "";
      background-color: rgba(255, 255, 255, 0.15);
      width: 0;
      height: 0;
      position: absolute;
      z-index: 1; }
    .effect.hover-effect03 > .block-img:before {
      left: 0;
      margin: auto;
      top: 0; }
    .effect.hover-effect03 > .block-img:after {
      bottom: 0;
      right: 0; }
    .effect.hover-effect03 > .block-img:hover:after, .effect.hover-effect03 > .block-img:hover:before {
      height: 100%;
      width: 100%; }
  .effect.hover-effect04 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .effect.hover-effect04:hover {
      opacity: .7; }
  .effect.hover-effect05:before {
    -webkit-transform: skewX(-25deg) skewY(0);
    -ms-transform: skewX(-25deg) skewY(0);
    -o-transform: skewX(-25deg) skewY(0);
    transform: skewX(-25deg) skewY(0);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); }
  .effect.hover-effect05:hover:before {
    -webkit-animation: shine 0.8s;
    -o-animation: shine 0.8s;
    animation: shine 0.8s; }
  .effect > .hover-effect05:before {
    -webkit-transform: skewX(-25deg) skewY(0);
    -ms-transform: skewX(-25deg) skewY(0);
    -o-transform: skewX(-25deg) skewY(0);
    transform: skewX(-25deg) skewY(0);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); }
  .effect:hover > .hover-effect05:before {
    -webkit-animation: shine 0.8s;
    -o-animation: shine 0.8s;
    animation: shine 0.8s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; }
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; }
  100% {
    left: 125%; } }
  .effect.hover-effect06:before {
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    top: 0;
    left: -23px;
    width: 110%;
    height: 110%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    z-index: 5; }
  .effect.hover-effect06:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
  .effect > .hover-effect06:before {
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    top: 0;
    left: -23px;
    width: 110%;
    height: 110%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    z-index: 5; }
  .effect:hover > .hover-effect06:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

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

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

.h-base h1, .h-base .h1 {
  font-size: 3rem; }
  @media (min-width: 480px) {
    .h-base h1, .h-base .h1 {
      font-size: 3.6rem; } }

.h-base h2, .h-base .h2 {
  font-size: 2.4rem; }
  @media (min-width: 480px) {
    .h-base h2, .h-base .h2 {
      font-size: 3rem; } }

.h-base h3, .h-base .h3 {
  font-size: 1.8rem; }
  @media (min-width: 480px) {
    .h-base h3, .h-base .h3 {
      font-size: 2.4rem; } }

.h-base h4, .h-base .h4 {
  font-size: 1.4rem; }
  @media (min-width: 480px) {
    .h-base h4, .h-base .h4 {
      font-size: 1.8rem; } }

.h-base h5, .h-base .h5 {
  font-size: 1.2rem; }
  @media (min-width: 480px) {
    .h-base h5, .h-base .h5 {
      font-size: 1.4rem; } }

.h-base h6, .h-base .h6 {
  font-size: 1rem; }
  @media (min-width: 480px) {
    .h-base h6, .h-base .h6 {
      font-size: 1.2rem; } }

.banner-offer {
  position: relative;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  @media (min-width: 992px) {
    .banner-offer {
      text-align: left; } }
  .banner-offer h2, .banner-offer .h2 {
    text-transform: uppercase;
    font-weight: 500; letter-spacing: 3px;
    font-size: 40px; }
  .banner-offer h5, .banner-offer .h5 {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 16px;
    padding-left: 20px; padding-right: 20px;
    border-bottom: 5px solid #c3c3c3;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block; }
  .banner-offer h2, .banner-offer .h2,
  .banner-offer h3, .banner-offer .h3,
  .banner-offer h4, .banner-offer .h4,
  .banner-offer h5, .banner-offer .h5,
  .banner-offer h6, .banner-offer .h6 {
    color: #fff; }
  .banner-offer:before {
    content: '';
    background-color: #e4122c;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .banner-offer:before {
        right: 50%; } }

.caret {
  border-top: 4px solid; }

.ourservices .fa {
  font-size: 3.4rem; }

.ourservices .h4 {
  margin-top: 0; }

@media (max-width: 767px) {
  .ourservices {
    text-align: center; } }

.FlexBox-Row-Wrap {
  display: -ms-flexbox;
  -webkit-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.why-shop-with-us {
  background-color: #34b6c7;
  color: #fff; }
  .why-shop-with-us .h1 {
    color: #fff; }
  .why-shop-with-us ul {
    margin-bottom: 18px; }
    .why-shop-with-us ul li {
      font-size: 1.2rem;
      padding-bottom: 7px; }
      .why-shop-with-us ul li:before {
        font-family: FontAwesome;
        content: "";
        margin-right: 0.6rem; }

.un-col-xs-20 {
  width: 20%; }

@media (min-width: 1200px) {
  .un-col-lg-20 {
    width: 20%; } }

@media (min-width: 992px) {
  .un-col-md-20 {
    width: 20%; } }

@media (min-width: 768px) {
  .un-col-sm-20 {
    width: 20%; } }

.block-table {
  display: table;
  width: 100%; }
  .block-table-row {
    display: table-row; }
  .block-table-td {
    display: table-cell; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid black; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid black; }

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; } }

#header .nav-pills > li > a {
  font-size: 1.6rem;
  color: #555555; }
  #header .nav-pills > li > a:hover, #header .nav-pills > li > a:focus {
    background-color: transparent;
    color: #e4122c; }

.nav .more .caret {
  display: none; }

.wishlist-item-list {
  width: 330px; }
  @media (max-width: 767px) {
    .wishlist-item-list {
      width: 300px; } }
  .wishlist-item-list-container {
    margin-bottom: 0;
    position: relative; }
  .wishlist-item-list .panel-body {
    margin: -10px 0; }
    .wishlist-item-list .panel-body._empty {
      margin: 0px; }
      .wishlist-item-list .panel-body._empty > p {
        margin: 0px; }
  .wishlist-item-list .jScrollPaneMiniwishlist {
    max-height: 340px; }
  .wishlist-item-list-item {
    padding: 10px 0; }
    .wishlist-item-list-item-name {
      padding-right: 30px; }
      .wishlist-item-list-item-name a {
        color: #222222; }
        .wishlist-item-list-item-name a:focus, .wishlist-item-list-item-name a:hover {
          color: #222222; }
    .wishlist-item-list-item .wishlist-remove {
      font-size: 1.6rem;
      color: #777777;
      position: absolute;
      right: 18px;
      top: 0;
      text-decoration: none; }
      .wishlist-item-list-item .wishlist-remove:before {
        font-family: FontAwesome;
        content: ""; }
    .wishlist-item-list-item .row {
      margin-right: 0; }

.hsearch .form-group {
  margin-bottom: 0; }

.hsearch .form-control {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none; }

.hsearch .input-group-btn .btn,
.navbar-form .input-group-btn .btn {
  background-color: whitesmoke;
  border-color: transparent;
  outline: none;
  height: 32px; }
  .hsearch .input-group-btn .btn:hover, .hsearch .input-group-btn .btn:active,
  .navbar-form .input-group-btn .btn:hover,
  .navbar-form .input-group-btn .btn:active {
    background-color: whitesmoke;
    border-color: transparent;
    box-shadow: none; }
  .hsearch .input-group-btn .btn:before,
  .navbar-form .input-group-btn .btn:before {
    font-family: FontAwesome;
    content: "";
    font-size: 1.4rem; }
  .hsearch .input-group-btn .btn > span,
  .navbar-form .input-group-btn .btn > span {
    display: none; }

.navbar-form .form-group,
.navbar-form .input-group {
  width: 100%; }

.navbar-form .input-group-btn .btn {
  background-color: #fff;
  border-color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
  .navbar-form .input-group-btn .btn:hover, .navbar-form .input-group-btn .btn:active {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none; }

.navbar-form .form-control {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  border-radius: 25px; }

.catalog_menu.type_1 .navbar-form {
  margin: 0; }
  .catalog_menu.type_1 .navbar-form .input-group-btn .btn {
    background-color: whitesmoke;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    border-left: 0; }
    .catalog_menu.type_1 .navbar-form .input-group-btn .btn:hover, .catalog_menu.type_1 .navbar-form .input-group-btn .btn:active {
      background-color: whitesmoke;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-left: 0; }
  .catalog_menu.type_1 .navbar-form .form-control {
    background-color: whitesmoke;
    border-color: transparent;
    height: 45px;
    padding: 10px 16px;
    line-height: 1.33333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-clip: padding-box; }

.title-search-result {
  min-width: 300px; }

.bx_searche {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .bx_searche .panel-body {
    margin-top: -10px; }
  .bx_searche .item {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1; }
    .bx_searche .item:first-child {
      border-top: 0; }
  .bx_searche .bx_item_element h5 {
    margin-top: 0; }
  .bx_searche .bx_item_element a {
    color: #222222; }
  .bx_searche .content_price > span {
    display: block; }

.mobile-search-button {
  color: #fff !important;
  text-decoration: none !important; }
  .mobile-search-button:before {
    font-family: FontAwesome;
    content: "";
    font-size: 1.7rem; }

.mm-search .mobile-search-button {
  color: #555555 !important;
  border: 1px solid #e1e1e1;
  background-color: whitesmoke;
  border-color: transparent;
  height: 47px;
  width: 100%;
  display: block;
  text-align: center;
  outline: none; }
  .mm-search .mobile-search-button:before {
    margin-right: 0.6rem; }

#search-overlay {
  display: none;
  width: 100vw;
  height: 100%;
  bottom: -100vh;
  -webkit-transition: bottom 0.4s ease 0.06s, opacity 0.4s ease 0.06s;
  -o-transition: bottom 0.4s ease 0.06s, opacity 0.4s ease 0.06s;
  transition: bottom 0.4s ease 0.06s, opacity 0.4s ease 0.06s;
  -webkit-transition: bottom 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: bottom 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: bottom 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  position: fixed;
  background-color: #fff; }
  #search-overlay[data-state="opened"] {
    display: block;
    bottom: 0; }
  #search-overlay[data-state="opened"], #search-overlay[data-state="closed"] {
    z-index: 1000000;
    opacity: 1; }
  #search-overlay .hsearch-container {
    margin: 10px; }
  #search-overlay .form-control {
    background-color: whitesmoke;
    border-color: transparent;
    box-shadow: none;
    height: 47px; }
  #search-overlay .input-group-btn > .btn {
    background-color: whitesmoke;
    border-color: transparent;
    outline: none;
    height: 47px; }
    #search-overlay .input-group-btn > .btn:hover, #search-overlay .input-group-btn > .btn:active {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    #search-overlay .input-group-btn > .btn.search:before {
      font-family: FontAwesome;
      content: "";
      font-size: 1.4rem; }
    #search-overlay .input-group-btn > .btn:not(.search) {
      width: 3rem; }
    #search-overlay .input-group-btn > .btn > span {
      display: none; }

#search-overlay-close:before {
  content: "";
  border: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  border-left: none;
  position: absolute;
  left: -1px;
  top: 40%;
  width: 21px;
  height: 6px; }

#search-overlay-close:after {
  content: "";
  border: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
  border-left: none;
  position: absolute;
  left: 2px;
  top: 40%;
  width: 21px;
  height: 6px; }

#search-overlay-close:hover:before {
  border-color: #000; }

#search-overlay-close:hover:after {
  border-color: #000; }

#search-scrim.opened {
  height: 100vh;
  width: 100vw;
  opacity: .5;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999; }

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

.hminicart:after {
  clear: both; }

.minicart {
  position: relative; }
  .minicart > a {
    color: #000;
    text-decoration: none; }
    .minicart > a:before {
      font-family: FontAwesome;
      content: "";
      margin-right: .6rem;
      color: #4a4a4a;
      font-size: 1.7rem; }
    @media (max-width: 991px) {
      .minicart > a:before {
        color: #fff; } }
    @media (min-width: 992px) {
      .minicart > a:before {
        font-size: 1.8rem; } }
    @media (min-width: 1200px) {
      .minicart > a:before {
        font-size: 1.8rem; } }
    @media (max-width: 991px) {
      .minicart > a > .minicart-text {
        display: none; } }
    .minicart > a:focus, .minicart > a:hover {
      color: #000; }
  .minicart > .minicart-num {
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .minicart > .minicart-num {
        width: 22px;
        height: 22px;
        margin-left: 6px;
        background: #4a4a4a; } }
    @media (max-width: 991px) {
      .minicart > .minicart-num {
        color: #fff;
        position: absolute;
        top: -8px;
        right: -8px;
        background: #e4122c;
        width: 22px;
        height: 22px; } }
  .minicart .bx-basket-item-list {
    width: 330px;
    padding: 0; }
    @media (max-width: 767px) {
      .minicart .bx-basket-item-list {
        width: 300px; } }
    .minicart .bx-basket-item-list-container {
      margin-bottom: 0;
      position: relative; }
    .minicart .bx-basket-item-list-item-status {
      position: relative;
      text-transform: uppercase; }
      .minicart .bx-basket-item-list-item-status:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 91%;
        border-bottom: 1px solid #e1e1e1; }
    .minicart .bx-basket-item-list .panel-body {
      margin: -10px 0; }
      .minicart .bx-basket-item-list .panel-body._empty {
        margin: 0px; }
        .minicart .bx-basket-item-list .panel-body._empty > p {
          margin: 0px; }
    .minicart .bx-basket-item-list-item {
      padding: 10px 0;
      border-top: 1px solid #e1e1e1; }
      .minicart .bx-basket-item-list-item:first-child {
        border-top: 0; }
      .minicart .bx-basket-item-list-item-name {
        margin-bottom: 5px;
        padding-right: 30px; }
        .minicart .bx-basket-item-list-item-name > a {
          color: #222222; }
          .minicart .bx-basket-item-list-item-name > a:focus, .minicart .bx-basket-item-list-item-name > a:hover {
            color: #222222; }
        .minicart .bx-basket-item-list-item-name > .minicart-instock {
          color: #777777;
          font-size: 1.2rem; }
      .minicart .bx-basket-item-list-item-price-block {
        margin-bottom: 5px; }
      .minicart .bx-basket-item-list-item-prop {
        padding-left: 10px;
        font-size: 1.2rem; }
        .minicart .bx-basket-item-list-item-prop-name {
          min-width: 70px;
          padding-right: 20px;
          display: inline-block; }
        .minicart .bx-basket-item-list-item-prop-value {
          font-style: italic;
          color: #555555; }
      .minicart .bx-basket-item-list-item-img {
        text-align: center; }
      .minicart .bx-basket-item-list-item .bx-basket-remove {
        font-size: 1.6rem;
        position: absolute;
        right: 18px;
        top: 0;
        text-decoration: none; }
        .minicart .bx-basket-item-list-item .bx-basket-remove:before {
          font-family: FontAwesome;
          content: ""; }
        .minicart .bx-basket-item-list-item .bx-basket-remove:hover {
          color: #000; }
        .minicart .bx-basket-item-list-item .bx-basket-remove, .minicart .bx-basket-item-list-item .bx-basket-remove:active {
          color: #777777; }
      .minicart .bx-basket-item-list-item .row {
        margin-right: 0; }
    .minicart .bx-basket-item-list .bx-basket-total {
      padding-bottom: 10px;
      font-size: 1.8rem; }
      .minicart .bx-basket-item-list .bx-basket-total-value {
        float: right; }
    .minicart .bx-basket-item-list .jScrollPaneMinicart {
      max-height: 340px; }
  @media (min-width: 992px) {
    .minicart.navbar-minicart {
      padding: 9px; } }
  .minicart.navbar-minicart > a {
    color: #f1f1f1; }
    .minicart.navbar-minicart > a:before {
      color: #f1f1f1; }

.catalog_menu.type_1 .navbar-minicart > a {
  color: #555555; }
  .catalog_menu.type_1 .navbar-minicart > a:before {
    color: #4a4a4a; }

.catalog_menu.type_3 .navbar-minicart > a {
  color: #fff; }
  .catalog_menu.type_3 .navbar-minicart > a:before {
    color: #fff; }

.catalog_menu.type_3 .navbar-minicart > .minicart-num {
  background-color: #ff63a1;
  color: #fff; }

.navbar {
  visibility: hidden;
  border: none; }
  .navbar-collapse {
    padding: 0; }
  .navbar .nav > li > ul a {
    white-space: normal !important; }
  .navbar a {
    white-space: normal !important; }
  .navbar-nav {
    white-space: nowrap; }
    .navbar-nav > .menu-item-link {
      float: none;
      display: inline-block; }
      .navbar-nav > .menu-item-link .menu-item-link > ul {
        padding-left: 0;
        list-style: none; }
      .navbar-nav > .menu-item-link.home > a {
        font-size: 1.4rem; }
        .navbar-nav > .menu-item-link.home > a, .navbar-nav > .menu-item-link.home > a:hover, .navbar-nav > .menu-item-link.home > a:focus {
          background-color: #404040;
          color: #fff !important; }
      .navbar-nav > .menu-item-link > a {
        font-size: 1.2rem;
        padding-bottom: 10.5px;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        z-index: 16; }
      .navbar-nav > .menu-item-link.open > a {
        border-color: #e4122c;
        z-index: 989; }
      .navbar-nav > .menu-item-link:not(.parent) > a:focus {
        border-color: transparent; }
      .navbar-nav > .menu-item-link:not(.parent) > a:hover {
        border-color: #e4122c; }
      .navbar-nav > .menu-item-link:not(.parent).open > a {
        border-color: #e4122c; }
      .navbar-nav > .menu-item-link.type .menu-item-link .animated {
        -webkit-animation-duration: 0s;
        animation-duration: 0s; }
      .navbar-nav > .menu-item-link:not(.type) > ul {
        min-width: 220px; }
        .navbar-nav > .menu-item-link:not(.type) > ul a:hover, .navbar-nav > .menu-item-link:not(.type) > ul a:focus {
          text-decoration: none;
          color: #262626;
          background-color: #f5f5f5; }
      .navbar-nav > .menu-item-link:not(.type) .menu-item-link.parent {
        position: relative; }
        .navbar-nav > .menu-item-link:not(.type) .menu-item-link.parent > a:after {
          font-family: FontAwesome;
          font-size: 1.4rem;
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .navbar-nav > .menu-item-link:not(.type) .menu-item-link.parent > ul {
          display: none;
          position: absolute;
          min-width: 220px;
          left: 100%;
          padding: 5px 0;
          top: 0;
          background-color: #fff;
          border: 1px solid #e1e1e1;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: 0;
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          background-clip: padding-box; }
      .navbar-nav > .menu-item-link:not(.type) .menu-item-link > a {
        display: block;
        padding: 5px 20px;
        padding-right: 30px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap; }
        .navbar-nav > .menu-item-link:not(.type) .menu-item-link > a:hover, .navbar-nav > .menu-item-link:not(.type) .menu-item-link > a:focus {
          text-decoration: none;
          color: #262626;
          background-color: #f5f5f5; }
      .navbar-nav > .menu-item-link:not(.type) .menu-item-link.parent.open > ul {
        display: block; }
      .navbar-nav > .menu-item-link:not(.type) > .dropdown-menu-right .menu-item-link > ul {
        left: auto;
        right: 100%; }
      .navbar-nav > .menu-item-link.type-1 > .dropdown-menu {
        min-width: 480px;
        visibility: hidden;
        padding-bottom: 15px; }
        .navbar-nav > .menu-item-link.type-1 > .dropdown-menu > .column {
          width: 239px;
          float: left;
          padding: 0 10px;
          position: relative;
          z-index: 2; }
          .navbar-nav > .menu-item-link.type-1 > .dropdown-menu > .column .menu-item-level-2 > a {
            text-overflow: ellipsis;
            word-wrap: normal;
            overflow: hidden;
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: bold;
            color: #333333;
            margin-top: 8px; }
          .navbar-nav > .menu-item-link.type-1 > .dropdown-menu > .column .menu-item-level-2 a {
            background-color: transparent;
            padding: 5px 20px;
            color: #333333;
            display: block; }
          .navbar-nav > .menu-item-link.type-1 > .dropdown-menu > .column > .image {
            top: 0;
            right: 0;
            position: absolute;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right bottom;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .navbar-nav > .menu-item-link.type-1 > .dropdown-menu > .column.image__container {
            position: static; }
      .navbar-nav > .menu-item-link.type-3 {
        position: static; }
        .navbar-nav > .menu-item-link.type-3.open > .dropdown-menu {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        .navbar-nav > .menu-item-link.type-3 > .dropdown-menu {
          width: 100%;
          padding-bottom: 15px; }
          .navbar-nav > .menu-item-link.type-3 > .dropdown-menu > .column:after {
            content: "";
            border-right: 1px solid #e1e1e1;
            position: absolute;
            top: 2%;
            right: 0;
            height: 96%; }
          .navbar-nav > .menu-item-link.type-3 > .dropdown-menu .menu-item-level-2 > a {
            text-overflow: ellipsis;
            word-wrap: normal;
            overflow: hidden;
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: bold;
            color: #333333;
            margin-top: 8px; }
          .navbar-nav > .menu-item-link.type-3 > .dropdown-menu .menu-item-level-2 a {
            background-color: transparent;
            padding: 5px 20px;
            color: #333333;
            display: block; }
      .navbar-nav > .menu-item-link.more > a:before {
        font-family: FontAwesome;
        font-size: 1.4rem;
        content: ""; }
      .navbar-nav > .menu-item-link.more > .dropdown-menu > li > a:after,
      .navbar-nav > .menu-item-link.more > .dropdown-menu > li > .dropdown-menu {
        display: none !important; }
  .navbar .dropdown-backdrop {
    z-index: 988; }

.catalog_menu.type_2 {
  background-color: #1e1e21; }
  .catalog_menu.type_2 .navbar-nav > .home {
    display: none !important; }
  .catalog_menu.type_2 .navbar-nav > .menu-item-link > a {
    color: #fff; }
  .catalog_menu.type_2 .navbar-nav > .menu-item-link.open > a {
    background-color: #303035; }
  .catalog_menu.type_2 .navbar-nav > .menu-item-link:not(.parent) > a:focus {
    background-color: transparent; }
  .catalog_menu.type_2 .navbar-nav > .menu-item-link:not(.parent) > a:hover {
    background-color: #303035; }
  .catalog_menu.type_2 .navbar-nav > .menu-item-link:not(.parent).open > a {
    background-color: #303035; }

.catalog_menu.type_3 {
  background-color: #e4122c; }
  .catalog_menu.type_3 .navbar-nav > .home {
    display: none !important; }
  .catalog_menu.type_3 .navbar-nav > .menu-item-link > a {
    color: #fff;
    border: none; }
  .catalog_menu.type_3 .navbar-nav > .menu-item-link.open > a {
    background-color: #ff63a1; }
  .catalog_menu.type_3 .navbar-nav > .menu-item-link:not(.parent) > a:hover,
  .catalog_menu.type_3 .navbar-nav > .menu-item-link:not(.parent) > a:focus {
    background-color: #ff63a1; }

body.home .navbar.vertical .nav > li:not(.parent) > ul {
  display: block;
  box-shadow: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 0;
  z-index: 100; }
  body.home .navbar.vertical .nav > li:not(.parent) > ul > li > a {
    text-decoration: none;
    z-index: 989; }

main .navbar.vertical .menu-item-link.catalog > a {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  background-clip: padding-box; }

main .navbar.vertical .nav > li:not(.parent) > ul {
  position: relative !important;
  z-index: 10 !important; }

.navbar.vertical {
  visibility: visible;
  background-color: transparent; }
  .navbar.vertical .menu-item-link.catalog > a {
    padding: 10px 15px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    display: block;
    text-transform: uppercase; }
    .navbar.vertical .menu-item-link.catalog > a:hover, .navbar.vertical .menu-item-link.catalog > a:focus {
      text-decoration: none; }
    .navbar.vertical .menu-item-link.catalog > a:after {
      font-size: 1.4rem;
      content: "";
      font-family: FontAwesome;
      float: right; }
    .navbar.vertical .menu-item-link.catalog > a:before {
      font-size: 1.4rem;
      margin-right: 1rem;
      content: "";
      font-family: FontAwesome; }
  .navbar.vertical .nav ul {
    list-style: none;
    padding-left: 0; }
  .navbar.vertical .nav > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    margin-top: -1px;
    padding: 5px 0; }
    .navbar.vertical .nav > li > ul > li.parent > a {
      position: relative; }
      .navbar.vertical .nav > li > ul > li.parent > a:after {
        font-size: 1.4rem;
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .navbar.vertical .nav > li > ul > li:not(.type) > ul a:hover, .navbar.vertical .nav > li > ul > li:not(.type) > ul a:focus {
      text-decoration: none;
      color: #262626;
      background-color: #f5f5f5; }
    .navbar.vertical .nav > li > ul > li:not(.type) li.parent > a {
      position: relative; }
      .navbar.vertical .nav > li > ul > li:not(.type) li.parent > a:after {
        font-size: 1.4rem;
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .navbar.vertical .nav > li > ul > li:not(.type) ul {
      display: none;
      position: absolute;
      min-width: 220px;
      left: 100%;
      padding: 5px 0;
      top: 0;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box;
      margin: 0; }
    .navbar.vertical .nav > li > ul > li.type.parent > ul {
      display: none;
      position: absolute;
      left: 100%;
      padding: 5px 0;
      top: 0;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box;
      margin: 0 !important;
      min-height: 100%; }
    .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu {
      padding-bottom: 15px !important; }
      .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu > .column, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu > .column {
        width: 239px;
        float: left;
        padding: 0 10px;
        position: relative;
        z-index: 2; }
        .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu > .column .menu-item-level-2 > a, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu > .column .menu-item-level-2 > a {
          text-overflow: ellipsis;
          word-wrap: normal;
          overflow: hidden;
          font-size: 1.2rem;
          text-transform: uppercase;
          font-weight: bold;
          color: #333333;
          margin-top: 8px; }
        .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu > .column .menu-item-level-2 a, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu > .column .menu-item-level-2 a {
          background-color: transparent;
          padding: 5px 20px;
          color: #333333;
          display: block; }
        .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu > .column.image__container, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu > .column.image__container {
          position: static; }
        .navbar.vertical .nav > li > ul > li.type-1 > .dropdown-menu > .column > .image, .navbar.vertical .nav > li > ul > li.type-2 > .dropdown-menu > .column > .image {
          top: 0;
          right: 0;
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: right bottom;
          width: 100%;
          height: 100%;
          z-index: 1; }
    .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu {
      padding-bottom: 15px !important; }
      .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu > .column {
        width: 239px;
        float: left;
        padding: 0 10px;
        position: relative;
        z-index: 2; }
        .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu > .column .menu-item-level-2 > a {
          text-overflow: ellipsis;
          word-wrap: normal;
          overflow: hidden;
          font-size: 1.2rem;
          text-transform: uppercase;
          font-weight: bold;
          color: #333333;
          margin-top: 8px; }
        .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu > .column .menu-item-level-2 a {
          background-color: transparent;
          padding: 5px 20px;
          color: #333333;
          display: block; }
        .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu > .column.image__container {
          position: static; }
        .navbar.vertical .nav > li > ul > li.type-3 > .dropdown-menu > .column > .image {
          top: 0;
          right: 0;
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: right bottom;
          width: 100%;
          height: 100%;
          z-index: 1; }
    .navbar.vertical .nav > li > ul li.parent:not(.type) {
      position: relative; }
  .navbar.vertical .nav > li a {
    padding: 5px 20px;
    padding-right: 30px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333; }
  .navbar.vertical .nav li.parent.open > ul {
    display: block !important; }

.catalog_menu.type_1 .navbar.vertical .nav > li > a {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-clip: padding-box; }

.catalog_menu.type_1 .navbar.vertical .nav > li > ul {
  border-top: none; }

.catalog_menu.type_1 .nav > li > a {
  color: #333333; }

.catalog_menu.type_2 .navbar.vertical .menu-item-link.catalog > a {
  background-color: #36363c;
  color: #fff; }

.catalog_menu.type_3 .navbar.vertical .menu-item-link.catalog > a {
  background-color: #e4122c;
  color: #fff; }

#header .ajax-recall-button {
  text-align: right; }
  #header .ajax-recall-button > a {
    font-size: 1.4rem;
    color: #555555;
    text-decoration: none; }
    #header .ajax-recall-button > a:before {
      font-size: 1.6rem;
      margin-right: 0.6rem;
      content: "";
      font-family: FontAwesome;
      padding: 5px;
      background-color: #e4122c;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      width: 32px;
      height: 32px;
      display: inline-block;
      vertical-align: middle; }
    #header .ajax-recall-button > a:hover:before {
      background-color: #b62b27; }

#header {
  background: #fff;
  height: 100px; }
  #header .block-table-td {
    vertical-align: middle;
    height: 60px;
    float: none; }

#header-mobile {
  background: #272727;
  width: 100%;
  z-index: 1000;
  top: 0;
  position: relative; }
  #header-mobile.affix {
    position: fixed; }
  #header-mobile .block-table-td {
    vertical-align: middle;
    border-left: 1px solid #4b4b4b;
    float: none;
    text-align: center;
    padding: 0; }
    #header-mobile .block-table-td:first-child {
      border-left: none; }
  #header-mobile .nav > li {
    float: none; }
    #header-mobile .nav > li > a {
      color: #fff; }
      #header-mobile .nav > li > a:hover {
        background-color: #4b4b4b; }
      #header-mobile .nav > li > a:focus {
        background: transparent; }
      #header-mobile .nav > li > a.account:before {
        font-family: FontAwesome;
        font-size: 2.1rem;
        content: ""; }
      #header-mobile .nav > li > a.favorite > div {
        position: relative;
        display: inline-block; }
        #header-mobile .nav > li > a.favorite > div:before {
          font-family: FontAwesome;
          font-size: 1.7rem;
          content: ""; }
      #header-mobile .nav > li > a.favorite .wishlist-count {
        position: absolute;
        top: -8px;
        right: -15px;
        background: #e4122c;
        width: 22px;
        height: 22px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 22px;
        border-radius: 50%; }
      #header-mobile .nav > li > a > span {
        display: none; }
    #header-mobile .nav > li.open > a, #header-mobile .nav > li.open > a:focus {
      background-color: #4b4b4b;
      border-color: transparent; }
  #header-mobile .nav > li + li {
    display: none; }
  #header-mobile .navbar-inverse {
    background-color: transparent; }
  #header-mobile .navbar-toggle {
    float: none;
    margin: 0 auto; }
  #header-mobile .minicart {
    float: none !important;
    display: inline-block; }

.top-panel {
  background: #272727;
  min-height: 43px; }
  .top-panel-left > .nav,
  .top-panel-left > div {
    float: left; }
  @media (min-width: 768px) {
    .top-panel .nav:first-child > li:first-child:before {
      border: none; }
    .top-panel .nav > li {
      margin-left: 0; }
      .top-panel .nav > li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -1px;
        height: 30%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-left: 1px solid #4b4b4b; }
      .top-panel .nav > li > a {
        margin-left: -1px; }
    .top-panel .nav > li > a {
      padding-top: 12.5px;
      padding-bottom: 12.5px; } }
  .top-panel .nav > li > a {
    color: #fff; }
    .top-panel .nav > li > a:hover {
      background: #4b4b4b; }
    .top-panel .nav > li > a:focus {
      background: transparent; }
    .top-panel .nav > li > a.phone div {
      display: inline-block; }
    .top-panel .nav > li > a.phone:before, .top-panel .nav > li > a.account:before, .top-panel .nav > li > a.favorite:before, .top-panel .nav > li > a.user-out:before, .top-panel .nav > li > a.user-in:before {
      margin-right: 2px; }
    .top-panel .nav > li > a.phone:before {
      font-family: FontAwesome;
      font-size: 13px;
      font-size: 1.3rem;
      content: ""; }
    .top-panel .nav > li > a.account:before {
      font-family: FontAwesome;
      font-size: 1.3rem;
      content: ""; }
    .top-panel .nav > li > a.favorite:before {
      font-family: FontAwesome;
      font-size: 1.3rem;
      content: ""; }
    .top-panel .nav > li > a.user-out:before {
      font-family: FontAwesome;
      font-size: 1.3rem;
      content: ""; }
    .top-panel .nav > li > a.user-in:before {
      font-family: FontAwesome;
      font-size: 1.3rem;
      content: ""; }
  .top-panel .nav > li.favorites > a {
    padding-right: 24px; }
  .top-panel .nav > li.favorites .wishlist-count {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 19px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff; }
    .top-panel .nav > li.favorites .wishlist-count:before {
      content: "";
      border-radius: 50%;
      background: #e4122c;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
    .top-panel .nav > li.favorites .wishlist-count span {
      position: relative; }
  .top-panel .nav .open > a, .top-panel .nav .open > a:focus {
    background: #4b4b4b;
    border-color: transparent; }
  .top-panel .nav.responsive-menu {
    max-width: 100%;
    white-space: nowrap;
    visibility: hidden; }
    .top-panel .nav.responsive-menu > li {
      float: none;
      display: inline-block; }
  @media (max-width: 767px) {
    .top-panel .nav.responsive-menu > li:not(.more) {
      display: block !important; }
    .top-panel .nav.responsive-menu > li.more {
      display: none !important; } }
  .top-panel .top-panel-left.pull-right .dropdown-menu {
    right: 0;
    left: auto; }
  .top-panel.light {
    background: #f8f8f8;
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 768px) {
      .top-panel.light .nav > li:before {
        border-left: 1px solid #e7e7e7; } }
    .top-panel.light .nav > li > a {
      color: #777; }
      .top-panel.light .nav > li > a:hover {
        background: #e7e7e7;
        background: transparent;
        color: #333; }
      .top-panel.light .nav > li > a[data-toggle="dropdown"]:hover {
        background: #e7e7e7; }
    .top-panel.light .nav .open > a, .top-panel.light .nav .open > a:focus {
      background: #e7e7e7;
      color: #333; }

@media (max-width: 991px) {
  .logo {
    text-align: center; } }

.logo .slogon {
  margin-top: 5px; }

.slogon {
  display: block; }

.header-address-phone > a {
  font-size: 1.8rem;
  color: #000; }

.navbar-default:before, .navbar-default:after {
  content: " ";
  display: table; }

.navbar-default:after {
  clear: both; }

.mmenu-container {
  display: none; }

.navbar-toggle {
  width: 44px;
  height: 34px;
  border: none;
  margin: 0; }

html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

html.mm-opening .navbar-toggle .icon-bar {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity; }
  html.mm-opening .navbar-toggle .icon-bar:first-child {
    transform: rotate(45deg) translate(4px, 4px); }
  html.mm-opening .navbar-toggle .icon-bar:last-child {
    transform: rotate(-45deg) translate(4px, -4px); }
  html.mm-opening .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    opacity: 0; }

html.mm-opening.mm-pagedim-black #mm-blocker, html.mm-opening.mm-pagedim-white #mm-blocker, html.mm-opening.mm-pagedim #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.navbar-toggle {
  float: left; }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  font-size: 1.7rem; }

.mm-menu .mm-auth {
  text-align: center; }
  .mm-menu .mm-auth > span {
    padding: 10px; }
    .mm-menu .mm-auth > span > a {
      color: #404040; }
    .mm-menu .mm-auth > span > a + a {
      margin-left: 40px; }

.mm-menu .mm-phone {
  text-align: center; }
  .mm-menu .mm-phone > a {
    font-size: 1.8rem; }

.mm-menu .mm-logo {
  text-align: center; }
  .mm-menu .mm-logo > span {
    padding-top: 15px;
    padding-bottom: 15px; }

.sidebar .section-list > ul {
  padding-left: 0;
  list-style: none; }
  .sidebar .section-list > ul > li > a {
    padding: 5px 0;
    display: inline-block;
    line-height: 1.42857;
    color: #333333; }
  .sidebar .section-list > ul > li > .count {
    color: #777777; }

.bx-filter .bx-filter-p-0 {
  padding-left: 0; }

.bx-filter:not(.horizontal) .bx-filter-section {
  display: none;
  margin-top: 18px; }

@media (min-width: 480px) {
  .bx-filter:not(.horizontal) .bx-filter-section {
    display: block;
    margin-top: 0; } }

.bx-filter .panel > .panel-heading {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .bx-filter .panel > .panel-heading:before {
    font-family: FontAwesome;
    font-size: 2rem;
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.bx-filter .panel-body {
  display: none; }

.bx-filter .panel.bx-active > .panel-heading:before {
  content: ""; }

.bx-filter .panel.bx-active .panel-body {
  display: block; }

.bx-filter .bx-filter-param-btn-block > div {
  display: block; }

.bx-filter .bx-filter-param-btn-block .bx-filter-param-text {
  font-weight: normal; }

.bx-filter .bx-filter-param-btn-inline > div {
  display: inline-block; }

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  margin-right: 2px;
  margin-bottom: 2px; }

.bx-filter .bx-filter-param-label {
  cursor: pointer; }
  .bx-filter .bx-filter-param-label .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #C0C0C0;
    background-color: #fff;
    position: relative;
    cursor: pointer; }
  .bx-filter .bx-filter-param-label:not(.disabled):hover .bx-filter-param-text {
    color: #e4122c; }
  .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn {
    border-color: #e4122c; }
  .bx-filter .bx-filter-param-label.disabled {
    opacity: .5; }
    .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn {
      background: transparent; }
      .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn .bx-filter-btn-color-icon {
        opacity: .2; }

.bx-filter .bx-filter-btn-color-icon {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover; }
  .bx-filter .bx-filter-btn-color-icon.all:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
  .bx-filter .bx-filter-btn-color-icon.all:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.bx-filter .bx-filter-parameters-box-container-block {
  display: table; }

.bx-filter .bx-filter-parameters-box-container {
  max-height: 250px; }

.bx-filter .filter-currencies,
.bx-filter .price-from,
.bx-filter .price-to,
.bx-filter .bx-filter-input-container {
  display: table-cell;
  vertical-align: middle; }

.bx-filter .filter-currencies {
  padding-left: 5px;
  width: 1%; }

.bx-filter .price-from,
.bx-filter .price-to {
  text-transform: lowercase;
  padding-right: 5px;
  width: 1%; }

.bx-filter .bx-filter-input-container > input {
  width: 100%;
  padding: 0 7px; }

.bx-filter .bx-ui-slider-track-container {
  padding-top: 45px;
  padding-bottom: 25px;
  width: 100%;
  line-height: 1.42857; }
  .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track {
    position: relative;
    height: 7px;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%; }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part {
      position: absolute;
      top: -6px;
      width: 1px;
      height: 10px;
      background-color: #a2bfc7; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part > span {
        font-size: 1.1rem;
        position: absolute;
        top: -16px;
        left: 50%;
        display: block;
        width: 100px;
        margin-left: -50px;
        text-align: center; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p1, .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p5 {
        top: -15px;
        color: #000;
        height: 17px; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p1 {
        left: 0; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p2 {
        left: 25%; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p3 {
        left: 50%; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p4 {
        left: 75%; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part.p5 {
        right: -0; }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd,
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn,
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v,
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range {
      position: absolute;
      top: 0;
      bottom: 0; }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range {
       z-index: 90; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range .bx-ui-slider-handle {
        position: absolute;
        top: 50%;
        width: 22px;
        height: 22px;
        border-bottom: none; }
        .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range .bx-ui-slider-handle.left {
          left: 0;
          width: 0;
          height: 0;
          border: 9px solid #e4122c;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range .bx-ui-slider-handle.right {
          right: 0;
          margin-right: -18px;
          width: 0;
          height: 0;
          border: 9px solid #e4122c;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range .bx-ui-slider-handle:before {
          content: "";
          border: 4px solid #fff;
          border-radius: 50%;
          display: block;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd {
      background-color: #ff7777;
      z-index: 60; }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
      z-index: 70;
      background-color: #ff5555; }
      .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn:before {
        content: "";
        background: transparent;
        position: absolute;
        width: 80%;
        height: 7px;
        margin-left: 10%;
        z-index: 81; }
    .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
      background: #ff8888;
      z-index: 80; }

.bx-filter .bx-filter-container-modef {
  display: none !important; }

.bx-filter.horizontal {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px; }
  .bx-filter.horizontal:before, .bx-filter.horizontal:after {
    content: " ";
    display: table; }
  .bx-filter.horizontal:after {
    clear: both; }
  @media (min-width: 480px) {
    .bx-filter.horizontal {
      padding-left: 90px; }
    .bx-filter.horizontal .filter-name {
      margin-left: -90px;
      float: left; } }
  @media (max-width: 767px) {
    .bx-filter.horizontal .filter-name {
      padding-left: 10px; } }
  .bx-filter.horizontal .filter-name {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.42857;
    font-weight: bold; }
  .bx-filter.horizontal .bx-filter-parameters-box {
    margin: 1px 0; }
    .bx-filter.horizontal .bx-filter-parameters-box > .btn {
      border: none; }
    .bx-filter.horizontal .bx-filter-parameters-box > .btn:hover {
      color: #fff;
    }
    .bx-filter.horizontal .bx-filter-parameters-box > .dropdown-menu {
      width: 300px;
      padding: 15px; }
      .bx-filter.horizontal .bx-filter-parameters-box > .dropdown-menu > .bx-filter-parameters-box-container > .checkbox,
      .bx-filter.horizontal .bx-filter-parameters-box > .dropdown-menu > .bx-filter-parameters-box-container > .radio {
        margin-top: 5px;
        margin-bottom: 5px; }
  .bx-filter.horizontal .bx-filter-param-label {
    cursor: pointer; }
    .bx-filter.horizontal .bx-filter-param-label .bx-filter-param-btn {
      width: 25px;
      height: 25px; }
      .bx-filter.horizontal .bx-filter-param-label .bx-filter-param-btn .bx-filter-btn-color-icon {
        width: 21px;
        height: 21px; }

.leftmenu .nav-stacked > li {
  border-bottom: 1px solid #e3e3e3; }
  .leftmenu .nav-stacked > li:not(.active) > a {
    color: #333333; }

@media (min-width: 992px) {
  .sidebar {
    min-height: 300px; } }

.sidebar h2 {
  margin-top: 0; }

.sidebar .panel-heading {
  text-transform: uppercase; }

.sidebar .block {
  margin: 0 0 20px 0; }

.sidebar .category-description-block {
  padding-bottom: 0; }

.sidebar .content_price .old-price {
  display: block; }

.sidebar .unproduct .button-container .un_buttoncart {
  font-size: 1.3rem; }
  .sidebar .unproduct .button-container .un_buttoncart:not(.more):before {
    font-size: 1em; }

.sidebar .block-sku {
  font-size: 1.1rem; }

.sidebar .unproduct-image-container .quick-view {
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.6rem;
  width: 4rem;
  height: 4rem;
  text-align: center; }
  .sidebar .unproduct-image-container .quick-view:before {
    font-family: FontAwesome;
    content: "";
    font-size: 1.3rem; }

.mask .block-sku {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 7%;
  text-align: left; }
  .mask .block-sku-detail-sku-name {
    color: #fff; }

.block-sku-detail-sku-name {
  margin-bottom: 3px;
  display: block; }

.block-sku-detail-sku-container-list {
  padding-left: 0;
  list-style: none; }
  .block-sku-detail-sku-container-list:before, .block-sku-detail-sku-container-list:after {
    content: " ";
    display: table; }
  .block-sku-detail-sku-container-list:after {
    clear: both; }
  .block-sku-detail-sku-container-list li {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
    line-height: 2em; }
    .block-sku-detail-sku-container-list li.disabled > .cnt {
      cursor: not-allowed; }
      .block-sku-detail-sku-container-list li.disabled > .cnt:before {
        content: "";
        cursor: not-allowed;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 11;
        background: rgba(255, 255, 255, 0.79) url(/bitrix/components/bitrix/catalog.element/templates/.default/images/missing.png) no-repeat center; }
    .block-sku-detail-sku-container-list li .cnt {
      display: block;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      border: 1px solid #dadada; }
    .block-sku-detail-sku-container-list li.active .cnt.color {
      outline: 2px solid #e4122c;
      border-color: #fff; }
    .block-sku-detail-sku-container-list li.active .cnt.size {
      outline: 2px solid #e4122c;
      border-color: transparent;
      background: #fff;
      color: #000; }
    .block-sku-detail-sku-container-list li .cnt {
      position: relative; }
      .block-sku-detail-sku-container-list li .cnt:hover.color {
        outline: 2px solid #e4122c;
        border-color: #fff; }
      .block-sku-detail-sku-container-list li .cnt:hover.size {
        outline: 1px solid #999;
        border-color: transparent;
        color: #333333; }
  .block-sku-detail-sku-container-list .cnt {
    min-width: 2.15385em;
    height: 2.15385em; }
    .block-sku-detail-sku-container-list .cnt.size {
      background: #F2F2F2;
      background: #f0f0f0;
      color: #777777;
      padding: 0 3px; }
    .block-sku-detail-sku-container-list .cnt_item {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: contain;
      background-repeat: no-repeat; }

.block-sku-detail-sku-container-list2 {
  padding-left: 0;
  list-style: none; }
  .block-sku-detail-sku-container-list2:before, .block-sku-detail-sku-container-list2:after {
    content: " ";
    display: table; }
  .block-sku-detail-sku-container-list2:after {
    clear: both; }
  .block-sku-detail-sku-container-list2 li {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    margin: 0 7px 5px 0; }
    .block-sku-detail-sku-container-list2 li.disabled > .cnt {
      cursor: not-allowed; }
      .block-sku-detail-sku-container-list2 li.disabled > .cnt:before {
        content: "";
        cursor: not-allowed;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 11;
        background: rgba(255, 255, 255, 0.79) url(/bitrix/components/bitrix/catalog.element/templates/.default/images/missing.png) no-repeat center; }
    .block-sku-detail-sku-container-list2 li.active .cnt.color {
      outline: 2px solid #e4122c;
      border-color: #fff; }
    .block-sku-detail-sku-container-list2 li .cnt.color {
      display: block;
      cursor: pointer;
      border: 1px solid #dadada;
      position: relative;
      width: 5rem;
      height: 6rem; }
      .block-sku-detail-sku-container-list2 li .cnt.color .cnt_item {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: 100% auto;
        background-repeat: no-repeat; }
      .block-sku-detail-sku-container-list2 li .cnt.color:hover.color {
        outline: 2px solid #e4122c;
        border-color: #fff; }

.block-sku .tooltip-sku {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  bottom: 120%;
  left: 0;
  padding: 3px;
  position: absolute;
  width: 79px;
  z-index: 106; }
  .block-sku .tooltip-sku img {
    border: 1px solid #cbcbcd;
    width: 100%; }
  .block-sku .tooltip-sku h4 {
    margin-top: 3px;
    margin-bottom: 2px;
    text-align: left;
    font-size: 1.2rem;
    word-wrap: break-word;
    text-align: center; }

.block-sku > .dropdown {
  margin-bottom: 12px; }

.block-sku .sku-name .selection {
  color: #000; }

.block-sku .sku-name .cnt_item {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #dadada; }

.block-sku a.color .cnt_item {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #dadada; }

.detail-product-right .block-sku-detail-sku-name .selection {
  color: #000; }

.detail-product-right .block-sku-detail-sku-container-list li {
  line-height: 2.07692em;
  margin: 0 7px 5px 0; }

.detail-product-right .block-sku-detail-sku-container-list .cnt.size {
  min-width: 3.07692em;
  height: 2.30769em; }

.bx_ordercart .block-sku,
.unproduct_list .block-sku {
  font-size: 1.1rem; }
  .bx_ordercart .block-sku-detail-sku-container-list li,
  .unproduct_list .block-sku-detail-sku-container-list li {
    line-height: 2.07692em;
    margin: 0 7px 5px 0; }
  .bx_ordercart .block-sku-detail-sku-container-list .cnt.size,
  .unproduct_list .block-sku-detail-sku-container-list .cnt.size {
    min-width: 3.07692em;
    height: 2.30769em; }

.unproduct_list .block-sku {
  font-size: 1.3rem; }

.fancybox-skin {
  background: #fff;
  color: #555555; }

.fancybox-title {
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #e1e1e1;
  visibility: visible;
  z-index: 5; }

.fancybox-close {
  background-image: none;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px; }
  .fancybox-close:before {
    content: "";
    border: 1px solid #7c7c7c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    border-left: none;
    position: absolute;
    left: -1px;
    top: 5px;
    width: 18px;
    height: 5px; }
  .fancybox-close:after {
    content: "";
    border: 1px solid #7c7c7c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
    border-left: none;
    position: absolute;
    left: 2px;
    top: 5px;
    width: 18px;
    height: 5px; }
  .fancybox-close:hover:before {
    border-color: #000; }
  .fancybox-close:hover:after {
    border-color: #000; }

.basket-small .name {
  margin-bottom: 18px; }
  .basket-small .name a {
    color: #333333;
    font-size: 1.4rem; }

.basket-small .quantity {
  margin: 0; }

.basket-small .content_price {
  margin-bottom: 18px; }
  .basket-small .content_price .price {
    font-size: 1.8rem;  }

.basket-small .sku-name {
  width: 7rem;
  display: inline-block;
  padding-right: 10px; }

.basket-small .sku-value {
  color: #000; }

.basket-popup .basket-popup-list .itemphoto {
  min-width: 11rem; }
  .basket-popup .basket-popup-list .itemphoto-container {
    position: relative;
    padding-top: 100%;
    min-width: 50px;
    max-width: 100%;
    height: 0; }
  .basket-popup .basket-popup-list .itemphoto_container {
    position: relative;
    display: inline-block; }
  .basket-popup .basket-popup-list .itemphoto-photo {
    position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .basket-popup .basket-popup-list .itemphoto .cnt_item {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    border: 1px solid #ccc; }

.basket-popup .basket-popup-list .item {
  min-width: 25rem; }
  .basket-popup .basket-popup-list .item .itemtitle {
    margin-top: 0; }
    .basket-popup .basket-popup-list .item .itemtitle a {
      color: #333333; }

.basket-popup .basket-popup-list .form-inline .quantity {
  margin-top: 0; }
  .basket-popup .basket-popup-list .form-inline .quantity .qty {
    height: 3rem;
    width: 4rem; }

.basket-popup .basket-popup-list .content_price {
  min-width: 13rem;
  font-size: 1.1rem; }
  .basket-popup .basket-popup-list .content_price .price {
    font-weight: 600; }
  .basket-popup .basket-popup-list .content_price .old-price,
  .basket-popup .basket-popup-list .content_price .discount {
    font-size: 1.1rem; }

.basket-popup .basket-popup-list td:last-child {
  min-width: 13rem; }

.basket-popup .basket-popup-list .sku_prop_list {
  margin-bottom: 0;
  font-style: italic;
  padding-left: 0.5rem; }
  .basket-popup .basket-popup-list .sku_prop_list li:first-child {
    font-weight: 600; }
    .basket-popup .basket-popup-list .sku_prop_list li:first-child:after {
      content: ":"; }

.basket-popup .basket-popup-list .ordercart-itemart {
  margin-bottom: 0;
  font-style: italic;
  padding-left: 0.5rem; }
  .basket-popup .basket-popup-list .ordercart-itemart li .ordercart-itemart-name {
    font-weight: 600; }
    .basket-popup .basket-popup-list .ordercart-itemart li .ordercart-itemart-name:after {
      content: ":"; }

.basket-popup .bx_ordercart_order_pay_right .bx_ordercart_order_sum {
  float: right;
  margin-bottom: 18px; }
  .basket-popup .bx_ordercart_order_pay_right .bx_ordercart_order_sum td {
    padding-right: 8px; }
  .basket-popup .bx_ordercart_order_pay_right .bx_ordercart_order_sum .allSum_FORMATED {
    font-weight: 600; }

.basket-popup .bx_ordercart_order_pay {
  text-align: right;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.promo-banner {
  position: relative; }
  .promo-banner .panel-body {
    position: absolute;
    top: 0;
    z-index: 2; }
    .promo-banner .panel-body a {
      text-decoration: none; }
  .promo-banner .banner-text {
    clear: both; }
  .promo-banner .button {
    display: inline-block;
    clear: both; }

@media (max-width: 991px) {
  .owlslider li,
  .owlslider .owlslider-table-td {
    height: 40vw !important; } }

@media (max-width: 767px) {
  .owlslider {
    padding-bottom: 40px; } }

.owlslider .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.owlslider .item-container {
  position: relative; }

.owlslider .item-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  .owlslider .item-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.owlslider .owl-nav {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .owlslider .owl-nav > div {
    width: 50px;
    height: 80px;
    text-align: center;
    color: #000;
    padding: 13px 0px;
    background-color: #fff;
    font: normal normal normal 50px/1 FontAwesome;
    opacity: .2;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .owlslider .owl-nav > div:hover {
      opacity: 1; }
  .owlslider .owl-nav .owl-prev {
    left: 0; }
    .owlslider .owl-nav .owl-prev:before {
      content: ""; }
  .owlslider .owl-nav .owl-next {
    right: 0; }
    .owlslider .owl-nav .owl-next:before {
      content: ""; }

.owlslider:hover .owl-nav {
  opacity: 1; }

.owlslider .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .owlslider .owl-dots > .owl-dot {
    width: 14px;
    height: 14px;
    float: left;
    position: relative; }
    .owlslider .owl-dots > .owl-dot:before {
      content: "";
      position: absolute;
      left: 2px;
      right: 2px;
      top: 2px;
      bottom: 2px;
      border-radius: 50%;
      background-color: #404040;
      -webkit-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out; }
    .owlslider .owl-dots > .owl-dot.active:before, .owlslider .owl-dots > .owl-dot:hover:before {
      content: "";
      background-color: #e4122c;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .owlslider .owl-dots > .owl-dot + .owl-dot {
    margin-left: 5px; }
  @media (max-width: 767px) {
    .owlslider .owl-dots > .owl-dot {
      width: 12px;
      height: 12px; }
    .owlslider .owl-dots > .owl-dot + .owl-dot {
      margin-left: 14px; } }
  @media (max-width: 767px) {
    .owlslider .owl-dots {
      bottom: -35px; } }

.owlslider-table {
  display: table;
  position: relative;
  z-index: 2; }
  .owlslider-table-tr {
    display: table-row; }
  .owlslider-table-td {
    display: table-cell;
    vertical-align: middle; }
  .owlslider-table-text {
    margin-bottom: 9px; }

.owlslider .btn {
  position: relative;
  z-index: 10; }
  @media (max-width: 480px) {
    .owlslider .btn {
      font-size: 1.2rem;
      padding: 0.5rem;
      line-height: 1.5; } }

.owlslider .h1 {
  margin-top: 0; }
  @media (max-width: 767px) {
    .owlslider .h1 {
      font-size: 4vw !important;
      line-height: 5vw !important;
      color: #000 !important; } }

.owlslider .item__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%; }

.owlslider .item___image.right {
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: 1; }

.owlslider .item___image.left {
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  z-index: 1; }

.sorter {
  padding-bottom: 10px; }
  .sorter label {
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    border: 1px solid transparent; }
    .sorter label:after {
      content: ":"; }
  .sorter .sortbutton {
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #777777; }
    .sorter .sortbutton:before {
      font-family: FontAwesome;
      font-size: 1.4rem; }
    .sorter .sortbutton.down:before {
      content: ""; }
    .sorter .sortbutton.up:before {
      content: ""; }
  .sorter .slist:before {
    font-family: FontAwesome;
    font-size: 1.3rem;
    content: ""; }
  .sorter .sgrid:before {
    font-family: FontAwesome;
    font-size: 1.3rem;
    content: ""; }
  .sorter .stable:before {
    font-family: FontAwesome;
    font-size: 1.3rem;
    content: ""; }
  @media (max-width: 767px) {
    .sorter .view {
      position: relative; }
      .sorter .view .btn.active ~ .btn {
        z-index: 2; }
      .sorter .view .btn {
        width: 35px; }
        .sorter .view .btn.active {
          visibility: hidden; }
        .sorter .view .btn:not(.active) {
          position: absolute;
          top: 0;
          left: 0; }
        .sorter .view .btn.view-1 {
          z-index: 1; }
        .sorter .view .btn:last-child {
          z-index: 1 !important; } }
  .sorter .btn-group.sort {
    margin-right: 20px; }

#ajax-section,
#ajax-section-loader {
  position: relative; }

.catalog-products-container .unproduct:not(.owl-carousel) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.available-container {
  margin-top: 10px; }
  .available-container > .text:before {
    font-family: FontAwesome;
    content: "";
    font-size: 1.3rem; }

.notavailable {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  white-space: normal;
  line-height: normal;
  padding: 0.5rem 1.5rem; }

.unproduct .bx-catalog-subscribe-button:not(.btn) {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  white-space: normal;
  line-height: normal;
  padding: 0.5rem 1.5rem; }

.unproduct .wishlist-remove {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
  color: #555555;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 11;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .unproduct .wishlist-remove:before {
    font-size: 1.3rem;
    font-family: FontAwesome;
    content: ""; }
  .unproduct .wishlist-remove:hover {
    background-color: #e4122c;
    border-color: #e4122c;
    color: #fff; }

@media (max-width: 767px) {
  .unproduct .old-price {
    display: block; } }

.unproduct-item {
  display: inline-block;
  vertical-align: top;
  padding: 10px; }
  .unproduct-item .unproduct-container:hover .button-container .un_buttoncart {
    border-color: #e4122c;
    background: #e4122c;
    color: #fff; }
  .unproduct-item .unproduct-container:hover .button-container .wishlist {
    opacity: 1;
    left: -36px; }
  .unproduct-item .unproduct-container:hover .button-container .compare {
    opacity: 1;
    right: -36px; }

.unproduct-image-container {
  position: relative; }
  .unproduct-image-container .unproduct-image-link {
    border: 1px solid #e6e6e6;
    display: block;
    position: relative; }
    .unproduct-image-container .unproduct-image-link img {
      padding: 3px;
      width: 100%; }
  .unproduct-image-container .picture__second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .unproduct-image-container .mask {
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    background-color: rgba(74, 74, 74, 0.7); }
    .unproduct-image-container .mask .quick-view {
      opacity: 1; }
  .unproduct-image-container:hover .mask,
  .unproduct-image-container:hover .picture__second,
  .unproduct-image-container:hover .quick-view {
    opacity: 1; }
  .unproduct-image-container .quick-view {
    opacity: 0;
    text-decoration: none;
    color: #555555;
    position: absolute;
    bottom: 5px;
    left: 50%;
    background-color: #f8f8f8;
    border: 4px solid #e1e1e1;
    padding: 4px 15px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 10;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .unproduct-image-container .quick-view:hover {
      border-color: #cfcfcf; }

.unproduct .name_unproduct {
  margin-top: 12px;
  text-align: center; }
  .unproduct .name_unproduct a {
    color: #222222;
    text-decoration: none;
    font-size: 1.4rem; }

.unproduct .block_list {
  text-align: center;
  padding-top: 10px; }
  .unproduct .block_list .block-sku {
    text-align: left; }

.unproduct .button-container {
  margin-top: 12px;
  position: relative;
  display: inline-block; }
  .unproduct .button-container .un_buttoncart {
    border: 1px solid #b3b3b3;
    text-decoration: none;
    color: #333333;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1.3rem;
    font-size: 1.4rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .unproduct .button-container .un_buttoncart:not(.more):before {
      font-family: FontAwesome;
      content: "";
      margin-right: 0.6rem;
      font-size: 1.07692em; }
  .unproduct .button-container .wishlist {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .unproduct .button-container .wishlist > a {
      line-height: 3.3rem;
      border: 1px solid #b3b3b3;
      color: #333333;
      width: 3.3rem;
      height: 3.3rem;
      font-size: 1.4rem;
      text-align: center;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
      .unproduct .button-container .wishlist > a:before {
        font-family: FontAwesome;
        content: "";
        font-size: 1.7rem; }
      .unproduct .button-container .wishlist > a > span {
        display: none; }
      .unproduct .button-container .wishlist > a.isset {
        border-color: #ed4949;
        color: #ed4949; }
    .unproduct .button-container .wishlist .tooltip-inner {
      white-space: nowrap; }
  .unproduct .button-container .compare {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .unproduct .button-container .compare > a {
      line-height: 3.3rem;
      border: 1px solid #b3b3b3;
      color: #333333;
      width: 3.3rem;
      height: 3.3rem;
      font-size: 1.4rem;
      text-align: center;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
      .unproduct .button-container .compare > a:before {
        font-family: FontAwesome;
        content: "";
        font-size: 1.7rem; }
      .unproduct .button-container .compare > a > span {
        display: none; }
      .unproduct .button-container .compare > a.isset {
        border-color: #52b9b5;
        color: #52b9b5; }
    .unproduct .button-container .compare .tooltip-inner {
      white-space: nowrap; }
  .unproduct .button-container .btn-lg, .unproduct .button-container .btn-group-lg > .btn {
    font-size: 1.8rem; }
  .unproduct .button-container .btn-sm, .unproduct .button-container .btn-group-sm > .btn {
    font-size: 1.3rem; }
  .unproduct .button-container .btn-xs, .unproduct .button-container .btn-group-xs > .btn {
    font-size: 1.3rem; }

@media (min-width: 1200px) {
  .unproduct.one_column .col-lg-3 {
    width: 20%; } }

.product-title {
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 4px solid #f0f0f0;
  padding-right: 50px; }
  .product-title > a {
    color: #000;
    text-decoration: none; }
    .product-title > a:focus, .product-title > a:hover {
      color: #000; }

.sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5; }
  .sticker > span {
    padding: 0 9px 2px 9px;
    text-align: center;
    display: table;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 5px; }
  .sticker .stickernew {
    background-color: #404040;
    color: #fff; }
  .sticker .stickersales {
    background-color: #e27c7c;
    color: #fff; }
  .sticker .stickerhit {
    background-color: #fdcc0a;
    color: #333; }
  .sticker .stickergift {
    background-color: #F2532F;
    color: #fff; }

.catalog-sidebar {
  font-size: 1.1rem; }
  .catalog-sidebar .product-title {
    font-size: 1.53846em;
    padding-right: 45px; }
  .catalog-sidebar-item {
    padding: 10px 0; }
    .catalog-sidebar-item .name_unproduct {
      margin-top: 0;
      text-align: left; }
    .catalog-sidebar-item .block_list {
      text-align: left; }
    .catalog-sidebar-item .block-sku {
      padding-top: 10px; }
    .catalog-sidebar-item + .catalog-sidebar-item {
      border-top: 1px solid #e1e1e1; }
    .catalog-sidebar-item .un_buttoncart:hover {
      border-color: #e4122c;
      background: #e4122c;
      color: #fff; }

@media (min-width: 1200px) {
  .catalog-sidebar {
    font-size: 1.2rem; } }

.unproduct_list .bx-catalog-subscribe-button {
  margin-top: 10px; }
  .unproduct_list .bx-catalog-subscribe-button:not(.btn) {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #e4e4e4;
    background: #f3f3f3;
    white-space: normal;
    line-height: normal;
    padding: 0.5rem 1.5rem; }

.unproduct_list .unproduct-item {
  display: block; }

.unproduct_list .unproduct-item + .unproduct-item {
  border-top: 1px solid #e1e1e1; }

.unproduct_list .name_unproduct {
  margin-bottom: 10px; }
  .unproduct_list .name_unproduct a {
    color: #222222;
    text-decoration: none;
    font-size: 1.4rem; }

.unproduct_list .desc {
  color: #777777;
  margin-bottom: 10px; }

.unproduct_list .block_list .content_price > span {
  display: block; }

.unproduct_list .un_buttoncart {
  margin-top: 10px;
  padding: 0.5rem 1rem 0.5rem 1.3rem;
  font-size: 1.3rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .unproduct_list .un_buttoncart:before {
    font-family: FontAwesome;
    content: "";
    margin-right: .6rem;
    font-size: 1.07692em; }

.unproduct_list .wishlist {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top; }
  .unproduct_list .wishlist > a {
    line-height: 3.3rem;
    border: 1px solid #b3b3b3;
    color: #333333;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0; }
    .unproduct_list .wishlist > a:before {
      font-family: FontAwesome;
      content: "";
      font-size: 1.7rem; }
    .unproduct_list .wishlist > a > span {
      display: none; }
    .unproduct_list .wishlist > a.isset {
      border-color: #ed4949;
      color: #ed4949; }
  .unproduct_list .wishlist .tooltip-inner {
    white-space: nowrap; }

.unproduct_list .compare {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top; }
  .unproduct_list .compare > a {
    line-height: 3.3rem;
    border: 1px solid #b3b3b3;
    color: #333333;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0; }
    .unproduct_list .compare > a:before {
      font-family: FontAwesome;
      content: "";
      font-size: 1.7rem; }
    .unproduct_list .compare > a > span {
      display: none; }
    .unproduct_list .compare > a.isset {
      border-color: #52b9b5;
      color: #52b9b5; }
  .unproduct_list .compare .tooltip-inner {
    white-space: nowrap; }

.unproduct_list .sticker {
  display: none; }

.bx_soc_comments_div .blog-comment-date {
  color: #aaa; }

.detail-product {
  padding-bottom: 30px; }
  @media (min-width: 556px) and (max-width: 767px) {
    .detail-product-container > .col-xs-12 {
      width: 50%; } }
  @media (min-width: 556px) {
    .detail-product .product-name {
      float: right; }
      body .detail-product .product-name h1 {
        margin-bottom: 5px; font-size: 35px; } }
  .detail-product.quickview {
    padding-bottom: 0; }
    .detail-product.quickview .detail-product-images-photorama:hover .detail-product-images-photorama-img .owl-nav {
      opacity: 1; }
    .detail-product.quickview .detail-product-images-photorama-img ul li a {
      cursor: default; }
  .detail-product-images-photorama {
    /*&-img-small {

			a {
				display: block;
				opacity: 0.4;

				&.active {
					opacity: 1;
				}

			}

			}*/ }
    .detail-product-images-photorama .fancy-image {
      padding: 5px 0;
      text-align: right; }
      .detail-product-images-photorama .fancy-image > a {
        text-decoration: none;
        color: #777777;
        font-size: 1.1rem; }
        .detail-product-images-photorama .fancy-image > a:before {
          font-family: FontAwesome;
          content: "";
          font-size: 1.5rem;
          margin-right: 6px; }
    .detail-product-images-photorama-img {
      overflow: hidden; }
      .detail-product-images-photorama-img a {
        display: block;
        max-width: 99.9%; }
      .detail-product-images-photorama-img .owl-nav {
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        position: absolute;
        top: 43%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .detail-product-images-photorama-img .owl-nav > div {
          width: 50px;
          height: 80px;
          color: #e4122c;
          padding: 13px 0px;
          font-family: FontAwesome;
          font-size: 5rem;
          opacity: .5;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          position: absolute; }
          .detail-product-images-photorama-img .owl-nav > div:before {
            top: 50%;
            left: 50%;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .detail-product-images-photorama-img .owl-nav > div.owl-prev {
            left: 0; }
            .detail-product-images-photorama-img .owl-nav > div.owl-prev:before {
              content: ""; }
          .detail-product-images-photorama-img .owl-nav > div.owl-next {
            right: 0; }
            .detail-product-images-photorama-img .owl-nav > div.owl-next:before {
              content: ""; }
      .detail-product-images-photorama-img .owl-dots .owl-dot {
        opacity: 0.4; }
        .detail-product-images-photorama-img .owl-dots .owl-dot.active {
          opacity: 1; }
    .detail-product-images-photorama:not(.vertical) {
      /*.detail-product-images-photorama-img-small {
				margin-top: 8px;
				}*/ }
      .detail-product-images-photorama:not(.vertical) .detail-product-images-photorama-img .owl-nav {
        top: 33%; }
    .detail-product-images-photorama.vertical {
      position: relative;
      /*.detail-product-images-photorama-img-small {
		    position: absolute;
		    top: 0;
		    left: 0;

				ul {
					margin-top: -3px;
					margin-bottom: -3px;

					li {
						padding: 3px 0;
					}

				}

				}*/ }
      .detail-product-images-photorama.vertical .fancy-image {
        padding-left: 90px; }
  .detail-product-right .wishlist {
    display: inline-block;
    vertical-align: top; }
    .detail-product-right .wishlist > a {
      line-height: 3.3rem;
      border: 1px solid #b3b3b3;
      color: #333333;
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.4rem;
      text-align: center;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
      .detail-product-right .wishlist > a:before {
        font-family: FontAwesome;
        content: "";
        font-size: 1.7rem; }
      .detail-product-right .wishlist > a > span {
        display: none; }
      .detail-product-right .wishlist > a.isset {
        border-color: #ed4949;
        color: #ed4949; }
  .detail-product-right .compare {
    display: inline-block;
    vertical-align: top; }
    .detail-product-right .compare > a {
      line-height: 3.3rem;
      border: 1px solid #b3b3b3;
      color: #333333;
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.4rem;
      text-align: center;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
      .detail-product-right .compare > a:before {
        font-family: FontAwesome;
        content: "";
        font-size: 1.7rem; }
      .detail-product-right .compare > a > span {
        display: none; }
      .detail-product-right .compare > a.isset {
        border-color: #52b9b5;
        color: #52b9b5; }
  .detail-product-right .rating {
    float: left; }
  .detail-product-right .prop-block {
    position: relative;
    margin-top: 20px; }
    .detail-product-right .prop-block .prop {
      position: absolute;
      right: 0;
      top: 0; }
      .detail-product-right .prop-block .prop dt {
        display: none; }
  .detail-product-right .prop-container .prop {
    margin-bottom: 0;
    margin-top: 10px; }
    .detail-product-right .prop-container .prop dt,
    .detail-product-right .prop-container .prop dd {
      float: left; }
    .detail-product-right .prop-container .prop dt {
      margin-right: 5px;
      clear: both; }
  .detail-product-right .content_price {
    margin-right: 80px;
    font-size: 1.6rem; }
    .detail-product-right .content_price > span {
      display: block; }
  .detail-product-right .button-cart {
    margin-top: 20px; }
    .detail-product-right .button-cart .un_buttoncart {
      color: #fff;
      padding: 7px 52px;
      text-transform: uppercase;
      font-size: 1.4rem; }
  .detail-product-right .available {
    margin-top: 10px; }
    .detail-product-right .available > a {
      color: #222222;
      border-bottom: 1px dotted;
      text-decoration: none;
      margin-right: 2px; }
  .detail-product .fab-rule {
    border: 0;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#e1e1e1), color-stop(11%, #e1e1e1), color-stop(11.1%, #fff), to(#fff));
    background: linear-gradient(to right, #e1e1e1, #e1e1e1 11%, #fff 11.1%, #fff);
    background: -webkit-linear-gradient(left, #e1e1e1, #e1e1e1 11%, #fff 11.1%, #fff);
    background-size: 9px;
    -webkit-background-size: 9px; }
  .detail-product .detail-tabs-container {
    margin-top: 30px; }
  .detail-product .youtube-video {
    position: relative; }
    .detail-product .youtube-video iframe {
      width: 100%;
      height: 270px; }
  .detail-product .documentations .file {
    text-decoration: none;
    float: left;
    display: block; }
    .detail-product .documentations .file span {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 50px;
      background: #ccc;
      border-top-right-radius: 18px; }
      .detail-product .documentations .file span:before {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .detail-product .documentations .pdf .file span:before {
    content: "psd"; }
  .detail-product .documentations .word .file span:before {
    content: "word"; }
  .detail-product .documentations .excel .file span:before {
    content: "excel"; }
  .detail-product .documentations .desc {
    padding-left: 50px; }
    .detail-product .documentations .desc .size {
      font-size: 1.1rem; }

.zoomContainer {
  z-index: 13; }

.gallery-popup .big-image {
  text-align: center; }
  .gallery-popup .big-image img {
    max-height: 520px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto; }

.gallery-popup ul li {
  margin: 5px 0; }
  .gallery-popup ul li a {
    display: block;
    opacity: 0.4; }
    .gallery-popup ul li a.active {
      opacity: 1; }
  .gallery-popup ul li:nth-child(2n+3) {
    clear: both; }

.social-likes-container {
  padding-top: 10px;
  text-align: right; }
  .social-likes-container .social-likes-name {
    display: none;
    padding-right: 8px; }
    .social-likes-container .social-likes-name:after {
      content: ":"; }
  .social-likes-container .social-likes {
    display: inline-block;
    vertical-align: middle; }
    .social-likes-container .social-likes > div {
      display: inline-block;
      vertical-align: top; }
      .social-likes-container .social-likes > div + div {
        padding-left: 20px; }
    .social-likes-container .social-likes__button {
      cursor: pointer;
      color: #ccc;
      font-size: 2.2rem; }
    .social-likes-container .social-likes__icon:hover {
      color: #000; }
    .social-likes-container .social-likes__icon_vkontakte:before {
      content: ""; }
    .social-likes-container .social-likes__icon_vkontakte:hover {
      color: #507299; }
    .social-likes-container .social-likes__icon_facebook:before {
      content: ""; }
    .social-likes-container .social-likes__icon_facebook:hover {
      color: #3A5B99; }
    .social-likes-container .social-likes__icon_twitter:before {
      content: ""; }
    .social-likes-container .social-likes__icon_twitter:hover {
      color: #01ACED; }
    .social-likes-container .social-likes__icon_odnoklassniki:before {
      content: ""; }
    .social-likes-container .social-likes__icon_odnoklassniki:hover {
      color: #F58221; }
    .social-likes-container .social-likes__icon_pinterest:before {
      content: ""; }
    .social-likes-container .social-likes__icon_pinterest:hover {
      color: #CB2027; }
    .social-likes-container .social-likes__icon_plusone:before {
      content: ""; }
    .social-likes-container .social-likes__icon_plusone:hover {
      color: #D1442A; }
    .social-likes-container .social-likes__icon:before {
      font-family: FontAwesome; }
    .social-likes-container .social-likes__counter {
      display: none; }

.form-inline .quantity {
  margin-top: 22px; }
  .form-inline .quantity .input-group-btn {
    width: auto; }
    .form-inline .quantity .input-group-btn:first-child {
      z-index: 3; }
  .form-inline .quantity .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .quantity .btn {
    outline: none; }
  .form-inline .quantity-name,
  .form-inline .quantity .measure_name {
    font-size: 1.3rem; }
  .form-inline .quantity-name {
    padding-right: 5px; }
  .form-inline .quantity .qty {
    width: 70px;
    margin-left: -1px; }
  .form-inline .quantity .measure_name {
    padding-left: 5px; }

h3.bx-newsdetail-title {
  font-size: 28px; margin-top: 0;
}
.constructor .img-thumbnail {
  width: 100%; }

.bx-modal-container {
  margin-top: 20px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  margin-bottom: 20px; }
  .bx-modal-container .bx-original-item-container {
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .bx-modal-container .bx-original-item-container {
        text-align: center; } }
  .bx-modal-container .bx-added-item-table a {
    color: #333333; }
  .bx-modal-container .bx-catalog-set-item-title a {
    color: #333333; }
  .bx-modal-container .bx-modal-small-title {
    margin-top: 0;
    margin-bottom: 20px; }
  .bx-modal-container .bx-constructor-container-result {
    text-align: center; }
    @media (max-width: 767px) {
      .bx-modal-container .bx-constructor-container-result {
        margin-bottom: 20px; } }
  .bx-modal-container .bx-item-set-current-price {
    display: block;
    margin-top: 2px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 3px; }
  .bx-modal-container .bx-added-item-old-price {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.1rem; }
  .bx-modal-container .bx-item-set-economy-price {
    white-space: nowrap;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 0 0 10px;
    display: block; }
  .bx-modal-container .bx-catalog-set-topsale-slider-box {
    position: relative; }
    .bx-modal-container .bx-catalog-set-topsale-slider-box:before {
      left: 0;
      background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
    .bx-modal-container .bx-catalog-set-topsale-slider-box:after {
      right: 0;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
    .bx-modal-container .bx-catalog-set-topsale-slider-box:before, .bx-modal-container .bx-catalog-set-topsale-slider-box:after {
      position: absolute;
      content: " ";
      top: 0;
      bottom: 0;
      width: 5rem;
      z-index: 1000; }
    .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container {
      overflow-y: hidden;
      overflow-x: auto;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-container {
        position: relative;
        min-height: 20px;
        float: left; }
      .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item {
        border: 1px solid transparent;
        overflow: hidden;
        border-radius: 3px;
        background: #FFF;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding-bottom: 10px; }
        .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-img {
          padding: 10px;
          position: relative;
          padding-top: 109% !important;
          height: 0; }
          .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-img-container {
            position: absolute;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px; }
            .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-img-container img {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
        .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-title {
          line-height: 1.5rem;
          height: 3.5rem;
          overflow: hidden;
          vertical-align: top;
          padding: 5px 15px;
          position: relative; }
          .bx-modal-container .bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-item-title:after {
            content: "";
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
            bottom: 0;
            right: 0;
            left: 0;
            height: 1rem;
            position: absolute;
            -webkit-transition: opacity 0.25s ease;
            -o-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease; }
  .bx-modal-container .bx-added-item-table-container .bx-added-item-table .bx-added-item-table-cell-img {
    width: 5rem; }
    @media (max-width: 767px) {
      .bx-modal-container .bx-added-item-table-container .bx-added-item-table .bx-added-item-table-cell-img {
        float: left; } }
    @media (max-width: 374px) {
      .bx-modal-container .bx-added-item-table-container .bx-added-item-table .bx-added-item-table-cell-img {
        display: none; } }
  .bx-modal-container .bx-added-item-table-container .bx-added-item-table .bx-added-item-table-cell-price {
    width: 15rem;
    text-align: left; }
    .bx-modal-container .bx-added-item-table-container .bx-added-item-table .bx-added-item-table-cell-price .bx-added-item-new-price {
      white-space: nowrap; }
  .bx-modal-container .bx-added-item-delete {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMkRGNUY2QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMkRGNUY3QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyREY1RjRCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyREY1RjVCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAJAAkDAREAAhEBAxEB/8QAawAAAwEAAAAAAAAAAAAAAAAAAAUICgEAAwEBAAAAAAAAAAAAAAAAAAEEAwUQAAEDAgMJAAAAAAAAAAAAAAMCBAYSBQATCEJyI7XVlgdXOBEAAgIBBQAAAAAAAAAAAAAAAAFRIgIRMYGhQv/aAAwDAQACEQMRAD8A1KSiUXhneJpFYrNL850qOb8EU/n4QrentZ3qyEes2b0hFFW0WVSc0tKqatqri9HHFaJtWIm42LOyNPXsxPe1z6hiS8dG9JAHz15M3ZtzO4YPa4DwxrhDP//Z") no-repeat center; }
  .bx-modal-container .bx-catalog-set-item-price {
    text-align: center;
    min-height: 50px;
    padding: 5px 15px 0; }
  .bx-modal-container .bx-catalog-set-item-add-btn {
    text-align: center; }

.table-size {
  margin-top: 15px; }
  .table-size > a {
    color: #333333;
    text-decoration: none; }
    .table-size > a:before {
      content: "";
      background-image: url(../images/table-size/rules.png);
      background-position: 0 0;
      width: 16px;
      height: 7px;
      display: inline-block;
      margin-right: 6px; }
    .table-size > a:focus, .table-size > a:hover {
      color: #000; }

.tablesize {
  font-family: sans-serif; }
  .tablesize article:before, .tablesize article:after {
    content: " ";
    display: table; }
  .tablesize article:after {
    clear: both; }
  .tablesize .table-responsive,
  .tablesize .table {
    margin-bottom: 0; }
  .tablesize h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 25px; }
  .tablesize .tab-pane > div,
  .tablesize .tab-pane > article:first-child {
    padding-top: 15px; }
  .tablesize-bold td,
  .tablesize-bold th {
    background-color: #fffcdf;
    background-color: #999 !important;
    color: #fff; }
  .tablesize td {
    text-align: center;
    background-color: #f5f5f5; }
    .tablesize td.left {
      text-align: left;
      background-color: #eeeeee; }
  .tablesize th {
    background-color: #eeeeee;
    font-weight: normal; }
  .tablesize td,
  .tablesize th {
    font-size: 1.2rem;
    white-space: nowrap;
    min-width: 50px;
    vertical-align: middle !important; }
  .tablesize .how-to-measure {
    display: -ms-flexbox;
    -webkit-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .tablesize .b-sizes__coll-left {
    width: 135px;
    float: left; }
  .tablesize .b-sizes__coll-right {
    margin-left: 135px;
    margin-bottom: 5px; }
    .tablesize .b-sizes__coll-right .table {
      margin-left: -1px; }
  .tablesize .table .height1 {
    height: 70px; }
  .tablesize .table .height2 {
    height: 51px; }
  .tablesize .table .height3 {
    height: 68px; }
  .tablesize .table span {
    display: none; }
    .tablesize .table span.mobile {
      display: block; }
  @media (min-width: 768px) {
    .tablesize .b-sizes__coll-left {
      width: 205px; }
    .tablesize .b-sizes__coll-right {
      margin-left: 205px; }
    .tablesize .table span {
      display: block; }
      .tablesize .table span.mobile {
        display: none; } }

.brand-element {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px; }

.brands-index-list {
  padding: 20px 20px 17px; }
  .brands-index-list a {
    display: inline-block;
    padding: 0 8px 0 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #333333; }

.brands-block:before, .brands-block:after {
  content: " ";
  display: table; }

.brands-block:after {
  clear: both; }

.brands-block + .brands-block {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: 10px; }

.brands-block > li ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #777777; }

.brands-container-list-name {
  font-size: 2.2rem;
  color: #333333;
  text-align: center; }

.brands-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .brands-grid article {
    text-align: center;
    border: 1px solid transparent;
    height: 8.2rem;
    margin-bottom: 2rem; }
    .brands-grid article:hover {
      border-color: #eeeeee; }

.brand-main-block .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.brand-main-block .brand-block-container-li {
  padding-top: 10px;
  padding-bottom: 10px; }
  .brand-main-block .brand-block-container-li a {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    display: block; }
  .brand-main-block .brand-block-container-li img {
    margin: 0 auto;
    opacity: .5;
    width: auto; }
  .brand-main-block .brand-block-container-li:hover img {
    opacity: 1; }

.testimonials_1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .testimonials_1 .testimonials-title {
    color: #fff;
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 5rem;
    text-transform: uppercase; }
  .testimonials_1 .testimonials-item {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto; }
    .testimonials_1 .testimonials-item .testimonials-item-container {
      position: relative;
      z-index: 3;
      padding: 20px 40px; }
    .testimonials_1 .testimonials-item-name > a {
      color: #a6a6a6;
      font-size: 1.4rem; }
    .testimonials_1 .testimonials-item .testimonials-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0.5;
      z-index: 1; }

.bx-pagination {
  margin: 40px 0;
  text-align: center; }
  .bx-pagination ul {
    margin-bottom: 0; }
    .bx-pagination ul li .btn.disabled {
      cursor: default; }
    .bx-pagination ul li a {
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .bx-pagination ul li.bx-active .btn {
      border-color: #e4122c;
      background-color: #e4122c;
      color: #fff;
      cursor: default; }
    .bx-pagination ul li:not(.bx-pag-prev):not(.bx-pag-next):hover a {
      border-color: #e4122c;
      background-color: #e4122c;
      color: #fff; }
    @media (max-width: 767px) {
      .bx-pagination ul li.bx-pag-next, .bx-pagination ul li.bx-pag-prev {
        display: none; } }

.bx_item_detail_rating .bx_stars_container {
  position: relative;
  width: 77px;
  height: 30px;
  background: #dadada;
  background-size: 100% 100%; }

.bx_item_detail_rating .bx_stars_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url(../components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center; }

.bx_item_detail_rating .bx_stars_progres {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #3c3c3c; }

.bx_item_detail_rating .bx_stars_rating_votes {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle; }

.available .dropdown-menu .panel-heading {
  margin: 0;
  position: relative;
  text-transform: uppercase; }
  .available .dropdown-menu .panel-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    width: 91%; }

.available .dropdown-menu .panel-body > div {
  color: #777777;
  margin-bottom: 10px; }
  .available .dropdown-menu .panel-body > div:last-child {
    margin-bottom: 0; }
  .available .dropdown-menu .panel-body > div a {
    font-size: 1.4rem;
    color: #000; }

.frame_breadcrumb {
  padding: 10px;
  background-color: #fff; }
  .frame_breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    .frame_breadcrumb .breadcrumb li a {
      color: #777777; }

.notice {
  margin-top: 15px; }
  .notice-link {
    color: #333333;
    text-decoration: none; }
    .notice-link:before {
      font-family: FontAwesome;
      margin-right: 0.6rem;
      content: ""; }
    .notice-link:hover, .notice-link:focus {
      color: #000;
      text-decoration: none; }
  .notice .panel-heading {
    position: relative; }
    .notice .panel-heading:before {
      content: "";
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #e1e1e1;
      width: 91%; }
  .notice .panel-body td.padding-right {
    padding-right: 8px; }
  .notice .panel-body td.padding-left {
    padding-left: 8px; }

.popup-window .notice {
  margin-top: 0; }
  .popup-window .notice .panel-heading {
    margin-top: -7px; }

.catalog-categories > section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }
  .catalog-categories > section > article {
    padding-bottom: 20px; }

.catalog-categories section.list-inline > article {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.catalog-categories .catalog-categories-description {
  clear: both;
  padding-top: 12px; }

.catalog-categories .catalog-categories-item.level-1 {
  display: block;
  margin-bottom: 8px; }
  .catalog-categories .catalog-categories-item.level-1 a {
    font-size: 1.6rem; }
  @media (max-width: 767px) {
    .catalog-categories .catalog-categories-item.level-1 {
      margin-top: 8px; } }

.catalog-categories .catalog-categories-item:not(.level-1) a {
  color: #777777; }

.search-page {
  margin-bottom: 10px; }
  .search-page .h4 {
    margin-top: 0;
    margin-bottom: 15px; }

.bx-newslist .grid {
  display: -ms-flexbox;
  -webkit-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .bx-newslist .grid .bx-newslist-title {
    margin-top: 9px; }

.bx-newslist-container {
  margin-bottom: 20px; }

.bx-newslist-title {
  margin-top: 0; }
  .bx-newslist-title a {
    color: #222222; }
    .bx-newslist-title a:focus, .bx-newslist-title a:hover {
      color: #222222; }
  @media (max-width: 767px) {
    .bx-newslist-title {
      margin-top: 9px; } }

.bx-newslist-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.bx-newslist-action-date > span {
  display: inline-block;
  padding: 5px 7px;
  color: #fff; }

.bx-newsdetail-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.post-list-item {
  padding: 10px; }

.post-list-name {
  margin-top: 0; }
  .post-list-name a {
    color: #222222; }
    .post-list-name a:focus, .post-list-name a:hover {
      color: #222222; }

.post-list-1 {
  margin-bottom: 10px; }

.post-list-sidebar-item {
  padding: 10px 0; }
  .post-list-sidebar-item + .post-list-sidebar-item {
    border-top: 1px solid #e1e1e1; }

.post-list-sidebar-name {
  margin-top: 0;
  margin-bottom: 0; }
  .post-list-sidebar-name a {
    color: #222222; }

.post-list-sidebar-desc {
  margin-top: 9px; }

.post-list-sidebar-1.col-lg-12 {
  margin-bottom: 10px; }

.store-map {
  margin-bottom: 20px; }

.store-list {
  margin: -10px 0; }
  .store-list-item {
    padding-top: 10px;
    padding-bottom: 10px; }
    .store-list-item + .store-list-item {
      border-top: 1px solid #e1e1e1; }
  .store-list-name {
    margin-top: 0; }
    .store-list-name a {
      color: #333333; }
      .store-list-name a:focus, .store-list-name a:hover {
        color: #333333; }

.store-detail-name {
  font-weight: 600;
  padding-right: 10px; }

.store-detail-map {
  margin-top: 10px; }

.catalog-tabs {
  margin-top: 18px;
  position: relative; }
  .catalog-tabs .nav-pills {
    border-bottom: 4px solid #f0f0f0; }
    @media (max-width: 767px) {
      .catalog-tabs .nav-pills {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .catalog-tabs .nav-pills > li {
        float: none; } }
    .catalog-tabs .nav-pills > li.active > a {
      opacity: 1; }
      @media (min-width: 768px) {
        .catalog-tabs .nav-pills > li.active > a {
          background-color: transparent !important;
          border-bottom: 3px solid #e4122c;
          margin-bottom: -3px;
          color: #333333; }
          .catalog-tabs .nav-pills > li.active > a:hover, .catalog-tabs .nav-pills > li.active > a:focus {
            color: #333333; } }
    .catalog-tabs .nav-pills > li:not(.active) > a {
      color: #000;
      opacity: .7; }
      .catalog-tabs .nav-pills > li:not(.active) > a:hover {
        opacity: 1; }
    .catalog-tabs .nav-pills > li > a {
      text-transform: uppercase;
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      font-size: 1.75rem; }
      @media (max-width: 767px) {
        .catalog-tabs .nav-pills > li > a {
          text-align: center; } }
      @media (min-width: 768px) {
        .catalog-tabs .nav-pills > li > a:hover, .catalog-tabs .nav-pills > li > a:focus {
          background-color: transparent !important; } }
      .catalog-tabs .nav-pills > li > a:focus {
        outline: none; }
    .catalog-tabs .nav-pills > li:focus {
      outline: none; }

.bx_compare-left {
  width: 13.5rem; }
  @media (min-width: 768px) {
    .bx_compare-left {
      width: 20.5rem; } }
  .bx_compare-left tr td {
    font-weight: 600; }

.bx_compare-right {
  margin-left: 13.5rem;
  margin-bottom: 0.5rem; }
  .bx_compare-right tr td {
    text-align: center; }
  .bx_compare-right tr:first-child td {
    width: 17rem;
    min-width: 17rem; }
    @media (max-width: 767px) {
      .bx_compare-right tr:first-child td {
        width: 14.3rem;
        min-width: 14.3rem; } }
  @media (min-width: 768px) {
    .bx_compare-right {
      margin-left: 20.5rem; } }

.bx_compare tr:first-child td {
  border-top: none; }

.bx_compare tr:nth-child(2n+3) td {
  background: #f9f9f9; }

.bx_compare tr + tr td {
  white-space: normal !important; }

.bx_compare-name {
  color: #222222 !important;
  font-size: 1.4rem;
  white-space: normal; }

.bx_compare .img-thumbnail {
  max-height: 15rem; }

@media (max-width: 767px) {
  .bx_compare .bx_sort_container a {
    display: block; }
    .bx_compare .bx_sort_container a:first-child {
      margin-bottom: 9px; } }

.bx_compare .image {
  position: relative; }

.bx_compare .remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  text-decoration: none; }
  .bx_compare .remove:before {
    font-family: FontAwesome;
    content: "";
    font-size: 1.4rem; }

.bx_catalog-compare-list {
  position: fixed;
  width: 0;
  top: 30%;
  left: 0;
  z-index: 990; }
  .bx_catalog-compare-list.slideInLeft, .bx_catalog-compare-list.slideOutLeft {
    width: 270px; }
  .bx_catalog-compare-list .compare-list-button {
    position: absolute;
    right: -31px;
    top: 0;
    display: inline-block;
    z-index: 3;
    width: 32px;
    height: 162px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .bx_catalog-compare-list .compare-list-button > div {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-top: 130px; }
  .bx_catalog-compare-list .bx_catalog_compare_form {
    position: relative;
    float: none;
    margin: 0; }
  .bx_catalog-compare-list .compare-items {
    margin: -10px 0; }
  .bx_catalog-compare-list .compare-item {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1; }
    .bx_catalog-compare-list .compare-item:first-child {
      border-top: 0; }
  .bx_catalog-compare-list .image {
    position: relative;
    display: inline-block; }
    .bx_catalog-compare-list .image:before {
      font-family: FontAwesome;
      content: "";
      font-size: 1.3rem;
      position: absolute;
      top: 0;
      right: 0; }
  .bx_catalog-compare-list .compare-name {
    color: #222222; }

/* Button */
.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px; }

/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px; }

.bx-filter-param-label {
  font-weight: normal;
  cursor: pointer; }

.bx-catalog-subscribe-form-container-input {
  position: relative; }

.bx-catalog-subscribe-form-container-input input[type="text"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx-catalog-subscribe-form-star-required {
  color: #d93333; }

.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px; }

.bx-catalog-popup-message {
  font-weight: bold;
  min-width: 240px;
  margin: 0 0 0; }

/* Alert style */
.bx-catalog-subscribe-alert {
  background-color: #edf6fc;
  color: #000;
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px; }

.bx-catalog-subscribe-aligner {
  display: inline-block;
  height: 45px;
  margin-left: -1px;
  vertical-align: middle;
  width: 1px; }

.bx-catalog-subscribe-alert-text {
  display: inline-block;
  vertical-align: middle; }

.bx-catalog-subscribe-alert-footer {
  text-align: center; }

.bx-catalog-subscribe-alert-popup {
  background-color: #edf6fc !important;
  border: 1px solid #edf6fc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important; }

.category-description-block,
.category-image-block {
  margin-bottom: 20px; }

.category-description-block h2,
.category-description-block h3,
.category-description-block h4,
.category-description-block h5,
.category-description-block h6,
.category-description-block .h2,
.category-description-block .h3,
.category-description-block .h4,
.category-description-block .h5,
.category-description-block .h6 {
  margin-top: 0; }

@media (min-width: 992px) {
  .section-right {
    float: right; } }

.bx-subscribe-footer .form-group {
  margin-bottom: 0; }

.bx-subscribe-footer .headline {
  margin-top: 0;
  text-transform: uppercase; }

.bx-subscribe-sidebar {
  text-align: center; }

.footer-list a {
  display: inline-block;
  padding: 7px 7px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333; }
  .footer-list a:focus, .footer-list a:hover {
    color: #333333; }

#soc-subscribe {
  background-color: #fff; }

.footer1 {
  border: 4px solid #f0f0f0;
  border-left: 4px;
  border-right: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px; }
  .footer1 ul {
    margin-bottom: 0; }

.soc-name {
  text-align: center;
  margin-bottom: 5px; }

.soc-mobile .list-soc {
  text-align: center; }
  .soc-mobile .list-soc a:hover {
    opacity: .8; }
  .soc-mobile .list-soc a.twitt {
    background-color: #01ACED; }
  .soc-mobile .list-soc a.ok {
    background-color: #F58221; }
  .soc-mobile .list-soc a.pinterest {
    background-color: #CB2027; }
  .soc-mobile .list-soc a.fb {
    background-color: #3A5B99; }
  .soc-mobile .list-soc a.google-plus {
    background-color: #D1442A; }

.list-soc a {
  color: #fff;
  background-color: #232323;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none; }
  .list-soc a:before {
    font-family: FontAwesome; }
  .list-soc a.twitt:before {
    content: ""; }
  .list-soc a.twitt:hover {
    background-color: #01ACED; }
  .list-soc a.ok:before {
    content: ""; }
  .list-soc a.ok:hover {
    background-color: #F58221; }
  .list-soc a.pinterest:before {
    content: ""; }
  .list-soc a.pinterest:hover {
    background-color: #CB2027; }
  .list-soc a.fb:before {
    content: ""; }
  .list-soc a.fb:hover {
    background-color: #3A5B99; }
  .list-soc a.google-plus:before {
    content: ""; }
  .list-soc a.google-plus:hover {
    background-color: #D1442A; }
  .list-soc a.vk:before {
    content: ""; }
  .list-soc a.vk:hover {
    background-color: #4d75a4; }
  .list-soc a.youtube:before {
    content: ""; }
  .list-soc a.youtube:hover {
    background-color: #ca1d21; }
  .list-soc a.instagram:before {
    content: ""; }
  .list-soc a.instagram:hover {
    background-color: #e4122c; }

.link_address a {
  color: #222222;
  text-decoration: none; }

#footer {
  background-color: #fff; }
  #footer .footer-container {
    padding-left: 0;
    list-style: none; }
    #footer .footer-container:before, #footer .footer-container:after {
      content: " ";
      display: table; }
    #footer .footer-container:after {
      clear: both; }
    @media (max-width: 991px) {
      #footer .footer-container .footer-item:nth-child(3) {
        clear: both; } }

#footer2 {
  background-color: #272727; }
  #footer2 .footer2-block {
    color: #747474; }
    @media (max-width: 767px) {
      #footer2 .footer2-block {
        padding: 15px 0; } }
  #footer2 .block-table-td {
    height: 63px;
    vertical-align: middle;
    float: none; }
    @media (max-width: 767px) {
      #footer2 .block-table-td {
        float: left; } }
  @media (min-width: 768px) {
    #footer2 .footer2-paymethod {
      text-align: right; } }

@media (max-width: 991px) {
  #footer2 {
    text-align: center; } }

@media screen and (max-width: 991px) {
  #header { height: auto; }
  #header .logo img {
    margin: 15px auto 10px;
  }
}
.js--main-page-slider,
.js--main-page-slider:focus,
.slick-track,
.slick-track:focus,
.slick-slide,
.slick-slide:focus{
outline:none
}
.js--main-page-slider .slick-slider{
outline:none
}
.js--main-page-slider .slick-track{
	max-height: 100%;
    height: 450px;
}
@media screen and (max-width: 800px) {
    .main-page-slider-container,
    .main-page-slider-item  { height: 230px; }

.js--main-page-slider .slick-track{
	max-height: 100%;
    height: 230px;
}

}
@media screen and (max-width: 480px) {
    .main-page-slider-container,
    .main-page-slider-item  { height: 170px; }


.js--main-page-slider .slick-track{
	max-height: 100%;
    height: 170px;
}
}