article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
li.currentRate span{visibility:hidden}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #ffffff
  }
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #8A3333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-warning {
  color: #b81c00;
}
.text-danger {
  color: #b81c00;
}
.text-success {
  color: #468847;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #cccccc;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.428571429;
}
.list-unstyled {
  margin-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #cccccc;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: "Montserrat", Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 4px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
}
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;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.666666666667%;
}
.col-sm-10 {
  width: 83.333333333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.666666666667%;
}
.col-sm-7 {
  width: 58.333333333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.666666666667%;
}
.col-sm-4 {
  width: 33.333333333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.666666666667%;
}
.col-sm-1 {
  width: 8.3333333333333%;
}
@media screen and (min-width: 768px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.666666666667%;
  }
  .col-push-10 {
    left: 83.333333333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.666666666667%;
  }
  .col-push-7 {
    left: 58.333333333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.666666666667%;
  }
  .col-push-4 {
    left: 33.333333333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.666666666667%;
  }
  .col-push-1 {
    left: 8.3333333333333%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.666666666667%;
  }
  .col-pull-10 {
    right: 83.333333333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.666666666667%;
  }
  .col-pull-7 {
    right: 58.333333333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.666666666667%;
  }
  .col-pull-4 {
    right: 33.333333333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.666666666667%;
  }
  .col-pull-1 {
    right: 8.3333333333333%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table thead > tr > td,
.table tbody > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table thead > tr > th {
  vertical-align: bottom;
}
.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 transparent;
}
.table .table {
  background-color: #000000;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid transparent;
  border-collapse: separate;
  border-left: 0;
  border-radius: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td {
  border-left: 1px solid transparent;
}
.table-bordered > caption + thead > tr:first-child th,
.table-bordered > caption + tbody > tr:first-child th,
.table-bordered > caption + tbody > tr:first-child td,
.table-bordered > colgroup + thead > tr:first-child th,
.table-bordered > colgroup + tbody > tr:first-child th,
.table-bordered > colgroup + tbody > tr:first-child td,
.table-bordered > thead:first-child > tr:first-child th,
.table-bordered > tbody:first-child > tr:first-child th,
.table-bordered > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.table-bordered > thead:first-child > tr:first-child > th:first-child,
.table-bordered > tbody:first-child > tr:first-child > td:first-child,
.table-bordered > tbody:first-child > tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.table-bordered > thead:first-child > tr:first-child > th:last-child,
.table-bordered > tbody:first-child > tr:first-child > td:last-child,
.table-bordered > tbody:first-child > tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
.table-bordered > thead:last-child > tr:last-child > th:first-child,
.table-bordered > tbody:last-child > tr:last-child > td:first-child,
.table-bordered > tbody:last-child > tr:last-child > th:first-child,
.table-bordered > tfoot:last-child > tr:last-child > td:first-child,
.table-bordered > tfoot:last-child > tr:last-child > th:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered > thead:last-child > tr:last-child > th:last-child,
.table-bordered > tbody:last-child > tr:last-child > td:last-child,
.table-bordered > tbody:last-child > tr:last-child > th:last-child,
.table-bordered > tfoot:last-child > tr:last-child > td:last-child,
.table-bordered > tfoot:last-child > tr:last-child > th:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered > tfoot + tbody:last-child > tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered > tfoot + tbody:last-child > tr:last-child > td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered > caption + thead > tr:first-child > th:first-child,
.table-bordered > caption + tbody > tr:first-child > td:first-child,
.table-bordered > colgroup + thead > tr:first-child > th:first-child,
.table-bordered > colgroup + tbody > tr:first-child > td:first-child {
  border-top-left-radius: 0;
}
.table-bordered > caption + thead > tr:first-child > th:last-child,
.table-bordered > caption + tbody > tr:first-child > td:last-child,
.table-bordered > colgroup + thead > tr:first-child > th:last-child,
.table-bordered > colgroup + tbody > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
table col[class*="col-span-"] {
  float: none;
  display: table-column;
}
table td[class*="col-span-"],
table th[class*="col-span-"] {
  float: none;
  display: table-cell;
}
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td {
  background-color: #ffffff;
  border-color: transparent;
}
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td {
  background-color: #ffffff;
  border-color: transparent;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #f2f2f2;
  border-color: rgba(0,0,0,0);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #f2f2f2;
  border-color: rgba(0,0,0,0);
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  min-height: none;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #8A3333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input,
select,
textarea {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
select,
input[type="file"] {
  height: none;
  line-height: none;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input,
textarea {
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="color"].input-large {
  padding: 14px 18px;
  font-size: 19px;
  border-radius: 0;
}
select.input-small,
textarea.input-small,
input[type="text"].input-small,
input[type="password"].input-small,
input[type="datetime"].input-small,
input[type="datetime-local"].input-small,
input[type="date"].input-small,
input[type="month"].input-small,
input[type="time"].input-small,
input[type="week"].input-small,
input[type="number"].input-small,
input[type="email"].input-small,
input[type="url"].input-small,
input[type="search"].input-small,
input[type="tel"].input-small,
input[type="color"].input-small {
  min-height: 26px;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 0;
}
input[disabled],
input[readonly],
fieldset[disabled] input,
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #cccccc;
}
input[type="radio"][disabled],
input[type="radio"][readonly],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
fieldset[disabled] input[type="checkbox"] {
  background-color: transparent;
}
.has-warning .control-label {
  color: #b81c00;
}
.has-warning .input-with-feedback {
  padding-right: 32px;
  border-color: #b81c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .input-with-feedback:focus {
  border-color: #851400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ff411f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ff411f;
}
.has-error .control-label {
  color: #b81c00;
}
.has-error .input-with-feedback {
  padding-right: 32px;
  border-color: #b81c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .input-with-feedback:focus {
  border-color: #851400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ff411f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ff411f;
}
.has-success .control-label {
  color: #468847;
}
.has-success .input-with-feedback {
  padding-right: 32px;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .input-with-feedback:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
.input-group {
  display: table;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group input,
.input-group select {
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group input {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.input-group-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #cccccc;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-small {
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 0;
}
.input-group-addon.input-large {
  padding: 14px 18px;
  font-size: 19px;
  border-radius: 0;
}
.input-group input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  float: left;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .row + .row {
  margin-top: 15px;
}
.form-horizontal .control-label {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.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: default;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #50a9be;
  border-color: #50a9be;
}
.btn-default:active,
.btn-default.active {
  background-color: #429db2;
  border-color: #3b8da0;
}
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #50a9be;
  border-color: #50a9be;
}
.btn-primary {
  color: #fff;
  background-color: #50a9be;
  border-color: #50a9be;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #429db2;
  border-color: #3b8da0;
}
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #50a9be;
  border-color: #50a9be;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-danger {
  color: #fff;
  background-color: #b81c00;
  border-color: #b81c00;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #9f1800;
  border-color: #851400;
}
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #b81c00;
  border-color: #b81c00;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active {
  border-color: transparent;
}
.btn-link {
  color: #50a9be;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-large {
  padding: 14px 18px;
  font-size: 19px;
  border-radius: 0;
}
.btn-small {
  padding: 3px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphiconshalflings-regular.eot');
  src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse:before {
  content: "\e159";
}
.glyphicon-collapse-top:before {
  content: "\e160";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid 2px solid #50a9be;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #50a9be;
  white-space: nowrap;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #60b1c4;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#73bacb),to(#60b1c4));
  background-image: -webkit-linear-gradient(top,#73bacb,#60b1c4);
  background-image: -moz-linear-gradient(top,#73bacb,#60b1c4);
  background-image: linear-gradient(to bottom,#73bacb,#60b1c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73bacb', endColorstr='#ff60b0c4', GradientType=0);
}
.dropdown-menu > .active > a
{
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #60b1c4;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#73bacb),to(#60b1c4));
  background-image: -webkit-linear-gradient(top,#73bacb,#60b1c4);
  background-image: -moz-linear-gradient(top,#73bacb,#60b1c4);
  background-image: linear-gradient(to bottom,#73bacb,#60b1c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73bacb', endColorstr='#ff60b0c4', GradientType=0);
}
.dropdown-menu > .disabled > a
{
  color: #999999;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9989;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-bottom-left-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-top-right-radius: 0;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
}
.list-group {
  margin: 0 0 20px;
  background-color: #fff;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item .list-group-item-text {
  color: #555;
}
a.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #73bacb;
  border-color: #73bacb;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text {
  color: #ffffff;
}
.list-group-item > .badge,
.list-group-item > .glyphicon-chevron-right {
  float: right;
  margin-right: -15px;
}
.list-group-item > .glyphicon-chevron-right {
  margin-right: -15px;
}
.list-group-item > .glyphicon + .badge {
  margin-right: 5px;
}
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel-primary {
  border-color: #50a9be;
}
.panel-primary .panel-heading {
  color: #fff;
  background-color: #50a9be;
  border-color: #50a9be;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning .panel-heading {
  color: #b81c00;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger .panel-heading {
  color: #b81c00;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.list-group-flush {
  margin: 15px -15px -15px;
}
.list-group-flush .list-group-item {
  border-width: 1px 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  border-radius: 0;
}
.well-small {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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.disabled > a {
  color: #999999;
}
.nav > li + .nav-header {
  margin-top: 9px;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav > .pull-right {
  float: right;
}
.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: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #000000;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #000000;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li > a {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #73bacb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #50a9be;
  border-bottom-color: #50a9be;
}
.nav a:hover .caret {
  border-top-color: #50a9be;
  border-bottom-color: #50a9be;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #50a9be;
  border-radius: 0;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar-nav {
  margin-top: 10px;
  margin-bottom: 15px;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #50a9be;
  line-height: 20px;
  border-radius: 0;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  color: #50a9be;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #3b8da0;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-form {
  margin-top: 50px - none / 2;
  margin-bottom: 50px - none / 2;
}
.navbar-form input,
.navbar-form select,
.navbar-form textarea,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #50a9be;
  border-bottom-color: #50a9be;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #232323;
}
.navbar-inverse .navbar-brand {
  color: #50a9be;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #50a9be;
}
.navbar-inverse .navbar-nav > li > a {
  color: #50a9be;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #50a9be;
  border-bottom-color: #50a9be;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    float: left;
    margin-left: -5px;
    margin-right: 5px;
  }
  .navbar .nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar .nav > li {
    float: left;
  }
  .navbar .nav > li > a {
    border-radius: 0;
  }
  .navbar .nav.pull-right {
    float: right;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.navbar-btn {
  margin-top: 50px - none / 2;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-link {
  color: #50a9be;
}
.navbar-link:hover {
  color: #50a9be;
}
.navbar-inverse .navbar-link {
  color: #50a9be;
}
.navbar-inverse .navbar-link:hover {
  color: #232323;
}
.btn .caret {
  border-top-color: #fff;
}
.dropup .btn .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:active {
  z-index: 2;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li:after {
  display: inline-block;
  content: "\00a0 /";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #232323;
  border: 1px solid #666666;
  border-left-width: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #50a9be;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #232323;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 18px;
  font-size: 19px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 3px 5px;
  font-size: 11px;
}
.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #232323;
  border: 1px solid #666666;
  border-radius: 15px;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 0;
}
.modal-dialog {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 560px;
    margin-left: -280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0,0,0,0.9);
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0,0,0,0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0,0,0,0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0,0,0,0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0,0,0,0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
  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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  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: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  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: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  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: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 20px;
  color: #b81c00;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  border-top-color: rgba(0,0,0,0);
}
.alert .alert-link {
  font-weight: 500;
  color: #851400;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger {
  background-color: #ffffff;
  border-color: transparent;
  color: #b81c00;
}
.alert-danger hr {
  border-top-color: rgba(0,0,0,0);
}
.alert-danger .alert-link {
  color: #851400;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #000000;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.thumbnail {
  display: block;
}
.img-thumbnail {
  display: inline-block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #50a9be;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #ffffff;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #808080;
}
.label-danger {
  background-color: #b81c00;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #851400;
}
.label-success {
  background-color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #e6e6e6;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-info {
  background-color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #e6e6e6;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .badge {
  top: 0;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #50a9be;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #50a9be;
  -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 .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-color: #50a9be;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #b81c00;
}
.progress-striped .progress-bar-danger {
  background-color: #b81c00;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-color: rgba(0,0,0,0.0001);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001),rgba(0,0,0,0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#7f000000', GradientType=1);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 15;
  width: 100px;
  margin: 0 0 0 -50px;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #cccccc;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 0;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-sm {
  display: block !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
.hidden-lg {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
[class^="glyphicon-"]:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  line-height: 1;
}
.nav:after,
.nav:before {
  content: "";
  display: block;
}
.main-nav-list li {
  border-top: 1px solid #9D9D9D;
}
.main-nav-list li a {
  background-color: #EAEAEA;
  color: #000;
  font-size: 1.333em;
  padding: 0 60px 0 0;
  text-transform: uppercase;
}
.main-nav-list li a span {
  display: block;
  padding: 14px 18px;
}
@media screen and (min-width: 768px) {
  .main-nav-list li a span {
    padding: 15.4px 19.8px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav-list li a span {
    padding: 16.8px 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav-list li a span {
    padding: 18.2px 23.4px;
  }
}
.main-nav-list li a [class^="glyphicon-"] {
  margin-top: -0.6em;
  position: absolute;
  right: 18px;
  top: 50%;
}
.main-nav-list li a:active {
  background-color: #eb6005;
  color: #ffffff;
}
.main-nav-list li a.back {
  padding: 0 0 0 60px;
}
.main-nav-list li a.back span {
  border-left: 1px solid #73bacb;
}
.main-nav-list li a.back [class^="glyphicon-"] {
  left: 18px;
  right: auto;
}
.main-nav-list li:first-child {
  border-top: none;
}
.dropdown {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.dropdown.open {
  z-index: 2;
}
.dropdown-toggle {
  border: 2px solid #105469;
  cursor: pointer;
  padding: 10px 12px;
  padding-right: 32px;
  color: #000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .dropdown-toggle {
    padding: 11px 13.2px;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-toggle {
    padding: 12px 14.4px;
  }
}
@media screen and (min-width: 1200px) {
  .dropdown-toggle {
    padding: 13px 15.6px;
  }
}
.dropdown-toggle .glyphicon-chevron-down {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -0.6em;
}
.dropdown-menu {
  min-width: 0;
  border: 2px solid #50a9be;
  border-radius: 0;
  padding: 5px 0;
  margin: -2px 0 0 0;
  width: 100%;
  overflow: auto;
  z-index: 9999;
}
.dropdown-menu .dropdown-option {
  padding: 0 5px;
  margin: 0;
}
.dropdown-menu .dropdown-option a {
  color: #000;
  background-color: #ffffff;
  padding: 8px 5px;
  display: block;
  white-space: normal;
  cursor: pointer;
}
.dropdown-menu .dropdown-option a.selected {
  color: #ffffff;
  background-color: #1d7e96;
}
.form {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.form li {
  margin: 10px 0;
}
.form li:before,
.form li:after {
  content: " ";
  display: table;
}
.form li:after {
  clear: both;
}
.form li:before,
.form li:after {
  content: " ";
  display: table;
}
.form li:after {
  clear: both;
}
.form li > .form {
  margin: 0;
}
.form li > .form li:first-child {
  margin-top: 0px;
}
.form li > .form li:last-child {
  margin-bottom: 0px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-width: 2px;
  color: #666666;
  font-size: 1.111em;
}
input[type=date] {
  display: -webkit-inline-flex;
}
input[type=date]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: ;
}
.placeholder {
  color: #cccccc;
}
input.placeholder {
  color: #cccccc;
}
.inline-elements {
  position: relative;
}
.inline-elements .small-field {
  padding-left: 5px;
  padding-right: 5px;
  line-height: inherit;
  width: 130px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .inline-elements .small-field {
    padding-left: 5.5px;
  }
}
@media screen and (min-width: 992px) {
  .inline-elements .small-field {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .inline-elements .small-field {
    padding-left: 6.5px;
  }
}
@media screen and (min-width: 768px) {
  .inline-elements .small-field {
    padding-right: 5.5px;
  }
}
@media screen and (min-width: 992px) {
  .inline-elements .small-field {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .inline-elements .small-field {
    padding-right: 6.5px;
  }
}
@media screen and (min-width: 768px) {
  .inline-elements .small-field {
    widtht: 143px;
  }
}
@media screen and (min-width: 992px) {
  .inline-elements .small-field {
    width: 156px;
  }
}
@media screen and (min-width: 1200px) {
  .inline-elements .small-field {
    width: 169px;
  }
}
.inline-elements.first-small {
  padding: 0 0 0 140px;
}
@media screen and (min-width: 768px) {
  .inline-elements.first-small {
    padding: 0 0 0 154px;
  }
}
@media screen and (min-width: 992px) {
  .inline-elements.first-small {
    padding: 0 0 0 168px;
  }
}
@media screen and (min-width: 1200px) {
  .inline-elements.first-small {
    padding: 0 0 0 182px;
  }
}
.inline-elements.first-small .small-field {
  left: 0;
}
.inline-elements.first-small > .validation-error {
  margin-left: -140px;
}
.inline-elements.first-big {
  padding: 0 140px 0 0;
}
@media screen and (min-width: 768px) {
  .inline-elements.first-big {
    padding: 0 154px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .inline-elements.first-big {
    padding: 0 168px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .inline-elements.first-big {
    padding: 0 182px 0 0;
  }
}
.inline-elements.first-big .small-field {
  right: 0;
}
.areabox {
  height: 100px;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.checkbox:first-of-type,
.radio:first-of-type {
  margin: 0;
}
.checkbox input,
.radio input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox label,
.radio label {
  display: block;
  border: 2px solid #8A3333;
  color: transparent;
  font-size: 1em;
  overflow: hidden;
  text-align: center;
  padding: 3px;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .checkbox label,
  .radio label {
    padding: 3.3px;
  }
}
@media screen and (min-width: 992px) {
  .checkbox label,
  .radio label {
    padding: 3.6px;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox label,
  .radio label {
    padding: 3.9px;
  }
}
.checkbox + label,
.radio + label {
  margin-left: 5px;
  cursor: pointer;
}
.radio label {
  border-radius: 25px;
  color: #ffffff;
}
.radio input:checked + label {
  background: #50a9be;
  color: #ffffff;
}
.checkbox input:checked + label {
  color: #50a9be;
}
.btn {
  display: block;
  position: relative;
  border: 0;
  background-color: #8A3333;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-size: 1.111em;
  font-weight: bold;
}
.btn [class^="glyphicon-"] {
  vertical-align: middle;
}
.btn.disabled {
  background: #cccccc;
  cursor: default;
}
.btn.disabled:hover {
  background: #cccccc;
}
.btn.previous {
  background: #cccccc;
  border: 0;
  color: #666666;
}
.btn.update,
.btn.remove,
.btn.wishlist-btn,
.btn.small {
  width: auto;
  padding: 3px 5px;
  vertical-align: bottom;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .btn.update,
  .btn.remove,
  .btn.wishlist-btn,
  .btn.small {
    padding: 3.3px 5.5px;
  }
}
@media screen and (min-width: 992px) {
  .btn.update,
  .btn.remove,
  .btn.wishlist-btn,
  .btn.small {
    padding: 3.6px 6px;
  }
}
@media screen and (min-width: 1200px) {
  .btn.update,
  .btn.remove,
  .btn.wishlist-btn,
  .btn.small {
    padding: 3.9px 6.5px;
  }
}
.btn.update,
.btn.remove,
.btn.wishlist-btn {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #50a9be;
  line-height: 1.111em;
}
.btn.update.wishlisted,
.btn.remove.wishlisted,
.btn.wishlist-btn.wishlisted {
  color: #eb6005;
}
.btn.remove {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #b81c00;
}
.btn.update {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #50a9be;
}
.btn:active {
  background-color: #eb6005;
  color: #ffffff;
}
input.btn {
  width: 100%;
}
.invalid-field {
  color: #b81c00;
}
.invalid-field input {
  color: inherit;
  border-color: #b81c00;
  background: #ffffff;
}
.invalid-field select {
  color: inherit;
  border: 1px solid #b81c00;
  background: #ffffff;
}
.validation-error {
  display: none;
  clear: both;
  font-size: 0.778em;
  line-height: 18px;
  color: #b81c00;
  margin: 0;
  padding: 5px 0px;
}
.validation-error span {
  display: none;
}
.validation-error span.req {
  float: none;
  display: inline;
}
.invalid-field .validation-error {
  display: block;
}
.search-box-container {
  overflow: hidden;
  display: none;
  width: 100%;
  margin-top: 0;
}
.search-box-container .search-box {
  position: relative;
  border-top: 1px solid #000000;
  padding: 10px 65px 10px 10px;
}
.search-box-container .search-box .btn.search-btn {
  position: absolute;
  right: 15px;
  width: auto;
}
.carousel {
  margin-bottom: 5px;
}
.carousel .carousel-control {
  background: none;
  z-index: 99;
  opacity: 1;
  font-size: 1.222em;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-control {
    font-size: 1.3442em;
  }
}
@media screen and (min-width: 992px) {
  .carousel .carousel-control {
    font-size: 1.4664em;
  }
}
@media screen and (min-width: 1200px) {
  .carousel .carousel-control {
    font-size: 1.5886em;
  }
}
.carousel .carousel-control:focus {
  outline: medium none;
}
.carousel .carousel-control i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  color: #8A3333;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}
.carousel .carousel-control.left i {
  left: 15px;
}
.carousel .carousel-control.right i {
  right: 15px;
}
.carousel .carousel-inner img {
  margin: 0 auto;
}
.carousel .carousel-caption {
  margin-left: 10px;
  padding: 0;
  bottom: 10px;
  left: 0;
}
.filter-box {
  padding: 0 17px 17px;
}
.filter-box-closed {
  cursor: pointer;
}
.filter-box-closed .btn {
  text-align: left;
}
.filter-box-opened {
  text-transform: uppercase;
  font-size: 1.111em;
  font-width: bold;
}
.filter-box-opened .filter-header {
  padding-right: 45px;
  position: relative;
}
.filter-box-opened .filter-open-title {
  color: #000000;
  background-color: #eeeeee;
  padding: 10px 12px;
  width: 100%;
  display: inline-block;
}
.filter-box-opened .filter-close {
  color: #ffffff;
  background-color: #8A3333;
  padding: 10px 12px;
  right: 0;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.filter-box-opened .dropdown {
  margin: 0;
}
.filter-box-opened .filter-title {
  color: #4D4D4D;
  font-size: 1.111em;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 10px;
}
.sort-items {
  padding: 0 17px 17px;
  text-transform: uppercase;
}
.sort-items .sort-title {
  color: #4D4D4D;
  font-size: 1em;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 10px;
}
.sort-items label {
  margin: 0;
}
.sort-items i {
  padding-left: 17px;
}
.dropdown-menu.sort-menu {
  padding: 0;
}
.dropdown-menu.sort-menu .dropdown-option {
  border-bottom: 2px solid #cccccc;
  text-align: center;
  padding: 0;
}
.dropdown-menu.sort-menu .dropdown-option .sort-name {
  border-bottom: 1px solid #cccccc;
  display: block;
}
.dropdown-menu.sort-menu .dropdown-option .sort-order {
  display: table;
  width: 100%;
  padding: 0;
}
.dropdown-menu.sort-menu .dropdown-option .sort-order a {
  display: table-cell;
  border-right: 1px solid #cccccc;
}
.dropdown-menu.sort-menu .dropdown-option .sort-order a:last-child {
  border-right: none;
}
.dropdown-menu.sort-menu .dropdown-option:last-child {
  border-bottom: none;
}
.dropdown-menu.sort-menu .dropdown-option span {
  background: #ffffff;
  padding: 8px 5px;
  display: block;
  white-space: normal;
  color: #000;
}
.pagination-container {
  margin: 0 0 3px 0;
  text-align: center;
  background-color: #232323;
  line-height: 0;
}
.pagination {
  margin: 0;
}
.pagination li a {
  color: #eeeeee;
  font-size: 1.333em;
  border: none;
  border-left: 2px solid #666666;
  padding: 12px 0;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .pagination li a {
    padding: 13.2px 0;
  }
}
@media screen and (min-width: 992px) {
  .pagination li a {
    padding: 14.4px 0;
  }
}
@media screen and (min-width: 1200px) {
  .pagination li a {
    padding: 15.6px 0;
  }
}
.pagination li a:hover {
  background-color: #232323;
}
.pagination li:first-child a {
  border: none;
}
.pagination li .pagination-separator {
  padding: 12px 5px;
}
.pagination .glyphicon-chevron-left:before,
.pagination .glyphicon-chevron-right:before {
  font-size: 0.778em;
}
.pagination-page.active
{
  background-color: #8A3333;
}
.steps {
  background: #eeeeee;
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  height: 32px;
}
.steps li {
  float: left;
  color: #666666;
  position: relative;
  padding: 0 15px 0 28px;
  height: 32px;
}
.steps li:before {
  display: block;
  content: " ";
  border-color: #fff #fff #fff transparent;
  border-style: solid solid solid inset;
  border-width: 16px 5px 16px 10px;
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
}
.steps li:after {
  display: block;
  content: " ";
  border-color: #eeeeee #eeeeee #eeeeee transparent;
  border-style: solid solid solid inset;
  border-width: 16px 0px 16px 10px;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
}
.steps li:first-child {
  margin-left: 0;
}
.steps li:first-child:before {
  border-color: #fff;
  border-style: solid;
}
.steps li:last-child {
  padding-right: 0;
}
.steps li .last {
  font-size: 0.778em;
  font-weight: bold;
  color: #666666;
}
.steps li.active,
.steps li.passed {
  color: #ffffff;
  background: #50a9be;
}
.steps li.active a,
.steps li.passed a {
  color: #ffffff;
}
.steps li.active:after,
.steps li.passed:after {
  border-color: #50a9be #50a9be #50a9be transparent;
}
.steps li.passed {
  background: #666666;
}
.steps li.passed:after {
  border-color: #666666 #666666 #666666 transparent;
}
.steps li.active .step-number {
  border-right: 1px solid #73bacb;
}
@media screen and (min-width: 721px) {
  .steps li.active .step-number {
    border-right: 2px solid #73bacb;
  }
}
.steps li.active .step-name {
  display: table-cell;
}
.steps li a {
  color: #50a9be;
  display: block;
}
.steps:after {
  content: " ";
  display: table;
}
.steps:after:before,
.steps:after:after {
  content: " ";
  display: table;
}
.steps:after:after {
  clear: both;
}
.steps:after:before,
.steps:after:after {
  content: " ";
  display: table;
}
.steps:after:after {
  clear: both;
}
.steps.last-step {
  background: #50a9be;
}
.steps .step-number {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  font-size: 1em;
  padding: 0 1px;
}
.steps .step-name {
  display: none;
  font-size: 0.778em;
  white-space: normal;
  vertical-align: middle;
  padding: 0;
  line-height: 16px;
  height: 32px;
  max-width: 75px;
}
.datepicker-container {
  max-height: none;
}
.datepicker-container .months {
  display: none;
}
.datepicker-container input {
  background-color: transparent;
  text-align: center;
}
.datepicker-container li {
  border-left: solid 10px transparent;
}
.datepicker-container li:first-child {
  border: none;
}
.cookie-note {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  font-weight: normal;
  font-size: 0.889em;
  color: #ffffff;
  background-color: #eb6005;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 8px 0 8px 0;
  text-align: center;
  border-bottom: 1px solid #eb6005;
  display: none;
}
.cookie-note .notify {
  padding: 0 40px;
}
.cookie-note .notify .cookie-note-dismiss {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 18px;
  display: block;
  text-indent: -9999px;
  background: url(../../img/close.png) no-repeat 0 0;
}
.cookie-note a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
.cookie-note + #page {
  padding-top: 35px;
}
.alert {
  margin: 5px 0;
  padding: 8px 15px;
  word-wrap: break-word;
}
.alert p {
  margin: 0;
}
.alert.alert-error {
  background: url(../../img/error-inline.png) no-repeat 12px 13px #ffe7e3;
  padding: 8px 15px 8px 30px;
}
.alert.alert-success {
  background: url(../../img/success-inline.png) no-repeat 12px 13px #f8ffe3;
  padding: 8px 15px 8px 30px;
}
.alert .close {
  right: 0;
}
.form .alert {
  padding: 8px 0;
}
h1 {
  font-size: 1.333em;
  line-height: 1.904285714857em;
  margin: 0;
}
h2 {
  font-size: 1.222em;
  line-height: 1.745714286238em;
}
h3 {
  font-size: 1.111em;
  line-height: 1.587142857619em;
}
h4 {
  font-size: 1em;
  line-height: 1.587142857619em;
}
.page-head {
  padding: 17px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-head {
    padding: 18.7px;
  }
}
@media screen and (min-width: 992px) {
  .page-head {
    padding: 20.4px;
  }
}
@media screen and (min-width: 1200px) {
  .page-head {
    padding: 22.1px;
  }
}
.heading {
  text-transform: uppercase;
  font-weight: bold;
}
.heading:before,
.heading:after {
  content: " ";
  display: table;
}
.heading:after {
  clear: both;
}
.heading:before,
.heading:after {
  content: " ";
  display: table;
}
.heading:after {
  clear: both;
}
.heading.section-heading {
  padding-bottom: 5px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}
body {
  font-size: 14px;
  line-height: 1.428571429;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15.4px;
    line-height: 1.5714285719;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16.8px;
    line-height: 1.7142857148;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18.2px;
    line-height: 1.8571428577;
  }
}
a:hover,
a:focus {
  text-decoration: none;
}
.content {
  background: #ffffff;
  padding: 15px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 16.5px;
  }
}
@media screen and (min-width: 992px) {
  .content {
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    padding: 19.5px;
  }
}
#header {
  padding: 0;
  background: #fff;
  border-radius: 0;
  margin-bottom: 4px;
}
.header-btn {
  position: relative;
  padding: 0 10px;
  float: right;
  background: #fff;
  line-height: 50px;
  border-left: 1px solid #666666;
  font-size: 1.333em;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .header-btn {
    line-height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .header-btn {
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header-btn {
    line-height: 65px;
  }
}
@media screen and (min-width: 768px) {
  .header-btn {
    widtht: 55px;
  }
}
@media screen and (min-width: 992px) {
  .header-btn {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header-btn {
    width: 65px;
  }
}
.header-btn.header-btn-disabled {
  cursor: default;
}
.header-btn:last-child {
  border-right: none;
}
.header-logo {
  float: left;
  max-width: 60%;
  line-height: 50px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    line-height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .header-logo {
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo {
    line-height: 65px;
  }
}
.mini-basket .mini-basket-icon {
  display: block;
  overflow: hidden;
  background: url('../../img/basket1.png') center center no-repeat;
  background-size: 80% auto;
  text-indent: -9999px;
}
.mini-basket .mini-basket-count {
  position: absolute;
  top: 3px;
  right: 23px;
  background: #eb6005;
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .mini-basket .mini-basket-count {
    top: 3.9px;
    right: 29.9px;
  }
}
.mini-basket .mini-basket-new-item {
  width: 150px;
  display: block;
  white-space: normal;
}
.media-list.article-list {
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 3px 0;
}
.media-list.article-list .media {
  border-bottom: 1px solid #cccccc;
  color: #8A3333;
  margin: 0;
}
.media-list.article-list .media .pull-left {
  width: 100px;
  text-align: center;
}
.media-list.article-list .media .pull-left img {
  max-width: 100%;
}
.media-list.article-list .media .media-body {
  position: relative;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .media-list.article-list .media .media-body {
    padding: 11px;
  }
}
@media screen and (min-width: 992px) {
  .media-list.article-list .media .media-body {
    padding: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .media-list.article-list .media .media-body {
    padding: 13px;
  }
}
.media-list.article-list .media .media-heading-link {
  color: #000000;
}
.media-list.article-list .media:hover .media-heading-link {
  color: inherit;
}
.media-list.article-list .quantity {
  text-align: center;
  padding: 0;
  width: 40px;
  height: 40px;
}
.article-list-remove {
  float: right;
}
.article-list-price {
  margin-bottom: 10px;
}
.article-list-price .old-price {
  font-size: 1em;
  color: #000000;
}
.article-list-price .main-price {
  font-size: 1.222em;
}
.article-list-price .vat-percent {
  color: #73bacb;
  margin: 0 5px;
  display: inline;
}
.article-list-price .price-per-unit {
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .article-list-price .price-per-unit {
    font-size: 0.66em;
  }
}
@media screen and (min-width: 992px) {
  .article-list-price .price-per-unit {
    font-size: 0.72em;
  }
}
@media screen and (min-width: 1200px) {
  .article-list-price .price-per-unit {
    font-size: 0.78em;
  }
}
.media:hover .article-list-price .old-price {
  color: inherit;
}
.media:hover .article-list-price .vat-percent {
  color: inherit;
}
.add-to-basket {
  padding-left: 50px;
  position: relative;
}
.add-to-basket .quantity {
  position: absolute;
  left: 0;
  top: 0;
}
.media:hover .add-to-basket .btn {
  outline: 2px solid #ffffff;
}
.product-details {
  margin-top: 2px;
}
.product-title {
  font-size: 1.333em;
}
.product-description-container {
  cursor: pointer;
  margin-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.product-description-container [class^="glyphicon-"] {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.product-description {
  overflow: hidden;
}
.product-attributes {
  cursor: pointer;
  margin-top: 15px;
}
.product-attributes [class^="glyphicon-"] {
  color: #000;
}
.product-attributes-switch {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.product-attributes-content {
  overflow: hidden;
}
.product-header {
  position: relative;
}
.product-header .alert-info {
  margin-bottom: 10px;
  display: none;
}
.product-header-info {
  width: 80%;
  word-wrap: normal;
}
.product-footer {
  position: relative;
  overflow: hidden;
  margin: 0 10px 15px 10px;
}
.product-price-container {
  position: relative;
  overflow: hidden;
  min-width: 245px;
  min-height: 40px;
  text-align: right;
}
.product-price {
  color: #8A3333;
  font-size: 1em;
}
.product-price-old + .product-price {
  margin-left: 5px;
}
.product-additional-info {
  clear: both;
  color: #000;
  font-size: 0.8em;
}
.product-additional-info > span:after {
  content: " | ";
}
.product-additional-info > span:last-of-type:after {
  content: "";
}
.product-delivery-info {
  clear: both;
}
.product-ratings {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-ratings-placeholder {
  background: url('../../img/stars.jpg') 0 -20px no-repeat;
  width: 90px;
  height: 17px;
}
.product-variants-message {
  color: #b81c00;
}
.product-stock-flag {
  padding-left: 13px;
  background: url(../../img/stockstatus.png) no-repeat;
  background-position: 2px -45px;
}
.product-stock-flag.low-stock {
  background-position: 2px 3px;
}
.product-stock-flag.no-stock {
  background-position: 2px -21px;
}
.order-history-list {
  list-style: none;
  margin: 0;
}
.order-history-list > li {
  margin: 0 0 2px 0;
}
.order-history-articles,
.order-history-details {
  padding: 0 15px;
  margin: 0 0 2px 0;
  list-style: none;
  background: #232323;
}
.order-history-articles li,
.order-history-details li {
  border-bottom: 1px solid #666666;
  padding: 10px 0;
}
.order-history-articles li:last-child,
.order-history-details li:last-child {
  border-bottom: none;
}
.order-history-details li strong {
  color: #666666;
  text-transform: uppercase;
}
.order-history-details li span {
  color: #ffffff;
}
.order-history-details li span:first-child {
  margin-right: 20px;
}
.order-history-details li a {
  color: #ffffff;
}
.order-history-articles {
  background-color: #eeeeee;
}
.order-history-articles li {
  border-color: #cccccc;
}
.order-history-articles li a {
  color: #000000;
  display: block;
  padding-left: 20px;
  position: relative;
}
.order-history-articles li a .variants {
  font-size: 10px;
}
.order-history-article-quantity {
  float: left;
  margin-right: 5px;
  color: #1d7e96;
}
.basket-articles {
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
}
.basket-functions {
  margin-bottom: 15px;
}
.basket-functions label {
  color: #50a9be;
  cursor: pointer;
}
.basket-functions .basket-update {
  display: inline-block;
}
.basket-summary {
  margin-bottom: 15px;
  width: 100%;
}
.basket-summary td,
.basket-summary th {
  padding: 5px 0;
}
.basket-summary th {
  text-align: left;
  font-weight: normal;
}
.basket-summary td {
  text-align: right;
  color: #1d7e96;
}
.basket-total-price {
  border-top: 2px solid #cccccc;
  font-weight: bold;
}
.checkout-options .checkout-option + .checkout-option {
  margin-top: 15px;
}
.checkout-option-about {
  color: #ccc;
  text-align: center;
}
.order {
  color: #666666;
}
.order dd {
  margin: 0;
}
.order .agb .checkout-agb-label {
  display: inline;
  vertical-align: bottom;
}
.order .agb .checkout-agb-label a {
  vertical-align: bottom;
}
.payment-select .payment-option {
  display: none;
}
.payment-select .payment-option.active-payment {
  display: block;
}
.payment-select .payment-row {
  margin-top: 15px;
}
.payment-select .payment-row:first-of-type {
  margin-top: 0px;
}
.payment-select .payment-charge,
.payment-select .payment-desc {
  padding: 0px 12px;
  font-size: 1em;
}
.payment-select .payment-charge {
  color: #666666;
}
.payment-select .note {
  color: #666666;
}
.payment-select .card-valid-date-field {
  display: table-cell;
}
.payment-select .card-valid-date-month {
  width: 75px;
}
.payment-select .card-valid-date-year {
  width: 95px;
}
.payment-select .card-valid-date-divider {
  padding: 0px 5px;
}
.payment-select input[name="paymentid"] {
  display: none;
}
.checkout-thank-you {
  color: #666666;
}
.checkout-thank-you .block-head {
  color: #eb6005;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
#footer {
  
  margin: 25px 0 20px 0
}
#footer .nav-pills {
  max-height: none;
}
#footer .nav-pills > li {
  border-color: #666666;
  border-style: solid;
  border-width: 1px 0;
}
#footer .nav-pills > li.active,
#footer .nav-pills > li.active a {
  background-color: #8A3333;
  color: #232323;
}
#footer .nav-pills > li + li {
  border-left-width: 1px;
}
#footer .nav-pills > li + li > a {
  margin-left: 0;
}
#footer .nav-list {
  padding-top: 30px;
}
#footer .nav-list + .nav-list {
  padding-top: 0;
}
#footer .nav-list:last-child {
  padding-bottom: 30px;
}
#footer .footer-nav {
  border-radius: 0;
}
#footer .footer-nav > li {
  background-color: #F6F6F6;
}
#footer .footer-nav > li > a {
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 0.778em;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.payment-images {
  list-style: none;
  margin-left: 0;
  text-align: center;
}
.payment-images li {
  display: inline-block;
  margin: 0 5px;
}
.contact-form-message {
  height: 150px;
}
