@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.eot); /* IE9 Compat Modes */
  src: url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.woff2) format("woff2"), url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.woff) format("woff"), url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.ttf) format("truetype"), url(https://cdn.okazii.ro/css/fonts/open-sans/v18/open-sans-v18-latin-ext_latin-regular.svg#OpenSans) format("svg"); /* Legacy iOS */
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 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 {
  vertical-align: super;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #1447be;
  text-decoration: none;
  /*&:focus {
    @include tab-focus;
  }*/
}
a:hover, a:focus {
  color: #ff9900;
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  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: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}

h2, .h2 {
  font-size: 30px;
}

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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-bold {
  font-weight: 700;
}

.text-semi {
  font-weight: 600;
}

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

.text-regular {
  font-weight: 400;
}

.text-muted {
  color: #8c8c8c;
}

.text-dark {
  color: #333333;
}

.text-secondary {
  color: #ff9900;
}

.text-xxxl {
  font-size: 50px;
}

.text-xxl {
  font-size: 30px;
}

.text-xl {
  font-size: 24px;
}

.text-large {
  font-size: 18px;
}

.text-medium {
  font-size: 16px;
}

.text-regular {
  font-size: 13px;
}

.text-small {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.icon-success {
  color: #70c102;
}

a.icon-success:hover {
  color: #538f01;
}

.icon-success {
  font-size: 36px;
}

.icon-danger {
  color: #a94442;
}

a.icon-danger:hover {
  color: #843534;
}

.icon-danger {
  font-size: 36px;
}

.text-primary {
  color: #0075ee;
}

a.text-primary:hover {
  color: #005cbb;
}

.text-secondary {
  color: #ff9900;
}

a.text-secondary:hover {
  color: #cc7a00;
}

.text-success {
  color: #70c102;
}

a.text-success:hover {
  color: #538f01;
}

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0075ee;
}

a.bg-primary:hover {
  background-color: #005cbb;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
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: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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: " —";
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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: 15px;
  padding-right: 15px;
}
.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: 1270px) {
  .container {
    width: 1270px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1270px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8c8c8c;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.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 #bfbfbf;
}
.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 #bfbfbf;
}
.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 #bfbfbf;
}
.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: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bfbfbf;
  }
  .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;
  }
}

.table-borderless {
  border: 1px solid #bfbfbf;
}
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border-top: none;
  vertical-align: middle;
}
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
  border-top: none;
  vertical-align: middle;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  font-weight: 700;
}

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

