@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../../vendor/cookieconsent/cookieconsent.css);
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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

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

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

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

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

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\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: 0px;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  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: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

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

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.row:after {
  clear: both;
}

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

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

.col-xs-1 {
  width: 8.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-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: #777777;
  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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

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

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    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: 2px;
}

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

.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;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.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;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-feedback label ~ .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: #737373;
}

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

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

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

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

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

.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,
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

.btn-lg .caret, .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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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 .form-control:focus {
  z-index: 3;
}

.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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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

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

.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 {
  z-index: 2;
  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 {
  position: relative;
  display: block;
}

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

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

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

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

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

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

.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

.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: 14px;
  margin-bottom: 14px;
}

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

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

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

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

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

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

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

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}

.pagination > a,
.pagination > strong {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination:first-child {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination:last-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > a:hover, .pagination > a:focus,
.pagination > strong:hover,
.pagination > strong:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > strong, .pagination > strong:hover, .pagination > strong:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #337ab7;
  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;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

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

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #000;
  border-radius: 0px;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

.popover.bottom {
  margin-top: 10px;
}

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

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

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

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

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

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

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

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

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

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

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

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

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

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

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

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/*# sourceMappingURL=font-awesome.css.map */
@font-face {
  font-family: 'lg';
  src: url("../../_css_source/_fonts/lightgallery/lg.eot?n1z373");
  src: url("../../_css_source/_fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../_css_source/_fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../../_css_source/_fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../../_css_source/_fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../_design/layout/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../_design/layout/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../_design/layout/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../_design/layout/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../_design/layout/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../../_design/layout/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

#lightgallery .group,
.lightgallery--multiple .group {
  margin: 0px 5px 5px 0px;
}

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
@font-face {
  font-family: 'icons';
  src: url("../../_css_source/_fonts/icons.eot?qhrhpx");
  src: url("../../_css_source/_fonts/icons.eot?qhrhpx#iefix") format("embedded-opentype"), url("../../_css_source/_fonts/icons.ttf?qhrhpx") format("truetype"), url("../../_css_source/_fonts/icons.woff?qhrhpx") format("woff"), url("../../_css_source/_fonts/icons.svg?qhrhpx#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fancy:before {
  content: "a";
}

.icon-twitter:before {
  content: "b";
}

.icon-facebook:before {
  content: "c";
}

.icon-google:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-reddit:before {
  content: "f";
}

.icon-linkedin:before {
  content: "g";
}

.icon-skype:before {
  content: "h";
}

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/
}

.social-sharing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social-sharing a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
}

.social-sharing a:hover {
  color: #fff;
}

.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.social-sharing .icon {
  padding: 0 5px 0 10px;
}

.social-sharing .icon:before {
  line-height: 22px;
}

.social-sharing.is-large a {
  height: 44px;
  line-height: 44px;
}

.social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}

.social-sharing.is-large a .icon {
  padding: 0 10px 0 18px;
}

.social-sharing.is-large a .icon:before {
  line-height: 44px;
}

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px;
}

.is-large .share-title {
  padding-right: 16px;
}

.share-facebook {
  background-color: #3b5998;
}

.share-facebook:hover {
  background-color: #2d4373;
}

.share-twitter {
  background-color: #00aced;
}

.share-twitter:hover {
  background-color: #0087ba;
}

.share-pinterest {
  background-color: #cb2027;
}

.share-pinterest:hover {
  background-color: #9f191f;
}

.share-fancy {
  background-color: #4999dc;
}

.share-fancy:hover {
  background-color: #2780cb;
}

.share-google {
  background-color: #dd4b39;
}

.share-google:hover {
  background-color: #c23321;
}

.share-reddit {
  background-color: #5f99cf;
}

.share-reddit:hover {
  background-color: #3a80c1;
}

.share-linkedin {
  background-color: #0077b5;
}

.share-linkedin:hover {
  background-color: #005582;
}

.share-skype {
  background-color: #00aff0;
}

.share-skype:hover {
  background-color: #008abd;
}

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px;
}

.social-sharing.is-clean a span {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.social-sharing.is-clean a:hover {
  background-color: #ececec;
}

.social-sharing.is-clean a .share-title {
  font-weight: normal;
}

.social-sharing.is-clean .icon-facebook {
  color: #3b5998;
}

.social-sharing.is-clean .icon-twitter {
  color: #00aced;
}

.social-sharing.is-clean .icon-pinterest {
  color: #cb2027;
}

.social-sharing.is-clean .icon-fancy {
  color: #4999dc;
}

.social-sharing.is-clean .icon-google {
  color: #dd4b39;
}

.social-sharing.is-clean .icon-reddit {
  color: #5f99cf;
}

.social-sharing.is-clean .icon-linkedin {
  color: #0077b5;
}

.social-sharing.is-clean .icon-skype {
  color: #00aff0;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -42px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.gall .swiper-button-next {
  left: 100%;
  right: auto;
}

.gall .swiper-button-prev {
  right: 100%;
  left: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.gall {
  height: auto !important;
  margin: 10px auto !important;
}

.gall .swiper-pagination {
  height: auto;
  bottom: 0;
  position: relative;
  margin-top: 16px;
}

@media (max-width: 850px) {
  .gall {
    padding-bottom: 60px;
  }
  .gall .swiper-slide {
    width: 100% !important;
  }
  .gall .swiper-button-next {
    left: 93%;
    right: auto;
    top: 98%;
  }
  .gall .swiper-button-prev {
    right: 93%;
    left: auto;
    top: 98%;
  }
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-to-list:before {
  content: "\e900";
}

.icon-classic-computer:before {
  content: "\e901";
}

.icon-controller-fast-backward:before {
  content: "\e902";
}

.icon-creative-commons-attribution:before {
  content: "\e903";
}

.icon-creative-commons-noderivs:before {
  content: "\e904";
}

.icon-creative-commons-noncommercial-eu:before {
  content: "\e905";
}

.icon-creative-commons-noncommercial-us:before {
  content: "\e906";
}

.icon-creative-commons-public-domain:before {
  content: "\e907";
}

.icon-creative-commons-remix:before {
  content: "\e908";
}

.icon-creative-commons-share:before {
  content: "\e909";
}

.icon-creative-commons-sharealike:before {
  content: "\e90a";
}

.icon-creative-commons:before {
  content: "\e90b";
}

.icon-document-landscape:before {
  content: "\e90c";
}

.icon-remove-user:before {
  content: "\e90d";
}

.icon-warning:before {
  content: "\e90e";
}

.icon-arrow-bold-down:before {
  content: "\e90f";
}

.icon-arrow-bold-left:before {
  content: "\e910";
}

.icon-arrow-bold-right:before {
  content: "\e911";
}

.icon-arrow-bold-up:before {
  content: "\e912";
}

.icon-arrow-down:before {
  content: "\e913";
}

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

.icon-arrow-long-down:before {
  content: "\e915";
}

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

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

.icon-arrow-long-up:before {
  content: "\e918";
}

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

.icon-arrow-up:before {
  content: "\e91a";
}

.icon-arrow-with-circle-down:before {
  content: "\e91b";
}

.icon-arrow-with-circle-left:before {
  content: "\e91c";
}

.icon-arrow-with-circle-right:before {
  content: "\e91d";
}

.icon-arrow-with-circle-up:before {
  content: "\e91e";
}

.icon-bookmark:before {
  content: "\e91f";
}

.icon-bookmarks:before {
  content: "\e920";
}

.icon-chevron-down:before {
  content: "\e921";
}

.icon-chevron-left:before {
  content: "\e922";
}

.icon-chevron-right:before {
  content: "\e923";
}

.icon-chevron-small-down:before {
  content: "\e924";
}

.icon-chevron-small-left:before {
  content: "\e925";
}

.icon-chevron-small-right:before {
  content: "\e926";
}

.icon-chevron-small-up:before {
  content: "\e927";
}

.icon-chevron-thin-down:before {
  content: "\e928";
}

.icon-chevron-thin-left:before {
  content: "\e929";
}

.icon-chevron-thin-right:before {
  content: "\e92a";
}

.icon-chevron-thin-up:before {
  content: "\e92b";
}

.icon-chevron-up:before {
  content: "\e92c";
}

.icon-chevron-with-circle-down:before {
  content: "\e92d";
}

.icon-chevron-with-circle-left:before {
  content: "\e92e";
}

.icon-chevron-with-circle-right:before {
  content: "\e92f";
}

.icon-chevron-with-circle-up:before {
  content: "\e930";
}

.icon-cloud:before {
  content: "\e931";
}

.icon-controller-fast-forward:before {
  content: "\e932";
}

.icon-controller-jump-to-start:before {
  content: "\e933";
}

.icon-controller-next:before {
  content: "\e934";
}

.icon-controller-paus:before {
  content: "\e935";
}

.icon-controller-play:before {
  content: "\e936";
}

.icon-controller-record:before {
  content: "\e937";
}

.icon-controller-stop:before {
  content: "\e938";
}

.icon-controller-volume:before {
  content: "\e939";
}

.icon-dot-single:before {
  content: "\e93a";
}

.icon-dots-three-horizontal:before {
  content: "\e93b";
}

.icon-dots-three-vertical:before {
  content: "\e93c";
}

.icon-dots-two-horizontal:before {
  content: "\e93d";
}

.icon-dots-two-vertical:before {
  content: "\e93e";
}

.icon-download:before {
  content: "\e93f";
}

.icon-emoji-flirt:before {
  content: "\e940";
}

.icon-flow-branch:before {
  content: "\e941";
}

.icon-flow-cascade:before {
  content: "\e942";
}

.icon-flow-line:before {
  content: "\e943";
}

.icon-flow-parallel:before {
  content: "\e944";
}

.icon-flow-tree:before {
  content: "\e945";
}

.icon-install:before {
  content: "\e946";
}

.icon-layers:before {
  content: "\e947";
}

.icon-open-book:before {
  content: "\e948";
}

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

.icon-resize-full-screen:before {
  content: "\e94a";
}

.icon-save:before {
  content: "\e94b";
}

.icon-select-arrows:before {
  content: "\e94c";
}

.icon-sound-mute:before {
  content: "\e94d";
}

.icon-sound:before {
  content: "\e94e";
}

.icon-trash:before {
  content: "\e94f";
}

.icon-triangle-down:before {
  content: "\e950";
}

.icon-triangle-left:before {
  content: "\e951";
}

.icon-triangle-right:before {
  content: "\e952";
}

.icon-triangle-up:before {
  content: "\e953";
}

.icon-uninstall:before {
  content: "\e954";
}

.icon-upload-to-cloud:before {
  content: "\e955";
}

.icon-upload:before {
  content: "\e956";
}

.icon-add-user:before {
  content: "\e957";
}

.icon-address:before {
  content: "\e958";
}

.icon-adjust:before {
  content: "\e959";
}

.icon-air:before {
  content: "\e95a";
}

.icon-aircraft-landing:before {
  content: "\e95b";
}

.icon-aircraft-take-off:before {
  content: "\e95c";
}

.icon-aircraft:before {
  content: "\e95d";
}

.icon-align-bottom:before {
  content: "\e95e";
}

.icon-align-horizontal-middle:before {
  content: "\e95f";
}

.icon-align-left:before {
  content: "\e960";
}

.icon-align-right:before {
  content: "\e961";
}

.icon-align-top:before {
  content: "\e962";
}

.icon-align-vertical-middle:before {
  content: "\e963";
}

.icon-archive:before {
  content: "\e964";
}

.icon-area-graph:before {
  content: "\e965";
}

.icon-attachment:before {
  content: "\e966";
}

.icon-awareness-ribbon:before {
  content: "\e967";
}

.icon-back-in-time:before {
  content: "\e968";
}

.icon-back:before {
  content: "\e969";
}

.icon-bar-graph:before {
  content: "\e96a";
}

.icon-battery:before {
  content: "\e96b";
}

.icon-beamed-note:before {
  content: "\e96c";
}

.icon-bell:before {
  content: "\e96d";
}

.icon-blackboard:before {
  content: "\e96e";
}

.icon-block:before {
  content: "\e96f";
}

.icon-book:before {
  content: "\e970";
}

.icon-bowl:before {
  content: "\e971";
}

.icon-box:before {
  content: "\e972";
}

.icon-briefcase:before {
  content: "\e973";
}

.icon-browser:before {
  content: "\e974";
}

.icon-brush:before {
  content: "\e975";
}

.icon-bucket:before {
  content: "\e976";
}

.icon-cake:before {
  content: "\e977";
}

.icon-calculator:before {
  content: "\e978";
}

.icon-calendar:before {
  content: "\e979";
}

.icon-camera:before {
  content: "\e97a";
}

.icon-ccw:before {
  content: "\e97b";
}

.icon-chat:before {
  content: "\e97c";
}

.icon-check:before {
  content: "\e97d";
}

.icon-circle-with-cross:before {
  content: "\e97e";
}

.icon-circle-with-minus:before {
  content: "\e97f";
}

.icon-circle-with-plus:before {
  content: "\e980";
}

.icon-circle:before {
  content: "\e981";
}

.icon-circular-graph:before {
  content: "\e982";
}

.icon-clapperboard:before {
  content: "\e983";
}

.icon-clipboard:before {
  content: "\e984";
}

.icon-clock:before {
  content: "\e985";
}

.icon-code:before {
  content: "\e986";
}

.icon-cog:before {
  content: "\e987";
}

.icon-colours:before {
  content: "\e988";
}

.icon-compass:before {
  content: "\e989";
}

.icon-copy:before {
  content: "\e98a";
}

.icon-credit-card:before {
  content: "\e98b";
}

.icon-credit:before {
  content: "\e98c";
}

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

.icon-cup:before {
  content: "\e98e";
}

.icon-cw:before {
  content: "\e98f";
}

.icon-cycle:before {
  content: "\e990";
}

.icon-database:before {
  content: "\e991";
}

.icon-dial-pad:before {
  content: "\e992";
}

.icon-direction:before {
  content: "\e993";
}

.icon-document:before {
  content: "\e994";
}

.icon-documents:before {
  content: "\e995";
}

.icon-drink:before {
  content: "\e996";
}

.icon-drive:before {
  content: "\e997";
}

.icon-drop:before {
  content: "\e998";
}

.icon-edit:before {
  content: "\e999";
}

.icon-email:before {
  content: "\e99a";
}

.icon-emoji-happy:before {
  content: "\e99b";
}

.icon-emoji-neutral:before {
  content: "\e99c";
}

.icon-emoji-sad:before {
  content: "\e99d";
}

.icon-erase:before {
  content: "\e99e";
}

.icon-eraser:before {
  content: "\e99f";
}

.icon-export:before {
  content: "\e9a0";
}

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

.icon-feather:before {
  content: "\e9a2";
}

.icon-flag:before {
  content: "\e9a3";
}

.icon-flash:before {
  content: "\e9a4";
}

.icon-flashlight:before {
  content: "\e9a5";
}

.icon-flat-brush:before {
  content: "\e9a6";
}

.icon-folder-images:before {
  content: "\e9a7";
}

.icon-folder-music:before {
  content: "\e9a8";
}

.icon-folder-video:before {
  content: "\e9a9";
}

.icon-folder:before {
  content: "\e9aa";
}

.icon-forward:before {
  content: "\e9ab";
}

.icon-funnel:before {
  content: "\e9ac";
}

.icon-game-controller:before {
  content: "\e9ad";
}

.icon-gauge:before {
  content: "\e9ae";
}

.icon-globe:before {
  content: "\e9af";
}

.icon-graduation-cap:before {
  content: "\e9b0";
}

.icon-grid:before {
  content: "\e9b1";
}

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

.icon-hand:before {
  content: "\e9b3";
}

.icon-heart-outlined:before {
  content: "\e9b4";
}

.icon-heart:before {
  content: "\e9b5";
}

.icon-help-with-circle:before {
  content: "\e9b6";
}

.icon-help:before {
  content: "\e9b7";
}

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

.icon-hour-glass:before {
  content: "\e9b9";
}

.icon-image-inverted:before {
  content: "\e9ba";
}

.icon-image:before {
  content: "\e9bb";
}

.icon-images:before {
  content: "\e9bc";
}

.icon-inbox:before {
  content: "\e9bd";
}

.icon-infinity:before {
  content: "\e9be";
}

.icon-info-with-circle:before {
  content: "\e9bf";
}

.icon-info:before {
  content: "\e9c0";
}

.icon-key:before {
  content: "\e9c1";
}

.icon-keyboard:before {
  content: "\e9c2";
}

.icon-lab-flask:before {
  content: "\e9c3";
}

.icon-landline:before {
  content: "\e9c4";
}

.icon-language:before {
  content: "\e9c5";
}

.icon-laptop:before {
  content: "\e9c6";
}

.icon-leaf:before {
  content: "\e9c7";
}

.icon-level-down:before {
  content: "\e9c8";
}

.icon-level-up:before {
  content: "\e9c9";
}

.icon-lifebuoy:before {
  content: "\e9ca";
}

.icon-light-bulb:before {
  content: "\e9cb";
}

.icon-light-down:before {
  content: "\e9cc";
}

.icon-light-up:before {
  content: "\e9cd";
}

.icon-line-graph:before {
  content: "\e9ce";
}

.icon-link:before {
  content: "\e9cf";
}

.icon-list:before {
  content: "\e9d0";
}

.icon-location-pin:before {
  content: "\e9d1";
}

.icon-location:before {
  content: "\e9d2";
}

.icon-lock-open:before {
  content: "\e9d3";
}

.icon-lock:before {
  content: "\e9d4";
}

.icon-log-out:before {
  content: "\e9d5";
}

.icon-login:before {
  content: "\e9d6";
}

.icon-loop:before {
  content: "\e9d7";
}

.icon-magnet:before {
  content: "\e9d8";
}

.icon-magnifying-glass:before {
  content: "\e9d9";
}

.icon-mail:before {
  content: "\e9da";
}

.icon-man:before {
  content: "\e9db";
}

.icon-map:before {
  content: "\e9dc";
}

.icon-mask:before {
  content: "\e9dd";
}

.icon-medal:before {
  content: "\e9de";
}

.icon-megaphone:before {
  content: "\e9df";
}

.icon-menu:before {
  content: "\e9e0";
}

.icon-message:before {
  content: "\e9e1";
}

.icon-mic:before {
  content: "\e9e2";
}

.icon-minus:before {
  content: "\e9e3";
}

.icon-mobile:before {
  content: "\e9e4";
}

.icon-modern-mic:before {
  content: "\e9e5";
}

.icon-moon:before {
  content: "\e9e6";
}

.icon-mouse:before {
  content: "\e9e7";
}

.icon-music:before {
  content: "\e9e8";
}

.icon-network:before {
  content: "\e9e9";
}

.icon-new-message:before {
  content: "\e9ea";
}

.icon-new:before {
  content: "\e9eb";
}

.icon-news:before {
  content: "\e9ec";
}

.icon-note:before {
  content: "\e9ed";
}

.icon-notification:before {
  content: "\e9ee";
}

.icon-old-mobile:before {
  content: "\e9ef";
}

.icon-old-phone:before {
  content: "\e9f0";
}

.icon-palette:before {
  content: "\e9f1";
}

.icon-paper-plane:before {
  content: "\e9f2";
}

.icon-pencil:before {
  content: "\e9f3";
}

.icon-phone:before {
  content: "\e9f4";
}

.icon-pie-chart:before {
  content: "\e9f5";
}

.icon-pin:before {
  content: "\e9f6";
}

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

.icon-popup:before {
  content: "\e9f8";
}

.icon-power-plug:before {
  content: "\e9f9";
}

.icon-price-ribbon:before {
  content: "\e9fa";
}

.icon-price-tag:before {
  content: "\e9fb";
}

.icon-print:before {
  content: "\e9fc";
}

.icon-progress-empty:before {
  content: "\e9fd";
}

.icon-progress-full:before {
  content: "\e9fe";
}

.icon-progress-one:before {
  content: "\e9ff";
}

.icon-progress-two:before {
  content: "\ea00";
}

.icon-publish:before {
  content: "\ea01";
}

.icon-quote:before {
  content: "\ea02";
}

.icon-radio:before {
  content: "\ea03";
}

.icon-reply-all:before {
  content: "\ea04";
}

.icon-reply:before {
  content: "\ea05";
}

.icon-retweet:before {
  content: "\ea06";
}

.icon-rocket:before {
  content: "\ea07";
}

.icon-round-brush:before {
  content: "\ea08";
}

.icon-rss:before {
  content: "\ea09";
}

.icon-ruler:before {
  content: "\ea0a";
}

.icon-scissors:before {
  content: "\ea0b";
}

.icon-share-alternitive:before {
  content: "\ea0c";
}

.icon-share:before {
  content: "\ea0d";
}

.icon-shareable:before {
  content: "\ea0e";
}

.icon-shield:before {
  content: "\ea0f";
}

.icon-shop:before {
  content: "\ea10";
}

.icon-shopping-bag:before {
  content: "\ea11";
}

.icon-shopping-basket:before {
  content: "\ea12";
}

.icon-shopping-cart:before {
  content: "\ea13";
}

.icon-shuffle:before {
  content: "\ea14";
}

.icon-signal:before {
  content: "\ea15";
}

.icon-sound-mix:before {
  content: "\ea16";
}

.icon-sports-club:before {
  content: "\ea17";
}

.icon-spreadsheet:before {
  content: "\ea18";
}

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

.icon-squared-minus:before {
  content: "\ea1a";
}

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

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

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

.icon-stopwatch:before {
  content: "\ea1e";
}

.icon-suitcase:before {
  content: "\ea1f";
}

.icon-swap:before {
  content: "\ea20";
}

.icon-sweden:before {
  content: "\ea21";
}

.icon-switch:before {
  content: "\ea22";
}

.icon-tablet:before {
  content: "\ea23";
}

.icon-tag:before {
  content: "\ea24";
}

.icon-text-document-inverted:before {
  content: "\ea25";
}

.icon-text-document:before {
  content: "\ea26";
}

.icon-text:before {
  content: "\ea27";
}

.icon-thermometer:before {
  content: "\ea28";
}

.icon-thumbs-down:before {
  content: "\ea29";
}

.icon-thumbs-up:before {
  content: "\ea2a";
}

.icon-thunder-cloud:before {
  content: "\ea2b";
}

.icon-ticket:before {
  content: "\ea2c";
}

.icon-time-slot:before {
  content: "\ea2d";
}

.icon-tools:before {
  content: "\ea2e";
}

.icon-traffic-cone:before {
  content: "\ea2f";
}

.icon-tree:before {
  content: "\ea30";
}

.icon-trophy:before {
  content: "\ea31";
}

.icon-tv:before {
  content: "\ea32";
}

.icon-typing:before {
  content: "\ea33";
}

.icon-unread:before {
  content: "\ea34";
}

.icon-untag:before {
  content: "\ea35";
}

.icon-user:before {
  content: "\ea36";
}

.icon-users:before {
  content: "\ea37";
}

.icon-v-card:before {
  content: "\ea38";
}

.icon-video:before {
  content: "\ea39";
}

.icon-vinyl:before {
  content: "\ea3a";
}

.icon-voicemail:before {
  content: "\ea3b";
}

.icon-wallet:before {
  content: "\ea3c";
}

.icon-water:before {
  content: "\ea3d";
}

.icon-500px-with-circle:before {
  content: "\ea3e";
}

.icon-500px:before {
  content: "\ea3f";
}

.icon-basecamp:before {
  content: "\ea40";
}

.icon-behance:before {
  content: "\ea41";
}

.icon-creative-cloud:before {
  content: "\ea42";
}

.icon-dropbox:before {
  content: "\ea43";
}

.icon-evernote:before {
  content: "\ea44";
}

.icon-flattr:before {
  content: "\ea45";
}

.icon-foursquare:before {
  content: "\ea46";
}

.icon-google-drive:before {
  content: "\ea47";
}

.icon-google-hangouts:before {
  content: "\ea48";
}

.icon-grooveshark:before {
  content: "\ea49";
}

.icon-icloud:before {
  content: "\ea4a";
}

.icon-mixi:before {
  content: "\ea4b";
}

.icon-onedrive:before {
  content: "\ea4c";
}

.icon-paypal:before {
  content: "\ea4d";
}

.icon-picasa:before {
  content: "\ea4e";
}

.icon-qq:before {
  content: "\ea4f";
}

.icon-rdio-with-circle:before {
  content: "\ea50";
}

.icon-renren:before {
  content: "\ea51";
}

.icon-scribd:before {
  content: "\ea52";
}

.icon-sina-weibo:before {
  content: "\ea53";
}

.icon-skype-with-circle:before {
  content: "\ea54";
}

.icon-skype:before {
  content: "\ea55";
}

.icon-slideshare:before {
  content: "\ea56";
}

.icon-smashing:before {
  content: "\ea57";
}

.icon-soundcloud:before {
  content: "\ea58";
}

.icon-spotify-with-circle:before {
  content: "\ea59";
}

.icon-spotify:before {
  content: "\ea5a";
}

.icon-swarm:before {
  content: "\ea5b";
}

.icon-vine-with-circle:before {
  content: "\ea5c";
}

.icon-vine:before {
  content: "\ea5d";
}

.icon-vk-alternitive:before {
  content: "\ea5e";
}

.icon-vk-with-circle:before {
  content: "\ea5f";
}

.icon-vk:before {
  content: "\ea60";
}

.icon-xing-with-circle:before {
  content: "\ea61";
}

.icon-xing:before {
  content: "\ea62";
}

.icon-yelp:before {
  content: "\ea63";
}

.icon-dribbble-with-circle:before {
  content: "\ea64";
}

.icon-dribbble:before {
  content: "\ea65";
}

.icon-facebook-with-circle:before {
  content: "\ea66";
}

.icon-facebook:before {
  content: "\ea67";
}

.icon-flickr-with-circle:before {
  content: "\ea68";
}

.icon-flickr:before {
  content: "\ea69";
}

.icon-github-with-circle:before {
  content: "\ea6a";
}

.icon-github:before {
  content: "\ea6b";
}

.icon-google-with-circle:before {
  content: "\ea6c";
}

.icon-google:before {
  content: "\ea6d";
}

.icon-instagram-with-circle:before {
  content: "\ea6e";
}

.icon-instagram:before {
  content: "\ea6f";
}

.icon-lastfm-with-circle:before {
  content: "\ea70";
}

.icon-lastfm:before {
  content: "\ea71";
}

.icon-linkedin-with-circle:before {
  content: "\ea72";
}

.icon-linkedin:before {
  content: "\ea73";
}

.icon-pinterest-with-circle:before {
  content: "\ea74";
}

.icon-pinterest:before {
  content: "\ea75";
}

.icon-rdio:before {
  content: "\ea76";
}

.icon-stumbleupon-with-circle:before {
  content: "\ea77";
}

.icon-stumbleupon:before {
  content: "\ea78";
}

.icon-tumblr-with-circle:before {
  content: "\ea79";
}

.icon-tumblr:before {
  content: "\ea7a";
}

.icon-twitter-with-circle:before {
  content: "\ea7b";
}

.icon-twitter:before {
  content: "\ea7c";
}

.icon-vimeo-with-circle:before {
  content: "\ea7d";
}

.icon-vimeo:before {
  content: "\ea7e";
}

.icon-youtube-with-circle:before {
  content: "\ea7f";
}

.icon-youtube:before {
  content: "\ea80";
}

.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}

.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  opacity: 0.9;
  transition: opacity 200ms;
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}

@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}

