@font-face {
  font-family: 'FranklinGothic-DemiCond';
  src: url("../fonts/franklingothicdemicondc-webfont.eot");
  src: url("../fonts/franklingothicdemicondc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/franklingothicdemicondc-webfont.woff2") format("woff2"), url("../fonts/franklingothicdemicondc-webfont.woff") format("woff"), url("../fonts/franklingothicdemicondc-webfont.ttf") format("truetype"), url("../fonts/franklingothicdemicondc-webfont.svg#franklingothicdemicondcRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #37aaeb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1383c2;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid white;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "FranklinGothic-DemiCond";
  font-weight: normal;
  line-height: 1.1;
  color: #000;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bababa;
}

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

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #bababa;
}

.text-primary {
  color: #37aaeb;
}

a.text-primary:hover {
  color: #1693d9;
}

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

.bg-primary {
  background-color: #37aaeb;
}

a.bg-primary:hover {
  background-color: #1693d9;
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 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 #bababa;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid white;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #bababa;
}

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 white;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #767676;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 36px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1260px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 788px;
  }
}

@media (min-width: 980px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1260px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1260px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 36px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

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

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

.btn {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  color: #fff;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #37aaeb;
  border-color: #37aaeb;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1693d9;
  border-color: #158cd0;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #37aaeb;
  border-color: #37aaeb;
}

.btn-primary .badge {
  color: #37aaeb;
  background-color: #fff;
}

.btn-brand {
  color: #fff;
  background-color: #37aaeb;
  border-color: #37aaeb;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand.focus,
.btn-brand:active,
.btn-brand.active,
.open > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #1693d9;
  border-color: #158cd0;
}

.btn-brand:active,
.btn-brand.active,
.open > .btn-brand.dropdown-toggle {
  background-image: none;
}

.btn-brand.disabled,
.btn-brand.disabled:hover,
.btn-brand.disabled:focus,
.btn-brand.disabled.focus,
.btn-brand.disabled:active,
.btn-brand.disabled.active,
.btn-brand[disabled],
.btn-brand[disabled]:hover,
.btn-brand[disabled]:focus,
.btn-brand[disabled].focus,
.btn-brand[disabled]:active,
.btn-brand[disabled].active,
fieldset[disabled] .btn-brand,
fieldset[disabled] .btn-brand:hover,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-brand.focus,
fieldset[disabled] .btn-brand:active,
fieldset[disabled] .btn-brand.active {
  background-color: #37aaeb;
  border-color: #37aaeb;
}

.btn-brand .badge {
  color: #37aaeb;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #40ce7c;
  border-color: #40ce7c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2dae63;
  border-color: #2ba65f;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #40ce7c;
  border-color: #40ce7c;
}

.btn-success .badge {
  color: #40ce7c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #a0d3e8;
  border-color: #a0d3e8;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #77c0de;
  border-color: #6fbcdc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #a0d3e8;
  border-color: #a0d3e8;
}

.btn-info .badge {
  color: #a0d3e8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f08a24;
  border-color: #f08a24;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d3710e;
  border-color: #c96b0e;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f08a24;
  border-color: #f08a24;
}

.btn-warning .badge {
  color: #f08a24;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d32a0e;
  border-color: #c9280e;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #f04124;
  border-color: #f04124;
}

.btn-danger .badge {
  color: #f04124;
  background-color: #fff;
}

.btn-link {
  color: #37aaeb;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #1383c2;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #bababa;
  text-decoration: none;
}

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu, .ui-autocomplete, #ajax_listOfOptions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 36px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right, .ui-autocomplete.pull-right, #ajax_listOfOptions.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider, .ui-autocomplete .divider, #ajax_listOfOptions .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a,
.dropdown-menu > li.ui-menu-item,
.dropdown-menu .optionDiv,
.dropdown-menu .optionDivSelected, .ui-autocomplete > li > a,
.ui-autocomplete > li.ui-menu-item,
.ui-autocomplete .optionDiv,
.ui-autocomplete .optionDivSelected, #ajax_listOfOptions > li > a,
#ajax_listOfOptions > li.ui-menu-item,
#ajax_listOfOptions .optionDiv,
#ajax_listOfOptions .optionDivSelected {
  display: block;
  cursor: pointer;
  padding: 6px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #767676;
  white-space: nowrap;
}

.dropdown-menu .optionDivSelected, .ui-autocomplete .optionDivSelected, #ajax_listOfOptions .optionDivSelected {
  color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.ui-menu-item:hover,
