@CHARSET "UTF-8";/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff?13011023') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-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-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-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-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('./img_fancybox/fancybox_sprite.png?13011023');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('./img_fancybox/fancybox_loading.gif?13011023') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('./img_fancybox/blank.gif?13011023'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('./img_fancybox/fancybox_overlay.png?13011023');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('./img_fancybox/fancybox_sprite@2x.png?13011023');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('./img_fancybox/fancybox_loading@2x.gif?13011023');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('./img_select2/select2.png?13011023') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('./img_select2/select2.png?13011023') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('./img_select2/select2.png?13011023') no-repeat 100% -22px;
    background: url('./img_select2/select2.png?13011023') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('./img_select2/select2.png?13011023') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./img_select2/select2.png?13011023') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./img_select2/select2.png?13011023') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%;
    background: url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('./img_select2/select2-spinner.gif?13011023') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('./img_select2/select2-spinner.gif?13011023') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('./img_select2/select2.png?13011023') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('./img_select2/select2x2.png?13011023') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.form-control .select2-choice {
    border: 0;
    border-radius: 0px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}
.select2-container-big .select2-container .select2-choice {
	border-radius: 0px;
	height: 50px;
	padding-top: 10px;
	background: #F0F1F5;
}

.select2-container-big .select2-container .select2-chosen {
	font-size: 16px;
}

.select2-container-big .select2-container .select2-choice .select2-arrow b {
	background-position: 0 10px;
}
.select2-container-big .select2-container .select2-choice .select2-arrow {
	background: none;
	border: none;
}/* ========================================================================
 * bootstrap-switch - v3.0.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-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;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../../img/mechanic-photos/gallery-skin.svg") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

.pswp__button--share {
  display: none;
}

.card-gallery-item-hidden {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../../img/mechanic-photos/gallery-skin.svg"); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif?13011023 in browsers that don't support CSS animation */
    background: url(preloader.gif?13011023) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@charset "UTF-8";

@font-face {
    font-family: "Rubik";
    src: url("../fonts/rubik-regular.woff?130110232") format("woff2"),
        url("../fonts/rubik-regular.woff?13011023") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/rubik-medium.woff?130110232") format("woff2"),
        url("../fonts/rubik-medium.woff?13011023") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/rubik-bold.woff?130110232") format("woff2"),
        url("../fonts/rubik-bold.woff?13011023") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Trusted Garage Icons";
    src: url("../icons/trusted-garage-icons.woff?130110232") format("woff2"),
        url("../icons/trusted-garage-icons.woff?13011023") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Rubik", sans-serif;
}

html {
    font: 400 16px/1.5 "Rubik", sans-serif;
    color: #242629;
}

input,
textarea,
select,
button {
    font: inherit;
}

body {
    color: #323232;
    font-weight: 400;
    font-size: 15px;
}

body.body-navbar-fixed {
    padding-top: 81px;
}

/** komunikaty **/
.alert {
    margin-top: 20px;
}

/** różne **/
.tooltip-green {
    position: relative;
}
.tooltip-green:hover:after {
    font-size: 12px;
    content: attr(data-title);
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: justify;
    white-space: normal;
    background: #def3e7;
    padding: 10px;
    z-index: 200;
    color: #008161;
    font-weight: 500;
    border-top-width: 1px;
}


.v-top,
.v-top img {
    vertical-align: top;
}

b,
strong,
strong *,
b * {
    font-weight: 700;
}

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

.text-weight-bolder-2 {
    font-weight: 500;
}

.jumbotron .text-weight-bolder {
    font-weight: 400;
}

.jumbotron {
    background: none;
}

.jumbotron h1 {
    font-size: 62px;
    font-weight: 300;
}

.jumbotron-small {
    padding-top: 20px;
}

.jumbotron-mini {
    padding-bottom: 0px;
}

.mr5,
input.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

hr {
    border-color: #e0e0e0;
    background: #e0e0e0;
}

h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

p.back a {
    font-size: 12px;
    font-weight: 300;
}

.bg-gray {
    background-color: #f2f2f2;
}

.block-ads {
    margin: 20px 0px;
}

.block-ads-billboard {
    margin: 20px 0px 20px 0px;
}

.block-ads-billboard img {
    max-width: 100%;
    height: auto;
}

.stars-rating img {
    margin-left: 2px;
}

.stars-rating .ranking-star:first-child {
    margin-left: 0;
}

ul.padding-small {
    padding-left: 20px;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

.well-orange {
    background: #ffe0aa;
    border: #ffe0aa;
}

.overflow-y-text-block {
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
}

#rodo .navbar-fixed-bottom {
    padding-top: 12px;
    border-top: 1px solid #d2d2d2;
    background: #e2e2e2;
    color: #444;
    opacity: 0.9;
    z-index: 9999999999999;
}

#rodo .navbar-fixed-bottom .glyphicon-remove-circle {
    font-size: 30px;
    color: #166ae6;
}

#rodo .navbar-fixed-bottom .rodo-close {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 6px;
}

@media (max-width: 768px) {
    #rodo .navbar-fixed-bottom {
        opacity: 1;
    }

    #rodo .navbar-fixed-bottom p {
        width: 90%;
        text-align: left;
    }
}

/** stronnicowanie **/
.cake-pagination {
    font-size: 1.2em;
}

.cake-pagination span a,
.cake-pagination span.prev,
.cake-pagination span.next,
.cake-pagination span.current {
    display: inline-block;
    min-width: 50px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #0d57c3;
    background-color: #ffffff;
    border-left: 1px solid #dce0e6;
    border-top: 1px solid #dce0e6;
    border-bottom: 1px solid #dce0e6;
}

.cake-pagination span:last-child a,
.cake-pagination span.next:last-child,
.cake-pagination span.current:last-child {
    border-right: 1px solid #dce0e6;
}

.cake-pagination span a:hover {
    background-color: #e9ecf1;
}

.cake-pagination span.current {
    color: #242629;
    background-color: #e9ecf1;
}

.cursor-pointer {
    cursor: pointer;
}

.mechanic-next {
    margin-top: 28px;
}

/** sekcje **/
.section-padding {
    padding: 70px 0px 60px 0px;
}

.section-grey-last {
    /* w przypadku gdy sekcja z szarym tłem jest ostatnim elementem na stronie */
    margin-bottom: -90px;
}

.block-spacing-mini {
    margin-bottom: 5px;
}

.block-spacing-smaller {
    margin-bottom: 10px;
}

.block-spacing-small {
    margin-bottom: 20px;
}

.block-spacing-medium {
    margin-bottom: 30px;
}

.block-spacing-normal {
    margin-bottom: 40px;
}

.block-spacing-big {
    margin-bottom: 60px;
}

.block-padding-top-mini {
    padding-top: 3px;
}

.block-padding-top-xsmall {
    padding-top: 5px;
}

.block-padding-bottom-normal {
    padding-bottom: 45px;
}

.block-width-full {
    width: 100%;
}

.container-first {
    margin-top: 30px;
}