.cc_banner-wrapper {
  height: 40px;
  margin-bottom: 1px;
}

.cc_container {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.cc_container .cc_btn {
  padding: 4px 8px;
  background-color: #f1d600;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
  font-weight: bold;
  font-size: 12px;
}

.cc_container .cc_message {
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .cc_container {
    padding: 6px 30px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
  }
}

.cc_container {
  background: #222;
  color: #fff;
  font-family: "Helvetica Neue", "HelveticaNeue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #fff;
  color: #000;
}

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}

.cc_container a:hover, .cc_container a:active {
  color: #b2f7ff;
}

@-webkit-keyframes slideDown {
  0% {
    margin-top: -40px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes slideDown {
  0% {
    margin-top: -40px;
  }
  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}

@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}

.cc_container {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown;
}

/*# sourceMappingURL=dark-top.css.map */
/*
	JqueryIU aka flatpicker
	"/Public/brenna/design2016/css/jqui-aka-flatpicker.css"
	fid 61716
*/
.ui-datepicker {
  opacity: 1;
  z-index: 99999 !important;
  background: #fff;
  border-radius: 3px;
  min-width: 200px;
  border: 1px solid rgba(72, 72, 72, 0.1);
  border-radius: 3px;
  outline: 0;
}

.ui-datepicker:after {
  border-top-color: #161b60;
  top: 100%;
  border-width: 4px;
  margin: 0 -4px;
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.ui-datepicker-calendar td {
  padding: 1px;
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 5px;
  left: 12px;
  display: block;
  z-index: 500;
  width: 20px;
  cursor: pointer;
  color: white;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: white;
}

.ui-datepicker-next {
  right: 6px;
  left: auto;
}

.ui-datepicker-title, .ui-datepicker-calendar thead {
  background: #161b60;
  text-align: center;
  padding-top: 4px;
  position: relative;
  border-radius: 3px 3px 0 0;
}

.ui-datepicker-calendar thead th {
  font-weight: normal;
  font-size: 75%;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
  color: #FFF;
}

.ui-datepicker-month {
  font-size: 125%;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.ui-datepicker-title select,
.ui-datepicker-title select option {
  color: #171b60;
  border-radius: 3px;
  border: 0;
}

.ui-datepicker-year {
  color: #FFF;
  border-radius: 3px;
  border: 0;
}

.ui-state-default {
  font-size: 13.5px;
  font-weight: 300;
  color: #484848;
  display: table-cell;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.ui-datepicker-other-month .ui-state-default {
  color: #e2e2e2;
}

.ui-datepicker-other-month .ui-state-default:hover {
  color: white;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #e2e2e2;
}

.ui-datepicker-unselectable .ui-state-default:hover {
  color: #e2e2e2;
}

.ui-datepicker-calendar .ui-state-hover, .ui-state-active, .ui-datepicker-today .ui-state-default {
  background: #e2e2e2;
  border-color: #e2e2e2;
  border-radius: 18px;
  box-sizing: border-box;
}

.ui-state-active {
  background: #161b60;
  border-color: #161b60;
}

.ui-datepicker-today .ui-state-default {
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  display: block;
  background: #fff;
}

.ui-state-active {
  color: #fff;
}

/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

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

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

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

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

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

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

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* volitelne  */
/* Destination colors  */
/**
	  * typography
	  * --------------------------------------------------
	  */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #282828;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
}

a {
  color: #171b60;
  text-decoration: none;
}

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

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.1;
  color: #171b60;
  font-weight: 300;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #282828;
}

h1,
h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h1.h1--reservation,
h2.h1--reservation {
  margin-top: 15px;
  margin-bottom: 18px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

h6 {
  font-weight: normal;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h2,
.h2 {
  font-size: 28px;
  letter-spacing: -1px;
}

h3 {
  font-size: 18px;
}

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

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

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

blockquote {
  border-left: 3px solid #eeeeee;
}

.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-comment {
  font-style: italic;
  margin: 24px 0;
}

/**
        * button
        * --------------------------------------------------
        */
.btn {
  color: #ffffff;
}

.btn, .btn.disabled, .btn[disabled] {
  border-color: #E6E9ED;
  background-color: #E6E9ED;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #ffffff;
  border-color: white;
  background-color: white;
  outline: none !important;
}

.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled] {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  border-color: transparent;
  background-color: transparent;
  color: #171b60;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}

.btn-normal {
  color: #282828;
  border-color: #E6E9ED !important;
  background-color: #E6E9ED;
}

.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal.active {
  color: #282828;
  border-color: white;
  background-color: white;
}

.btn-normal.disabled, .btn-normal[disabled] {
  background-color: #ffffff;
}

.btn-default {
  color: #282828;
  border-color: #E6E9ED !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #282828;
  border-color: white;
  background-color: white;
}

.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: #ffffff;
}

.open .dropdown-toggle.btn-default {
  color: #282828;
  border-color: white;
  background-color: white;
}

.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  border-color: #171b60;
  background-color: #171b60;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-primary:hover, .btn-primary:focus {
  border-color: #212789;
  background-color: #212789;
  color: #fff !important;
  text-decoration: none !important;
}

.open .dropdown-toggle.btn-primary {
  border-color: #212789;
  background-color: #212789;
  color: #fff;
  text-decoration: none !important;
}

.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  border-color: #37BC9B;
  background-color: #37BC9B;
}

.btn-info:hover, .btn-info:focus {
  border-color: #70dabf;
  background-color: #70dabf;
}

.open .dropdown-toggle.btn-info {
  border-color: #70dabf;
  background-color: #70dabf;
}

.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  border-color: #8CC152;
  background-color: #8CC152;
}

.btn-success:hover, .btn-success:focus {
  border-color: #b9df90;
  background-color: #b9df90;
}

.open .dropdown-toggle.btn-success {
  border-color: #b9df90;
  background-color: #b9df90;
}

.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  border-color: #f2c102;
  background-color: #f2c102;
}

.btn-warning:hover, .btn-warning:focus {
  border-color: #ffd633;
  background-color: #ffd633;
}

.open .dropdown-toggle.btn-warning {
  border-color: #ffd633;
  background-color: #ffd633;
}

.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  border-color: #ff0000;
  background-color: #ff0000;
}

.btn-danger:hover, .btn-danger:focus {
  border-color: #ff4c51;
  background-color: #ff4c51;
}

.open .dropdown-toggle.btn-danger {
  border-color: #ff4c51;
  background-color: #ff4c51;
}

/**
	  * button-group
	  * --------------------------------------------------
	  */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.btn-group .btn {
  border-left-color: #d1d7de;
}

.btn-group.open .btn-default.dropdown-toggle,
.btn-group .btn-default:focus,
.btn-group .btn-default:active,
.btn-group .btn-default.active {
  color: #282828;
}

.btn-group .btn-primary,
.btn-group .btn-primary:focus,
.btn-group .btn-primary:active,
.btn-group .btn-primary.active {
  border-left-color: #101343;
}

.btn-group .btn-success,
.btn-group .btn-success:focus,
.btn-group .btn-success:active,
.btn-group .btn-success.active {
  border-left-color: #7ab03f;
}

.btn-group .btn-warning,
.btn-group .btn-warning:focus,
.btn-group .btn-warning:active,
.btn-group .btn-warning.active {
  border-left-color: #b59101;
}

.btn-group .btn-danger,
.btn-group .btn-danger:focus,
.btn-group .btn-danger:active,
.btn-group .btn-danger.active {
  border-left-color: #db0000;
}

.btn-group .btn-info,
.btn-group .btn-info:focus,
.btn-group .btn-info:active,
.btn-group .btn-info.active {
  border-left-color: #2fa084;
}

.btn-group .btn:first-child,
.btn-group .btn-primary:first-child,
.btn-group .btn-success:first-child,
.btn-group .btn-warning:first-child,
.btn-group .btn-danger:first-child,
.btn-group .btn-info:first-child {
  border-left-color: transparent;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group .btn-primary {
  border-top-color: #d1d7de !important;
}

.btn-group-vertical .btn-primary,
.btn-group-vertical .btn-primary:focus,
.btn-group-vertical .btn-primary:active,
.btn-group-vertical .btn-primary.active,
.btn-group-vertical .btn-group .btn-primary {
  border-top-color: #101343 !important;
}

.btn-group-vertical .btn-success,
.btn-group-vertical .btn-success:focus,
.btn-group-vertical .btn-success:active,
.btn-group-vertical .btn-success.active,
.btn-group-vertical .btn-group .btn-success {
  border-top-color: #7ab03f !important;
}

.btn-group-vertical .btn-warning,
.btn-group-vertical .btn-warning:focus,
.btn-group-vertical .btn-warning:active,
.btn-group-vertical .btn-warning.active,
.btn-group-vertical .btn-group .btn-warning {
  border-top-color: #b59101 !important;
}

.btn-group-vertical .btn-danger,
.btn-group-vertical .btn-danger:focus,
.btn-group-vertical .btn-danger:active,
.btn-group-vertical .btn-danger.active,
.btn-group-vertical .btn-group .btn-danger {
  border-top-color: #db0000 !important;
}

.btn-group-vertical .btn-info,
.btn-group-vertical .btn-info:focus,
.btn-group-vertical .btn-info:active,
.btn-group-vertical .btn-info.active,
.btn-group-vertical .btn-group .btn-info {
  border-top-color: #2fa084 !important;
}

.btn-group-vertical .btn:not(.btn-default):first-child,
.btn-group-vertical .btn-primary:first-child,
.btn-group-vertical .btn-success:first-child,
.btn-group-vertical .btn-warning:first-child,
.btn-group-vertical .btn-danger:first-child,
.btn-group-vertical .btn-info:first-child {
  border-top: none;
}

/**
        * labels and badges
        * --------------------------------------------------
        */
.label,
.badge {
  background-color: #AAB2BD;
  font-size: 85%;
}

.label-default,
.badge-default {
  border: 1px solid #E6E9ED;
  background-color: #ffffff;
  color: #282828;
}

.label-primary,
.badge-primary {
  border-color: #171b60;
  background-color: #171b60;
  color: #fff !important;
  text-decoration: none !important;
}

.label-success,
.badge-success {
  border-color: #8CC152;
  background-color: #8CC152;
}

.label-danger,
.badge-danger {
  border-color: #ff0000;
  background-color: #ff0000;
}

.label-warning,
.badge-warning {
  border-color: #f2c102;
  background-color: #f2c102;
}

.label-info,
.badge-info {
  border-color: #37BC9B;
  background-color: #37BC9B;
}

/**
	  * tooltip
	  * --------------------------------------------------
	  */
.tooltip-inner {
  color: #ffffff;
  background-color: #282828;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #282828;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #282828;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #282828;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #282828;
}

/**
	  * popover
	  * --------------------------------------------------
	  */
.popover {
  background-color: #282828;
  color: #ffffff;
  border-color: #282828;
}

.popover-title {
  padding-bottom: 0;
  font-weight: bold;
  color: #AAB2BD;
  background-color: transparent;
  border-bottom: none;
}

.popover.top .arrow,
.popover.top .arrow:after {
  border-top-color: #282828;
}

.popover.right .arrow,
.popover.right .arrow:after {
  border-right-color: #282828;
}

.popover.bottom .arrow,
.popover.bottom .arrow:after {
  border-bottom-color: #282828;
}

.popover.left .arrow,
.popover.left .arrow:after {
  border-left-color: #282828;
}

/**
	  * progress
	  * --------------------------------------------------
	  */
.progress {
  background-color: #E6E9ED;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  background-color: #3BAFDA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #8CC152;
}

.progress-bar-info {
  background-color: #37BC9B;
}

.progress-bar-warning {
  background-color: #f2c102;
}

.progress-bar-danger {
  background-color: #DA4453;
}

/**
        * breadcrumb
        * --------------------------------------------------
        */
.breadcrumb {
  font-size: 12px;
  color: #555555;
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
}

.breadcrumb > .active {
  color: #555555;
}

.breadcrumb a {
  color: #171b60;
}

.breadcrumb a:hover {
  color: #000000;
}

.breadcrumb--reservation {
  margin-top: 10px;
}

.breadcrumb--reservation a {
  color: #656565;
}

.breadcrumb-arrow {
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  height: 36px;
  line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}

.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}

.breadcrumb-arrow li span {
  padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
  padding: 0 10px 0 25px;
  height: 36px;
  line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}

.breadcrumb-arrow li a {
  position: relative;
  border: 1px solid #3BAFDA;
  color: #ffffff;
  background-color: #3BAFDA;
  text-decoration: none;
}

.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}

.breadcrumb-arrow li a:before,
.breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
  right: -10px;
  border-left-width: 11px;
  border-left-style: solid;
  border-left-color: #3BAFDA;
  z-index: 3;
}

.breadcrumb-arrow li a:after {
  right: -11px;
  border-left: 11px solid #2494be;
  z-index: 2;
}

.breadcrumb-arrow li a:hover,
.breadcrumb-arrow li a:focus {
  background-color: #4FC1E9;
  border: 1px solid #4FC1E9;
}

.breadcrumb-arrow li a:hover:before,
.breadcrumb-arrow li a:focus:before {
  border-left-color: #4FC1E9;
}

.breadcrumb-arrow li a:active {
  background-color: #2494be;
  border: 1px solid #2494be;
}

.breadcrumb-arrow li a:active:before,
.breadcrumb-arrow li a:active:after {
  border-left-color: #2494be;
}

.breadcrumb-arrow li span {
  color: #555555;
}

/**
        * pagination
        * --------------------------------------------------
        */
.pagination {
  font-size: 12px;
}

.pagination > a,
.pagination > strong {
  color: #363636;
  background-color: #ffffff;
  border-color: #E6E9ED;
  font-weight: normal;
}

.pagination > a {
  text-decoration: none !important;
}

.pagination > a:hover,
.pagination > strong:hover,
.pagination > a:focus,
.pagination > strong:focus {
  color: #555555;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}

.pagination > strong,
.pagination > strong:hover,
.pagination > strong:focus {
  color: #ffffff;
  background-color: #171b60;
  border-color: #171b60;
}

.pagination > strong a {
  color: #ffffff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #E6E9ED;
  background-color: #ffffff;
  border-color: #E6E9ED;
}

.pagination-help {
  margin: -20px 0 0 0;
  font-size: 12px;
}

/**
	  * pager
	  * --------------------------------------------------
	  */
.pager li > a,
.pager li > span {
  color: #000000;
  background-color: #ffffff;
  border-color: #E6E9ED;
  padding: 4px 20px;
}

.pager li > a:hover,
.pager li > a:focus {
  color: #ffffff;
  background-color: #f2c102;
  border-color: #f2c102;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #E6E9ED;
  background-color: #000000;
  border-color: #E6E9ED;
}

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

.form-control {
  color: #282828;
  border-color: #CCD1D9;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #171b60;
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #E6E9ED;
}

.form-control.disabled, .form-control[disabled] {
  border-color: #E6E9ED;
  background-color: #E6E9ED;
}

.input-group-btn .btn + .btn {
  border-width: 1px;
  border-style: solid;
  border-color: #b8bfca;
}

.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed;
}

.input-group-btn .btn + .btn.btn-primary {
  border-color: #101343;
}

.input-group-btn .btn + .btn.btn-info {
  border-color: #2fa084;
}

.input-group-btn .btn + .btn.btn-success {
  border-color: #7ab03f;
}

.input-group-btn .btn + .btn.btn-warning {
  border-color: #cfa502;
}

.input-group-btn .btn + .btn.btn-danger {
  border-color: #d1293a;
}

.input-group-addon {
  background-color: #171b60;
  border-color: #101343;
  color: #ffffff;
}

.input-group-addon .radio,
.input-group-addon .checkbox {
  margin: -3px 0 -4px !important;
}