.required {
  color: #a94442;
}

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: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-bottom-color: #e0e0e0;
  border-radius: 0;
  -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;
}
.input-group .form-control {
  border-color: #e0e0e0;
}
.form-control:focus {
  border-bottom-color: #0075ee;
  outline: 0;
}
.input-group .form-control:focus, .input-group-btn .form-control:focus {
  border-color: #0075ee;
}
.form-control:focus + .input-group-addon {
  border-color: #0075ee;
  outline: 0;
}
.form-control:focus + .input-group-addon.transparent {
  border-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled] + .input-group-addon, .form-control[readonly] + .input-group-addon, fieldset[disabled] .form-control + .input-group-addon {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control[disabled] + .input-group-addon, fieldset[disabled] .form-control + .input-group-addon {
  cursor: not-allowed;
}
.form-control + .input-group-addon {
  -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 + .input-group-addon:focus {
  border-bottom-color: #0075ee;
  outline: 0;
}
.input-group .form-control + .input-group-addon:focus, .input-group-btn .form-control + .input-group-addon:focus {
  border-color: #0075ee;
}
.form-control + .input-group-addon:focus + .input-group-addon {
  border-color: #0075ee;
  outline: 0;
}
.form-control + .input-group-addon:focus + .input-group-addon.transparent {
  border-color: transparent;
}

textarea.form-control {
  height: auto;
  resize: vertical;
}
textarea.form-control.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > .input-group-btn > textarea.form-control.btn,
.input-group-lg > .input-group-field > textarea.form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > textarea.form-control.btn {
  min-height: 100px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm > .input-group-field > input[type=date].form-control:not(.btn-group),
  .input-group-sm > .input-group-field > .btn-group > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm > .input-group-field > input[type=time].form-control:not(.btn-group),
  .input-group-sm > .input-group-field > .btn-group > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm > .input-group-field > input[type=datetime-local].form-control:not(.btn-group),
  .input-group-sm > .input-group-field > .btn-group > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm > .input-group-field > input[type=month].form-control:not(.btn-group),
  .input-group-sm > .input-group-field > .btn-group > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg > .input-group-field > input[type=date].form-control:not(.btn-group),
  .input-group-lg > .input-group-field > .btn-group > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg > .input-group-field > input[type=time].form-control:not(.btn-group),
  .input-group-lg > .input-group-field > .btn-group > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg > .input-group-field > input[type=datetime-local].form-control:not(.btn-group),
  .input-group-lg > .input-group-field > .btn-group > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg > .input-group-field > input[type=month].form-control:not(.btn-group),
  .input-group-lg > .input-group-field > .btn-group > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 50px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-horizontal .form-group.clear-row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .form-group .nopadding + .nopadding > .form-control {
    border-left: 1px solid #e0e0e0;
  }
}

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

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

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

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

input[type=radio][disabled], input[type=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: 34px;
}
.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,
.input-group-lg > .input-group-field > .form-control-static.form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > .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,
.input-group-sm > .input-group-field > .form-control-static.form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

a.form-control-static {
  display: block;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-field > .form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.input-sm > .dropdown-toggle, .input-group-sm > .form-control > .dropdown-toggle,
.input-group-sm > .input-group-addon > .dropdown-toggle,
.input-group-sm > .input-group-btn > .btn > .dropdown-toggle,
.input-group-sm > .input-group-field > .form-control:not(.btn-group) > .dropdown-toggle,
.input-group-sm > .input-group-field > .btn-group > .btn > .dropdown-toggle {
  height: 30px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-field > select.form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > 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,
.input-group-sm > .input-group-field > textarea.form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > 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,
.input-group-sm > .input-group-field > select[multiple].form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > 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 .form-control > .dropdown-toggle {
  height: 30px;
}
.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;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.input-md, .input-group-md > .form-control,
.input-group-md > .input-group-addon,
.input-group-md > .input-group-btn > .btn,
.input-group-md > .input-group-field > .form-control:not(.btn-group),
.input-group-md > .input-group-field > .btn-group > .btn {
  height: 35px;
  padding: 5px 30px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
}
.input-md > .dropdown-toggle, .input-group-md > .form-control > .dropdown-toggle,
.input-group-md > .input-group-addon > .dropdown-toggle,
.input-group-md > .input-group-btn > .btn > .dropdown-toggle,
.input-group-md > .input-group-field > .form-control:not(.btn-group) > .dropdown-toggle,
.input-group-md > .input-group-field > .btn-group > .btn > .dropdown-toggle {
  height: 35px;
}

select.input-md, .input-group-md > select.form-control,
.input-group-md > select.input-group-addon,
.input-group-md > .input-group-btn > select.btn,
.input-group-md > .input-group-field > select.form-control:not(.btn-group),
.input-group-md > .input-group-field > .btn-group > select.btn {
  height: 35px;
  line-height: 35px;
}

textarea.input-md, .input-group-md > textarea.form-control,
.input-group-md > textarea.input-group-addon,
.input-group-md > .input-group-btn > textarea.btn,
.input-group-md > .input-group-field > textarea.form-control:not(.btn-group),
.input-group-md > .input-group-field > .btn-group > textarea.btn,
select[multiple].input-md,
.input-group-md > select[multiple].form-control,
.input-group-md > select[multiple].input-group-addon,
.input-group-md > .input-group-btn > select[multiple].btn,
.input-group-md > .input-group-field > select[multiple].form-control:not(.btn-group),
.input-group-md > .input-group-field > .btn-group > select[multiple].btn {
  height: auto;
}

.form-group-md .form-control {
  height: 35px;
  padding: 5px 30px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
}
.form-group-md .form-control > .dropdown-toggle {
  height: 35px;
}
.form-group-md select.form-control {
  height: 35px;
  line-height: 35px;
}
.form-group-md textarea.form-control,
.form-group-md select[multiple].form-control {
  height: auto;
}
.form-group-md .form-control-static {
  height: 35px;
  padding: 5px 30px;
  font-size: 16px;
  line-height: 1.428571429;
  min-height: 36px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-field > .form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > .btn {
  height: 50px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.input-lg > .dropdown-toggle, .input-group-lg > .form-control > .dropdown-toggle,
.input-group-lg > .input-group-addon > .dropdown-toggle,
.input-group-lg > .input-group-btn > .btn > .dropdown-toggle,
.input-group-lg > .input-group-field > .form-control:not(.btn-group) > .dropdown-toggle,
.input-group-lg > .input-group-field > .btn-group > .btn > .dropdown-toggle {
  height: 50px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-field > select.form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > select.btn {
  height: 50px;
  line-height: 50px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-field > textarea.form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > 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,
.input-group-lg > .input-group-field > select[multiple].form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg .form-control > .dropdown-toggle {
  height: 50px;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  min-height: 38px;
}

.checkbox .custom-checkbox {
  position: relative;
  display: inline-block;
}
.checkbox .custom-checkbox > .box {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  margin-right: 3px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.checkbox .custom-checkbox > .box:hover, .checkbox .custom-checkbox > .box:focus {
  border-color: #8c8c8c;
}
.checkbox .custom-checkbox > .box > .tick {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  margin: 0 auto;
  margin-top: -4px;
  border-bottom: 3px solid #0075ee;
  border-left: 3px solid #0075ee;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox .custom-checkbox > input {
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox .custom-checkbox > input.checked + .box > .tick, .checkbox .custom-checkbox > input:checked + .box > .tick {
  display: block;
}
.checkbox .custom-checkbox > input:active + .box {
  border-color: #aaa;
  background-color: #ddd;
}
.checkbox .custom-checkbox > input:focus + .box {
  border-color: #8c8c8c;
}
.checkbox .custom-checkbox > input[readonly=readonly] + .box > .tick {
  border-color: #8c8c8c;
}
.checkbox:hover:not(.disabled) .box, .checkbox:focus:not(.disabled) .box {
  border-color: #8c8c8c;
}
.checkbox.disabled {
  cursor: not-allowed;
}
.checkbox.disabled .box {
  border-color: #d0d0d0 !important;
}
.checkbox:last-of-type {
  margin-bottom: 0;
}
.checkbox:first-of-type {
  margin-top: 0;
}
.checkbox > a {
  color: #404040;
}
.checkbox > a:hover, .checkbox > a:focus {
  text-decoration: none;
}
.checkbox > button {
  border-color: transparent;
  background-color: transparent;
}

.radio .custom-radio {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
}
.radio .custom-radio > .box {
  position: relative;
  display: inline-block;
  top: 3px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.radio .custom-radio > .box:hover, .radio .custom-radio > .box:focus {
  border-color: #8c8c8c;
}
.radio .custom-radio > .box > .tick {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -5px;
  background-color: #0075ee;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
}
.radio .custom-radio > input {
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
  padding: 0;
  border: none;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 18px;
  height: 18px;
}
.radio .custom-radio > input.checked + .box > .tick, .radio .custom-radio > input:checked + .box > .tick {
  display: block;
}
.radio .custom-radio > input:active + .box {
  border-color: #aaa;
  background-color: #ddd;
}
.radio .custom-radio > input:focus + .box {
  border-color: #8c8c8c;
}
.radio .custom-radio > input[readonly=readonly] + .box > .tick {
  background-color: #8c8c8c;
}
.radio:hover:not(.disabled) .box, .radio:focus:not(.disabled) .box {
  border-color: #8c8c8c;
}
.radio.disabled {
  cursor: not-allowed;
}
.radio.disabled .box {
  border-color: #d0d0d0 !important;
}

.custom-switch {
  margin: 0;
  display: inline-block;
}
.custom-switch > span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
.custom-switch .switcher {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  float: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.custom-switch .switcher > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-switch .switcher > input[type=checkbox]:checked ~ .switch-label {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-switch .switcher > input[type=checkbox]:checked ~ .switch-label:before {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
}
.custom-switch .switcher > input[type=checkbox]:checked ~ .switch-label:after {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
}
.custom-switch .switcher > input[type=checkbox]:checked ~ .switch-handle {
  left: 39px;
}
.custom-switch .switcher .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
}
.custom-switch .switcher .switch-label:before, .custom-switch .switcher .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  z-index: 2;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.custom-switch .switcher .switch-label:before {
  content: attr(data-on);
  right: 10px;
  color: #000;
}
.custom-switch .switcher .switch-label:after {
  content: attr(data-off);
  left: 10px;
  color: #000;
  opacity: 1;
}
.custom-switch .switcher .switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 40px;
  height: 18px;
  background: #dcdcdc;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.custom-switch .switcher.block {
  display: block;
}
.custom-switch .switcher.checked .switch-label {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-switch .switcher.checked .switch-handle {
  left: 39px;
}
.custom-switch .switcher + * {
  margin-bottom: 6px;
}
.form-group .custom-switch .switcher {
  margin-bottom: 0;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .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 > .input-group-field > .form-control:not(.btn-group) + .form-control-feedback,
.input-group-lg > .input-group-field > .btn-group > .btn + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.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 > .input-group-field > .form-control:not(.btn-group) + .form-control-feedback,
.input-group-sm > .input-group-field > .btn-group > .btn + .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: #70c102;
}
.has-success .form-control {
  border-bottom-color: #70c102;
}
.input-group .has-success .form-control, .input-group-btn .has-success .form-control {
  border-color: #70c102;
}
.has-success .form-control:focus {
  border-bottom-color: #538f01;
}
.has-success .form-control:focus + .input-group-addon {
  border-bottom-color: #70c102;
}
.has-success .custom-checkbox > .box,
.has-success .custom-radio > .box {
  border-color: #70c102;
}
.has-success .input-group-addon {
  color: #70c102;
  border-bottom-color: #70c102;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #70c102;
}
.has-success .dropdown-toggle,
.has-success .dropdown-toggle.btn,
.has-success .dropdown-toggle.btn.selectpicker {
  border-bottom-color: #70c102;
}
.has-success .dropdown-toggle .filter-option,
.has-success .dropdown-toggle.btn .filter-option,
.has-success .dropdown-toggle.btn.selectpicker .filter-option {
  color: #70c102;
}
.has-success .input-group-btn > .btn {
  color: #70c102;
  border-bottom-color: #70c102;
}

.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-bottom-color: #8a6d3b;
}
.input-group .has-warning .form-control, .input-group-btn .has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-bottom-color: #66512c;
}
.has-warning .form-control:focus + .input-group-addon {
  border-bottom-color: #8a6d3b;
}
.has-warning .custom-checkbox > .box,
.has-warning .custom-radio > .box {
  border-color: #8a6d3b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-bottom-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-warning .dropdown-toggle,
.has-warning .dropdown-toggle.btn,
.has-warning .dropdown-toggle.btn.selectpicker {
  border-bottom-color: #8a6d3b;
}
.has-warning .dropdown-toggle .filter-option,
.has-warning .dropdown-toggle.btn .filter-option,
.has-warning .dropdown-toggle.btn.selectpicker .filter-option {
  color: #8a6d3b;
}
.has-warning .input-group-btn > .btn {
  color: #8a6d3b;
  border-bottom-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-bottom-color: #a94442;
}
.input-group .has-error .form-control, .input-group-btn .has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-bottom-color: #843534;
}
.has-error .form-control:focus + .input-group-addon {
  border-bottom-color: #a94442;
}
.has-error .custom-checkbox > .box,
.has-error .custom-radio > .box {
  border-color: #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  border-bottom-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error .dropdown-toggle,
.has-error .dropdown-toggle.btn,
.has-error .dropdown-toggle.btn.selectpicker {
  border-bottom-color: #a94442;
}
.has-error .dropdown-toggle .filter-option,
.has-error .dropdown-toggle.btn .filter-option,
.has-error .dropdown-toggle.btn.selectpicker .filter-option {
  color: #a94442;
}
.has-error .input-group-btn > .btn {
  color: #a94442;
  border-bottom-color: #a94442;
}

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

.input-group-addon.captcha {
  border-left-color: transparent;
  padding: 0;
}
.input-group-addon.transparent {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-inline .btn-group {
  display: inline-block;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.form-table .radio,
.form-table .checkbox,
.form-table .radio-inline,
.form-table .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.form-table .radio,
.form-table .checkbox {
  min-height: inherit;
}

.input-wrapper {
  position: relative;
}
.input-wrapper > label {
  position: absolute;
  color: #8c8c8c;
  font-weight: 400;
  -webkit-transition: transform 0.3s, font-size 0.3s;
  -o-transition: transform 0.3s, font-size 0.3s;
  transition: transform 0.3s, font-size 0.3s;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.input-wrapper > label.control-label {
  padding: 0;
  text-align: left;
}
.input-wrapper > label.control-label > small {
  position: relative;
  top: -1px;
}
.input-wrapper > input.input-lg + label, .input-group-lg.input-wrapper > input.form-control + label,
.input-group-lg.input-wrapper > input.input-group-addon + label,
.input-group-lg > .input-group-btn.input-wrapper > input.btn + label,
.input-group-lg > .input-group-field.input-wrapper > input.form-control:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper > input.btn + label,
.input-wrapper > textarea.input-lg + label,
.input-group-lg.input-wrapper > textarea.form-control + label,
.input-group-lg.input-wrapper > textarea.input-group-addon + label,
.input-group-lg > .input-group-btn.input-wrapper > textarea.btn + label,
.input-group-lg > .input-group-field.input-wrapper > textarea.form-control:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper > textarea.btn + label {
  top: 14px;
  left: 16px;
  font-size: 16px;
}
.input-wrapper > input.input-lg:focus + label, .input-group-lg.input-wrapper > input.form-control:focus + label,
.input-group-lg.input-wrapper > input.input-group-addon:focus + label,
.input-group-lg > .input-group-btn.input-wrapper > input.btn:focus + label,
.input-group-lg > .input-group-field.input-wrapper > input.form-control:focus:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper > input.btn:focus + label,
.input-wrapper > textarea.input-lg:focus + label,
.input-group-lg.input-wrapper > textarea.form-control:focus + label,
.input-group-lg.input-wrapper > textarea.input-group-addon:focus + label,
.input-group-lg > .input-group-btn.input-wrapper > textarea.btn:focus + label,
.input-group-lg > .input-group-field.input-wrapper > textarea.form-control:focus:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper > textarea.btn:focus + label {
  font-size: 12px;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
}
.input-wrapper > input.input-md + label, .input-group-md.input-wrapper > input.form-control + label,
.input-group-md.input-wrapper > input.input-group-addon + label,
.input-group-md > .input-group-btn.input-wrapper > input.btn + label,
.input-group-md > .input-group-field.input-wrapper > input.form-control:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper > input.btn + label,
.input-wrapper > textarea.input-md + label,
.input-group-md.input-wrapper > textarea.form-control + label,
.input-group-md.input-wrapper > textarea.input-group-addon + label,
.input-group-md > .input-group-btn.input-wrapper > textarea.btn + label,
.input-group-md > .input-group-field.input-wrapper > textarea.form-control:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper > textarea.btn + label {
  top: 8px;
  left: 14px;
  font-size: 14px;
}
.input-wrapper > input.input-md:focus + label, .input-group-md.input-wrapper > input.form-control:focus + label,
.input-group-md.input-wrapper > input.input-group-addon:focus + label,
.input-group-md > .input-group-btn.input-wrapper > input.btn:focus + label,
.input-group-md > .input-group-field.input-wrapper > input.form-control:focus:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper > input.btn:focus + label,
.input-wrapper > textarea.input-md:focus + label,
.input-group-md.input-wrapper > textarea.form-control:focus + label,
.input-group-md.input-wrapper > textarea.input-group-addon:focus + label,
.input-group-md > .input-group-btn.input-wrapper > textarea.btn:focus + label,
.input-group-md > .input-group-field.input-wrapper > textarea.form-control:focus:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper > textarea.btn:focus + label {
  font-size: 12px;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.input-wrapper.input-filled > input.input-lg + label, .input-group-lg.input-wrapper.input-filled > input.form-control + label,
.input-group-lg.input-wrapper.input-filled > input.input-group-addon + label,
.input-group-lg > .input-group-btn.input-wrapper.input-filled > input.btn + label,
.input-group-lg > .input-group-field.input-wrapper.input-filled > input.form-control:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper.input-filled > input.btn + label,
.input-wrapper.input-filled > textarea.input-lg + label,
.input-group-lg.input-wrapper.input-filled > textarea.form-control + label,
.input-group-lg.input-wrapper.input-filled > textarea.input-group-addon + label,
.input-group-lg > .input-group-btn.input-wrapper.input-filled > textarea.btn + label,
.input-group-lg > .input-group-field.input-wrapper.input-filled > textarea.form-control:not(.btn-group) + label,
.input-group-lg > .input-group-field > .btn-group.input-wrapper.input-filled > textarea.btn + label {
  font-size: 12px;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
}
.input-wrapper.input-filled > input.input-md + label, .input-group-md.input-wrapper.input-filled > input.form-control + label,
.input-group-md.input-wrapper.input-filled > input.input-group-addon + label,
.input-group-md > .input-group-btn.input-wrapper.input-filled > input.btn + label,
.input-group-md > .input-group-field.input-wrapper.input-filled > input.form-control:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper.input-filled > input.btn + label,
.input-wrapper.input-filled > textarea.input-md + label,
.input-group-md.input-wrapper.input-filled > textarea.form-control + label,
.input-group-md.input-wrapper.input-filled > textarea.input-group-addon + label,
.input-group-md > .input-group-btn.input-wrapper.input-filled > textarea.btn + label,
.input-group-md > .input-group-field.input-wrapper.input-filled > textarea.form-control:not(.btn-group) + label,
.input-group-md > .input-group-field > .btn-group.input-wrapper.input-filled > textarea.btn + label {
  font-size: 12px;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

/*==== BUTTONS ====*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.4s ease 0s;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #0075ee;
  border-color: #0068d5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0068d4;
  border-color: #0068d4;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0075ee;
  border-color: #0068d5;
}
.btn-primary .badge {
  color: #0075ee;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #64ad1c;
  border-color: #579718;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #75c823;
  border-color: #75c823;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #64ad1c;
  border-color: #579718;
}
.btn-success .badge {
  color: #64ad1c;
  background-color: #fff;
}

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

.btn-warning {
  color: #fff;
  background-color: #ef7422;
  border-color: #e76611;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ef7422;
  border-color: #e76611;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ef7422;
  border-color: #e76611;
}
.btn-warning .badge {
  color: #ef7422;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ef4822;
  border-color: #e73811;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef4822;
  border-color: #e73811;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ef4822;
  border-color: #e73811;
}
.btn-danger .badge {
  color: #ef4822;
  background-color: #fff;
}

.btn-outline {
  color: #0075ee;
  background-color: #fff;
  border-color: #0075ee;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
}
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled].focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline.focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: #fff;
  border-color: #0075ee;
}
.btn-outline .badge {
  color: #fff;
  background-color: #0075ee;
}
.btn-outline.btn-transparent {
  background-color: transparent;
}

.btn-social {
  color: #fff;
  background-color: #3c5a9e;
  border-color: #3c5a9e;
}
.btn-social:hover, .btn-social:focus, .btn-social.focus, .btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
  color: #fff;
  background-color: #354f8b;
  border-color: #3c5a9e;
}
.btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
  background-image: none;
}
.btn-social.disabled, .btn-social.disabled:hover, .btn-social.disabled:focus, .btn-social.disabled.focus, .btn-social.disabled:active, .btn-social.disabled.active, .btn-social[disabled], .btn-social[disabled]:hover, .btn-social[disabled]:focus, .btn-social[disabled].focus, .btn-social[disabled]:active, .btn-social[disabled].active, fieldset[disabled] .btn-social, fieldset[disabled] .btn-social:hover, fieldset[disabled] .btn-social:focus, fieldset[disabled] .btn-social.focus, fieldset[disabled] .btn-social:active, fieldset[disabled] .btn-social.active {
  background-color: #3c5a9e;
  border-color: #3c5a9e;
}
.btn-social .badge {
  color: #3c5a9e;
  background-color: #fff;
}

.btn-darken {
  color: #fff;
  background-color: #2365b3;
  border-color: #2365b3;
}
.btn-darken:hover, .btn-darken:focus, .btn-darken.focus, .btn-darken:active, .btn-darken.active, .open > .btn-darken.dropdown-toggle {
  color: #fff;
  background-color: #1f599e;
  border-color: #2365b3;
}
.btn-darken:active, .btn-darken.active, .open > .btn-darken.dropdown-toggle {
  background-image: none;
}
.btn-darken.disabled, .btn-darken.disabled:hover, .btn-darken.disabled:focus, .btn-darken.disabled.focus, .btn-darken.disabled:active, .btn-darken.disabled.active, .btn-darken[disabled], .btn-darken[disabled]:hover, .btn-darken[disabled]:focus, .btn-darken[disabled].focus, .btn-darken[disabled]:active, .btn-darken[disabled].active, fieldset[disabled] .btn-darken, fieldset[disabled] .btn-darken:hover, fieldset[disabled] .btn-darken:focus, fieldset[disabled] .btn-darken.focus, fieldset[disabled] .btn-darken:active, fieldset[disabled] .btn-darken.active {
  background-color: #2365b3;
  border-color: #2365b3;
}
.btn-darken .badge {
  color: #2365b3;
  background-color: #fff;
}

.btn-search {
  padding: 6px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

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

.btn-inverse {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #fff;
}

.btn-outline-dark {
  color: #333333;
  background-color: #fff;
  border-color: #333333;
  border-width: 2px;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
}
.btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
.btn-outline-dark.disabled, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark.disabled:active, .btn-outline-dark.disabled.active, .btn-outline-dark[disabled], .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled].focus, .btn-outline-dark[disabled]:active, .btn-outline-dark[disabled].active, fieldset[disabled] .btn-outline-dark, fieldset[disabled] .btn-outline-dark:hover, fieldset[disabled] .btn-outline-dark:focus, fieldset[disabled] .btn-outline-dark.focus, fieldset[disabled] .btn-outline-dark:active, fieldset[disabled] .btn-outline-dark.active {
  background-color: #fff;
  border-color: #333333;
}
.btn-outline-dark .badge {
  color: #fff;
  background-color: #333333;
}

.btn-gradient-blue {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4c98d2 0%, #2365b3 100%);
  background-image: -o-linear-gradient(top, #4c98d2 0%, #2365b3 100%);
  background-image: linear-gradient(to bottom, #4c98d2 0%, #2365b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF4C98D2", endColorstr="#FF2365B3", GradientType=0);
  border-color: #2770c2;
}
.btn-gradient-blue:hover, .btn-gradient-blue:focus, .btn-gradient-blue.focus, .btn-gradient-blue:active, .btn-gradient-blue.active, .open > .btn-gradient-blue.dropdown-toggle {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #2365b3 100%, #4c98d2 0%);
  background-image: -o-linear-gradient(top, #2365b3 100%, #4c98d2 0%);
  background-image: linear-gradient(to bottom, #2365b3 100%, #4c98d2 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF2365B3", endColorstr="#FF4C98D2", GradientType=0);
  border-color: #2770c2;
}
.btn-gradient-blue.disabled, .btn-gradient-blue.disabled:hover, .btn-gradient-blue.disabled:focus, .btn-gradient-blue.disabled.focus, .btn-gradient-blue.disabled:active, .btn-gradient-blue.disabled.active, .btn-gradient-blue[disabled], .btn-gradient-blue[disabled]:hover, .btn-gradient-blue[disabled]:focus, .btn-gradient-blue[disabled].focus, .btn-gradient-blue[disabled]:active, .btn-gradient-blue[disabled].active, fieldset[disabled] .btn-gradient-blue, fieldset[disabled] .btn-gradient-blue:hover, fieldset[disabled] .btn-gradient-blue:focus, fieldset[disabled] .btn-gradient-blue.focus, fieldset[disabled] .btn-gradient-blue:active, fieldset[disabled] .btn-gradient-blue.active {
  border-color: #2770c2;
}
.btn-gradient-blue .badge {
  background-color: #fff;
}

.btn-gradient-light-blue {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #45aad6 0%, #2386c0 100%);
  background-image: -o-linear-gradient(top, #45aad6 0%, #2386c0 100%);
  background-image: linear-gradient(to bottom, #45aad6 0%, #2386c0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF45AAD6", endColorstr="#FF2386C0", GradientType=0);
  border-color: #2386c0;
}
.btn-gradient-light-blue:hover, .btn-gradient-light-blue:focus, .btn-gradient-light-blue.focus, .btn-gradient-light-blue:active, .btn-gradient-light-blue.active, .open > .btn-gradient-light-blue.dropdown-toggle {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #2386c0 100%, #45aad6 0%);
  background-image: -o-linear-gradient(top, #2386c0 100%, #45aad6 0%);
  background-image: linear-gradient(to bottom, #2386c0 100%, #45aad6 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF2386C0", endColorstr="#FF45AAD6", GradientType=0);
  border-color: #45aad6;
}
.btn-gradient-light-blue.disabled, .btn-gradient-light-blue.disabled:hover, .btn-gradient-light-blue.disabled:focus, .btn-gradient-light-blue.disabled.focus, .btn-gradient-light-blue.disabled:active, .btn-gradient-light-blue.disabled.active, .btn-gradient-light-blue[disabled], .btn-gradient-light-blue[disabled]:hover, .btn-gradient-light-blue[disabled]:focus, .btn-gradient-light-blue[disabled].focus, .btn-gradient-light-blue[disabled]:active, .btn-gradient-light-blue[disabled].active, fieldset[disabled] .btn-gradient-light-blue, fieldset[disabled] .btn-gradient-light-blue:hover, fieldset[disabled] .btn-gradient-light-blue:focus, fieldset[disabled] .btn-gradient-light-blue.focus, fieldset[disabled] .btn-gradient-light-blue:active, fieldset[disabled] .btn-gradient-light-blue.active {
  border-color: #2386c0;
}
.btn-gradient-light-blue .badge {
  background-color: #fff;
}

.btn-gradient-green {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #80c623 0%, #63ab01 100%);
  background-image: -o-linear-gradient(top, #80c623 0%, #63ab01 100%);
  background-image: linear-gradient(to bottom, #80c623 0%, #63ab01 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF80C623", endColorstr="#FF63AB01", GradientType=0);
  border-color: #64ac03;
}
.btn-gradient-green:hover, .btn-gradient-green:focus, .btn-gradient-green.focus, .btn-gradient-green:active, .btn-gradient-green.active, .open > .btn-gradient-green.dropdown-toggle {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #63ab01 100%, #80c623 0%);
  background-image: -o-linear-gradient(top, #63ab01 100%, #80c623 0%);
  background-image: linear-gradient(to bottom, #63ab01 100%, #80c623 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF63AB01", endColorstr="#FF80C623", GradientType=0);
  border-color: #64ac03;
}
.btn-gradient-green.disabled, .btn-gradient-green.disabled:hover, .btn-gradient-green.disabled:focus, .btn-gradient-green.disabled.focus, .btn-gradient-green.disabled:active, .btn-gradient-green.disabled.active, .btn-gradient-green[disabled], .btn-gradient-green[disabled]:hover, .btn-gradient-green[disabled]:focus, .btn-gradient-green[disabled].focus, .btn-gradient-green[disabled]:active, .btn-gradient-green[disabled].active, fieldset[disabled] .btn-gradient-green, fieldset[disabled] .btn-gradient-green:hover, fieldset[disabled] .btn-gradient-green:focus, fieldset[disabled] .btn-gradient-green.focus, fieldset[disabled] .btn-gradient-green:active, fieldset[disabled] .btn-gradient-green.active {
  border-color: #64ac03;
}
.btn-gradient-green .badge {
  background-color: #fff;
}

.btn-link {
  color: #1447be;
  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: #ff9900;
  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-link.btn-muted {
  color: #8c8c8c;
  text-decoration: underline;
}
.btn-link.btn-muted:hover, .btn-link.btn-muted:focus {
  color: #777777;
  text-decoration: none;
}

.btn-attach {
  position: relative;
  overflow: hidden;
}
.btn-attach > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-attach > label {
  padding: 0 5px;
}
.btn-attach:hover {
  text-decoration: none;
}

/* Fixes for IE < 8 - nu stiu daca mai sunt necesare, si genereaza diff-uri la compilarile pe care le face Bogdan Roman*/
@media screen\9  {
  .btn-attach input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-md {
  padding: 5px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.btn-wide {
  padding: 5px 30px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
}

.btn-wide-sm {
  padding: 5px 30px;
  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%;
}

.btn > i[class*=fa-angle-] {
  font-size: 19px;
  line-height: 0;
  padding-right: 13px;
  position: relative;
  top: 2px;
}

.btn > i[class*=-left],
.btn > i[class*=-right] {
  font-size: 24px;
  padding: 0 0 0 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.btn > i[class*=-left] {
  padding: 0 16px 0 0;
}

.btn-lg > i[class*=-left],
.btn-lg > i[class*=-right] {
  padding: 0 0 0 16px;
}

.btn-lg > i[class*=-left] {
  padding: 0 16px 0 0;
}

.btn-link > i[class*=-left],
.btn-link > i[class*=-right],
.btn-link > strong > i[class*=-left],
.btn-link > strong > i[class*=-right] {
  padding: 0 0 0 5px;
  font-size: inherit;
  top: -1px;
}

.btn-link > i[class*=-left],
.btn-link > strong > i[class*=-left] {
  padding: 0 5px 0 0;
}

.btn-link {
  color: #0075ee;
}

.btn-toggle {
  position: relative;
}
.btn-toggle:after {
  content: "\f107";
  padding-left: 3px;
  font-family: "FontAwesome", sans-serif;
}
.btn-toggle.active:after {
  content: "\f106";
}
.btn-toggle:hover, .btn-toggle:focus {
  text-decoration: none;
}

/*==== HEADER ====*/
.ios-back {
  border: 0;
  font-size: 1.2em;
  background: transparent;
  padding-right: 10px;
  padding-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1em;
  color: #000;
  display: inline-block;
}
.login .ios-back, .cart .ios-back, .simple .ios-back {
  float: left;
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .safari_only {
    padding-bottom: 65px;
  }
  html {
    height: -webkit-fill-available;
  }
}
.d-inline {
  display: inline-block;
}

header {
  background-color: #eeeeee;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
}
@media (min-width: 768px) {
  header {
    padding: 22px 0;
  }
}
header .user-actions li a {
  padding-left: 0;
  background: none;
}
header .user-actions li a:active, header .user-actions li a:hover {
  text-decoration: none;
}
header .user-actions li a > i {
  margin-right: 2px;
}
header .logo {
  float: left;
  margin-left: 0;
  min-width: 65px;
  width: 25%;
}
header .logo > img {
  padding-top: 5px;
  height: auto;
  max-width: 100%;
  width: 127px;
}
header span.tagline {
  border-left: 1px dotted #a6a6a6;
  display: inline-block;
  color: #333333;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: top;
  font-size: 24px;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.companies header span.tagline {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
.companies header span.tagline > strong {
  display: block;
  letter-spacing: 0;
}

header small.tagline {
  border: medium none;
  bottom: -35px;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
header .user-items {
  margin: 0;
  border: none;
  padding: 0;
  font-size: inherit;
  float: right;
}
header .user-items a:hover {
  text-decoration: none;
}
header .user-items ul {
  margin: 0;
}
header .user-items .user-items-container {
  border: none;
  padding-right: 0;
  text-align: left;
}
header .user-items .user-items-container .my-account .toggle-item {
  text-indent: -99999px;
}
header .user-items .user-items-container .my-account .toggle-item > span:first-child {
  display: none;
}
header .user-items .user-items-container .my-account + .my-cart {
  margin-left: 20px;
}
header .user-items .user-items-container .my-account,
header .user-items .user-items-container .my-cart {
  margin: 0;
}
header .user-items .user-items-container + .help-item {
  border-left: 1px dotted #a6a6a6;
}
header .user-items .has-account > span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
header .user-items .has-account + .help-item {
  border-left: 1px dotted #a6a6a6;
}
header .help-item {
  line-height: 34px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 13px;
}
header .help-item > a {
  vertical-align: middle;
  color: #333333;
}
header div.active .head-dropdown {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  header .logo {
    width: auto;
  }
  header .user-items .user-items-container .my-account .toggle-item {
    text-indent: 0;
  }
  header .user-items .user-items-container .my-account .toggle-item > span:first-child {
    display: inline-block;
  }
  header small.tagline {
    border-left: 1px dotted #a6a6a6;
    display: inline-block;
    color: #333333;
    margin-left: 10px;
    padding-left: 10px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
    bottom: auto;
  }
  header span.tagline,
  header small.tagline {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.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-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle.btn {
  border-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
}
.input-group .dropdown-toggle.btn {
  height: 34px;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e0e0e0;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  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 solid;
  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;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group > .input-group-field > .btn-group {
  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),
.input-group > .input-group-field > .btn-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-bottom-color: #e0e0e0;
  border-radius: 0px;
  -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;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-field > .input-group-addon.form-control:not(.btn-group),
.input-group-sm > .input-group-field > .btn-group > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-field > .input-group-addon.form-control:not(.btn-group),
.input-group-lg > .input-group-field > .btn-group > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right-width: 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,
.input-group > .input-group-field .btn-group > .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

.input-group .form-control:only-child {
  border-right-width: 1px;
}

.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 {
  margin-left: -1px;
}

.input-group-quantity .input-group-btn > .btn {
  width: 34px;
  color: #0075ee;
  height: 34px;
}
@media (min-width: 768px) {
  .input-group-quantity .input-group-btn > .btn {
    width: 49px;
  }
}
.input-group-quantity .input-group-btn > .btn:hover, .input-group-quantity .input-group-btn > .btn:focus, .input-group-quantity .input-group-btn > .btn:active {
  background-color: #0075ee;
  color: #fff;
  border-color: #0068d5;
}

.input-group .input-group-field {
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.input-group .input-group-field .form-control {
  border-radius: inherit !important;
}

.input-group .input-group-field:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.input-group .input-group-field .btn-group > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group .input-group-field:not(:first-child):not(:last-child) .form-control {
  border-right-width: 0;
}

.input-group .input-group-field:last-child,
.input-group .input-group-field .btn-group > .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert > i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
}
.alert.alert-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.alert.alert-center {
  margin: 20px 0;
}
.alert .table-container > span:not(:first-of-type) {
  text-align: left;
  padding-left: 15px;
}

.alert-sm {
  padding: 7.5px;
  font-size: 12px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 50%;
  right: 15px;
  color: inherit;
  margin-top: -10px;
}

.floating-alert .close {
  top: 25px;
  right: 15px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #70c102;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #538f01;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info > i {
  color: #0075ee;
}

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

.alert-outline {
  background-color: transparent;
  border-color: #d9d9d9;
  color: #333333;
}
.alert-outline hr {
  border-top-color: #cccccc;
}
.alert-outline .alert-link {
  color: #1a1a1a;
}

.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: #f8f8f8;
}
.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: #f8f8f8;
  border-color: #1447be;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #0075ee;
}

.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: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f8f8f8;
  }
}

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

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

.nav-float:before, .nav-float:after {
  content: " ";
  display: table;
}
.nav-float:after {
  clear: both;
}
.nav-float > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  z-index: 1;
  float: left;
}
.nav-float > li > strong,
.nav-float > li > a {
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-width: 130px;
  text-align: center;
  background-color: #eeeeee;
  border-top-color: #eeeeee;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.nav-float > li > strong > span,
.nav-float > li > a > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-left: 10px;
}
.nav-float > li > strong > i,
.nav-float > li > a > i {
  font-size: 18px;
}
.nav-float > li > strong > img,
.nav-float > li > a > img {
  max-width: none;
}
.nav-float > li > strong > input,
.nav-float > li > a > input {
  position: relative;
  top: 2px;
  margin: 0;
}
.nav-float > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-float > li.active {
  z-index: 3;
}
.nav-float > li.active > strong {
  color: #fff;
  background-color: #333333;
  border-color: #777777;
  border-top-color: #000;
}
.nav-float > li.active > strong:hover, .nav-float > li.active > strong:focus {
  color: #fff;
  background-color: #333333;
  border-top-color: #000;
}
.nav-float > li:hover, .nav-float > li:focus {
  color: inherit;
  text-decoration: none;
  background-color: #e7e7e7;
  border-color: inherit;
}
.nav-float > li.disabled > strong {
  color: #777777;
}
.nav-float > li.disabled > strong:hover, .nav-float > li.disabled > strong:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-float > li.last > a {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
}
.nav-float > li.last > a > i {
  color: #000;
}
.nav-float > li.last > a:hover {
  color: #8b8b8b;
}

.tabs-vertical {
  border-bottom: none;
  padding-top: 0;
}
.tabs-vertical.tabs-left > li, .tabs-vertical.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-vertical.tabs-left {
  border-right: 1px dotted #cccccc;
}
.tabs-vertical.tabs-left > li {
  margin-right: -1px;
}
.tabs-vertical.tabs-left > li > a {
  margin-right: 0;
  display: block;
  border-style: dotted;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tabs-vertical.tabs-left > li.active > a {
  border-bottom-color: #cccccc;
  border-right-color: transparent;
}
.tabs-vertical.tabs-left > li.active > a:hover, .tabs-vertical.tabs-left > li.active > a:focus {
  border-bottom-color: #cccccc;
  border-right-color: transparent;
}
.tabs-vertical.tabs-right {
  border-left: 1px solid #cccccc;
}
.tabs-vertical.tabs-right > li {
  margin-left: -1px;
}
.tabs-vertical.tabs-right > li > a {
  margin-right: 0;
  border-style: dotted;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tabs-vertical.tabs-right > li.active > a {
  border-bottom: 1px solid #cccccc;
  border-left-color: transparent;
}
.tabs-vertical.tabs-right > li.active > a:hover, .tabs-vertical.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #cccccc;
  border-left-color: transparent;
}
.tabs-vertical.sideways-tabs {
  margin-top: 50px;
  border: none;
  position: relative;
}
.tabs-vertical.sideways-tabs > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.tabs-vertical.sideways-tabs > li > a {
  border-bottom: 1px solid #cccccc;
  border-right-color: transparent;
  text-align: center;
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.tabs-vertical.sideways-tabs > li:active > a:hover, .tabs-vertical.sideways-tabs > li:active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
}
.tabs-vertical.sideways-tabs.tabs-left {
  left: -50px;
}
.tabs-vertical.sideways-tabs.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tabs-vertical.sideways-tabs.tabs-right {
  right: -50px;
}
.tabs-vertical.sideways-tabs.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tab-links > li > a {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.tab-links > li > a:hover {
  color: #ff9900;
  border-color: transparent;
  background-color: transparent;
}
.tab-links > li > a:hover:after {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ff9900;
}
.tab-links > li.active > a {
  color: #ff9900;
}
.tab-links > li.active > a:after {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ff9900;
}
.tab-links > li.active > a, .tab-links > li.active > a:hover, .tab-links > li.active > a:focus {
  color: #ff9900;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs-inversed {
  border-color: #d6d6d6;
}
.nav-tabs-inversed > li:first-of-type {
  margin-left: 10px;
}
.nav-tabs-inversed > li > a {
  background-color: #f5f5f5;
  margin-right: 10px;
  border-color: #d6d6d6;
  color: #333333;
}
.nav-tabs-inversed > li > a:hover {
  color: #ff9900;
  background-color: #fff;
}
.nav-tabs-inversed > li.active > a {
  color: #ff9900;
  background-color: #fff;
}
.nav-tabs-inversed > li.active > a, .nav-tabs-inversed > li.active > a:hover, .nav-tabs-inversed > li.active > a:focus {
  color: #ff9900;
}

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

.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: 15px;
  padding-left: 15px;
  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: -15px;
  margin-left: -15px;
}
@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}
@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 !important;
  border-top-left-radius: 0 !important;
}

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #e7e7e7;
}
.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: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  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: #e7e7e7;
  }
  .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: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.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: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.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;
}

/*==== BREADCRUMBS ====*/
.breadcrumbs {
  padding: 10px 0;
  background-color: transparent;
  font-size: 11px;
}
.breadcrumbs ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.breadcrumbs ul > span {
  color: #bbbbbb;
  padding-right: 5px;
}
.breadcrumbs ul > li {
  display: inline-block;
}
.breadcrumbs ul > li + li:before {
  color: #bbbbbb;
  content: "\f105 ";
  font-family: "FontAwesome", sans-serif;
  font-size: 9px;
  padding: 0 3px;
}
.breadcrumbs ul > li > a {
  color: #bbbbbb;
}
.breadcrumbs ul > li > a:hover, .breadcrumbs ul > li > a:focus, .breadcrumbs ul > li > a:active, .breadcrumbs ul > li > a.active {
  color: #FF9900;
}
.breadcrumbs ul > li > a:hover > span, .breadcrumbs ul > li > a:focus > span, .breadcrumbs ul > li > a:active > span, .breadcrumbs ul > li > a.active > span {
  color: #FF9900;
}
.breadcrumbs ul > li:last-child > a {
  text-decoration: none;
}

.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  float: none;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 9px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 4px;
  font-size: 12px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  background-color: transparent;
  background-image: none;
  border: medium none;
  line-height: 1.8;
}
.pagination > li:first-child > a > span > i,
.pagination > li:first-child > span > span > i {
  font-size: 25px;
  left: -20px;
  position: absolute;
  top: 2px;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus,
.pagination > li:first-child > span:hover,
.pagination > li:first-child > span:focus {
  background-color: transparent;
  border: medium none;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  background-color: transparent;
  background-image: none;
  border: medium none;
  line-height: 1.8;
}
.pagination > li:last-child > a > span > i,
.pagination > li:last-child > span > span > i {
  font-size: 25px;
  right: -20px;
  position: absolute;
  top: 1px;
}
.pagination > li:last-child > a:hover, .pagination > li:last-child > a:focus,
.pagination > li:last-child > span:hover,
.pagination > li:last-child > span:focus {
  background-color: transparent;
  border: medium none;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
  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: #ddd;
  cursor: not-allowed;
}

.view-counter,
.per-page {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  float: right;
}
.view-counter > li,
.per-page > li {
  display: inline;
}
.view-counter > li > a,
.view-counter > li > span,
.per-page > li > a,
.per-page > li > span {
  position: relative;
  float: left;
  padding: 3px 9px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 12px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
}
.view-counter > li:first-child > a,
.view-counter > li:first-child > span,
.per-page > li:first-child > a,
.per-page > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  background-color: transparent;
  background-image: none;
  border: medium none;
  line-height: 1.8;
}
.view-counter > li:first-child > a > span > i,
.view-counter > li:first-child > span > span > i,
.per-page > li:first-child > a > span > i,
.per-page > li:first-child > span > span > i {
  font-size: 25px;
  left: -20px;
  position: absolute;
  top: 2px;
}
.view-counter > li:first-child > a:hover, .view-counter > li:first-child > a:focus,
.view-counter > li:first-child > span:hover,
.view-counter > li:first-child > span:focus,
.per-page > li:first-child > a:hover,
.per-page > li:first-child > a:focus,
.per-page > li:first-child > span:hover,
.per-page > li:first-child > span:focus {
  background-color: transparent;
  border: medium none;
  color: inherit;
}
.view-counter > li > a:hover, .view-counter > li > a:focus,
.view-counter > li > span:hover,
.view-counter > li > span:focus,
.per-page > li > a:hover,
.per-page > li > a:focus,
.per-page > li > span:hover,
.per-page > li > span:focus {
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
}
.view-counter > .active > a, .view-counter > .active > a:hover, .view-counter > .active > a:focus,
.view-counter > .active > span,
.view-counter > .active > span:hover,
.view-counter > .active > span:focus,
.per-page > .active > a,
.per-page > .active > a:hover,
.per-page > .active > a:focus,
.per-page > .active > span,
.per-page > .active > span:hover,
.per-page > .active > span:focus {
  z-index: 2;
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900;
  cursor: default;
}
.view-counter > .disabled > span,
.view-counter > .disabled > span:hover,
.view-counter > .disabled > span:focus,
.view-counter > .disabled > a,
.view-counter > .disabled > a:hover,
.view-counter > .disabled > a:focus,
.per-page > .disabled > span,
.per-page > .disabled > span:hover,
.per-page > .disabled > span:focus,
.per-page > .disabled > a,
.per-page > .disabled > a:hover,
.per-page > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  color: #404040;
  font-size: 13px;
  padding: 8px 0;
  border-color: #ccc;
  border-width: 1px 0 1px 0;
  border-style: dotted;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.pagination-panel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination-panel .panel-body {
  padding: 0 15px;
}
.pagination-panel .panel-body:before, .pagination-panel .panel-body:after {
  content: " ";
  display: table;
}
.pagination-panel .panel-body:after {
  clear: both;
}
.pagination-panel .panel-body > nav {
  text-align: center;
}

.recommended-footer-info .panel-body {
  font-size: 18px;
}

.page-jump {
  position: relative;
}
.page-jump .drop-menu {
  background: #fff none repeat scroll 0 0;
  border-color: #333 #bbb #bbb;
  border-image: none;
  border-style: solid;
  border-width: 3px 1px 1px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: none;
  line-height: 1.5;
  padding: 11px 15px 13px;
  position: absolute;
  text-align: left;
  z-index: 10000;
}
.page-jump .drop-menu .form-control {
  font-size: 11px;
}
.page-jump:hover .drop-menu {
  display: block;
  left: 0;
  top: 22px;
  width: 180px;
}

.page-pagination {
  height: 36px;
  margin: 20px 0;
}
.page-pagination:before, .page-pagination:after {
  content: " ";
  display: table;
}
.page-pagination:after {
  clear: both;
}
.page-pagination .pager .pagination > li {
  display: inline;
}
.page-pagination .pager .pagination > li > a,
.page-pagination .pager .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  background-color: #efefef;
  border: 1px solid #d0d0d0;
  margin: 0;
  margin-left: -1px;
  border-radius: 0;
  font-size: 14px;
  background-image: none;
}
.page-pagination .pager .pagination > li:first-child > a,
.page-pagination .pager .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.page-pagination .pager .pagination > li:first-child > a > span > i,
.page-pagination .pager .pagination > li:first-child > span > span > i {
  font-size: inherit;
  line-height: 1.2;
  position: static;
  right: auto;
  top: auto;
}
.page-pagination .pager .pagination > li:last-child > a,
.page-pagination .pager .pagination > li:last-child > span {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.page-pagination .pager .pagination > li:last-child > a > span > i,
.page-pagination .pager .pagination > li:last-child > span > span > i {
  font-size: inherit;
  line-height: 1.2;
  position: static;
  right: auto;
  top: auto;
}
.page-pagination .pager .pagination > li > a:hover, .page-pagination .pager .pagination > li > a:focus,
.page-pagination .pager .pagination > li > span:hover,
.page-pagination .pager .pagination > li > span:focus {
  background-color: #dedede;
}
.page-pagination .pager .pagination > .active > a, .page-pagination .pager .pagination > .active > a:hover, .page-pagination .pager .pagination > .active > a:focus,
.page-pagination .pager .pagination > .active > span,
.page-pagination .pager .pagination > .active > span:hover,
.page-pagination .pager .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
.page-pagination .pager .pagination > .disabled > span,
.page-pagination .pager .pagination > .disabled > span:hover,
.page-pagination .pager .pagination > .disabled > span:focus,
.page-pagination .pager .pagination > .disabled > a,
.page-pagination .pager .pagination > .disabled > a:hover,
.page-pagination .pager .pagination > .disabled > a:focus {
  color: #8c8c8c;
  background-color: #efefef;
  border-color: #d0d0d0;
  cursor: not-allowed;
}
.page-pagination .pager.per-page > span {
  font-weight: 400;
  padding: 0 15px;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
.page-pagination .pager.per-page .pagination {
  padding: 0;
  display: table-cell;
  float: none;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.panel {
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.panel.panel-transparent {
  background-color: transparent;
  box-shadow: none;
}

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-subtitle {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d7d7d7;
  font-size: 15px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px !important;
  border-bottom-left-radius: -1px !important;
}
.panel-transparent .panel-footer {
  background-color: transparent;
  box-shadow: none;
}
.panel-white .panel-footer {
  background-color: transparent;
}

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

.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: -1px !important;
  border-top-left-radius: -1px !important;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px !important;
  border-bottom-left-radius: -1px !important;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #bfbfbf;
}
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

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

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #70c102;
  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: #70c102;
}
.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;
}

.panel-gradient {
  border-color: #d7d7d7;
}
.panel-gradient > .panel-heading {
  color: #333333;
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFDFDFD", endColorstr="#FFF3F3F3", GradientType=0);
  border-color: #d7d7d7;
}
.panel-gradient > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d7d7d7;
}
.panel-gradient > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d7d7d7;
}

.panel-white {
  background-color: #fff;
  border-color: transparent;
}
.panel-white > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #e0e0e0;
}
.panel-white > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-white > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-white > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-inner-bordered {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.panel-inner-bordered > .panel-heading {
  padding: 10px 0;
}
.panel-inner-bordered > .panel-heading .panel-title {
  font-weight: 700;
  display: inline-block;
}
.panel-inner-bordered > .panel-body {
  border: 1px solid #d7d7d7;
}
.panel-inner-bordered > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: transparent;
}
.panel-inner-bordered > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-inner-bordered > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-inner-bordered > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

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

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0075ee;
  -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: #64ad1c;
}
.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: #ef7422;
}
.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: #ef4822;
}
.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);
}

/*==== SORTING PANEL ====*/
.sort-panel {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  color: #404040;
  font-size: 13px;
  padding: 8px 0;
  border-color: #ccc;
  border-width: 1px 0 1px 0;
  border-style: dotted;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.sort-panel .panel-body {
  padding: 0 15px;
}
.sort-panel .panel-body > .pull-left,
.sort-panel .panel-body > .pull-right {
  line-height: 26px;
}
.sort-panel .panel-body > .pull-left .btn-link,
.sort-panel .panel-body > .pull-right .btn-link {
  color: #404040;
  text-decoration: underline;
}
.sort-panel .panel-body > .pull-right .select-dropdown {
  margin-right: 8px;
}
.sort-panel .panel-body > .pull-right > a {
  font-size: 11px;
  padding: 4px 12px 5px;
}
.sort-panel .panel-body:before, .sort-panel .panel-body:after {
  content: " ";
  display: table;
}
.sort-panel .panel-body:after {
  clear: both;
}
.sort-panel .btn.dropdown-toggle {
  border-color: #e0e0e0;
  color: #404040;
  font-size: 11px;
}
.sort-panel .btn.dropdown-toggle .filter-option {
  border-right: 1px solid #d5d5d5;
  left: 12px;
  overflow: hidden;
  padding: 0 12px 1px 12px;
  position: static;
  right: 25px;
  text-align: left;
  display: inline;
}
.sort-panel .btn.dropdown-toggle .filter-option.pull-left {
  float: none !important;
}
.sort-panel .btn.dropdown-toggle .caret {
  margin-top: -1px;
  position: static;
  top: auto;
}
.sort-panel .gradient {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
}
.sort-panel .gradient:hover {
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8F8F8", endColorstr="#FFFFFFFF", GradientType=0);
}

table thead.sort-panel {
  float: none;
}
table thead.sort-panel th.sorting-options {
  white-space: nowrap;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

/*==== SORTING LINKS ====*/
.sorting-options > a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
  text-transform: capitalize;
}
.sorting-options > a:hover {
  color: #ff9900;
  text-decoration: none;
}
.sorting-options > a:active, .sorting-options > a:focus, .sorting-options > a.active {
  color: #f60;
}
.sorting-options > a > i {
  width: 11px;
  height: 11px;
  top: 2px;
  display: inline-block;
  position: relative;
  background-position: 1px 1px;
  background-image: url("/images/www/list/sorting-sprite.png");
  background-repeat: no-repeat;
}
.sorting-options > a.active > i {
  background-position: -10px 1px;
}
.sorting-options > a.double > i {
  background-position: -23px 1px;
}
.sorting-options > a.double.active > i {
  background-position: -39px 1px;
}
.sorting-options > a.double.active.up > i {
  background-position: -54px 1px;
}
.sorting-options .tooltip-sorting {
  left: 455px;
  top: 2px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  text-align: left;
  white-space: normal;
  max-width: 300px;
  z-index: 1070;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.sorting-options .tooltip-sorting span.lpointer {
  top: 11px;
}
.sorting-options .tooltip-sorting > p {
  font-weight: 700;
}
.sorting-options .tooltip-sorting .xpop {
  border: none;
  border-radius: 5px;
  display: block;
  height: 15px;
  width: 15px;
  margin: 10px;
}

/*==== VIEW SWITCHER ====*/
.view-switcher {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-switcher .switch {
  display: block;
  float: left;
  height: 21px;
  margin: 3px 5px 0 0;
  overflow: hidden;
  text-indent: -1000px;
  width: 22px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-switcher.list-view .img {
  background-image: url("/images/www/listing/okazii-listing-sprite.png");
  background-repeat: repeat;
}
.view-switcher.list-view .img.active {
  background-position: -128px -90px;
}
.view-switcher.list-view .img.gallery {
  background-position: -150px -90px;
  width: 16px;
}
.view-switcher.grid-view {
  padding: 0;
}
.view-switcher.grid-view .img {
  background-image: url("/images/www/listing/okazii-listing-sprite.png");
  background-repeat: repeat;
}
.view-switcher.grid-view .img.active {
  background-position: -103px -90px;
}
.view-switcher.grid-view .img.list {
  width: 16px;
  background-position: -163px -90px;
}
.view-switcher > span.head {
  background: none;
  display: block;
  float: left;
  padding: 0 10px 0 5px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  position: relative;
  width: 220px \0 ; /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.input-group-lg .input-group-field .bootstrap-select > .btn {
  padding-right: 30px;
}
.bootstrap-select > .btn.btn-lg {
  font-size: 16px;
  height: 50px;
}
.error .bootstrap-select .btn {
  border: 1px solid rgb(185, 74, 72);
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline-offset: -2px;
}
.bootstrap-select.live-search .dropdown-menu {
  padding: 0;
  margin: 0;
}
.bootstrap-select.live-search .bootstrap-select-searchbox > .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.input-group-field .bootstrap-select.btn-group {
  display: inline-table;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #8c8c8c;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: rgb(100, 177, 216);
  color: fade(rgb(100, 177, 216), 40%);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px fade(rgb(0, 0, 0), 5%);
  box-shadow: inset 0 1px 1px fade(rgb(0, 0, 0), 5%);
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-color: fade(rgb(204, 204, 204), 20%);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
  border-top-color: fade(rgb(204, 204, 204), 20%);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

.select-dropdown {
  position: relative;
}
.select-dropdown.open .btn {
  border-radius: 4px 4px 0 0;
}
.select-dropdown .btn {
  font-size: 12px;
  padding: 4px 0 5px 0;
}
.select-dropdown .btn .caret-holder {
  border-left: 1px solid #d5d5d5;
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 28px;
}
.select-dropdown .btn .caret {
  margin: 0 7px 0 3px;
}
.select-dropdown.open {
  display: block;
}
.select-dropdown .sub-text {
  color: #999999;
  font-size: 11px;
}
.select-dropdown.open .dropdown-menu {
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  display: block;
  top: 28px;
  bottom: auto;
}
.select-dropdown.open .dropdown-menu .input-block-level {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.select-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-color: #d5d5d5;
  font-size: 11px;
}
.select-dropdown .dropdown-menu .selected a {
  text-decoration: none;
  font-weight: bold;
}
.select-dropdown .dropdown-menu li + li {
  border-top: 1px dotted #d0d0d0;
}
.select-dropdown .dropdown-menu li > a {
  overflow: hidden;
  padding: 5px 11px 6px 12px;
}
.select-dropdown .dropdown-menu li > a > i {
  display: none;
}
.select-dropdown .dropdown-menu li > a:hover .sub-text {
  color: #404040;
}
.select-dropdown .s-left {
  width: 122px;
  display: inline-block;
}
.select-dropdown .s-right {
  display: inline-block;
  text-align: right;
  font-size: 10px;
  color: #e0e0e0;
}
.select-dropdown .s-right .sep {
  display: inline-block;
  margin: 0 6px;
}
.select-dropdown .s-right .order {
  text-decoration: underline;
  color: #404040;
}
.select-dropdown .s-right .order:hover {
  text-decoration: none;
}
.select-dropdown .glyphicon {
  width: 10px;
  height: 10px;
  background-color: red;
}
.select-dropdown .gradient {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
}
.select-dropdown .gradient:hover {
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8F8F8", endColorstr="#FFFFFFFF", GradientType=0);
}
.select-dropdown.btn-group .btn .filter-option {
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  left: 0;
  text-align: left;
  padding: 0 12px;
  text-overflow: ellipsis;
  width: 85%;
}
.select-dropdown.btn-group .btn .caret {
  right: 5px;
}

.simple-select .s-left {
  width: 122px;
  display: inline-block;
}
.simple-select .s-right {
  display: inline-block;
  text-align: right;
  font-size: 10px;
  color: #e0e0e0;
}
.simple-select .s-right .sep {
  display: inline-block;
  margin: 0 6px;
}
.simple-select .s-right .order {
  text-decoration: underline;
  color: #404040;
}
.simple-select .s-right .order:hover {
  text-decoration: none;
}
.simple-select .glyphicon {
  width: 10px;
  height: 10px;
  background-color: red;
}

.item-result {
  position: relative;
}
.item-result .fav-drop {
  /* display: none; */
  margin-top: 9px;
  position: absolute;
  top: 80px;
  right: 15px;
  *zoom: 1;
}
.item-result:hover .fav-drop {
  display: inline-block;
}
.item-result .fav-drop.open {
  display: inline-block;
}

.fav-drop {
  text-align: left;
}
.fav-drop .btn {
  border-color: #e5e5e5;
  padding-top: 4px;
  padding-bottom: 5px;
}
.fav-drop .btn-star {
  border-right: 0 !important;
  text-indent: -9999px;
  padding-left: 20px;
  padding-right: 20px;
}
.fav-drop .dropdown-toggle {
  border-left: 0;
}
.fav-drop > .btn + .dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 18px;
}
.fav-drop .d {
  visibility: hidden;
  margin-left: -7px;
  *zoom: 1;
}
.fav-drop .divider-opt {
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  *zoom: 1;
  top: 2px;
  bottom: 2px;
  right: auto;
  left: 0;
  z-index: 1000;
}
.fav-drop .caret {
  margin-right: -1px;
  margin-top: -1px;
  color: #555555;
}
.fav-drop .star {
  position: absolute;
  *zoom: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("/images/www/listing/new/dropdown-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -105px;
  margin-top: -6px;
  margin-left: -5px;
}
.fav-drop.open .btn {
  border-radius: 3px 3px 0 0;
}
.fav-drop.open .btn + .btn {
  border-radius: 0 3px 0 0;
}
.fav-drop.open .dropdown-toggle {
  background: #333333;
  border-color: #333333;
  box-shadow: 0;
}
.fav-drop.open .dropdown-toggle .caret {
  color: #fff;
}
.fav-drop.open .divider-opt {
  display: none;
}
.fav-drop .dropdown-menu {
  top: 27px;
  left: auto;
  right: 0;
  margin: 0;
  padding: 15px 15px 13px 15px;
  border-color: #e0e0e0;
  border-top: 3px solid #333333;
  box-shadow: none;
  border-radius: 0 0 2px 2px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.fav-drop .dropdown-menu > li > a:hover {
  background: none;
  color: #ff9900;
}
.fav-drop .dropdown-menu > li + li {
  margin: 6px 0 0 0;
}
.fav-drop .dropdown-menu > li > a {
  padding: 0 0 0 24px;
  line-height: 15px;
  color: #333333;
}
.fav-drop .dropdown-menu .divider {
  border-top: 1px dotted #d0d0d0;
  padding: 0;
  margin: 14px 0 11px 0;
}
.fav-drop .dropdown-menu li {
  background: url("/images/www/listing/new/dropdown-sprite.png") no-repeat 0 0;
}
.fav-drop .dropdown-menu .item-1 {
  background-position: 1px -103px;
}
.fav-drop .dropdown-menu .item-2 {
  background-position: 0 -137px;
}
.fav-drop .dropdown-menu .item-3 {
  background-position: 1px -168px;
}
.fav-drop .dropdown-menu .item-4 {
  background-position: 0px -199px;
}
.fav-drop .dropdown-menu .item-5 {
  background-position: 0 -232px;
}
.fav-drop .dropdown-menu .item-6 {
  background-position: 0 -265px;
}
.fav-drop .dropdown-menu .item-7 {
  background-position: 3px -300px;
}
.fav-drop .dropdown-menu .divider {
  background: none;
}

/* select modal favorite */
.modal .dropdown-menu.inner {
  max-height: 200px;
}
.modal .modal-cart .select-dropdown .btn {
  padding-top: 3px;
  padding-bottom: 4px;
}
.modal .modal-cart .select-dropdown .dropdown-menu {
  top: 24px;
}
.modal .modal-cart .select-dropdown .btn,
.modal .modal-cart .select-dropdown .dropdown-menu {
  font-size: 11px;
}
.modal .modal-cart .select-dropdown .s-left {
  width: 170px;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .modal-cart .select-dropdown .s-right {
  color: #1447be;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .modal-cart .select-dropdown .s-right:hover {
  text-decoration: underline;
}

.select-dropdown .dropdown-menu li > a {
  padding-bottom: 6px;
  padding-top: 7px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  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;
}

.badge {
  display: inline-block;
  min-width: 10px;
  margin-left: 3px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #0075ee;
  border-radius: 3px;
}
.badge:empty {
  display: none;
}
.badge.badge-success {
  color: #64ad1c;
  border-color: #64ad1c;
}
.badge.badge-warning {
  color: #ef7422;
  border-color: #ef7422;
}
.badge.badge-danger {
  color: #ef4822;
  border-color: #ef4822;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ff9900;
  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;
}

.badge-outline {
  display: inline-block;
  min-width: 10px;
  margin-left: 3px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid transparent;
}

.tag {
  padding: 3px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  line-height: 1;
}
.tag .close {
  position: relative;
  top: 5px;
  right: -10px;
  color: inherit;
  line-height: 0;
}
.tag + .tag {
  margin-left: 5px;
}

.tag-dismissible {
  padding-right: 20px;
}

.active-tags {
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, "FontAwesome", sans-serif;
}
.active-tags:empty {
  display: none;
}

.tag-default {
  background-color: transparent;
  border-color: #dcdcdc;
  color: #333333;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px;
  font-size: 14px !important;
}
.tag-default .close {
  color: #1a1a1a;
}

.tag-gray {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #333333;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.tag-gray .close {
  color: #1a1a1a;
}

.tag-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #70c102;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.tag-success .close {
  color: #538f01;
}

.category-browser {
  margin-left: -15px;
  margin-right: -15px;
}
.category-browser:before, .category-browser:after {
  content: " ";
  display: table;
}
.category-browser:after {
  clear: both;
}

.select-container {
  padding: 0;
}
.select-container .slimScrollDiv {
  border: 1px solid #dbdbdb;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100% !important;
}

*[data-scroll-bar] {
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  height: auto;
  margin: -5px -20px 0 -5px;
  padding: 10px;
  width: 115% !important;
  max-height: 246px;
  min-height: 246px;
}
*[data-scroll-bar] > option {
  color: #555555;
  padding: 5px;
  background-color: #0075ee;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, "FontAwesome", sans-serif;
}
*[data-scroll-bar] > option:not(:checked) {
  background-color: #fff;
}

.modal-open {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal,
.modal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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.ajax-modal {
  display: block;
}
.modal.ajax-modal.fade {
  opacity: 1;
}
.modal.modal-image .modal-dialog {
  background-color: transparent;
}
.modal.modal-image .modal-dialog .modal-header {
  background-color: transparent;
  border: none;
  text-align: center;
}
.modal.modal-image .modal-dialog .modal-footer {
  border: none;
  text-align: center;
}
.modal.vertical-center {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  background: rgba(33, 33, 33, 0.3) none repeat scroll 0 0;
  border-radius: 4px;
  padding: 7px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  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 dotted #d0d0d0;
  min-height: 16.428571429px;
  background-color: #f5f5f5;
  position: relative;
}

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

.modal-title {
  margin: 0;
  line-height: 1.428571429;
  font-size: 12px;
  font-weight: 700;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body .modal-inner-actions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d0d0d0;
}
.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;
}

.modal-form .modal-header,
.modal-form .modal-body,
.modal-form .modal-footer {
  padding: 15px 30px;
  background-color: #eeeeee;
}

.modal-split div[class^=col-] + div[class^=col-] {
  border-top: 1px solid #ddd;
}

@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;
  }
  .modal-split div[class^=col-] {
    float: none;
    display: table-cell;
    padding: 0 30px 30px;
  }
  .modal-split div[class^=col-] + div[class^=col-] {
    border-left: 1px solid #ddd;
    border-top: none;
  }
  .modal-split .modal-title {
    text-align: center;
  }
  .modal-split .modal-inner-actions {
    vertical-align: bottom;
    margin-bottom: 0;
  }
}
[data-toggle=tooltip]:not(input):not(textarea) {
  cursor: help;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 9px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 9px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 9px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 9px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 10px 15px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip-inner ul {
  list-style: disc;
  padding-left: 10px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -9px;
  border-width: 9px 9px 0;
  border-top-color: #fff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 1px;
  right: 9px;
  margin-bottom: -9px;
  border-width: 9px 9px 0;
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 1px;
  left: 9px;
  margin-bottom: -9px;
  border-width: 9px 9px 0;
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 1px;
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px;
  border-bottom-color: #fff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 1px;
  right: 9px;
  margin-top: -9px;
  border-width: 0 9px 9px;
  border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 1px;
  left: 9px;
  margin-top: -9px;
  border-width: 0 9px 9px;
  border-bottom-color: #fff;
}

.tooltip-dark.tooltip {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.tooltip-dark.tooltip .tooltip-inner {
  padding: 3px 7px;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  border: 1px solid #333;
  -webkit-box-shadow: 0 2px 3px rgba(10, 30, 44, 0.1);
  box-shadow: 0 2px 3px rgba(10, 30, 44, 0.1);
}
.tooltip-dark.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip-dark.tooltip.top-left .tooltip-arrow {
  border-top-color: #333;
}
.tooltip-dark.tooltip.top-right .tooltip-arrow {
  border-top-color: #333;
}
.tooltip-dark.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip-dark.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip-dark.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip-dark.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip-dark.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #333;
}

[data-toggle=popover]:not(input):not(textarea) {
  cursor: help;
  display: initial;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

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

.rounded-xxl {
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  border-radius: 0.5rem !important;
}

.rounded-top-xxl {
  border-top-right-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.rounded-bottom-xxl {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left-xxl {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.rounded-right-xxl {
  border-bottom-right-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-left-xxl {
  border-top-left-radius: 0.5rem;
}

.rounded-bottom-left-xxl {
  border-bottom-left-radius: 0.5rem;
}

.rounded-top-right-xxl {
  border-top-right-radius: 0.5rem;
}

.rounded-bottom-right-xxl {
  border-bottom-right-radius: 0.5rem;
}

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

.nopadding {
  padding: 0 !important;
}

.display-block {
  display: block;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-0-imp {
  margin: 0px !important;
}

.p-0-imp {
  padding: 0px !important;
}

.m-top-0 {
  margin-top: 0px;
}

.p-top-0 {
  padding-top: 0px;
}

.m-top-0-imp {
  margin-top: 0px !important;
}

.p-top-0-imp {
  padding-top: 0px !important;
}

.m-bottom-0 {
  margin-bottom: 0px;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.m-bottom-0-imp {
  margin-bottom: 0px !important;
}

.p-bottom-0-imp {
  padding-bottom: 0px !important;
}

.m-left-0 {
  margin-left: 0px;
}

.p-left-0 {
  padding-left: 0px;
}

.m-left-0-imp {
  margin-left: 0px !important;
}

.p-left-0-imp {
  padding-left: 0px !important;
}

.m-right-0 {
  margin-right: 0px;
}

.p-right-0 {
  padding-right: 0px;
}

.m-right-0-imp {
  margin-right: 0px !important;
}

.p-right-0-imp {
  padding-right: 0px !important;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-5-imp {
  margin: 5px !important;
}

.p-5-imp {
  padding: 5px !important;
}

.m-top-5 {
  margin-top: 5px;
}

.p-top-5 {
  padding-top: 5px;
}

.m-top-5-imp {
  margin-top: 5px !important;
}

.p-top-5-imp {
  padding-top: 5px !important;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.m-bottom-5-imp {
  margin-bottom: 5px !important;
}

.p-bottom-5-imp {
  padding-bottom: 5px !important;
}

.m-left-5 {
  margin-left: 5px;
}

.p-left-5 {
  padding-left: 5px;
}

.m-left-5-imp {
  margin-left: 5px !important;
}

.p-left-5-imp {
  padding-left: 5px !important;
}

.m-right-5 {
  margin-right: 5px;
}

.p-right-5 {
  padding-right: 5px;
}

.m-right-5-imp {
  margin-right: 5px !important;
}

.p-right-5-imp {
  padding-right: 5px !important;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-10-imp {
  margin: 10px !important;
}

.p-10-imp {
  padding: 10px !important;
}

.m-top-10 {
  margin-top: 10px;
}

.p-top-10 {
  padding-top: 10px;
}

.m-top-10-imp {
  margin-top: 10px !important;
}

.p-top-10-imp {
  padding-top: 10px !important;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.m-bottom-10-imp {
  margin-bottom: 10px !important;
}

.p-bottom-10-imp {
  padding-bottom: 10px !important;
}

.m-left-10 {
  margin-left: 10px;
}

.p-left-10 {
  padding-left: 10px;
}

.m-left-10-imp {
  margin-left: 10px !important;
}

.p-left-10-imp {
  padding-left: 10px !important;
}

.m-right-10 {
  margin-right: 10px;
}

.p-right-10 {
  padding-right: 10px;
}

.m-right-10-imp {
  margin-right: 10px !important;
}

.p-right-10-imp {
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-15-imp {
  margin: 15px !important;
}

.p-15-imp {
  padding: 15px !important;
}

.m-top-15 {
  margin-top: 15px;
}

.p-top-15 {
  padding-top: 15px;
}

.m-top-15-imp {
  margin-top: 15px !important;
}

.p-top-15-imp {
  padding-top: 15px !important;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.m-bottom-15-imp {
  margin-bottom: 15px !important;
}

.p-bottom-15-imp {
  padding-bottom: 15px !important;
}

.m-left-15 {
  margin-left: 15px;
}

.p-left-15 {
  padding-left: 15px;
}

.m-left-15-imp {
  margin-left: 15px !important;
}

.p-left-15-imp {
  padding-left: 15px !important;
}

.m-right-15 {
  margin-right: 15px;
}

.p-right-15 {
  padding-right: 15px;
}

.m-right-15-imp {
  margin-right: 15px !important;
}

.p-right-15-imp {
  padding-right: 15px !important;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-20-imp {
  margin: 20px !important;
}

.p-20-imp {
  padding: 20px !important;
}

.m-top-20 {
  margin-top: 20px;
}

.p-top-20 {
  padding-top: 20px;
}

.m-top-20-imp {
  margin-top: 20px !important;
}

.p-top-20-imp {
  padding-top: 20px !important;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.m-bottom-20-imp {
  margin-bottom: 20px !important;
}

.p-bottom-20-imp {
  padding-bottom: 20px !important;
}

.m-left-20 {
  margin-left: 20px;
}

.p-left-20 {
  padding-left: 20px;
}

.m-left-20-imp {
  margin-left: 20px !important;
}

.p-left-20-imp {
  padding-left: 20px !important;
}

.m-right-20 {
  margin-right: 20px;
}

.p-right-20 {
  padding-right: 20px;
}

.m-right-20-imp {
  margin-right: 20px !important;
}

.p-right-20-imp {
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-25-imp {
  margin: 25px !important;
}

.p-25-imp {
  padding: 25px !important;
}

.m-top-25 {
  margin-top: 25px;
}

.p-top-25 {
  padding-top: 25px;
}

.m-top-25-imp {
  margin-top: 25px !important;
}

.p-top-25-imp {
  padding-top: 25px !important;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.m-bottom-25-imp {
  margin-bottom: 25px !important;
}

.p-bottom-25-imp {
  padding-bottom: 25px !important;
}

.m-left-25 {
  margin-left: 25px;
}

.p-left-25 {
  padding-left: 25px;
}

.m-left-25-imp {
  margin-left: 25px !important;
}

.p-left-25-imp {
  padding-left: 25px !important;
}

.m-right-25 {
  margin-right: 25px;
}

.p-right-25 {
  padding-right: 25px;
}

.m-right-25-imp {
  margin-right: 25px !important;
}

.p-right-25-imp {
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-30-imp {
  margin: 30px !important;
}

.p-30-imp {
  padding: 30px !important;
}

.m-top-30 {
  margin-top: 30px;
}

.p-top-30 {
  padding-top: 30px;
}

.m-top-30-imp {
  margin-top: 30px !important;
}

.p-top-30-imp {
  padding-top: 30px !important;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.m-bottom-30-imp {
  margin-bottom: 30px !important;
}

.p-bottom-30-imp {
  padding-bottom: 30px !important;
}

.m-left-30 {
  margin-left: 30px;
}

.p-left-30 {
  padding-left: 30px;
}

.m-left-30-imp {
  margin-left: 30px !important;
}

.p-left-30-imp {
  padding-left: 30px !important;
}

.m-right-30 {
  margin-right: 30px;
}

.p-right-30 {
  padding-right: 30px;
}

.m-right-30-imp {
  margin-right: 30px !important;
}

.p-right-30-imp {
  padding-right: 30px !important;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-40-imp {
  margin: 40px !important;
}

.p-40-imp {
  padding: 40px !important;
}

.m-top-40 {
  margin-top: 40px;
}

.p-top-40 {
  padding-top: 40px;
}

.m-top-40-imp {
  margin-top: 40px !important;
}

.p-top-40-imp {
  padding-top: 40px !important;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.m-bottom-40-imp {
  margin-bottom: 40px !important;
}

.p-bottom-40-imp {
  padding-bottom: 40px !important;
}

.m-left-40 {
  margin-left: 40px;
}

.p-left-40 {
  padding-left: 40px;
}

.m-left-40-imp {
  margin-left: 40px !important;
}

.p-left-40-imp {
  padding-left: 40px !important;
}

.m-right-40 {
  margin-right: 40px;
}

.p-right-40 {
  padding-right: 40px;
}

.m-right-40-imp {
  margin-right: 40px !important;
}

.p-right-40-imp {
  padding-right: 40px !important;
}

.nowrap {
  white-space: nowrap;
}

.table-container {
  display: table;
  width: 100%;
}
.table-container > span,
.table-container .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-container > span > *,
.table-container .table-cell > * {
  vertical-align: middle;
}
.table-container > span.icon,
.table-container .table-cell.icon {
  width: 1%;
}

.list-check > li {
  position: relative;
  padding-left: 20px;
}
.list-check > li:before {
  content: "\f00c";
  padding-right: 10px;
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  left: 0;
}

.list-square {
  padding-left: 20px;
}
.list-square > li {
  list-style-type: square;
  list-style-position: outside;
}

.list-bullet {
  padding-left: 15px;
  list-style-type: disc;
}
.list-bullet > li {
  list-style-position: outside;
}
.list-bullet > li + li {
  margin-top: 10px;
}

.list-arrow {
  padding-left: 0;
  list-style: none;
}
.list-arrow > li {
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
}
.list-arrow > li:before {
  content: "\f105";
  color: #8c8c8c;
  font-size: inherit;
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  left: 0;
}

.img-grayscale {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.img-grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: gray;
  filter: grayscale(0);
}

html.flow-busy,
html.flow-busy * {
  cursor: progress !important;
}

@-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;
  }
  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;
  }
  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: 1269px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1269px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

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

@media (min-width: 1270px) {
  .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: 1269px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1270px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
@media print {
  a[href]:after {
    display: none;
    visibility: hidden;
  }
}
.overlayc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  z-index: 3000;
}

/* cookie bar */
.cookie-bar {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 10px 30px 10px 30px;
  z-index: 999999;
  margin: 0 auto;
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  min-width: initial;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.95);
  box-sizing: border-box;
}
.cookie-bar .cookie-content {
  z-index: 3001;
  display: flex;
  justify-content: space-between;
}
.cookie-bar .cookie-content p {
  margin: 0 0 5px;
  color: #444444;
  font-size: 12px;
  line-height: 14px;
}
.cookie-bar .cookie-content p a {
  color: #444444;
  text-decoration: underline;
}
.cookie-bar .cookie-content p a:hover {
  color: #ff9900 !important;
}
.cookie-bar .cookie-content .links {
  color: #777777;
  font-size: 12px;
}
.cookie-bar .cookie-content .links > span + span:before {
  content: " | ";
}
.cookie-bar .cookie-content .links > span:last-of-type {
  color: #777777;
}
.cookie-bar .cookie-content .links > span:last-of-type:before {
  color: #777777;
}
.cookie-bar .cookie-bar-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 14px;
  top: 7px;
  text-indent: -9999px;
}
@media only screen and (max-width: 600px) {
  .cookie-bar {
    padding: 10px;
  }
  .cookie-bar .cookie-content {
    flex-wrap: wrap;
  }
  .cookie-bar .cookie-content p, .cookie-bar .cookie-content .links {
    font-size: 14px;
  }
  .cookie-bar .cookie-content .button-agree {
    flex-grow: 1;
    margin-top: 10px;
  }
  .cookie-bar .cookie-content .p-right-30 {
    padding: initial;
  }
}

/* end cookie bar */
body {
  background-color: #f5f5f5;
}

header {
  padding: 10px 0;
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
header .logo > img {
  padding-top: 0;
}
@media (min-width: 992px) {
  header .logo > img {
    max-width: 105px;
  }
}
header .shop-links {
  list-style: none;
  float: left;
  margin-left: 15px;
  padding-left: 0;
  list-style: none;
}
header .shop-links:before, header .shop-links:after {
  content: " ";
  display: table;
}
header .shop-links:after {
  clear: both;
}
header .shop-links > li {
  float: left;
}
header .shop-links > li > a {
  color: #333333;
  padding: 0 15px;
  line-height: 1.8;
  border-left: 1px dotted #333333;
  font-size: 12px;
}
header .shop-links > li > a:hover, header .shop-links > li > a:focus {
  color: #ff9900;
}
header .my-account .info-count {
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 0;
}
header .my-account.with-notifier .toggle-item,
header .my-account.with-notifier #login-trigger {
  padding-right: 52px;
}
header .my-account.with-notifier .info-count.pointed {
  right: 15px;
}
header .help-item {
  line-height: 1.428571429;
}
header .help-item > a {
  vertical-align: inherit;
  font-size: 12px;
}

.wrapper {
  margin-top: 30px;
}
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}

@media (min-width: 1270px) {
  .shop-intro {
    min-height: 270px;
  }
}
.shop-intro img {
  max-width: 100%;
  display: block;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shop-header {
  text-align: center;
}
@media (min-width: 992px) {
  .shop-header {
    text-align: left;
  }
}
.shop-header .shop-info {
  padding-top: 115px;
  position: relative;
  min-height: 130px;
}
@media (min-width: 992px) {
  .shop-header .shop-info {
    padding-left: 200px;
    padding-top: 0;
  }
}
.shop-header .shop-info:before, .shop-header .shop-info:after {
  content: " ";
  display: table;
}
.shop-header .shop-info:after {
  clear: both;
}
.shop-header .shop-info .shop-data .shop-logo {
  position: absolute;
  display: block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  width: 170px;
  height: 170px;
}
@media (min-width: 992px) {
  .shop-header .shop-info .shop-data .shop-logo {
    left: 15px;
    right: auto;
    margin-top: 0;
  }
}
.shop-header .shop-info .shop-data .shop-logo > figure {
  display: table;
  width: 100%;
  height: 100%;
}
.shop-header .shop-info .shop-data .shop-logo > figure > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.shop-header .shop-info .shop-data .shop-logo > figure > a > img {
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
}
.shop-header .shop-info .shop-data .shop-name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.shop-header .shop-info .shop-data .shop-search {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shop-header .shop-info .shop-data .shop-search .input-group .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 12px;
}
.shop-header .shop-info .shop-data .shop-search .input-group .form-control > .btn {
  font-size: 12px;
}
.shop-header .shop-info .shop-data .shop-search .input-group .input-group-btn > .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.shop-header .shop-info .shop-data .shop-search .dropdown-menu {
  margin-top: -2px;
  left: auto;
  right: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.shop-header .shop-info .shop-data .shop-fans {
  padding-left: 5px;
}
.shop-header .shop-info .shop-data .item-fav-seller {
  margin-left: 3px;
}
.shop-header .shop-info .shop-data .item-fav-seller > button {
  width: 130px;
}
.shop-header .shop-info .shop-data .item-fav-seller > i {
  color: #ff9900;
}
.shop-header .shop-info .shop-data .shop-newsletter-link {
  position: relative;
  right: -10px;
}
.shop-header .shop-info .shop-data .shop-newsletter-link > button {
  font-family: "FontAwesome", sans-serif;
}
.shop-header .shop-info .shop-data .shop-newsletter-link > button:before {
  position: absolute;
  content: "\f1ea";
  font-size: 14px;
  line-height: 1;
  top: 50%;
  transform: translate(0px, -50%);
}
.shop-header .shop-info .shop-data .shop-newsletter-link > button.btn-icon-left {
  padding-left: 20px;
}
.shop-header .shop-info .shop-data .shop-newsletter-link > button.btn-icon-left:before {
  left: 0;
}
.shop-header .shop-meta {
  padding: 0 15px 20px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.shop-header .shop-meta > h1 {
  margin: 0;
  padding: 0;
}

.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.icon > img {
  background: url("/images/www/listing/okazii-listing-sprite.png") no-repeat 0 0;
  white-space: nowrap;
  vertical-align: top;
}

.item-seller {
  line-height: 2.5;
}
.item-seller > span > a {
  color: #404040;
  text-decoration: none;
}
.item-seller > span > a:hover {
  text-decoration: underline;
}
.item-seller .store-logo {
  display: inline-block;
  height: 15px;
  padding-left: 5px;
}
.item-seller .icon > img {
  height: 16px;
  width: 15px;
  background-position: -1px 1px;
}
.item-seller .premium > img {
  height: 18px;
  width: 18px;
  background-position: -40px 1px;
}
.item-seller .verified > img {
  height: 20px;
  width: 18px;
  background-position: -19px 1px;
}
.item-seller .item-location > a,
.item-seller .item-location > button {
  color: #404040;
  text-decoration: underline;
}
.item-seller .item-location > a:hover,
.item-seller .item-location > button:hover {
  text-decoration: none;
}

.item-seller {
  margin-bottom: 5px;
}

.shops-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.shops-footer:before, .shops-footer:after {
  content: " ";
  display: table;
}
.shops-footer:after {
  clear: both;
}
.shops-footer strong {
  color: #666666;
  font-size: 14px;
}
.shops-footer ul {
  padding-left: 0;
  list-style: none;
}
.shops-footer ul > li > a {
  color: #666666;
  font-size: 12px;
}
.shops-footer ul > li > a:hover, .shops-footer ul > li > a:focus {
  color: #ff9900;
}
.shops-footer > div {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .shops-footer > div {
    text-align: left;
    margin: 0;
  }
}
.shops-footer .copyrights {
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #8c8c8c;
  border-top: 1px solid #ddd;
}

.shop-footer {
  text-align: center;
  margin-top: 30px;
  background-color: #fff;
  border: none;
  padding: 20px;
  color: #333333;
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.shop-footer .ux-action-message {
  margin-bottom: 10px;
}
.shop-footer:before, .shop-footer:after {
  content: " ";
  display: table;
}
.shop-footer:after {
  clear: both;
}
.shop-footer ul {
  padding-left: 0;
  list-style: none;
}

.shop-widget ul {
  padding-left: 0;
  list-style: none;
}
.shop-widget .shop-widget-title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.shop-sidebar {
  width: 250px;
  left: -275px;
  position: absolute;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  z-index: 1000;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.shop-sidebar ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .shop-sidebar {
    left: -327px;
  }
}
@media (min-width: 992px) {
  .shop-sidebar {
    padding: 0;
    left: 0;
    position: relative;
    background-color: transparent;
    border-color: transparent;
    width: auto;
  }
}
.shop-sidebar .filter-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding: 15px 0;
}
.shop-sidebar .attribute-item {
  border-top: 1px solid #d9d9d9;
}
.shop-sidebar .attribute-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.shop-sidebar .attribute-item .attribute-title {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
}
.shop-sidebar .attribute-item .attribute-title > a {
  display: block;
  margin-right: 30px;
  color: #333333;
}
.shop-sidebar .attribute-item .attribute-title > a:hover, .shop-sidebar .attribute-item .attribute-title > a:focus, .shop-sidebar .attribute-item .attribute-title > a.active {
  color: #ff9900;
  text-decoration: none;
}
.shop-sidebar .attribute-item .attribute-title > a:hover > span, .shop-sidebar .attribute-item .attribute-title > a:focus > span, .shop-sidebar .attribute-item .attribute-title > a.active > span {
  text-decoration: none;
  color: #ff9900;
}
.shop-sidebar .attribute-item .attribute-title > a > span {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-sidebar .attribute-item .attribute-title > a > span:not(:first-child) {
  color: #8c8c8c;
  position: absolute;
  width: auto;
}
.shop-sidebar .attribute-item .attribute-title > a > span:not(:first-child):hover, .shop-sidebar .attribute-item .attribute-title > a > span:not(:first-child):focus {
  text-decoration: none;
}
.shop-sidebar .attribute-item .attribute-title > .attribute-control {
  top: 50%;
  right: 0;
  border: none;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shop-sidebar .attribute-item .attribute-title > .attribute-control:after {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
}
.shop-sidebar .attribute-item .attribute-title > .attribute-control.active:after {
  content: "\f106";
}
.shop-sidebar .attribute-item .attribute-content {
  padding: 0 0 15px;
}
.shop-sidebar .attribute-item .attribute-content > ul {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 13px;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a {
  display: block;
  padding: 10px;
  color: #333333;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a:hover, .shop-sidebar .attribute-item .attribute-content > ul > li > a:focus {
  color: #ff9900;
  text-decoration: none;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a:hover > span, .shop-sidebar .attribute-item .attribute-content > ul > li > a:focus > span {
  text-decoration: none;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 85%;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a > span:not(:first-child) {
  color: #8c8c8c;
  width: auto;
  display: inline;
  vertical-align: top;
}
.shop-sidebar .attribute-item .attribute-content > ul > li > a > span:not(:first-child):hover {
  text-decoration: none;
}
.shop-sidebar .attribute-item .attribute-content > ul > li.active {
  background-color: #333333;
  -webkit-box-shadow: 0 1px 1px rgba(221, 221, 221, 0.5);
  box-shadow: 0 1px 1px rgba(221, 221, 221, 0.5);
}
.shop-sidebar .attribute-item .attribute-content > ul > li.active > a {
  color: #fff;
}
.shop-sidebar.active {
  left: -22px;
}
@media (min-width: 768px) {
  .shop-sidebar.active {
    left: -78px;
  }
}
.shop-sidebar .filter-toggle {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-left: none;
  left: 250px;
  top: 60px;
  position: absolute;
  z-index: 9801;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.shop-sidebar .filter-toggle > button {
  cursor: pointer;
  padding: 15px 10px;
  background: none;
  border: medium none;
  display: inline-block;
  line-height: 0;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-sidebar .filter-toggle > button .lines {
  background-color: #404040;
  display: inline-block;
  height: 2px;
  position: relative;
  width: 20px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-sidebar .filter-toggle > button .lines:before, .shop-sidebar .filter-toggle > button .lines:after {
  background-color: #404040;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 20px;
  -webkit-transform-origin: 1px center 0;
  -moz-transform-origin: 1px center 0;
  -ms-transform-origin: 1px center 0;
  transform-origin: 1px center 0;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-sidebar .filter-toggle > button .lines:before {
  top: 6px;
}
.shop-sidebar .filter-toggle > button .lines:after {
  top: -6px;
}
.shop-sidebar .filter-toggle.active {
  left: 247px;
}
.shop-sidebar .filter-toggle.active > button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  -o-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.shop-sidebar .filter-toggle.active > button .lines:before, .shop-sidebar .filter-toggle.active > button .lines:after {
  top: 0;
  width: 15px;
}
.shop-sidebar .filter-toggle.active > button .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  -ms-transform: rotate3d(0, 0, 1, 40deg);
  -o-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.shop-sidebar .filter-toggle.active > button .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  -ms-transform: rotate3d(0, 0, 1, -40deg);
  -o-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.popover-title {
  background-color: transparent;
  border: none;
  padding: 16px 25px 8px;
  font-size: 13px;
  font-weight: 700;
}

.popover-content {
  padding: 0 25px 16px;
  font-size: 12px;
}
.popover-content > span {
  color: #4C9906;
  font-weight: 700;
}
.popover-content > a {
  color: #404040;
}
.popover-content > a:hover {
  color: #777777;
}

@media (max-width: 767px) {
  .shop-content .col-md-9 {
    padding: 0;
  }
}

.list-header {
  margin-bottom: 10px;
}
.list-header:before, .list-header:after {
  content: " ";
  display: table;
}
.list-header:after {
  clear: both;
}
.list-header > h1 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 21px;
}

.listing-options .sort-panel {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
.listing-options .sort-panel > .panel-body {
  padding: 0;
}

.shop-pagination:before, .shop-pagination:after {
  content: " ";
  display: table;
}
.shop-pagination:after {
  clear: both;
}

.pagination-panel {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination-panel > .panel-body {
  padding: 0;
}

.pagination > li.page-jump > span {
  background-color: transparent;
  background-image: none;
  border: medium none;
  padding: 0;
  width: 160px;
}
.pagination > li.page-jump > span .form-control {
  text-align: center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  padding: 6px 20px;
  line-height: 1.428571429;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus, .pagination > li:first-child > span:hover, .pagination > li:first-child > span:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > a:focus, .pagination > li:last-child > span:hover, .pagination > li:last-child > span:focus {
  color: #fff;
  background-color: #ff9900;
  border-bottom: 1px solid #eaeaea;
}
.pagination > li:first-child > a > span > i, .pagination > li:first-child > span > span > i, .pagination > li:last-child > a > span > i, .pagination > li:last-child > span > span > i {
  position: static;
  font-size: 12px;
}
.pagination > li.active > a {
  background-color: #ff9900;
  color: #fff;
}

.view-counter {
  line-height: 2.5;
}
.view-counter > li > a.dropdown-toggle,
.view-counter > li > span.dropdown-toggle {
  float: none;
  color: #8c8c8c;
}

.new-list {
  padding-left: 0;
  list-style: none;
}
.new-list:before, .new-list:after {
  content: " ";
  display: table;
}
.new-list:after {
  clear: both;
}
.new-list .list-item {
  padding: 20px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-top: 1px dotted #d9d9d9;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
}
.new-list .list-item:before, .new-list .list-item:after {
  content: " ";
  display: table;
}
.new-list .list-item:after {
  clear: both;
}
.new-list .list-item .item-image-wrapper {
  float: left;
  position: relative;
}
.new-list .list-item .item-image {
  float: left;
  margin: 0;
  display: table;
  table-layout: fixed;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  width: 160px;
  height: 160px;
}
.new-list .list-item .item-image:hover {
  border-color: #dddddd;
}
.new-list .list-item .item-image > a,
.new-list .list-item .item-image > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.new-list .list-item .item-image > a > img,
.new-list .list-item .item-image > span > img {
  vertical-align: middle;
  max-width: 100%;
}
.new-list .list-item .item-image > a .btn-gallery,
.new-list .list-item .item-image > span .btn-gallery {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #404040;
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  margin-top: -20px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 50%;
  visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  transform: translateZ(0px);
  transition: all 0.3s ease 0s;
  transition-property: color;
  z-index: 10;
  width: 85%;
}
.new-list .list-item .item-image > a .btn-gallery > span,
.new-list .list-item .item-image > span .btn-gallery > span {
  font-weight: 400;
}
.new-list .list-item .item-image > a .btn-gallery:hover, .new-list .list-item .item-image > a .btn-gallery:active,
.new-list .list-item .item-image > span .btn-gallery:hover,
.new-list .list-item .item-image > span .btn-gallery:active {
  color: #fff;
  border-color: #ff9900;
  background: rgba(255, 153, 0, 0.9);
}
.new-list .list-item .item-image > a .btn-gallery:focus, .new-list .list-item .item-image > a .btn-gallery:active,
.new-list .list-item .item-image > span .btn-gallery:focus,
.new-list .list-item .item-image > span .btn-gallery:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
.new-list .list-item .item-image > a:hover .btn-gallery,
.new-list .list-item .item-image > span:hover .btn-gallery {
  visibility: visible;
}
.new-list .list-item .item-fidelizare {
  clear: both;
}
.new-list .list-item .item-fidelizare i span.img {
  background: url("/images/www/listing/icon_points.png") no-repeat;
}
.new-list .list-item .item-fidelizare > span {
  border-bottom: 1px dotted;
  padding-bottom: 1px;
  cursor: help;
}
.new-list .list-item .item-data {
  margin-left: 180px;
  position: relative;
}
.new-list .list-item .item-data:before, .new-list .list-item .item-data:after {
  content: " ";
  display: table;
}
.new-list .list-item .item-data:after {
  clear: both;
}
.new-list .list-item .item-data .item-title > h1,
.new-list .list-item .item-data .item-title > h2,
.new-list .list-item .item-data .item-title .h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.428571429;
  transition: all 0.3s ease 0s;
  display: inline;
  margin: 0;
  padding: 0;
}
.new-list .list-item .item-data .item-title > h1 > a,
.new-list .list-item .item-data .item-title > h2 > a,
.new-list .list-item .item-data .item-title .h2 > a {
  color: #333333;
  vertical-align: top;
}
.new-list .list-item .item-data .item-title > i {
  margin-right: 5px;
}
.new-list .list-item .item-data .item-title > a {
  color: #333333;
  vertical-align: top;
}
.new-list .list-item .item-data .item-title .special {
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  color: #8c8c8c;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2px;
  margin-right: 5px;
  padding: 1px 5px;
  text-align: center;
  vertical-align: middle;
}
.new-list .list-item .item-data .item-title .savings {
  top: 3px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
  position: relative;
  background: url("/images/www/listing/okazii-listing-sprite.png") no-repeat -112px -23px;
}
.new-list .list-item .item-data .item-title .savings > strong {
  width: 34px;
  padding-left: 2px;
  display: block;
  position: relative;
  top: 2px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  text-align: center;
  *zoom: 1;
}
.new-list .list-item .item-data .item-title .original-product,
.new-list .list-item .item-data .item-title .gdl-warranty,
.new-list .list-item .item-data .item-title .campaign-icon {
  display: inline-block;
  vertical-align: top;
}
.new-list .list-item .item-data .item-title .original-product > span.img,
.new-list .list-item .item-data .item-title .gdl-warranty > span.img,
.new-list .list-item .item-data .item-title .campaign-icon > span.img {
  background: rgba(0, 0, 0, 0) url("/images/www/listing/okazii-listing-sprite.png") repeat scroll -169px 0;
  display: block;
  height: 17px;
  line-height: 1;
  position: relative;
  width: 20px;
  white-space: nowrap;
}
.new-list .list-item .item-data .item-title .gdl-warranty {
  position: relative;
  top: 2px;
}
.new-list .list-item .item-data .item-title .gdl-warranty > span.img {
  background-position: -269px -1px;
}
.new-list .list-item .item-data .item-title .campaign-icon > span.img {
  background-position: -301px -44px;
}
.new-list .list-item .item-data .item-title .internal-report {
  color: #8c8c8c;
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 0;
}
.new-list .list-item .item-data .item-title .bestbuy {
  background-color: #F9A11A;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2px;
  margin-right: 5px;
  padding: 1px 5px;
  text-align: center;
  vertical-align: middle;
}
.new-list .list-item .item-data .item-detail {
  width: 100%;
}
.new-list .list-item .item-data .item-detail > article {
  padding: 15px 0 0;
}
.new-list .list-item .item-data .item-detail > article.attributes {
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
  line-height: 1.2em;
  word-break: break-word;
}
.new-list .list-item .item-data .item-detail > article > p {
  display: inline;
}
.new-list .list-item .item-data .item-detail > article > h3 {
  display: inline;
  font-size: 12px;
  margin: 0 0 10px;
}
.new-list .list-item .item-data .item-detail .item-price {
  padding: 15px 0 0;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .new-list .list-item .item-data .item-detail .item-price {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
}
.new-list .list-item .item-data .item-detail .item-price:before, .new-list .list-item .item-data .item-detail .item-price:after {
  content: " ";
  display: table;
}
.new-list .list-item .item-data .item-detail .item-price:after {
  clear: both;
}
.new-list .list-item .item-data .item-detail .item-price .fixed-price .prList:first-child {
  margin-bottom: 5px;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost,
.new-list .list-item .item-data .item-detail .item-price .auction-cost {
  margin-bottom: 5px;
  display: inline-block;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost > span,
.new-list .list-item .item-data .item-detail .item-price .auction-cost > span {
  display: block;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost > span > del,
.new-list .list-item .item-data .item-detail .item-price .auction-cost > span > del {
  color: #AAAAAA;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost > span > del > span,
.new-list .list-item .item-data .item-detail .item-price .auction-cost > span > del > span {
  color: #AAAAAA;
  font-size: 12px;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost > span > span,
.new-list .list-item .item-data .item-detail .item-price .auction-cost > span > span {
  font-size: 15px;
  font-weight: 700;
}
.new-list .list-item .item-data .item-detail .item-price .main-cost > .price-label,
.new-list .list-item .item-data .item-detail .item-price .auction-cost > .price-label {
  color: #AAAAAA;
  font-size: 12px;
}
.new-list .list-item .item-data .item-detail .item-price .offer-count .last-pieces {
  background: #ef4a23;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  margin-right: 7px;
  font-size: 12px;
}
.new-list .list-item .item-data .item-detail .item-price .auction-cost > span > span {
  font-size: 15px;
  font-weight: 700;
}
.new-list .list-item .item-data .item-actions {
  float: left;
  width: 100%;
}
.new-list .list-item .item-data .item-actions .item-add-to-cart > .btn {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .new-list .list-item .item-data .item-actions .item-add-to-cart > .btn {
    display: block;
  }
}
.new-list .list-item .internal-report-product {
  padding-left: 7px;
  padding-top: 3px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.new-list .list-item .item-meta {
  background-color: #f8f8f8;
  float: left;
  /*margin-top: 5px;
  padding: 10px 10px 15px;*/
  position: relative;
  width: 100%;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.new-list .list-item .item-meta .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.new-list .list-item .item-meta .icon > span.img {
  background: url("/images/www/listing/okazii-listing-sprite.png") no-repeat 0 0;
  white-space: nowrap;
  display: block;
}
.new-list .list-item .item-meta .item-seller {
  line-height: 2;
}
.new-list .list-item .item-meta .item-seller > span > a {
  color: #404040;
  text-decoration: none;
}
.new-list .list-item .item-meta .item-seller > span > a:hover {
  text-decoration: underline;
}
.new-list .list-item .item-meta .item-seller .store-logo {
  display: inline-block;
  height: 15px;
  padding-left: 5px;
}
.new-list .list-item .item-meta .item-seller .icon > span.img {
  height: 16px;
  width: 16px;
  background-position: -70px -71px;
}
.new-list .list-item .item-meta .item-seller .premium > span.img {
  height: 18px;
  width: 18px;
  background-position: -40px 1px;
}
.new-list .list-item .item-meta .item-seller .verified > span.img {
  height: 20px;
  width: 18px;
  background-position: -19px 1px;
}
.new-list .list-item .item-meta .item-seller .affiliate > span.img {
  height: 18px;
  width: 18px;
  background-position: -40px -73px;
}
.new-list .list-item .item-meta .item-seller .rating > span.img {
  background: url("/images/www/listing/icons8-facebook-like-18.png") no-repeat 0 0;
  height: 18px;
  width: 18px;
  background-position: 0px 0px;
}
.new-list .list-item .item-meta .item-location {
  line-height: 2;
}
.new-list .list-item .item-meta .item-location > a,
.new-list .list-item .item-meta .item-location > button {
  color: #404040;
  text-decoration: none;
  padding: 0;
  border: 0;
}
.new-list .list-item .item-meta .item-location > a:hover,
.new-list .list-item .item-meta .item-location > button:hover {
  text-decoration: none;
}
.new-list .list-item .item-meta .item-location .icon > span.img {
  height: 18px;
  width: 18px;
  background-position: -19px -73px;
}
.new-list .list-item .item-meta .item-views {
  line-height: 2;
}
.new-list .list-item .item-meta .item-views .icon > span.img {
  height: 18px;
  width: 18px;
  background-position: -133px 0;
}
.new-list .list-item .item-meta .item-fidelizare {
  line-height: 2;
}
.new-list .list-item .item-meta .item-fidelizare .icon > span.img {
  height: 20px;
  width: 20px;
  background-position: -173px -68px;
}
.new-list .list-item .item-meta .item-favorite {
  line-height: 2;
}
.new-list .list-item .item-meta .item-favorite .icon > span.img {
  height: 18px;
  width: 18px;
  background-position: 1px -72px;
}
.new-list .list-item .item-meta .item-sold-count {
  line-height: 2;
}
.new-list .list-item .item-meta .item-sold-count .icon > span.img {
  height: 19px;
  width: 18px;
  background-position: -115px 0;
}
.new-list .list-item .item-meta .item-time-left {
  line-height: 2;
}
.new-list .list-item .item-meta .item-time-left .icon > span.img {
  height: 18px;
  width: 16px;
  background-position: -60px 0;
}
.new-list .list-item .item-meta .item-time-left .just-a-few > span.img {
  background-position: -153px 0;
}
.new-list .list-item .item-rating {
  margin-bottom: 5px;
  margin-top: 10px;
}
.new-list .list-item .item-rating .rating-bar {
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
  position: relative;
  text-indent: -1000px;
  margin-top: 1px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("/images/www/listing/rating-stars-small.png");
  width: 60px;
  height: 13px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  display: block;
  text-indent: -2400px;
  background-image: url("/images/www/listing/rating-stars-small.png");
  background-position: 0 -14px;
  width: 60px;
  height: 13px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings:nth-child(1) {
  width: 12px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings:nth-child(2) {
  width: 24px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings:nth-child(3) {
  width: 36px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings:nth-child(4) {
  width: 48px;
}
.new-list .list-item .item-rating .rating-bar > .total-ratings:nth-child(5) {
  width: 60px;
}
.new-list .list-item .item-rating .rating-median {
  color: #8c8c8c;
}
.new-list .list-item .shipping,
.new-list .list-item .item-shipping {
  margin-bottom: 5px;
  font-size: 12px;
}
.new-list .list-item .shipping .free,
.new-list .list-item .item-shipping .free {
  color: #4C9906;
}
.new-list .list-item .photo-gallery .flexslider .slides > li {
  margin: 0 17px 0 0;
  width: 350px;
  height: 350px;
  background-color: #ffffff;
}
.new-list .list-item.item-promoted {
  background-color: #F0F8FF;
}
.new-list .list-item.item-promoted-price .item-price .fixed-price .main-cost {
  color: #FF4000;
}
.new-list .list-item.item-promoted-border {
  border: 3px solid #93c9ff !important;
}
.new-list .list-item.pu-recommended {
  background-color: #FFFFDF;
  border: 1px solid #E9E9E9;
  margin-bottom: 10px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.new-list .list-item.pu-recommended .item-title > h2 {
  font-weight: 700;
}
.new-list .list-item.pu-recommended .expand-banner {
  float: right;
  position: relative;
  z-index: 9;
}
.new-list .list-item.item-recommended {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.new-list .list-item.item-recommended:after, .new-list .list-item.item-recommended:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
}
.new-list .list-item.item-recommended:after {
  border-top-color: #fff;
  border-width: 13px 13px 0;
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
}
.new-list .list-item.item-recommended:before {
  left: 50%;
  margin-left: -14px;
  border-width: 14px;
  border-bottom-width: 0;
  border-top-color: #d9d9d9;
  bottom: -14px;
}
.new-list .list-item.item-recommended .item-data .item-title > h1,
.new-list .list-item.item-recommended .item-data .item-title > h2,
.new-list .list-item.item-recommended .item-data .item-title .h2 {
  font-size: 18px;
  font-weight: 700;
}
.new-list .list-item .item-quick-promo {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.new-list .list-item .item-quick-promo > p {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.grid-view .new-list .list-item .item-quick-promo > p {
  margin-top: 80px;
}
.new-list .list-item .item-quick-promo > button {
  margin-bottom: 30px;
  padding: 8px 5px;
  font-size: 12px;
}
.new-list .list-item .item-quick-promo > button > i {
  margin-right: 5px;
}
.new-list .list-item .item-quick-promo > div > a {
  color: #333333;
  text-decoration: underline;
  font-size: 12px;
}
.new-list .list-item .item-quick-promo > div > a:hover {
  text-decoration: none;
  color: #ff9900;
}
.new-list .list-item .item-promoted-text {
  line-height: 2;
}
.new-list .list-item .item-promoted-text .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.new-list .list-item .item-promoted-text .icon > img {
  height: 20px;
  width: 18px;
  background-position: -172px -42px;
}
.new-list .list-item.item-quick-promo-btn:before {
  background-color: #fff;
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.new-list .list-item.item-quick-promo-btn:hover .item-quick-promo {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.new-list .list-item.item-quick-promo-btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
@media (min-width: 992px) {
  .new-list .list-item .item-meta {
    background: none;
  }
}
.new-list .list-item .item-data .item-title {
  font-size: 14px;
}
@media (min-width: 992px) {
  .new-list .list-item .item-data .item-title {
    margin-right: 150px;
  }
}
.new-list.grid-view {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.new-list.grid-view:before, .new-list.grid-view:after {
  content: " ";
  display: table;
}
.new-list.grid-view:after {
  clear: both;
}
.new-list.grid-view li {
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.new-list.grid-view li .list-item {
  min-height: 470px;
}
.new-list.grid-view li .list-item .item-image {
  width: 100%;
  height: 235px;
}
.new-list.grid-view li .list-item .item-image .btn-gallery {
  display: none !important;
}
.new-list.grid-view li .list-item .item-data {
  margin-left: 0;
  float: left;
  width: 100%;
}
.new-list.grid-view li .list-item .item-data .item-title {
  margin-top: 20px;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
  margin-right: 0;
}
.new-list.grid-view li .list-item .item-data .item-title > h2 {
  line-height: 1.428571429;
}
.new-list.grid-view li .list-item .item-data .item-detail {
  float: left;
  margin-right: 0;
  width: 100%;
}
.new-list.grid-view li .list-item .item-data .item-detail > article {
  display: none;
}
.new-list.grid-view li .list-item .item-data .item-detail .item-price {
  position: static;
  padding: 15px 0 0;
}
.new-list.grid-view li .list-item .item-data .item-detail .item-price .fixed-price {
  width: 100%;
  text-align: center;
}
.new-list.grid-view li .list-item.item-promoted-border {
  margin-top: 0 !important;
  border-bottom: 3px solid #93c9ff;
}
.new-list.grid-view li:hover .list-item {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.new-list.grid-view li:hover .item-title {
  max-height: 100px;
}
.back-to-top {
  display: none;
  right: 1%;
  bottom: 90px;
  position: fixed;
  cursor: pointer;
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.back-to-top > a {
  color: #fff;
  display: block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  z-index: 1039;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.back-to-top > a > i {
  font-size: 2em;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-box-shadow: 0 0 0 4px rgb(255, 255, 255);
  box-shadow: 0 0 0 4px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.back-to-top > a > i:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.back-to-top:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.back-to-top:hover > a {
  color: #ff9900;
}
.back-to-top:hover > a > i {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  color: #ff9900;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-box-shadow: 0 0 0 4px #ff9900;
  box-shadow: 0 0 0 4px #ff9900;
}

/*# sourceMappingURL=shop.css.map */