/** sekcje specjalne ***/
.section-home-search {
    padding: 200px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
        url(../img/main/cover-marketplace.jpg?13011023);
    background-size: 1315px auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-home-search:not(.section-home-form) {
    background-image: url(../img/home/bg_search.jpg?13011023);
    background-size: auto 100%;
}

@media (min-width: 992px) {
    .section-home-search {
        background-image: radial-gradient(
                rgba(0, 0, 0, 0) 38%,
                rgba(0, 0, 0, 0.6)
            ),
            url(../img/main/cover-marketplace.jpg?13011023);
        min-height: 750px;
    }
}

.section-home-form {
    padding: 80px;
}

/** formularze **/
input.form-control {
    border-radius: 0px;
}

.label-normal label {
    font-weight: normal;
    vertical-align: top;
    margin-left: 10px;
}

.label-inline {
    display: inline;
}

.form-control-file {
    margin-top: 10px;
}

.form-horizontal .error-message,
.form-horizontal .help-block,
form .error-message,
.form-chpass .help-block {
    color: #e30000;
}

.form-horizontal textarea.help-block,
.form-horizontal input.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal input[type="checkbox"].help-block {
    display: inline;
}

.form-horizontal .required > label sup {
    font-size: 12px;
}

.form-chpass .help-block {
    margin-top: -5px;
}

textarea.textarea-small {
    height: 80px;
}

textarea.textarea-smaller {
    height: 60px;
}

.input-no-radius {
    border-radius: 0px;
}

.ui-widget.ui-multiselect {
    font-family: Roboto;
    font-size: 14px;
    margin-top: 5px;
}

.ui-multiselect-checkboxes .child label {
    font-weight: normal;
    padding-left: 30px;
}

.ui-multiselect-menu .ui-multiselect-filter input {
    color: #444;
    height: 25px;
    font-size: 13px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

select option.child {
    margin-left: 20px;
}

.select2-results {
    font-size: 15px;
}

.select2-results .child .select2-result-label {
    padding-left: 20px;
}

.form-horizontal .label-text {
    padding-top: 7px;
}

.form-horizontal .control-label-2-line {
    padding-top: 0px;
}

.ui-datepicker-month {
    color: #444;
}

.ui-datepicker-white .ui-datepicker-month {
    color: #fff;
}

.max-width-300 {
    max-width: 300px;
}

/** przyciski **/
.btn {
    border-radius: 0;
    font-weight: 500;
    padding: 7px 10px;
}

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

.btn.btn-lg {
    padding: 10px 16px;
}

.btn.btn-narrow {
    padding: 6px 10px;
}

.btn-primary {
    background: #176ae6;
    border: #176ae6 1px solid;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0d57c3;
    border: #0d57c3 1px solid;
}

.btn-primary[disabled] {
    background: #ffda99;
    border: #ffda99 1px solid;
}

.btn-default {
    border: 2px solid #176ae6;
    color: #176ae6;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border: 2px solid #176ae6;
    color: #176ae6;
    background: #dae9ff;
}

.btn-success {
    border: 2px solid #444;
    background: #fff;
    color: #444;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    border: 2px solid #848484;
    background: #fff;
    color: #848484;
}

.btn-warning {
    border: 2px solid #d9534f;
    background: #fff;
    color: #d9534f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    border: 2px solid #d9534f;
    background: #fff;
    color: #d9534f;
}

.btn-iframe-calendar {
    width: 273px;
    padding-left: 50px;
    height: 54px;
    background: url(../img/widget/btn-button.png?13011023) 5px 7px no-repeat #176ae6;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.btn-iframe-calendar:hover {
    color: #fff;
}

/** zakładki ***/
.nav-tabs {
    border-color: #f7f8fa;
}

.nav-tabs > li > a {
    border-color: #f7f8fa;
    border-radius: 0px;
    background: #f7f8fa;
    padding: 15px 30px;
    cursor: pointer;
    color: #323232;
    font-weight: 300;
}

.nav-tabs > li.active > a {
    border-color: #ddd;
    border-bottom: none;
    background: #fff;
    font-weight: 500;
}

.tab-content {
    padding-top: 15px;
}

.tab-content .tab-pane {
    margin-top: 30px;
}

.tab-content .tab-pane:nth-child(1) {
    margin-top: 0;
}

.nav-tabs-simple > li > a {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.nav-tabs-simple > li > a:hover {
    background-color: #fff;
    border-color: #f2f2f2;
    color: #ffbe4c;
}

.nav-tabs-simple > li.active > a,
.nav-tabs-simple > li.active > a:hover {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    color: #ffbe4c;
    cursor: pointer;
}

.nav-tabs-simple li:first-child > a {
    padding-left: 0px;
}

/** tooltip **/
.tooltip-inner {
    background-color: #f0f1f5;
    color: #444;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #dce0e6;
    padding: 15px;
}

.tooltip.bottom .tooltip-arrow {
    background-color: #fff;
    border-bottom-color: #f0f1f5;
}

/** panele **/
.panel {
    border-radius: 0px;
}

.panel-default {
    border-color: #e4e4e4;
}

.panel-default .panel-heading {
    background: #f7f8fa;
    border-color: #e4e4e4;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
}

.panel-success {
    border-color: #00b286;
}

.panel-success .panel-heading,
.panel-success > .panel-heading {
    color: #008161;
    background-color: #def3e7;
    border-color: #00b286;
}

.panel-primary {
    border-color: #176ae6;
}

.panel-primary .panel-heading {
    background: #176ae6;
    border-color: #176ae6;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.panel-danger {
    border: #ffe4b5 1px solid;
}

.panel-danger .panel-heading {
    background: #ffe4b5;
    border-color: #ffe4b5;
    color: #444;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.panel-danger .panel-footer {
    background: #ffe4b5;
}

.panel-info {
    border-color: #ccc;
}

.panel-info .panel-heading {
    background: #fff;
    border-color: #ccc;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    color: #444;
}

.panel-info .panel-footer {
    background: #fff;
    border-color: #ccc;
}

/** breadcrumb ***/
.breadcrumb {
    background: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.breadcrumb > li {
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.breadcrumb > li > a {
    font-size: 12px;
    color: #686868;
    font-weight: 300;
}

/* typografia **/
p {
    margin-bottom: 10px;
}

.text-spacing-big p {
    margin-bottom: 20px;
}

.text-spacing-big h2,
.text-spacing-big h3 {
    margin-bottom: 20px;
}

.text-gray {
    color: #c2c2c2;
}

.text-orange {
    color: #ffae21;
}

.text-white {
    color: #fff;
}

a.text-white:hover {
    color: #fff;
    text-decoration: underline;
}

.text-gray-dark {
    color: #6b707d;
}

a.text-gray-dark {
    text-decoration: none;
}

a.text-gray-dark:hover {
    color: #6b707d;
    text-decoration: underline;
}

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

.text-big-2 {
    font-size: 17px;
    line-height: 150%;
}

.text-bigger {
    font-size: 20px;
}

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

.text-extra-large {
    font-size: 42px;
}

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

.text-smaller,
.text-script {
    font-size: 12px;
}

.text-mini {
    font-size: 75%;
}

.text-muted {
    color: #979db0;
}

.text-grey {
    color: #6b707d;
}

.text-green {
    color: #008161;
}

.text-green-light {
    color: #00ab80;
}

.text-blue {
    color: #0d57c3;
}

.text-red {
    color: #e74c3c;
}

.text-dark-grey {
    color: #242629;
}

.text-white {
    color: #ffffff;
}

.text-color-positive,
.text-color-comment-1 {
    color: #7eb732;
}

.text-color-neutral,
.text-color-comment-100 {
    color: #323232;
}

.text-color-negative,
.text-color-comment-200 {
    color: #e30000;
}

.text-color-orange {
    color: #176ae6;
}

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

.text-color-yellow {
    color: #ffae21;
}

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

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

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

.text-italic {
    font-style: italic;
}

h1,
.h1,
.text-header-h1 {
    font: 700 32px/1.2 "Rubik", sans-serif;
}

h2,
.h2,
.text-header-h2 {
    font: 700 30px/1.2 "Rubik", sans-serif;
}

h3,
.h3,
.text-header-h3 {
    font: 700 20px/1.5 "Rubik", sans-serif;
}

h4,
.h4 .text-header-h4 {
    font: 500 16px/1.5 "Rubik", sans-serif;
}

h5,
.h5,
.text-header-h5 {
    font: 500 14px/1.5 "Rubik", sans-serif;
}

h6,
.h6,
.text-header-h6 {
    font: 500 12px/1.5 "Rubik", sans-serif;
}

.panel-mechanic h5,
.panel-mechanic .h5 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 1px;
}

.capitalize {
    text-transform: capitalize;
}

/** misc  **/
ul.list-orange {
    list-style: none;
    list-style-type: none;
}

ul.list-orange li {
    background: url(../img/guide/img_list_item.jpg?13011023) top left no-repeat;
    padding: 2px 0px 20px 30px;
    font-size: 22px;
    line-height: 1em;
}

span.number {
    color: #ffad20;
    border: 3px solid #ffad20;
    display: inline-block;
    width: 28px;
    padding-top: 2px;
    height: 28px;
    border-radius: 19px;
    font-size: 18px;
    color: #ffad20;
    font-weight: 600;
}

h3 span.number {
    position: relative;
    top: -2px;
}

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

#helpline-show {
    width: 274px;
    height: 102px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

#helpline-mobile {
    width: 250px;
    height: 60px;
    background: #176ae6;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -105px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.default_marketplace-container {
    background: #f7f8fa;
}

.default_marketplace-container .breadcrumb li,
.default_marketplace-container .breadcrumb li a,
.default_marketplace-container .breadcrumb li + li:before {
    color: #979db0;
}

.panel-booking-start {
    margin-top: 80px;
    margin-bottom: 80px;
}

.image-copy-container {
    padding: 0 50px;
}

.image-copy-container .image-copy-icon {
    width: 40px;
    margin-right: 0;
}

.image-copy-container .image-copy-icon .icon-protect {
    font-size: 42px;
}

.image-copy-container .image-copy-text {
    float: left;
    width: calc(100% + (50px * -1));
    margin-left: 10px;
}

@media (min-width: 992px) {
    .image-copy-row {
        padding: 0 30px;
    }

    .panel-booking-start {
        margin-left: 40px;
    }

    #header-marketplace .panel-booking-start .panel-body {
        height: 451px;
    }
}

.panel-booking-start .panel-body {
    padding: 40px 30px;
}

.panel-booking-start h1.h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.panel-booking-start-label {
    font-weight: 500;
    font-size: 14px;
    color: #242629;
    margin-bottom: 5px;
}

.panel-booking-start .select2-container .select2-choice,
.flat-grey-select .select2-container .select2-choice {
    border: none;
    padding: 12px 15px;
    border-radius: 0px;
    height: 50px;
    padding-top: 10px;
    background: #f0f1f5;
    font-size: 16px;
}

.flat-grey-select .select2-container .select2-choice {
    background: white;
    padding: 6px 10px;
    height: auto;
}

@media (min-width: 1200px) {
    .flat-grey-select .select2-container .select2-choice {
        padding: 6px 10px 6px 15px;
    }
}

@media (max-width: 991px) {
    .flat-grey-select .select2-container .select2-choice {
        padding: 6px 10px 6px 15px;
    }
}

.panel-booking-start-submit {
    font-size: 16px;
    padding: 13px 15px;
    min-width: 120px;
}

.panel-booking-start
    .select2-container-big
    .select2-container
    .select2-choice
    .select2-arrow,
.flat-grey-select .select2-container .select2-choice .select2-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: inline-block;
    height: 12px;
    vertical-align: top;
    width: 12px;
    color: #242629;
    transform: rotate(135deg);
    border-radius: 0;
    background: transparent;
}

.flat-grey-select .select2-container .select2-choice .select2-arrow {
    top: 10px;
}

.flat-grey-select .select2-container .select2-choice .select2-arrow b {
    visibility: hidden;
}

.flat-grey-select .input-no-radius {
    border: 1px solid #e9ecf1;
}

.panel-booking-start.panel-booking-start-sidebar {
    margin: 0 0 20px 0;
}

@media (min-width: 992px) {
    .panel-booking-start-sidebar .panel-booking-start-form-heading {
        font-size: 24px;
    }
    .panel-booking-start-sidebar.sticky-element {
        top: 0px;
        background: white;
        z-index: 1;
        width: 294px;
    }
}

@media (min-width: 1200px) {
    .panel-booking-start-sidebar.sticky-element {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .panel-booking-start-sidebar {
        position: relative !important;
    }
}

.flat-grey-select .input-no-radius:hover {
    -webkit-box-shadow: 3px 4px 3px -2px #cacaca;
    -moz-box-shadow: 3px 4px 3px -2px #cacaca;
    box-shadow: 3px 4px 3px -2px #cacaca;
}

.listing-search-button .input-search-submit {
    color: #2470e0;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0 8px 0;
    background: white;
}

.listing-search-button .input-search-submit:hover {
    color: white;
    border: 1px solid white;
    background: #2470e0;
}

.label-success {
    height: 18px;
    color: #008161;
    background-color: #def3e7;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 2px;
}

/*** linki ***/
a {
    color: #176ae6;
}

a.orange {
    color: #176ae6;
    text-decoration: underline;
}

a.orange span {
    color: #176ae6;
}

a.orange:hover {
    color: #176ae6;
}

a.orange span.glyphicon {
    margin-right: 5px;
}

a.grey {
    color: #888;
    text-decoration: underline;
}

a.grey span {
    color: #ccc;
}

a.white:hover {
    color: #ccc;
}

a.dark {
    color: #0d57c3;
}

a.text-color-positive:hover {
    color: #7eb732;
    text-decoration: underline;
}

a.text-color-neutral:hover {
    color: #323232;
    text-decoration: underline;
}

a.text-color-negative:hover {
    color: #e30000;
    text-decoration: underline;
}

a.text-green:hover {
    color: #008161;
    text-decoration: underline;
}

a.orange.no-decoration {
    text-decoration: none;
}

.table-noborder td {
    border: none !important;
}

.table td.vmiddle {
    vertical-align: middle;
}

.table-open-hours {
    width: 275px;
}

div.as-flex-center {
    display: flex;
    align-items: center;
}

/** nagłówek **/
.navbar-default {
    background: #ffffff;
    color: #242629;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a.gray {
    color: #aaa;
}

.navbar-default .navbar-right {
    padding-top: 22px;
}

.navbar-default {
    border-color: #000;
}

.navbar-default .navbar-text {
    color: #fff;
    margin-top: 7px;
}

.navbar-default .container .navbar-brand {
    height: auto;
    padding: 12px 0;
    margin-left: 0px;
}

.navbar-brand-subtext {
    display: none;
}

@media (min-width: 992px) {
    .navbar-brand-subtext {
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: inline-block;
        position: relative;
        top: 20px;
        left: 20px;
    }
    .navbar-brand-subtext-grey {
        color: #8b8f9b;
    }
}

.navbar-nav > li > a {
    padding-top: 7px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: transparent;
    color: white;
}

@media (min-width: 768px) {
    .main-navbar .navbar-bottom-border {
        border-bottom: 1px solid #DCE0E6;
        padding-bottom: 2px;
    }

    .home .navbar-bottom-border {
        border: none;
    }
}

.navbar-default .navbar-nav > li > .dropdown-for-mechanics,
.navbar-default .navbar-nav > li > .dropdown-for-mechanics:focus,
.navbar-default .navbar-nav > li.open > .dropdown-for-mechanics:focus,
.navbar-default .navbar-nav > li > .dropdown-for-mechanics:hover {
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    color: #242629;
    border: 1px solid #242629;
}

.navbar-fixed-top li > a.orange {
    font-weight: 500;
    text-decoration: none;
}

.navbar-google-plus {
    min-width: 90px;
    margin-right: 00px;
}

.navbar-facebook {
    min-width: 130px;
    margin-right: 30px;
    margin-left: 10px;
}

#navbar-collapse-1 a.orange {
    color: #176ae6;
    text-decoration: none;
}

.navbar-fixed-mechanic {
    padding-top: 12px;
    padding-bottom: 7px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #444;
    border-color: #e4e4e4;
}

.navbar-fixed-mechanic p.h3 {
    margin-top: 0px;
    margin-bottom: 12px;
}

.navbar-header .navbar-phone {
    display: inline-block;
    width: 280px;
    margin-left: 80px;
    margin-top: 15px;
}

.navbar-header .navbar-phone-number {
    font-size: 20px;
}

#navbar-call-helpline {
    margin-right: 20px;
    font-size: 26px;
    padding-top: 10px;
}

#header-marketplace {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
        url(../img/main/cover-marketplace.jpg?13011023);
    background-size: 1170px 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 992px) {
    #header-marketplace {
        background-image: radial-gradient(
                rgba(0, 0, 0, 0) 38%,
                rgba(0, 0, 0, 0.6)
            ),
            url(../img/main/cover-marketplace.jpg?13011023);
        height: 740px;
    }
}

#header-marketplace ul.navbar-right .nav-client-button {
    display: none;
}

#header-marketplace .navbar-default {
    background: none;
}

#header-marketplace .navbar-default .navbar-nav > li > .dropdown-for-mechanics,
#header-marketplace
    .navbar-default
    .navbar-nav
    > li
    > .dropdown-for-mechanics:focus,
#header-marketplace
    .navbar-default
    .navbar-nav
    > li.open
    > .dropdown-for-mechanics:focus,
#header-marketplace
    .navbar-default
    .navbar-nav
    > li
    > .dropdown-for-mechanics:hover {
    padding: 10px 15px;
    color: #242629;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dce0e6;
}

#header-marketplace .h1-listing {
    font-size: 35px;
}

@media (min-width: 992px) {
    #header-marketplace .h1-listing {
        font-size: 30px;
    }
}

#header-marketplace + .container .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    display: inline-block;
    width: 0;
    margin-left: -1px;
}