.form-search .search-query,
.form-search .search-query:first-child,
.form-search .search-query:last-child {
  height: 33px;
  padding: 0 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.input-group .form-control:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.form-search .btn {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.search-only {
  position: relative;
}

.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #E6E9ED;
  z-index: 20;
}

.search-only .form-control:last-child {
  padding-left: 40px;
}

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

.has-success .form-control {
  border-color: #8CC152;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #8CC152;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-success .input-group-addon {
  background-color: #8CC152;
  border-color: #8CC152;
}

.has-success .form-control-feedback {
  color: #8CC152;
}

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

.has-warning .form-control {
  border-color: #f2c102;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-color: #f2c102;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-warning .input-group-addon {
  background-color: #f2c102;
  border-color: #f2c102;
}

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

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

.has-error .form-control {
  border-color: #DA4453;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #DA4453;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

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

/**
	  * stepper
	  * --------------------------------------------------
	  */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield;
}

.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper .stepper-arrow {
  background-color: #3BAFDA;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px;
}

.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #4FC1E9;
}

.stepper .up {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #269ecb;
  top: 0;
}

.stepper .down {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
}

.stepper .up::before,
.stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid #ffffff;
}

.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid #ffffff;
}

.stepper.disabled .stepper-arrow {
  background-color: #3BAFDA;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.selecter {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 1;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */
}

.selecter .selecter-element {
  display: none;
  *left: -999999px;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 0;
}

.selecter .selecter-element,
.selecter .selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.selecter .selecter-selected {
  background-color: #ffffff;
  border: 1px solid #AAB2BD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 6px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
}

.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.selecter .selecter-options {
  border: 1px solid #AAB2BD;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  display: none;
  left: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}

.selecter .selecter-group {
  border-bottom: 1px solid #E6E9ED;
  color: #AAB2BD;
  background-color: #F5F7FA;
  display: block;
  font-size: 12px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}

.selecter .selecter-item {
  background-color: #ffffff;
  border-bottom: 1px solid #E6E9ED;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  width: 100%;
}

.selecter .selecter-item.selected {
  color: #ffffff;
  border-bottom-color: #4FC1E9;
  background-color: #3BAFDA;
}

.selecter .selecter-item.disabled {
  color: #AAB2BD;
  cursor: default;
}

.selecter .selecter-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.selecter .selecter-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: 0;
}

.selecter .selecter-item:hover {
  background-color: #E6E9ED;
}

.selecter .selecter-item.selected:hover {
  background-color: #3BAFDA;
}

.selecter .selecter-item.disabled:hover,
.selecter:hover .selecter-selected,
.selecter.disabled .selecter-item:hover {
  background-color: #ffffff;
}

.selecter.open {
  outline: 0;
  z-index: 3;
}

.selecter.open .selecter-selected {
  border: 1px solid #3BAFDA;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 51;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #ffffff;
}

.selecter.cover .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 49;
}

.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}

.selecter.bottom .selecter-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.selecter.bottom.open .selecter-selected {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.selecter.bottom.open .selecter-options {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}

.selecter.bottom.cover.open .selecter-selected,
.selecter.bottom.cover.open .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selecter.multiple .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}

.selecter.disabled .selecter-selected {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
  color: #AAB2BD;
  cursor: default;
}

.selecter.disabled .selecter-options {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
  color: #AAB2BD;
  cursor: default;
}

.selecter.disabled .selecter-item.selected {
  background-color: #3BAFDA;
  opacity: 0.45;
  filter: alpha(opacity=45);
  color: #ffffff;
}

.selecter .selecter-options.scroller {
  overflow: hidden;
}

.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/**
        * checkbox and radio
        * --------------------------------------------------
        */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0;
}

.checkbox label, .radio label {
  position: relative;
  top: 0px;
  padding-left: 8px;
}

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
}

.icheckbox_flat.checked {
  background-position: -22px 0;
}

.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}

.iradio_flat.checked {
  background-position: -110px 0;
}

.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/**
	  * toggle
	  * --------------------------------------------------
	  */
.toggle {
  height: 32px;
}

.toggle input[type="checkbox"],
.toggle input[type="radio"] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -100000px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.toggle .handle {
  display: block;
  position: relative;
  top: -20px;
  left: 0;
  width: 50px;
  height: 32px;
  background-color: #ffffff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8;
  -moz-box-shadow: inset 0 0 0 1px #b8bfc8;
  box-shadow: inset 0 0 0 1px #b8bfc8;
}

.toggle .handle:before, .toggle .handle:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
  box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
}

.toggle input[type="checkbox"]:disabled + .handle,
.toggle input[type="radio"]:disabled + .handle,
.toggle input[type="checkbox"]:disabled + .handle:before,
.toggle input[type="radio"]:disabled + .handle:before,
.toggle input[type="checkbox"]:disabled + .handle:after,
.toggle input[type="radio"]:disabled + .handle:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #E6E9ED;
}

.toggle input[type="checkbox"]:checked + .handle:before,
.toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #A0D468;
}

.toggle input[type="checkbox"]:checked + .handle:after,
.toggle input[type="radio"]:checked + .handle:after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #F5F7FA, 1px 1px 1px #c7ccd3;
  -moz-box-shadow: inset 0 0 0 1px #F5F7FA, 1px 1px 1px #c7ccd3;
  box-shadow: inset 0 0 0 1px #F5F7FA, 1px 1px 1px #c7ccd3;
}

/**
	  * calendar
	  * --------------------------------------------------
	  */
.calendar {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #ff4c51;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.calendar .unit {
  float: left;
  width: 14.28%;
  text-align: center;
}

.calendar .years .prev {
  text-align: left;
}

.calendar .years .next {
  text-align: right;
}

.calendar .years .prev em,
.calendar .years .next em {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.calendar .years .prev em:before,
.calendar .years .next em:before {
  position: absolute;
  display: block;
  content: "";
  margin-top: 6px;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
  font-size: 0;
}

.calendar .years .prev em:before {
  top: 3px;
  left: 4px;
  border-color: transparent #ffffff transparent transparent;
}

.calendar .years .next em:before {
  top: 3px;
  left: 13px;
  border-color: transparent transparent transparent #ffffff;
}

.calendar .years .prev em:hover,
.calendar .years .next em:hover,
.calendar .years .prev em:active,
.calendar .years .next em:active {
  border-color: #ff0000;
}

.calendar .years .prev em:hover:before,
.calendar .years .prev em:active:before {
  border-color: transparent #ff0000 transparent transparent;
}

.calendar .years .next em:hover:before,
.calendar .years .next em:active:before {
  border-color: transparent transparent transparent #ff0000;
}

.calendar .years .monyear {
  float: left;
  width: 71.42%;
  text-align: center;
  height: 34px;
  line-height: 34px;
}

.calendar .days {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ff3333;
}

.calendar .days .unit {
  margin-bottom: 3px;
  text-align: center;
  height: 34px;
  line-height: 34px;
}

.calendar .days .unit b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  width: 34px;
  height: 34px;
}

.calendar .days .unit:hover b,
.calendar .days .unit:active b,
.calendar .days .unit.active b {
  display: inline-block;
  background-color: #ffffff;
  color: #ff0000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.calendar .days .unit.older b {
  color: #ff0000;
  background-color: transparent;
  cursor: default;
  width: auto;
  height: auto;
}

/**
	  * pricing
	  * --------------------------------------------------
	  */
.pricing ul {
  list-style: none;
  padding: 0;
}

.pricing .unit {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing .unit.active {
  top: 5px;
  margin-left: -36px;
  margin-right: -36px;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.pricing .unit.active .price-title h3 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .pricing .unit {
    display: block;
    margin-bottom: 20px;
  }
  .pricing .unit.active {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pricing .unit.active .price-title h3 {
    font-size: 30px;
  }
}

.pricing .price-title {
  padding: 20px 20px 10px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
}

.pricing .price-title h3,
.pricing .price-title h3 > p {
  margin: 0;
}

.pricing .price-body {
  padding: 20px 20px 10px;
}

.pricing .price-body ul {
  padding-top: 10px;
}

.pricing .price-body li {
  margin-bottom: 10px;
}

.pricing .price-body h4 {
  margin: 0;
}

.pricing .price-foot {
  padding: 20px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background-color: #E6E9ED;
}

.pricing .price-primary .price-title {
  background-color: #4FC1E9;
}

.pricing .price-primary .price-body {
  background-color: #d7f1fa;
}

.pricing .price-primary .price-body ul {
  border-top: 1px solid #aae1f4;
}

.pricing .price-success .price-title {
  background-color: #A0D468;
}

.pricing .price-success .price-body {
  background-color: #ebf6df;
}

.pricing .price-success .price-body ul {
  border-top: 1px solid #d2ebb7;
}

.pricing .price-warning .price-title {
  background-color: #FFCC00;
}

.pricing .price-warning .price-body {
  background-color: #ffeb99;
}

.pricing .price-warning .price-body ul {
  border-top: 1px solid #ffe066;
}

/**
        * alert
        * --------------------------------------------------
        */
.alert h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.alert-dismissable .close {
  color: #000000;
}

.alert-info {
  background-color: #7cd1ef;
  border: #4FC1E9;
}

.alert-warning {
  background-color: #ffd633;
  border: #FFCC00;
}

.alert-danger {
  background-color: #f2838f;
  border: #ED5565;
}

.alert-success {
  background-color: #b9df90;
  border: #A0D468;
}

.alert .alert-link {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.alert .alert-link:hover, .alert .alert-link:focus {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.alert .btn-link,
.alert .btn-link:hover,
.alert .btn-link:focus {
  color: #000000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.alert .btn-link:focus,
.alert .btn-link:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/**
	  * tab
	  * --------------------------------------------------
	  */
.nav-tabs {
  font-weight: bold;
}

.nav-tabs > li {
  margin-bottom: -1px;
  border-top: 1px solid #E6E9ED;
  border-right: 1px solid #E6E9ED;
  border-bottom: 1px solid #E6E9ED;
  background-color: #F5F7FA;
}

.nav-tabs > li:first-child {
  border-left: 1px solid #E6E9ED;
}

.nav-tabs > li > a {
  margin-right: 0;
  border: none;
  color: #AAB2BD;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #000000;
  border: none;
  background-color: #ffffff;
}

.nav-tabs > li.active {
  border-bottom: 1px solid #ffffff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #000000;
  background-color: #ffffff !important;
}

.nav-tabs .dropdown-toggle,
.nav-tabs .dropdown-toggle:hover,
.nav-tabs .dropdown-toggle:focus {
  color: #AAB2BD;
}

.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #AAB2BD;
  background-color: #ffffff;
}

.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #AAB2BD;
}

.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,
.nav-tabs li.dropdown.active .dropdown-toggle .caret {
  border-top-color: #AAB2BD;
  border-bottom-color: #AAB2BD;
}

.nav-tabs li.dropdown.open .caret,
.nav-tabs li.dropdown.open.active .caret,
.nav-tabs li.dropdown.open a:hover .caret,
.nav-tabs li.dropdown.open a:focus .caret,
.nav-tabs .dropdown-toggle .caret,
.nav-tabs .dropdown-toggle:hover .caret,
.nav-tabs .dropdown-toggle:focus .caret {
  border-top-color: #AAB2BD;
  border-bottom-color: #AAB2BD;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: none;
  }
}

.tab-content {
  padding: 10px;
}

.tabs-below .nav-tabs {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.tabs-below .nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #E6E9ED;
}

.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none;
}

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.tabs-right .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

#destination {
  margin: 10px -10px;
}

/**
	  * pill
	  * --------------------------------------------------
	  */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #171b60;
  border: 1px solid #171b60;
}

.nav-pills > li > a {
  color: #171b60;
  border: 1px solid #E6E9ED;
  padding: 5px 15px;
}

.nav-pills > li > a:hover {
  color: #282828;
  background-color: #E6E9ED;
}

.nav-pills > .active > a > .badge {
  color: #171b60;
}

.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
  color: #282828;
  background-color: #E6E9ED;
}

/**
	  * navbar
	  * --------------------------------------------------
	  */
header {
  width: 100%;
  position: absolute;
  z-index: 30;
}

.navbar-form {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  z-index: 10;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-link,
.navbar-default .btn-link {
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: bold;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav {
  margin-top: 50px;
}

.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
  color: white;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-default .navbar-nav > li:last-child > a {
  background-color: #171b60;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #171b60;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #171b60;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ebebeb;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ffffff;
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #171b60;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #171b60;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: #171b60;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d9d9d9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #171b60;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #080a22;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #e6e6e6;
  }
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-link,
.navbar-inverse .btn-link {
  color: #8c8c8c;
}

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

.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a {
  color: #8c8c8c;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #666666;
  background-color: transparent;
}

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

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #8c8c8c;
}

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

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #666666;
  }
}

/**
        * list
        * --------------------------------------------------
        */
.list-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.list-group-item {
  border-color: transparent;
  border-top-color: #E6E9ED;
}

.list-group-item:first-child {
  border-top: none;
}

.list-group-item-heading {
  color: #282828;
}

a.list-group-item {
  color: #282828;
}

a.list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #282828;
}

a.list-group-item:hover, a.list-group-item:focus {
  background-color: #E6E9ED;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #4FC1E9;
  border-color: #4FC1E9;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}

.list-group-item-primary {
  color: #22b1e3;
  border-color: #3BAFDA transparent transparent transparent;
  background-color: #4FC1E9;
}

.list-group-item-primary:first-child {
  border-color: transparent;
}

a.list-group-item-primary {
  color: #126d8d;
}

a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  color: #ffffff;
  background-color: #3BAFDA;
}

a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #3BAFDA;
  border-color: #4FC1E9 transparent transparent transparent;
}

.list-group-item-success {
  color: #87c940;
  border-color: #8CC152 transparent transparent transparent;
  background-color: #A0D468;
}

.list-group-item-success:first-child {
  border-color: transparent;
}

a.list-group-item-success {
  color: #537f24;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #8CC152;
}

a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #8CC152;
  border-color: #A0D468 transparent transparent transparent;
}

.list-group-item-warning {
  color: #cca300;
  border-color: #f2c102 transparent transparent transparent;
  background-color: #FFCC00;
}

.list-group-item-warning:first-child {
  border-color: transparent;
}

a.list-group-item-warning {
  color: #332900;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #f2c102;
}

a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #f2c102;
  border-color: #FFCC00 transparent transparent transparent;
}

.list-group-item-info {
  color: #2fb593;
  border-color: #37BC9B transparent transparent transparent;
  background-color: #48CFAD;
}

.list-group-item-info:first-child {
  border-color: transparent;
}

a.list-group-item-info {
  color: #1a6451;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #37BC9B;
}

a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #37BC9B;
  border-color: #48CFAD transparent transparent transparent;
}

.list-group-item-danger {
  color: #e8273b;
  border-color: #DA4453 transparent transparent transparent;
  background-color: #ED5565;
}

.list-group-item-danger:first-child {
  border-color: transparent;
}

a.list-group-item-danger {
  color: #99101f;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #DA4453;
}

a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #DA4453;
  border-color: #ED5565 transparent transparent transparent;
}

/**
        * media list
        * --------------------------------------------------
        */
.media-list {
  color: #AAB2BD;
}

.media-heading {
  font-size: 14px;
  color: #282828;
}

/**
        * modal
        * --------------------------------------------------
        */
.modal-content {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #282828;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding: 0 15px;
}

.modal-footer {
  border-top: none;
}

/**
        * well
        * --------------------------------------------------
        */
.well {
  padding: 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #282828;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.well blockquote {
  border-color: #CCD1D9;
}

.well-lg {
  padding: 20px;
}

.well-sm {
  padding: 5px;
}

/**
	  * thumbnail
	  * --------------------------------------------------
	  */
.thumbnail {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.thumbnail a > img, .thumbnail > img {
  width: 100%;
}

.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
  margin: 5px 0 10px;
  font-size: 18px;
}

/**
        * jumbotron
        * --------------------------------------------------
        */
.jumbotron {
  margin-bottom: 20px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.container .jumbotron {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.jumbotron > .jumbotron-photo img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.jumbotron .jumbotron-contents {
  padding: 20px;
  color: #282828;
}

.jumbotron .carousel,
.jumbotron .carousel-inner,
.jumbotron .carousel-inner > .item.active img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

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

.jumbotron .carousel-control.left {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.jumbotron .carousel-control.right {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.jumbotron h1, .jumbotron .h1,
.jumbotron h2, .jumbotron .h2 {
  font-weight: 400;
}

.jumbotron h1, .jumbotron .h1 {
  font-size: 28px;
}

.jumbotron h2, .jumbotron .h2 {
  font-size: 24px;
}

.jumbotron p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .jumbotron,
  .container .jumbotron {
    padding: 0;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 28px;
  }
}

/**
	  * panel
	  * --------------------------------------------------
	  */
.panel {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.panel .list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel .list-group-item:first-child {
  border-top: 1px solid #E6E9ED;
}

.panel-heading {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.panel-title {
  color: #282828;
  font-weight: normal;
}

.panel-footer {
  background-color: #E6E9ED;
  border-top-color: #E6E9ED;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

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

.panel-default > .panel-heading {
  color: #282828;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}

.panel-primary {
  border-color: #3BAFDA;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3BAFDA;
  border-color: #3BAFDA;
}

.panel-success {
  border-color: #8CC152;
}

.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #8CC152;
  border-color: #8CC152;
}

.panel-info {
  border-color: #37BC9B;
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #37BC9B;
  border-color: #37BC9B;
}

.panel-warning {
  border-color: #f2c102;
}

.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f2c102;
  border-color: #f2c102;
}

.panel-danger {
  border-color: #DA4453;
}

.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #DA4453;
  border-color: #DA4453;
}

.panel-primary > .panel-heading > .panel-title,
.panel-success > .panel-heading > .panel-title,
.panel-info > .panel-heading > .panel-title,
.panel-warning > .panel-heading > .panel-title,
.panel-danger > .panel-heading > .panel-title {
  color: #ffffff;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.panel > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top-color: #E6E9ED;
}

/**
        * accordion
        * --------------------------------------------------
        */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px 0;
  border-top-color: transparent;
}

.panel-group .panel-title a {
  padding: 10px 0;
  display: block;
}

.panel-group-lists .panel {
  border-bottom: 1px solid #E6E9ED;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.panel-group-lists .panel:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.panel-group-lists .panel:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top-color: #E6E9ED;
}

.panel-group-lists .panel-title a {
  padding: 10px 15px;
  color: #282828;
}

.panel-group-lists .panel-title a:hover,
.panel-group-lists .panel-title a:focus,
.panel-group-lists .panel-title a:active {
  color: #AAB2BD;
}

/**
        * footer
        * --------------------------------------------------
        */
footer {
  padding: 40px 0;
  background-color: #F5F7FA;
  font-size: 12px;
  line-height: 19px;
  color: #999999;
}

footer ul {
  padding-left: 11px;
}

footer li {
  list-style-image: url(https://www.brenna.cz/Public/brenna/design2016/images/content/foot-li.png);
  line-height: 1.8;
}

footer a {
  color: #999999;
  text-decoration: underline;
}

footer a:hover,
footer .active a {
  color: #000000;
  text-decoration: none;
}

footer h3 {
  font-size: 16px;
  color: #171b60;
  font-weight: bold;
}

footer a:hover,
footer a:active {
  text-decoration: none;
}

footer .phone {
  display: block;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 20px 0 10px 0;
  text-decoration: none;
}

footer .email {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10px;
  display: inline-block;
}

footer .icon {
  font-size: 22px;
  margin: 5px;
}

footer .facebook,
footer .linked,
footer .google,
footer .youtube {
  color: #888;
}

footer .facebook:hover,
footer .linked:hover,
footer .google:hover,
footer .youtube:hover {
  color: #171b60;
}

.copyright {
  background-color: #171b60;
  color: #ffffff;
  padding-bottom: 15px;
}

.copyright .top {
  font-size: 40px;
  color: #ffffff;
}

.copyright .top:hover {
  color: #F5F7FA;
}

.copyright h3 {
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 24px;
}

/**
	  * timeline
	  * --------------------------------------------------
	  */
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0;
}

.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  content: '';
  background-color: #CCD1D9;
  z-index: 100;
}

.timeline dl dt {
  position: relative;
  top: 30px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #AAB2BD;
  font-weight: normal;
  color: #ffffff;
  width: 120px;
  z-index: 200;
}

.timeline dl dd {
  position: relative;
  z-index: 200;
}

.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -11px;
  border: 4px solid #F5F7FA;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4FC1E9;
  z-index: 200;
}

.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  padding: 10px 20px;
  width: 100px;
  display: inline-block;
  color: #4FC1E9;
}

.timeline dl dd .events {
  position: relative;
  margin-top: 31px;
  padding: 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 47%;
}

.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-width: 6px;
  border-style: solid;
}

.timeline dl dd .events .events-object {
  margin-right: 10px;
}

.timeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1;
}

.timeline dl dd .events .events-body .events-heading {
  margin: 0 0 10px;
}

.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right;
}

.timeline dl dd.pos-right .events {
  float: right;
}

.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent #ffffff transparent transparent;
}

.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left;
}

.timeline dl dd.pos-left .events {
  float: left;
}

.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {
  .timeline dl:before {
    left: 60px;
  }
  .timeline dl dt {
    margin: 0 0 30px;
  }
  .timeline dl dd .circ {
    left: 60px;
  }
  .timeline dl dd .time {
    left: 0;
  }
  .timeline dl dd.pos-left .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%;
  }
  .timeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent #ffffff transparent transparent;
  }
  .timeline dl dd.pos-right .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
}

/**
        * dropdown-menu
        * --------------------------------------------------
        */
.dropdown-menu {
  border: none;
  background-color: #F5F7FA;
}

.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.dropdown-menu li a {
  padding: 5px 20px;
  color: #555555;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  color: #555555;
  background-color: #E6E9ED;
  outline: none;
}

