/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #464c50;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #35a0de;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #35a0de;
  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 {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ececee;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #f2f3f3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  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: #7d8188;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
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: 13.5px;
  margin-bottom: 13.5px;
}
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: 42px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 760px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ececee;
}
.text-primary {
  color: #35a0de;
}
a.text-primary:hover {
  color: #1f85c1;
}
.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: #35a0de;
}
a.bg-primary:hover {
  background-color: #1f85c1;
}
.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: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #f2f3f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 980px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ececee;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  border-left: 5px solid #f2f3f3;
}
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.5;
  color: #7d8188;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f3f3;
  border-left: 0;
  text-align: right;
}
.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: 27px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 17px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #464c50;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 760px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 980px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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: auto;
}
.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: auto;
}
.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: 760px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 980px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 980px) {
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #ececee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ececee;
}
.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 #ececee;
}
.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 #ececee;
}
.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 #ececee;
}
.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: #ebeced;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 759px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ececee;
    -webkit-overflow-scrolling: touch;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 27px;
  line-height: inherit;
  color: #464c50;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  color: #464c50;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 3px 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #464c50;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #7d8188;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(125, 129, 136, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(125, 129, 136, 0.6);
}
.form-control::-moz-placeholder {
  color: #7d8188;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7d8188;
}
.form-control::-webkit-input-placeholder {
  color: #7d8188;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f3f3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 41px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 32px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 47px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 32px;
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 47px;
  padding: 7px 20px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 47px;
  height: 47px;
  line-height: 47px;
}
.input-sm + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #838c93;
}
@media (min-width: 760px) {
  .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 {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 760px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@media (min-width: 760px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10.31px;
  }
}
@media (min-width: 760px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 14px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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: #ec7100;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ec7100;
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ec7100;
  background-color: #d7dbdb;
  border-color: #d2d6d6;
}
.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: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-default .badge {
  color: #f2f3f3;
  background-color: #ec7100;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #e5e7e7;
  border-color: #f2f3f3;
}
.btn-primary {
  color: #fff;
  background-color: #35a0de;
  border-color: #35a0de;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f85c1;
  border-color: #1e7fb8;
}
.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: #35a0de;
  border-color: #35a0de;
}
.btn-primary .badge {
  color: #35a0de;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2395d6;
  border-color: #35a0de;
}
.btn-success {
  color: #fff;
  background-color: #a0d21c;
  border-color: #a0d21c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #7ea516;
  border-color: #779c15;
}
.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: #a0d21c;
  border-color: #a0d21c;
}
.btn-success .badge {
  color: #a0d21c;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #8fbc19;
  border-color: #a0d21c;
}
.btn-info {
  color: #fff;
  background-color: #6ec3da;
  border-color: #6ec3da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #45b2d0;
  border-color: #3dafce;
}
.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: #6ec3da;
  border-color: #6ec3da;
}
.btn-info .badge {
  color: #6ec3da;
  background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #5abbd5;
  border-color: #6ec3da;
}
.btn-warning {
  color: #fff;
  background-color: #ec7100;
  border-color: #ec7100;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b95900;
  border-color: #af5400;
}
.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: #ec7100;
  border-color: #ec7100;
}
.btn-warning .badge {
  color: #ec7100;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #d36500;
  border-color: #ec7100;
}
.btn-danger {
  color: #fff;
  background-color: #e21919;
  border-color: #e21919;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b41414;
  border-color: #ab1313;
}
.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: #e21919;
  border-color: #e21919;
}
.btn-danger .badge {
  color: #e21919;
  background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #cb1616;
  border-color: #e21919;
}
.btn-link {
  color: #35a0de;
  font-weight: normal;
  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: #35a0de;
  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: #ececee;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 7px 20px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.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;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ececee;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #464c50;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3a3f42;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #35a0de;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ececee;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #ececee;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 980px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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: 0;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 7px 20px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  line-height: 47px;
}
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: 32px;
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
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: 3px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #464c50;
  text-align: center;
  background-color: #f2f3f3;
  border: 1px solid transparent;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 3px 6px;
  font-size: 16px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 7px 20px;
  font-size: 23px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f3f3;
}
.nav > li.disabled > a {
  color: #ececee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ececee;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f3f3;
  border-color: #35a0de;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f3f3 #f2f3f3 transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7d8188;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 760px) {
  .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: 2px;
}
.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: 760px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 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: 2px;
}
.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: #35a0de;
  background-color: transparent;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 760px) {
  .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: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 760px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
@media (min-width: 980px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 980px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 980px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 980px) {
  .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: 980px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 980px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 18px 0;
  font-size: 23px;
  line-height: 27px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 980px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 980px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@media (max-width: 979px) {
  .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: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 980px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 760px) {
  .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 {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 979px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 980px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 980px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #464c50;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2e3235;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #464c50;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #35a0de;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #35a0de;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #35a0de;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #35a0de;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #35a0de;
}
@media (max-width: 979px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #464c50;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #35a0de;
    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: #35a0de;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #464c50;
}
.navbar-default .navbar-link:hover {
  color: #35a0de;
}
.navbar-default .btn-link {
  color: #464c50;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #35a0de;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ececee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ececee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ececee;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 979px) {
  .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: #ececee;
  }
  .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: #ececee;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ececee;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #35a0de;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #35a0de;
  background-color: #f2f3f3;
  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;
  background-color: #35a0de;
  border-color: #35a0de;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ececee;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 20px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 6px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ececee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d1d1d6;
}
.label-primary {
  background-color: #35a0de;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1f85c1;
}
.label-success {
  background-color: #a0d21c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #7ea516;
}
.label-info {
  background-color: #6ec3da;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #45b2d0;
}
.label-warning {
  background-color: #ec7100;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b95900;
}
.label-danger {
  background-color: #e21919;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b41414;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 27px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ececee;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #35a0de;
}
.thumbnail .caption {
  padding: 20px;
  color: #464c50;
}
.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f3f3;
  color: #ececee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ececee;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #35a0de;
  background-color: transparent;
  border-color: transparent;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: rgba(102, 102, 102, 0);
}
.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: 27px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px 20px;
}
.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 20px;
  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-right-radius: 3px;
  border-top-left-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;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child 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 #ececee;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 27px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #464c50;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #464c50;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #35a0de;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #35a0de;
  border-color: #35a0de;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #35a0de;
}
.panel-primary > .panel-heading .badge {
  color: #35a0de;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #35a0de;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 759px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 759px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 759px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 759px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .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: 760px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 980px) and (max-width: 979px) {
  .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: 980px) and (max-width: 979px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 979px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 980px) and (max-width: 979px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 980px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 980px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 980px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 980px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 759px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 979px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/fonts/icomoon.eot?-dp69fr');
  src: url('/assets/fonts/icomoon.eot?#iefix-dp69fr') format('embedded-opentype'), url('/assets/fonts/icomoon.woff?-dp69fr') format('woff'), url('/assets/fonts/icomoon.ttf?-dp69fr') format('truetype'), url('/assets/fonts/icomoon.svg?-dp69fr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-usp-1:before {
  content: "\e60e";
}
.icon-usp-2:before {
  content: "\e60f";
}
.icon-usp-3:before {
  content: "\e610";
}
.icon-usp-4:before {
  content: "\e611";
}
.icon-usp-5:before {
  content: "\e612";
}
.icon-usp-6:before {
  content: "\e613";
}
.icon-faq-close:before {
  content: "\e604";
}
.icon-faq-plus:before {
  content: "\e60d";
}
.icon-caret-down:before {
  content: "\e600";
}
.icon-caret-left:before {
  content: "\e601";
}
.icon-caret-right:before {
  content: "\e602";
}
.icon-caret-up:before {
  content: "\e603";
}
.icon-pdf {
  font-size: 25px;
}
.icon-pdf:before {
  content: "\e605";
}
.icon-plus-white:before {
  content: "\e606";
}
.icon-menu:before {
  content: "\e607";
}
.icon-search:before {
  content: "\e608";
}
.icon-soc-facebook:before {
  content: "\e609";
}
.icon-soc-linkedin:before {
  content: "\e60a";
}
.icon-soc-twitter:before {
  content: "\e60b";
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    box-shadow: none !important;
    font-size: 14px !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    color: blue;
  }
  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 {
    font-weight: 400 !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
  }
  h2,
  caption {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: left;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  select {
    background: #fff !important;
  }
  .site-header_metalinks,
  .site-navigation > .container,
  .icon,
  .breadcrumb,
  .navbar,
  .navbar-toggle,
  .action-links,
  .site-footer,
  .back-link,
  #cookie-alert {
    display: none !important;
  }
  .site-header .brand-divider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .site-header:after {
    background: transparent !important;
  }
  .site-header > .container {
    margin: 20px 0;
    background: transparent !important;
  }
  .site-navigation {
    height: 50px;
    margin-bottom: 20px;
  }
  .table {
    background-color: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  body,
  .section-gray-lighter {
    background: #fff !important;
  }
  .section-product-page {
    page-break-after: always;
  }
  .section-product-page-content {
    background: #fff !important;
  }
  .section-product-page-content > .col-md-6 {
    width: 50%;
    float: left;
  }
  .product-categories .btn-default,
  .product-categories .btn-link {
    border: 0;
    text-decoration: none;
    background: #eee !important;
    color: #ec7100 !important;
    padding: 5px 14px;
  }
  .product-categories .btn-link {
    background: transparent !important;
    color: #35a0de !important;
  }
  .bx-wrapper .bx-viewport .product-bxslider,
  .bx-wrapper .bx-viewport .product-bxslider li,
  .bx-wrapper .bx-viewport .product-bxslider img {
    width: 100% !important;
  }
  .bx-thumbnails-wrapper {
    border: 2px solid #ececee;
    overflow: hidden;
    padding: 10px 2px;
    height: 135px;
  }
  .bx-thumbnails-wrapper * {
    background: #fff !important;
    border: 0 !important;
  }
  .bx-viewport {
    height: auto !important;
  }
  .product-bxslider {
    left: 0 !important;
  }
  .product-bxslider li {
    display: none !important;
  }
  .product-bxslider li:nth-child(2) {
    display: block !important;
  }
  .tab-wrapper .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .tab-wrapper .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .specification-icon-list {
    clear: both;
  }
  .specification-wrapper,
  .specification {
    display: block !important;
    font-size: 13px !important;
  }
  .specification-wrapper .specification-box,
  .specification .specification-box {
    padding-left: 50px !important;
  }
  .specification-wrapper .specification-image,
  .specification .specification-image {
    width: 37px !important;
  }
  .tab-wrapper {
    position: relative;
    margin-top: 0;
  }
  .tab-wrapper .nav-tabs {
    display: none;
  }
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 600;
}
h2.divider,
h3.divider,
h4.divider,
h5.divider,
h6.divider,
.h2.divider,
.h3.divider,
.h4.divider,
.h5.divider,
.h6.divider {
  padding-bottom: 5px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  margin-top: 0;
  min-height: 32px;
}
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 980px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  font-weight: 600;
}
ul {
  list-style-position: inside;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.support-title {
  margin: 0;
}
.support-title .icon {
  color: #6ec3da;
  font-size: 14px;
  position: relative;
  top: -3px;
}
.support-title small,
.support-title .small {
  font-size: 75%;
}
.color-orange {
  color: #ec7100;
  border-color: #ec7100;
}
.color-green {
  color: #a0d21c;
  border-color: #a0d21c;
}
.color-purple {
  color: #6f3a8a;
  border-color: #6f3a8a;
}
.color-purple-light {
  color: #a285b9;
  border-color: #a285b9;
}
.color-gray {
  color: #b7b7b7;
  border-color: #b7b7b7;
}
.color-green-dark {
  color: #00833e;
  border-color: #00833e;
}
.color-blue-dark {
  color: #35a0de;
  border-color: #35a0de;
}
.color-blue-light {
  color: #6ec3da;
  border-color: #6ec3da;
}
hr {
  border-top: 2px solid #babcc0;
  margin-bottom: 40px;
}
.lead {
  font-weight: 600;
  font-size: 18px;
}
.caption {
  text-align: center;
  color: #555;
  margin-top: 5px;
  font-size: 14px;
}
mark {
  background-color: #6ec3da;
}
img[style*="float:left"],
img[style*="float: left"] {
  margin: 0 20px 20px 0;
}
img[style*="float:right"],
img[style*="float: right"] {
  margin: 0 0 20px 20px;
}
@media (max-width: 979px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
.g-layout {
  width: 100%;
  position: relative;
  z-index: 2;
}
.g-layout .container {
  padding: 0;
}
.g-section {
  width: 100%;
}
.g-row {
  display: block;
  width: 100%;
}
.g-column {
  width: 100%;
  padding: 10px 20px;
}
.g-column:empty {
  padding: 0;
}
@media (min-width: 980px) {
  .g-layout {
    display: flex;
  }
  .g-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .g-column {
    padding: 20px;
  }
  .g-size-1,
  .g-size-2,
  .g-size-3,
  .g-size-4,
  .g-size-5,
  .g-size-6,
  .g-size-7,
  .g-size-8,
  .g-size-9,
  .g-size-10,
  .g-size-11,
  .g-size-12 {
    width: 8.33333333%;
  }
  .g-size-2 {
    width: 16.66666666%;
  }
  .g-size-3 {
    width: 24.99999999%;
  }
  .g-size-4 {
    width: 33.33333332%;
  }
  .g-size-5 {
    width: 41.66666665%;
  }
  .g-size-6 {
    width: 49.99999998%;
  }
  .g-size-7 {
    width: 58.33333331%;
  }
  .g-size-8 {
    width: 66.66666664%;
  }
  .g-size-9 {
    width: 74.99999997%;
  }
  .g-size-10 {
    width: 83.3333333%;
  }
  .g-size-11 {
    width: 91.66666663%;
  }
  .g-size-12 {
    width: 99.99999996%;
  }
}
@media (min-width: 980px) {
  [data-theme] {
    padding: 50px 0;
  }
}
@media (min-width: 980px) {
  [data-theme=default] {
    padding: 0;
  }
}
[data-theme=gray] {
  background: #f2f3f3;
}
[data-theme=gray] h2,
[data-theme=gray] h3,
[data-theme=gray] .g-headline {
  color: #464c50;
}
@media (min-width: 980px) {
  [data-theme=gray] + [data-theme=gray] {
    margin-top: -50px;
    padding: 0 0 50px 0;
  }
}
[data-theme=blue] {
  background: #35a0de url(/Assets/img/qlima-bg.gif) top left no-repeat;
  color: #fff;
}
[data-theme=blue] h2,
[data-theme=blue] h3,
[data-theme=blue] .g-headline {
  color: #fff;
}
[data-theme=blue] + [data-theme=blue] {
  background: #35a0de;
}
@media (min-width: 980px) {
  [data-theme=blue] + [data-theme=blue] {
    margin-top: -50px;
    padding: 0 0 50px 0;
  }
}
[data-theme=white] {
  /*+ [data-theme=white] {
        @media (min-width:@grid-float-breakpoint) {
            margin-top: -@theme-spacing;
            padding: 0 0 @theme-spacing 0;
        }
    }*/
}
[data-theme=white] h2,
[data-theme=white] h3,
[data-theme=white] .g-headline {
  color: #35a0de;
}
.g-column *:first-child {
  margin-top: 0;
}
.g-column .g-headline {
  margin: 60px 0;
}
.g-column .g-headline:first-child {
  margin-top: 10px;
}
.g-column .g-headline:last-child {
  margin-bottom: 10px;
}
.g-column .g-btn {
  margin: 45px 0;
}
.g-column .g-btn:first-child {
  margin-top: 0;
}
.g-column .g-btn:last-child {
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .g-column .g-btn:last-child {
    margin-bottom: 0;
  }
}
.webshop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.webshop-list > li {
  width: 100px;
  margin: 0 5px 10px;
}
.webshop-list a {
  display: block;
  text-align: center;
}
.webshop-list a img {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .webshop-list {
    margin: 0 -1%;
  }
  .webshop-list > li {
    width: 31%;
    margin: 0 1% 30px;
  }
  .webshop-list a {
    display: block;
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 20px 0;
    text-align: center;
  }
  .webshop-list a img {
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
  }
}
label {
  font-weight: 400;
}
.form-control {
  border-width: 0;
  background: #ececee;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
input[type=file].form-control {
  padding: 7px 14px 3px 7px;
}
.field-validation-error {
  color: #ec7100;
}
.checkbox input[type="radio"],
.checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.radio label,
.checkbox label {
  padding-left: 0;
}
.checkbox-inline {
  line-height: 1.2;
}
.validation-error {
  color: #ec7100;
}
.contour .panel-body {
  position: relative;
}
.contourField.text {
  margin: 0;
}
.contourField.text .col-sm-9 {
  position: initial;
}
.contourField .panel-heading {
  color: #fff;
  background-color: #35a0de;
  border-color: #35a0de;
}
.contour-reserve-space {
  height: 68px;
  margin-bottom: 15px;
}
.umbraco-forms-field {
  clear: left;
}
.g-recaptcha {
  padding: 0 !important;
}
.field-validation-valid {
  display: none;
}
.card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2e1;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.card__image {
  margin-bottom: 12px;
}
.card__image img {
  margin-left: auto;
  margin-right: auto;
}
.card .btn-block {
  margin-top: 12px;
}
.card__price {
  font-weight: 600;
  font-size: 30px;
}
.block img {
  border-radius: 4px;
  overflow: hidden;
}
.block p {
  font-size: 16px;
}
.btn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-width: 2px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
}
.btn-sm,
.btn-xs,
.btn-group-xs > .btn,
.btn-group-sm > .btn {
  font-size: 15px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 10px;
  box-shadow: none;
}
.btn-group .btn {
  border-radius: 4px;
}
.btn-link {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.btn-link:hover {
  text-decoration: none;
  color: #464c50;
}
.btn-icon {
  font-weight: 400;
}
.btn-icon .icon {
  font-size: 80%;
}
.btn-blue-dark,
.btn-blue {
  color: #fff;
  background-color: #35a0de;
  border-color: #35a0de;
}
.btn-blue-dark:hover,
.btn-blue:hover,
.btn-blue-dark:focus,
.btn-blue:focus,
.btn-blue-dark:active,
.btn-blue:active,
.btn-blue-dark.active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue-dark,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #1f85c1;
  border-color: #1e7fb8;
}
.btn-blue-dark:active,
.btn-blue:active,
.btn-blue-dark.active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue-dark,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue-dark.disabled,
.btn-blue.disabled,
.btn-blue-dark[disabled],
.btn-blue[disabled],
fieldset[disabled] .btn-blue-dark,
fieldset[disabled] .btn-blue,
.btn-blue-dark.disabled:hover,
.btn-blue.disabled:hover,
.btn-blue-dark[disabled]:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue-dark:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue-dark.disabled:focus,
.btn-blue.disabled:focus,
.btn-blue-dark[disabled]:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue-dark:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue-dark.disabled:active,
.btn-blue.disabled:active,
.btn-blue-dark[disabled]:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue-dark:active,
fieldset[disabled] .btn-blue:active,
.btn-blue-dark.disabled.active,
.btn-blue.disabled.active,
.btn-blue-dark[disabled].active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue-dark.active,
fieldset[disabled] .btn-blue.active {
  background-color: #35a0de;
  border-color: #35a0de;
}
.btn-blue-dark .badge,
.btn-blue .badge {
  color: #35a0de;
  background-color: #fff;
}
.btn-blue-dark:hover,
.btn-blue:hover,
.btn-blue-dark:focus,
.btn-blue:focus,
.btn-blue-dark:active,
.btn-blue:active,
.btn-blue-dark.active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue-dark,
.open > .dropdown-toggle.btn-blue {
  background-color: #2395d6;
  border-color: #35a0de;
}
.btn-blue-outline {
  color: #fff;
  background-color: #35a0de;
  border-color: #35a0de;
}
.btn-blue-outline:hover,
.btn-blue-outline:focus,
.btn-blue-outline:active,
.btn-blue-outline.active,
.open > .dropdown-toggle.btn-blue-outline {
  color: #fff;
  background-color: #1f85c1;
  border-color: #1e7fb8;
}
.btn-blue-outline:active,
.btn-blue-outline.active,
.open > .dropdown-toggle.btn-blue-outline {
  background-image: none;
}
.btn-blue-outline.disabled,
.btn-blue-outline[disabled],
fieldset[disabled] .btn-blue-outline,
.btn-blue-outline.disabled:hover,
.btn-blue-outline[disabled]:hover,
fieldset[disabled] .btn-blue-outline:hover,
.btn-blue-outline.disabled:focus,
.btn-blue-outline[disabled]:focus,
fieldset[disabled] .btn-blue-outline:focus,
.btn-blue-outline.disabled:active,
.btn-blue-outline[disabled]:active,
fieldset[disabled] .btn-blue-outline:active,
.btn-blue-outline.disabled.active,
.btn-blue-outline[disabled].active,
fieldset[disabled] .btn-blue-outline.active {
  background-color: #35a0de;
  border-color: #35a0de;
}
.btn-blue-outline .badge {
  color: #35a0de;
  background-color: #fff;
}
.btn-blue-outline:hover,
.btn-blue-outline:focus,
.btn-blue-outline:active,
.btn-blue-outline.active,
.open > .dropdown-toggle.btn-blue-outline {
  background-color: #2395d6;
  border-color: #35a0de;
}
.btn-blue-light {
  color: #fff;
  background-color: #6ec3da;
  border-color: #6ec3da;
}
.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active,
.btn-blue-light.active,
.open > .dropdown-toggle.btn-blue-light {
  color: #fff;
  background-color: #45b2d0;
  border-color: #3dafce;
}
.btn-blue-light:active,
.btn-blue-light.active,
.open > .dropdown-toggle.btn-blue-light {
  background-image: none;
}
.btn-blue-light.disabled,
.btn-blue-light[disabled],
fieldset[disabled] .btn-blue-light,
.btn-blue-light.disabled:hover,
.btn-blue-light[disabled]:hover,
fieldset[disabled] .btn-blue-light:hover,
.btn-blue-light.disabled:focus,
.btn-blue-light[disabled]:focus,
fieldset[disabled] .btn-blue-light:focus,
.btn-blue-light.disabled:active,
.btn-blue-light[disabled]:active,
fieldset[disabled] .btn-blue-light:active,
.btn-blue-light.disabled.active,
.btn-blue-light[disabled].active,
fieldset[disabled] .btn-blue-light.active {
  background-color: #6ec3da;
  border-color: #6ec3da;
}
.btn-blue-light .badge {
  color: #6ec3da;
  background-color: #fff;
}
.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active,
.btn-blue-light.active,
.open > .dropdown-toggle.btn-blue-light {
  background-color: #5abbd5;
  border-color: #6ec3da;
}
.btn-orange {
  color: #fff;
  background-color: #ec7100;
  border-color: #ec7100;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #b95900;
  border-color: #af5400;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #ec7100;
  border-color: #ec7100;
}
.btn-orange .badge {
  color: #ec7100;
  background-color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-color: #d36500;
  border-color: #ec7100;
}
.btn-orange-outline {
  color: #ec7100;
  background-color: transparent;
  border-color: #ec7100;
}
.btn-orange-outline:hover,
.btn-orange-outline:focus,
.btn-orange-outline:active,
.btn-orange-outline.active,
.open > .dropdown-toggle.btn-orange-outline {
  color: #ec7100;
  background-color: rgba(0, 0, 0, 0);
  border-color: #af5400;
}
.btn-orange-outline:active,
.btn-orange-outline.active,
.open > .dropdown-toggle.btn-orange-outline {
  background-image: none;
}
.btn-orange-outline.disabled,
.btn-orange-outline[disabled],
fieldset[disabled] .btn-orange-outline,
.btn-orange-outline.disabled:hover,
.btn-orange-outline[disabled]:hover,
fieldset[disabled] .btn-orange-outline:hover,
.btn-orange-outline.disabled:focus,
.btn-orange-outline[disabled]:focus,
fieldset[disabled] .btn-orange-outline:focus,
.btn-orange-outline.disabled:active,
.btn-orange-outline[disabled]:active,
fieldset[disabled] .btn-orange-outline:active,
.btn-orange-outline.disabled.active,
.btn-orange-outline[disabled].active,
fieldset[disabled] .btn-orange-outline.active {
  background-color: transparent;
  border-color: #ec7100;
}
.btn-orange-outline .badge {
  color: transparent;
  background-color: #ec7100;
}
.btn-orange-outline:hover,
.btn-orange-outline:focus,
.btn-orange-outline:active,
.btn-orange-outline.active,
.open > .dropdown-toggle.btn-orange-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ec7100;
}
.btn-green {
  color: #fff;
  background-color: #a0d21c;
  border-color: #a0d21c;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #7ea516;
  border-color: #779c15;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #a0d21c;
  border-color: #a0d21c;
}
.btn-green .badge {
  color: #a0d21c;
  background-color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-color: #8fbc19;
  border-color: #a0d21c;
}
.btn-green-outline {
  color: #fff;
  background-color: #a0d21c;
  border-color: #a0d21c;
}
.btn-green-outline:hover,
.btn-green-outline:focus,
.btn-green-outline:active,
.btn-green-outline.active,
.open > .dropdown-toggle.btn-green-outline {
  color: #fff;
  background-color: #7ea516;
  border-color: #779c15;
}
.btn-green-outline:active,
.btn-green-outline.active,
.open > .dropdown-toggle.btn-green-outline {
  background-image: none;
}
.btn-green-outline.disabled,
.btn-green-outline[disabled],
fieldset[disabled] .btn-green-outline,
.btn-green-outline.disabled:hover,
.btn-green-outline[disabled]:hover,
fieldset[disabled] .btn-green-outline:hover,
.btn-green-outline.disabled:focus,
.btn-green-outline[disabled]:focus,
fieldset[disabled] .btn-green-outline:focus,
.btn-green-outline.disabled:active,
.btn-green-outline[disabled]:active,
fieldset[disabled] .btn-green-outline:active,
.btn-green-outline.disabled.active,
.btn-green-outline[disabled].active,
fieldset[disabled] .btn-green-outline.active {
  background-color: #a0d21c;
  border-color: #a0d21c;
}
.btn-green-outline .badge {
  color: #a0d21c;
  background-color: #fff;
}
.btn-green-outline:hover,
.btn-green-outline:focus,
.btn-green-outline:active,
.btn-green-outline.active,
.open > .dropdown-toggle.btn-green-outline {
  background-color: #8fbc19;
  border-color: #a0d21c;
}
.btn-purple {
  color: #fff;
  background-color: #6f3a8a;
  border-color: #6f3a8a;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #522b66;
  border-color: #4c285f;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #6f3a8a;
  border-color: #6f3a8a;
}
.btn-purple .badge {
  color: #6f3a8a;
  background-color: #fff;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #613278;
  border-color: #6f3a8a;
}
.btn-purple-outline {
  color: #fff;
  background-color: #6f3a8a;
  border-color: #6f3a8a;
}
.btn-purple-outline:hover,
.btn-purple-outline:focus,
.btn-purple-outline:active,
.btn-purple-outline.active,
.open > .dropdown-toggle.btn-purple-outline {
  color: #fff;
  background-color: #522b66;
  border-color: #4c285f;
}
.btn-purple-outline:active,
.btn-purple-outline.active,
.open > .dropdown-toggle.btn-purple-outline {
  background-image: none;
}
.btn-purple-outline.disabled,
.btn-purple-outline[disabled],
fieldset[disabled] .btn-purple-outline,
.btn-purple-outline.disabled:hover,
.btn-purple-outline[disabled]:hover,
fieldset[disabled] .btn-purple-outline:hover,
.btn-purple-outline.disabled:focus,
.btn-purple-outline[disabled]:focus,
fieldset[disabled] .btn-purple-outline:focus,
.btn-purple-outline.disabled:active,
.btn-purple-outline[disabled]:active,
fieldset[disabled] .btn-purple-outline:active,
.btn-purple-outline.disabled.active,
.btn-purple-outline[disabled].active,
fieldset[disabled] .btn-purple-outline.active {
  background-color: #6f3a8a;
  border-color: #6f3a8a;
}
.btn-purple-outline .badge {
  color: #6f3a8a;
  background-color: #fff;
}
.btn-purple-outline:hover,
.btn-purple-outline:focus,
.btn-purple-outline:active,
.btn-purple-outline.active,
.open > .dropdown-toggle.btn-purple-outline {
  background-color: #613278;
  border-color: #6f3a8a;
}
.btn-purple-light {
  color: #fff;
  background-color: #a285b9;
  border-color: #a285b9;
}
.btn-purple-light:hover,
.btn-purple-light:focus,
.btn-purple-light:active,
.btn-purple-light.active,
.open > .dropdown-toggle.btn-purple-light {
  color: #fff;
  background-color: #8965a6;
  border-color: #845ea3;
}
.btn-purple-light:active,
.btn-purple-light.active,
.open > .dropdown-toggle.btn-purple-light {
  background-image: none;
}
.btn-purple-light.disabled,
.btn-purple-light[disabled],
fieldset[disabled] .btn-purple-light,
.btn-purple-light.disabled:hover,
.btn-purple-light[disabled]:hover,
fieldset[disabled] .btn-purple-light:hover,
.btn-purple-light.disabled:focus,
.btn-purple-light[disabled]:focus,
fieldset[disabled] .btn-purple-light:focus,
.btn-purple-light.disabled:active,
.btn-purple-light[disabled]:active,
fieldset[disabled] .btn-purple-light:active,
.btn-purple-light.disabled.active,
.btn-purple-light[disabled].active,
fieldset[disabled] .btn-purple-light.active {
  background-color: #a285b9;
  border-color: #a285b9;
}
.btn-purple-light .badge {
  color: #a285b9;
  background-color: #fff;
}
.btn-purple-light:hover,
.btn-purple-light:focus,
.btn-purple-light:active,
.btn-purple-light.active,
.open > .dropdown-toggle.btn-purple-light {
  background-color: #9675b0;
  border-color: #a285b9;
}
.btn-gray {
  color: #fff;
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #9e9e9e;
  border-color: #989898;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}
.btn-gray .badge {
  color: #b7b7b7;
  background-color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-color: #aaaaaa;
  border-color: #b7b7b7;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: #f2f2f2;
  border-color: #fff;
}
.btn-white-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open > .dropdown-toggle.btn-white-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white-outline:active,
.btn-white-outline.active,
.open > .dropdown-toggle.btn-white-outline {
  background-image: none;
}
.btn-white-outline.disabled,
.btn-white-outline[disabled],
fieldset[disabled] .btn-white-outline,
.btn-white-outline.disabled:hover,
.btn-white-outline[disabled]:hover,
fieldset[disabled] .btn-white-outline:hover,
.btn-white-outline.disabled:focus,
.btn-white-outline[disabled]:focus,
fieldset[disabled] .btn-white-outline:focus,
.btn-white-outline.disabled:active,
.btn-white-outline[disabled]:active,
fieldset[disabled] .btn-white-outline:active,
.btn-white-outline.disabled.active,
.btn-white-outline[disabled].active,
fieldset[disabled] .btn-white-outline.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white-outline .badge {
  color: transparent;
  background-color: #fff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open > .dropdown-toggle.btn-white-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.btn-green-dark {
  color: #fff;
  background-color: #00833e;
  border-color: #00833e;
}
.btn-green-dark:hover,
.btn-green-dark:focus,
.btn-green-dark:active,
.btn-green-dark.active,
.open > .dropdown-toggle.btn-green-dark {
  color: #fff;
  background-color: #005026;
  border-color: #004621;
}
.btn-green-dark:active,
.btn-green-dark.active,
.open > .dropdown-toggle.btn-green-dark {
  background-image: none;
}
.btn-green-dark.disabled,
.btn-green-dark[disabled],
fieldset[disabled] .btn-green-dark,
.btn-green-dark.disabled:hover,
.btn-green-dark[disabled]:hover,
fieldset[disabled] .btn-green-dark:hover,
.btn-green-dark.disabled:focus,
.btn-green-dark[disabled]:focus,
fieldset[disabled] .btn-green-dark:focus,
.btn-green-dark.disabled:active,
.btn-green-dark[disabled]:active,
fieldset[disabled] .btn-green-dark:active,
.btn-green-dark.disabled.active,
.btn-green-dark[disabled].active,
fieldset[disabled] .btn-green-dark.active {
  background-color: #00833e;
  border-color: #00833e;
}
.btn-green-dark .badge {
  color: #00833e;
  background-color: #fff;
}
.btn-green-dark:hover,
.btn-green-dark:focus,
.btn-green-dark:active,
.btn-green-dark.active,
.open > .dropdown-toggle.btn-green-dark {
  background-color: #006a32;
  border-color: #00833e;
}
.button-callout {
  text-align: center;
  padding: 30px 0;
}
.button-callout:first-child {
  padding-top: 0;
}
.button-callout:last-child {
  padding-bottom: 0;
}
.quicknav-button {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.quicknav-button:hover {
  text-decoration: none;
}
.quicknav-button .btn {
  display: block;
  border-radius: 4px;
  text-align: left;
  padding: 10px 20px;
}
.quicknav-button .btn .icon {
  display: inline-block;
  float: right;
  margin-top: 4px;
}
.quicknav-button .btn-link {
  display: none;
}
.quicknav-button .btn-link .icon {
  display: none;
}
@media (min-width: 980px) {
  .quicknav-button {
    margin-bottom: 40px;
  }
  .quicknav-button .btn {
    display: inline-block;
    float: left;
    padding: 6px 10px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    width: 190px;
  }
  .quicknav-button .btn .icon {
    display: none;
  }
  .quicknav-button .btn-link {
    display: inline-block;
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ec7100;
    width: auto;
  }
  .quicknav-button .btn-link:hover {
    text-decoration: none;
    color: #464c50;
  }
  .quicknav-button .btn-link .icon {
    display: inline;
    font-size: 80%;
    float: none;
    margin-top: 0;
  }
}
.nav-tabs > li.active > a {
  border-bottom-color: #ddd;
}
.dropdown-menu {
  background-color: #7d8188;
  color: #fff;
  border: none;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.dropdown-menu li a {
  color: #fff;
}
.dropdown-menu li:hover {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.breadcrumb {
  padding: 10px 22px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
  font-size: 16px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
  font-weight: 600;
}
.breadcrumb .icon-caret-right {
  font-size: 11px;
  margin: 0 12px 0 15px;
}
@media (min-width: 980px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-wrapper {
    position: relative;
    margin-top: 50px;
  }
  .tab-wrapper .nav-tabs {
    position: absolute;
    top: -50px;
    height: 51px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0;
  }
  .tab-wrapper .nav-tabs > .navbar-header,
  .tab-wrapper .nav-tabs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .nav-tabs > li {
    margin-right: 10px;
    position: relative;
    z-index: 10;
  }
  .nav-tabs > li:nth-child(2) {
    z-index: 9;
  }
  .nav-tabs > li:nth-child(3) {
    z-index: 8;
  }
  .nav-tabs > li:nth-child(4) {
    z-index: 7;
  }
  .nav-tabs > li:nth-child(5) {
    z-index: 6;
  }
  .nav-tabs > li:nth-child(6) {
    z-index: 5;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:link,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:active,
  .nav-tabs > li > a:focus {
    margin-right: 2px;
    line-height: 1.5;
    border: 0;
    border-radius: 4px 4px 0 0;
    background: #35a0de;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 10;
  }
  .nav-tabs > li > a:nth-child(2),
  .nav-tabs > li > a:link:nth-child(2),
  .nav-tabs > li > a:hover:nth-child(2),
  .nav-tabs > li > a:active:nth-child(2),
  .nav-tabs > li > a:focus:nth-child(2) {
    z-index: 9;
  }
  .nav-tabs > li > a:nth-child(3),
  .nav-tabs > li > a:link:nth-child(3),
  .nav-tabs > li > a:hover:nth-child(3),
  .nav-tabs > li > a:active:nth-child(3),
  .nav-tabs > li > a:focus:nth-child(3) {
    z-index: 8;
  }
  .nav-tabs > li > a:nth-child(4),
  .nav-tabs > li > a:link:nth-child(4),
  .nav-tabs > li > a:hover:nth-child(4),
  .nav-tabs > li > a:active:nth-child(4),
  .nav-tabs > li > a:focus:nth-child(4) {
    z-index: 7;
  }
  .nav-tabs > li > a {
    box-shadow: 0 -3px 1px -1px rgba(0, 0, 0, 0.2) inset;
  }
  .nav-tabs > li > a:after {
    content: '';
    width: 34px;
    height: 50px;
    display: block;
    background: #35a0de;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: -1;
    -webkit-transform: skewX(34deg) skewY(0deg);
    -ms-transform: skewX(34deg) skewY(0deg);
    -o-transform: skewX(34deg) skewY(0deg);
    transform: skewX(34deg) skewY(0deg);
    border-radius: 0 4px 0 0;
    box-shadow: 3px 0 1px -1px rgba(0, 0, 0, 0.2), 0 -3px 1px -1px rgba(0, 0, 0, 0.2) inset;
  }
  .nav-tabs > li:last-child a:after {
    box-shadow: 0 -3px 1px -1px rgba(0, 0, 0, 0.2) inset;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:active,
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover:after,
  .nav-tabs > li > a:active:after,
  .nav-tabs > li > a:focus:after {
    background: #1f85c1;
  }
  .nav-tabs > li.active {
    z-index: 11;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:link,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:active,
  .nav-tabs > li.active > a:focus {
    border: 0;
    background: #f2f3f3;
    color: #464c50;
    box-shadow: none;
  }
  .nav-tabs > li.active > a:after {
    background: #f2f3f3;
    box-shadow: 3px 0 1px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 980px) and (min-width: 760px) {
  .tab-wrapper .nav-tabs {
    width: 760px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  .tab-wrapper .nav-tabs {
    width: 980px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  .tab-wrapper .nav-tabs {
    width: 980px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  .tab-wrapper .nav-tabs > .navbar-header,
  .tab-wrapper .nav-tabs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.site-header .navbar-toggle {
  width: 30px;
  padding: 0;
  margin-top: 16px;
  border: 0;
  border-radius: 0;
}
.site-header .navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 2px;
  background: #7d8188;
  height: 6px;
  display: block;
  margin-bottom: 4px;
}
.site-navigation {
  background: #7d8188;
  position: relative;
  z-index: 400;
}
.site-navigation .navbar-collapse {
  box-shadow: none;
}
.site-navigation .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: 0;
}
.site-navigation a {
  color: #fff;
}
.site-navigation a:hover,
.site-navigation a:focus {
  background: transparent;
  text-decoration: none;
}
.site-navigation hr {
  margin: 0 0 10px;
}
.site-navigation .site-navigation_metalinks li {
  margin-bottom: 10px;
}
.site-navigation .nav li.has-childeren {
  position: relative;
}
.site-navigation .nav li.has-childeren:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  right: 30px;
  border-top: 1px solid #babcc0;
  z-index: 1;
}
.site-navigation .nav li.has-childeren:after {
  content: '+';
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
  font-size: 27px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
}
.site-navigation .nav li.has-childeren.active:after {
  top: -5px;
  content: '-';
  font-size: 34px;
}
.site-navigation .nav li.has-childeren a {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: #7d8188;
  padding-right: 20px;
}
.site-navigation .nav li.has-childeren a.active,
.site-navigation .nav li.has-childeren a:hover,
.site-navigation .nav li.has-childeren a:focus {
  background: #7d8188;
}
.site-navigation .nav li a {
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
}
.site-navigation .nav li a.active,
.site-navigation .nav li a:hover,
.site-navigation .nav li a:focus {
  background: transparent;
}
.site-navigation .nav li .nav {
  padding-left: 10px;
  margin: 5px 0 15px 0;
  display: none;
}
.site-navigation .nav li .nav a {
  padding: 0;
  font-size: 17px;
}
.site-navigation .nav li.active .nav {
  display: block;
}
@media (min-width: 980px) {
  .site-navigation {
    background: #7d8188;
    min-height: 20px;
  }
  .site-navigation .navbar {
    padding: 0;
  }
  .site-navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .site-navigation .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .site-navigation .nav li:before,
  .site-navigation .nav li.has-childeren:before,
  .site-navigation .nav li:after,
  .site-navigation .nav li.has-childeren:after {
    display: none;
  }
  .site-navigation .nav li .nav,
  .site-navigation .nav li.has-childeren .nav {
    position: absolute;
    top: -9999em;
    left: -9999em;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    padding-left: 0;
    display: block;
  }
  .site-navigation .nav li .nav a,
  .site-navigation .nav li.has-childeren .nav a {
    display: block;
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #464c50;
    padding: 10px 20px;
  }
  .site-navigation .nav li .nav a:hover,
  .site-navigation .nav li.has-childeren .nav a:hover {
    color: #fff;
  }
  .site-navigation .nav li:hover .nav,
  .site-navigation .nav li.has-childeren:hover .nav {
    top: 93%;
    left: 0;
    width: 250px;
  }
  .site-navigation .nav li a,
  .site-navigation .nav li.has-childeren a {
    padding: 18px 20px;
    border-left: 1px solid #6c6f76;
    box-shadow: inset 1px 0 1px #909399;
  }
  .site-navigation .nav li a.active,
  .site-navigation .nav li.has-childeren a.active,
  .site-navigation .nav li a:hover,
  .site-navigation .nav li.has-childeren a:hover,
  .site-navigation .nav li a:focus,
  .site-navigation .nav li.has-childeren a:focus {
    border-color: #676a70;
    box-shadow: none;
    background-color: #6c6f76;
  }
}
@media (max-width: 979px) {
  #navbar-sitenav > .nav {
    margin-bottom: 30px;
  }
  .site-navigation hr {
    display: none;
  }
}
.flag {
  display: inline-block;
  background: transparent no-repeat left center;
  width: 16px;
  height: 11px;
  line-height: 1;
  margin-right: 7px;
}
.flag-nl {
  background-image: url(/Assets/img/flags/nl.gif);
}
.flag-be {
  background-image: url(/Assets/img/flags/be.gif);
}
.flag-de {
  background-image: url(/Assets/img/flags/de.gif);
}
.flag-en {
  background-image: url(/Assets/img/flags/en.gif);
}
.flag-es {
  background-image: url(/Assets/img/flags/es.gif);
}
.language-selector {
  position: relative;
  top: -2px;
}
.language-selector .active {
  cursor: pointer;
}
.language-selector .active:hover {
  text-decoration: none;
}
.language-selector .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 1px solid #f5f5f5;
}
.language-selector .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
  color: #464c50;
}
.language-selector .dropdown-menu > li.active > a {
  color: #35a0de;
}
.usp-list .usp-item {
  height: 70px;
  line-height: 80px;
  position: relative;
}
.usp-list .icon {
  font-size: 80px;
  vertical-align: middle;
  line-height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.usp-list .usp-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  padding-left: 100px;
}
.specification-icon-list {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.sublink-list {
  padding-left: 0;
  list-style: none;
  font-size: 15px;
  line-height: 19px;
}
.sublink-list li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.sublink-list li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  content: "\e602";
  color: #7d8188;
}
.sublink-list a {
  color: #7d8188;
}
.card-list .card-item {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.card-list .btn-link {
  font-weight: 600;
  color: #ec7100;
}
.card-list .btn-link:hover {
  text-decoration: none;
  color: #464c50;
}
.card-list .btn-link .icon {
  display: inline;
  font-size: 80%;
  float: none;
}
.list-social-follow a {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  text-decoration: none!important;
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.list-social-follow a span {
  font-size: 22px;
  line-height: 44px;
  color: #6ec3da;
}
.list-social-follow a:hover {
  transform: translate(0, -2px);
}
.label {
  font-weight: 600;
  padding: 6px 10px;
  font-size: 15px;
}
.label-orange {
  background-color: #ec7100;
}
.label-orange[href]:hover,
.label-orange[href]:focus {
  background-color: #b95900;
}
.label-blue-dark {
  background-color: #35a0de;
}
.label-blue-dark[href]:hover,
.label-blue-dark[href]:focus {
  background-color: #1f85c1;
}
.label-blue-light {
  background-color: #6ec3da;
}
.label-blue-light[href]:hover,
.label-blue-light[href]:focus {
  background-color: #45b2d0;
}
.label-green {
  background-color: #a0d21c;
}
.label-green[href]:hover,
.label-green[href]:focus {
  background-color: #7ea516;
}
.label-purple {
  background-color: #6f3a8a;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #522b66;
}
.label-purple-light {
  background-color: #a285b9;
}
.label-purple-light[href]:hover,
.label-purple-light[href]:focus {
  background-color: #8965a6;
}
.label-gray {
  background-color: #b7b7b7;
}
.label-gray[href]:hover,
.label-gray[href]:focus {
  background-color: #9e9e9e;
}
.label-green-dark {
  background-color: #00833e;
}
.label-green-dark[href]:hover,
.label-green-dark[href]:focus {
  background-color: #005026;
}
.label-xs {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 1px 5px;
}
.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: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel,
.panel-heading,
.panel-body,
.panel-footer {
  background: #f5f5f5;
}
.panel-body {
  background: #f5f5f5;
  border-radius: 4px;
}
.panel-title {
  margin: 0;
}
.panel-actionblock {
  background: #fff;
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.panel-actionblock h2 {
  color: #35a0de;
}
.panel-actionblock figure {
  display: none;
}
.panel-actionblock img {
  margin-bottom: 20px;
}
.panel-actionblock .btn-block {
  padding: 8px 20px;
}
@media (min-width: 760px) {
  .panel-actionblock {
    text-align: center;
  }
  .panel-actionblock figure {
    display: block;
  }
}
.thumbnail {
  padding: 0;
  border-width: 0;
}
.thumbnail:hover,
.thumbnail:focus {
  text-decoration: none;
}
.thumbnail .pull-left {
  padding: 10px;
  text-align: center;
  margin: 2px;
  background: #fff;
}
.thumbnail .pull-left img {
  max-width: 120px;
}
.thumbnail .media {
  background-color: #ececee;
  position: relative;
}
.thumbnail .caption {
  padding: 10px 15px;
  background-color: #ececee;
  border-bottom: 2px solid #fff;
}
.thumbnail .caption:last-child {
  border-bottom: 0;
}
.thumbnail .category-title {
  margin: 0;
  font-size: 16px;
}
.thumbnail .product-title {
  color: #35a0de;
  font-weight: 600;
  line-height: 1.2;
}
.thumbnail .new-product {
  position: absolute;
  top: 6px;
  right: 6px;
}
.thumbnail .description-title {
  color: #7d8188;
}
@media (min-width: 760px) {
  .thumbnail {
    position: relative;
  }
  .thumbnail img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  .thumbnail .pull-left {
    max-width: 200px;
    float: none !important;
    margin-right: 0;
  }
  .thumbnail .pull-left img {
    max-width: 100%;
  }
  .thumbnail .caption-title {
    min-height: 100px;
  }
  .thumbnail .caption-content {
    min-height: 170px;
  }
  .thumbnail .label {
    position: absolute;
    top: 7px;
    right: 7px;
    display: inline-block;
    padding: 8px 12px;
  }
  .thumbnail .new-product {
    right: auto;
    left: 6px;
  }
}
html {
  overflow-y: scroll;
}
html,
body {
  min-width: 400px;
}
.row-small-gutter .col-lg-1,
.row-small-gutter .col-lg-10,
.row-small-gutter .col-lg-11,
.row-small-gutter .col-lg-12,
.row-small-gutter .col-lg-2,
.row-small-gutter .col-lg-3,
.row-small-gutter .col-lg-4,
.row-small-gutter .col-lg-5,
.row-small-gutter .col-lg-6,
.row-small-gutter .col-lg-7,
.row-small-gutter .col-lg-8,
.row-small-gutter .col-lg-9,
.row-small-gutter .col-md-1,
.row-small-gutter .col-md-10,
.row-small-gutter .col-md-11,
.row-small-gutter .col-md-12,
.row-small-gutter .col-md-2,
.row-small-gutter .col-md-3,
.row-small-gutter .col-md-4,
.row-small-gutter .col-md-5,
.row-small-gutter .col-md-6,
.row-small-gutter .col-md-7,
.row-small-gutter .col-md-8,
.row-small-gutter .col-md-9,
.row-small-gutter .col-sm-1,
.row-small-gutter .col-sm-10,
.row-small-gutter .col-sm-11,
.row-small-gutter .col-sm-12,
.row-small-gutter .col-sm-2,
.row-small-gutter .col-sm-3,
.row-small-gutter .col-sm-4,
.row-small-gutter .col-sm-5,
.row-small-gutter .col-sm-6,
.row-small-gutter .col-sm-7,
.row-small-gutter .col-sm-8,
.row-small-gutter .col-sm-9,
.row-small-gutter .col-xs-1,
.row-small-gutter .col-xs-10,
.row-small-gutter .col-xs-11,
.row-small-gutter .col-xs-12,
.row-small-gutter .col-xs-2,
.row-small-gutter .col-xs-3,
.row-small-gutter .col-xs-4,
.row-small-gutter .col-xs-5,
.row-small-gutter .col-xs-6,
.row-small-gutter .col-xs-7,
.row-small-gutter .col-xs-8,
.row-small-gutter .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.searchbar-header-mobile {
  display: none;
}
@media (max-width: 979px) {
  .searchbar-header-mobile {
    display: block;
    background-color: #fff;
    padding-bottom: 10px;
  }
}
.searchbar-header-mobile .searchbox {
  max-width: 100%;
}
.searchbox {
  max-width: 400px;
  height: 42px;
  position: relative;
  font-weight: 400;
}
.searchbox input[type=text] {
  border: 0;
  height: 40px;
  font-size: 16px;
  width: 100%;
}
.searchbox input[type=submit] {
  width: 20px;
  height: 40px;
  background: transparent url(/Assets/img/search-icon.png) no-repeat center;
  box-shadow: none;
  border: 0;
  text-indent: -9999em;
  position: absolute;
  right: 0;
  top: 0;
}
.manual-collapse {
  cursor: pointer;
}
.manual-collapse span {
  font-size: 60%;
  margin-top: 3px;
}
ul.manuals {
  list-style: none;
  padding-left: 0;
}
ul.manuals li:last-of-type {
  margin-top: 1em;
}
.label-xs {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  padding: 2px 10px;
}
.site-header {
  position: relative;
  z-index: 9200;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
}
.site-header:after {
  content: "";
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: repeating-linear-gradient(90deg, #ec7100 0, #ec7100 100px, #35a0de 100px, #35a0de 200px, #6ec3da 200px, #6ec3da 300px, #a0d21c 300px, #a0d21c 400px);
  background-repeat: no-repeat;
}
.site-header .searchbox {
  height: 32px;
  width: 200px;
}
.site-header .searchbox input[type=text] {
  background: #f2f3f3;
  height: 30px;
}
.site-header .searchbox input[type=submit] {
  height: 30px;
}
.site-header_metalinks {
  font-weight: 600;
  margin-top: 20px;
}
.site-header_metalinks > li {
  padding-left: 15px;
  padding-right: 15px;
}
.site-header_metalinks > li:last-child {
  padding-right: 0;
}
.site-header_metalinks a {
  color: #464c50;
  font-size: 18px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.site-content,
.site-footer {
  padding: 20px 0;
}
.site-footer {
  font-size: 18px;
  padding: 20px 0;
}
.site-footer h2 {
  color: #c7c9ca;
  font-weight: 400;
}
.site-footer p {
  margin-bottom: 30px;
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.site-footer li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #6ec3da;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.site-footer li a {
  color: #fff;
}
.site-footer li a:hover,
.site-footer li a:active {
  text-decoration: none;
  color: #ccc;
}
@media (min-width: 980px) {
  .site-header {
    padding: 30px 0;
  }
  .site-header:after {
    top: auto;
    bottom: 0;
    background: repeating-linear-gradient(90deg, #ec7100 0, #ec7100 200px, #35a0de 200px, #35a0de 400px, #6ec3da 400px, #6ec3da 600px, #a0d21c 600px, #a0d21c 800px);
  }
  .site-content,
  .site-footer {
    padding: 40px 0;
  }
  .site-footer {
    font-size: 20px;
    padding: 50px 0 140px;
  }
}
.section {
  background: #fff;
}
.section-blue-light {
  background: #6ec3da;
  color: #fff;
}
.section-blue-dark {
  background: #35a0de;
  color: #fff;
}
.section-gray-light {
  background: #ececee;
}
.section-gray-lighter {
  background: #f2f3f3;
}
.section-gray-dark {
  background: #464c50;
  color: #fff;
}
.section-blue-light .form-control,
.section-blue-dark .form-control,
.section-gray-light .form-control,
.section-gray-lighter .form-control,
.section-gray-dark .form-control,
.panel .form-control {
  background: #fff;
}
.section-qlima {
  text-align: center;
  background-image: url(/assets/img/qlima-bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 70px 0;
}
.section-qlima .usp {
  font-size: 14px;
  margin-bottom: 35px;
}
.section-qlima .icon {
  font-size: 80px;
}
.section-qlima .btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
.section-qlima .row-usps {
  margin: 0 -30px;
}
.section-cards {
  padding: 60px 0 0;
}
.section-cards .panel-actionblock {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
}
.section-cards .panel-actionblock .panel-title {
  margin: 5px 0;
}
.section-cards .panel-actionblock img {
  margin-bottom: 0;
}
.section-shopwidget {
  padding: 80px 0;
}
.section.section-shopsearch h1 {
  margin: 30px 20px;
}
.section.section-shopsearch .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 760px) {
  .section.section-shopsearch .panel .btn-block {
    margin-top: 35px;
  }
}
.section.section-actionblocks {
  padding-top: 60px;
}
@media (min-width: 760px) {
  .section-qlima {
    padding: 100px 0;
  }
  .section.section-actionblocks {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.section-newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-newsletter h2 {
  margin-top: 0;
}
.section-newsletter h3 {
  color: #467d8c;
}
.section-newsletter .btn {
  padding: 4px 14px 5px 14px;
}
.footerColumn4ExtraLinks {
  margin-top: 20px;
}
/*Start Cookie message*/
#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 999999;
  display: none;
}
#cookie-alert a {
  font-weight: bold;
  margin-right: 15px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #35a0de;
  border-color: #6ec3da;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning a {
  color: #fff;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*End Cookie message*/
.product-overview {
  min-height: 170px;
  padding: 10px 20px 0;
}
.product-bxslider {
  padding-left: 0;
  list-style: none;
}
.new-product {
  border-radius: 3px;
  background: red;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 1.1;
}
.specification-wrapper {
  display: table;
  height: 45px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.specification {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.specification .specification-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 41px;
  width: 60px;
}
.specification .specification-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  padding-left: 70px;
}
.specification .specification-text {
  display: block;
}
.action-links a {
  margin: 0 10px 10px 0;
}
.product-filter .panel-heading {
  padding-bottom: 0;
}
.product-filter .panel-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.product-filter ul {
  margin: 0;
}
.product-filter .btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.product-filter .btn.btn-default {
  color: #7d8188;
  border-color: #7d8188;
}
.product-filter .btn.btn-default:hover {
  background-color: #e8e8e9;
}
.product-filter .btn.btn-default.active {
  background-color: #7d8188;
  color: #fff;
}
.product-filter .btn.btn-orange {
  color: #ec7100;
}
.product-filter .btn.btn-orange:hover {
  background-color: #fff5ec;
}
.product-filter .btn.btn-orange.active {
  background-color: #ec7100;
  color: #fff;
}
.product-filter .btn.btn-blue-dark {
  color: #35a0de;
}
.product-filter .btn.btn-blue-dark:hover {
  background-color: #e4f2fb;
}
.product-filter .btn.btn-blue-dark.active {
  background-color: #35a0de;
  color: #fff;
}
.product-filter .btn.btn-blue-light {
  color: #6ec3da;
}
.product-filter .btn.btn-blue-light:hover {
  background-color: #e8f5f9;
}
.product-filter .btn.btn-blue-light.active {
  background-color: #6ec3da;
  color: #fff;
}
.product-filter .btn.btn-green {
  color: #a0d21c;
}
.product-filter .btn.btn-green:hover {
  background-color: #f9fdf0;
}
.product-filter .btn.btn-green.active {
  background-color: #a0d21c;
  color: #fff;
}
.product-filter .btn.btn-purple {
  color: #6f3a8a;
}
.product-filter .btn.btn-purple:hover {
  background-color: #e5d5ee;
}
.product-filter .btn.btn-purple.active {
  background-color: #6f3a8a;
  color: #fff;
}
.product-filter .btn.btn-purple-light {
  color: #a285b9;
}
.product-filter .btn.btn-purple-light:hover {
  background-color: #ffffff;
}
.product-filter .btn.btn-purple-light.active {
  background-color: #a285b9;
  color: #fff;
}
.product-filter .btn.btn-gray {
  color: #b7b7b7;
}
.product-filter .btn.btn-gray:hover {
  background-color: #ffffff;
}
.product-filter .btn.btn-gray.active {
  background-color: #b7b7b7;
  color: #fff;
}
.product-filter .btn.btn-green-dark {
  color: #00833e;
}
.product-filter .btn.btn-green-dark:hover {
  background-color: #83ffbe;
}
.product-filter .btn.btn-green-dark.active {
  background-color: #00833e;
  color: #fff;
}
@media (min-width: 980px) {
  .product-categories {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
@media (min-width: 760px) {
  .product-overview .thumbnail .pull-left {
    min-height: 206px;
  }
  .product-overview .thumbnail .pull-left img {
    max-width: 180px;
  }
  .product-overview .thumbnail .caption {
    min-height: 0;
    height: 120px;
  }
}
.table {
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 4px;
  font-size: 15px;
}
.table > thead > tr > th {
  padding: 15px;
  color: #7d8188;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
.table > tbody > tr > td,
.table > thead > tr > td {
  border-top-width: 1px;
  padding: 15px;
}
@media (min-width: 980px) {
  .table {
    font-size: 18px;
  }
}
.table-striped-invert > thead > tr th {
  background-color: #ebeced;
}
.table-striped-invert > tbody > tr:nth-child(even) > td,
.table-striped-invert > tbody > tr:nth-child(even) > th {
  background-color: #ebeced;
}
.table-shops > tbody > tr > td,
.table-shops > thead > tr > td {
  border: none;
}
.table-shops .number {
  display: block;
  width: 60px;
  height: 68px;
  background: url(/assets/img/result-tooltip.png) no-repeat;
  color: #ec7100;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 26px;
  margin-right: 15px;
}
.table-shops h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.table-shops .shop-moreinfo {
  margin: 10px 0px;
  margin-bottom: 0;
  border-top: 1px solid #ececee;
}
.table-shops .shop-moreinfo > * {
  padding: 5px 0;
}
.table-shops .shop-moreinfo small {
  font-size: 14px;
  font-weight: bold;
  color: #7d8188;
}
.table-shops .shop-moreinfo strong {
  color: #000;
}
.js .js-hidden {
  display: none !important;
  visibility: hidden !important;
}
.equalize-content > h2 {
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 980px) {
  .equalize-content .thumbnail img {
    height: 180px;
    width: 180px;
  }
}
.js .accordion .accordion-panel {
  padding: 20px 0 0;
}
.js .accordion .accordion-title {
  cursor: pointer;
  margin: 0;
}
.js .accordion .accordion-title:before {
  content: '+';
  color: #35a0de;
  display: inline-block;
  margin-right: 0.3em;
}
.js .accordion .accordion-title.active {
  cursor: default;
  color: #000;
}
.js .accordion .accordion-title.active:before {
  content: '-';
  margin-right: 0.5em;
}
.js .accordion .accordion-body {
  padding: 0 0 0 17px;
  display: none;
}
.js .accordion .accordion-body p {
  margin-top: 10px;
}
/**************************\
  Basic Modal Styles
\**************************/
.modal[aria-hidden=true] {
  display: none;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 9800px;
  max-height: 200vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 980px) {
  .modal__container {
    min-width: 800px;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__close {
  background: transparent;
  border: 0;
  margin-top: -20px;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@keyframes mm-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mm-slideIn {
  from {
    transform: translateY(35%);
  }
  to {
    transform: translateY(0);
  }
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mm-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mm-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 20px;
  *zoom: 1;
}
.bx-wrapper ul li {
  text-align: center;
}
.bx-wrapper img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.bx-thumbnails-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.bx-thumbnails-wrapper .btn-group .btn {
  padding: 10px 20px;
  box-shadow: none;
}
.bx-thumbnails-wrapper .btn-group .btn,
.bx-thumbnails-wrapper .btn-group .btn:active,
.bx-thumbnails-wrapper .btn-group .btn:hover,
.bx-thumbnails-wrapper .btn-group .btn:focus {
  background: #7d8188;
  border-color: #7d8188;
  color: #fff;
}
.bx-thumbnails-wrapper .btn-group .btn.disabled,
.bx-thumbnails-wrapper .btn-group .btn:active.disabled,
.bx-thumbnails-wrapper .btn-group .btn:hover.disabled,
.bx-thumbnails-wrapper .btn-group .btn:focus.disabled {
  background: #989ba0;
  border-color: #989ba0;
}
.bx-thumbnails-wrapper .btn-group .btn .icon,
.bx-thumbnails-wrapper .btn-group .btn:active .icon,
.bx-thumbnails-wrapper .btn-group .btn:hover .icon,
.bx-thumbnails-wrapper .btn-group .btn:focus .icon {
  font-size: 80%;
}
.bx-thumbnails {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}
.bx-thumbnails:before,
.bx-thumbnails:after {
  content: " ";
  display: table;
}
.bx-thumbnails:after {
  clear: both;
}
.bx-thumbnails:before,
.bx-thumbnails:after {
  content: " ";
  display: table;
}
.bx-thumbnails:after {
  clear: both;
}
.bx-thumbnails a {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  width: 107px;
}
.bx-thumbnails a:last-child {
  margin-right: 0;
}
.bx-thumbnails a img {
  width: 107px;
  height: 107px;
}
@media (min-width: 980px) {
  .bx-wrapper {
    border: 2px solid #ececee;
  }
  .bx-thumbnails-wrapper {
    position: relative;
  }
  .bx-thumbnails-wrapper .btn-group {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .bx-thumbnails-wrapper .btn-group .btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 111px;
    width: 30px;
    padding: 0;
    border-radius: 0 4px 4px 0 !important;
  }
  .bx-thumbnails-wrapper .btn-group .btn.bx-thumbnails-next {
    right: 0;
    left: auto;
    border-radius: 4px 0 0 4px !important;
  }
  .bx-thumbnails-wrapper .btn-group .btn.disabled {
    display: none;
  }
  .bx-thumbnails-wrapper .btn-group .btn .description {
    display: none;
  }
}
.gm-style-iw {
  width: 260px;
  height: 120px;
}
.gm-style-iw h3 {
  margin-top: 0;
}
.map-marker {
  display: block;
  width: 30px;
  height: 35px;
  padding-top: 2px;
  text-align: center;
  background: url(/assets//img/map-balloon.png) no-repeat;
  margin-top: -17px;
}
.map-marker-count {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.dealer-search label {
  font-size: 16px;
}
.dealer-search .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
#page-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 65vh;
  background: #fff;
  overflow: hidden;
}
#page-slider .bx-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  height: 65vh;
}
#page-slider .bx-wrapper .bx-pager {
  bottom: 10px;
  right: 10px;
  width: auto;
}
#page-slider .bx-wrapper .bx-pager a {
  background: #fff;
  width: 15px;
  height: 15px;
}
#page-slider .bx-wrapper .bx-pager a.active {
  background: #ec7100;
}
#page-slider .bx-wrapper .bx-controls-direction a {
  top: 65%;
}
#page-slider .bx-wrapper .bx-viewport {
  height: 65vh;
}
#page-slider .bx-wrapper .bx-viewport > ul {
  height: 65vh;
}
#page-slider .bx-wrapper .bx-viewport > ul > li {
  height: 65vh;
  background-size: cover;
  background-position: center;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-title {
  text-align: center;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 35%;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  line-height: 38px;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-image {
  width: 270px;
  position: absolute;
  left: 10%;
  bottom: 8%;
  height: 270px;
  z-index: 10;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
  z-index: 50;
  width: 270px;
  position: absolute;
  right: 10%;
  bottom: 16%;
  height: 200px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  font-size: 20px;
  display: flex;
  align-content: flex-end;
  display: none;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-text .slide-text-editor {
  align-self: flex-end;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-link {
  z-index: 51;
  width: auto;
  position: absolute;
  right: 10%;
  left: 10%;
  bottom: 12%;
}
#page-slider .bx-wrapper .bx-viewport > ul > li .slide-link a {
  display: block;
  height: 50px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 20px;
  padding: 0;
}
#page-slider.campaign-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #464c50;
  font-size: 18px;
  text-shadow: none;
  height: auto;
  border-radius: 4px;
  display: block;
  width: 76%;
  right: 12%;
}
@media (max-width: 767px) {
  #page-slider.campaign-slider .bx-wrapper .bx-viewport > ul > li .slide-title {
    top: 50%;
  }
  #page-slider.campaign-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
    display: none;
  }
}
@media (max-width: 1023px) and (max-height: 500px) {
  #page-slider,
  #page-slider .bx-wrapper,
  #page-slider .bx-wrapper .bx-viewport,
  #page-slider .bx-wrapper .bx-viewport > ul,
  #page-slider .bx-wrapper .bx-viewport > ul > li {
    height: 100vh;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-title {
    top: 42%;
  }
}
@media (min-width: 1024px) {
  #page-slider {
    height: 700px;
  }
  #page-slider .bx-wrapper {
    height: 700px;
  }
  #page-slider .bx-wrapper .bx-controls-direction a {
    top: 65%;
  }
  #page-slider .bx-wrapper .bx-viewport {
    height: 700px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul {
    height: 700px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li {
    height: 700px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-title {
    left: 17%;
    right: 17%;
    top: 35%;
    font-size: 50px;
    line-height: 60px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-image {
    left: 17%;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
    width: 270px;
    right: 17%;
    height: 200px;
    display: block;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-link {
    width: 270px;
    right: 17%;
    left: auto;
    bottom: 8%;
  }
  #page-slider.campaign-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
    right: 17%;
    padding: 30px 40px 20px;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-title {
    left: 27%;
    right: 27%;
    top: 210px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-image {
    left: 27%;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-text {
    width: 270px;
    right: 27%;
    height: 200px;
  }
  #page-slider .bx-wrapper .bx-viewport > ul > li .slide-link {
    width: 270px;
    right: 27%;
  }
}
.compare-table thead .producttitle {
  height: 3em;
}
.compare-table thead td,
.compare-table thead th {
  position: relative;
}
.compare-table .btn-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 1px 8px;
  font-size: 0.8em;
}
.compare-table__equal,
.compare-table__different {
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #ececee;
}
.compare-table__different__value,
.compare-table__different,
.compare-table-row__different {
  background-color: #f5f5f5;
}
.compare-table__equal {
  background-color: #ffffff;
}
.product_compare__button {
  margin-bottom: 10px;
}
.product_compare__overview {
  display: block;
  margin-bottom: 10px;
}
.product_compare__message {
  font-size: 0.9em;
}
.product_compareblock {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
  margin: 0;
  border-bottom: 0;
}
@media (min-width: 980px) {
  .product_compareblock {
    left: calc(50vw - 330px);
    width: 660px;
  }
}
.product_compareblock__header {
  padding: 10px 20px;
  font-weight: 600;
}
.product_compareblock__header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product_compareblock__header #icon-arrow-up,
.product_compareblock__header #icon-arrow-down {
  max-width: 10px;
  max-height: 10px;
  fill: #fff;
}
.product_compareblock__header #icon-arrow-down {
  transform: rotate(90deg);
}
.product_compareblock__header #icon-arrow-up {
  transform: rotate(-90deg);
}
.product_compareblock__items {
  background: #fff;
  padding: 10px 20px;
}
.product_compareblock__item {
  position: relative;
  line-height: 1.2;
  font-size: 16px;
}
.product_compareblock__item img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 6px;
}
.product_compareblock__item .btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
}
.product_compareblock__itemempty {
  height: 100px;
  margin-bottom: 10px;
  background: #efefef;
}