@media (min-width: 992px) {
    #header-marketplace + .container .breadcrumb > li + li:before {
        width: auto;
        margin-left: 0;
    }
}

#header-marketplace + .container .breadcrumb {
    display: block !important;
}

@media (max-width: 991px) {
    #header-marketplace table.mechanic-special-offer .cell-title p {
        padding: 6px 0px;
    }
    #header-marketplace table.mechanic-special-offer .cell-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #header-marketplace + .container + .container .cake-pagination span a,
    #header-marketplace + .container + .container .cake-pagination span.prev,
    #header-marketplace + .container + .container .cake-pagination span.next,
    #header-marketplace
        + .container
        + .container
        .cake-pagination
        span.current {
        min-width: 11vw;
    }
}

@media (max-width: 991px) {
    #header-marketplace + .container + .container .garage-list {
        width: calc(100% - (30px * -1));
        position: relative;
        left: -15px;
    }

    #header-marketplace + .container + .container .panel-mechanic {
        border: none;
    }
}

/** strona główna ***/
.form-inline .input-search {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.input-search-submit {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 500;
    padding: 5px 30px;
}

.home-city,
.bg-gray {
    background: #f7f8fa;
}

.home-comments {
    padding-bottom: 0px;
}

.section-gray-last {
    background: #f7f8fa;
    margin-bottom: -90px;
}

.home h2 {
    font-size: 20px;
    line-height: 1.4;
}

.home .btn-default {
    font-size: 12px;
}

#aggregateRating {
    font-size: 16px;
}

/** wizytowka warsztatu **/
#aggregateRating img {
    vertical-align: top;
}

.ranking-star {
    margin-right: 0;
}

/** listing warsztatów */
.panel-mechanic {
    border: 1px solid #4cc9aa;
    box-shadow: none;
    border-radius: 0;
}

.title-ico-certified {
    display: inline-block;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .title-ico-certified {
        display: none;
    }
}

.panel-mechanic h5 a {
    font-weight: 500;
    font-size: 20px;
    color: #0d57c3;
}

.panel-mechanic h5 a:hover {
    text-decoration: none;
}

.panel-callcenter-help {
    padding: 30px;
    background: #def3e7;
    border: none;
    border-bottom: 2px solid #00b286;
}

.panel-callcenter-help .panel-body {
    padding: 0;
    background: none;
}

li.premium .panel-mechanic {
    border: 1px solid rgba(0, 178, 134, 0.7);
    background-color: #ffffff;
}

li.non-premium .panel-mechanic {
    border: 1px solid #dce0e6;
    box-shadow: inset 0 -2px 0 0 #dce0e6;
}

.side-link-panel .panel-heading {
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px 0 15px;
}

.side-link-panel .side-link-panel-item {
    color: #0d57c3;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

select.visibility-animation {
    -webkit-animation: fadein 20s ease-in;
    -moz-animation: fadein 20s ease-in;
    animation: fadein 20s ease-in;
}

.select2-container.spacing-small {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .select2-container.spacing-small {
        margin-bottom: 0;
    }
}

.side-link-panel .side-link-panel-comment {
    font-size: 14px;
}

.side-link-panel li {
    color: #0d57c3;
    font-size: 14px;
    margin-bottom: 2px;
}

.panel-mechanic .panel-body {
    position: relative;
    padding: 20px;
}

.certified-ico {
    position: absolute;
    top: 25px;
    right: 20px;
}

.panel-mechanic .additional {
    margin-top: 10px;
}

.panel-mechanic .mechanic-description {
    color: #6b707d;
    font-size: 14px;
    margin-top: 5px;
}

.social-proof {
    color: #00ab80;
    font-size: 12px;
    padding-top: 10px;
    text-align: right;
}

.stars-rating .social-proof {
    text-align: left;
}

.business-card-form-sidebar .social-proof {
    text-align: center;
}

#main-form-modal .social-proof {
    font-size: 14px;
    margin-top: -20px;
    text-align: left;
}

#main-form-modal .social-proof > span,
.business-card-form .social-proof > span,
.stars-rating .social-proof > span {
    display: inline-block;
}

.panel-mechanic .stars-rating > span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    position: relative;
}

.list-mechanics-my .panel-mechanic-my {
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    background: #f2f2f2;
}

.panel-mechanic .mechanic-special-offer {
    width: 100%;
    font-weight: 500;
}

.panel-mechanic .mechanic-special-offer tr {
    border-bottom: 1px solid #f0f1f5;
}

.panel-mechanic .mechanic-special-offer tr:last-child {
    border: none;
}

.panel-mechanic .mechanic-special-offer td {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    vertical-align: middle;
}

.panel-mechanic .mechanic-special-offer td p {
    margin: 0px;
    padding: 6px 20px;
}

.panel-mechanic .mechanic-special-offer td .btn {
    color: #2470e0;
    border: 1px solid #2470e0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background: white;
    width: 100%;
}

.panel-mechanic .mechanic-special-offer td .btn:hover {
    color: white;
    background: #2470e0;
    border: 1px solid white;
}

.panel-mechanic .mechanic-special-offer td:last-child {
    padding-right: 0px;
}

.panel-mechanic .mechanic-special-offer td:first-child {
    padding-left: 0px;
}

.panel-mechanic .mechanic-special-offer .price-cell {
    padding-right: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .price-cell {
        display: none;
    }

    .tab-pane-additional-item-url {
        width: 60%;
        word-wrap: break-word;
    }
}

.panel-mechanic .mechanic-special-offer .price-cell p {
    padding: 5px;
}

/** logowanie **/
.form-signin,
.form-chpass {
    margin: 80px auto 100px auto;
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-control {
    margin-bottom: 10px;
}

/** Zmiana hasła **/
.form-chpass .form-control {
    /*margin-bottom: 0px;*/
}

.form-account-activate {
    margin: 80px auto 100px auto;
    max-width: 400px;
    padding: 15px;
}

.form-account-activate .form-control {
    margin-bottom: 10px;
}

/** lista komentarzy **/
.list-comments li {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.list-comments li.comment_200 {
    background: #fde9ea;
}

/** dodawanie opinii **/
.comment-type label {
    margin-right: 20px;
    font-weight: 500;
    margin-left: 5px;
}

#ratingTimeHint,
#ratingPriceHint,
#ratingServiceHint {
    min-height: 22px;
}

/** boks znasz juz opinie **/
.calendar-popup {
    position: fixed;
    width: 300px;
    height: 180px;
    right: 2px;
    bottom: 2px;
    display: none;
    z-index: 2;
}

.calendar-popup .panel {
    height: 178px;
}

.calendar-popup .panel .panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

/** terminarz ustawienia **/
.table-calendar-settings li.label-normal {
    margin-bottom: 3px;
}

.table-calendar-settings label {
    margin-left: 0px;
}

/** terminarz umawianie **/
#popupHowItWorks table {
    width: 800px;
    vertical-align: top;
}

#popupHowItWorks table td {
    width: 50%;
    vertical-align: top;
    padding: 30px 20px;
}

#popupHowItWorks table td .pull-left {
    margin-right: 10px;
}

#popupHowItWorks table td .pull-left.pull-left-top {
    margin-top: -5px;
}

#CalendarEventCode {
    text-align: center;
    max-width: 400px;
}

/** szybka wyszukiwarka **/
.section-search-quick {
    min-height: 125px;
    padding-top: 22px;
    background: url(../img/main/bg_search_small.jpg?13011023) top center no-repeat;
    background-size: cover;
}

.section-search-quick .form-control {
    font-size: 12px;
    font-weight: 300;
}

.select2-container .select2-choice > .select2-chosen {
    color: #555;
}

.section-search-quick .col-no-padding-right {
    padding-right: 0px;
}

.section-search-quick .col-no-padding-left {
    padding-left: 0px;
}

.section-search-quick .row-first {
    margin-bottom: 20px;
}

.section-search-geo {
    min-height: 100px;
    padding-top: 25px;
    background: url(../img/main/bg_search_small.jpg?13011023) center center no-repeat;
    background-size: cover;
}

#MechanicMiasto {
    padding: 2px 8px;
    height: 28px;
}

/** wyszukiwarka auto podpowiadanie **/
.autosuggestContainer {
    position: relative;
}

.autosuggests {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    color: #444444;
    left: 0px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 11;
    font-size: 14px;
}

.autosuggests ul {
    margin-bottom: 0px;
}

.section-search-quick .autosuggests {
    left: 2px;
}

.autosuggests ul li {
    border-bottom: 1px solid #cccccc;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 15px;
}

.autosuggests ul li:last-child {
    border-bottom: none;
}

/** umawianie wizyty **/
#alertCalendarBoost {
    position: relative;
    padding-left: 50px;
}

#boostArrow {
    position: absolute;
    top: 22px;
    left: 12px;
}

.section-calendar {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.section-calendar h1 {
    margin-bottom: 20px;
}

.section-calendar table {
    width: 100%;
    font-size: 0.9em;
}

.section-calendar table td img {
    height: 40px;
}

.section-calendar .inactive {
    color: #989898;
}

/** booster dla mobile **/
#callBooster {
    width: 60px;
    height: 60px;
    padding-top: 13px;
    background: #176ae6;
    color: #fff;
    border-radius: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    text-align: center;
    box-shadow: 3px 3px 5px #ccc;
}

/*** wyszukiwanie z mapy **/
#map img {
    max-width: none;
}

#map #google_map {
    font-family: Arial;
    font-size: 12px;
}

#google_map {
    margin-top: 40px;
}

#here_map {
    height: 500px;
    width: 100%;
}

.here-map-marker img {
    opacity: 1 !important;
}

.here-map-marker.icon40 img {
    width: 40px;
}

.here-map-marker.icon24 img {
    width: 24px;
}

.here-map-marker.icon20 img {
    width: 20px;
}

.marker-bubble {
    font-size: 12px;
    line-height: 13px;
    width: 180px;
    color: #323232;
}

#maphere .H_ib_body {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#maphere .H_ib_close svg {
    fill: #323232;
}

#maphere .H_ib_tail {
    display: none;
}

@media (min-width: 992px) {
    #google_map {
        margin-top: 0;
    }
}

.section-payment-sell-offer {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../img/sell/bg_info.jpg?13011023) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 250%;
    text-align: center;
}

/** wyszukiwarka mechanika - czy jest w bazie**/
.form-check-mechanic {
    height: 46px;
    margin: 30px auto 40px;
    max-width: 780px;
}

.orSpan {
    margin: 0 30px;
}

/** reklama **/
.advert {
    margin: 20px 0;
}

/** baza wiedzy **/
.bwInfo {
    padding-top: 60px;
}

.bwInfo div {
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 47px;
    margin-bottom: 20px;
    font-size: 20px;
}

.bwAddress {
    background-image: url("../img/help/ico_address.png?13011023");
}

.bwEmail {
    background-image: url("../img/help/ico_email.png?13011023");
    padding-top: 10px;
}