.dropdown-menu .disabled a,
.dropdown-menu .disabled a:hover,
.dropdown-menu .disabled a:focus {
  color: #E6E9ED;
  cursor: default;
}

.dropdown-menu .divider {
  background-color: #E6E9ED;
  border-bottom: none;
}

.dropup .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/**
        * dropdown-submenu
        * --------------------------------------------------
        */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #555555;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-default .dropdown-submenu > a:after {
  border-left-color: #282828;
}

.dropdown-submenu:hover a:after {
  border-left-color: #555555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

/* Slouží pro vygenerování obarvovacích tříd pro jednotlivé země */
.col-date {
  white-space: nowrap;
}

/*
        ========= #brenna web style  F55080 r 11 =========
*/
/* selected text*/
::selection {
  color: #ffffff;
  background-color: #282828;
}

/* WebKit/Blink Browsers */
::-moz-selection {
  color: #ffffff;
  background-color: #282828;
}

/* Gecko Browsers */
/* === IMAGE EFFECT PAGE PART === */
.effect > .img-overlay {
  position: relative;
  display: block;
}

.effect > .img-overlay > img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.effect > .img-overlay > .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.effect > .img-overlay > .overlay > .expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  font-size: 25px;
}

.effect > .img-overlay > .overlay > .expand:hover {
  color: #FFCC00;
  border: 2px solid #FFCC00;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.effect > .img-overlay.hover .overlay {
  opacity: 1;
}

.effect > .img-overlay.hover .overlay .expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/*
        ========= #home page brenna  F55080 r110 =========
*/
/*
                ========= #main hotel list item =========
        */
.tips {
  /* novinky v nabidce */
}

.tips .img-overlay {
  margin-bottom: 10px;
}

.near-fly {
  /* nejblizsi odlety */
}

.near-fly a {
  font-weight: bold;
}

.near-fly hr {
  margin: 10px 0;
  width: 100%;
  float: left;
}

.near-fly > div {
  width: 100%;
  float: left;
}

.near-fly .date {
  font-weight: bold;
  color: #171b60;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.near-fly .price {
  float: right;
  font-weight: bold;
}

.hp-info-box {
  text-align: center;
  padding: 30px auto;
}

.hp-info-box h3 {
  font-size: 18px;
}

.hp-info-box i {
  font-size: 80px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hp-info-box .icon-light-up {
  color: #f2c102;
}

.hp-info-box .icon-light-up:hover {
  color: #FFCC00;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  transform: rotate(720deg);
}

.hp-info-box .icon-aircraft-take-off:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hotel-list-item {
  /* jedna polozka vypistu hotelu na home i v destinacich   F55080  */
  border: 1px solid #E6E9ED;
}

.hotel-list-item h3 {
  font-size: 16px;
  font-weight: bold;
  background: #171b60;
  color: #ffffff;
  margin: 0;
  padding: 7px 20px 7px 20px;
  line-height: 23px;
}

.hotel-list-item .nopadding {
  padding: 0;
}

.hotel-list-item .padding {
  padding: 10px 16px;
}

.hotel-list-item .corner {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
}

.hotel-list-item .corner .corner-ribbon {
  width: 190px;
  top: 25px;
  left: -50px;
  position: relative;
  z-index: 50;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: #ffffff;
  background: #8CC152;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.hotel-list-item .corner .lastminute {
  background-color: #ff0000;
}

.hotel-list-item .corner .superminute {
  background-color: #f2c102;
}

.hotel-list-item .info, .hotel-list-item .location {
  border-bottom: 1px solid #E6E9ED;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.hotel-list-item .stars {
  font-size: 16px;
  float: right;
  color: #f2c102;
}

.hotel-list-item .stars i {
  margin: 0;
  padding: 0;
}

.hotel-list-item .info {
  font-size: 18px;
  color: #000000;
}

.hotel-list-item .info span:nth-child(1) {
  font-weight: 300;
}

.hotel-list-item .info span:nth-child(1) i {
  color: #171b60;
  padding: 0 15px 0 0;
}

.hotel-list-item .info span:nth-child(2) {
  float: right;
}

.hotel-list-item .info span:nth-child(2) i {
  color: #f2c102;
  padding: 0 15px 0 0;
}

.hotel-list-item .price {
  font-size: 14px;
}

.hotel-list-item .price .bad-price {
  text-decoration: line-through;
  color: #ff0000;
  font-weight: bold;
}

.hotel-list-item .price .price {
  font-weight: bold;
  white-space: nowrap;
}

.hotel-list-item .price strong {
  font-weight: normal;
  display: inline-block;
  width: 80px;
}

.hotel-list-item .price .adult .price {
  font-size: 22px;
  color: #171b60;
  letter-spacing: -1px;
}

.hotel-list-item .price .child .price {
  font-size: 18px;
  color: #000000;
}

.hotel-list-item .buttons {
  float: right;
  margin: 0px 1px 1px 0;
}

.hotel-list-item .buttons a {
  font-weight: bold;
  margin-left: -2px;
}

.hotel-list-item .buttons a span {
  font-weight: bold;
}

.hotel-list-item .buttons a:link {
  text-decoration: none;
}

.hotel-list-item .buttons i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
}

.same {
  margin-bottom: 30px;
}

.same .price strong {
  font-weight: normal;
  display: inline-block;
  width: 60px;
}

.same .adult .price {
  font-size: 20px;
  color: #171b60;
}

.same .buttons i {
  margin-left: 0px;
  font-size: 36px;
  padding: 10px 0;
}

.hotel-list-item.dest {
  margin-bottom: 30px;
}

.hotel-list-item.dest .buttons {
  margin-top: -26px;
}

/*
        ========= #main nav redesign =========
*/
.topbar {
  background: #282828;
  color: #ffffff;
  padding: 5px 0;
  font-size: 14px;
}

.topbar a {
  color: #ffffff !important;
}

.topbar a:hover {
  color: #CCD1D9 !important;
}

.topbar i {
  padding: 0 10px 0 0;
  font-size: 18px;
  vertical-align: middle;
}

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

.topbar .contact .fa {
  margin-left: 25px;
}

.topbar .contact .div {
  float: right;
}

/*
                ========= #page styles =========
        */
.strap {
  margin-top: -100px;
  position: relative;
}

.strap--reservation {
  margin-top: -117px;
}

.wave {
  margin: 10px 0 25px 0;
}

.wave path {
  fill: #171b60;
}

.lead {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #555555;
}

.section {
  margin: 10px 0;
  padding: 20px 0;
}

ul.okey, .okey ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  /* make space for li's :before */
  list-style: none;
}

ul.okey li, .okey ul li {
  position: relative;
  padding-left: 20px;
  /* text distance to icon */
}

ul.okey li:before, .okey ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: -10px;
  /* same as ul padding-left */
  top: 0;
  /* depends on character, maybe use padding-top instead */
  color: #f2c102;
}

.iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.gray {
  background-color: #F5F7FA;
}

.gray h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  color: #555555;
}

.gray h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.gray p {
  margin-bottom: 20px;
  color: #555555;
}

.gray a {
  text-decoration: underline;
}

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

/*
        ========= #destination brenna  F55080 =========
*/
.subpage-header {
  min-height: 420px;
  position: relative;
}

.subpage-header .header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.subpage-header .recko {
  background: url(/Public/brenna/design2016/images/content/header/recko.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subpage-header .zakynthos {
  background: url(/Public/brenna/design2016/images/content/header/zakynthos.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subpage-header .turecko {
  background: url(/Public/brenna/design2016/images/content/header/turecko.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subpage-header--narrow {
  min-height: 350px;
}

/*
        ========= #global all pages =========
*/
.content {
  background-color: #ffffff;
}

/* box s vyhledavanim */
.search-small > div label {
  font-weight: normal;
  font-size: 12px;
  padding: 10px 0 0;
}

.search-small > div .btn-primary {
  display: inline-block;
  width: 100%;
  padding: 19px 30px;
  font-weight: bold;
  color: #ffffff;
  border-color: #171b60 !important;
  background-color: #171b60;
}

.search-small > div .form-group {
  margin: 15px 5px;
  max-width: 100%;
}

.search-small > div .btn-primary:hover,
.search-small > div .btn-primary:focus,
.search-small > div .btn-primary:active,
.search-small > div .btn-primary.active {
  color: #000000;
  background-color: #f2c102;
  border-color: #f2c102 !important;
}

.search-small > div i {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  line-height: 54px;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-small > div .btn-primary:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.search-small--terms-filter > div label {
  padding-top: 0;
}

.search-small--terms-filter > div .form-group {
  margin-top: 0;
}

/* box s komplet vyhledavanim  F55080 */
.search-full {
  background-color: #F5F7FA;
  margin-bottom: 25px;
}

.search-full input.hasDatepicker {
  cursor: pointer;
  text-align: left !important;
}

.search-full h2 {
  text-transform: uppercase;
  color: #555555;
  /* $gray;        #d0c2c2;*/
  background-color: #E6E9ED;
  padding: 8px 15px;
  font-size: 18px;
  margin: 0;
}

.search-full > div {
  padding: 15px;
}

.search-full #slickbox {
  display: none;
  border-top: 1px solid #E6E9ED;
  padding-top: 15px;
}

.search-full .buttons button,
.search-full .buttons > a {
  border: none;
  padding: 0;
  margin: 0;
  padding: 5px 10px;
  color: #ffffff;
  display: inline-block;
}

.search-full .buttons .open {
  width: 20%;
  background-color: #282828;
}

.search-full .buttons button.submit,
.search-full .buttons > a {
  width: 80%;
  text-transform: uppercase;
  background-color: #171b60;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.search-full .readonly {
  background-color: #ffffff;
}

.sidebar .pay, .sidebar .contact {
  border: 1px solid #E6E9ED;
  padding: 15px;
  margin: 30px 0;
}

.sidebar .pay img {
  width: 65px;
  margin-right: 5px;
}

.sidebar .pay h3 {
  margin: 0 0 10px 0;
}

.sidebar .block {
  margin: 15px 0;
}

.sidebar .block img {
  width: 70px;
  margin: -5px 0;
  margin-right: 15px;
  float: left;
}

.sidebar .block h3 {
  margin: 5px 0;
}

.sidebar .block a {
  width: 100%;
  border: 1px solid #E6E9ED;
  padding: 15px;
  display: inline-block;
}

.sidebar .block a:hover {
  background-color: #F5F7FA;
}

.sidebar .contact {
  text-align: center;
  /* Effect 9 */
  /* Effect 9b */
}

.sidebar .contact h2, .sidebar .contact h3 {
  margin: 5px 0;
}

.sidebar .contact [class^="fa-"], .sidebar .contact [class*=" fa-"] {
  font-size: 42px;
  line-height: 70px;
  margin: 10px 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
}

.sidebar .contact [class^="fa-"], .sidebar .contact [class*=" fa-"] {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.sidebar .contact [class^="fa-"]:after, .sidebar .contact [class*=" fa-"]:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sidebar .contact [class^="fa-"]:before, .sidebar .contact [class*=" fa-"]:before {
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.sidebar .contact [class^="fa-"], .sidebar .contact [class*=" fa-"] {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.sidebar .contact [class^="fa-"]:after, .sidebar .contact [class*=" fa-"]:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 1px #171b60;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

.sidebar .contact [class^="fa-"]:hover:after, .sidebar .contact [class*=" fa-"]:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  box-shadow: 0 0 0 1px #E6E9ED;
}

.sidebar .contact [class^="fa-"]:hover, .sidebar .contact [class*="fa-"]:hover {
  box-shadow: 0 0 0 10px rgba(204, 204, 204, 0.4);
}

.hotel-box {
  border: 1px solid #E6E9ED;
  margin-bottom: 30px;
}

.hotel-box .content {
  padding: 20px 20px 10px 20px;
}

.hotel-box .content h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  height: 40px;
}

.hotel-box .content .destination {
  color: #AAB2BD;
  font-size: 12px;
}

.hotel-box .content .stars {
  color: #f2c102;
  float: right;
  font-size: 16px;
}

.hotel-box .content .stars i {
  margin: 0 -2px;
}

.hotel-box .content .info i {
  margin: 0 5px 0 0;
  padding: 4px 5px;
  background-color: #171b60;
  color: #ffffff;
}

/*
        ========= #hotel style brenna  F55080 =========
*/
.hotel {
  /* ikonky strava, letiste, plaz aj. */
  /* tabulka cen  */
}

.hotel .lentilky {
  margin: 5px 0 30px 0;
}

.hotel .lentilky .label {
  border-radius: 0;
  padding: 8px 15px 8px 12px;
  margin: 5px 5px 5px 0px;
  display: inline-block;
  font-size: 90%;
  vertical-align: middle;
}

.hotel .lentilky .label i {
  padding: 0 5px 0 0;
  font-size: 20px;
  vertical-align: middle;
}

.hotel .right-margin {
  margin-right: 1px;
}

.hotel .table {
  font-size: 90% !important;
  /* 90 90  */
}

.hotel .table th {
  color: #171b60;
}

.hotel .table .price {
  font-weight: bold;
  white-space: nowrap;
}

.hotel .table .price span {
  font-size: 80%;
  text-decoration: line-through;
  font-weight: normal;
}

.hotel .table a {
  color: #8CC152;
}

.hotel .table a:hover {
  color: #000000;
}

.hotel .table .red {
  color: #ff0000;
}

.hotel .table .red span {
  color: #555555;
}

.hotel .hotel-info ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  /* make space for li's :before */
  list-style: none;
}

.hotel .hotel-info ul li {
  position: relative;
  padding-left: 20px;
  /* text distance to icon */
}

.hotel .hotel-info ul li:before {
  font-family: "icomoon";
  content: "\e93b";
  position: absolute;
  left: -10px;
  /* same as ul padding-left */
  top: 0;
  /* depends on character, maybe use padding-top instead */
  color: #171b60;
}

.hotel .hotel-info .icons {
  margin: 10px 0;
}

.hotel .hotel-info .icons img {
  float: left;
  margin-right: 15px;
}

.hotel .hotel-info .icons p {
  line-height: 20px;
  padding-left: 65px;
}

.hotel .hotel-info h2 {
  font-size: 20px;
}

.hotel .banner {
  background-color: #171b60;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.hotel .banner span {
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  background: #000000;
  margin: 0;
  float: left;
}

.hotel .banner .stable {
  background-color: #ff0000;
}

.hotel .banner .new {
  background-color: #171b60;
}

.hotel .banner h2 {
  color: #ffffff;
  display: inline-block;
  margin: 20px 30px;
  text-transform: uppercase;
}

.hotel .banner h2 strong {
  margin-right: 10px;
}

.hotel .banner:after {
  top: 100%;
  left: 40%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #171b60;
  border-width: 10px;
  margin-left: -10px;
}

/*
                ========= #newsletter styles =========
        */
.newsletter {
  background-color: #282828;
  color: #ffffff;
  margin-bottom: 0px;
}

.newsletter h2 {
  color: #ffffff;
}

/*
                ========= Slider Default Theme  F55080 =========
        */
.s1, .s1-lazy {
  /* hlavni slider 1 hlavicka na hp */
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 0;
}

.s1 .parallax-bg, .s1-lazy .parallax-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.s1 .parallax-bg img, .s1-lazy .parallax-bg img {
  object-position: center;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}

.s1 .swiper-caption, .s1-lazy .swiper-caption {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}

.s1 .swiper-caption .title, .s1-lazy .swiper-caption .title {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 48px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.s1 .swiper-caption .subtitle, .s1-lazy .swiper-caption .subtitle {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.s1 .swiper-caption .subtitle + .subtitle, .s1-lazy .swiper-caption .subtitle + .subtitle {
  margin-bottom: 25px;
}

.s1 .btn-default, .s1-lazy .btn-default {
  padding: 8px 20px;
  font-weight: bold;
  color: #ffffff;
  border-color: #ffffff !important;
  background-color: transparent;
}

.s1 .btn-default:hover,
.s1 .btn-default:focus,
.s1 .btn-default:active,
.s1 .btn-default.active, .s1-lazy .btn-default:hover,
.s1-lazy .btn-default:focus,
.s1-lazy .btn-default:active,
.s1-lazy .btn-default.active {
  color: #000000;
  background-color: #ffffff;
}

.s2, .s2-lazy {
  /* last minute na home  F55080 */
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.s2 .swiper-pagination-fraction, .s2 .swiper-pagination-custom, .s2 .swiper-container-horizontal > .swiper-pagination-bullets, .s2-lazy .swiper-pagination-fraction, .s2-lazy .swiper-pagination-custom, .s2-lazy .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -20;
}

.s2 .swiper-button-next, .s2 .swiper-container-rtl .swiper-button-prev, .s2-lazy .swiper-button-next, .s2-lazy .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}

.s2 .swiper-button-prev, .s2 .swiper-container-rtl .swiper-button-next, .s2-lazy .swiper-button-prev, .s2-lazy .swiper-container-rtl .swiper-button-next {
  left: -40px;
}

.s3, .s3-lazy {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 0;
}

.s3 .parallax-bg, .s3-lazy .parallax-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.s3 .parallax-bg img, .s3-lazy .parallax-bg img {
  object-position: center;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}

.s3 .swiper-caption, .s3-lazy .swiper-caption {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #000000;
}

.s3 .swiper-caption .title, .s3-lazy .swiper-caption .title {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.s3 .swiper-caption .subtitle, .s3-lazy .swiper-caption .subtitle {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.s3 .btn-default, .s3-lazy .btn-default {
  padding: 8px 20px;
  font-weight: bold;
  color: #ffffff;
  border-color: #171b60 !important;
  background-color: #171b60;
}

.s3 .btn-default:hover,
.s3 .btn-default:focus,
.s3 .btn-default:active,
.s3 .btn-default.active, .s3-lazy .btn-default:hover,
.s3-lazy .btn-default:focus,
.s3-lazy .btn-default:active,
.s3-lazy .btn-default.active {
  color: #000000;
  border-color: #ffffff !important;
  background-color: #ffffff;
}

.gall {
  width: 100%;
  height: 150px;
  margin: 40px auto;
}

.gall .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gall img {
  width: 100%;
}

/*
        ========= #destination colors  F55080 =========
*/
/*=============================================>>>>>
= Destination colors =
===============================================>>>>>*/
.turecko h1 {
  color: #171b60;
}

.turecko .wave path {
  fill: #171b60;
}

.turecko .search-full h2, .turecko .search-full .input-group-addon {
  background-color: #932224;
}

.turecko .search-full h2 {
  color: #f5f1f1;
}

.turecko .search-full .input-group-addon {
  border-color: #932224;
}

.turecko .search-full .buttons button.submit {
  background-color: #932224;
}

.turecko .hotel-list-item h3 {
  background-color: #932224;
}

.spanelsko h1 {
  color: #171b60;
}

.spanelsko .wave path {
  fill: #171b60;
}

.spanelsko .search-full h2, .spanelsko .search-full .input-group-addon {
  background-color: #A77798;
}

.spanelsko .search-full h2 {
  color: #fff;
}

.spanelsko .search-full .input-group-addon {
  border-color: #A77798;
}

.spanelsko .search-full .buttons button.submit {
  background-color: #A77798;
}

.spanelsko .hotel-list-item h3 {
  background-color: #A77798;
}

.italie h1 {
  color: #171b60;
}

.italie .wave path {
  fill: #171b60;
}

.italie .search-full h2, .italie .search-full .input-group-addon {
  background-color: #2196F3;
}

.italie .search-full h2 {
  color: #fff;
}

.italie .search-full .input-group-addon {
  border-color: #2196F3;
}

.italie .search-full .buttons button.submit {
  background-color: #2196F3;
}

.italie .hotel-list-item h3 {
  background-color: #2196F3;
}

.bulharsko h1 {
  color: #171b60;
}

.bulharsko .wave path {
  fill: #171b60;
}

.bulharsko .search-full h2, .bulharsko .search-full .input-group-addon {
  background-color: #639144;
}

.bulharsko .search-full h2 {
  color: #fff;
}

.bulharsko .search-full .input-group-addon {
  border-color: #639144;
}

.bulharsko .search-full .buttons button.submit {
  background-color: #639144;
}

.bulharsko .hotel-list-item h3 {
  background-color: #639144;
}

.egypt h1 {
  color: #171b60;
}

.egypt .wave path {
  fill: #171b60;
}

.egypt .search-full h2, .egypt .search-full .input-group-addon {
  background-color: #c99d34;
}

.egypt .search-full h2 {
  color: #ffffff;
}

.egypt .search-full .input-group-addon {
  border-color: #c99d34;
}

.egypt .search-full .buttons button.submit {
  background-color: #c99d34;
}

.egypt .hotel-list-item h3 {
  background-color: #c99d34;
}

.sae-dubaj h1 {
  color: #171b60;
}

.sae-dubaj .wave path {
  fill: #171b60;
}

.sae-dubaj .search-full h2, .sae-dubaj .search-full .input-group-addon {
  background-color: #e3d3bd;
}

.sae-dubaj .search-full h2 {
  color: #ffffff;
}

.sae-dubaj .search-full .input-group-addon {
  border-color: #e3d3bd;
}

.sae-dubaj .search-full .buttons button.submit {
  background-color: #e3d3bd;
}

.sae-dubaj .hotel-list-item h3 {
  background-color: #e3d3bd;
}

.portugalsko h1 {
  color: #171b60;
}

.portugalsko .wave path {
  fill: #171b60;
}

.portugalsko .search-full h2, .portugalsko .search-full .input-group-addon {
  background-color: #2d733c;
}

.portugalsko .search-full h2 {
  color: #ffffff;
}

.portugalsko .search-full .input-group-addon {
  border-color: #2d733c;
}

.portugalsko .search-full .buttons button.submit {
  background-color: #2d733c;
}

.portugalsko .hotel-list-item h3 {
  background-color: #2d733c;
}

/*= End of Destination colors =*/
/*=============================================<<<<<*/
/*
        ========= #media queries limits  F55080 =========
*/
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .hotel .hotel-info .icons {
    margin: 30px 0;
    min-height: 71px;
  }
}

/* Medium Devices, Desktops  F55080 */
@media only screen and (max-width: 992px) {
  .s2 .swiper-button-next, .s2 .swiper-button-prev {
    display: none;
  }
  .hotel .hotel-info .icons {
    margin: 10px 0;
  }
  .navbar-default .navbar-nav {
    margin-top: 10px;
  }
  .navbar-default .navbar-text,
  .navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
  }
}

/* Small Devices, Tablets F55080 */
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0px;
  }
  .navbar-default .navbar-text,
  .navbar-default .navbar-nav > li > a {
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #E6E9ED;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    color: #ffffff;
    border-bottom: none;
  }
  .search-small > div .form-group {
    margin: 5px 5px 16px 5px;
  }
  .topbar .contact {
    text-align: left;
  }
  .topbar .contact .fa {
    margin-left: 2px;
  }
  .topbar .contact .fa:nth-child(2) {
    margin-left: 10px;
  }
  footer {
    padding-top: 10px;
  }
  footer h3 {
    font-size: 24px;
  }
  .hotel .hotel-info .icons {
    margin: 10px 0;
  }
  .hotel .banner h2 {
    font-size: 24px;
    margin: 22px;
  }
}

/* Extra Small Devices, Phones F55080 */
@media only screen and (max-width: 480px) {
  .hotel-list-item {
    /* jedna polozka vypistu hotelu na home i v destinacich */
  }
  .hotel-list-item .info span:nth-child(1) {
    display: block;
    margin: 5px 0;
  }
  .hotel-list-item .info span:nth-child(2) {
    float: none;
    display: block;
  }
  .hotel-list-item .stars {
    float: none;
    margin-bottom: 5px;
  }
  .hotel-list-item.dest .buttons {
    margin-top: 0px;
  }
  .near-fly {
    /* nejblizsi odlety */
  }
  .near-fly .price {
    display: block;
    float: none;
    margin-left: 65px;
  }
  .near-fly .date {
    margin-bottom: 49px;
  }
  /* F55080 r1231 */
  /* VM.os
                .hotel {
                        & .banner { display: none; }
                }
*/
}

.container-sprite-25 {
  display: none;
}

.hotel .table {
  font-size: 90%;
  /* 90c 90c  */
}

/* aka bootstrap v4 */
.box-mx-1 {
  margin: 0 13px;
}

.box-mx-2 {
  margin: 0 26px;
}

.box-font-size-85 {
  font-size: 85%;
}

.box-font-size-90 {
  font-size: 90%;
}

.box-font-size-95 {
  font-size: 95%;
}

.box-line-height-min {
  line-height: 1.4em;
}

.static-pages-menu li a {
  font-size: 14px;
}

.static-pages-menu li a:hover {
  color: #171b60;
}

.static-pages-menu li.active a {
  color: #171b60;
}

.static-pages-menu-smaller li a {
  font-size: 13px;
  padding: 10px 11px;
}

.bg-priceflag-circle {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: navy;
  color: white;
  font-size: 85%;
  font-weight: bold;
  padding-left: 1px;
}

.bg-priceflag-circle--FM, .bg-priceflag-circle--fm {
  background-color: #171b60;
}

.bg-priceflag-circle--LM, .bg-priceflag-circle--lm {
  background-color: #ff0000;
}

.bg-priceflag-circle--SLM, .bg-priceflag-circle--slm, .bg-priceflag-circle--SL, .bg-priceflag-circle--sl {
  background-color: #f2c102;
}

.bg-priceflag-circle--MT, .bg-priceflag-circle--mt {
  background-color: #f2c102;
}

.table > tbody > tr > td.no-padding {
  padding: 0;
}

.table > tbody > tr > td.valign-middle, .valign-middle {
  vertical-align: middle;
}

/* nestandardní labely */
.label-slm {
  background: #f2c102;
  border-color: #f2c102;
}

/*=============================================
=            Reservation Steps            =
=============================================*/
.rsv-wizard {
  margin-top: -5px;
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
  margin-bottom: 3px;
}

@media screen and (max-width: 500px) {
  .rsv-wizard {
    display: none;
  }
}

.rsv-wizard > .rsv-wizard-step {
  padding: 0;
  position: relative;
}

.rsv-wizard > .rsv-wizard-step .rsv-wizard-stepnum {
  color: #595959;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.rsv-wizard > .rsv-wizard-step > .rsv-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #171b60;
  top: 25px;
  left: 50%;
  margin-top: -18px;
  margin-left: -15px;
  border-radius: 50%;
}

.rsv-wizard > .rsv-wizard-step > .rsv-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.rsv-wizard > .rsv-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 20px 0;
}

.rsv-wizard > .rsv-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #171b60;
}

.rsv-wizard > .no-fill > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: none;
}

.rsv-wizard > .rsv-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.rsv-wizard > .rsv-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.rsv-wizard > .rsv-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.rsv-wizard > .rsv-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.rsv-wizard > .rsv-wizard-step.disabled > .rsv-wizard-dot {
  background-color: #E5E5E5;
}

.rsv-wizard > .rsv-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.rsv-wizard > .rsv-wizard-step:last-child > .progress {
  width: 50%;
}

/*=====  End of Reservation Steps  ======*/
/*=============================================
=            Product info for reservation            =
=============================================*/
.rsv-product-info {
  background: #F6F6F6;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .rsv-product-info {
    padding: 20px 0 25px;
  }
}

.rsv-product-info__item {
  padding: 21px 35px 23px;
}

@media screen and (max-width: 769px) {
  .rsv-product-info__item {
    padding: 12px 35px 5px;
  }
}

.rsv-product-info__title {
  color: #999999;
  line-height: 1.5;
  margin-bottom: 2px;
}

.rsv-product-info__text {
  font-weight: 700;
  font-size: 18px;
}

.rsv-back-to-product-link {
  padding: 13px 30px 13px 60px;
  background: #F3F3F3;
  display: block;
  margin: 0 0 34px;
  color: #545454;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .rsv-back-to-product-link {
    display: none;
  }
}