.dropdown-menu > li.ui-menu-item:focus,
.ui-autocomplete > li > a:hover,
.ui-autocomplete > li > a:focus,
.ui-autocomplete > li.ui-menu-item:hover,
.ui-autocomplete > li.ui-menu-item:focus,
.optionDiv:hover,
.optionDiv:focus {
  text-decoration: none;
  color: dimgray;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a
.dropdown-menu > .active.ui-menu-item,
.dropdown-menu > .active > a
.dropdown-menu > .active.ui-menu-item:hover,
.dropdown-menu > .active > a
.dropdown-menu > .active.ui-menu-item:focus,
.ui-autocomplete > .active > a,
.ui-autocomplete > .active > a:hover,
.ui-autocomplete > .active > a:focus,
.dui-autocomplete > .active.ui-menu-item,
.dui-autocomplete > .active.ui-menu-item:hover,
.dui-autocomplete > .active.ui-menu-item:focus,
.optionDivSelected,
.optionDivSelected:hover,
.optionDivSelected:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #37aaeb;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.ui-autocomplete > .disabled.ui-menu-item,
.ui-autocomplete > .disabled.ui-menu-item:hover,
.ui-autocomplete > .disabled.ui-menu-item:focus {
  color: #bababa;
}

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

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

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 36px;
  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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: white;
  border: 1px solid #ecf0f1;
  border-radius: 36px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li, .nav .autocomplete-suggestion {
  position: relative;
  display: block;
}

.nav > li > a, .nav .autocomplete-suggestion > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

@media (min-width: 980px) {
  .nav > li > a:hover,
  .nav > li > a:focus, .nav .autocomplete-suggestion > a:hover,
  .nav .autocomplete-suggestion > a:focus {
    text-decoration: none;
    background-color: white;
  }
}

.nav > li.disabled > a, .nav .autocomplete-suggestion.disabled > a {
  color: #bababa;
}

@media (min-width: 980px) {
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus, .nav .autocomplete-suggestion.disabled > a:hover,
  .nav .autocomplete-suggestion.disabled > a:focus {
    color: #bababa;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
}

@media (min-width: 980px) {
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: white;
    border-color: #37aaeb;
  }
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 980px) {
  .navbar {
    border-radius: 36px;
  }
}

@media (max-width: 979px) {
  .navbar {
    min-height: 17.5px;
    margin-bottom: 0;
  }
}

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 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-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

@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 {
  padding: 25px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

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

@media (max-width: 979px) {
  .navbar-brand {
    height: 35px;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  padding: 9px 10px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 36px;
}

@media (max-width: 979px) {
  .navbar-toggle {
    margin-top: 6.25px;
    margin-bottom: 6.25px;
  }
}

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

.navbar-toggle[aria-expanded="true"] {
  color: #fff;
  background: #37aaeb;
}

.navbar-toggle[aria-expanded="true"] .icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 979px) {
  .navbar-toggle {
    padding: 2px 4px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media (max-width: 979px) and (max-width: 979px) {
  .navbar-toggle {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

@media (min-width: 980px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12.5px -10px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-nav > .autocomplete-suggestion {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@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: 20px;
  }
  .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: 25px;
    padding-bottom: 25px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group > .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;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 980px) and (max-width: 979px) {
  .navbar-form {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

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

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

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 979px) {
  .navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 979px) {
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 979px) {
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 979px) {
  .navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #222;
}

.navbar-inverse .navbar-brand {
  color: #ecf0f1;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #ecf0f1;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ecf0f1;
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #37aaeb;
    background-color: transparent;
  }
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #37aaeb;
    background-color: transparent;
  }
}

@media (min-width: 980px) {
  .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: #37aaeb;
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-toggle:hover {
    background-color: #37aaeb;
  }
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #37aaeb;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #37aaeb;
  }
}

@media (max-width: 979px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #222;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #222;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #37aaeb;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #ecf0f1;
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-link:hover {
    color: #37aaeb;
  }
}

.navbar-inverse .btn-link {
  color: #ecf0f1;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #37aaeb;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 36px;
}

.pagination > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.pagination > ul > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
  text-align: center;
  position: relative;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #222;
  background: transparent;
  border: 1px solid #d0d0d0;
  margin-left: -1px;
  border-radius: 36px;
}

.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
}

.pagination > ul > li > a:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:hover,
.pagination > ul > li > span:focus {
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
}

.pagination > ul > .active > a,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
  cursor: default;
}

.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #bababa;
  background: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

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

.pager:after {
  clear: both;
}

.pager li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.pager li > a,
.pager li > span,
.pager li > button {
  outline: none;
  text-align: center;
  position: relative;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #222;
  background: transparent;
  border: 1px solid #d0d0d0;
  margin-left: -1px;
  border-radius: 36px;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li > button:hover,
.pager li > button:focus {
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
}

.pager li > .active > a,
.pager li > .active > a:hover,
.pager li > .active > a:focus,
.pager li > .active > span,
.pager li > .active > span:hover,
.pager li > .active > span:focus,
.pager li > .active > button,
.pager li > .active > button:hover,
.pager li > .active > button:focus {
  z-index: 2;
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
  cursor: default;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bababa;
  background-color: transparent;
  cursor: not-allowed;
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #37aaeb;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e6e9ea;
  border: 1px solid #e6e9ea;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 36px;
}

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 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: 768px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 980px) and (max-width: 1239px) {
  .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: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1240px) {
  .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: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

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

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

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

@media (min-width: 1240px) {
  .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;
  }
}

.container-fluid, .wrapper, .container {
  min-width: 280px;
}

[class^="icon-"], [class*=" icon-"] {
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.wrapper {
  overflow: hidden;
  padding-top: 70px;
}

@media (max-width: 979px) {
  .wrapper {
    padding-top: 40px;
  }
}

@media (max-width: 979px) {
  .fullscreen .fotorama__nav-wrap {
    display: none !important;
  }
}

.form-control {
  border-width: 2px;
}

.badge {
  vertical-align: middle;
  background: transparent;
  border: 1px solid  #506479;
  color: #24a4ed;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: normal;
  border-radius: 26px;
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?h29t37");
  src: url("../fonts/icomoon.eot?#iefixh29t37") format("embedded-opentype"), url("../fonts/icomoon.woff?h29t37") format("woff"), url("../fonts/icomoon.ttf?h29t37") format("truetype"), url("../fonts/icomoon.svg?h29t37#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-cross:before {
  content: "\e60b";
}

.icon-search:before {
  content: "\e600";
}

.icon-favorite:before {
  content: "\e601";
}

.icon-favorite-outline:before {
  content: "\e602";
}

.icon-star:before {
  content: "\e603";
}

.icon-star-half:before {
  content: "\e604";
}

.icon-star-outline:before {
  content: "\e605";
}

.icon-gear:before {
  content: "\e60d";
}

.icon-plus:before {
  content: "\e606";
}

.icon-maximize:before {
  content: "\e607";
}

.icon-eye:before {
  content: "\e608";
}

.icon-resize-100:before {
  content: "\e60c";
}

.icon-arrow-long-right:before {
  content: "\e609";
}

.icon-arrow-long-left:before {
  content: "\e60a";
}

.icon-home:before {
  content: "\f015";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 18px;
  }
}

.form-control {
  box-shadow: none;
}

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

.row-content:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .nav-stacked-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .btn-toolbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (min-width: 980px) {
  .navbar-form-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.navbar-toggle {
  color: #37aaeb;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border-color: transparent !important;
  padding-bottom: 6px;
}

.navbar-toggle:hover {
  color: #fff;
}

.navbar-toggle.pull-right {
  float: right;
}

.navbar-toggle .text-toggle {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  display: block;
  color: #f0f0f0;
  font-size: 10px;
}

.navbar-form .form-group {
  position: relative;
  width: 100%;
}

.navbar-form .form-group .form-control {
  padding-right: 40px;
}

.navbar-form .form-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  line-height: 1.4;
}

.navbar-form .form-group .btn.btn-radius {
  border-radius: 50%;
}

.navbar-form .form-group .btn-default {
  background: #bfc0c1;
  border-color: #bfc0c1;
  color: #fff;
}

.navbar-form .form-group .left {
  left: 0;
  right: auto;
}

.navbar-form .form-group .right {
  right: 0;
  left: auto;
}

@media (max-width: 979px) {
  .navbar-form .form-group .form-control {
    padding: 0 30px;
  }
  .navbar-form .form-group .btn {
    width: 28px;
    height: 28px;
    top: 50%;
    font-size: 14px;
    margin-top: -14px;
    line-height: 1;
    padding: 5px !important;
  }
  .navbar-form .form-group .left {
    left: 4px;
  }
  .navbar-form .form-group .right {
    right: 4px;
  }
}

.navbar .navbar-form .form-group .form-control {
  padding-right: 10px;
}

@media (min-width: 980px) {
  .navbar .navbar-form-collapse {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-form .form-group .form-control {
    padding-right: 120px;
  }
}

@media (max-width: 979px) {
  .navbar > .container-fluid > .col-md-6 {
    width: 100%;
  }
  .navbar > .container-fluid > .col-md-3 {
    width: 100%;
  }
}

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

@media (max-width: 979px) {
  .navbar-collapse {
    background: #2e4052;
    background: rgba(46, 64, 82, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    border-top: none;
  }
  .navbar-collapse .navbar-nav {
    height: 100%;
  }
  .navbar-form {
    display: table;
    box-shadow: none;
    border: none;
  }
  .navbar-form > .form-group {
    display: table-cell;
    vertical-align: middle;
  }
  .navbar-form > .btn {
    display: table-cell;
    vertical-align: middle;
  }
}

.navbar-collapse.collapsing {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 980px) {
  .navbar-collapse.collapse {
    padding: 0;
  }
}

.navbar {
  border-radius: 0;
}

.navbar-nav > li > a, .navbar-nav > li > span {
  text-transform: uppercase;
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  font-size: 16px;
}

.navbar-nav > li > a .badge, .navbar-nav > li > span .badge {
  float: right;
  margin: -5px 0;
  display: none;
}

@media (max-width: 979px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    border-bottom: 1px solid #506479;
  }
  .navbar-nav > li:before,
  .navbar-nav > li:after {
    content: " ";
    display: table;
  }
  .navbar-nav > li:after {
    clear: both;
  }
  .navbar-nav > li > a, .navbar-nav > li > span {
    font-size: 36px;
    padding: 28px 16px;
  }
  .navbar-nav > li > a.pull-left svg, .navbar-nav > li > a.pull-right svg, .navbar-nav > li > span.pull-left svg, .navbar-nav > li > span.pull-right svg {
    color: #37aaeb;
  }
  .navbar-nav > li > a .badge, .navbar-nav > li > span .badge {
    display: inline-block;
  }
}

@media only screen and (max-width: 979px) and (max-width: 768px) {
  .navbar-nav > li > a, .navbar-nav > li > span {
    font-size: 24px;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 979px) and (max-width: 768px) {
  .navbar-nav > li {
    margin-bottom: 4px;
  }
}

.navbar-brand {
  display: table;
  padding-top: 0;
  padding-bottom: 0;
  margin: auto;
}

.logo {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  display: block;
  margin-top: -10px;
}

@media (max-width: 979px) {
  .logo img {
    width: 65%;
    margin: auto;
  }
}

.page-header {
  position: relative;
  padding-top: 9px;
  margin: 0 0 10px 0;
}

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

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

.page-header h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header h3, .page-header .h3, .page-header h4, .page-header .h4, .page-header h5, .page-header .h5 {
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  font-weight: normal;
  float: left;
  margin: 0;
  padding-bottom: 2px;
}

.page-header .dropdown-toggle {
  float: right;
  padding: 6px;
}

.page-header .dropdown-toggle {
  display: none;
}

.page-header .btn-group {
  float: right;
  margin: 5px 0;
}

@media only screen and (max-width: 768px) {
  .page-header .dropdown-toggle {
    display: block;
  }
  .page-header .btn-toolbar {
    float: none;
    clear: both;
  }
  .page-header .btn-toolbar > .btn-group {
    display: table;
    margin: 10px 0;
    width: 100%;
    float: none;
  }
  .page-header .btn-toolbar > .btn-group .btn {
    float: none;
    display: table-cell;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-header .btn-toolbar > .btn-group .btn + .btn {
    border-left: none;
  }
  .page-header h1, .page-header h2, .page-header h3 {
    padding-top: 5px;
  }
}

.btn {
  outline: none !important;
}

.page-header-border-top {
  border: none;
}

.page-header-border-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 55px;
  background: #37aaeb;
}

.navbar-collapse .page-header {
  margin-top: 35px;
}

.navbar-collapse .page-header h1, .navbar-collapse .page-header h2, .navbar-collapse .page-header h3, .navbar-collapse .page-header h4, .navbar-collapse .page-header h5, .navbar-collapse .page-header .h1, .navbar-collapse .page-header .h2, .navbar-collapse .page-header .h3, .navbar-collapse .page-header .h4, .navbar-collapse .page-header .h5 {
  color: #fff;
}

.navbar-collapse .btn-toolbar {
  margin-left: -20px;
}

.navbar-collapse .list-inline .btn {
  color: #fff;
  border-color: #506479;
}

.navbar-inverse .navbar-form .btn-link {
  color: #37aaeb;
}

.btn {
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
}

.btn-toolbar .btn-group {
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  .btn-group .btn {
    padding: 5px;
  }
}

.btn-border {
  background-color: transparent;
  color: #37aaeb;
}

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

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

.btn-primary.btn-border {
  color: #000;
  border-color: #cccccc;
}

.btn-primary.btn-border:hover,
.btn-primary.btn-border:focus,
.btn-primary.btn-border.focus {
  background: transparent;
  color: #000;
}

@media (min-width: 980px) {
  .btn-primary.btn-border:hover,
  .btn-primary.btn-border:focus,
  .btn-primary.btn-border.focus {
    background: #37aaeb;
    border-color: #37aaeb;
    color: #fff;
  }
}

.btn-primary.btn-border:active,
.btn-primary.btn-border.active {
  background: #37aaeb;
  border-color: #37aaeb;
  color: #fff;
}

.btn-group .btn-primary.btn-border {
  border-color: #37aaeb;
  color: #fff;
}

@media (min-width: 980px) {
  .btn-group .btn-primary.btn-border:active, .btn-group .btn-primary.btn-border:hover, .btn-group .btn-primary.btn-border:focus {
    background: #1693d9;
    border-color: #1693d9;
    color: #fff;
  }
}

.list-thumbnails {
  overflow: hidden;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .list-thumbnails {
    margin-bottom: 35px;
  }
}

.list-thumbnails > ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px -20px;
  font-size: 0;
}

.list-thumbnails > ul > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 0 10px 25px;
}

@media only screen and (max-width: 980px) {
  .list-thumbnails > ul > li {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .list-thumbnails > ul > li {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .list-thumbnails > ul > li {
    width: 50%;
  }
}

.content .list-thumbnails > ul > li {
  width: 20%;
}

@media only screen and (max-width: 980px) {
  .content .list-thumbnails > ul > li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .content .list-thumbnails > ul > li {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .content .list-thumbnails > ul > li {
    width: 50%;
  }
}

.thumb-img {
  display: block;
  position: relative;
  border: 1px solid #ebebeb;
}

.thumb-img img {
  display: block;
  width: 100%;
}

.thumbnail {
  color: #888;
  position: relative;
}

.thumbnail .caption h3 {
  margin: 0;
  padding: 10px 0 4px 0;
  font-size: 16px;
  font-weight: 900;
  color: #37aaeb;
}

.thumbnail .caption h3 a {
  color: inherit;
}

.thumbnail .caption h3:hover {
  text-decoration: underline;
}

.thumbnail .caption p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.thumbnail:hover .caption a {
  text-decoration: underline;
}

.favorite-thumb, .category-thumb {
  position: absolute;
  border-radius: 2px;
  padding: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media (min-width: 980px) {
  .favorite-thumb:hover, .favorite-thumb:focus, .favorite-thumb.active, .category-thumb:hover, .category-thumb:focus, .category-thumb.active {
    background: #37aaeb;
    color: #fff;
  }
}

.favorite-thumb:hover, .favorite-thumb:focus, .category-thumb:hover, .category-thumb:focus {
  color: #fff;
}

.category-thumb {
  bottom: 5px;
  left: 5px;
  padding: 6px 12px;
  font-weight: bold;
}

.favorite-thumb {
  right: 5px;
  bottom: 5px;
  font-size: 20px;
  padding: 2px 6px;
}

.favorite-thumb .icon-favorit-thumb-white {
  display: none;
}

.favorite-thumb.active, .favorite-thumb:active, .favorite-thumb:focus {
  background: #2ecc71;
}

.favorite-thumb.active .icon-favorit-thumb-white, .favorite-thumb:active .icon-favorit-thumb-white, .favorite-thumb:focus .icon-favorit-thumb-white {
  display: inline-block;
}

.favorite-thumb.active .icon-favorit-thumb-white-stroke, .favorite-thumb:active .icon-favorit-thumb-white-stroke, .favorite-thumb:focus .icon-favorit-thumb-white-stroke {
  display: none;
}

@media (max-width: 979px) {
  .favorite-thumb {
    display: none;
  }
}

.footer {
  margin-top: 50px;
  padding: 20px 0 10px;
  background: #e6e9ea;
  color: #222222;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 35px;
  }
}

.footer .col {
  width: 20%;
  float: left;
  text-align: center;
}

@media (max-width: 979px) {
  .footer {
    padding: 0;
  }
  .footer .container-fluid {
    margin: 0 -10px;
  }
  .footer .row-cols {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  .footer .row-cols:before,
  .footer .row-cols:after {
    content: " ";
    display: table;
  }
  .footer .row-cols:after {
    clear: both;
  }
  .footer .col {
    width: 50%;
  }
  .footer .col p {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    margin: 0;
    padding: 10px 5px;
  }
}

.list-inline .btn {
  margin: 5px 0;
}

.tooltip {
  display: block !important;
}

.pagination {
  margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .pagination {
    margin: 35px 0;
  }
}

.pagination > ul {
  margin: 0 -15px;
  height: 48px;
  overflow: hidden;
  position: relative;
  padding-right: 50%;
}

@media only screen and (max-width: 768px) {
  .pagination > ul {
    margin: 0 -4px;
  }
}

.pagination > ul > li {
  padding: 0 15px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  .pagination > ul > li {
    padding: 0 4px;
  }
}

.pagination > ul > li.pagination-dots a, .pagination > ul > li.pagination-dots span {
  border-color: transparent;
}

.pagination > ul > li.pagination-dots a:hover,
.pagination > ul > li.pagination-dots a:focus, .pagination > ul > li.pagination-dots span:hover,
.pagination > ul > li.pagination-dots span:focus {
  color: #222;
  background: #1693d9;
  border-color: transparent;
}

.pagination > ul > li.pagination-next a, .pagination > ul > li.pagination-previous a {
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
}

.pagination > ul > li.pagination-next .icon, .pagination > ul > li.pagination-previous .icon {
  font-size: 16px;
  vertical-align: baseline;
}

.pagination > ul > li.pagination-next-lg {
  min-width: 50%;
  float: right;
}

.pagination > ul > li.pagination-next-lg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination > ul > li a, .pagination > ul > li span {
  padding: 5px 10px;
  min-height: 46px;
  min-width: 46px;
  font-size: 24px;
  font-weight: normal;
  font-family: 'FranklinGothic-DemiCond', sans-serif;
}

.pagination > ul > li a:hover, .pagination > ul > li span:hover {
  background: #1693d9;
  border-color: #1693d9;
}

.pagination > ul > li.active a, .pagination > ul > li.active span {
  background: #1693d9;
  border-color: #1693d9;
}

.pagination > ul > li.active a:hover, .pagination > ul > li.active span:hover {
  border-color: #1693d9;
  background: #1693d9;
}

.pager {
  margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .pager {
    margin-bottom: 35px 0;
  }
}

.pager > li {
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .pager > li {
    padding: 0 4px;
  }
}

@media only screen and (max-width: 480px) {
  .pager > li {
    display: block;
  }
}

.pager > li a, .pager > li span, .pager > li button {
  width: 400px;
  max-width: 100%;
  padding: 5px 10px;
  min-height: 46px;
  min-width: 46px;
  font-size: 24px;
  font-weight: normal;
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
}

.pager > li a:hover, .pager > li span:hover, .pager > li button:hover {
  background: #1693d9;
  border-color: #1693d9;
}

.list-inline-title {
  font-size: 24px;
  color: #222;
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  float: left;
  padding: 4px 0;
  padding-right: 10px;
}

#slider1_container, u.slides {
  width: 600px !important;
  height: 300px !important;
}

@media only screen and (max-width: 768px) {
  .hiden-sm {
    display: none;
  }
}

.dropdown-toggle {
  font-size: 20px;
  text-align: center;
  background: none;
  border: 1px solid #37aaeb;
  color: #222;
  padding: 8px 16px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: left;
}

.dropdown-toggle i {
  color: #37aaeb;
  font-size: 20px;
  line-height: 1;
}

.dropdown-toggle[aria-expanded="true"] {
  color: #fff;
  background-color: #37aaeb;
  border-color: #37aaeb;
}

.dropdown-toggle:active {
  color: #fff;
  background: #37aaeb;
  border-color: #37aaeb;
}

.dropdown-toggle .icon {
  font-size: 20px;
  color: #37aaeb;
}

.dropdown-toggle .icon-keyboard-arrow-down {
  display: inline-block;
}

.dropdown-toggle .icon-keyboard-arrow-up {
  display: none;
}

.dropdown-toggle[aria-expanded="true"] .icon {
  color: #fff;
}

.dropdown-toggle[aria-expanded="true"] .icon-keyboard-arrow-down {
  display: none;
}

.dropdown-toggle[aria-expanded="true"] .icon-keyboard-arrow-up {
  display: inline-block;
}

.dropdown-toggle-ico {
  padding: 5px;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}

.dropdown-toggle-ico .icon {
  vertical-align: baseline;
  color: #37aaeb;
}

.dropdown-toggle-ico[aria-expanded="true"] .icon {
  color: #fff;
}

.info-box {
  position: relative;
  float: left;
  width: 350px;
}

@media only screen and (max-width: 768px) {
  .info-box {
    float: none;
    width: auto;
  }
}

.fotorama-container {
  width: 100%;
  padding-right: 380px;
  margin-right: -350px;
  margin-bottom: 20px;
  position: relative;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .fotorama-container {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.fotorama__html {
  text-align: center;
}

.fotorama__thumb-border {
  display: none;
}

.fotorama-container .fotorama__thumb {
  position: relative;
}

.fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
  border: 1px solid #363636;
}

.fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #24a3ed;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fotorama__wrap {
  border: 1px solid #292929;
}

@media (min-width: 980px) {
  .fotorama-container {
    padding-left: 300px;
  }
  .fotorama-container .fotorama__wrap {
    position: static;
  }
  .fotorama-container .fotorama__nav-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    overflow-y: auto;
  }
  .fotorama-container .fotorama__nav__shaft {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .fotorama-container .fotorama__nav {
    width: 100% !important;
    white-space: normal;
  }
  .fotorama-container .fotorama__nav:after, .fotorama__stage:after {
    display: none;
  }
  .fotorama-item {
    text-align: center;
    height: 100%;
    position: relative;
  }
  .fotorama-container .fotorama-img img {
    display: block;
    width: 100%;
  }
}

.fotorama-img {
  border: 1px solid #303030;
}

.fotorama-info {
  padding: 18px 0;
}

.fotorama-info:before,
.fotorama-info:after {
  content: " ";
  display: table;
}

.fotorama-info:after {
  clear: both;
}

.fotorama-info .box-share {
  float: left;
  color: #9da1a2;
}

.fotorama-info .box-views {
  float: right;
  color: #9da1a2;
}

.box-views span, .box-views i, .box-share span, .box-share i {
  margin: 0 4px;
}

.fullscreen .fotorama-img {
  height: 100%;
  border: none;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #292929;
}

.form-information .ui-selectmenu-button, .form-information input[type='text'] {
  vertical-align: middle;
  display: inline-block;
}

.form-information label {
  vertical-align: middle;
}

.fotorama__arr, .fotorama__video-close, .btn-favorite, .fotorama__fullscreen-icon, .btn-play, .btn-autoplay-speed {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #000;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'icomoon';
  text-align: center;
  color: #d1d5d6;
  border-radius: 4px;
  font-size: 20px;
}

.fotorama__arr:hover, .fotorama__arr:focus, .fotorama__video-close:hover, .fotorama__video-close:focus, .btn-favorite:hover, .btn-favorite:focus, .fotorama__fullscreen-icon:hover, .fotorama__fullscreen-icon:focus, .btn-play:hover, .btn-play:focus, .btn-autoplay-speed:hover, .btn-autoplay-speed:focus {
  color: #fff;
}

.btn-autoplay-speed {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
}

@media (min-width: 980px) {
  .fotorama__arr:hover, .fotorama__arr:focus, .fotorama__video-close:hover, .fotorama__video-close:focus, .fotorama__fullscreen-icon:hover, .fotorama__fullscreen-icon:focus, .btn-play:hover, .btn-play:focus, .btn-autoplay-speed:hover, .btn-autoplay-speed:focus {
    color: #fff;
    background: #1693d9;
  }
}

@media only screen and (max-width: 768px) {
  .fotorama__arr {
    display: none !important;
  }
}

.btn-favorite.active, .btn-favorite:hover, .btn-favorite:focus {
  background: #40ce7c;
  color: #fff;
}

.fotorama__fullscreen-icon {
  right: 10px;
  top: 65px;
}

.btn input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

span.btn {
  cursor: default;
}

.btn-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.btn-play .icon {
  vertical-align: baseline;
}

.btn-play .icon-pause {
  display: none;
}

.btn-play.active .icon-pause {
  display: inline;
}

.btn-play.active .icon-play {
  display: none;
}

.btn-autoplay-speed {
  left: 10px;
  top: 65px;
}

@media (min-width: 980px) {
  .btn-success:active, .btn-success:hover, .btn-success:focus {
    background: #1693d9;
    border-color: #1693d9;
    color: #fff;
  }
}

.fotorama-holder {
  position: relative;
}

.fotorama__fullscreen-icon:before {
  content: "\e607";
}

.fullscreen .fotorama__fullscreen-icon:before {
  content: "\e60c";
}

.fotorama__arr--prev {
  left: 10px;
}

.fotorama__arr--prev:before {
  content: "\e60a";
}

.fotorama__arr--next {
  right: 10px;
}

.fotorama__arr--next:before {
  content: "\e609";
}

.btn-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-favorite .icon {
  vertical-align: baseline;
}

.fotorama__stage__shaft .btn-favorite {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.fotorama__grabbing .btn-favorite {
  opacity: 0;
  filter: alpha(opacity=0);
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .btn-favorite {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fotorama__wrap--css3 .btn-favorite:not(:focus) {
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(44px, -44px, 0);
  transform: translate3d(44px, -44px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(44px, -44px, 0);
  transform: translate3d(44px, -44px, 0);
}

@media (min-width: 980px) {
  .fotorama-container .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-top: 0 !important;
  }
  .fotorama .fotorama__fullscreen-icon, .fotorama .btn-play, .fotorama .btn-favorite {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
  }
  .fotorama:hover .fotorama__fullscreen-icon, .fotorama:hover .btn-play, .fotorama:hover .btn-favorite, .fotorama:hover .btn-autoplay-speed {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width: 480px) {
  .hide-xs {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .well {
    padding: 0;
  }
}

.well-danger {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  background: #292929;
  border-color: #292929;
  color: #9da1a2;
}

.well-danger .list-inline-title {
  color: #d1d5d6;
}

.well-danger .btn-primary.btn-border {
  color: #fff;
  border-color: #506479;
}

.well-danger .btn-primary.btn-border:hover, .well-danger .btn-primary.btn-border:focus, .well-danger .btn-primary.btn-border.focus {
  color: #fff;
}

.well-danger .well {
  background: #363636;
  border-color: #363636;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .well-danger {
    padding: 0;
  }
}

.well-danger h1, .well-danger h2, .well-danger h3, .well-danger h4, .well-danger h5 {
  color: #d1d4d6;
  margin: 30px 0;
}

.info-box .table {
  table-layout: fixed;
  color: #d1d5d6;
  margin: 14px 0;
}

.info-box .table tr td {
  vertical-align: middle;
  border-color: #363636;
}

.info-box .table tr td .text-muted {
  color: #9da1a2;
}

.info-box .btn-group {
  margin: 14px 0;
}

.info-box .btn-group .btn-group + .btn-group {
  padding-left: 20px;
}

.info-box .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 3px;
}

.info-box .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .info-box .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-radius: 3px;
}

.info-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 7px 0;
}

.info-img {
  display: block;
  position: relative;
}

.info-img img {
  display: block;
  width: 100%;
}

.info-img .info-rating {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 24px;
  width: auto;
  padding: 5px 10px;
  margin: 0;
  border: none;
  text-align: center;
}

.info-img .info-rating sup {
  font-size: 14px;
  top: -0.5em;
  margin-left: -0.2em;
}

.info-rating {
  float: left;
  width: 45%;
  margin: 14px 0;
  font-weight: bold;
  font-size: 72px;
  color: #d1d5d6;
  border: 1px solid #464646;
  border-right: 0;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 16px 0px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.info-rating sup {
  font-size: 24px;
  top: -1.5em;
  margin-left: -.8em;
}

.info-rating + .list-stars {
  padding-left: 10px;
}

.info-rating:before, .info-rating:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 6%;
  height: 54%;
  width: 1px;
  background: #464646;
}

.info-rating:before {
  top: -2px;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}

.info-rating:after {
  bottom: -2px;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
}

.info-rating-bg {
  background: transparent;
  min-width: 90px;
  padding-right: 20px !important;
}

.info-rating-bg:before, .info-rating-bg:after {
  border-width: 17px;
  background: transparent;
  border-style: solid;
  border-color: #37aaeb;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}

.info-rating-bg:before {
  border-right-color: transparent;
  border-left-width: 70px;
}

.info-rating-bg:after {
  display: none;
}

.no-csstransforms3d .info-rating:before, .no-csstransforms3d .info-rating:after {
  right: 0;
}

.list-stars {
  overflow: hidden;
  margin: 14px 0;
}

.list-stars ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}

.list-stars ul li {
  font-size: 16px;
  float: right;
  font-size: 0;
  color: #c3c3c3;
}

.list-stars ul li a {
  color: inherit;
}

.list-stars ul li .icon {
  margin: 0 2px;
  vertical-align: baseline;
  font-size: 12px;
}

.list-stars ul li .icon-blue-star {
  color: #37aaeb;
}

.list-stars ul li.rating-active {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
}

.stars-title {
  font-size: 13px;
  min-width: 70px;
  display: inline-block;
  color: #9da1a2;
}

.btn-radius {
  border-radius: 3px;
}

.title-table {
  color: #9da1a2;
  padding-right: 5px;
}

.list-spots {
  text-align: center;
  color: #222;
}

.list-spots > ul {
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  font-size: 0;
  height: 250px;
  overflow: hidden;
}

.list-spots > ul li {
  padding: 0 6px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.spot {
  display: block;
  width: 300px;
  height: 250px;
  background: url(../images/banner-front.png) no-repeat;
  background-size: cover;
}

.spot img {
  display: block;
  width: 100%;
}

.title-spot {
  color: #222;
  font-family: 'FranklinGothic-DemiCond', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: inline-block;
}

.btn-toolbar {
  margin-left: 0;
}

.length-thumbs {
  border: 1px solid #363636;
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #d1d4d6;
  font-weight: bold;
  border-radius: 25px;
}

@media (max-width: 979px) {
  .length-thumbs.visible-breakpoint {
    display: inline-block;
  }
}

.active-thumb, .all-length {
  padding: 0 5px;
}

.visible-breakpoint, .nav > li.visible-breakpoint {
  display: none;
}

@media (max-width: 979px) {
  .visible-breakpoint, .nav > li.visible-breakpoint {
    display: block;
  }
}

.heading-fotorama {
  position: relative;
  padding-right: 90px;
}

@media (max-width: 979px) {
  .heading-fotorama {
    text-align: center;
  }
}

.heading-fotorama .length-thumbs {
  position: absolute;
  right: 0;
  top: 0;
}

.heading-fotorama .heading-text {
  text-align: left;
  padding: 5px 0;
  margin: 20px 0 16px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans';
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info-img .info-rating {
  display: none;
}

@media (max-width: 979px) {
  .well-danger {
    color: #fff;
  }
  .info-img .info-rating {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .info-rating, .list-stars, .info-box .table {
    display: none;
  }
  .well-danger .well {
    background: transparent;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
}

@media (max-width: 979px) {
  .hide-breakpoint {
    display: none !important;
  }
}

.fotorama-item {
  height: 100%;
}

.fotorama-img {
  height: 100%;
  width: auto;
}

.fotorama-img img {
  margin: auto;
  width: auto;
  height: 100%;
}

.fullscreen .fotorama-img img {
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  max-width: none;
}

.visible-breakpoint-inline {
  display: none !important;
}

.pagination > ul > li.pagination-info {
  display: none;
}

@media (max-width: 979px) {
  .fotorama-container {
    min-height: 0 !important;
  }
  .btn-favorite {
    display: none !important;
  }
  .fotorama__fullscreen-icon {
    top: 10px;
  }
  .btn-autoplay-speed {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .fotorama-info {
    padding-top: 0;
  }
  .fotorama-info .box-share {
    display: none;
  }
  .fotorama-info .box-views {
    float: none;
    text-align: center;
  }
  .visible-breakpoint-inline {
    display: inline-block !important;
  }
  .pagination > ul {
    display: table;
    width: 100%;
    padding: 0;
  }
  .pagination > ul > li {
    display: none;
  }
  .pagination > ul > li > a i, .pagination > ul > li > span i {
    font-size: 30px;
    display: block;
  }
  .pagination > ul > li.pagination-next, .pagination > ul > li.visible-breakpoint-inline, .pagination > ul > li.pagination-info {
    display: table-cell !important;
    vertical-align: middle;
    position: static;
    width: 1%;
    white-space: nowrap;
  }
  .pagination > ul > li.pagination-next-lg {
    width: 100%;
  }
  .pagination > ul > li.pagination-info {
    padding: 0 10px;
  }
  .pagination > ul > li.pagination-info > span, .pagination > ul > li.pagination-info > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 0 2px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .pagination > ul > li.pagination-info > span:hover, .pagination > ul > li.pagination-info > a:hover {
    background: transparent;
    color: #222;
  }
}

.readmore {
  white-space: nowrap;
}

.text-dot.opened .readmore {
  display: none !important;
}

.autocomplete-suggestions {
  margin: 10px 0;
}

.autocomplete-suggestion {
  font-weight: bold;
  padding: 4px 15px;
  color: #37aaeb;
  cursor: pointer;
}

.autocomplete-suggestion:hover {
  color: #1383c2;
}

.sidebar .navbar-form {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sidebar .navbar-form {
    display: none;
  }
}

.sidebar .navbar-form .btn {
  padding: 5px 9px;
}

.sidebar .dropdown-toggle {
  display: none;
}

.sidebar .nav-stacked {
  margin: 10px 0;
}

.sidebar .nav-stacked > li > a {
  font-weight: bold;
  padding: 4px 15px;
}

.sidebar .nav-stacked > .autocomplete-suggestion {
  font-weight: bold;
  padding: 4px 15px;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    padding-bottom: 10px;
  }
  .sidebar .nav-stacked:before,
  .sidebar .nav-stacked:after {
    content: " ";
    display: table;
  }
  .sidebar .nav-stacked:after {
    clear: both;
  }
  .sidebar .nav-stacked > li, .sidebar .nav-stacked .autocomplete-suggestion {
    float: left;
    width: 50%;
  }
  .sidebar .dropdown-toggle {
    display: block;
  }
}

@media (max-width: 979px) {
  .sidebar .form-group .btn {
    width: 32px;
    height: 32px;
    top: 50%;
    font-size: 14px;
    margin-top: -16px;
    line-height: 1;
    padding: 7px !important;
  }
}

.icon-logo {
  font-size: 5em;
  max-width: 100%;
  width: 230px;
  height: 70px;
  margin-top: -10px;
}

@media (max-width: 979px) {
  .icon-logo {
    height: 40px;
    margin-top: 0;
    width: 150px;
  }
}

#icon-logo .path1 {
  fill: #79d2f7;
}

#icon-logo .path2 {
  fill: #52b2e4;
}

#icon-logo .path3, #icon-logo .path11, #icon-logo .path12, #icon-logo .path13, #icon-logo .path14 {
  fill: #3e96d2;
}

#icon-logo .path4, #icon-logo .path5, #icon-logo .path6, #icon-logo .path7, #icon-logo .path8, #icon-logo .path9, #icon-logo .path10 {
  fill: #f1f0f0;
}

.no-inlinesvg *[class*=icon-] {
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.no-inlinesvg .icon-keyboard-arrow-up {
  background: url(../images/keyboard-arrow-up.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-keyboard-arrow-down {
  background: url(../images/keyboard-arrow-down.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-logo {
  width: 222px;
  height: 60px;
  background: url(../images/logo.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-eye {
  background: url(../images/eye.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-favorits-blue {
  background: url(../images/menu-favorits-blue.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-favorit-thumb-white {
  background: url(../images/favorite-thumb-white.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-favorit-thumb-white-stroke {
  background: url(../images/favorite-thumb-white-stroke.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-home {
  background: url(../images/mobile-home.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-mobile-exit {
  background: url(../images/mobile-exit.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-mobile-left {
  background: url(../images/mobile-left.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-search {
  background: url(../images/search.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-settings {
  background: url(../images/settings.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-gray-star {
  background: url(../images/gray-star.png) 50% 50% no-repeat;
}

.no-inlinesvg .icon-blue-star {
  background: url(../images/blue-star.png) 50% 50% no-repeat;
}

.banner-mobile {
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 980px) {
  .banner-mobile {
    display: none;
  }
}

.list-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
}

.list-price ul li {
  float: left;
  width: 50%;
  padding: 8px;
  border-left: 1px solid #363636;
  border-top: 1px solid #363636;
}

.list-price ul li.all-width {
  float: none;
  width: auto;
  clear: both;
}

.price {
  color: #d1d5d6;
}

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

#ajax_listOfOptions {
  border-radius: 0;
  background: #ecf0f1;
  color: #000;
  border-color: #ecf0f1;
}

#ajax_listOfOptions .optionDiv {
  color: #000;
}

.form-control::-ms-clear {
  display: none;
}