.bwImage {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

/** Wizytówki dla warsztatu **/
.row-cards h3 {
    color: #176ae6;
}

.row-cards img {
    max-width: 100%;
}

.row-cards-first {
    margin: 80px 0 160px;
}

.row-cards-second {
    margin-bottom: 160px;
}

.cards-info p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/** broszury dla warsztatow **/
.row-leaflets h3 {
    color: #ffae21;
}

.row-leaflets img {
    max-width: 100%;
}

.row-leaflets-first {
    margin: 60px 0 90px;
}

.row-leaflets-second {
    margin-bottom: 90px;
}

/* Kierowcy Polecają */
.mechanic-cert .row-cards-first {
    margin: 30px 0px 70px;
}

.mechanic-cert .row-cards-second {
    margin-bottom: 130px;
}

/** Terminasz **/
.row-arrow {
    padding: 80px 0;
}

.row-arrow-first {
    padding-top: 80px;
}

.row-cards .btn {
    white-space: normal;
}

/** artykuły ***/
.media-body-article ul li,
.media-body-article ol li {
    list-style: inside;
}
.media-body-article ol {
    list-style-type: decimal;
    list-style: decimal;
}
.media-body-article ol li {
    list-style-type: decimal;
    list-style: decimal;
}


/** jesteś mechanikiem - slider **/
.carousel-indicators {
    bottom: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-inner > .item {
    height: 580px;
    background-size: cover;
}

.carousel-inner > .item > .container {
    height: 480px;
    padding-top: 100px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.carousel-inner > .item > .container h2,
.carousel-inner > .item > .container p {
    color: #fff;
}

.carousel-inner > .item > .container h2 {
    font-size: 50px;
}

.carousel-inner > .item > .container p {
    margin-bottom: 20px;
    font-size: 20px;
}

.carousel-inner > .item > .container .btn-default {
    background: none;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-inner > .item > .container img {
    display: block;
    position: absolute;
    top: 60px;
    right: 20px;
}

.carousel-inner > .item-terminarz > .container img {
    top: 80px;
    right: 0px;
}

.carousel-inner > .item-cennik > .container img {
    right: 50px;
}

.carousel-inner > .item-pytania > .container img {
    top: 40px;
    right: 30px;
}

.carousel-inner > .item-reklama > .container img {
    top: 80px;
    right: 0px;
}

.carousel-inner > .item > .container .info {
    width: 50%;
}

.item-wizytowka {
    background: url(../img/help/slide_wizytowka.jpg?13011023) center center / cover
        no-repeat;
}

.item-terminarz {
    background: url(../img/help/slide_terminarz.jpg?13011023) center center / cover
        no-repeat;
}

.item-certyfikat {
    background: url(../img/help/slide_certyfikat.jpg?13011023) center center / cover
        no-repeat;
}

.item-cennik {
    background: url(../img/help/slide_cennik.jpg?13011023) center center / cover
        no-repeat;
}

.item-pytania {
    background: url(../img/help/slide_pytania.jpg?13011023) center center / cover
        no-repeat;
}

.item-reklama {
    background: url(../img/help/slide_reklama.jpg?13011023) center center / cover
        no-repeat;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: inherit;
}

.glyphicon-chevron-left {
    background: url(../img/main/slider_prev.png?13011023) center center no-repeat;
    display: block;
    width: 24px;
    height: 45px;
}

.glyphicon-chevron-right {
    background: url(../img/main/slider_next.png?13011023) center center no-repeat;
    display: block;
    width: 24px;
    height: 45px;
}

.carousel-control {
    width: 5%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    height: 45px;
    width: 24px;
    margin-top: -22px;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -12px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -12px;
}

.opinions {
    margin-top: 50px;
}

.opinions .opinion {
    padding-right: 30px;
    margin-bottom: 30px;
}

.opinions .opinion img {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 140px;
}

.opinions .opinion p {
    font-size: 17px;
    font-style: italic;
}

.opinions .opinion p.author {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#join-stats {
    background: #fafafa;
    padding: 20px 0px;
    box-shadow: 0 6px 6px -6px #aaa;
    margin-bottom: 50px;
}

#join-stats td {
    vertical-align: top;
    padding-right: 10px;
}

#join-benefits {
    margin-bottom: 70px;
}

#join-chart {
    background: #fafafa;
    padding: 70px 0px;
    margin-bottom: 70px;
}

#join-buy {
    padding-bottom: 200px;
}

@media (min-width: 1170px) {
    #guideSection_7 #point_2 {
        position: relative;
        left: 60px;
        margin-bottom: 60px;
        z-index: 1;
    }

    #guideSection_7 #point_3 {
        position: relative;
        left: -60px;
        margin-top: 40px;
        margin-bottom: 60px;
        z-index: 1;
    }
}

#guideSection_8 {
    padding: 70px 0px 70px 0px;
}

#guideSection_8 h2 {
    margin-bottom: 30px;
}

#guideSection_8 ul {
    list-style: none;
    list-style-type: none;
}

#guideSection_8 ul li {
    background: url(../img/guide/img_list_item.jpg?13011023) top left no-repeat;
    padding: 2px 0px 15px 30px;
    font-size: 22px;
    line-height: 1.2em;
}

@media (min-width: 1170px) {
    #guideSection_8 ul {
        margin-top: 90px;
    }
}

#guideSection_9 {
    padding: 50px 0px 10px 0px;
    color: #fff;
    text-align: center;
    background: #000;
    /*
    #gradient .vertical(#fb5e5a; #ef303d);
      background-color: red;
      background-image: linear-gradient(red, orange);
      background: red;
      background: linear-gradient(red, orange);
    */
}

#guideSection_9 h2 {
    margin-bottom: 50px;
}

#guideSection_9 p.copy {
    font-size: 12px;
    margin-top: 50px;
}

#jumbotronSuccessStory {
    background: url(../img/success_story/img_mechanic.jpg?13011023) center left no-repeat;
}

#jumbotronSuccessStory.jumbotron p {
    font-size: 24px;
    margin-bottom: 50px;
}

#phoneQuestion {
    padding: 30px 40px;
}

#phoneQuestionNumber {
    font-size: 46px;
    margin-bottom: 1px;
}

#phoneQuestionNumber .glyphicon {
    font-size: 30px;
}

/*** warsztaty VIP ***/
.mechanic-vips li.premium .panel-mechanic {
    border-top-width: 3px;
    background: #ffffff;
    margin-bottom: 20px;
}

.mechanic-vips ul.list-unstyled {
    margin-bottom: 0px;
}

#complete-visit {
    background: #efefef;
    padding: 5px 0px 20px 0px;
}

#complete-visit .row {
    background: #fff;
    padding: 10px 0px 0px 0px;
}

#complete-visit .row .glyphicon {
    font-size: 1.5em;
}

#mechanicPhoneSms {
    background: url(../img/mechanic/bg_phone_sms.jpg?13011023) no-repeat top center;
    width: 278px;
    padding: 110px 20px 0px 20px;
    height: 557px;
    margin: 10px auto;
}

#mechanicSms {
    background: #2470e0;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

#mechanicEmailPreviewHeader {
    text-align: center;
    color: #fff;
    background: url(../img/campaign_email/bg_header.jpg?13011023) top center / cover;
    padding: 10px 0px;
}

#mechanicEmailContent {
    padding: 20px 10px;
    text-align: center;
}

#mechanicEmailOffers {
    margin: 0px 20px 20px 20px;
    font-size: 12px;
    width: 100%;
}

#mechanicEmailOffers tr td {
    padding: 5px;
}

#mechanicEmailOffers tr td.price {
    width: 45px;
}

#mechanicEmailOffers tr td.book {
    width: 90px;
}

#mechanicEmailOffers tr td.price span {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
}

#mechanicEmailOffers tr:nth-child(2n + 1) td.price span {
    background: #2470e0;
}

#mechanicEmailOffers tr:nth-child(2n) td.price span {
    background: #5b5b5b;
}

/** tabela z rankingiem w qa **/
#qa-section-header {
    padding-top: 40px;
    font-size: 1.2em;
    margin-bottom: 60px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

#qa-section-header .text-bigger {
    font-size: 22px;
}

#qa-section-header h1 {
    font-size: 36px;
    margin-top: 20px;
}

.qa-ranking .qa-logo {
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.qa-ranking .qa-name {
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.qa-ranking .qa-star {
    vertical-align: middle;
}

#recommended-questions {
    max-width: 500px;
}

/* oferty pracy cennik */
.jobs-prices {
    width: 100%;
}

.jobs-prices > tbody > tr > td {
    padding: 0px 20px;
    vertical-align: bottom;
    width: 33%;
}

.jobs-prices > tbody > tr > td table thead td {
    position: relative;
    padding-bottom: 50px;
}

.jobs-prices > tbody > tr > td table tbody td {
    padding-top: 70px;
}

.jobs-prices .circle {
    width: 100px;
    height: 100px;
    padding-top: 5px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 110px;
}

.jobs-prices .circle .circle-price {
    font-size: 24px;
    font-weight: 300;
}

.jobs-prices .circle .circle-currency {
    font-size: 0.9em;
}

.jobs-silver {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.jobs-silver thead tr td {
    background: #95989a;
    color: #fff;
    padding: 20px 0px;
}

.jobs-silver .circle {
    background: #d8d9d9;
    color: #000;
    border: 10px #95989a solid;
}

.jobs-orange {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.jobs-orange thead tr td {
    background: #ffae21;
    color: #fff;
    padding: 20px 0px;
}

.jobs-orange .circle {
    background: #ffe1ad;
    color: #000;
    border: 10px #ffae21 solid;
}

.jobs-gray {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.jobs-gray thead tr td {
    background: #f7f8fa;
    color: #000;
    padding: 20px 0px;
}

.jobs-gray .circle {
    background: #fff;
    color: #95989a;
    border: 10px #f7f8fa solid;
    font-size: 24px;
    padding-top: 25px;
}

.services-tree {
    padding-left: 10px;
}

.services-tree .service-parent {
    margin-bottom: 15px;
}

.services-tree .service-parent .service-childrens {
    padding-left: 20px;
}

.services-tree .service-parent .service-childrens .service-children {
    margin-top: 3px;
}

.services-tree label {
    font-weight: 400;
    vertical-align: middle;
    margin-bottom: -2px;
    margin-left: 5px;
}

.services-tree input[type="checkbox"] {
    vertical-align: middle;
}

.services-tree .service-parent > label {
    font-size: 1.2em;
}

/* nowa rejestracja */
#register-header {
    background: #fff;
    font-size: 1.2em;
    margin-bottom: 0px;
    padding-top: 40px;
}

#register-header .container {
    background: url(../img/registration/bg_header.png?13011023) no-repeat;
    background-position: 60% bottom;
}

#register-header label {
    font-size: 14px;
}

#register-header h1 {
    font-size: 40px;
    font-weight: 400;
}

#register-header h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 30px;
}

#register-header ul li {
    margin-bottom: 5px;
}

#register-header ul {
    margin-bottom: 30px;
}

#register-header .col-md-4 .panel-body {
    background: #fafafa;
}

#mfind-fixed {
    width: 435px;
    height: 101px;
    display: block;
    right: 20px;
    bottom: 0px;
    position: fixed;
}

#mfind-fixed img {
    width: 435px;
    height: 101px;
}

#mfind-fixed-xs {
    width: 289px;
    height: 74px;
    display: block;
    left: 5px;
    bottom: 0px;
    position: fixed;
}

#mfind-fixed-xs img {
    width: 289px;
    height: 74px;
}

@media (max-width: 1200px) {
    .carousel-inner > .item-terminarz > .container img {
        width: 500px;
        top: 150px;
        right: 30px;
    }

    .carousel-inner > .item-wizytowka > .container img {
        width: 80%;
    }

    .carousel-inner > .item-pytania > .container img {
        width: 450px;
        top: 70px;
    }

    .carousel-inner > .item-reklama > .container img {
        width: 450px;
        top: 100px;
    }
}