.rsv-back-to-product-link [class^="icon-"], .rsv-back-to-product-link [class*=" icon-"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 51px;
  background: #171b60;
  color: #FFF;
  transition: .5s all;
}

.rsv-back-to-product-link [class^="icon-"]::before, .rsv-back-to-product-link [class*=" icon-"]::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 29px;
}

.rsv-back-to-product-link:hover {
  background: #f6f6f6;
}

.rsv-back-to-product-link:hover [class^="icon-"], .rsv-back-to-product-link:hover [class*=" icon-"] {
  background: #212789;
}

.js-term-table .table > thead > tr > th,
.js-term-table .table > thead > tr > td,
.js-term-table .table > tbody > tr > th,
.js-term-table .table > tbody > tr > td,
.js-term-table .table > tfoot > tr > th,
.js-term-table .table > tfoot > tr > td {
  padding: 8px 6px;
}

/*=============================================>>>>>
= Objednat telefonicky sidebar =
===============================================>>>>>*/
.objednat-telefonicky-sidebar {
  margin: 5px 0;
  padding: 18px 10px 8px 20px;
  color: black;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 991px) {
  .objednat-telefonicky-sidebar {
    display: none;
  }
}

.objednat-telefonicky-sidebar h3 {
  margin: 0 0 20px;
  color: black;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.5px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}

.objednat-telefonicky-sidebar .list-group {
  box-shadow: none;
}

.objednat-telefonicky-sidebar .list-group-item {
  border-top: none;
}

.objednat-telefonicky-sidebar .steps {
  counter-reset: rezervace-napoveda-counter;
  font-size: 13.5px;
  padding-left: 0;
  margin-bottom: 0;
}

.objednat-telefonicky-sidebar .steps li {
  list-style: none;
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 1.75;
}

.objednat-telefonicky-sidebar .steps li:last-child {
  margin-bottom: 0px;
}

.objednat-telefonicky-sidebar .steps li::before {
  content: counter(rezervace-napoveda-counter);
  counter-increment: rezervace-napoveda-counter;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #E6E9EE;
  color: #555555;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.objednat-telefonicky-sidebar .steps li:first-child::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.objednat-telefonicky-sidebar .sub-note {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.3;
}

.objednat-telefonicky-sidebar .text-light {
  font-weight: 300;
}

.objednat-telefonicky-sidebar__hotel-info {
  margin-top: 10px;
}

.objednat-telefonicky-sidebar__phone-ico {
  font-size: 105px;
  color: #F2C102;
  margin-top: 5px;
}

.objednat-telefonicky-sidebar__phone {
  margin-top: 28px;
  font-size: 29px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .objednat-telefonicky-sidebar__phone-ico {
    display: none;
  }
  .objednat-telefonicky-sidebar {
    padding: 10px 20px;
  }
  .objednat-telefonicky-sidebar h3 {
    margin: 10px;
  }
  .objednat-telefonicky-sidebar .steps li {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .lead {
    font-size: 98%;
    padding: 10px;
    /*display: none;*/
    /*VM*/
  }
  .objednat-telefonicky-sidebar h3 {
    text-align: center;
  }
  .objednat-telefonicky-sidebar .steps {
    margin: 0 auto;
    text-align: center;
  }
}

/*=====  End of Product info for reservation  ======*/
/*=============================================
=            Reservation            =
=============================================*/
/*----------  Step 1  ----------*/
.reservation-r81546 {
  position: relative;
  /*----------  Custom Checkboxes  ----------*/
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.reservation-r81546__discounts {
  background: #fec20a;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  color: #fff;
}

.reservation-r81546__discounts label {
  padding: 0 0 0 40px;
  float: left;
  width: auto;
}

.reservation-r81546__discounts label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.reservation-r81546__discounts label::after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 6px;
  color: #000;
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reservation-r81546__discounts input {
  float: left;
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  display: none;
}

.reservation-r81546__discounts input[type="checkbox"]:checked + label::after {
  display: block;
}

.reservation-r81546__discounts input[type="checkbox"]:disabled + label {
  opacity: 0.5;
}

.reservation-r81546__discounts-row {
  float: left;
  width: 100%;
}

.reservation-r81546__discounts-left {
  float: left;
  width: 65%;
}

.reservation-r81546__discounts-right {
  float: left;
  width: 35%;
  text-align: right;
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .col-xxs-12 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .col-xxs-4 {
    width: 33.33333333%;
  }
}

.reservation-r81546 h2 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #171b60;
  color: #171b60;
  padding-bottom: 10px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}

.reservation-r81546 h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #171b60;
  padding-bottom: 7px;
  margin-bottom: 26px;
  margin-top: 27px;
}

.reservation-r81546 h3.reservation-items-headline {
  margin-top: 42px;
  margin-bottom: 0;
  overflow: hidden;
}

.reservation-r81546 h3.bg-info {
  font-size: 21px;
  color: #171b60;
  border-bottom: 0px;
}

.reservation-r81546 label {
  padding-right: 7px;
  font-size: 14px;
}

.reservation-r81546 .form-group {
  margin-bottom: 24px;
}

.reservation-r81546 .form-control {
  height: 39px;
}

.reservation-r81546 .form-control.bootstrap-select {
  height: 39px;
  padding: 0;
}

.reservation-r81546 .form-control.bootstrap-select button {
  height: 39px;
}

.reservation-r81546 .mt-20 {
  margin-top: 20px;
}

.reservation-r81546 .mb-50 {
  margin-bottom: 50px;
}

.reservation-r81546 .full-width-offset {
  margin-left: -270px;
}

@media screen and (max-width: 991px) {
  .reservation-r81546 .full-width-offset {
    margin-left: 0;
  }
}

.reservation-r81546__transport {
  margin-top: 10px;
  font-size: 16px;
  display: none;
}

.reservation-r81546__transport:first-of-type {
  display: block;
}

.reservation-r81546__transport-item {
  padding-top: 67px;
  padding-left: 40px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-item {
    padding: 0;
    background-position: top right !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
  }
}

.reservation-r81546__transport-item--start {
  background-image: url(https://www.brenna.cz/Public/brenna/design2016/images/content/plane-take-off.png);
  background-position: 40px 0;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-item--start {
    background-image: none;
  }
}

.reservation-r81546__transport-item--destination {
  background-image: url(https://www.brenna.cz/Public/brenna/design2016/images/content/plane-flying.png);
  background-position: 40px 0;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-item--destination {
    background-image: none;
  }
}

.reservation-r81546__transport-item--return {
  background-image: url(https://www.brenna.cz/Public/brenna/design2016/images/content/plane-landing.png);
  background-position: 40px -12px;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-item--return {
    background-image: none;
  }
}

.reservation-r81546__transport-code {
  display: block;
  font-size: 45px;
  font-weight: bold;
  color: #CCCCCC;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-code {
    font-size: 25px;
    display: none;
  }
}

.reservation-r81546__transport-code::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 66%;
  right: -40px;
  top: 50%;
  background: #E3E3E3;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-code::before {
    display: none;
  }
}

.reservation-r81546__transport-code.no-line::before {
  content: none;
}

.reservation-r81546__transport-value {
  display: block;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-value {
    display: inline-block;
  }
}

.reservation-r81546__transport-label {
  display: block;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-label {
    float: right;
    position: relative;
    top: 6px;
  }
}

.reservation-r81546__transport-notice {
  text-align: center;
  font-style: italic;
  color: #999999;
  font-size: 13px;
  padding: 13px 80px 0 15px;
}

.reservation-r81546__transport-notice:first-of-type {
  display: block;
}

@media screen and (max-width: 769px) {
  .reservation-r81546__transport-notice {
    padding: 0 15px 0px;
  }
}

.reservation-r81546 .reservation-persons-area h3 {
  border-bottom: 1px solid #DDDDDD;
}

.reservation-r81546 .reservation-items .form-control {
  height: 30px;
  padding: 3px 12px;
  display: inline-block;
  width: auto;
  min-width: 65px;
}

.reservation-r81546 .reservation-items .form-control.bootstrap-select {
  height: 33px;
  padding: 0;
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .reservation-items-headline__title {
    max-width: 230px;
    float: left;
  }
}

.reservation-r81546 .reservation-items-headline__tag {
  color: #3E753C;
  background: #BADF91;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
}

.reservation-r81546 .reservation-items__header {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

.reservation-r81546 .reservation-items__header .reservation-items__col {
  padding: 0px 0 8px;
}

@media screen and (max-width: 768px) {
  .reservation-r81546 .reservation-items__header .reservation-items__col {
    height: 35px;
  }
}

@media screen and (max-width: 680px) {
  .reservation-r81546 .reservation-items__header .reservation-items__col {
    height: 55px;
  }
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .reservation-items__header {
    display: none;
  }
}

.reservation-r81546 .reservation-items__col {
  padding: 13px 0;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .reservation-items__col {
    padding: 10px 10px 5px;
    min-height: 60px;
    border-bottom: 0;
    font-size: 14px;
  }
}

.reservation-r81546 .reservation-items__col:first-child {
  padding-left: 10px;
}

@media screen and (max-width: 500px) {
  .reservation-r81546 .reservation-items__col:first-child {
    min-height: 60px;
    padding-left: 0px;
    padding-right: 10px;
    line-height: 1.3;
  }
}

.reservation-r81546 .reservation-items__col--price {
  font-weight: bold;
}

.reservation-r81546 .reservation-items__item {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .reservation-items__item {
    border-bottom: 1px solid #DDDDDD;
    flex-wrap: wrap;
    align-items: center;
  }
}

.reservation-r81546 .reservation-items__info {
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-left: 5px;
  cursor: pointer;
}

.reservation-r81546 .reservation-items__info-text {
  position: absolute;
  left: -10px;
  min-width: 400px;
  display: none;
  background: #171b60;
  color: #FFF;
  border: 1px solid #FFF;
  box-shadow: #545454;
  z-index: 99;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .reservation-r81546 .reservation-items__info-text {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: 50px;
    min-width: 300px;
  }
}

.reservation-r81546 .reservation-items__info:hover .reservation-items__info-text {
  display: block;
}

.reservation-r81546 .total-price {
  /*
                &__number {

                }

                &__currency {
                        
                }
                */
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .total-price {
    background: #171b60;
    color: #FFFFFF;
    /*padding: 0 12%;*/
  }
}

.reservation-r81546 .total-price__label {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
}

@media only screen and (max-width: 769px) {
  .reservation-r81546 .total-price__label {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .total-price__label {
    margin-right: 0px;
    margin-top: 10px;
    font-size: 20px;
  }
}

.reservation-r81546 .total-price__value {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 22px 12px 26px;
  background: #171b60;
  color: #FFFFFF;
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .total-price__value {
    font-size: 20px;
  }
}

.reservation-r81546 .personal-policy-text {
  font-size: 12px;
  line-height: 1.25;
  color: #676767;
}

.reservation-r81546 .reservation-contact h2 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .reservation-contact h2 {
    margin-top: 30px;
  }
}

.reservation-r81546 .reservation-contact p {
  font-size: 14px;
  margin-bottom: 14px;
}

.reservation-r81546 .reservation-contact label {
  font-size: 15px;
  margin-bottom: 2px;
}

.reservation-r81546 .reservation-contact textarea {
  height: 90px;
}

.reservation-r81546 .reservation-contact .form-group {
  margin-bottom: 28px;
}

.reservation-r81546 .agreement-area {
  margin-top: -5px;
}

.reservation-r81546 .agreement-area .checkbox label {
  font-weight: bold;
}

.reservation-r81546 .continue-area {
  margin-top: 80px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .continue-area {
    margin-top: 45px;
  }
}

.reservation-r81546 .continue-area h2 {
  margin-bottom: 38px;
}

@media only screen and (max-width: 500px) {
  .reservation-r81546 .continue-area h2 {
    margin-bottom: 15px;
  }
}

.reservation-r81546 .submit-button {
  display: block;
  text-align: left;
  padding: 10px 80px 10px 20px;
  position: relative;
}

.reservation-r81546 .submit-button input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  display: block;
  width: 100%;
}

.reservation-r81546 .submit-button__icon {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 73px;
  background: #F2C102;
}

.reservation-r81546 .submit-button__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 40px;
  font-weight: 700;
}

.reservation-r81546 .submit-button__text {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .reservation-r81546 .submit-button__text {
    font-size: 18px;
  }
}

.reservation-r81546 .submit-button__supporting-text {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .reservation-r81546 .submit-button__supporting-text {
    font-size: 12px;
  }
}

.reservation-r81546 .button-center {
  padding: 10px 20px 10px 20px !important;
  background-color: #171b60;
  border-radius: 0;
}

.reservation-r81546 .button-center:hover {
  background-color: #212789;
  color: #fff !important;
}

.reservation-r81546 .checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reservation-r81546 .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.reservation-r81546 .checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid;
}

.reservation-r81546 .checkbox label:hover input ~ .checkmark {
  background-color: #ccc;
}

.reservation-r81546 .checkbox label input:checked ~ .checkmark {
  background-color: #161b60;
}

.reservation-r81546 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.reservation-r81546 .checkbox label input:checked ~ .checkmark:after {
  display: block;
}

.reservation-r81546 .checkbox label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reservation-r81546 .rsv-addroom-button {
  margin-right: 10px;
}

.reservation-r81546 .rsv-addroom-button, .reservation-r81546 .rsv-removeroom-button {
  margin-bottom: 10px;
}

#loader-container-01 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  z-index: 9;
}

#loader-container-01-outer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999;
  text-align: center;
}

#loader-container-01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAABg2lDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rw2Ecx1+byWJCHBwcloYLmilxcdhiFA7blOGyffdLbfPt+93SclWuihIXvw78BVyVs1JESg5OzsQFfX2+22pL9nn6PJ/X836ez6fn+TxgDaWVjG5zQyab0wJ+r3MhvOhseMFBG3b6sEUUXZ0NToaoaZ/3WMx4O2DWqn3uX2uKxXUFLHbhcUXVcsJTwjNrOdXkHeEOJRWJCZ8J92tyQeE7U4+W+NXkZIm/TdZCAR9YW4WdySqOVrGS0jLC8nJcmXReKd/HfIkjnp0PSuwW70IngB8vTqaZwMcIQ4zJPMIAHgZlRY18dzF/jlXJVWRWKaCxQpIUOfpFzUv1uMSE6HEZaQpm///2VU8Me0rVHV6ofzaM9x5o2IafLcP4OjKMn2Ooe4LLbCV/9RBGP0TfqmiuA2jZgPOrihbdhYtN6HxUI1qkKNWJWxMJeDuF5jC030DjUqln5X1OHiC0Ll91DXv70CvnW5Z/ATtzZ9LpQDDFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKqElEQVR4nO2df7BVVRXHP+/yU30+TIUNbmpGoh8m5rMcmCYTCRz5kcjww5zSPFQqU1SC+GOmBMM/xMSgBhtzCo5kQygYED8DDEibwaGZNxlaQA2aBzgRKdBTMHivP/a+cLnce8669+xz3r3PvjNn3rv3rrP2Ouvuu/fae/3YDdQIlPZywEBAA5fYq1/B//mrHdgHBAVX8es3w8A/mfEjlERDRzautNcTGAHcBIwF+jhi/S9gBfA8sDkM/Pcc8a0YmStYae9CYAwwDrgBOC/lJg8Dv8Eoe0MY+O+k3N4ZyETB9ud/M3AncC3QJYt2S+AdYC3wHLAsDPy2tBtM/UGV9oYDzwLfAi4Fcmm3GYFuwCeASQCtR1u2pN1g17QYK+1dCTyKGQZqER/OohHnClba+xDwMHAbHTyJxuAXWTTiTMFKe12Bh4AZQA9XfFPCTmBjFg05UbC1DJ4FhrvgF4GD9m/vhHzmh4HfnlQYCRIrWGnv4xgzaGBycXgP2AS0YBYPhVeYt2eV9npgFiGa0wsTjZnARgDdI9o4CPzSgawiJBojlfZGAb8CmhKweRtYDazE2KlHE8rUBIwGJti/5xaRzA4Df1aSNipBVQpW2msApgGPUZ3ZdQxYBCwHtoWB/99q5IiD0t65GCtmPDAM+AswPgz8I2m0VwoVK1hprzvwJDC5ivbagKeBWWHg/6OK++sOFSnY9tyfU51y1wAPhIH/5yrurVtUOslNo3Ll7gBmhIG/tcL7OgXEPdhOaKupbMxdAExPa4zNGkp7HwWmAC+Fgb9cco9IwdYU247cWjgBTA0D/6dC+ppHCYtpdBj46+Lui1WwXURsR27nHgImhoG/RUhf04iwmA4Ag8LAPxR1f+TP3S5/lyJX7k5gcCdSbg/gZ8DjnK2rvsCT9gsoi7jx9CHMykiCncBnw8D/u5C+pmH3sFcDX40gmwh8OYpPWQXbXbEZQnkOAWPDwD8spK8HfApZ51pgdVUSUT34YWS7YicwY26n6LkFeJXTm0tR6AX4tsefhZJv2s3y24SCTO0sY24hrO/uDiH5MOBLpT4o14PnIDPhFnQmU6wYYeCvxOyZSHB/qQnvLAVbH9pIAcMdwHRh4/WMu4G9ArpBlNDbGQq248gPhA3P6CwrtCjYnbfbMQEvcbiv+I0zurTS3i3AEgGjNWHgf0EkYRko7fWnuk36NuCIvQ4DR7L4opX25gPfEZAOCQP/5fyL4s2eOwUM2oAHKpCtHCYC8xzwQWnvGCZk6hlgYRj4b7jgW4Q5mH2IOMvqXmxYABQMEXZJfK2goadrcMuxJ8YNPwvYq7S3RmnPqVs+DPwDmL3sOExQ2vtI/kXhGDyG+ECUY8DMysXLFA0YV9FGpb1+jnk/TvxY3ECBiVuo4HGCBhaFgf9mFYJ1BC4FNijtfcAVwzDwdwG/FpCeWgHmAJT2zkEWgSPaA60hXIF7D7LEyhqstNcLTk9yw4mPcnwb2JZAsErwImcGhjRgZO1WdDUBnwM+GMFrlNLe5WHg73QhWBj425X2XgMuiyDrAgwFVuUVfJOA95oM7d4Xw8CfLSG0q6fJwE8oP8PfAjzoSDYwsRtRCgYzTKzK2cXFWAHTFYnFSgFh4LeHgb+Q6J+u60C/TQKaEWDG4IHER5YfBzYkFCptRI21riLn89gCxKUoXKa0p3OYkKM4bE4acZMB9kd89rrLhuzyebuA9JocJq4rDi3JRMoEUcvuXSm0t1lA00+q4H0JhckC08q8fwLZ/kqleFVAo7piohTjULMKVtprBB4Bbi1DsiSlvYlQQNOnK7XZg4cp7c0peq8LJiy18OoPfIby5tluyvfspPingKZmFTzEXknwOjAqLm4hASQKVtIx+EBCYbLGPExQyN9SbOMQZus2Cn0kCj5Yh56L64FJNnAkFdgcuzivs+rInLU0MQhYCOxR2vtkiu3E6a8tR/z42ltpr5sjgbJGf2Cb0t41rhnbQPS4ZJx9XTEKjlur9wWyjEhfDDxR4v2ewEWYB+sNXGz/Xg18rAyvXsBqpb0BYeD/26GMfQU0pxQch0vIVsH7Ch2HcbBj7SOUN8l6YTy+LnyJeYisL8kQIWXWYQgD/3gY+NOB70aQfVtpz2Vmv1jBUZsklTCrBSyL+Owcyg8j1UCyAt7fKXpwAXYDUUGILhXsdIhoTihMJrDpscciSC522NxVApp9OUzARhyGK+2dn1Cg1GFljLKInEzUth1JXva+HLCH+HV1D2q37kMhvkd05I2rpfNIovOhwey27cnZJd8qAVNJ3ESHQGnvKqW9jZQIvivALsBVRJJEF6vCwG/Le5VXAl+PuWGM0l63jPYlrrexGsVowPSc8+zViLFxJTtvi12UMLCr2jEC0pVwOi5iM9BKdGzEBZjYNYmrJCk+bS9XeAP4sSNeQzFfahRasXrKAYSB/y4yr/GERKJ1HO5y6LQdL6BZHwb+MThzN0gS9zBZaS8qiqbWcAK4NQz89S6Y2WePSuvK45QuCxW8hnhff0/g+5WL1iF4BbghDHyXsWmziY8PPonRJVCgYLvTJIk9u11pb1BV4qWP1zBJKxOB5jDwX3DFWGnvCkwqQRy2hoH/Vv5FcYT7U5iUpCjkMNHeiVIIMPsGlcRbtGEijPLXseLXYeCfSChTFKSZV08VvijO0cgBLyObwa97v9SAUNq7DvidgPSPmFztU766M1we9oMoY70Qc+vY0yGGfcbHhOT3FtfDPMunZMctyax7NfBDYcP1jHmYZ43DujDwz+rl5Zx29yPLC5uqtHeXgK4uobQ3BfimgLSdMt6SkkkvrUdbwsam5gHAlQLmIxubmn/ferRlr4C2bqC0NwwT0ybxvC8ul1IcdfODmNk5Dl2B5Up7AwS0dQGbArYMWdGo40RkXpVVsA2YmyuU6UJgVT7xo55hn2EV5pkkmBsVXCipeCIJlwe4HHipnnuylf0PmBqYEmzE6Kgs/l8UycKOucuQ99zdmLzkt6KIYgdwu4S+EZN4LcFFmCzLurEurLXwW+TKPYwpoROpXKisMN1IzCZGJfFsTwDTajV40C4i5gPfqOC2NkzNNFFSkLhIfuvRlj2NTc3/oTLf3GBgVGNT8+5aM+Ps8ncpshzBQtwTBv4zUuIsi4OuxRQHfaWKe53B7orNwSSMV4pFwNcqcT1lXd62HVMSYGbW5W3tZvlszJZjNXWTFwFTKj1VJkmB5rsxdnKSAs3PY/ZP0yrQ3A3jQxuP8URUE5DdBtwD/Kgap2nSEuMjMeNY0hLjazBe2PUOSoyfj4lbGIcZBi5IwO4w8EXphFYKic+5SKFI/mZKF8k/UFAkvzsmPrf4pK5mTMRNXFCIBLuBG8PA/2sSJk4OErGLkaXI61xWC1fHPMRhE3CzxM6Ng5OzjFqPtrzb2NS8xPIbQnpH+OQDTtLCcczxQHe4OrXL+VE4tlDmbOArafBPCe2YtIWZrrNCU1OAze55FFkVwY7EOox9/qc0mKfew5T2Po8pluEyFMoFdgD3lXLzuESWB/ZNwhS+G0rHHdh3EtiKca0/l8WBfR115ORojJ06kvSPnGzFDAMrgbWOU7liUQuHpg7n9KGpyhHrEOOVWAG8kA/E6wjUzCxfcOxv4cKh1LG/cPYiZH/R6z1Z/Pwl+B+M3B/tFftqyQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  #loader-container-01:after from {
    -ms-transform: rotate(0deg);
  }
  #loader-container-01:after to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#printf {
  height: 0;
}

.reservation__recapitulation-r81546 {
  margin-bottom: 25px;
}

.reservation__recapitulation-r81546 h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  margin: 20px 0 15px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.reservation__recapitulation-r81546 .reservation-recapitulation__value {
  font-weight: bold;
}

.reservation__recapitulation-r81546 .reservation-recapitulation__total {
  text-align: right;
  margin: 26px 0;
}

.reservation__recapitulation-r81546 .reservation-recapitulation__total-label {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
}

@media only screen and (max-width: 769px) {
  .reservation__recapitulation-r81546 .reservation-recapitulation__total-label {
    margin-right: 10px;
  }
}

.reservation__recapitulation-r81546 .reservation-recapitulation__total-price {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 22px 12px 26px;
  background: #171b60;
  color: #FFFFFF;
}

.reservation__recapitulation-r81546 .reservation-recapitulation__services-table > div {
  border-top: 1px solid #DDDDDD;
  padding-top: 7px;
  padding-bottom: 7px;
}

.reservation__recapitulation-r81546 .reservation-recapitulation__services-table > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.rsv-h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  margin: 20px 0 15px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.rsv-h3 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  padding: 22px 0 7px;
  margin-bottom: 13px;
}

.continue-area {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  .continue-area {
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .continue-area {
    margin-top: 20px;
  }
}

.continue-area h2 {
  margin-bottom: 38px;
}

@media (max-width: 500px) {
  .continue-area h2 {
    margin-bottom: 15px;
  }
}

.continue-area .submit-button {
  display: block;
  text-align: left;
  padding: 10px 80px 10px 20px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .continue-area .submit-button {
    margin-top: 35px;
  }
}

.continue-area .submit-button input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  display: block;
  width: 100%;
}

.continue-area .submit-button__icon {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 73px;
  background: #F2C102;
}

.continue-area .submit-button__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 40px;
  font-weight: 700;
}

.continue-area .submit-button__text {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .continue-area .submit-button__text {
    font-size: 18px;
  }
}

.continue-area .submit-button__supporting-text {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .continue-area .submit-button__supporting-text {
    font-size: 12px;
  }
}

.continue-area .personal-policy-text {
  font-size: 12px;
  line-height: 1.25;
  color: #676767;
}