@media (min-width: 992px) {
    .section-search-geo .col-no-padding-right {
        padding-right: 0px;
    }

    .section-search-geo .col-no-padding-left {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .text-right-lg {
        text-align: right;
    }
}

@media (max-width: 992px) {
    .section-search-quick .col-xs-offset-2 {
        margin-left: 0px;
    }

    .section-search-quick .col-xs-8 {
        width: 100%;
    }

    .section-search-geo {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .section-search-geo .col-md-6 {
        margin-bottom: 10px;
    }

    .row-cards-first {
        margin: 80px 0 !important;
    }

    .row-cards-second {
        margin-bottom: 80px !important;
    }

    .carousel-inner > .item > .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .carousel-inner > .item > .container .info {
        width: 40%;
    }

    .carousel-inner > .item-wizytowka > .container img {
        width: 85%;
        top: 160px;
        right: 30px;
    }

    .carousel-inner > .item-terminarz > .container img {
        width: 400px;
        right: 30px;
    }

    .carousel-inner > .item-certyfikat > .container img {
        width: 400px;
        right: 30px;
    }

    .carousel-inner > .item-cennik > .container img {
        width: 85%;
        top: 110px;
    }

    .carousel-inner > .item-pytania > .container img {
        width: 400px;
        top: 90px;
    }

    .carousel-inner > .item-reklama > .container img {
        width: 400px;
        top: 180px;
    }

    #jumbotronSuccessStory {
        background: none;
    }
}

@media (max-width: 767px) {
    #calendarCreateForm .form-group .col-sm-4.text-right {
        text-align: left;
    }

    #calendarCreateFormModal .form-group .col-sm-4.text-right {
        text-align: left;
    }

    #calendarCreateFormSidebar .form-group .col-sm-4.text-right {
        text-align: left;
    }

    .navbar-static-top {
        margin-bottom: 10px;
    }

    .navbar-default .container .navbar-brand {
        margin-left: 15px;
    }

    .section-home-search {
        padding: 100px 0;
    }

    .section-search-geo {
        margin-top: -10px;
    }

    .navbar-default .navbar-collapse {
        border-color: #444;
    }

    .navbar-nav .navbar-text {
        margin-left: 15px;
    }

    .packages th {
        font-size: 18px;
    }

    .packages td {
        font-size: 14px;
    }

    .packages td .price {
        font-size: 16px;
    }

    .packages th.package-name {
        padding: 5px 10px;
    }

    .packages td,
    .packages th {
        padding: 5px 10px;
    }

    .orSpan {
        display: block;
        margin: 10px 0;
    }

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

    .row-cards-first {
        margin: 40px 0 !important;
    }

    .row-cards-second {
        margin-bottom: 40px !important;
    }

    .row-arrow {
        padding: 40px 0;
    }

    .row-arrow-first {
        padding-top: 40px;
    }

    .cards-info-block {
        margin-bottom: 40px;
    }

    .carousel-inner > .item > .container img {
        margin: 20px auto 0;
        position: static;
    }

    .carousel-inner > .item > .container {
        text-align: center;
        padding-top: 40px !important;
    }

    .carousel-inner > .item > .container .info {
        width: 100% !important;
    }

    .carousel-inner > .item-terminarz > .container img {
        width: 62%;
    }

    .carousel-inner > .item-certyfikat > .container {
        text-align: center;
        padding-top: 20px !important;
    }

    .carousel-inner > .item-certyfikat > .container img {
        width: 35%;
    }

    .carousel-inner > .item-cennik > .container img {
        width: 70%;
    }

    .carousel-inner > .item-pytania > .container img {
        width: 45%;
    }

    .carousel-inner > .item-reklama > .container img {
        width: 45%;
    }

    .btn {
        margin-bottom: 5px;
    }

    #sugester_widget {
        display: none !important;
    }

    .section-payment-sell-offer {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 200%;
    }

    .panel-quarters ul li {
        margin-bottom: 5px;
    }

    #phoneQuestion {
        padding: 15px 20px;
    }

    .mechanic-tabs #about .ml10 {
        float: none !important;
        margin-left: 0px;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-text-left {
        text-align: left !important;
    }

    .panel-mechanic .mechanic-special-offer td {
        padding: 20px 5px;
        vertical-align: middle;
    }

    .panel-mechanic .mechanic-special-offer td p {
        margin: 0px;
        padding: 6px 10px;
    }

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

    .social-proof > span {
        display: inline-block;
    }

    .panel-booking-start {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    h1.h1-listing {
        font-size: 22px;
    }

    .bwInfo div {
        font-size: 18px;
    }

    .carousel-control {
        width: 30px;
    }

    .carousel-inner > .item > .container h2 {
        font-size: 40px;
    }

    .carousel-inner > .item > .container p {
        font-size: 16px;
    }

    .carousel-inner > .item > .container img {
        display: none;
    }

    .carousel-inner > .item {
        height: 380px;
    }

    .carousel-inner > .item > .container {
        padding-top: 40px !important;
    }

    .carousel-inner > .item-certyfikat > .container {
        padding-top: 20px !important;
    }

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

    .opinions .opinion img {
        float: none;
        margin: 0 auto 30px;
    }

    .section-payment-sell-offer {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 120%;
    }

    #phoneQuestion {
        padding: 5px 10px;
    }

    #oc-section-intro {
        padding: 30px;
        background: #e3002d;
        height: auto;
    }
}

#ouibounce-modal {
    font-family: "Open Sans", sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .ouibounce-modal {
    width: 400px;
    height: 270px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#ouibounce-modal .ouibounce-modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
}

#ouibounce-modal .ouibounce-modal-body {
    padding: 20px 35px;
    font-size: 0.9em;
}

#ouibounce-modal .ouibounce-modal-body .panel-mechanic {
    margin-bottom: 15px;
}

#ouibounce-modal .ouibounce-modal-body .panel-body {
    padding: 10px 15px;
}

#ouibounce-modal p {
    line-height: 1.3em;
}

#ouibounce-modal .ouibounce-modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .ouibounce-modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* MF - CHANGES (NEW CLASSES) */
.main-navbar {
    margin: 0;
    border: none;
}

.main-navbar.navbar-fixed-top {
    border-bottom: 1px solid #e9ecf1;
}

.main-navbar .nav {
    padding: 12px 0;
}

.main-navbar .nav li a {
    padding: 10px;
    font-size: 16px;
    color: #242629;
}

#header-marketplace .nav li a {
    color: #fff;
}

#header-marketplace .nav li.dropdown a {
    color: #242629;
}

#header-marketplace .navbar-toggle {
    background-color: transparent;
    border: 0px transparent;
}

#header-marketplace .navbar-toggle .icon-bar {
    background: white;
    height: 2px;
}

@media (max-width: 991px) {
    .panel-booking-start-form-heading {
        font-size: 20px;
        font-weight: 500;
    }
}

.panel-booking-submit-button {
    text-align: right;
}

.text-blue {
    color: #176ae6;
}

.text-success {
    color: #008161;
}

.section-search-map-info,
.section-search-map-info:hover {
    text-decoration: none;
    color: #ffffff;
}

.section-features-icon {
    display: inline-block;
    padding: 20px;
    text-align: center;
    background: #def3e7;
    border-radius: 50%;
}

.section-features-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    vertical-align: middle;
    mix-blend-mode: multiply;
}

.section-features .section-features-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #008161;
}

.section-features .btn {
    color: #00b286;
    border: 1px solid #00b286;
}

.section-features .btn:hover {
    background-color: #def3e7;
}

.home-comments-mechanic-name,
.home-comments-mechanic-name:hover {
    text-transform: uppercase;
    color: #176ae6;
}

.panel-mechanic-address {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6b707d;
}

/* MF - ICONS */
.icon {
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 20px/1 "Trusted Garage Icons";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-up::before {
    content: "\ea03";
}

.icon-coin::before {
    content: "\ea04";
}

.icon-info::before {
    content: "\ea05";
}

.icon-wrench::before {
    content: "\ea06";
}

.icon-steering-wheel::before {
    content: "\ea07";
}

.icon-star::before {
    content: "\ea08";
}

.icon-snowflake::before {
    content: "\ea09";
}

.icon-settings::before {
    content: "\ea0a";
}

.icon-search::before {
    content: "\ea0b";
}

.icon-resize::before {
    content: "\ea0c";
}

.icon-prize::before {
    content: "\ea0d";
}

.icon-plus::before {
    content: "\ea0e";
}

.icon-plus-math::before {
    content: "\ea0f";
}

.icon-phone::before {
    content: "\ea10";
}

.icon-pencil::before {
    content: "\ea11";
}

.icon-money::before {
    content: "\ea12";
}

.icon-marker::before {
    content: "\ea13";
}

.icon-arrow-circle-right::before {
    content: "\ea14";
}

.icon-guarantee::before {
    content: "\ea15";
}

.icon-protect::before {
    content: "\ea33";
}

.icon-engine-oil::before {
    content: "\ea16";
}

.icon-conference-call::before {
    content: "\ea17";
}

.icon-arrow-circle-left::before {
    content: "\ea18";
}

.icon-close::before {
    content: "\ea19";
}

.icon-clock::before {
    content: "\ea1a";
}

.icon-checkmark::before {
    content: "\ea1b";
}

.icon-checked::before {
    content: "\ea1c";
}

.icon-cart::before {
    content: "\ea1d";
}

.icon-car::before {
    content: "\ea1e";
}

.icon-car-wheel::before {
    content: "\ea1f";
}

.icon-car-service::before {
    content: "\ea20";
}

.icon-car-keys::before {
    content: "\ea21";
}

.icon-car-filter::before {
    content: "\ea22";
}

.icon-car-breaks::before {
    content: "\ea23";
}

.icon-car-2::before {
    content: "\ea24";
}

.icon-calendar::before {
    content: "\ea25";
}

.icon-arrow-up::before {
    content: "\ea26";
}

.icon-arrow-right::before {
    content: "\ea27";
}

.icon-arrow-left::before {
    content: "\ea28";
}

.icon-arrow-down::before {
    content: "\ea29";
}

.icon-arrow-circle-down::before {
    content: "\ea2a";
}

.icon-lg {
    font-size: 38px;
}

/* MF - BUTTONS */
.button {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 9px;
    text-align: center;
    color: #242629;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button:hover,
.button:active {
    text-decoration: none;
    color: inherit;
    background-color: #f0f1f5;
}

.button:hover .icon,
.button:active .icon {
    color: #242629;
}

.button.disabled,
.button[disabled] {
    pointer-events: none;
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button.disabled .icon,
.button[disabled] .icon {
    color: #e9ecf1;
}

.button .icon {
    color: #6b707d;
}

.button .icon:first-child:not(:last-child) {
    margin-right: 10px;
}

.button .icon:last-child:not(:first-child) {
    margin-left: 10px;
}

.button span {
    display: inline-block;
    vertical-align: middle;
}

.button-small {
    padding: 4px 9px;
    font-size: 14px;
    line-height: 20px;
}

.button-small.button-icon {
    padding-right: 7px;
    padding-left: 7px;
}

.button-small .icon {
    font-size: 14px;
}

.button-small .icon:first-child:not(:last-child) {
    margin-right: 5px;
}

.button-small .icon:last-child:not(:first-child) {
    margin-left: 5px;
}

.button-large {
    padding: 12px 14px;
    font-weight: 500;
}

.button-full {
    display: block;
    vertical-align: baseline;
    width: 100%;
}

.button-solid.button-primary {
    color: #ffffff;
    background-color: #176ae6;
    border-color: #176ae6;
}

.button-solid.button-primary:hover,
.button-solid.button-primary:active {
    background-color: #0d57c3;
    border-color: #0d57c3;
}

.button-solid.button-primary.disabled,
.button-solid.button-primary[disabled] {
    background-color: #dae9ff;
    border-color: #dae9ff;
}

.button-solid.button-primary .icon {
    color: #ffffff;
}

.button-solid.button-secondary {
    color: #ffffff;
    background-color: #00b286;
    border-color: #00b286;
}

.button-solid.button-secondary:hover,
.button-solid.button-secondary:active {
    background-color: #008161;
    border-color: #008161;
}

.button-solid.button-secondary.disabled,
.button-solid.button-secondary[disabled] {
    background-color: #def3e7;
    border-color: #def3e7;
}

.button-solid.button-secondary .icon {
    color: #ffffff;
}

.button-outline {
    border-color: #242629;
}

.button-outline.button-primary {
    color: #176ae6;
    border-color: #176ae6;
}

.button-outline.button-primary:hover,
.button-outline.button-primary:active {
    background-color: #176ae6;
    color: white;
}

.button-outline.button-primary.disabled,
.button-outline.button-primary[disabled] {
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button-outline.button-primary.disabled .icon,
.button-outline.button-primary[disabled] .icon {
    color: #e9ecf1;
}

.button-outline.button-primary .icon {
    color: #176ae6;
}

.button-outline.button-secondary {
    color: #00b286;
    border-color: #00b286;
}

.button-outline.button-secondary:hover,
.button-outline.button-secondary:active {
    background-color: #def3e7;
}

.button-outline.button-secondary.disabled,
.button-outline.button-secondary[disabled] {
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button-outline.button-secondary.disabled .icon,
.button-outline.button-secondary[disabled] .icon {
    color: #e9ecf1;
}

.button-outline.button-secondary .icon {
    color: #00b286;
}

/* MF - HOME PAGE */
.home-article {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.home-article-image {
    position: relative;
    margin-bottom: 20px;
}

.home-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-article-image::after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

.home-article-title {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 20px;
}

.home-article-text {
    margin: 0;
}

.home-article-more {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #0d57c3;
}

.home-article-more:hover,
.home-article-more:focus {
    text-decoration: none;
    color: #0d57c3;
}

.home-article-more span {
    display: inline-block;
    vertical-align: middle;
}

.home-article-more .icon {
    font-size: 12px;
}

.home-article-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-articles {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-articles .home-article,
.home-articles .home-tip {
    margin-top: 30px;
}

.home-articles-header,
.home-articles-info {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.home-articles-action {
    margin-top: 30px;
    text-align: center;
}

.home-articles-more {
    width: 100%;
}

@media (min-width: 768px) {
    .home-articles-more {
        width: auto;
    }
}

.home-divider {
    width: 100%;
    height: 1px;
    background-color: #dce0e6;
}

.home-features {
    padding-bottom: 50px;
}

.home-features-item {
    margin-top: 50px;
    text-align: center;
}

.home-features-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    color: #00ab80;
    background-color: #def3e7;
    border-radius: 50%;
}

.home-features-item-icon .icon {
    font-size: 32px;
}

.home-features-item-icon .icon.icon-protect {
    font-size: 40px;
}

.home-features-item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #008161;
}

.home-links {
    padding-top: 30px;
    padding-bottom: 20px;
}

.home-links-header {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}

.home-links-item {
    margin-bottom: 30px;
}

.home-links-item-name {
    margin-bottom: 10px;
}

.home-links-item-name a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #0d57c3;
}

.home-links-item-name a:hover {
    text-decoration: underline;
}

.home-links-item-list {
    margin: 0;
    padding: 0;
}

.home-links-item-list li {
    display: inline-block;
    font-size: 14px;
    color: #6b707d;
}

.home-links-item-list li::after {
    content: "\00A0\00B7";
}

.home-links-item-list li:last-child::after {
    content: "";
}

.home-links-item-list a {
    font-size: 14px;
    color: #6b707d;
}

.home-links-item-list a:hover {
    text-decoration: underline;
}

.home-opinion {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.home-opinion-header {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .home-opinion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.home-opinion-name,
.home-opinion-date {
    margin: 0;
}

.home-opinion-rate {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .home-opinion-rate {
        justify-content: flex-end;
        margin-top: 0;
        text-align: right;
    }
}

.home-opinion-badge {
    margin: 5px 0 0 0;
}

.home-opinion-badge span {
    display: inline-block;
    vertical-align: middle;
}

.home-opinion-badge .icon {
    font-size: 16px;
}

.home-opinion-stars {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .home-opinion-stars {
        order: -1;
        margin-top: 0;
    }
}

.home-opinion-text {
    margin: 0;
}

.home-opinion-car {
    margin-top: 10px;
}

.home-opinion-car .icon {
    margin-right: 10px;
}

.home-opinion-car a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.home-opinion-car a:hover,
.home-opinion-car a:focus {
    text-decoration: none;
    color: inherit;
}

.home-opinion-car a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-opinions {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f8fa;
}

.home-opinions .home-opinion {
    margin-top: 40px;
}

.home-opinions-header,
.home-opinions-info {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.home-tip {
    position: relative;
    padding: 20px;
    background-color: #f7f8fa;
}

.home-tip-car {
    margin: 0;
}

.home-tip-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.home-tip-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.home-tip-answers {
    margin: 0;
}

.home-tip-link {
    margin-left: 10px;
}

.home-tip-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MF - MECHANIC */
.mechanic-tabs-list {
    white-space: nowrap;
    border-bottom: 1px solid #dce0e6;
}

.mechanic-tabs-list-scroll {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.mechanic-tabs-list li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.mechanic-tabs-list li:first-child {
    margin-left: 0;
}

.mechanic-tabs-list li:last-child {
    margin-right: 0;
}

.mechanic-tabs-list li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #242629;
}

.mechanic-tabs-list li a:hover {
    text-decoration: underline;
}

.mechanic-tabs-list li.active a {
    position: relative;
    font-weight: 500;
}

.mechanic-tabs-list li.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #242629;
}

.tab-pane-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-pane-header {
    margin: 0;
}

.tab-pane-info {
    margin-top: 20px;
}

.tab-pane-additional {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.tab-pane-additional-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px;
}

.tab-pane-additional-item:first-child {
    margin-top: 0;
}

.tab-pane-additional-item-icon {
    margin-right: 20px;
}

.tab-pane-additional-item-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.tab-pane-additional-item-name a {
    color: #166ae5;
}

.tab-pane-additional-item-name a.showContact {
    color: #166ae5;
}

.tab-pane-additional-item-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none;
}

.tab-pane-additional-item-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-pane-additional-item-content {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
}

.tab-pane-additional-item.active .tab-pane-additional-item-content {
    display: block;
}

.tab-pane-text {
    font-size: 16px;
}

.tab-pane-pricing {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.tab-pane-pricing p {
    margin: 0;
}

.tab-pane-pricing-row {
    position: relative;
    padding: 18px;
    border-bottom: 1px solid #dce0e6;
}

@media (min-width: 992px) {
    .tab-pane-pricing-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px;
    }
}

.tab-pane-pricing-name {
    font-size: 16px;
}

@media (min-width: 992px) {
    .tab-pane-pricing-name {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .tab-pane-pricing-name {
        padding-right: 42%;
    }
}

.tab-pane-pricing-price {
    font-size: 14px;
}

@media (max-width: 991px) {
    .tab-pane-pricing-price {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .tab-pane-pricing-price {
        font-size: 14px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
        flex-grow: 0.5;
        max-width: 100%;
    }
}

.mechanic-tabs .tab-pane-pricing-action {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .tab-pane-pricing-action {
        position: static;
        top: auto;
        right: auto;
        margin-left: auto;
    }
}

.comments-box {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

@media (min-width: 992px) {
    .comments-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comments-box-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 112px;
    background-color: #f7f8fa;
}

@media (min-width: 992px) {
    .comments-box-total {
        width: calc(50% + (45px * -1));
        margin-right: 45px;
    }
}

.comments-box-total-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    color: #242629;
}

.comments-box-total-rate span {
    margin-right: 15px;
}

.comments-box-total-info {
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #242629;
}

@media (min-width: 992px) {
    .comments-box-total-info strong {
        display: block;
    }
}

.comments-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .comments-box-list {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-top: -20px;
    }
}

.comments-box-item {
    width: 50%;
}

.comments-box-item p {
    margin: 20px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #242629;
}

.comments-tabs {
    margin-top: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #dce0e6;
}

.comments-tabs-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.comments-tabs a {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #242629;
}

.comments-tabs a:first-child {
    padding-left: 0;
}

.comments-tabs a:last-child {
    padding-right: 0;
}

.comments-tabs a:hover {
    text-decoration: none;
}

.comments-tabs a.current {
    position: relative;
    font-weight: 500;
}

.comments-tabs a.current::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #242629;
}

.comment {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dce0e6;
}

.comment-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px auto -webkit-min-content;
    -ms-grid-columns: 90px auto min-content;
    grid-template-columns: 90px auto -webkit-min-content;
    grid-template-columns: 90px auto min-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-initial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    color: #2470e0;
    background-color: #dae9ff;
    border-radius: 50%;
}

.comment-info p {
    margin: 0;
}

.comment-author {
    font-weight: 500;
    font-size: 16px;
    color: #242629;
}

.comment-date {
    font-size: 14px;
    color: #6b707d;
}

.comment-rate-stars {
    position: relative;
}

.comment-rate-stars-value,
.comment-rate-stars-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comment-rate-stars-value {
    padding-bottom: 5px;
}

.comment-rate-stars-value .icon {
    margin-left: 10px;
    font-size: 14px;
}

.comment-rate-stars-list {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    padding: 15px;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
}

.comment-rate-stars-list li {
    margin-top: 10px;
}

.comment-rate-stars-list li:first-child {
    margin-top: 0;
}

.comment-rate-stars-list p {
    margin: 0 10px 0 0;
}

.comment-rate-stars:hover .comment-rate-stars-list {
    display: block;
}

.comment-trusted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    font-size: 14px;
    color: #008161;
}

.comment-trusted:hover {
    color: #008161;
}

@media (min-width: 992px) {
    .comment-trusted {
        margin-top: -20px;
    }
}

.comment-trusted .icon {
    margin-right: 5px;
    font-size: 16px;
}

.comment .text-bigger {
    margin: 20px 0 0 0;
}

.comment-body {
    margin-top: 20px;
    font-size: 16px;
}

.comment-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #6b707d;
}

.comment-car .icon {
    margin-right: 10px;
}

.mechanic-section {
    margin-top: 60px;
    background-color: #f7f8fa;
}

.mechanic-specialization {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dce0e6;
}

.mechanic-specialization-header {
    margin: 0;
}

.mechanic-specialization ul {
    -webkit-column-count: 2;
    column-count: 2;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .mechanic-specialization ul {
        -webkit-column-count: 6;
        column-count: 6;
    }
}

.mechanic-specialization ul li {
    margin-top: 10px;
}

.mechanic-specialization ul li:first-child {
    margin-top: 0;
}

.mechanic-specialization ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6b707d;
}

.mechanic-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mechanic-services-header {
    margin: 0;
}

.mechanic-services ul {
    padding: 0;
    list-style: none;
}

.mechanic-services > ul {
    margin-top: 20px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

@media (min-width: 992px) {
    .mechanic-services > ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.mechanic-services ul li {
    margin-top: 5px;
}

.mechanic-services ul li:first-child {
    margin-top: 10px;
}

.mechanic-services ul li a {
    display: block;
    font-size: 12px;
    color: #6b707d;
}

.mechanic-services > ul > li {
    margin-top: 20px;
}

.mechanic-services > ul > li:first-child {
    margin-top: 0;
}

.mechanic-services > ul > li > a {
    font-size: 14px;
    color: #242629;
}

.mechanic-questions {
    margin-top: 40px;
}

.mechanic-questions-header {
    margin: 0;
}

.mechanic-questions-header a {
    color: #242629;
}

.mechanic-questions-list {
    margin-top: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.mechanic-questions-item {
    border-bottom: 1px solid #dce0e6;
}

.mechanic-questions-item-header {
    position: relative;
    padding: 20px;
}

.mechanic-questions-item-title a {
    font-weight: 500;
    font-size: 16px;
    color: #242629;
}

.mechanic-questions-item-car {
    font-size: 14px;
    color: #6b707d;
}

.mechanic-questions-item-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    color: #176ae6;
    background: none;
    outline: none;
    border: none;
}

.mechanic-questions-item.active .mechanic-questions-item-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mechanic-questions-item-content {
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dce0e6;
}

.mechanic-questions-item.active .mechanic-questions-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mechanic-questions-item-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mechanic-questions-item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mechanic-questions-item-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 16px;
}

/* MF - FOOTER */

.footer.footer-single {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .footer [class*="col-"]:nth-child(even) {
        clear: left;
    }
}

.footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dce0e6;
}

.footer-divider.footer-divider-no-border {
    border: none;
}

.footer-info {
    position: relative;
}

.footer-brand {
    display: inline-block;
}

.footer-brand img {
    vertical-align: middle;
}

.footer-info-text {
    margin-top: 20px;
    font-size: 14px;
    color: #979db0;
}

.footer-social {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

@media (min-width: 992px) {
    .footer-social {
        position: static;
        top: auto;
        right: auto;
        margin-top: 32px;
        text-align: left;
    }
}

.footer-social-item {
    margin-top: 8px;
}

.footer-social-item:first-child {
    margin-top: 0;
}

.footer-header {
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #242629;
}

@media (min-width: 992px) {
    .footer-header {
        margin-top: 0;
    }
}

.footer-links {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-top: 8px;
}

.footer-links li:first-child {
    margin-top: 0;
}

.footer-links li a {
    display: block;
    font-size: 14px;
    color: #979db0;
}

.footer-certificate {
    margin-top: 20px;
}

.footer-certificate a {
    display: inline-block;
}

.footer-certificate img {
    vertical-align: middle;
}

.footer-eu {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.footer-eu-image {
    display: inline-block;
}

.footer-eu-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.footer-eu-info {
    margin-top: 30px;
    font-size: 12px;
    color: #6b707d;
}

.input-grey {
    background: #f0f1f5;
    height: 40px;
    border: none;
    font-size: 16px;
}

.input-grey-select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.input-select-chevron::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 10px;
    pointer-events: none;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 14px;
    vertical-align: top;
    width: 14px;
    color: #242629;
    transform: rotate(135deg);
    z-index: 1000;
}

.business-card-form .form-group .textarea-grey {
    height: 90px;
}

@media (max-width: 768px) {
    .business-card-form .form-group .textarea-grey {
        height: 120px;
    }
}

.form-horizontal .label-for-input-grey {
    color: #242629;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
}

.business-card-form .form-group {
    margin: 0 0 20px 0;
}

.business-card-form .form-group:last-child {
    margin: 0;
}

.business-card-form {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

.business-card-form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #989898;
}

.business-card-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #989898;
}

.business-card-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #989898;
}

.business-card-form :-ms-input-placeholder {
    font-size: 16px;
    color: #989898;
}

@media (min-width: 992px) {
    .business-card-form-sidebar {
        top: 0px;
        background: white;
        z-index: 9999;
        width: 360px;
    }

    .floated-card-form {
        top: auto !important;
        bottom: -40px !important;
        position: absolute !important;
    }

    .business-card-form-sidebar.mask::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    .business-card-form-sidebar
        .business-card-form
        ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form :-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form :-ms-input-placeholder {
        font-size: 14px;
    }

    .business-card-form-sidebar .input-grey {
        font-size: 14px;
    }

    .business-card-form-sidebar .input-select-chevron {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .business-card-form-sidebar.panel-default .business-card-heading {
        font-size: 22px;
        background: white;
    }

    .business-card-form-sidebar .form-horizontal .label-for-input-grey {
        font-size: 14px;
    }
}

.business-card-form .form-group-select {
    margin: 0 -15px 15px -15px;
}

@media (min-width: 992px) {
    .business-card-form .form-group-select {
        margin: 0 -15px;
    }
}

@media (max-width: 991px) {
    .business-card-form-sidebar {
        position: relative !important;
    }
}

.business-card-form textarea {
    max-width: 100%;
}

.business-card-title-ranking {
    color: #242629;
    font-size: 16px;
    font-weight: 500;
}

.row-padding {
    padding: 0 15px;
}

.business-card-form .btn-primary {
    font-size: 18px;
    width: 100%;
    height: 50px;
}

.panel-default .business-card-heading {
    font-size: 24px;
    font-weight: 500;
    background: transparent;
    border: none;
    text-align: left;
    padding: 30px 30px 0 30px;
}

.panel-default .business-card-calendar {
    padding-top: 0;
    background: white;
}

.business-card-title {
    margin-top: 20px;
}

.business-card-title h1 {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .business-card-title {
        margin-top: 0;
    }

    .business-card-title h1 {
        margin-bottom: 2px;
    }
}

.business-card-title-adress {
    color: #6b707d;
    font-size: 16px;
    font-weight: 400;
}

.mechanic-tabs .tab-pane-header {
    font-weight: 500;
}

.tab-pane-additional-item-phone a,
.tab-pane-additional-item-phone a:hover {
    color: inherit;
    font-weight: 200;
    border: none;
    padding: 0;
    background: none;
    font-size: 16px;
}

.tab-pane-additional-item-phone a .glyphicon {
    display: none;
}

.business-card-background-mobile {
    background: #f0f1f5;
}

@media (min-width: 768px) {
    .business-card-background:after {
        content: "";
        background: #f0f1f5;
        position: absolute;
        width: 100%;
        height: 60%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .business-card-background-mobile {
        background: none;
    }
}

.business-card-logo {
    display: none;
}

.business-card-logo-container {
    width: auto;
    height: 140px;
}

.business-card-logo-container img {
    max-height: 80%;
    float: right;
}

@media (min-width: 992px) {
    .business-card-logo {
        display: block;
    }
}

.v-none {
    visibility: hidden;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.truncate-active {
    height: 168px;
    overflow: hidden;
    position: relative;
}

.truncateText.truncate-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 100%;
    height: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), white);
}

.truncateText {
    font-size: 14px;
    position: relative;
}

.truncateText ul {
    white-space: normal;
}

.comments li:last-of-type .comment {
    border-bottom: none;
}

.show-more-comments {
    border: 1px solid #dce0e6;
    color: #242629;
    cursor: pointer;
    text-align: center;
    background: white;
    padding: 10px 15px;
}

.show-more-comments:hover {
    color: white;
    background: #dce0e6;
}

.truncateText-show-more {
    cursor: pointer;
    font-weight: 500;
    text-align: center;
}

.panel-group .warranty-desktop,
.panel-group .warranty-mobile {
    border-radius: 0;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border: none;
}

.warranty-desktop .panel-heading,
.warranty-mobile .panel-heading {
    border-radius: 0;
    position: relative;
    padding: 30px;
}

.warranty-desktop h4 {
    max-width: 90%;
}

.warranty-desktop h4,
.warranty-mobile h4 {
    font-weight: 300;
    font-size: 14px;
}

.warranty-desktop img {
    position: absolute;
    right: 30px;
    top: 30px;
}

.warranty-title {
    margin-bottom: 0;
    color: #242629;
    font-weight: 500;
    max-width: 85%;
}

.tab-pane-additional-item-icon {
    color: #727784;
}

.tab-pane-additional-item-name {
    margin-bottom: 0;
}

.tab-pane-additional-item-phone {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-pane-item-open-hours .icon {
    font-size: 16px;
    padding-left: 4px;
    position: relative;
    bottom: 1px;
}

.phoneTalk small {
    margin-top: 10px;
    display: block;
}

.phoneTalk .phoneTalks-visit {
    font-weight: 500;
    font-size: 14px;
}

.business-card-form .no-margin-bottom {
    margin-bottom: 0;
}

.business-card-no-calendar .business-card-map-link {
    text-align: left;
}

.business-card-no-calendar.business-card-background:after {
    background: none;
}

.business-card-no-calendar .business-card-background-mobile {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .business-card-no-calendar .business-card-background-mobile:after {
        content: "";
        background: #f0f1f5;
        position: absolute;
        width: 200vw;
        height: 500px;
        bottom: 0;
        left: -50vw;
        z-index: -1;
    }
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    padding: 10px 30px;
    border: solid #def3e7;
    border-width: 0 1px 1px 1px;
    margin-top: -1px;
}

.business-card-back-button,
.business-card-back-button:hover,
.business-card-back-button:focus,
.business-card-back-button:active {
    background: none;
    border: none;
    color: #176ae6;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
}

.business-card-back-button {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .business-card-back-button {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .business-card-background .content_container {
        margin-top: 20px;
    }
    .mechanic-tabs .comment-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mechanic-tabs .comment-initial {
        width: 70px;
        order: 0;
        margin-right: 30px;
    }
    .mechanic-tabs .comment-info {
        order: 2;
        width: 30%;
        margin-right: 5%;
        margin-top: 10px;
    }
    .mechanic-tabs .comment-rate {
        order: 1;
        margin-top: 14px;
        margin-bottom: 5px;
        width: calc(100% + (100px * -1));
    }
    .mechanic-tabs .comment-trusted {
        order: 3;
        width: 60%;
        margin-top: 10px;
        justify-content: left;
        cursor: pointer;
    }
}

.business-card-back-button .glyphicon {
    margin-right: 5px;
}

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

.hover-tooltip-related-garage {
    position: relative;
}

@media (max-width: 768px) {
    .hover-tooltip-related-garage {
        display: inline-block !important;
    }
    .panel-mechanic-icons .hover-tooltip-related-garage {
        display: none !important;
    }

    .panel-mechanic h5 {
        max-width: 71%;
    }
}

.hover-tooltip-related-garage:hover:after {
    content: "";
    content: " " attr(copy) "";
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: -334px;
    text-align: justify;
    white-space: normal;
    background: #def3e7;
    padding: 10px;
    z-index: 4;
    color: #008161;
    font-weight: 500;
    border-top-width: 1px;
}

@media (max-width: 991px) {
    .hover-tooltip-related-garage:hover:after {
        width: 280px;
        left: 15px;
    }
}

.recommended-garages-title {
    font-weight: 500;
    font-size: 20px;
}

.recommended-garages-item {
    border: 1px solid rgba(0, 178, 134, 0.7);
    box-shadow: inset 0 2px 0 0 #00b286;
    padding: 20px;
    text-align: left;
}

.recommended-garages-item-headline {
    color: #0d57c3;
    font-size: 16px;
    font-weight: 500;
}

.recommended-garages-item-address {
    color: #6b707d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 15px;
}

.recommended-garages-item-comments {
    color: #0d57c3;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.recommended-garages-item-comments strong {
    color: #242629;
}

.recommended-garages-item .stars-rating .ranking-star:first-of-type {
    margin-left: -2px;
}

.warranty-desktop .image-copy-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mechanic-tabs-list-fixed {
    padding-top: 61px;
}

.mechanic-tabs-list-fixed .mechanic-tabs-list {
    top: 0px;
    background: white;
    z-index: 2;
    width: calc(100% + (30px * -1));
    position: fixed;
}

@media (min-width: 768px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 616px;
    }
}

@media (min-width: 1200px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 750px;
    }
}

.footer-content {
    background: #f7f8fa;
    padding: 50px 0;
}

.footer-content .panel.panel-default {
    border: none;
    background: transparent;
    box-shadow: none;
}

.footer-content .panel-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-content .panel-body > ul {
    list-style: none;
    padding: 0;
    -moz-columns: 16em;
    -webkit-columns: 16em;
    columns: 16em;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.footer-content .panel-body > ul > li {
    margin-bottom: 15px;
}

.footer-content .panel-body > ul > li > a {
    color: #242629;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;
    display: block;
    text-transform: capitalize;
}

.footer-content ul ul {
    list-style: none;
    padding: 0;
}

.footer-content ul ul li a {
    color: #6b707d;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.city-specialization-row {
    -moz-columns: 24em;
    -webkit-columns: 24em;
    columns: 24em;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.city-specialization .city-specialization-row a {
    color: #242629;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.icon-protect::before {
    color: #008161;
}

.image-copy-container .icon-protect::before {
    color: #00ab80;
}

@media (min-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

a.floating-button {
    border: 8px solid white;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
}

a.floating-button:hover,
a.floating-button:focus,
a.floating-button:active {
    border: 12px solid white;
}

@media (min-width: 992px) {
    .floating-button {
        display: none !important;
    }
}

.comment p {
    overflow-wrap: break-word;
}

.home .navbar-default {
    background: transparent;
}

.home .section-home-search {
    margin-top: -70px;
}

.home .main-navbar .nav li a {
    color: white;
}

.home .navbar-default .navbar-nav > li > .dropdown-for-mechanics,
.home .navbar-default .navbar-nav > li.open > .dropdown-for-mechanics {
    color: #242629;
    background: white;
    border: none;
}

.navbar-nav > li.open > .dropdown-menu {
    background: white;
}

@media (max-width: 768px) {
    .home .navbar-default .navbar-nav > li > .dropdown-for-mechanics,
    .home .navbar-default .navbar-nav > li.open > .dropdown-for-mechanics {
        color: #242629;
    }

    .home .main-navbar .nav li a {
        color: #242629;
    }

    .main-navbar .nav {
        background: white;
    }
}

.navbar-default .navbar-toggle.collapsed,
.navbar-default .navbar-toggle.collapsed:hover,
.navbar-default .navbar-toggle.collapsed:focus {
    background-color: transparent;
    border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.hamburger-button .icon-bar {
    width: 20px;
    height: 3px;
    border-radius: 1px;
    background: #888;
    display: block;
    margin: 3px 0;
}

.home .navbar-nav > li > .dropdown-menu a {
    color: white;
}

.home .icon-checked::before {
    color: #008161;
}

#main-form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

#main-form-modal .business-card-calendar {
    height: calc(100% - 105px);
    position: relative;
    overflow-y: auto;
}

#main-form-modal #CalendarEventSubmit {
    left: -12px;
    width: calc(100% - 24px);
    position: relative;
}

#main-form-modal .calendar-submit {
    border-top: 1px solid #e9ecf1;
    position: fixed;
    top: calc(100% - 80px);
    left: 0;
    padding-top: 15px;
    width: 100%;
    background: white;
}

#main-form-modal .calendar-submit .button {
    margin-bottom: 15px;
}

#main-form-modal .icon-close {
    cursor: pointer;
    right: 15px;
    top: 15px;
    position: absolute;
}