/*=====  End of Reservation  ======*/
/*=============================================>>>>>
= Výběr platby =
===============================================>>>>>*/
.vyber-zpusobu-platby-v2.panel-group-lists .panel {
  box-shadow: none;
  margin-bottom: 2rem;
  border-bottom: 0;
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-body {
  border: 1px solid #DDDDDD;
  border-top: 0 !important;
  padding-top: 20px !important;
}

.vyber-zpusobu-platby-v2.panel-group-lists p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .text-768-left {
    text-align: left !important;
  }
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-title a {
  font-size: 20px;
  font-weight: bold;
  color: #171b60;
  border-bottom: 2px solid;
  padding-left: 0;
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-title a .fa-minus-square-o {
  display: inline-block;
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-title a .fa-plus-square-o {
  display: none;
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-title a.collapsed .fa-minus-square-o {
  display: none;
}

.vyber-zpusobu-platby-v2.panel-group-lists .panel-title a.collapsed .fa-plus-square-o {
  display: inline-block;
}

.payment-exit .submit-button,
.rez-platba-item .submit-button,
.final-pages .submit-button {
  display: inline-block;
  text-align: left;
  padding: 10px 100px 10px 20px;
  position: relative;
}

.payment-exit .submit-button__link,
.payment-exit .submit-button input[type='submit'],
.rez-platba-item .submit-button__link,
.rez-platba-item .submit-button input[type='submit'],
.final-pages .submit-button__link,
.final-pages .submit-button input[type='submit'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  display: block;
  width: 100%;
}

.payment-exit .submit-button__icon,
.rez-platba-item .submit-button__icon,
.final-pages .submit-button__icon {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 73px;
  background: #036EA6;
}

.payment-exit .submit-button__icon::before,
.rez-platba-item .submit-button__icon::before,
.final-pages .submit-button__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 40px;
  font-weight: 700;
}

.payment-exit .submit-button__text,
.rez-platba-item .submit-button__text,
.final-pages .submit-button__text {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .payment-exit .submit-button__text,
  .rez-platba-item .submit-button__text,
  .final-pages .submit-button__text {
    font-size: 18px;
  }
}

.payment-exit .submit-button__supporting-text,
.rez-platba-item .submit-button__supporting-text,
.final-pages .submit-button__supporting-text {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .payment-exit .submit-button__supporting-text,
  .rez-platba-item .submit-button__supporting-text,
  .final-pages .submit-button__supporting-text {
    font-size: 12px;
    max-width: 150px;
  }
}

.rez-platba-item .submit-button__icon {
  background: #F2C102;
}

#PlatbaOnlinePrevod .bank-logo {
  margin-right: 25px;
  width: 200px;
}

.agmo_bloky {
  margin-top: 20px;
}

.paymentType td.payment-price, .payment-form td.payment-price {
  text-align: right;
}

.paymentType tr[id$=KZaplaceniTr], .payment-form tr[id$=KZaplaceniTr] {
  font-weight: bold;
}

.paymentType input[id$=CastkaNumericTextBox], .payment-form input[id$=CastkaNumericTextBox] {
  padding-right: 5px;
  margin-right: 5px;
  font-size: 15px;
}

.styled-radio {
  cursor: pointer;
}

.styled-radio input[type="radio"] {
  display: none;
}

.styled-radio input[type="radio"] + span {
  padding-left: 40px;
  line-height: 32px;
  position: relative;
  transition: all 0.4s ease;
}

.styled-radio input[type="radio"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.styled-radio input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0px;
  height: 0px;
  background: #171b60;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.styled-radio input[type="radio"]:checked + span {
  color: #171b60;
}

.styled-radio input[type="radio"]:checked + span::after {
  border-color: #171b60;
}

.styled-radio input[type="radio"]:checked + span::before {
  left: 6px;
  top: 3px;
  width: 12px;
  height: 12px;
}

.styled-radio input[type="radio"]:hover + span {
  color: #171b60;
}

.styled-radio input[type="radio"]:hover + span::after {
  border-color: #171b60;
}

/*=====  End of Výběr platby  ======*/
/*a {
 	color: #171b60;
  	text-decoration: underline;
  
  	&:link {
  		color: #171b60;
  		text-decoration: underline;
  	}
  
  	&:visited {
  		color: #171b60;
  		text-decoration: underline;
  	}
  
  	&:active {
  		color: #171b60;
  		text-decoration: underline;
  	}
}*/
section a, .tab-content a {
  text-decoration: underline;
}

section a:link, section a:visited, section a:active, .tab-content a:link, .tab-content a:visited, .tab-content a:active {
  text-decoration: underline;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  header .navbar-default .navbar-header {
    width: 100%;
  }
  header .navbar-default .navbar-header .navbar-brand {
    margin: 0px auto;
    display: block;
    width: 180px;
    float: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    float: none !important;
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  header .navbar-default .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}

.rsv-R81546-0 .reservation-recapitulation__service-name {
  font-weight: bold;
}

@media (max-width: 768px) {
  .reservation-recapitulation__service-price {
    text-align: left !important;
  }
}

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

.rsv-incactive-content input {
  height: 25px;
  width: 25px;
  margin: -3px 20px 40px -15px;
  float: left;
}

.rsv-incactive-content input,
.rsv-incactive-content label {
  cursor: pointer;
}

.dotaznik-klient img {
  margin: 10px 25px 0px 5px;
  float: left;
  width: auto;
  display: inline-block;
}

@media (max-width: 420px) {
  .dotaznik-klient img {
    display: none;
  }
}

.dotaznik-klient h3.textcolor {
  float: left;
  width: auto;
  margin: 25px 0px 10px;
  font-weight: 600;
}

.dotaznik-klient p {
  float: left;
  display: inline-block;
  margin: 0px 0px 40px;
  width: 70%;
  font-weight: 400;
  color: black;
  font-size: 20px;
}

.dotaznik-klient strong {
  font-weight: 900;
}

.dotaznik-klient hr {
  clear: both;
}

.rating-new-table {
  clear: both;
}

.rating-new-table > div > span {
  margin: 5px 0px;
  font-weight: 600;
}

.rating-new-table span,
.rating-new-table div {
  padding: 0px;
}

.rating-new-table > div {
  padding: 15px 0px;
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .rating-new-table > div:nth-of-type(2) > span,
  .rating-new-table > div:nth-of-type(4) > span {
    padding-left: 20px;
  }
}

.dotaznik-nadpis {
  /*text-align: right;*/
  line-height: 2.2;
}

@media (max-width: 1200px) {
  .dotaznik-nadpis {
    margin-top: 5px;
  }
}

.form--dotaznik-spokojenosti {
  font-size: 16px;
  line-height: 1.8;
}

.form--dotaznik-spokojenosti > h3:first-of-type {
  margin-top: 15px;
}

.form--dotaznik-spokojenosti h3 {
  font-weight: 600 !important;
}

@media (max-width: 1200px) {
  .form--dotaznik-spokojenosti .bootstrap-select {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
}

.form--dotaznik-spokojenosti .btn, .form--dotaznik-spokojenosti .dropdown-menu {
  font-size: 16px;
}

.form--dotaznik-spokojenosti .btn-lg, .form--dotaznik-spokojenosti .btn-group-lg > .btn {
  font-size: 20px;
}

.hotel-info .fa {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  color: #0c0;
}

.hotel-info .icons p.m0 {
  margin-bottom: 0;
}

.width-70 {
  max-width: 900px;
}

#reservation-form .roomNumber {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

.reservation-items {
  margin-bottom: 50px;
}

.hotel .banner .flex {
  display: flex;
}

.hotel .banner .ali-center {
  align-items: center;
}

/* nulový okraj pro všechny sloupce */
.no-gutter {
  margin: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.loader-box {
  opacity: 1;
  text-align: center;
  margin: 20px 0;
  background: #f5f7fa;
  padding: 20px;
  border-radius: 3px;
}

.loader-box__icon {
  color: #171b60;
  vertical-align: middle;
}

.loader-box__text {
  vertical-align: middle;
  color: #171b60;
}

.ajax-panel.loading .hotel-box {
  opacity: .5;
}

.loading-results {
  display: none;
}

.loading .loading-results {
  display: inline-block;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.ui_tpicker_minute select,
.ui_tpicker_hour select {
  width: 100%;
}

.ui-timepicker-div dl dt.ui_tpicker_hour_label, .ui-timepicker-div dl dt.ui_tpicker_minute_label {
  padding: 8px 0 0 5px;
}

.ui-datepicker-buttonpane button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  background-color: #337ab7;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
}

.ui-datepicker-buttonpane button:hover {
  background-color: #286090;
}

.rsv-room-price {
  background: rgba(0, 72, 131, 0.07);
  padding: 15px;
  font-weight: bold;
  position: relative;
  text-align: right;
}

.rsv-room-price .rsv-room-price-label {
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
}

.rsv-room-price .rsv-room-price-value {
  height: 100%;
  background: #171b60;
  padding: 15px;
  color: #fff;
  float: right;
  margin: -15px;
}

.xmas-table {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.xmas-table td {
  padding: 5px 10px !important;
}

.xmas-table td:first-child {
  font-weight: bold;
}

.xmas-table td:last-child {
  color: #171b60;
  text-align: right;
}

.xmas-table tr:first-child td {
  background: #171b60;
  color: #fff;
  text-align: center;
  border-bottom: 14px solid #fff;
}

.xmas-table tr:nth-child(odd) {
  background: #eee;
}

.xmas-table .color {
  color: red !important;
}

h2.black {
  color: #080808;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 16px;
}

.review-row {
  width: 100%;
  position: relative;
  float: left;
}

.review-panels {
  width: calc(100% - 320px);
  position: relative;
  float: left;
}

.review-all {
  width: 300px;
  float: left;
  padding-left: 50px;
  border-left: 1px solid #ccc;
}

.review-all span {
  width: 100%;
  float: left;
  font-weight: bold;
  line-height: 70px;
}

.review-panel-container {
  float: left;
  width: 100%;
  margin: 8px 0px;
}

.review-panel-background {
  width: calc(100% - 205px);
  background: #eaeaea;
  float: left;
  height: 29px;
}

.review-panel-color {
  float: left;
  /*width: 80%;*/
  background-color: #8baddb;
  color: #fff;
  font-weight: bold;
  height: 29px;
}

.review-panel-container span {
  padding: 1px 10px;
  float: left;
  background: #171b60;
  width: 125px;
  height: 29px;
  color: #fff;
  font-weight: bold;
}

.review-panel-text {
  width: 80px;
  float: left;
  line-height: 27px;
  text-align: center;
  color: #070707;
  font-weight: bold;
}

.review-all-name {
  color: #aaa;
}

.review-all-result {
  color: #171b60;
  font-size: 70px;
  line-height: 35px !important;
}

.review-top-panel {
  float: left;
  width: 100%;
  padding: 30px 0px 8px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}

.review-mid-panel {
  float: left;
  width: 100%;
  padding: 15px 0px 0px;
}

.review-top-panel-name {
  float: left;
  font-weight: bold;
  font-size: 22px;
  margin-right: 20px;
}

.review-top-panel-name--first-letter {
  display: inline-block;
  visibility: hidden;
  width: 17px;
}

.review-top-panel-name--first-letter:first-letter {
  visibility: visible;
}

.review-top-panel-result {
  float: left;
  font-weight: bold;
  color: #171b60;
  font-size: 22px;
}

.review-top-panel-date {
  float: right;
  color: #aaa;
}

.review-mid-panel p {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  padding-left: 60px;
  position: relative;
}

.review-mid-panel-plus::before {
  content: "\e980";
  font-family: 'icomoon' !important;
  color: #93bf20;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 28px;
}

.review-mid-panel-minus::before {
  content: "\e97f";
  font-family: 'icomoon' !important;
  color: #93bf20;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 28px;
}

.review-button {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
}

.review-button--no-margin {
  margin: 0;
  border: 0;
}

@media screen and (max-width: 640px) {
  .review-panels {
    width: 100%;
  }
  .review-all {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0px solid #ccc;
  }
}

.label.name, span.name {
  width: 100%;
  float: left;
  text-align: left;
  padding: 10px 0;
  margin: 10px 0 0;
  background: none;
  border-bottom: 1px solid #fff;
  color: #0081bf;
  border-radius: 0;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
}

.label.name.border {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

th, td {
  padding: 0px 10px 0px 0;
}

span.required span {
  display: none;
}

#napsat-recenzi {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  border-bottom: 0 !important;
}

#napsat-recenzi input[type="text"], #napsat-recenzi textarea {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  resize: none;
}

#libit-input, #nelibit-input {
  padding-left: 0;
  padding-right: 10px;
}

textarea {
  line-height: 18px;
  height: 100px;
}

.hodnoceni-jmeno textarea {
  height: 47px !important;
}

#napsat-recenzi input[type="submit"] {
  margin-top: 10px;
}

#napsat-recenzi {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #napsat-recenzi {
    border-bottom: 1px solid #ddd;
  }
}

table.rating-table {
  width: 100%;
}

table.rating-table th {
  width: 33.33333%;
  text-align: right;
}

table.rating-table th:first-letter {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  table.rating-table th {
    width: 100%;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  table.rating-table th {
    width: 25%;
    display: table-cell;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  table.rating-table td {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  table.rating-table td {
    display: table-cell;
  }
}

.absolute {
  position: absolute;
  bottom: 0;
  left: 11px;
}

@media screen and (max-width: 1200px) {
  .absolute {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.relative {
  position: relative;
}

#napsat-recenzi textarea {
  margin-bottom: 10px;
  margin-top: 6px;
}

#napsat-recenzi label#jmeno,
#napsat-recenzi label#email {
  padding-right: 12px;
}

#jmeno-input textarea,
#email-input textarea {
  height: 33px;
  margin: 5px 10px 5px 0;
  padding: 5px;
}

.mt-5 {
  margin-top: 150px;
}

.border-top-1 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.section.newsletter h2 {
  margin-top: 10px;
}

.check-completion {
  border: 0 !important;
  padding: 0 !important;
  width: 200px !important;
  height: 1px !important;
  overflow: hidden;
  display: block;
}

.captcha-review div:first-child {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .captcha-review div:first-child {
    text-align: right;
  }
}

.captcha-review-form {
  position: relative;
}

@media screen and (max-width: 380px) {
  .captcha-review-form {
    height: 120px;
  }
}

.captcha-review-form img {
  position: absolute;
  left: calc(150px + 10px);
  top: 0;
}

@media screen and (max-width: 380px) {
  .captcha-review-form img {
    left: 0;
    top: 50px;
  }
}

.captcha-review-form .captcha-text > span:first-child {
  position: absolute;
  display: none;
}

.captcha-review-form input[name$=captchaControl] {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px !important;
  height: 40px;
}

.captcha-review-form [id$=ErrorMessageLabel] {
  position: absolute;
  right: 0;
  color: #c00;
  width: 150px;
  background: #ffe0e0;
  padding: 10px 15px;
  line-height: 1.5;
}

#napsat-recenzi .check-completion {
  display: none;
}

.near-fly .date {
  color: #aaa;
}

.near-fly .hotel {
  text-decoration: underline;
}

.near-fly .label-red {
  background: #c00;
}

.nav-tabs {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-tabs.wrap {
  flex-wrap: wrap;
}

.contact__item {
  float: right;
}

@media (max-width: 1199px) {
  .contact__item {
    text-align: left;
    float: left;
    margin-right: 10px;
  }
  .contact__item:last-of-tyoe {
    text-align: left;
    float: left;
  }
}

.contact__item:last-of-tyoe {
  margin-right: 10px;
}

.noUi-handle {
  border-radius: 20px !important;
  outline-color: transparent;
}

.noUi-horizontal .noUi-handle {
  width: 28px !important;
  height: 28px !important;
  top: -11px !important;
}

.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.noUi-horizontal {
  height: 8px !important;
}

.noUi-touch-area {
  outline-color: transparent;
}

.newsearch {
  float: left;
  width: 100%;
  min-height: 75px;
  position: relative;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  background: #fff;
}

.newsearch__destination-whisper {
  float: left;
  width: 100%;
  padding: 5px 5px 0 5px;
  border: 1px solid #ddd;
  cursor: text;
  position: relative;
}

.newsearch__destination-whisper .js-destination-result {
  position: absolute;
  left: -1px;
  top: calc(100% - 1px);
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  z-index: 1;
  max-height: 150px;
  overflow: auto;
  text-align: center;
  /*display: none;*/
}

.newsearch__destination-whisper .js-destination-result .js-closeresult {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}

.newsearch__destination-whisper .js-destination-result .js-closeresult::after {
  content: "\0000D7";
  font-size: 20px;
  color: #171b60;
}

.newsearch__destination-whisper .js-destination-result .js-closeresult::after:hover {
  color: #000;
}

.newsearch__destination-whisper .js-destination-result span {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  text-align: left;
}

.newsearch__destination-whisper .js-destination-result span:hover {
  background: #eee;
}

.newsearch__destination-whisper .js-destination-result .js-alert {
  float: left;
  width: 100%;
  line-height: 36px;
  padding: 0 10px;
  color: #f00;
  text-align: left;
}

.newsearch__destination-whisper .js-destination-result i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 20px;
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid #171b60;
  border-bottom: 5px solid #171b60;
  border-radius: 20px;
  -webkit-animation: rotating 1s ease infinite;
  -moz-animation: rotating 1s ease infinite;
  -ms-animation: rotating 1s ease infinite;
  -o-animation: rotating 1s ease infinite;
  animation: rotating 1s ease infinite;
}

.newsearch__destination-whisper:hover {
  background: #eee;
}

.newsearch__destination-whisper .js-destinations-items span {
  float: left;
  padding: 0 23px 0 10px;
  background: #171b60;
  color: #fff;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 25px;
  position: relative;
  cursor: pointer;
}

.newsearch__destination-whisper .js-destinations-items span:hover {
  background: #000;
}

.newsearch__destination-whisper .js-destinations-items span::after {
  content: "\0000D7";
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 15px;
}

.newsearch__destination-whisper input {
  float: left;
  width: auto;
  height: 25px;
  line-height: 23px;
  padding: 0 3px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
}

.newsearch__destination-whisper input:focus {
  outline: 0;
}

.newsearch__destination-whisper input:focus + .js-destination-result {
  display: block;
}

.newsearch__select {
  float: left;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
}

.newsearch__select select {
  display: none;
}

.newsearch__select-placeholder {
  float: left;
  width: 100%;
  padding: 0 25px 0 10px;
  z-index: 1;
  line-height: 31px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.newsearch__select-placeholder:hover {
  background: #eee;
}

.newsearch__select-placeholder.default {
  color: #999;
}

.newsearch__select-placeholder.active {
  color: #333;
}

.newsearch__select-options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 2;
  max-height: 212px;
  overflow: auto;
}

.newsearch__select-options span {
  float: left;
  width: 100%;
  padding: 5px 20px;
  cursor: pointer;
}

.newsearch__select-options span:hover, .newsearch__select-options span.active {
  background: #eee;
}

.newsearch__offset {
  width: 100%;
  float: left;
  margin-top: -39px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__offset-minus, .newsearch__offset-plus {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ddd;
  color: #171b60;
  cursor: pointer;
}

.newsearch__offset-minus.disabled, .newsearch__offset-plus.disabled {
  cursor: default;
  opacity: 0.3;
  background: #ddd !important;
  color: #171b60 !important;
}

.newsearch__offset-minus:hover, .newsearch__offset-plus:hover {
  color: #212789;
  background: #eee;
}

.newsearch__offset-minus::after {
  content: "\002212";
}

.newsearch__offset-plus::after {
  content: "\00002B";
}

.newsearch__offset-value {
  display: inline-block;
}

.newsearch__offset-value input {
  width: 42px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  cursor: normal;
}

.newsearch__maxspace {
  float: left;
  width: 100%;
  height: 20px;
}

.newsearch__space {
  float: left;
  width: 100%;
  height: 10px;
}

.newsearch__label {
  float: left;
  width: 100%;
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__sublabel {
  float: left;
  width: 100%;
  margin-top: -10px;
  color: #999;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__filters {
  float: left;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
}

.newsearch__filters-item {
  float: left;
  padding: 2px 27px 2px 10px;
  border-radius: 3px;
  background: #171b60;
  color: #fff;
  position: relative;
  margin: 0 10px 5px 0;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__filters-item + .newsearch__filters-item {
  display: block !important;
}

.newsearch__filters-item--all {
  background: #639144;
  display: none;
}

.newsearch__filters-item:hover {
  background: #000;
  color: #fff;
}

.newsearch__filters-item::after {
  content: "\002716";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
}

.newsearch__extended {
  float: left;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .newsearch__extended {
    margin-top: 0;
    float: none;
  }
}

.newsearch__item {
  float: left;
  width: 25%;
  max-height: 65px;
  position: relative;
  padding: 5px;
}

.newsearch__item--small {
  width: 16.6666%;
}

.newsearch__item--large {
  width: 33.33%;
}

.newsearch__item--middle {
  width: 21%;
}

@media (max-width: 991px) and (min-width: 579px) {
  .newsearch__item {
    width: 50%;
  }
  .newsearch__item .small-right {
    left: auto;
    right: 5px;
  }
  .newsearch__item .small-right::before {
    left: auto;
    right: 30px;
  }
  .newsearch__item .small-right::after {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 580px) {
  .newsearch__item {
    width: 100%;
  }
}

.newsearch__item > label {
  float: left;
  width: 100%;
  line-height: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

@media (max-width: 991px) {
  .newsearch__item > label {
    display: none;
  }
}

.newsearch__placeholder {
  float: left;
  width: 100%;
  line-height: 32px;
  height: 34px;
  padding: 0 25px 0 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #888;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__placeholder::before {
  content: "❮";
  position: absolute;
  transform: rotate(90deg);
  right: 10px;
  top: -4px;
  font-size: 11px;
  color: #000;
}

.newsearch__placeholder::after {
  content: "❯";
  position: absolute;
  transform: rotate(90deg);
  right: 10px;
  bottom: -3px;
  font-size: 11px;
  color: #000;
}

.newsearch__placeholder.active {
  color: inherit;
}

.newsearch__placeholder:hover {
  background: #eee;
}

.newsearch__termrange {
  float: left;
  width: 100%;
}

.newsearch__termrange i {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #171b60;
}

.newsearch__termrange input {
  padding-left: 32px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newsearch__termrange input:hover {
  background: #eee;
}

.newsearch__termrange-from {
  float: left;
  width: calc(50% - 5px);
  margin-right: 5px;
  position: relative;
}

@media (max-width: 579px) {
  .newsearch__termrange-from {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.newsearch__termrange-to {
  float: left;
  width: calc(50% - 5px);
  margin-left: 5px;
  position: relative;
}

@media (max-width: 579px) {
  .newsearch__termrange-to {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

.newsearch__nightsrange {
  padding: 7px 45px !important;
}

.newsearch__nightsrange-values {
  margin-top: -23px;
}

.newsearch__offsetrange {
  padding: 7px 45px 7px 10px !important;
}

.newsearch__offsetrange-values {
  margin-top: -23px;
}

.newsearch__pricerange, .newsearch__nightsrange, .newsearch__offsetrange {
  float: left;
  width: 100%;
  padding: 15px;
}

.newsearch__pricerange .noUi-connect, .newsearch__nightsrange .noUi-connect, .newsearch__offsetrange .noUi-connect {
  background: #ff9000;
}

.newsearch__pricerange-value, .newsearch__nightsrange-value, .newsearch__offsetrange-value {
  float: right;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  text-align: left !important;
}

.newsearch__pricerange-value input, .newsearch__nightsrange-value input, .newsearch__offsetrange-value input {
  width: 70px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  display: none;
}

.newsearch__pricerange-value input:focus, .newsearch__nightsrange-value input:focus, .newsearch__offsetrange-value input:focus {
  outline: none;
}

.newsearch__pricerange-values, .newsearch__nightsrange-values, .newsearch__offsetrange-values {
  float: left;
  width: 100%;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__pricerange-values input, .newsearch__nightsrange-values input, .newsearch__offsetrange-values input {
  width: 70px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  display: none;
}

.newsearch__pricerange-values input:focus, .newsearch__nightsrange-values input:focus, .newsearch__offsetrange-values input:focus {
  outline: none;
}

.newsearch__pricerange-values-min, .newsearch__nightsrange-values-min, .newsearch__offsetrange-values-min {
  text-align: left !important;
  float: left;
}

.newsearch__pricerange-values-max, .newsearch__nightsrange-values-max, .newsearch__offsetrange-values-max {
  text-align: right !important;
  float: right;
}

.newsearch__modal {
  position: absolute;
  top: calc(100% + 15px);
  left: 5px;
  width: 500px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 51;
  display: none;
}

@media (max-width: 580px) {
  .newsearch__modal {
    position: fixed;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 30px 25px rgba(0, 0, 0, 0.6);
    z-index: 10000000000;
    transition: all 0.4s ease;
  }
}

.newsearch__modal::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -9px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  z-index: 1;
  transform: rotate(45deg);
}

@media (max-width: 580px) {
  .newsearch__modal::before {
    display: none;
  }
}

.newsearch__modal::after {
  content: "";
  position: absolute;
  left: 30px;
  top: -7px;
  width: 15px;
  height: 15px;
  z-index: 1;
  background: #fff;
  transform: rotate(45deg);
}

@media (max-width: 580px) {
  .newsearch__modal::after {
    display: none;
  }
}

.newsearch__modal strong {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.newsearch__modal ul.deststyl {
  margin-bottom: 10px;
}

.newsearch__modal ul.deststyl:last-of-type {
  margin-bottom: 0;
}

.newsearch__modal-headline {
  float: left;
  width: 100%;
  line-height: 15px;
  height: 55px;
  padding: 20px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  background: #fff;
}

@media (max-width: 580px) {
  .newsearch__modal-headline {
    position: absolute;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.newsearch__modal-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #171b60;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__modal-close:hover {
  color: #000;
}

.newsearch__modal-content {
  float: left;
  width: 100%;
  padding: 0 20px 10px 20px;
}

@media (max-width: 580px) {
  .newsearch__modal-content {
    margin-top: 65px;
    padding: 10px 20px;
    height: calc(100% - 130px);
    overflow: auto;
  }
}

.newsearch__modal-content ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsearch__modal-content li {
  float: left;
  width: 50%;
}

@media (max-width: 580px) {
  .newsearch__modal-content li {
    width: 100%;
  }
}

.newsearch__modal-content--full {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.newsearch__modal-content--full > label {
  float: left;
  width: 100%;
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__modal-content--full li {
  width: 100%;
}

.newsearch__modal-content--full-quarter {
  float: left;
  width: 100%;
}

.newsearch__modal-content--full-quarter > label {
  float: left;
  width: 100%;
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__modal-content--full-quarter li {
  width: 33.3333333%;
}

.newsearch__modal-content--half {
  float: left;
  width: 45%;
  padding-right: 10px;
  border-right: 1px solid #eee;
}

@media (max-width: 579px) {
  .newsearch__modal-content--half {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-left: 0;
  }
}

.newsearch__modal-content--half.no-border {
  border-right: 0;
}

.newsearch__modal-content--half.with-border {
  border-left: 1px solid #eee;
}

.newsearch__modal-content--half.fixed-label > div > div > label {
  line-height: 19px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.newsearch__modal-content--half > label {
  float: left;
  width: 100%;
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsearch__modal-content--half li {
  width: 100%;
}

.newsearch__modal-content--half + div.newsearch__modal-content--half {
  width: 55%;
  padding-left: 40px;
  padding-right: 0;
  border-right: 0;
}

@media (max-width: 579px) {
  .newsearch__modal-content--half + div.newsearch__modal-content--half {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 579px) {
  .newsearch__modal-content--half + div.newsearch__modal-content--half > label {
    margin-top: 20px;
  }
}

.newsearch__modal-content input[type="checkbox"] {
  display: none;
}

.newsearch__modal-content input[type="checkbox"] + label, .newsearch__modal-content input[type="checkbox"] + span {
  float: left;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  color: #888;
  padding-left: 32px;
  line-height: 19px;
  margin-bottom: 7px;
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__modal-content input[type="checkbox"] + label::before, .newsearch__modal-content input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
}

.newsearch__modal-content input[type="checkbox"] + label::after, .newsearch__modal-content input[type="checkbox"] + span::after {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 1px;
  font-size: 16px;
  opacity: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsearch__modal-content input[type="checkbox"] + label:hover, .newsearch__modal-content input[type="checkbox"] + span:hover {
  color: #000;
}

.newsearch__modal-content input[type="checkbox"] + label:hover::before, .newsearch__modal-content input[type="checkbox"] + span:hover::before {
  border-color: #000;
}

.newsearch__modal-content input[type="checkbox"] + label:hover::after, .newsearch__modal-content input[type="checkbox"] + span:hover::after {
  color: #000;
}

.newsearch__modal-content input[type="checkbox"]:checked + label, .newsearch__modal-content input[type="checkbox"]:checked + span {
  color: #171b60;
}

.newsearch__modal-content input[type="checkbox"]:checked + label::before, .newsearch__modal-content input[type="checkbox"]:checked + span::before {
  border-color: #171b60;
}

.newsearch__modal-content input[type="checkbox"]:checked + label::after, .newsearch__modal-content input[type="checkbox"]:checked + span::after {
  opacity: 1;
  color: #171b60;
}

.newsearch__modal-content input[type="checkbox"]:checked + label:hover, .newsearch__modal-content input[type="checkbox"]:checked + span:hover {
  color: #000;
}

.newsearch__modal-content input[type="checkbox"]:checked + label:hover::before, .newsearch__modal-content input[type="checkbox"]:checked + span:hover::before {
  border-color: #000;
}

.newsearch__modal-content input[type="checkbox"]:checked + label:hover::after, .newsearch__modal-content input[type="checkbox"]:checked + span:hover::after {
  color: #000;
}

.newsearch__modal-content input[type="checkbox"]:disabled + label, .newsearch__modal-content input[type="checkbox"]:disabled + span {
  color: #000;
  opacity: 0.4;
}

.newsearch__modal-content input[type="checkbox"]:disabled + label::before, .newsearch__modal-content input[type="checkbox"]:disabled + span::before {
  border-color: #000;
}

.newsearch__modal-content input[type="checkbox"]:disabled + label::after, .newsearch__modal-content input[type="checkbox"]:disabled + span::after {
  color: #000;
}

.newsearch__modal-footline {
  float: left;
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: #fff;
}

@media (max-width: 580px) {
  .newsearch__modal-footline {
    position: absolute;
    bottom: 0;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
  }
}

.newsearch__modal-footline-text {
  float: left;
  line-height: 35px;
  font-size: 12px;
  margin: 0 2px 0 15px;
}

.newsearch__modal-footline-button {
  padding: 0 20px;
  cursor: pointer;
  line-height: 33px;
  border: 1px solid;
  font-weight: bold;
  font-size: 12px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.newsearch__modal-footline-button--outline {
  padding: 0;
  float: left;
  color: #171b60;
  border-color: transparent;
}

.newsearch__modal-footline-button--outline:hover {
  color: #f00;
  border-color: transparent;
}

.newsearch__modal-footline-button--blue {
  float: left;
  background: #171b60;
  color: #fff;
  border-color: #171b60;
}

.newsearch__modal-footline-button--blue:hover {
  background: #212789;
  border-color: #212789;
}

.newsearch__modal--medium {
  width: 320px;
}

@media (max-width: 580px) {
  .newsearch__modal--medium {
    width: calc(100% - 20px);
  }
}

.newsearch__modal--small {
  width: 300px;
}

@media (max-width: 580px) {
  .newsearch__modal--small {
    width: calc(100% - 20px);
  }
}

.newsearch__modal--small li {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .newsearch__modal--right {
    left: auto;
    right: 5px;
  }
  .newsearch__modal--right::before {
    left: auto;
    right: 30px;
  }
  .newsearch__modal--right::after {
    left: auto;
    right: 30px;
  }
}

.newsearch__empty {
  float: left;
  width: 16%;
  min-height: 1px;
}

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

.newsearch__button {
  position: absolute;
  right: 0;
  top: 0;
  width: 16%;
  height: 75px;
  line-height: 75px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #f00;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

@media (max-width: 991px) {
  .newsearch__button {
    position: relative;
    float: right;
    width: auto;
    font-size: inherit;
    line-height: 40px;
    right: auto;
    top: auto;
    height: auto;
    padding: 0 40px;
    margin: 5px;
  }
}

@media (max-width: 580px) {
  .newsearch__button {
    width: calc(100% - 10px);
  }
}

.newsearch__button:hover {
  background: #171b60;
}

.modal-loader {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  display: none;
}

.modal-loader__center-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.modal-loader__center-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
}

.modal-loader__center-container .loader-bg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.modal-loader__center-container .loader {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-left: 4px solid #171b60;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotating 1s ease infinite;
  -moz-animation: rotating 1s ease infinite;
  -ms-animation: rotating 1s ease infinite;
  -o-animation: rotating 1s ease infinite;
  animation: rotating 1s ease infinite;
}

.modal-loader__center-container .loader-2 {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-left: 4px solid #171b60;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotating2 2s ease infinite;
  -moz-animation: rotating2 2s ease infinite;
  -ms-animation: rotating2 2s ease infinite;
  -o-animation: rotating2 2s ease infinite;
  animation: rotating2 2s ease infinite;
}

.small-loader {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-left: 4px solid #171b60;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #171b60;
  border-top: 4px solid transparent;
  border-radius: 12px;
  display: none;
  -webkit-animation: rotating 1s ease infinite;
  -moz-animation: rotating 1s ease infinite;
  -ms-animation: rotating 1s ease infinite;
  -o-animation: rotating 1s ease infinite;
  animation: rotating 1s ease infinite;
}

.small-loader.active {
  display: block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating2 /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating2 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.datepickers-container {
  z-index: 9999999999;
}

.sim-placeholder {
  border: 1px solid #ddd;
  /* line-height: 31px; */
  padding-left: 8px;
  width: 100%;
}

@media (max-width: 670px) {
  .pagingArrows .pagination .page-link--arrow {
    display: unset;
  }
}

.newsr {
  float: left;
  width: 100%;
}

.newsr .hotel-list-item .location {
  margin-bottom: 8px;
}

.newsr .paging {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}

.newsr .paging span.number {
  display: inline-block;
  margin: -2px;
  width: 33px;
  line-height: 31px;
  height: 33px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.newsr .paging span.number:hover {
  background: #eee;
}

.newsr .paging span.current {
  display: inline-block;
  margin: -2px;
  width: 33px;
  line-height: 31px;
  height: 33px;
  border: 1px solid #171b60;
  background: #171b60;
  color: #fff;
  font-weight: bold;
}

.newsr .paging span.arrow {
  display: inline-block;
  margin: -2px;
  width: auto;
  padding: 0 10px;
  line-height: 31px;
  height: 33px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.newsr .paging span.arrow:hover {
  background: #eee;
}

.newsr__nav {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.newsr__top {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.newsr__left {
  float: left;
  width: 70%;
}

@media (max-width: 500px) {
  .newsr__left {
    width: 100%;
  }
}

.newsr__left a {
  float: left;
  line-height: 33px;
  padding: 0 20px;
  background: #F5F7FA;
  margin-right: 5px;
  text-decoration: none !important;
}

@media (max-width: 500px) {
  .newsr__left a {
    width: 33%;
    margin-right: 0px;
    font-size: 11px;
    white-space: nowrap;
    padding: 0 10px;
  }
}

.newsr__left a.active {
  background: #171b60;
  color: #fff;
}

.newsr__left a:hover {
  background: #000;
  color: #fff;
}

.newsr__right {
  float: right;
  width: 30%;
}

@media (max-width: 500px) {
  .newsr__right {
    display: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.newsr__right .sr__changeview {
  width: auto;
}

@media (max-width: 500px) {
  .newsr__right .sr__changeview {
    width: 100%;
  }
}

.newsr__right .sr__changeview a {
  display: block;
  float: left !important;
  width: 50%;
}

.newsr__breadcrumb {
  text-align: left !important;
  padding: 8px 0px;
}

.newsr .hotel-list-item {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .newsr .hotel-list-item .buttons {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 500px) {
  .newsr .hotel-list-item .buttons {
    width: 99%;
  }
}

.newsr .hotel-list-item .btn {
  padding: 6px 22px 4px 22px;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .newsr .hotel-list-item .btn {
    width: 50%;
  }
}

.newsr .hotel-list-item .btn i {
  position: relative;
  top: -2px;
}

.newsr .hotel-list-item .btn .fa-check {
  width: 18px;
  height: 18px;
  line-height: 14px;
  border: 2px solid #000;
  border-radius: 9px;
  font-size: 10px;
}

.newsr .hotel-list-item .left-infobox {
  width: calc(100% - 251px);
  min-height: 112px;
  float: left;
}

@media (max-width: 992px) {
  .newsr .hotel-list-item .left-infobox {
    display: none;
  }
}

.newsr .hotel-list-item .left-infobox ul.equipment {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 115px;
  overflow: hidden;
}

.newsr .hotel-list-item .left-infobox ul.equipment li {
  float: left;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  padding-left: 30px;
  color: #999;
  margin: 1.8px 0;
}

.newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(9), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(10), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(11), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(12), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(13), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(14), .newsr .hotel-list-item .left-infobox ul.equipment li:nth-child(15) {
  display: none;
}

.newsr .hotel-list-item .left-infobox ul.equipment li::before {
  font-family: "icomoon";
  content: "\e93b";
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.newsr .hotel-list-item .right-price {
  width: 230px;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

@media (max-width: 992px) {
  .newsr .hotel-list-item .right-price {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .newsr .hotel-list-item .right-price {
    margin-bottom: 50px;
  }
}

.newsr .hotel-list-item .right-price .label {
  margin-bottom: 5px;
  display: inline-block;
}

.newsr .hotel-list-item .right-price strong {
  width: calc(100% - 65px);
  float: left;
}

.newsr .hotel-list-item .right-price strong.name-price {
  width: 65px;
  font-size: 12px;
  color: #888;
}

.newsr .hotel-list-item .right-price .big-price {
  font-size: 22px;
  color: #171b60;
  letter-spacing: -1px;
  font-weight: bold;
}

.newsr .hotel-list-item .right-price .medium-price {
  font-size: 18px;
  color: #000000;
}

/* override */
.hotel-list-item .nopadding {
  min-height: 284.44px;
  box-sizing: border-box;
}

.hotel-list-item .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.hotel-list-item .buttons .btn {
  min-height: 32px;
}

.hotel-list-item .padding {
  padding-bottom: 9px;
}

.hotel-list-item__name .icon-star, .hotel-list-item .fa-plus {
  vertical-align: super;
  font-size: 13px;
}

.hotel-list-item .fa-plus {
  font-size: 11px;
}

.hotel-list-item .btn--w150 {
  width: 150px;
}

.hotel-list-item .default-color {
  color: #282828;
}

/**/
.px-2 {
  padding: 10px;
  position: relative;
  width: 25%;
  float: left;
  white-space: nowrap;
}

.px-2 button {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.px-2 button:focus {
  outline: none;
}

.search-vv .px-2 {
  width: 100% !important;
  float: none;
  white-space: nowrap;
}

.js-select2 {
  float: left;
  width: 100%;
  position: relative;
}

.js-select2 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  float: left;
  width: 100%;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ddd;
  font-size: 12px;
}

.fm-down-arrow::before {
  content: "❮";
  position: absolute;
  transform: rotate(90deg);
  right: 8px;
  top: 0;
  font-size: 11px;
  color: #000;
  font-style: normal;
}

.fm-down-arrow::after {
  content: "❯";
  position: absolute;
  transform: rotate(90deg);
  right: 8px;
  bottom: 0;
  font-size: 11px;
  color: #000;
  font-style: normal;
}

.js-select2 select:focus {
  outline: none;
}

.search-form .px-2 i {
  position: absolute;
  right: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 50px;
  background: #f9e426;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 10px solid #fff;
  z-index: 1;
  pointer-events: none;
}

.search-form .px-2 i.fix--2 {
  height: 100%;
  right: 0;
  top: 0;
}

.search-form .px-2 i::before {
  color: #333 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.4s ease;
}

.js-persons-button {
  border: none;
  display: block;
  /*padding-left: 10px;	
	padding-right: 10px;	
	margin-left: 10px;
	margin-right: 10px;
	*/
  padding: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  line-height: 16px;
}

.js-persons-button + .persons-modal {
  display: none;
}

.js-persons-button.active + .persons-modal {
  display: block;
}

.ss-search-item {
  /* MODAL PRO OSOBY A POKOJE */
}

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

.ss-search-item .row:after {
  clear: both;
}

.ss-search-item .persons-modal {
  padding-right: 0px !important;
  position: relative;
  z-index: 21;
}

.ss-search-item .persons-modal .modal-body .row {
  position: relative;
  padding: 25px 0px 0 0;
}

.ss-search-item .persons-modal .modal-body > div > div {
  counter-increment: myIndex;
}

.ss-search-item .persons-modal .modal-body > div > div:before {
  content: counter(myIndex) ". Pokoj";
  position: absolute;
  left: 15px;
  top: 0px;
  height: 26px;
  width: calc(100% - 30px);
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}

.ss-search-item .persons-modal .modal-footer {
  padding-top: 0;
}

.ss-search-item .persons-modal button {
  -webkit-appereance: none;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  height: 36px;
  font-size: 12px;
  color: white;
  border: none;
  background: #171b60;
  font-weight: 700;
  cursor: pointer;
  padding: 0 10px;
  margin: 5px;
}

@media (max-width: 420px) {
  .ss-search-item .persons-modal button {
    width: 100%;
  }
}

.ss-search-item .persons-modal button.modal-delete {
  background: #ce9494;
  color: #fff;
  border: none;
}

.ss-search-item .persons-modal .modal {
  /*            
			&-send {
                -webkit-appearance: none;
                border: 0px;
                // background: $color-basic-3;
                color: #fff;
                padding: 10px 25px;
                margin: 10px 10px 0;
            }
			&-add-room {
                float: none;
                -webkit-appearance: none;
                // border: 1px solid $color-basic-3;
                // color: $color-basic-3;
                background: #fff;
                padding: 10px 15px;
                margin: 10px 10px 20px 0px;
            	
  				.fa {
    				// color: $color-basic-3;
    			}
            }
			&-remove-room {
                float: none;
                -webkit-appearance: none;
                // border: 1px solid $color-basic-1;
                // color: $color-basic-1;
                background: #fff;
                padding: 10px 15px;
                margin: 10px 0px 20px;
            	
  				.fa {
    				// color: $color-basic-1;
    			}
            }
*/
}

@media (max-width: 800px) {
  .ss-search-item .persons-modal .modal-dialog {
    width: 100%;
  }
}

.ss-search-item .persons-modal .modal-title {
  margin: 0px;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 222px) {
  .ss-search-item .persons-modal .modal-title {
    font-size: 14px;
  }
}

.ss-search-item .persons-modal .modal-footer {
  /*border-top: 1px solid #eee;*/
  text-align: center;
}

.ss-search-item .persons-modal .modal-close {
  float: right;
  -webkit-appearance: none;
  border: 0px;
  background: #fff;
  height: 50px;
  width: 50px;
  font-size: 35px;
  opacity: 1.0;
}

.ss-search-item .persons-modal .modal-close:hover, .ss-search-item .persons-modal .modal-close:focus, .ss-search-item .persons-modal .modal-close:active {
  border: 0px;
  outline: 0px;
}

.ss-search-item .persons-modal .modal-delete {
  -webkit-appearance: none;
  border: 0px;
  background: #999;
  color: #fff;
}

.ss-search-item .persons-modal .modal-body {
  padding: 40px 0px 0px 0px;
}

.ss-search-item .persons-modal .modal-body .row {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ss-search-item .persons-modal .modal-body .mw-input {
  margin: 0px 0px 10px;
}

.ss-search-item .persons-modal .modal .modal-open {
  overflow: hidden;
}

.ss-search-item .persons-modal .search__label {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  display: inline-block;
}

.ss-search-item .persons-modal .close:hover, .ss-search-item .persons-modal .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
  filter: none;
}

.search-full ul {
  list-style: none;
  padding-left: 0;
  background: #fff;
  border: 1px solid #e2e2e2dd;
  padding: 10px 10px 5px 10px;
}

.search-full ul input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
}

.search-full ul input[type="checkbox"] + label {
  cursor: pointer;
}

.search-full ul input[type="checkbox"] + label:hover {
  color: #171b60;
}

/* override */
.newsr .hotel-list-item .left-infobox {
  width: calc(100% - 251px);
  min-height: 112px;
}

/*.buttons {
	position: absolute;
	bottom: 0;
	right: 0;
}*/
.newsr .hotel-list-item .left-infobox ul.equipment li {
  margin: 1.8px 0;
}

/* autocomplette */
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.twitter-typeahead .tt-suggestion:hover {
  background: #eee;
}

.twitter-typeahead .tt-menu, .twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 500 !important;
  display: none;
  float: left;
  min-width: 340px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.mx-auto, .mx-auto-tab table {
  margin-left: auto;
  margin-right: auto;
}

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

.dropdown-menu li {
  width: auto;
  float: none;
}

.dropdown-menu li a {
  padding: 8px 20px;
}

#persons .bootstrap-select button {
  color: #999;
  line-height: 31px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #fff;
}

#persons .bootstrap-select button .filter-option {
  color: #282828;
}

.newsr .hotel-list-item .right-price .big-price--smaller {
  font-size: 18px;
}

.bg--white {
  background: white;
  padding: 15px;
}

.default-popover .popover {
  border: none;
}

.default-popover .popover-content {
  padding: 0;
}

.small--strike small {
  text-decoration: line-through;
}

.default-color {
  color: #333;
}

.reservation-r81546 .total-price__label--small,
.reservation-r81546 .total-price__value--small {
  font-size: 18px;
}

.reservation-r81546 .total-price__value--small {
  background: #585a80;
}

/* CenaZaSkupinu */
.price-new {
  position: relative;
}

.price-new .popover {
  display: block;
  width: 300px;
  max-width: unset;
  padding: 0;
}

.price-composition-bubble .popover {
  background: #fff;
  color: #444;
}

.newsr .big-price .bubble-trigger .price-composition-bubble strong {
  width: auto;
  float: none;
}

.product-price .popover, #popover-price {
  top: 20px;
  left: -158px;
  width: 300px;
  max-width: 300px;
  display: block;
}

#popover-price .popover-content small {
  text-decoration: line-through;
  margin: 0px 10px;
}

#js-persons #persons {
  position: absolute;
}

.modal-dialog--gpersons .modal-body {
  position: relative;
  padding-top: 38px;
}

/* end CzS */
@media (max-width: 580px) {
  #js-persons #persons {
    position: inherit;
  }
}

.overflow-unset {
  overflow: unset;
}

.pagination--spacing a {
  margin: 4px;
  padding: 6px 12px 5px 12px;
  font-size: 125%;
}

.pagination--spacing a.active {
  border: 1px solid #00c9ff;
  box-shadow: 0 0 1px 1px rgba(0, 240, 255, 0.3);
}

.pagination a.akanoborder {
  border: none;
}

.page-link--arrow i {
  font-size: 120%;
  vertical-align: middle;
}

.letovisko-name {
  font-weight: 600;
  display: block;
  float: left;
  width: 100%;
  pading-bottom: 10px;
}

.letovisko-1498 {
  border-top: 1px solid #171b60;
  padding-top: 20px;
}

.fakePlaceholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ccd1d9;
  padding: 4px 0px 0px 11px;
}

.signDesign img {
  width: 50px;
  margin-bottom: 20px;
}

.signDesign a {
  display: grid;
  max-width: 180px;
  justify-items: center;
  background: #f7f7f7;
  padding: 15px 0px 5px 0px;
  border-radius: 8px;
}

.signDesign .message_panel {
  display: block;
}

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

.res-editbtn {
  display: block;
  float: left;
  width: 100%;
}

.res-editbtn a {
  display: block;
  float: left;
  width: auto;
  padding: 8px 20px;
  background: #171b60;
  color: #fff;
  font-weight: 500;
}

.res-editbtn a:hover {
  background: #F2C102;
  color: #000;
}

.min-w-90 {
  min-width: 90px;
}

.itemrow {
  min-height: 39px;
  line-height: 39px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pb-15 {
  padding-bottom: 75px;
}

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

.lost-psw {
  margin: 0 auto;
  width: 300px;
  padding: 20px 0;
}

.lost-psw table {
  width: 350px;
}

.lost-psw table .psw1, .lost-psw table .psw2 {
  padding-right: 0;
}

.lost-psw input[type=text] {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  border: 1px solid #ddd;
  padding-left: 10px;
}

.lost-psw input[type=password] {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  border: 1px solid #ddd;
  padding-left: 10px;
}

.lost-psw input[type=submit] {
  display: inline-block;
  width: 100%;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #171b60;
  margin-bottom: 10px;
  font-weight: 500;
  border: none;
}

.lost-psw input[type=submit]:hover {
  background: #f00;
}

.lost-psw .btn, .lost-psw .email {
  display: inline-block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}

.forgot-psw {
  display: block;
  float: left;
  padding-left: 10px;
  margin-left: 145px;
  margin-top: 10px;
}

@media (max-width: 410px) {
  .forgot-psw {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
}

.login-form {
  display: block;
  float: left;
  width: 100%;
}

.login-form h3 {
  margin-bottom: 30px;
}

.login-form .user {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.login-form .user label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.login-form .user .textbox {
  display: block;
  float: left;
  width: 80%;
  position: relative;
}

@media (max-width: 500px) {
  .login-form .user .textbox {
    width: 100%;
  }
}

.login-form .user .textbox input {
  display: block;
  float: left;
  width: 100%;
  height: 34px;
  border: 1px solid #CCD1D9;
  padding: 6px 12px;
}

.login-form .user .textbox i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  background: #efefef;
  display: inline-block;
  border: 1px solid #CCD1D9;
  color: #919396;
  padding: 0 14px;
  z-index: 10;
}

.login-form .password {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.login-form .password label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.login-form .password .textbox {
  display: block;
  float: left;
  width: 80%;
  position: relative;
}

@media (max-width: 500px) {
  .login-form .password .textbox {
    width: 100%;
  }
}

.login-form .password .textbox input {
  display: block;
  float: left;
  width: 100%;
  height: 34px;
  border: 1px solid #CCD1D9;
  padding: 6px 12px;
}

.login-form .password .textbox i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  background: #efefef;
  display: inline-block;
  border: 1px solid #CCD1D9;
  color: #919396;
  padding: 0 15px 0 16px;
}

.login-form .submit {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.login-form .submit input {
  padding: 7px 40px !important;
}

.login-form .alert-box {
  display: block;
  float: left;
  width: 80%;
}

.box-withicon {
  display: block;
  float: left;
  width: 80%;
  padding-top: 30px;
}

@media (max-width: 500px) {
  .box-withicon {
    width: 100%;
  }
}

.box-withicon .left {
  display: block;
  float: left;
  width: 80px;
  text-align: center;
}

.box-withicon .left i {
  font-size: 47px;
  line-height: 48px;
  color: #919396;
}

.box-withicon .right {
  display: block;
  float: left;
  width: calc(100% - 80px);
}

.box-withicon .right h3 {
  margin: 0 0 5px 0;
}

.box-withicon .right p {
  margin-bottom: 0;
}

.box-withicon .right p a {
  text-decoration: underline;
}

.box-margin {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .box-margin {
    margin-top: 0px;
  }
}

.flightTransport {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 100px;
  user-select: none;
}

.flightTransportDetail {
  height: unset;
  display: grid;
  grid-template-columns: auto auto;
}

.flightTransportDetail br {
  display: none;
}

.flightTransportDetail h3 {
  margin-top: 50px;
  font-weight: 700;
}

.flightTransportDetail .btn {
  height: 38px;
  text-decoration: none;
  width: fit-content;
  justify-self: end;
}

.text-letecke-spolecnosti {
  grid-column: span 2;
}

.organization {
  width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid transparent;
  transition: border 0.5s;
  cursor: pointer;
}

.organization__inner {
  padding: 20px;
  text-decoration: none !important;
  z-index: 1;
}

.organization:hover {
  border: 1px solid #E6E9ED;
}

.organization:hover::after {
  opacity: 1;
}

.organization::after {
  font-size: 35px;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  content: '>';
  color: #AAB2BD;
  font-family: monospace;
  width: 40px;
  height: 40px;
  background: #F5F7FA;
  border-left: 1px solid #E6E9ED;
  border-bottom: 1px solid #E6E9ED;
  transition: opacity 0.5s;
  z-index: 0;
}

.organization h3 {
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .flightTransportDetail {
    grid-template-columns: auto;
  }
  .flightTransportDetail img {
    grid-row: 2 / 3;
  }
  .text-letecke-spolecnosti {
    grid-column: span 1;
  }
}

.info__list {
  list-style: none;
  padding: 0;
}

.info__list li {
  display: flex;
  align-items: center;
}

.info__list-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-weight: bolder;
  margin-right: 10px;
}

.help-block--small {
  font-size: 11.45px;
  font-weight: normal;
  color: #aaa;
}

.line-height--norm {
  line-height: normal;
}

.payment-result {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}

.payment-result .btn {
  background: #171b60;
}

.payment-result .btn:hover {
  background: #212789;
}

.payment-form .payment-pricearrears {
  color: #4db13d;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
}

.payment {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0 5px 0;
}

.mw-csob, .comgate {
  display: block;
  float: left;
  width: 100%;
}

.mw-csob .to-pay, .mw-csob .to-pay2, .comgate .to-pay, .comgate .to-pay2 {
  display: block;
  float: left;
  width: 100%;
}

.mw-csob .to-pay input, .mw-csob .to-pay2 input, .comgate .to-pay input, .comgate .to-pay2 input {
  display: block;
  float: left;
  width: 100%;
  line-height: 26px;
  padding: 0px 15px;
  margin-bottom: 10px;
}

.mw-csob input[type=submit], .comgate input[type=submit] {
  display: block;
  float: left;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  padding: 0;
}

.offset-md-0 {
  margin-left: 0;
}

.offset-md-1 {
  margin-left: 8.333333%;
}

.offset-md-2 {
  margin-left: 16.666667%;
}

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

.offset-md-4 {
  margin-left: 33.333333%;
}

.offset-md-5 {
  margin-left: 41.666667%;
}

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

.offset-md-7 {
  margin-left: 58.333333%;
}

.offset-md-8 {
  margin-left: 66.666667%;
}

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

.offset-md-10 {
  margin-left: 83.333333%;
}

.offset-md-11 {
  margin-left: 91.666667%;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.flex-justify-center {
  justify-content: center;
}

.form-login-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .input-mobil {
    height: 43px;
  }
  .form-login-grid {
    grid-template-columns: 1fr;
  }
  .form-group-BusinessCaseNumber {
    grid-row: 2 / 3;
  }
}

/*# sourceMappingURL=bundle.main.min.css.map */