.modal-number-b-title {
    font-weight: bold;
    margin-bottom: 30px;
}

.phoneQuestionClose,
.phoneQuestionShowPhone {
    cursor: pointer;
}

@media (max-width: 768px) {
    .modal-number-b-number-wrapper {
        height: 70px;
    }
    .btn.phoneQuestionClose {
        font-size: 16px;
    }
}

.modal-number-b-number {
    font-size: 25px;
    margin-top: 30px;
}

.modal-number-b-box {
    text-align: left;
    background: #fcf7e3;
    padding: 15px;
    color: #7c6e4a;
    border-radius: 5px;
    border: 1px solid #f5efdb;
    margin-bottom: 15px;
}

.absolute-sticky {
    position: relative;
}

.absolute-sticky .col-md-4 {
    height: 100%;
    position: absolute;
    right: 0;
}

.absolute-sticky .sticky-element {
    bottom: 0px;
    top: auto;
    position: absolute !important;
}

.panel-mechanic-icons {
    position: absolute;
    right: 20px;
    width: 26%;
    text-align: right;
}

.panel-mechanic-icons .ico-certified-h {
    width: 21px;
    height: 28px;
}
.panel-mechanic-photo {
    margin-bottom: 10px;
    display: block;
}
.panel-mechanic-photo span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;
    display: block;
}
.panel-mechanic-photo img {
    object-fit: cover;
    width: 100%;
    height: 165px;
    display: block;
}

.panel-mechanic-icons > div {
    position: absolute;
    width: 105px;
    right: 0;
    z-index: 1;
}

#select2-results-3 li:first-child,
#select2-results-4 li:first-child {
    display: none;
}

@media (max-width: 768px) {
    select {
        display: block;
        width: 100%;
        padding: 15px 30px 13px 15px;
        line-height: 20px;
        background-color: #f0f1f5;
        border-bottom: 2px solid #f0f1f5;
        box-shadow: none;
        transition: all 0.3s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: none;
        margin: 0;
        border-radius: 0;
        color: #242629;
        animation: none !important;
    }

    .select2-arrow {
        position: relative;
    }

    .select-car-make {
        margin-bottom: 15px;
    }

    .select2-arrow::after {
        content: "\ea29";
        display: block;
        position: absolute;
        right: 15px;
        bottom: 17px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        font: normal normal normal 16px/1 "Trusted Garage Icons";
        text-transform: none;
        color: #242629;
        pointer-events: none;
    }
}

.listing-reservation-btn {
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    #phoneQuestion {
        max-width: 570px;
    }
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999999;
}

.listing-logo-container {
    padding-right: 0;
}

.listing-logo {
    max-width: 100%;
    margin-bottom: 10px;
}

.p-relative {
    position: relative;
}

@media (min-width: 768px) {
    .md-padding-l-0 {
        padding-left: 0;
    }

    .md-padding-r-0 {
        padding-right: 0;
    }

    .md-padding-t-0 {
        padding-top: 0;
    }

    .md-padding-b-0 {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .panel-mechanic-icons-embed-image {
        position: absolute;
        right: 15px;
        top: 170px;
    }
}

.ico-certified-mobile {
    position: absolute;
    top: 0;
    right: 15px;
    width: 24px;
}

.card-gallery {
    position: relative;
    margin: 0;
    overflow-y: hidden;
}

.card-gallery img {
    width: 100%;
    height: 100%;
}

.card-gallery-1 {
    float: left;
    height: 390px;
    border: 1px solid white;
    border-width: 0 1px 0 0;
}

.card-gallery-2 {
    width: 180px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.card-gallery-3 {
    width: 180px;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid white;
    height: 50%;
}

.card-gallery-3:not(.card-gallery-hidden) {
    border-width: 1px 0 0 1px;
}

.galleryMap {
    cursor: pointer;
    border: 1px solid white;
    border-width: 0 0 1px 1px;
}

.map-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 92, 116, 0.8);
    z-index: 99999999999999;
    display: none;
}

.map-modal .map-container {
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: white;
    padding: 10px 20px;
}

.map-modal #here_map {
    overflow: hidden;
    margin-bottom: 10px;
}

.map-modal .map-title {
    font-size: 20px;
    float: left;
}

.map-modal .map-close {
    cursor: pointer;
    float: right;
}

.card-gallery-open {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000007a;
    padding: 8px 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.card-gallery-open span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.card-gallery-open img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .map-modal .map-container {
        width: 100%;
    }

    .card-gallery {
        overflow-x: hidden;
    }

    .galleryMap {
        width: 130px;
    }

    .card-gallery-1 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        width: calc(100% - 130px);
        height: 180px;
    }

    .card-gallery-1 a {
        display: none;
    }

    .content_container #here_map {
        height: 300px;
    }
}

.form-button-top {
    border: none !important;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
    margin: 5px 0 25px 0;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-button-top {
        display: block;
    }
}

.stars-rating-url:hover {
    text-decoration: none;
}

#dmcalendar {
    background: white;
    border: 1px solid #dedede;
    padding: 20px 30px;
}

#dmcalendar > p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 35px;
}

#dmcalendar > span {
    font-size: 12px;
}

#dmcalendar .dmcalendar-submit {
    text-align: right;
    display: flex;
    width: 110px;
    margin-left: auto;
    margin-top: 25px;
}

#dmcalendar ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

#dmcalendar ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;
}

#dmcalendar ul.calendar-legend li {
    margin-right: 35px;
}

.column-right #dmcalendar ul.calendar-legend li {
    margin-right: 12px;
}

.column-right #dmcalendar {
    width: 360px;
    top: 0;
}

#dmcalendar ul.calendar-legend li a div {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    padding: 12px 8px;
}

.column-right #dmcalendar ul.calendar-legend li a div {
    margin-right: 1px;
}

#dmcalendar li a:hover {
    text-decoration: none;
}

#dmcalendar li a > div {
    border: 1px solid #dedede;
    font-size: 16px;
    font-weight: 500;
    background: white;
    line-height: 12px;
    margin-bottom: 2px;
    width: 37px;
    height: 37px;
    text-align: center;
}

#dmcalendar li a > div > div {
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

#dmcalendar .calendar-list li.open a:hover div {
    border: 1px solid transparent;
    background: #0d57c3;
    color: white;
}

#dmcalendar li.closed div {
    background-color: #e6e6e6;
    color: white;
}

#dmcalendar li.closed a {
    cursor: default;
}

#dmcalendar li span {
    color: #9b9b9b;
    font-size: 12px;
}

#dmcalendar.dmcalendar-listing > p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#dmcalendar.dmcalendar-listing > span {
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
    color: #565656;
}

#dmcalendar.dmcalendar-listing > span b {
    font-weight: 500;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    outline: 1px solid white;
}

body:not(.home) .navbar-toggle.navbar-toggle-dark {
    border-color: #242629;
}

body:not(.home) .navbar-toggle.navbar-toggle-dark {
    background-color: #242629;
}

@media (max-width: 768px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .main-navbar.navbar-listing .nav {
        background: transparent;
    }
    #header-marketplace .main-navbar.navbar-listing .navbar-toggle {
        background-color: transparent;
        border: 1px solid #ddd;
    }
    .home .navbar-default:not(.navbar-fixed-bottom) {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .home .main-navbar .nav {
        margin-top: 0;
    }
    .home .section-home-search {
        margin-top: 0;
    }
    .home .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: white;
    }
    .home .navbar-default .navbar-toggle a {
        color: #242629;
    }
}

@media (max-width: 768px) {
    .m-flex {
        display: flex;
        flex-direction: column;
    }
    .m-order-1 {
        order: 1;
    }
    .m-order-2 {
        order: 2;
        margin-top: 20px;
    }
    .m-order-3 {
        order: 3;
    }

    #dmcalendar {
        padding: 20px;
    }

    .column-right #dmcalendar {
        width: auto;
        position: relative !important;
    }

    #dmcalendar.dmcalendar-listing ul.calendar-legend li {
        margin-right: 0;
    }

    #dmcalendar.dmcalendar-listing li span {
        font-size: 11px;
    }
    #dmcalendar.dmcalendar-listing ul.calendar-legend li a div {
        margin-right: 2px;
    }
}

.phoneTalk-description {
    margin-left: 40px;
}

.modal-phone-container {
    margin-bottom: 20px;
}
.modal-phone-container span {
    font-size: 30px;
    margin-right: 10px;
}
.modal-phone-container a {
    color: #242629;
    font-size: 40px;
}

.payform-button-cta {
    text-align: center;
    margin-top: 10px;
}

.order-details-container .order-details > p {
    margin-bottom: 5px;
}

.order-details-items {
    margin-top: 20px;
}

.order-details-container .order-details-items li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.order-details-container .order-details-items li:last-of-type {
    border-bottom: none;
}

.container .order-details-container .order-details-items li p {
    font-weight: 300;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 14px;
}

.container .order-details-container .order-details-items li span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 38%;
    font-size: 16px;
}

.container .order-details-container .order-details-items li span b {
    font-size: 20px;
}

.payu-button {
    border: 0px;
    height: 35px;
    width: 140px;
    background: url("https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png?13011023");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 300px;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0 0 0;
}

.order-details-infobox {
    color: #787b89;
    border: 1px solid #dce0e6;
    padding: 30px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 40px;
    position: relative;
}

.order-details-infobox p {
    margin-bottom: 0;
}

.order-details-infobox:before {
    content: "i";
    color: #dce0e6;
    border: 1px solid #dce0e6;
    padding: 12px;
    line-height: 0;
    border-radius: 100%;
    position: absolute;
    top: -13px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

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

    .visible-xs {
        display: block;
    }
}

.garage-app .breadcrumb {
    background: none;
    color: #9aa0b2;
    position: relative;
    padding-left: 0;
    top: 120px;
}

.order-details-container .form {
    background-color: #f7f8fa;
    border: 1px solid #e9ecf1;
    border-radius: 7px;
    padding: 40px 50px;
    margin-left: 40px;
}

@media (max-width: 768px) {
    .order-details-container .form {
        margin-left: 0;
        padding: 30px 15px;
        margin-top: 30px;
    }
}

.order-details-container .form h4 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 700;
}

.order-details-container .form > div {
    margin-bottom: 20px;
}

.order-details-container .form > div > label {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .order-details-container .form .radio-item input {
        display: block;
        float: left;
        clear: left;
        margin-bottom: 25px;
        position: relative;
        top: 4px;
    }
}

.order-details-container .form .radio-item label {
    margin-left: 10px;
    width: 170px;
}

@media (max-width: 768px) {
    .order-details-container .form .radio-item label {
        float: left;
    }
}

.order-details-container .form .radios-container {
    padding: 0 15px;
}

.order-details-container .form .btn {
    font-weight: 500;
    width: 400px;
    position: relative;
    margin: 5px 0 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .order-details-container .form .btn {
        width: 100%;
    }
}

.order-details-container .form .btn input {
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding: 12px;
    top: 0;
    width: 100%;
}

.order-details-container .form .terms {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .order-details-container .form .terms {
        width: 100%;
    }
}

.order-details-container .form .terms input {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.order-details-container .form .terms label {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.order-details-container .form .spinner {
    position: relative;
}

.order-details-container .form .spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    margin-left: -10px;
    border-radius: 50%;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 3px;
    animation: spinner 0.8s ease infinite;
}

.container .order-details-container form {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
}

.error-modal,
.success-modal {
    display: block;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.error-modal {
    border-bottom: 3px solid #e30000;
}

.succes-modal {
    border-bottom: 3px solid #5cb85c;
}

.text-cut-expand {
    font-size: 15px;
    color: #007bff;
}

.home-mobile-dropdown {
    float: right;
    position: relative;
    top: 10px;
    right: 20px;
    background: white;
    padding: 10px;
}

.home-mobile-dropdown a {
    color: #242629;
    text-decoration: none;
}

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

.business-card-form-sidebar-title {
    background: #176ae6;
    border: #176ae6 1px solid;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 12px;
}

@media (max-width: 768px) {
    .business-card-form-sidebar-title {
        display: none;
    }
}

.business-card-logo-panel {
    position: absolute;
    right: 15px;
    width: auto;
}

.business-card-logo-panel img {
    width: 150px;
    height: 150px;
}

@media (max-width: 768px) {
    #rodo .navbar-fixed-bottom {
        border-top: 1px solid #D2D2D2;
        background: #f0f1f5;
        opacity: 1;
        z-index: 9999999999999;
        position: absolute;
        top: -60px;
        bottom: auto;
        height: 60px;
    }

    #rodo .glyphicon-remove:before {
        content: "\e014";
        color: #a9a9a9;
        font-size: 28px;
    }

    .rodo-padding {
        margin-top: 60px;
        position: relative;
    }
}

@media (max-width: 430px) {
    #rodo .navbar-fixed-bottom {
        top: -80px;
        height: 80px;
    }

    .rodo-padding {
        margin-top: 80px;
        position: relative;
    }
}

#rodo .icon.icon-close:before {
    top: 10px;
    position: relative;
    color: #6b707d;
}

.home .navbar-nav > li > .dropdown-menu {
    background: white;
}

.home .navbar-nav > li > .dropdown-menu a {
    color: #242629;
}

.owner-badge {
    display: inline-block;
}

@media (max-width: 768px) {
    display: none;
}

.ask-term-wrapper {
    margin-bottom: 15px;
}

.ask-term-wrapper label {
    font-weight: 300;
}

@media (min-width: 767px) {
    .booking-form-sticky {
        position: fixed;
        top: 0;
        width: 360px;
        z-index: 2;
        background: white;
    }
}

a.floating-button-call {
    background: #c82713;
    width:50%;
}

a.floating-button-write {
    width: 50%;
    right: 0;
    left: auto;
}

a.floating-button span {
    margin-right: 10px;
}

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

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

.open-filters-cta {
    display: inline-block;
    margin-bottom: 5px;
}