html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "GothamPro", serif;
  font-size: 17px;
  line-height: 1.47058;
  color: #000000;
  background-color: #ffffff; }

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

a {
  color: #203e8a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ffae0b;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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: 24px;
  margin-bottom: 12px; }
  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: 12px;
  margin-bottom: 12px; }
  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: 44px; }

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

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

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

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

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

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 25.5px; } }

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

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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  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: 24px; }

dt,
dd {
  line-height: 1.47058; }

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: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  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.47058;
    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: 24px;
  font-style: normal;
  line-height: 1.47058; }

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

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

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.47058;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container, .header-container, .footer-container, .main-search-wrap, .page-container, .page-search, .page-search-filter, .page-search-not, .page-search-profile, .hotel-list, .pagination, .hotel-container, .hotel-footer, .room-list, .show-map-container, .page-registration, .registration-step, .registration-price, .registration-rooms, .confirm-info, .order-list, .user-nav, .reporting, .user-hotels {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .header-container:before, .footer-container:before, .main-search-wrap:before, .page-container:before, .page-search:before, .page-search-filter:before, .page-search-not:before, .page-search-profile:before, .hotel-list:before, .pagination:before, .hotel-container:before, .hotel-footer:before, .room-list:before, .show-map-container:before, .page-registration:before, .registration-step:before, .registration-price:before, .registration-rooms:before, .confirm-info:before, .order-list:before, .user-nav:before, .reporting:before, .user-hotels:before, .container:after, .header-container:after, .footer-container:after, .main-search-wrap:after, .page-container:after, .page-search:after, .page-search-filter:after, .page-search-not:after, .page-search-profile:after, .hotel-list:after, .pagination:after, .hotel-container:after, .hotel-footer:after, .room-list:after, .show-map-container:after, .page-registration:after, .registration-step:after, .registration-price:after, .registration-rooms:after, .confirm-info:after, .order-list:after, .user-nav:after, .reporting:after, .user-hotels:after {
    content: " ";
    display: table; }
  .container:after, .header-container:after, .footer-container:after, .main-search-wrap:after, .page-container:after, .page-search:after, .page-search-filter:after, .page-search-not:after, .page-search-profile:after, .hotel-list:after, .pagination:after, .hotel-container:after, .hotel-footer:after, .room-list:after, .show-map-container:after, .page-registration:after, .registration-step:after, .registration-price:after, .registration-rooms:after, .confirm-info:after, .order-list:after, .user-nav:after, .reporting:after, .user-hotels:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .header-container, .footer-container, .main-search-wrap, .page-container, .page-search, .page-search-filter, .page-search-not, .page-search-profile, .hotel-list, .pagination, .hotel-container, .hotel-footer, .room-list, .show-map-container, .page-registration, .registration-step, .registration-price, .registration-rooms, .confirm-info, .order-list, .user-nav, .reporting, .user-hotels {
      width: 740px; } }
  @media (min-width: 992px) {
    .container, .header-container, .footer-container, .main-search-wrap, .page-container, .page-search, .page-search-filter, .page-search-not, .page-search-profile, .hotel-list, .pagination, .hotel-container, .hotel-footer, .room-list, .show-map-container, .page-registration, .registration-step, .registration-price, .registration-rooms, .confirm-info, .order-list, .user-nav, .reporting, .user-hotels {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container, .header-container, .footer-container, .main-search-wrap, .page-container, .page-search, .page-search-filter, .page-search-not, .page-search-profile, .hotel-list, .pagination, .hotel-container, .hotel-footer, .room-list, .show-map-container, .page-registration, .registration-step, .registration-price, .registration-rooms, .confirm-info, .order-list, .user-nav, .reporting, .user-hotels {
      width: 960px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px 4px;
  font-size: 17px;
  line-height: 1.47058;
  border-radius: 4px;
  -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: 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;
    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);
    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: #203e8a;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ffae0b;
    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 8px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

.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: 17px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.47058;
    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: 15px;
  line-height: 1.47058;
  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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px; }

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .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: 15px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    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: #203e8a; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 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.47058;
      border: 1px solid transparent;
      border-radius: 4px 4px 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: #ffffff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #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: 4px; }
  .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: 4px 4px 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: #ffffff; } }

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

.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%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-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: 6px;
  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: #203e8a; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

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

.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 {
    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: "GothamPro", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.47058;
  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: 15px;
  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: 4px; }

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  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; }

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

body {
  width: 100%;
  padding-top: 60px;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 13px;
      line-height: 20px; } }
  body a {
    cursor: pointer;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    body a[data-toggle="modal"] {
      cursor: pointer; }
  body.modal-media .modal-backdrop {
    background-color: #000000; }
  body.body-overflow {
    overflow: hidden; }

input, textarea, button {
  outline: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

input, textarea {
  height: 40px;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8692b2;
    opacity: 1; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8692b2; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8692b2; }
  input:hover, textarea:hover {
    border: 1px solid rgba(32, 62, 138, 0.5); }
  input:active, input:focus, textarea:active, textarea:focus {
    border: 1px solid #ffae0b; }
  input[disabled], textarea[disabled] {
    background: #f6f7f8;
    border: 1px solid rgba(32, 62, 138, 0.2); }
  input.not-valid, textarea.not-valid {
    border: 1px solid #ff0b0b; }
  input.valid, textarea.valid {
    border: 1px solid #00d381; }

input {
  width: 100%;
  height: 40px;
  padding: 2px 12px 0; }
  @media (max-width: 767px) {
    input {
      font-size: 17px; } }

.v_error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff0b0b;
  font-size: 13px; }

h1 {
  margin-top: 44px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h1 {
      margin-top: 30px;
      font-size: 21px;
      line-height: 1.2; } }

h2 {
  margin-top: 35px;
  margin-bottom: 44px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h2 {
      margin-top: 25px;
      margin-bottom: 20px;
      font-size: 17px;
      line-height: 27px; } }

h3 {
  margin-bottom: 23px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h3 {
      font-size: 17px;
      line-height: 25px; } }

h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h4 {
      font-size: 15px;
      line-height: 20px; } }

.affix {
  position: fixed;
  top: 0;
  padding-top: 90px; }
  @media (max-width: 767px) {
    .affix {
      position: relative; } }

.affix-bottom {
  position: absolute; }
  @media (max-width: 767px) {
    .affix-bottom {
      position: relative; } }

.button-yellow {
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center; }
  .button-yellow:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .button-yellow:active, .button-yellow:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }

.button-blue {
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center; }
  .button-blue:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .button-blue:active, .button-blue:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }

.button-xl {
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
  font-size: 19px; }
  @media (max-width: 767px) {
    .button-xl {
      font-size: 16px; } }

.button-l {
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px; }

.button-m, .modal-add-room .registration-form-save, .modal-add-room .registration-form-back {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }

.button-s {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .button-s {
      padding: 0 8px;
      height: 20px;
      line-height: 20px;
      font-size: 11px; } }

.input-phone {
  width: 100%;
  position: relative;
  display: block;
  padding-left: 59px; }
  .input-phone:hover .input-phone-code {
    border-top: 1px solid rgba(32, 62, 138, 0.5);
    border-bottom: 1px solid rgba(32, 62, 138, 0.5);
    border-left: 1px solid rgba(32, 62, 138, 0.5); }
  .input-phone input {
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .input-phone input.input-phone-code {
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 10px;
      width: 60px !important;
      height: 40px;
      line-height: 38px;
      display: inline-block;
      text-align: center;
      border: 1px solid rgba(32, 62, 138, 0.2);
      border-top-left-radius: 3px !important;
      border-bottom-left-radius: 3px !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .input-phone input.input-phone-code:active, .input-phone input.input-phone-code:focus {
        border: 1px solid #ffae0b;
        z-index: 1; }
    .input-phone input:active + .input-phone-code, .input-phone input:focus + .input-phone-code {
      border: 1px solid #ffae0b; }

.label-date {
  position: relative;
  display: block; }
  .label-date:before {
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: "icomoon";
    color: #d2d8e8;
    font-size: 19px;
    z-index: 10; }
    @media (max-width: 767px) {
      .label-date:before {
        top: 9px; } }
  .label-date input {
    padding-left: 40px; }

.checkbox {
  display: inline-block;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span:before {
      opacity: 1; }
  .checkbox span {
    position: relative;
    padding-left: 30px; }
    .checkbox span:after {
      position: absolute;
      left: 0;
      top: -3px;
      content: "";
      width: 20px;
      height: 20px;
      background: #203e8a;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .checkbox span:after {
          top: -5px; } }
    .checkbox span:before {
      position: absolute;
      top: 1px;
      left: 3px;
      font-family: "icomoon";
      color: #ffae0b;
      font-size: 11px;
      z-index: 10;
      opacity: 0;
      line-height: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .checkbox span:before {
          top: 1px; } }

.radio {
  margin-right: 20px;
  cursor: pointer; }
  .radio input {
    display: none; }
    .radio input:checked + span:after {
      opacity: 1; }
  .radio span {
    position: relative;
    padding-left: 30px; }
    .radio span:before {
      position: absolute;
      left: 0;
      top: -3px;
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #203e8a;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .radio span:before {
          top: -6px; } }
    .radio span:after {
      position: absolute;
      content: "";
      left: 5px;
      top: 2px;
      width: 10px;
      height: 10px;
      background: #203e8a;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .radio span:after {
          top: -1px; } }

.bootstrap-select.not-valid .btn {
  border: 1px solid #ff0b0b; }

.bootstrap-select.valid .btn {
  border: 1px solid #00d381; }

.bootstrap-select.select-main .btn {
  text-transform: none;
  background: #ffffff;
  font-weight: 400; }
  .bootstrap-select.select-main .btn:hover {
    background: #ffffff;
    border: none; }

.bootstrap-select.dropup .btn:before {
  display: none; }

.bootstrap-select.btn-group.open .btn {
  color: #ffffff; }
  .bootstrap-select.btn-group.open .btn .filter-option {
    color: #ffffff; }

.bootstrap-select.btn-group.open .dropdown-toggle {
  background: #203e8a;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #203e8a; }
  .bootstrap-select.btn-group.open .dropdown-toggle .bs-caret .caret:before {
    color: #ffffff; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline;
  box-shadow: none;
  text-overflow: ellipsis; }

.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
  right: 26px;
  margin-top: -21px;
  border: none; }
  .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret:before {
    font-family: "icomoon";
    color: #203e8a;
    font-size: 7px; }

.bootstrap-select .dropdown-menu {
  margin-top: 0;
  max-width: 100%;
  border: 1px solid #eff1f7;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 1002; }
  @media (max-width: 767px) {
    .bootstrap-select .dropdown-menu {
      font-size: 13px; } }
  .bootstrap-select .dropdown-menu > li {
    max-width: 100%; }
    .bootstrap-select .dropdown-menu > li.selected > a {
      background: rgba(32, 62, 138, 0.2); }
    .bootstrap-select .dropdown-menu > li > a {
      white-space: normal;
      padding: 7px 20px;
      color: #203e8a; }

.bootstrap-select .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  color: #203e8a;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(32, 62, 138, 0.2); }
  .bootstrap-select .btn:active, .bootstrap-select .btn.active {
    box-shadow: none; }
  @media (max-width: 767px) {
    .bootstrap-select .btn {
      font-size: 13px; } }
  .bootstrap-select .btn.dropdown-toggle.bs-placeholder {
    color: #203e8a; }
    .bootstrap-select .btn.dropdown-toggle.bs-placeholder:hover {
      color: #203e8a; }
  .bootstrap-select .btn:hover {
    background: transparent;
    border: 1px solid rgba(32, 62, 138, 0.5); }

.select-sort .sort-top:before {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #203e8a; }

.select-sort .sort-bottom:before {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #203e8a; }

.select-sort .dropdown-menu {
  max-width: inherit;
  left: auto;
  right: 0;
  border: 1px solid #eff1f7;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
  .select-sort .dropdown-menu > li.selected > a {
    background: rgba(32, 62, 138, 0.2); }
  .select-sort .dropdown-menu > li > a {
    padding: 7px 20px;
    color: #203e8a;
    white-space: nowrap; }

.select-sort.bootstrap-select {
  margin-left: 14px !important;
  width: auto !important; }
  .select-sort.bootstrap-select.btn-group.open .btn .filter-option {
    color: #203e8a; }
  .select-sort.bootstrap-select.btn-group.open .dropdown-toggle {
    border: none; }
  .select-sort.bootstrap-select.btn-group .dropdown-toggle {
    box-shadow: none;
    background: none; }
    .select-sort.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
      right: 13px;
      margin-top: -11px; }
      @media (max-width: 767px) {
        .select-sort.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
          margin-top: -7px; } }
  .select-sort.bootstrap-select .btn {
    height: 25px;
    border: none;
    padding: 0 16px 0 0;
    background: none;
    color: #203e8a;
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px; }
    @media (max-width: 767px) {
      .select-sort.bootstrap-select .btn {
        font-size: 13px; } }
    .select-sort.bootstrap-select .btn:hover, .select-sort.bootstrap-select .btn:active, .select-sort.bootstrap-select .btn:focus {
      background: none;
      box-shadow: none;
      border: none; }
    .select-sort.bootstrap-select .btn .caret {
      border: none;
      line-height: 1; }
      .select-sort.bootstrap-select .btn .caret:before {
        font-family: "icomoon";
        font-size: 11px; }

.no-result {
  margin-top: 40px;
  padding-left: 13px;
  font-size: 25px; }
  @media (max-width: 767px) {
    .no-result {
      font-size: 13px;
      line-height: 20px; } }

.alert {
  position: relative;
  margin: 10px 0;
  padding: 10px 40px 8px 10px;
  border-radius: 3px; }
  .alert.alert-success {
    color: #208a4f;
    background: #eff7f1; }
  .alert.alert-info {
    color: #203e8a;
    background: #eff1f7; }
  .alert.alert-warning {
    color: #8a6d20;
    background: #f7f4ef; }
  .alert.alert-danger {
    color: #8a2020;
    background: #f7efef; }

.icon-alert-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer; }
  .icon-alert-close:before {
    font-family: "icomoon"; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  z-index: 1001;
  border-bottom: 1px solid #eff1f7; }

.header-logo {
  float: left;
  margin-left: -11px; }
  @media (max-width: 767px) {
    .header-logo {
      margin-left: 10px; } }

.header-login {
  float: right; }
  @media (max-width: 767px) {
    .header-login {
      display: none; } }
  .header-login > span {
    margin: 0 2px; }
  .header-login .button-s {
    padding: 0 16px; }

@media (max-width: 767px) {
  .header-user-title {
    font-size: 0; } }

.header-user-title .icon-person:before {
  margin-right: 5px;
  font-family: "icomoon";
  font-size: 15px;
  color: #203e8a; }

.header-user-title:after {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  font-family: "icomoon";
  font-size: 10px;
  color: #203e8a; }
  @media (max-width: 767px) {
    .header-user-title:after {
      display: none; } }

.header-user-menu {
  position: relative;
  float: right;
  padding-top: 2px; }
  @media (max-width: 767px) {
    .header-user-menu {
      position: inherit;
      padding-top: 6px; } }
  .header-user-menu:hover ul {
    opacity: 1;
    visibility: visible; }
  .header-user-menu ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: 145px;
    border: 1px solid #eff1f7;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .header-user-menu ul {
        display: none;
        width: 100%;
        top: 100%;
        margin-top: 0;
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1); } }
    .header-user-menu ul li {
      width: 100%; }
      @media (max-width: 767px) {
        .header-user-menu ul li {
          border-bottom: 1px solid #eff1f7; }
          .header-user-menu ul li:last-child {
            border-bottom: none; } }
      .header-user-menu ul li.active a {
        background: rgba(32, 62, 138, 0.7);
        color: #ffffff; }
      .header-user-menu ul li a {
        display: block;
        padding: 10px 20px;
        background: transparent; }
        @media (max-width: 767px) {
          .header-user-menu ul li a {
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase; } }

.header-nav {
  margin-right: 25px;
  padding-top: 2px;
  float: right; }
  @media (max-width: 767px) {
    .header-nav {
      display: none; } }

.header-nav-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.header-nav-item {
  margin-left: 20px;
  display: inline-block; }
  .header-nav-item:first-child {
    margin-left: 0; }

.header-nav-link {
  font-size: 17px; }

.header-mobile-trigger {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  float: right;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header-mobile-trigger:after {
    position: absolute;
    content: "";
    top: 13px;
    left: 7px;
    width: 14px;
    height: 1px;
    background-color: rgba(32, 62, 138, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header-mobile-trigger:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 7px;
    width: 14px;
    height: 11px;
    border-top: 1px solid rgba(32, 62, 138, 0.2);
    border-bottom: 1px solid rgba(32, 62, 138, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header-mobile-trigger.toggle {
    background: #203e8a;
    border-color: #203e8a; }
    .header-mobile-trigger.toggle:before {
      border-color: #ffffff; }
    .header-mobile-trigger.toggle:after {
      background-color: #ffffff; }
  @media (max-width: 767px) {
    .header-mobile-trigger {
      display: block; } }

.header-search {
  margin-right: 20px;
  margin-top: -2px;
  float: right;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px; }
  .header-search:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .header-search:active, .header-search:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .header-search {
      padding: 0 8px;
      height: 20px;
      line-height: 20px;
      font-size: 11px; } }
  @media (max-width: 991px) {
    .header-search {
      margin-top: 0;
      margin-right: 0;
      font-size: 0;
      background: none;
      border: none; }
      .header-search:hover, .header-search:active {
        background: none;
        border: none; } }
  .header-search span:before {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 400;
    font-size: 14px; }
    @media (max-width: 991px) {
      .header-search span:before {
        font-size: 17px;
        line-height: 30px; } }

.footer {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(32, 62, 138, 0.2); }

.footer-container {
  text-align: center; }
  @media (max-width: 767px) {
    .footer-container {
      padding: 0 20px; } }

.footer-nav {
  float: left;
  text-align: left;
  font-size: 15px; }
  @media (max-width: 767px) {
    .footer-nav {
      width: 100%; } }

.footer-nav-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-nav-item {
  margin-bottom: 3px; }

.footer-info {
  float: right;
  font-size: 15px;
  text-align: right; }
  @media (max-width: 767px) {
    .footer-info {
      margin-top: 30px;
      float: left;
      width: 100%;
      text-align: left; } }
  /*.footer-info a {*/
    /*color: #000000; }*/
  .footer-info p {
    margin-bottom: 3px; }

.footer-copyright {
  color: #999999; }

.footer-social {
  display: inline-block;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .footer-social {
      margin-top: 30px;
      margin-bottom: 30px;
      float: left;
      width: 100%;
      text-align: left;
      padding-left: 0; } }

.footer-social-link {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 24px; }
  .footer-social-link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icomoon"; }

.page-main {
  display: table;
  width: 100%;
  height: 758px;
  background-image: url("/images/bg-main-1.png");
  background-position: center;
  text-align: center; }
  @media (max-width: 767px) {
    .page-main {
      height: 540px;
      background: url("/images/bg-main-1-m.png"); } }
  .page-main.page-main-star {
    background-image: url("/images/bg-main-2.png"); }
    @media (max-width: 767px) {
      .page-main.page-main-star {
        background-image: url("/images/bg-main-2-m.png"); } }
    .page-main.page-main-star .main-search-appeal {
      font-size: 21px; }
  .page-main.page-main-winter {
    background-image: url("/images/bg-main-3.png"); }
    @media (max-width: 767px) {
      .page-main.page-main-winter {
        background-image: url("/images/bg-main-3-m.png"); } }
  @media (max-width: 767px) {
    .page-main {
      max-height: 100vh; } }

.main-search {
  position: relative;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .main-search {
      padding: 0 20px; } }

.main-search-wrap {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 10px;
  text-align: left;
  background: rgba(32, 62, 138, 0.7);
  z-index: 10; }
  @media (min-width: 992px) {
    .main-search-wrap {
      width: 980px; } }
  @media (max-width: 767px) {
    .main-search-wrap {
      padding: 10px; } }

.main-search-form {
  border-radius: 3px; }
  .main-search-form:before, .main-search-form:after {
    content: " ";
    display: table; }
  .main-search-form:after {
    clear: both; }

.main-search-item {
  float: left; }
  .main-search-item input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: #203e8a; }
    .main-search-item input::-moz-placeholder {
      color: #8692b2;
      opacity: 1; }
    .main-search-item input:-ms-input-placeholder {
      color: #8692b2; }
    .main-search-item input::-webkit-input-placeholder {
      color: #8692b2; }

.main-search-text {
  position: relative;
  width: 330px;
  border-right: 1px solid #ced4e3; }
  .main-search-text:before {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -11px;
    font-size: 15px;
    color: #203e8a;
    font-family: "icomoon";
    display: none; }
    @media (max-width: 767px) {
      .main-search-text:before {
        display: block; } }
  @media (max-width: 767px) {
    .main-search-text {
      border-right: 0;
      border-bottom: 1px solid #ced4e3; } }
  .main-search-text input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    @media (max-width: 767px) {
      .main-search-text input {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-search-text {
      width: 210px; } }
  @media (max-width: 767px) {
    .main-search-text {
      width: 100%; } }

.main-search-dates {
  width: 290px;
  border-right: 1px solid #ced4e3; }
  .main-search-dates input {
    float: left;
    padding-left: 35px;
    border-radius: 0; }
  @media (max-width: 767px) {
    .main-search-dates {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #ced4e3; } }

.main-search-rooms {
  width: 200px; }
  @media (max-width: 767px) {
    .main-search-rooms {
      width: 100%; } }
  .main-search-rooms .bootstrap-select {
    width: 100% !important; }
  .main-search-rooms .btn {
    height: 40px;
    line-height: 41px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: #8692b2; }
  .main-search-rooms .caret {
    right: 26px !important;
    margin-top: -21px !important;
    border: none; }
    .main-search-rooms .caret:before {
      font-family: "icomoon";
      color: #203e8a;
      font-size: 11px; }

.main-search-date {
  position: relative;
  float: left;
  width: 50%; }
  .main-search-date:first-child:after {
    position: absolute;
    top: 13px;
    right: -4px;
    font-family: "icomoon";
    color: #203e8a;
    font-size: 10px;
    z-index: 10; }
    @media (max-width: 767px) {
      .main-search-date:first-child:after {
        top: 10px; } }

.main-search-submit {
  width: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-search-submit {
      margin-top: 20px;
      width: 100%;
      text-align: center; } }
  @media (max-width: 767px) {
    .main-search-submit {
      width: 100%; } }

.main-search-submit-b {
  width: 100%;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .main-search-submit-b:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .main-search-submit-b:active, .main-search-submit-b:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-search-submit-b {
      width: auto;
      border-radius: 3px; } }
  @media (max-width: 767px) {
    .main-search-submit-b {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; } }
  .main-search-submit-b span:before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 400;
    font-size: 12px; }

.main-search-appeal {
  margin-top: 19px;
  padding-top: 13px;
  width: 100%;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffae0b;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(229, 229, 229, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
  @media (max-width: 767px) {
    .main-search-appeal {
      position: absolute;
      bottom: 100%;
      right: 0;
      border-top: 0;
      margin-top: 0;
      margin-bottom: 40px;
      padding-top: 0; } }

.modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background: none;
  font-size: 14px; }
  @media (max-width: 767px) {
    .modal .close {
      right: 10px;
      top: -25px;
      font-size: 13px; } }
  .modal .close:before {
    font-family: "icomoon"; }

.modal-dialog {
  margin: 110px auto; }
  @media (max-width: 767px) {
    .modal-dialog {
      margin: 30px auto; } }

.modal-content {
  padding: 30px; }
  @media (max-width: 767px) {
    .modal-content {
      max-width: 300px;
      margin: 0 auto;
      padding: 20px; } }

.modal-body {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .modal-body {
      padding-top: 20px; } }
  .modal-body:last-child {
    padding-bottom: 0; }

.modal-header {
  padding: 0 0 20px;
  border-bottom: 1px solid #eff1f7; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-footer {
  padding: 30px 0 0;
  border-top: 1px solid #eff1f7;
  text-align: left; }
  @media (max-width: 767px) {
    .modal-footer {
      text-align: center; } }

.modal-title {
  float: left;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .modal-title {
      font-size: 15px; } }

.modal-logo {
  float: right;
  width: 80px; }
  @media (max-width: 767px) {
    .modal-logo {
      margin-top: -3px; } }
  .modal-logo img {
    max-width: 100%; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }

.modal-login .modal-dialog {
  width: 460px; }
  @media (max-width: 767px) {
    .modal-login .modal-dialog {
      max-width: 300px; } }

.modal-forgot-password .modal-dialog {
  width: 460px; }
  @media (max-width: 767px) {
    .modal-forgot-password .modal-dialog {
      max-width: 300px; } }

.modal-forgot-password .modal-form-submit {
  margin-top: 10px; }

.modal-registration .modal-dialog {
  width: 400px; }
  @media (max-width: 767px) {
    .modal-registration .modal-dialog {
      max-width: 300px; } }

.modal-feedback .modal-dialog {
  width: 520px; }
  @media (max-width: 767px) {
    .modal-feedback .modal-dialog {
      max-width: 300px; } }

.modal-feedback .modal-form-label span {
  width: 150px; }

.modal-feedback .modal-form-options {
  padding-left: 155px; }
  @media (max-width: 767px) {
    .modal-feedback .modal-form-options {
      padding-left: 0; } }

.modal-feedback-ok .modal-dialog {
  width: 460px; }
  @media (max-width: 767px) {
    .modal-feedback-ok .modal-dialog {
      max-width: 300px; } }

.modal-form {
  font-size: 13px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .modal-form {
      font-size: 11px;
      line-height: 15px; } }
  .modal-form p {
    margin-bottom: 20px; }

.modal-form-label {
  width: 100%;
  margin-bottom: 20px;
  display: block; }
  .modal-form-label span {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px; }
    @media (max-width: 767px) {
      .modal-form-label span {
        margin-bottom: 6px;
        font-size: 13px; } }
  .modal-form-label input {
    width: 295px;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid rgba(32, 62, 138, 0.2);*/
    border-radius: 3px; }
    @media (max-width: 767px) {
      .modal-form-label input {
        width: 100%; } }

.modal-form-options {
  padding-left: 100px; }
  @media (max-width: 767px) {
    .modal-form-options {
      padding-left: 0; } }
  .modal-form-options .forgot-password {
    margin-top: -13px;
    display: block; }
  .modal-form-options .checkbox {
    margin-right: 20px; }

.forgot-password {
  font-size: 13px; }
  .forgot-password + .form-login-submit {
    margin-top: 25px; }

.modal-form-submit {
  margin-top: 25px;
  padding: 0 43px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }
  .modal-form-submit:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .modal-form-submit:active, .modal-form-submit:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .modal-form-submit {
      width: 100%;
      margin-top: 15px;
      font-size: 13px; } }

.form-reg-link {
  margin-top: -8px;
  float: right;
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }
  .form-reg-link:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .form-reg-link:active, .form-reg-link:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }
  @media (max-width: 767px) {
    .form-reg-link {
      width: 100%;
      margin-top: 15px; } }

.modal-create-bookers, .modal-create-hotel {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px; }
  .modal-create-bookers:hover, .modal-create-hotel:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .modal-create-bookers:active, .modal-create-bookers:focus, .modal-create-hotel:active, .modal-create-hotel:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .modal-create-bookers, .modal-create-hotel {
      font-size: 13px; } }

.mobile-nav {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  display: none;
  overflow-y: scroll; }

.mobile-nav-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .mobile-nav-list ul {
    display: none;
    margin-top: 15px;
    padding-left: 20px;
    list-style: none; }
    .mobile-nav-list ul li {
      border-top: 1px solid rgba(32, 62, 138, 0.2); }
      .mobile-nav-list ul li a {
        display: block;
        padding: 15px 0; }

.mobile-nav-item {
  border-bottom: 1px solid rgba(32, 62, 138, 0.2); }
  .mobile-nav-item.-parent {
    padding-top: 17px;
    padding-bottom: 15px;
    color: #203e8a;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .mobile-nav-item.-parent:hover {
      color: #f69600; }
  .mobile-nav-item.active {
    color: #ffae0b;
    padding-bottom: 0; }

.mobile-nav-link {
  display: block;
  padding-top: 17px;
  padding-bottom: 15px; }

.mobile-nav-footer {
  margin-top: 30px; }
  .mobile-nav-footer:before, .mobile-nav-footer:after {
    content: " ";
    display: table; }
  .mobile-nav-footer:after {
    clear: both; }
  .mobile-nav-footer .footer-nav {
    font-size: 13px; }
  .mobile-nav-footer .footer-info {
    font-size: 13px; }
  .mobile-nav-footer .footer-social {
    margin-top: 20px; }

.text-block {
  padding: 54px 30px 57px;
  border-bottom: 1px solid rgba(32, 62, 138, 0.2); }
  @media (max-width: 767px) {
    .text-block {
      padding: 25px 0; } }
  .text-block:last-child {
    border-bottom: none; }
  .text-block h3 {
    margin-top: 0; }

.text-block-content {
  height: 75px;
  overflow: hidden; }

.text-block-more {
  margin-top: 25px; }
  .text-block-more:after {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 7px;
    color: #203e8a; }
  .text-block-more a {
    display: none;
    cursor: pointer; }
    .text-block-more a.active {
      display: inline-block; }

.page-link-prev {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(32, 62, 138, 0.2);
  text-align: center;
  line-height: 38px;
  border-radius: 3px; }
  .page-link-prev:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  @media (max-width: 767px) {
    .page-link-prev {
      margin-right: 0;
      width: 30px;
      height: 30px;
      line-height: 28px; } }
  .page-link-prev:before {
    font-family: "icomoon";
    font-size: 12px; }

.tabs-concept {
  margin-top: 51px; }
  @media (max-width: 767px) {
    .tabs-concept {
      margin-top: 25px; } }
  .tabs-concept .nav-tabs {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .tabs-concept .nav-tabs {
        margin-bottom: 10px; } }
    .tabs-concept .nav-tabs > li {
      margin-bottom: 0;
      width: 50%; }
      @media (max-width: 767px) {
        .tabs-concept .nav-tabs > li {
          height: 48px;
          display: table; } }
      .tabs-concept .nav-tabs > li.active > a {
        color: #ffffff;
        background: #203e8a;
        border: 1px solid #203e8a; }
      .tabs-concept .nav-tabs > li:first-child > a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .tabs-concept .nav-tabs > li:last-child > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .tabs-concept .nav-tabs > li > a {
        padding: 10px 15px 6px;
        margin: 0;
        background: #ffffff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        border: 1px solid rgba(32, 62, 138, 0.2);
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .tabs-concept .nav-tabs > li > a {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
            line-height: 15px; } }

.tabs-about {
  margin-top: 35px;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .tabs-about {
      margin-bottom: 0; } }
  .tabs-about .nav-tabs {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .tabs-about .nav-tabs {
        margin-bottom: 10px; } }
    .tabs-about .nav-tabs > li {
      margin-bottom: 0;
      width: 33.33333%; }
      @media (max-width: 767px) {
        .tabs-about .nav-tabs > li {
          height: 48px;
          display: table; } }
      .tabs-about .nav-tabs > li.active > a {
        color: #ffffff;
        background: #203e8a;
        border: 1px solid #203e8a; }
      .tabs-about .nav-tabs > li:first-child > a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .tabs-about .nav-tabs > li:last-child > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .tabs-about .nav-tabs > li > a {
        padding: 10px 15px 6px;
        margin: 0;
        background: #ffffff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        border: 1px solid rgba(32, 62, 138, 0.2);
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .tabs-about .nav-tabs > li > a {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
            line-height: 15px; } }

.page-about-wrap {
  margin-left: -10px;
  margin-right: -10px; }
  .page-about-wrap:before, .page-about-wrap:after {
    content: " ";
    display: table; }
  .page-about-wrap:after {
    clear: both; }

.page-about-col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .page-about-col {
      float: left;
      width: 50%; } }
  .page-about-col.-media {
    text-align: center; }
    .page-about-col.-media img {
      margin-top: 6px;
      margin-bottom: 56px; }
      @media (max-width: 767px) {
        .page-about-col.-media img {
          margin-bottom: 20px; } }
  .page-about-col img {
    max-width: 100%; }

.page-about-text {
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }

.team {
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .team {
      margin-top: 20px;
      margin-bottom: 0; } }
  .team h2 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .team h2 {
        margin-bottom: 15px; } }

.team-list {
  margin-left: -10px;
  margin-right: -10px; }
  .team-list:before, .team-list:after {
    content: " ";
    display: table; }
  .team-list:after {
    clear: both; }

.team-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .team-item {
      float: left;
      width: 50%; } }
  @media (max-width: 767px) {
    .team-item {
      margin-bottom: 30px; } }

.team-item-wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto; }

.team-item-img {
  width: 100%; }
  .team-item-img img {
    max-width: 100%; }

.team-item-post {
  margin-top: 20px;
  font-size: 11px;
  color: #bbbbbb; }
  @media (max-width: 767px) {
    .team-item-post {
      font-size: 9px; } }

.team-item-name {
  margin-top: 9px;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .team-item-name {
      margin-top: 4px;
      font-size: 15px; } }

.team-item-text {
  margin-top: 8px; }
  @media (max-width: 767px) {
    .team-item-text {
      font-size: 13px;
      line-height: 20px; } }

.team-item-social {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .team-item-social {
      margin-top: 15px; } }
  .team-item-social a {
    margin-right: 16px; }

.news {
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .news {
      margin-top: 0; } }
  .news h2 {
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .news h2 {
        margin-top: 25px;
        margin-bottom: 25px; } }

.news-item {
  margin-bottom: 44px; }
  @media (max-width: 767px) {
    .news-item {
      margin-bottom: 25px; } }

.news-item-title {
  font-weight: 600;
  text-transform: uppercase; }

.news-item-description {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .news-item-description {
      margin-top: 10px; } }

.news-item-info {
  margin-top: 16px;
  color: #bbbbbb; }
  @media (max-width: 767px) {
    .news-item-info {
      margin-top: 10px; } }

.page-search {
  margin-top: 20px;
  margin-bottom: 30px; }
  .page-search .bootstrap-select .btn {
    text-transform: none;
    font-weight: 400; }

.page-search-form {
  border-radius: 3px; }
  .page-search-form:before, .page-search-form:after {
    content: " ";
    display: table; }
  .page-search-form:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-search-form {
      margin-bottom: 20px; } }

.page-search-item {
  position: relative;
  float: left; }
  @media (max-width: 767px) {
    .page-search-item {
      margin-bottom: 10px; } }
  .page-search-item input {
    width: 100%;
    height: 40px;
    font-size: 17px;
    color: #203e8a;
    border-radius: 0; }
    .page-search-item input::-moz-placeholder {
      color: #8692b2;
      opacity: 1; }
    .page-search-item input:-ms-input-placeholder {
      color: #8692b2; }
    .page-search-item input::-webkit-input-placeholder {
      color: #8692b2; }

.page-search-text {
  position: relative;
  width: 330px;
  max-width: 100%;
  border-right: 1px solid rgba(32, 62, 138, 0.2); }
  .page-search-text:before {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -11px;
    font-size: 15px;
    color: #203e8a;
    font-family: "icomoon";
    display: none; }
    @media (max-width: 767px) {
      .page-search-text:before {
        display: block; } }
  @media (max-width: 767px) {
    .page-search-text {
      border-right: 0; } }
  .page-search-text input {
    position: relative;
    border-top: 1px solid rgba(32, 62, 138, 0.2);
    border-left: 1px solid rgba(32, 62, 138, 0.2);
    border-bottom: 1px solid rgba(32, 62, 138, 0.2);
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10; }
    @media (max-width: 767px) {
      .page-search-text input {
        border-right: 1px solid rgba(32, 62, 138, 0.2);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-search-text {
      width: 210px; } }
  @media (max-width: 767px) {
    .page-search-text {
      width: 100%; } }

.page-search-dates {
  width: 290px; }
  .page-search-dates input {
    float: left;
    padding-left: 45px;
    border-top: 1px solid rgba(32, 62, 138, 0.2);
    border-bottom: 1px solid rgba(32, 62, 138, 0.2);
    border-left: none;
    border-right: none; }
  @media (max-width: 767px) {
    .page-search-dates {
      width: 100%;
      border-left: 1px solid rgba(32, 62, 138, 0.2);
      border-right: 1px solid rgba(32, 62, 138, 0.2); } }

.page-search-rooms {
  width: 200px; }
  @media (max-width: 767px) {
    .page-search-rooms {
      width: 100%; } }
  .page-search-rooms .bootstrap-select {
    width: 100% !important; }
  .page-search-rooms .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 17px;
    color: #8692b2;
    border-top: 1px solid rgba(32, 62, 138, 0.2);
    border-bottom: 1px solid rgba(32, 62, 138, 0.2);
    border-left: 1px solid rgba(32, 62, 138, 0.2);
    border-right: none !important; }
    @media (max-width: 991px) {
      .page-search-rooms .btn {
        border-right: 1px solid rgba(32, 62, 138, 0.2) !important; } }
  .page-search-rooms .caret {
    right: 26px !important;
    margin-top: -20px !important;
    border: none; }
    .page-search-rooms .caret:before {
      font-family: "icomoon";
      color: #203e8a;
      font-size: 11px; }

.page-search-date {
  position: relative;
  float: left;
  width: 50%; }
  .page-search-date:first-child:after {
    position: absolute;
    top: 14px;
    right: -4px;
    font-family: "icomoon";
    color: #203e8a;
    font-size: 10px;
    z-index: 10; }
    @media (max-width: 767px) {
      .page-search-date:first-child:after {
        top: 10px; } }

.page-search-submit {
  width: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-search-submit {
      margin-top: 20px;
      width: 100%;
      text-align: center; } }
  @media (max-width: 767px) {
    .page-search-submit {
      width: 100%; } }

.page-search-submit-b {
  width: 100%;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .page-search-submit-b:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .page-search-submit-b:active, .page-search-submit-b:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-search-submit-b {
      width: auto;
      border-radius: 3px; } }
  @media (max-width: 767px) {
    .page-search-submit-b {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      text-align: center; } }
  .page-search-submit-b span:before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 400;
    font-size: 12px; }

.page-search-filter {
  margin-top: 13px;
  text-align: right; }
  .page-search-filter:before, .page-search-filter:after {
    content: " ";
    display: table; }
  .page-search-filter:after {
    clear: both; }
  .page-search-filter .export {
    display: none; }
    @media (max-width: 767px) {
      .page-search-filter .export {
        margin: 20px 0;
        display: block;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        display: inline-block;
        border: 1px solid rgba(32, 62, 138, 0.2);
        border-radius: 3px;
        background: #ffffff;
        font-weight: 600;
        color: #203e8a;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        float: left;
        font-size: 13px; }
        .page-search-filter .export:hover {
          color: #203e8a;
          border: 1px solid rgba(32, 62, 138, 0.5); }
        .page-search-filter .export:active, .page-search-filter .export:focus {
          background: #203e8a;
          border: 1px solid #203e8a;
          color: #ffffff; } }

.page-search-quantity {
  float: left; }
  @media (max-width: 767px) {
    .page-search-quantity {
      margin-bottom: 15px;
      width: 100%;
      text-align: center;
      font-size: 15px; } }

.page-search-not {
  margin-top: 55px;
  margin-bottom: 60px;
  padding-left: 15px;
  font-size: 25px;
  line-height: 35px; }
  @media (max-width: 767px) {
    .page-search-not {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 13px;
      line-height: 20px; } }

.page-search-profile {
  margin-top: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-search-profile .page-search-submit {
      width: auto;
      margin-top: 0; } }
  .page-search-profile .page-search-form {
    float: left; }
    @media (max-width: 991px) {
      .page-search-profile .page-search-form {
        width: 100%; } }
  .page-search-profile .page-search-text {
    width: 261px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .page-search-profile .page-search-text {
        width: 283px; } }
    @media (max-width: 767px) {
      .page-search-profile .page-search-text {
        width: 100%;
        margin-bottom: -1px; } }
  .page-search-profile .page-search-dates {
    max-width: 320px;
    width: 100%; }
    @media (max-width: 767px) {
      .page-search-profile .page-search-dates {
        max-width: 100%;
        margin-bottom: -1px; } }
    .page-search-profile .page-search-dates input {
      padding-left: 41px; }
  .page-search-profile .page-search-date:first-child {
    border-right: 1px solid rgba(32, 62, 138, 0.2); }
    .page-search-profile .page-search-date:first-child:first-child:after {
      display: none; }
  .page-search-profile .label-date:before {
    font-size: 20px;
    left: 11px; }
  .page-search-profile .export {
    float: right;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid rgba(32, 62, 138, 0.2);
    border-radius: 3px;
    background: #ffffff;
    font-weight: 600;
    color: #203e8a;
    text-transform: uppercase;
    text-align: center; }
    .page-search-profile .export:hover {
      color: #203e8a;
      border: 1px solid rgba(32, 62, 138, 0.5); }
    .page-search-profile .export:active, .page-search-profile .export:focus {
      background: #203e8a;
      border: 1px solid #203e8a;
      color: #ffffff; }
    @media (max-width: 767px) {
      .page-search-profile .export {
        display: none;
        float: left;
        font-size: 13px; } }

@media (max-width: 767px) {
  .page-search-sort {
    text-align: center; } }

.hotel-list {
  margin-top: 10px; }

.hotel-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px; }

.hotel-item-content {
  position: absolute;
  top: 26px;
  left: 30px;
  color: #ffffff; }
  @media (max-width: 767px) {
    .hotel-item-content {
      top: 20px;
      left: 20px; } }
  .hotel-item-content a {
    color: #ffffff; }
    .hotel-item-content a:hover {
      color: #ffae0b; }
  .hotel-item-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .hotel-item-content h2 {
        font-size: 17px; } }

.hotel-item-location {
  position: absolute;
  bottom: 30px;
  left: 30px; }
  @media (max-width: 767px) {
    .hotel-item-location {
      bottom: 130px;
      left: 20px; } }
  .hotel-item-location a {
    display: inline-block;
    padding: 0 15px 0 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase; }
    .hotel-item-location a:hover {
      color: #ffae0b;
      border: 1px solid #ffae0b; }
    .hotel-item-location a span:before {
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle;
      font-family: "icomoon"; }

.hotel-item-info {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 220px;
  color: #ffffff;
  font-weight: 600;
  background: rgba(32, 62, 138, 0.7); }
  @media (max-width: 767px) {
    .hotel-item-info {
      bottom: 0;
      right: 0;
      left: 0;
      top: auto;
      width: auto; } }
  .hotel-item-info .dime {
    font-size: 14px; }

.hotel-item-price {
  padding: 19px 20px 2px;
  background: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .hotel-item-price {
      float: left;
      padding: 0;
      width: 70%;
      background: none; } }

.hotel-item-info-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hotel-item-info-title {
      font-size: 9px;
      line-height: 10px; } }

@media (max-width: 767px) {
  .hotel-item-price-old {
    float: left;
    width: 41%;
    min-height: 61px;
    padding: 10px;
    padding-top: 17px; } }

.hotel-item-price-old > span {
  position: relative; }
  .hotel-item-price-old > span:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background: #ffae0b;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }

.hotel-item-price-main {
  margin-top: 5px;
  font-size: 26px; }
  @media (max-width: 767px) {
    .hotel-item-price-main {
      font-size: 21px;
      float: left;
      width: 59%;
      min-height: 61px;
      padding: 10px;
      padding-top: 20px;
      background: rgba(255, 255, 255, 0.2); } }
  .hotel-item-price-main:before {
    margin-right: 6px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 30px;
    font-weight: 400;
    color: #ffae0b; }
    @media (max-width: 767px) {
      .hotel-item-price-main:before {
        font-size: 20px; } }
  .hotel-item-price-main .dime {
    font-size: 20px; }
    @media (max-width: 767px) {
      .hotel-item-price-main .dime {
        font-size: 13px; } }

.hotel-item-price-save {
  padding: 19px 20px 11px; }
  @media (max-width: 767px) {
    .hotel-item-price-save {
      float: left;
      padding: 10px;
      width: 30%; } }

.hotel-item-booking {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  height: 40px; }
  @media (max-width: 767px) {
    .hotel-item-booking {
      float: left;
      width: 100%; } }

.rating {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #ffae0b;
  font-size: 20px; }
  .rating:before, .rating:after {
    content: " ";
    display: table; }
  .rating:after {
    clear: both; }
  @media (max-width: 767px) {
    .rating {
      margin-top: -5px;
      margin-right: 5px; } }
  .rating span {
    float: left; }
    .rating span:before {
      font-family: "icomoon"; }

.pagination {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .pagination {
      display: none;
      text-align: center; } }
  .pagination.pagination-m {
    display: none;
    text-align: center; }
    @media (max-width: 767px) {
      .pagination.pagination-m {
        display: block; } }

.pagination-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  @media (max-width: 767px) {
    .pagination-list {
      display: inline-block; } }

.pagination-item {
  float: left;
  margin-left: -1px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .pagination-item {
      margin: 0 2px;
      display: inline-block;
      float: none;
      vertical-align: top; } }
  .pagination-item.active .pagination-link {
    background: #ffae0b;
    border: 1px solid #ffae0b;
    z-index: 10; }
    .pagination-item.active .pagination-link:hover {
      background: #f69600; }
  @media (max-width: 767px) {
    .pagination-item.active {
      display: inline-block; } }
  .pagination-item.prev, .pagination-item.next {
    margin-left: 0; }
    @media (max-width: 767px) {
      .pagination-item.prev, .pagination-item.next {
        display: inline-block; } }
    .pagination-item.prev .pagination-link, .pagination-item.next .pagination-link {
      width: 130px; }
      .pagination-item.prev .pagination-link:before, .pagination-item.next .pagination-link:before {
        top: -1px;
        font-family: "icomoon";
        position: absolute;
        font-size: 11px;
        font-weight: 400; }
  .pagination-item.prev {
    margin-right: 11px; }
    @media (max-width: 767px) {
      .pagination-item.prev {
        padding-left: 8px;
        margin-right: 0;
        float: left; } }
    @media (max-width: 585px) {
      .pagination-item.prev {
        margin-top: 20px;
        width: 50%;
        margin-right: 0; } }
    .pagination-item.prev .pagination-link {
      padding-left: 32px;
      padding-right: 15px; }
      .pagination-item.prev .pagination-link:before {
        left: 14px; }
  .pagination-item.next {
    margin-left: 11px; }
    @media (max-width: 767px) {
      .pagination-item.next {
        padding-right: 8px;
        margin-left: 0;
        margin-right: 0;
        float: right; } }
    @media (max-width: 585px) {
      .pagination-item.next {
        margin-top: 20px;
        width: 50%;
        text-align: right; } }
    .pagination-item.next .pagination-link {
      display: inline-block;
      padding-right: 32px;
      padding-left: 15px; }
      .pagination-item.next .pagination-link:before {
        right: 14px; }

.pagination-link {
  position: relative;
  display: block;
  width: 41px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(32, 62, 138, 0.2);
  text-align: center; }
  .pagination-link:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5);
    z-index: 11; }

.page-hotel-title {
  margin-top: 24px; }
  .page-hotel-title h1, .page-hotel-title h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .page-hotel-title h1, .page-hotel-title h4 {
        width: 85%;
        padding-left: 10px; } }

.page-hotel-address {
  margin-top: 14px; }
  @media (max-width: 767px) {
    .page-hotel-address {
      margin-top: 10px; } }

.page-hotel-location {
  margin-right: 21px;
  color: #999999; }
  .page-hotel-location:before {
    font-family: "icomoon"; }
    @media (max-width: 767px) {
      .page-hotel-location:before {
        font-size: 15px; } }

.page-hotel-show-map {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 26px; }
  .page-hotel-show-map:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .page-hotel-show-map:active, .page-hotel-show-map:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }
  @media (max-width: 767px) {
    .page-hotel-show-map {
      padding: 0 8px;
      height: 20px;
      line-height: 20px;
      font-size: 11px; } }
  @media (max-width: 767px) {
    .page-hotel-show-map {
      margin-top: 10px;
      padding-left: 20px; } }
  .page-hotel-show-map:active:before {
    color: #ffffff; }
  .page-hotel-show-map:before {
    position: absolute;
    top: -3px;
    left: 8px;
    font-family: "icomoon";
    font-size: 14px;
    color: rgba(32, 62, 138, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .page-hotel-show-map:before {
        top: -1px;
        left: 5px;
        font-size: 12px; } }

.hotel-slider {
  position: relative;
  margin-top: 10px; }

.flexslider.hotel-slider-flexslider {
  margin-bottom: 0;
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  height: 480px;
  top: 0;
  border: none;
  border-radius: 0;
  background: none; }
  @media (max-width: 767px) {
    .flexslider.hotel-slider-flexslider {
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      margin-left: 0;
      height: auto; } }

.hotel-slider-carousel {
  margin-bottom: 0;
  position: absolute;
  width: 620px;
  height: 60px;
  bottom: 40px;
  left: 50%;
  margin-left: -470px;
  border: none;
  background: none;
  z-index: 100; }
  @media (min-width: 768px) and (max-width: 991px) {
    .hotel-slider-carousel {
      margin-left: -340px; } }
  @media (max-width: 767px) {
    .hotel-slider-carousel {
      position: relative;
      margin-top: -40px;
      margin-left: 0;
      padding-left: 10px;
      width: 90%;
      left: auto;
      bottom: auto;
      height: auto; } }
  .hotel-slider-carousel .slides > li {
    position: relative;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer; }
    .hotel-slider-carousel .slides > li img {
      max-width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hotel-slider-carousel .slides > li {
        width: 70px !important;
        margin-right: 10px !important; } }
    @media (max-width: 767px) {
      .hotel-slider-carousel .slides > li {
        margin-right: 10px !important;
        width: 40px !important; }
        .hotel-slider-carousel .slides > li img {
          width: 100%; } }
    .hotel-slider-carousel .slides > li:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #ffae0b;
      opacity: 0;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .hotel-slider-carousel .slides > li.flex-active:after {
      opacity: 1; }

.hotel-info {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 300px;
  max-width: 100%;
  z-index: 100;
  float: right;
  background: rgba(32, 62, 138, 0.7);
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hotel-info {
      width: 100%;
      background: none;
      color: #000000;
      font-size: 15px; } }
  .hotel-info .dime {
    font-size: 14px; }
    @media (max-width: 767px) {
      .hotel-info .dime {
        font-size: 11px; } }

.hotel-info-price {
  padding-top: 26px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
  background: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .hotel-info-price {
      float: right;
      width: 50%;
      padding: 10px; } }

.hotel-info-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .75px; }
  @media (max-width: 767px) {
    .hotel-info-title {
      font-size: 9px;
      color: #999999;
      letter-spacing: 0; } }

.hotel-price-old > span {
  position: relative; }
  .hotel-price-old > span:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background: #ffae0b;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }

.hotel-price-main {
  font-size: 35px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .hotel-price-main {
      margin-top: 15px;
      font-size: 21px; } }
  .hotel-price-main:before {
    margin-right: 20px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 40px;
    font-weight: 400;
    color: #ffae0b; }
    @media (max-width: 767px) {
      .hotel-price-main:before {
        margin-top: -5px;
        margin-right: 5px;
        font-size: 20px; } }
  .hotel-price-main .dime {
    font-size: 20px; }
    @media (max-width: 767px) {
      .hotel-price-main .dime {
        font-size: 13px; } }

.hotel-price-save {
  margin-top: 5px; }
  @media (max-width: 767px) {
    .hotel-price-save {
      margin-top: 15px; } }

.hotel-info-description {
  padding: 20px 30px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .hotel-info-description {
      float: left;
      width: 50%;
      padding: 10px;
      padding-right: 15px;
      line-height: 15px; } }
  .hotel-info-description ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .hotel-info-description ul li {
      margin-bottom: 15px; }

.hotel-footer {
  text-align: right;
  padding-bottom: 53px; }

.hotel-selected-rooms {
  margin-top: 8px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 29px; }
  @media (max-width: 767px) {
    .hotel-selected-rooms {
      font-size: 16px; } }
  .hotel-selected-rooms:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .hotel-selected-rooms:active, .hotel-selected-rooms:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }

.hotel-footer-price {
  margin-bottom: 9px;
  font-weight: 600; }
  .hotel-footer-price .dime {
    font-size: 13px; }
  .hotel-footer-price.-total {
    margin-top: 29px;
    font-size: 40px;
    line-height: 1.3; }
    .hotel-footer-price.-total .dime {
      font-size: 20px; }

.hotel-footer-title {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase; }

.room-list {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .room-list {
      margin-top: 0; } }

.room-item {
  width: 100%;
  margin-bottom: 30px;
  background: #f7f8fb; }
  .room-item:before, .room-item:after {
    content: " ";
    display: table; }
  .room-item:after {
    clear: both; }

.room-media {
  position: relative;
  width: 50%;
  float: left; }
  @media (max-width: 991px) {
    .room-media {
      width: 100%;
      border-radius: 3px;
      overflow: hidden; } }
  .room-media img {
    width: 100%; }

.room-media-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  color: #ffffff; }
  .room-media-content h2 {
    margin-top: 15px;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .room-media-content h2 {
        margin-bottom: 0;
        margin-top: 10px; } }
  .room-media-content ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
    .room-media-content ul li {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .room-media-content ul li {
          margin-bottom: 5px; } }
      .room-media-content ul li:last-child {
        margin-bottom: 0; }

.room-media-link {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff; }
  @media (max-width: 767px) {
    .room-media-link {
      font-size: 0; } }
  .room-media-link:before {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 15px; }

.room-equipments {
  float: left;
  width: 50%;
  padding-top: 6px;
  padding-left: 19px;
  padding-right: 19px; }
  @media (max-width: 991px) {
    .room-equipments {
      width: 100%;
      padding-bottom: 20px; } }

.room-equipment {
  padding-top: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(32, 62, 138, 0.2); }
  .room-equipment:before, .room-equipment:after {
    content: " ";
    display: table; }
  .room-equipment:after {
    clear: both; }
  .room-equipment:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.room-payment {
  float: left;
  width: 39%;
  padding-top: 2px; }
  @media (max-width: 767px) {
    .room-payment {
      width: 50%; } }
  .room-payment span {
    margin-bottom: 15px;
    color: #203e8a;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .room-payment span.breakfast {
      position: relative;
      display: block;
      padding-left: 22px;
      line-height: 15px;
      color: #000000; }
      .room-payment span.breakfast:hover {
        color: #000000; }
      .room-payment span.breakfast:before {
        position: absolute;
        left: 0;
        top: 5px;
        font-family: "icomoon";
        color: #8692b2; }
    .room-payment span:hover {
      color: #ffae0b; }
   /* custom! .room-payment span:last-child {
      margin-bottom: 0; }*/
    @media (max-width: 767px) {
      .room-payment span:hover, .room-payment span:active, .room-payment span:focus {
        color: #203e8a; } }

.room-price-title {
  font-size: 9px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .room-price-title {
      line-height: 1.2; } }

.room-price {
  float: left;
  width: 33%;
  font-weight: 600; }
  @media (max-width: 767px) {
    .room-price {
      width: 50%; } }
  .room-price .dime {
    font-size: 14px; }

.room-price-old {
  font-size: 11px; }
  .room-price-old .dime {
    font-size: 11px; }
  .room-price-old > span {
    position: relative; }
    .room-price-old > span:after {
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      width: 100%;
      height: 2px;
      margin-top: -2px;
      background: #ffae0b;
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg); }

.room-price-main {
  font-size: 25px; }
  @media (max-width: 767px) {
    .room-price-main {
      font-size: 15px; } }
  .room-price-main:before {
    margin-right: 6px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 19px;
    font-weight: 400;
    color: #ffae0b; }
    @media (max-width: 767px) {
      .room-price-main:before {
        font-size: 14px; } }
  .room-price-main .dime {
    font-size: 15px; }
    @media (max-width: 767px) {
      .room-price-main .dime {
        font-size: 11px; } }

.room-price-save {
  font-size: 11px;
  line-height: 1.2; }
  .room-price-save .dime {
    font-size: 9px; }
    @media (max-width: 767px) {
      .room-price-save .dime {
        font-size: 11px; } }
  .room-price-save p {
    margin-bottom: 0; }

.room-booking {
  float: left;
  width: 28%;
  padding-top: 1px; }
  @media (max-width: 767px) {
    .room-booking {
      margin-top: 10px;
      width: 100%; } }
  .room-booking .bootstrap-select.btn-group.open .btn .caret:before {
    color: #ffffff; }
  .room-booking .bootstrap-select.btn-group.open .btn:before {
    color: #ffffff; }
  .room-booking .bootstrap-select.btn-group.open .dropdown-toggle {
    background: #203e8a;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #203e8a; }
  .room-booking .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline; }
  .room-booking .btn {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 26px;
    border: 1px solid rgba(32, 62, 138, 0.2);
    background: #ffffff;
    line-height: 38px;
    border-radius: 3px; }
    .room-booking .btn:before {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      font-family: "icomoon";
      color: #8692b2; }
    .room-booking .btn .caret {
      right: 17px !important;
      margin-top: -18px !important;
      border: none; }
      .room-booking .btn .caret:before {
        font-family: "icomoon";
        font-size: 11px; }
  .room-booking .bootstrap-select {
    margin-right: -1px;
    width: 50% !important;
    float: left !important; }
  .room-booking .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #eff1f7;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
    .room-booking .dropdown-menu > li > a {
      color: #203e8a;
      text-align: center; }

.select-room .btn {
  font-weight: 400;
  text-transform: none; }
  .select-room .btn:before {
    display: block !important;
    left: 6px; }

.select-people .btn {
  font-weight: 400;
  text-transform: none; }
  .select-people .btn:before {
    display: block !important;
    left: 9px;
    font-size: 11px; }

.room-booking-link {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
  width: 100%; }
  .room-booking-link:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .room-booking-link:active, .room-booking-link:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .room-booking-link {
      margin-top: 0;
      width: 50%;
      float: left;
      text-align: center; } }

@media (max-width: 767px) {
  .room-booking-selects {
    width: 50%;
    float: left; } }

.kind-payment {
  position: relative;
  padding-left: 22px;
  display: block;
  line-height: 15px; }
  .kind-payment:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "icomoon";
    color: #8692b2; }
    @media (max-width: 767px) {
      .kind-payment:before {
        font-size: 15px; } }

.show-map {
  width: 100%;
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5; }
  .show-map h3 {
    margin-top: 35px;
    margin-bottom: 32px; }

.show-map-iframe {
  width: 100%;
  text-align: center; }
  .show-map-iframe img, .show-map-iframe iframe {
    max-width: 100%; }

.tooltip.in {
  opacity: 1; }

.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff; }

.tooltip-inner {
  max-width: 300px;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  text-align: left; }

.typeahead {
  width: 330px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #eff1f7;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.2);
  list-style: none; }
  .typeahead li {
    padding: 7px 18px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .typeahead li.active {
      background: rgba(32, 62, 138, 0.7); }
      .typeahead li.active a {
        background: none; }
    .typeahead li:hover {
      background: rgba(32, 62, 138, 0.7);
      color: #ffffff; }
    .typeahead li a {
      padding: 0;
      white-space: normal;
      background: none !important; }

.twitter-typeahead {
  width: 100%;
  display: block; }
  .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0; }

.typeahead-group {
  margin: 0;
  padding: 7px 18px;
  font-size: 17px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.02); }

.tt-hint {
  display: none;
  width: 100%;
  padding: 7px 18px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.tt-dropdown-menu {
  width: 330px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #eff1f7;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.2);
  list-style: none; }

.tt-suggestion {
  display: block;
  padding: 7px 18px; }
  .tt-suggestion.tt-cursor {
    background: rgba(32, 62, 138, 0.7);
    color: #ffffff; }
  .tt-suggestion.tt-is-under-cursor a {
    color: #fff; }
  .tt-suggestion p {
    margin: 0; }

.user-nav + .page-registration {
  margin-top: 20px; }

.page-registration {
  margin-top: 6px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .page-registration {
      margin-top: 0; } }

.page-registration-row {
  margin-left: -10px;
  margin-right: -10px; }
  .page-registration-row:before, .page-registration-row:after {
    content: " ";
    display: table; }
  .page-registration-row:after {
    clear: both; }

.registration {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .registration {
      float: left;
      width: 66.66667%; } }

.registration-form {
  padding-top: 3px;
  padding-bottom: 30px;
  border: 1px solid #eff1f7; }

.registration-block {
  padding: 26px 27px 30px 30px;
  border-bottom: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .registration-block {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 15px;
      padding-bottom: 25px; } }

.registration-block-title {
  margin-bottom: 19px;
  font-size: 13px;
  color: #999999; }
  .registration-block-title h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000; }

.registration-line {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .registration-line p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb; }
    @media (max-width: 767px) {
      .registration-line p {
        font-size: 11px;
        line-height: 15px; } }
  .registration-line:last-child {
    margin-bottom: 0; }
  .registration-line.-photo .registration-line-title {
    vertical-align: top;
    margin-top: 10px; }
  .registration-line.-photo .registration-line-content {
    vertical-align: top; }
  .registration-line input[type=text] {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
    .registration-line input[type=text].input-small {
      width: 140px; }
    .registration-line input[type=text].input-payment {
      width: 220px; }
    .registration-line input[type=text].input-date {
      width: 220px; }
    .registration-line input[type=text].input-price {
      width: 100px; }
      @media (max-width: 767px) {
        .registration-line input[type=text].input-price {
          width: 260px; } }
    .registration-line input[type=text].input-min-length {
      width: 230px; }
      @media (max-width: 767px) {
        .registration-line input[type=text].input-min-length {
          width: 100%; } }
    .registration-line input[type=text].input-number-room {
      width: 180px; }
      @media (max-width: 767px) {
        .registration-line input[type=text].input-number-room {
          width: 100%; } }
  .registration-line .input-phone input {
    width: 100%; }
  .registration-line .select-date {
    margin-right: 16px;
    display: inline-block; }
    @media (max-width: 767px) {
      .registration-line .select-date {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
    .registration-line .select-date:before {
      margin-top: -2px;
      margin-right: 9px;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      font-family: "icomoon";
      color: #bbbbbb; }

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

.choose-dates:after {
  clear: both; }

.choose-dates .label-date {
  width: 130px;
  float: left;
  margin-right: -1px; }
  .choose-dates .label-date:first-child input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .choose-dates .label-date:last-child input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.registration-line-title {
  display: inline-block;
  vertical-align: middle;
  width: 154px;
  padding-right: 10px;
  line-height: 20px; }
  @media (max-width: 991px) {
    .registration-line-title {
      width: 100%;
      margin-bottom: 5px; } }

.registration-line-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 400px; }
  @media (max-width: 767px) {
    .registration-line-content {
      width: 100%; } }

.registration-line-price input {
  float: left;
  width: 105px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }

.registration-line-price .bootstrap-select {
  float: left; }
  .registration-line-price .bootstrap-select .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.registration-form-footer {
  margin-top: 26px;
  padding: 0 29px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .registration-form-footer {
      margin-top: 0;
      padding: 0 10px; } }

.registration-form-submit {
  margin-top: 12px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px; }
  .registration-form-submit:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .registration-form-submit:active, .registration-form-submit:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }

.registration-info {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .registration-info {
      float: left;
      width: 33.33333%; } }
  @media (max-width: 767px) {
    .registration-info {
      margin-top: 20px;
      display: none; } }

.registration-info-wrap {
  padding: 23px 29px 29px;
  border: 1px solid #eff1f7; }
  .registration-info-wrap h4 {
    margin: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eff1f7; }
  .registration-info-wrap ul {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .registration-info-wrap ul li {
      position: relative;
      margin-bottom: 25px;
      padding-left: 30px; }
      .registration-info-wrap ul li:last-child {
        margin-bottom: 0; }
      .registration-info-wrap ul li:before {
        position: absolute;
        top: -4px;
        left: 0;
        font-size: 19px;
        font-family: "icomoon";
        color: #ffae0b; }

.registration-step {
  position: relative;
  margin-top: 20px; }
  .registration-step:before {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    content: "";
    background: #6075aa;
    width: 10px;
    height: 100%; }
  .registration-step:after {
    position: absolute;
    top: 0;
    left: 10px;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 20px solid transparent;
    z-index: 10; }

.registration-step-list {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  counter-reset: list; }
  .registration-step-list:before, .registration-step-list:after {
    content: " ";
    display: table; }
  .registration-step-list:after {
    clear: both; }

.registration-step-item {
  position: relative;
  float: left;
  width: 33.33333%;
  padding-left: 10px;
  background: #6075aa;
  color: #ffffff;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .registration-step-item {
      display: table;
      height: 40px;
      font-size: 11px;
      line-height: 13px; } }
  .registration-step-item.active {
    background: #ffae0b; }
    .registration-step-item.active:after {
      border-left: 10px solid #ffae0b; }
  .registration-step-item:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #6075aa;
    border-bottom: 20px solid transparent;
    z-index: 10; }
  @media (max-width: 767px) {
    .registration-step-item span {
      display: table-cell;
      vertical-align: middle; } }
  .registration-step-item span:before {
    counter-increment: list;
    content: counter(list) ". "; }

.registration-price {
  margin-top: 38px;
  margin-bottom: 40px;
  text-align: right; }
  @media (max-width: 767px) {
    .registration-price {
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center; } }

.registration-price-total {
  font-size: 40px;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .registration-price-total {
      margin-bottom: 5px;
      font-size: 21px; } }
  .registration-price-total span {
    font-weight: 600; }
    .registration-price-total span.dime {
      font-size: 20px; }
      @media (max-width: 767px) {
        .registration-price-total span.dime {
          font-size: 13px; } }

.registration-submit {
  margin-top: 36px;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 56px; }
  .registration-submit:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .registration-submit:active, .registration-submit:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .registration-submit {
      margin-top: 15px;
      padding: 0 21px;
      height: 50px;
      line-height: 50px;
      font-size: 17px; } }

.registration-form-save {
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }
  .registration-form-save:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .registration-form-save:active, .registration-form-save:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .registration-form-save {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      width: 100%; } }

.registration-form-back {
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px; }
  .registration-form-back:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .registration-form-back:active, .registration-form-back:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }

.registration-affix {
  width: 300px; }
  @media (max-width: 767px) {
    .registration-affix {
      width: 100%; } }

.registration-rooms {
  margin-top: 30px; }

.registration-room {
  margin-bottom: -1px;
  cursor: pointer; }

.registration-room-title {
  position: relative;
  padding: 29px 220px 24px 29px;
  border: 1px solid #eff1f7;
  color: #203e8a; }
  @media (max-width: 767px) {
    .registration-room-title {
      padding: 10px; } }
  .registration-room-title:before {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px;
    font-family: "icomoon";
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .registration-room-title:before {
        right: 15px; } }
  .registration-room-title h4 {
    margin: 0;
    display: inline-block; }

.registration-room-price {
  position: absolute;
  top: 25px;
  right: 68px;
  font-size: 21px;
  font-weight: 600;
  color: #000000; }
  @media (max-width: 767px) {
    .registration-room-price {
      position: relative;
      top: auto;
      right: auto;
      font-size: 15px; } }
  .registration-room-price:before {
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
    font-family: "icomoon";
    color: #ffae0b; }
    @media (max-width: 767px) {
      .registration-room-price:before {
        margin-top: -3px;
        margin-right: 7px; } }

.registration-room-content {
  position: relative;
  display: none; }
  @media (max-width: 767px) {
    .registration-room-content {
      border-left: 1px solid #eff1f7;
      border-right: 1px solid #eff1f7; } }

.registration-room-text {
  width: 100%;
  padding-right: 250px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 36px; }
  @media (max-width: 767px) {
    .registration-room-text {
      padding: 10px; } }

.registration-guest {
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
  border: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .registration-guest {
      padding: 10px; } }
  .registration-guest .registration-line-content {
    width: 431px;
    max-width: 100%; }

.registration-guest-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 140px;
  border-left: 1px solid #eff1f7;
  text-align: center;
  line-height: 137px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .registration-guest-delete {
      width: 20px;
      height: 20px;
      border: none;
      line-height: 20px; } }
  .registration-guest-delete:before {
    font-family: "icomoon";
    font-style: normal;
    color: #203e8a;
    font-size: 10px; }

.add-guest {
  margin-top: 10px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center; }
  .add-guest:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .add-guest:active, .add-guest:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }
  @media (max-width: 767px) {
    .add-guest {
      width: 100%; } }

.registration-guest-info {
  margin-top: 29px;
  padding-top: 28px;
  border-top: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .registration-guest-info {
      margin-top: 15px;
      padding-top: 10px; } }
  .registration-guest-info .registration-line-content {
    width: 500px;
    max-width: 100%; }

.registration-room-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  padding-top: 17px;
  padding-left: 21px;
  background: #eff1f7; }
  @media (max-width: 767px) {
    .registration-room-info {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: auto;
      padding: 20px; } }

.block-price-title {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .block-price-title {
      margin-bottom: 0;
      font-size: 9px;
      line-height: 1.2; } }

.block-price-item {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px; }
  @media (max-width: 767px) {
    .block-price-item {
      margin-bottom: 15px; } }

.block-price-main {
  font-size: 30px;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .block-price-main {
      margin-top: 10px;
      font-size: 17px; } }
  .block-price-main:before {
    margin-right: 7px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 400;
    color: #ffae0b; }
  @media (max-width: 767px) {
    .block-price-main .dime {
      font-size: 13px; } }

.block-price-info {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .block-price-info {
      font-size: 9px; } }

.confirm-info {
  margin-top: 6px; }

.confirm-info-wrap {
  margin-left: -10px;
  margin-right: -10px; }
  .confirm-info-wrap:before, .confirm-info-wrap:after {
    content: " ";
    display: table; }
  .confirm-info-wrap:after {
    clear: both; }

.confirm-info-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .confirm-info-item {
      float: left;
      width: 33.33333%; } }

.order-list {
  margin-top: 40px;
  margin-bottom: 60px; }
  .order-list.-invoices {
    margin-top: 11px;
    margin-bottom: 10px; }

.order-item {
  margin-bottom: 20px;
  padding: 24px 30px 16px;
  border: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .order-item {
      padding: 20px; } }

.order-header {
  padding-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #eff1f7; }
  .order-header:before, .order-header:after {
    content: " ";
    display: table; }
  .order-header:after {
    clear: both; }

.order-title {
  float: left;
  font-weight: 600;
  text-transform: uppercase; }

.order-date {
  float: left;
  margin-left: 27px; }
  .order-date:before {
    margin-top: -2px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 20px;
    color: #d2d8e8; }

@media (max-width: 767px) {
  .order-nav {
    display: none; } }

.order-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .order-nav ul li {
    margin-left: 21px;
    display: inline-block; }

.order-content {
  position: relative;
  padding-top: 24px;
  overflow: hidden; }
  .order-content:before, .order-content:after {
    content: " ";
    display: table; }
  .order-content:after {
    clear: both; }

.order-info {
  position: relative;
  float: left;
  width: 49%;
  padding-right: 20px;
  line-height: 20px;
  color: #383f4f; }
  @media (max-width: 767px) {
    .order-info {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; } }
  .order-info:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 1px;
    height: 200%;
    background: #eff1f7; }
  .order-info h4 {
    margin-top: 0;
    margin-bottom: 17px; }
  .order-info p {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .order-info p {
        margin-bottom: 0; } }

.order-client {
  float: left;
  width: 30%;
  padding-left: 19px; }
  @media (max-width: 767px) {
    .order-client {
      width: 50%;
      padding-left: 0; } }
  .order-client p {
    margin-bottom: 6px; }

.order-content-title {
  margin-bottom: 4px;
  display: block;
  font-size: 11px;
  color: #bbbbbb;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .order-content-title {
      font-size: 9px;
      line-height: 1.2;
      margin-bottom: 0; } }

.order-price {
  position: relative;
  float: left;
  width: 21%;
  padding-left: 28px;
  padding-top: 2px; }
  @media (max-width: 767px) {
    .order-price {
      width: 50%;
      padding: 0; } }
  .order-price:after {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 1px;
    height: 200%;
    background: #eff1f7; }
    @media (max-width: 767px) {
      .order-price:after {
        display: none; } }
  .order-price .block-price-main {
    font-size: 17px; }
  .order-price .block-price-item {
    font-size: 17px; }
    @media (max-width: 767px) {
      .order-price .block-price-item {
        margin-bottom: 7px;
        font-size: 13px; } }
  .order-price .dime {
    font-size: 13px; }

.order-list-footer {
  margin-top: 20px;
  text-align: right; }
  .order-list-footer a {
    display: inline-block;
    border: 1px solid rgba(32, 62, 138, 0.2);
    border-radius: 3px;
    background: #ffffff;
    font-weight: 600;
    color: #203e8a;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px; }
    .order-list-footer a:hover {
      color: #203e8a;
      border: 1px solid rgba(32, 62, 138, 0.5); }
    .order-list-footer a:active, .order-list-footer a:focus {
      background: #203e8a;
      border: 1px solid #203e8a;
      color: #ffffff; }
    @media (max-width: 767px) {
      .order-list-footer a {
        width: 100%; } }

.user-nav {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .user-nav.user-nav-m {
      display: block; } }
  @media (max-width: 767px) {
    .user-nav {
      display: none; } }

.user-nav-list {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }
  @media (max-width: 767px) {
    .user-nav-list {
      width: 100%;
      text-align: center; } }

.user-nav-item {
  float: left;
  margin-right: -1px; }
  @media (max-width: 767px) {
    .user-nav-item {
      width: 50%; } }
  .user-nav-item.active .user-nav-link {
    background: #203e8a;
    color: #ffffff;
    border: 1px solid #203e8a; }
  .user-nav-item:first-child .user-nav-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .user-nav-item:last-child .user-nav-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.user-nav-link {
  padding: 0 14px;
  display: block;
  height: 40px;
  border: 1px solid #ced4e3;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 41px; }

.reporting {
  margin-top: 20px;
  margin-bottom: 71px; }
  .reporting-hotel .reporting-item-title {
    color: #000000; }

.reporting-wrap {
  padding-bottom: 50px;
  border: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .reporting-wrap {
      padding-bottom: 0; } }

.reporting-items {
  border-bottom: 1px solid #eff1f7; }
  .reporting-items:before, .reporting-items:after {
    content: " ";
    display: table; }
  .reporting-items:after {
    clear: both; }

.reporting-item {
  float: left;
  width: 33.33333%;
  padding: 20px;
  border-left: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .reporting-item {
      width: 100%;
      border-left: 0;
      border-top: 1px solid #eff1f7; } }
  .reporting-item:first-child {
    border-left: none; }
    @media (max-width: 767px) {
      .reporting-item:first-child {
        border-top: none; } }
  .reporting-item .no-data {
    display: block;
    margin-top: 65px;
    margin-bottom: 50px;
    text-align: center; }
  .reporting-item ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .reporting-item ul li {
      margin-bottom: 15px; }
      .reporting-item ul li:before, .reporting-item ul li:after {
        content: " ";
        display: table; }
      .reporting-item ul li:after {
        clear: both; }
      .reporting-item ul li:last-child {
        margin-bottom: 0; }
      .reporting-item ul li a {
        float: left; }
      .reporting-item ul li b {
        float: right; }

.reporting-item-title {
  margin-bottom: 15px;
  color: #bbbbbb;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .reporting-item-title {
      font-size: 15px; } }
  .reporting-item-title:last-child {
    margin-bottom: 0; }
  .reporting-item-title b {
    color: #000000; }
  .reporting-item-title > span {
    display: block;
    font-size: 13px;
    color: #bbbbbb;
    text-transform: none; }
    @media (max-width: 767px) {
      .reporting-item-title > span {
        font-size: 11px; } }

.graphics {
  padding: 15px 30px; }
  @media (max-width: 767px) {
    .graphics {
      padding: 20px; } }

.graphics-sort {
  margin-top: 19px; }

.graphics-sort-dates {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px; }
  @media (max-width: 767px) {
    .graphics-sort-dates {
      margin-bottom: 10px; } }
  .graphics-sort-dates .label-date {
    float: left;
    width: 130px;
    margin-right: -1px; }
    @media (max-width: 767px) {
      .graphics-sort-dates .label-date {
        width: 50%; } }
    .graphics-sort-dates .label-date:before {
      left: 15px; }
    .graphics-sort-dates .label-date input:hover, .graphics-sort-dates .label-date input:active, .graphics-sort-dates .label-date input:focus {
      position: relative;
      z-index: 1; }
    .graphics-sort-dates .label-date:first-child input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .graphics-sort-dates .label-date:last-child input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.graphics-sort-month {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .graphics-sort-month {
      width: 100%; } }

.graphics-media {
  margin-top: 62px;
  text-align: center; }
  @media (max-width: 767px) {
    .graphics-media {
      margin-top: 30px; } }
  .graphics-media img {
    max-width: 100%; }

.graphics-sort-item {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .graphics-sort-item .bootstrap-select {
      width: 100% !important; } }
  @media (max-width: 767px) {
    .graphics-sort-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }

.graphics-statistics .graphics-sort-dates {
  margin-right: -5px; }
  @media (max-width: 767px) {
    .graphics-statistics .graphics-sort-dates {
      margin-right: 0; } }

.user-hotels {
  margin-bottom: 50px; }

.user-hotels-wrap {
  width: 620px;
  max-width: 100%; }

.hotels-search {
  width: 100%;
  margin-top: 20px; }

.hotels-search-form {
  position: relative;
  padding-right: 120px; }
  @media (max-width: 767px) {
    .hotels-search-form {
      padding-right: 47px; } }
  .hotels-search-form input {
    width: 100%; }

.hotels-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .hotels-search-submit:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .hotels-search-submit:active, .hotels-search-submit:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .hotels-search-submit {
      font-size: 0; } }
  .hotels-search-submit span:before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 400;
    font-size: 12px; }
    @media (max-width: 767px) {
      .hotels-search-submit span:before {
        margin-right: 0; } }

.hotels-filter {
  margin-top: 14px;
  text-align: right; }

.user-hotels-list {
  margin-top: 10px;
  border: 1px solid #eff1f7; }

.user-hotels-item {
  position: relative;
  padding: 26px 29px;
  min-height: 190px;
  border-bottom: 1px solid #eff1f7; }
  .user-hotels-item.-offline {
    background: #fdfdfd; }
  @media (max-width: 767px) {
    .user-hotels-item {
      padding: 20px; } }
  .user-hotels-item:last-child {
    border-bottom: 0; }

.user-hotels-img {
  float: left;
  width: 145px;
  height: 80px;
  margin-right: 30px;
  text-align: center;
  line-height: 80px;
  font-size: 20px; }
  .user-hotels-img.no-img {
    background: #f9f9fb; }
    .user-hotels-img.no-img:before {
      font-family: "icomoon";
      color: #d2d8e8; }

.user-hotels-admin {
  position: absolute;
  top: 29px;
  right: 29px; }
  @media (max-width: 767px) {
    .user-hotels-admin {
      position: relative;
      top: auto;
      right: auto;
      margin-top: 4px; }
      .user-hotels-admin .bootstrap-select {
        width: 100% !important; } }

.user-hotels-title {
  max-width: 370px; }
  .user-hotels-title .rating {
    margin-left: 3px;
    line-height: 1; }
    @media (max-width: 767px) {
      .user-hotels-title .rating {
        margin-left: 0;
        margin-top: 0;
        display: block;
        font-size: 16px; } }
  .user-hotels-title h4 {
    margin: 0;
    display: inline-block;
    line-height: 25px; }

.user-hotels-content {
  margin-top: 20px; }
  .user-hotels-content:before, .user-hotels-content:after {
    content: " ";
    display: table; }
  .user-hotels-content:after {
    clear: both; }
  @media (max-width: 767px) {
    .user-hotels-content {
      margin-top: 10px; } }

.user-hotels-col {
  float: left; }
  @media (max-width: 767px) {
    .user-hotels-col {
      margin-bottom: 5px; } }
  .user-hotels-col span {
    margin-bottom: 3px;
    display: block;
    font-size: 11px;
    color: #bbbbbb;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .user-hotels-col span {
        font-size: 9px;
        line-height: 1.2; } }
  .user-hotels-col.-status {
    width: 160px; }
  .user-hotels-col.-quantity {
    width: 210px; }

.user-hotels-add {
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }
  .user-hotels-add:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .user-hotels-add:active, .user-hotels-add:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .user-hotels-add {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      width: 100%; } }

.user-hotels-col-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-width: 210px;
     -moz-column-width: 210px;
          column-width: 210px; }
  .user-hotels-col-2 p {
    margin-bottom: 5px; }

.hotel-edit {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-top: 3px;
  width: 620px;
  max-width: 100%;
  border: 1px solid #eff1f7; }

.hotel-edit-map {
  padding-bottom: 20px;
  border-bottom: 1px solid #eff1f7; }
  .hotel-edit-map img {
    max-width: 100%; }

.hotel-edit-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
  text-align: right; }
  .hotel-edit-footer:before, .hotel-edit-footer:after {
    content: " ";
    display: table; }
  .hotel-edit-footer:after {
    clear: both; }
  @media (max-width: 767px) {
    .hotel-edit-footer {
      padding: 0 10px; } }

.hotel-edit-back {
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  margin-left: 15px;
  padding: 0 40px; }
  .hotel-edit-back:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .hotel-edit-back:active, .hotel-edit-back:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }
  @media (max-width: 767px) {
    .hotel-edit-back {
      float: left;
      width: 48%;
      margin-left: 0; } }

.hotel-edit-save {
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  margin-left: 15px;
  padding: 0 40px; }
  .hotel-edit-save:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .hotel-edit-save:active, .hotel-edit-save:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .hotel-edit-save {
      margin-left: 0;
      float: right;
      width: 48%; } }

.upload-photo {
  font-size: 13px;
  line-height: 15px; }

.upload-photo-items {
  margin-bottom: 20px; }

.upload-photo-item {
  position: relative;
  margin-right: 5px;
  display: inline-block; }

.upload-photo-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  font-style: normal;
  font-size: 7px;
  text-align: center;
  line-height: 13px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .upload-photo-del:before {
    font-family: "icomoon";
    color: #ffffff; }

.room-edit {
  border: 1px solid #eff1f7;
  margin-bottom: 40px;
  margin-top: 24px;
  max-width: 100%;
  padding-top: 3px;
  width: 620px; }
  .room-edit h4 {
    margin-top: 0; }
  .room-edit .registration-line.-room-edit {
    margin-bottom: 15px; }
    .room-edit .registration-line.-room-edit:last-child {
      margin-bottom: 0; }
    .room-edit .registration-line.-room-edit .registration-line-title {
      width: 224px; }
    .room-edit .registration-line.-room-edit .registration-line-content {
      width: 330px;
      max-width: 100%; }
  @media (max-width: 767px) {
    .room-edit .bootstrap-select {
      width: 100% !important; } }
  .room-edit .rate-types .registration-line-content {
    width: 300px; }

.rate-types-table {
  margin-top: 16px;
  margin-bottom: 15px; }

.rate-types {
  padding: 23px 30px;
  border-bottom: 1px solid #eff1f7; }
  @media (max-width: 767px) {
    .rate-types {
      padding: 10px; } }
  .rate-types p {
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb; }
    @media (max-width: 767px) {
      .rate-types p {
        font-size: 11px;
        line-height: 15px; } }
    .rate-types p:last-child {
      margin-bottom: 0; }

.rate-types-line:before, .rate-types-line:after {
  content: " ";
  display: table; }

.rate-types-line:after {
  clear: both; }

.rate-types-line:last-child .rate-types-col.-roomtype {
  border-bottom: 1px solid #d2d8e8; }

.rate-types-line:last-child .rate-types-col.-breakfast {
  border-bottom: 1px solid #d2d8e8; }

.rate-types-line:last-child .rate-types-col.-add-ons {
  border-bottom: 1px solid #d2d8e8; }

.rate-types-head:before, .rate-types-head:after {
  content: " ";
  display: table; }

.rate-types-head:after {
  clear: both; }

.rate-types-head .rate-types-col {
  height: 56px;
  padding: 0 0 20px;
  font-size: 11px;
  line-height: 20px;
  color: #bbbbbb;
  text-transform: uppercase;
  border: none; }
  @media (max-width: 767px) {
    .rate-types-head .rate-types-col {
      font-size: 9px;
      line-height: 10px;
      overflow: hidden; } }
  .rate-types-head .rate-types-col.-room {
    padding: 0; }
    @media (max-width: 767px) {
      .rate-types-head .rate-types-col.-room {
        padding: 5px; } }
  .rate-types-head .rate-types-col.-bar {
    padding: 0; }
    @media (max-width: 767px) {
      .rate-types-head .rate-types-col.-bar {
        padding: 5px; } }
  .rate-types-head .rate-types-col.-roomtype {
    border: none;
    padding: 0; }
    @media (max-width: 767px) {
      .rate-types-head .rate-types-col.-roomtype {
        padding: 5px; } }
  .rate-types-head .rate-types-col.-breakfast {
    border: none;
    padding: 0; }
    @media (max-width: 767px) {
      .rate-types-head .rate-types-col.-breakfast {
        padding: 5px; } }
  .rate-types-head .rate-types-col.-add-ons {
    border: none;
    padding: 0; }
    @media (max-width: 767px) {
      .rate-types-head .rate-types-col.-add-ons {
        padding: 5px; } }

.rate-types-col {
  float: left;
  display: table;
  text-align: center;
  height: 60px; }
  @media (max-width: 767px) {
    .rate-types-col {
      height: 40px; } }
  @media (max-width: 767px) {
    .rate-types-col {
      display: block;
      font-size: 13px;
      line-height: 10px; } }
  .rate-types-col input {
    margin-top: 10px;
    border: none !important; }
  .rate-types-col span {
    display: table-cell;
    vertical-align: middle; }
  .rate-types-col.-checkbox {
    width: 20px; }
    .rate-types-col.-checkbox .checkbox {
      display: table-cell;
      vertical-align: middle; }
      .rate-types-col.-checkbox .checkbox span {
        width: 20px;
        height: 20px; }
  .rate-types-col.-room {
    width: 110px;
    padding: 0 13px; }
    @media (max-width: 767px) {
      .rate-types-col.-room {
        width: 50px;
        padding: 10px 5px;
        overflow: hidden; } }
  .rate-types-col.-bar {
    width: 60px;
    padding: 0 13px; }
    @media (max-width: 767px) {
      .rate-types-col.-bar {
        width: 30px;
        padding: 10px 5px; } }
  .rate-types-col.-roomtype {
    width: 100px;
    padding: 0 13px;
    text-align: right;
    border-top: 1px solid #d2d8e8;
    border-left: 1px solid #d2d8e8; }
    @media (max-width: 767px) {
      .rate-types-col.-roomtype {
       /* width: 52px;*/
        padding: 10px 5px; } }
  .rate-types-col.-breakfast {
    width: 100px;
    padding: 0 13px;
    text-align: right;
    border-top: 1px solid #d2d8e8;
    border-left: 1px solid #d2d8e8; }
    @media (max-width: 767px) {
      .rate-types-col.-breakfast {
       /* width: 50px;*/
        padding: 10px 5px; } }
  .rate-types-col.-add-ons {
    width: 155px;
    padding: 0 13px;
    text-align: right;
    border-top: 1px solid #d2d8e8;
    border-left: 1px solid #d2d8e8;
    border-right: 1px solid #d2d8e8; }
    @media (max-width: 767px) {
      .rate-types-col.-add-ons {
      /*  width: 90px;*/ } }

.rate-types-col-item {
  padding: 0 13px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #d2d8e8; }
  @media (max-width: 767px) {
    .rate-types-col-item {
      height: 19px;
      line-height: 19px; } }
  .rate-types-col-item:last-child {
    border-bottom: none; }

.room-edit-footer {
  margin-top: 31px;
  margin-bottom: 28px;
  padding: 0 30px;
  text-align: right; }
  @media (max-width: 767px) {
    .room-edit-footer {
      padding: 10px; }
      .room-edit-footer:before, .room-edit-footer:after {
        content: " ";
        display: table; }
      .room-edit-footer:after {
        clear: both; } }

.room-edit-save {
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 40px; }
  .room-edit-save:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .room-edit-save:active, .room-edit-save:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .room-edit-save {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      margin: 7px 0;
      width: 100%;
      float: left; } }

.room-edit-back {
  display: inline-block;
  border: 1px solid rgba(32, 62, 138, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-right: 15px;
  padding: 0 40px; }
  .room-edit-back:hover {
    color: #203e8a;
    border: 1px solid rgba(32, 62, 138, 0.5); }
  .room-edit-back:active, .room-edit-back:focus {
    background: #203e8a;
    border: 1px solid #203e8a;
    color: #ffffff; }
  @media (max-width: 767px) {
    .room-edit-back {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      width: 100%;
      float: right;
      margin: 7px 0; } }

.add-room-link {
  margin-top: 10px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ffae0b;
  border-radius: 3px;
  background: #ffae0b;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 26px; }
  .add-room-link:hover {
    color: #203e8a;
    border: 1px solid #f69600;
    background: #f69600; }
  .add-room-link:active, .add-room-link:focus {
    color: #203e8a;
    border: 1px solid #e88800;
    background: #e88800; }
  @media (max-width: 767px) {
    .add-room-link {
      width: 100%; } }

.added-periods {
  padding: 20px 30px; }
  @media (max-width: 767px) {
    .added-periods {
      padding: 10px; } }
  .added-periods h4 {
    margin-top: 0;
    margin-bottom: 15px; }
  .added-periods ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .added-periods ul li {
      position: relative;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .added-periods ul li {
          padding-right: 15px; } }
  .added-periods .icon-del {
    margin-top: -4px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    @media (max-width: 767px) {
      .added-periods .icon-del {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px; } }
    .added-periods .icon-del:before {
      font-family: "icomoon";
      color: #203e8a;
      font-size: 11px; }

.modal-add-room .modal-content {
  padding-bottom: 10px; }

.modal-add-room .modal-dialog {
  margin: 50px auto;
  width: 540px;
  max-width: 100%; }

.modal-add-room .registration-block {
  padding-left: 0;
  padding-right: 0; }

.modal-add-room .registration-line-title {
  width: 150px; }

.modal-add-room .registration-line-content {
  width: 320px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .modal-add-room .registration-line-content .button-m, .modal-add-room .registration-line-content .registration-form-save, .modal-add-room .registration-line-content .registration-form-back {
      width: 100%; } }
  @media (max-width: 767px) {
    .modal-add-room .registration-line-content .bootstrap-select {
      width: 100% !important; } }

.modal-add-room .registration-form-save {
  padding: 0 40px; }

.modal-add-room .registration-form-back {
  margin-left: 10px; }
  @media (max-width: 767px) {
    .modal-add-room .registration-form-back {
      margin-left: 0;
      margin-top: 10px; } }

.modal-add-room-delete {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
  text-align: center; }
  @media (max-width: 767px) {
    .modal-add-room-delete {
      font-size: 13px; } }

.modal-show-map .modal-dialog {
  width: 940px;
  max-width: 100%; }

.modal-show-map .modal-content {
  padding: 0; }
  .modal-show-map .modal-content img {
    max-width: 100%; }

.modal-show-media .modal-dialog {
  width: 940px;
  max-width: 100%; }

.modal-show-media .modal-content {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none; }

.flexslider.hotel-slider-modal {
  margin-bottom: 20px;
  padding: 0;
  background: none;
  border: 0; }

.flexslider.hotel-carousel-modal {
  margin-bottom: 0;
  padding: 0;
  background: none;
  border: 0; }
  .flexslider.hotel-carousel-modal .slides > li {
    position: relative;
    border-radius: 3px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .flexslider.hotel-carousel-modal .slides > li {
        margin-right: 10px !important;
        width: 40px !important; }
        .flexslider.hotel-carousel-modal .slides > li img {
          width: 100%; } }
    .flexslider.hotel-carousel-modal .slides > li:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #ffae0b;
      opacity: 0;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .flexslider.hotel-carousel-modal .slides > li.flex-active-slide:after {
      opacity: 1; }

.calendar {
  border-bottom: 1px solid #eff1f7; }
  .calendar .datepicker {
    width: 100%;
    padding: 30px; }
    .calendar .datepicker table tr td, .calendar .datepicker table tr th {
      position: relative;
      height: 60px;
      border: 1px solid #ffffff;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .calendar .datepicker table tr td, .calendar .datepicker table tr th {
          height: 35px;
          font-size: 15px; } }
      .calendar .datepicker table tr td.range, .calendar .datepicker table tr th.range {
        border: 1px solid #ffffff;
        border-radius: 3px;
        background-color: #ffae0b;
        color: #203e8a; }
      .calendar .datepicker table tr td.select, .calendar .datepicker table tr th.select {
        background: rgba(32, 62, 138, 0.2); }
      .calendar .datepicker table tr td.select-d:before, .calendar .datepicker table tr th.select-d:before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: "D";
        color: #203e8a;
        font-size: 13px;
        font-weight: 600;
        line-height: 1; }
        @media (max-width: 767px) {
          .calendar .datepicker table tr td.select-d:before, .calendar .datepicker table tr th.select-d:before {
            display: none; } }
      .calendar .datepicker table tr td.select-c:before, .calendar .datepicker table tr th.select-c:before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: "C";
        color: #203e8a;
        font-size: 13px;
        font-weight: 600;
        line-height: 1; }
        @media (max-width: 767px) {
          .calendar .datepicker table tr td.select-c:before, .calendar .datepicker table tr th.select-c:before {
            display: none; } }
  .calendar .table-condensed {
    width: 100%; }

.page-404 {
  display: table;
  width: 100%;
  height: 68vh;
  font-size: 25px;
  line-height: normal;
  color: #ffae0b;
  text-align: center; }
  @media (max-width: 767px) {
    .page-404 {
      height: auto;
      padding: 60px 0;
      font-size: 30px; } }

.page-404-content {
  display: table-cell;
  vertical-align: middle; }

.page-404-title {
  margin-bottom: 57px;
  font-size: 300px;
  line-height: 1;
  color: #203e8a; }
  @media (max-width: 767px) {
    .page-404-title {
      font-size: 100px; } }

.map {
  position: relative;
  padding-left: 260px; }
  @media (max-width: 767px) {
    .map {
      padding-left: 0; } }

.map-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  padding: 0;
  list-style: none;
  z-index: 10; }
  @media (max-width: 767px) {
    .map-list {
      top: 50px;
      width: 100%;
      background: #ffffff;
      display: none; } }

.map-item.active .map-link {
  background: rgba(32, 62, 138, 0.7);
  color: #ffffff; }

.map-item.map-item-category {
  padding: 10px 20px;
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.04); }

.map-list-title {
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  right: 5px;
  padding: 10px 20px;
  background: #ffffff;
  z-index: 10;
  color: #203e8a;
  font-size: 15px; }
  @media (max-width: 767px) {
    .map-list-title {
      display: block; } }
  .map-list-title:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "";
    font-family: "icomoon";
    font-size: 7px;
    line-height: 1; }
  .map-list-title:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "";
    font-family: "icomoon";
    font-size: 7px;
    line-height: 1; }

.map-link {
  display: block;
  padding: 10px 30px;
  font-size: 17px;
  color: #203e8a; }
  @media (max-width: 767px) {
    .map-link {
      padding: 10px 20px;
      font-size: 13px; } }

.map-frame {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .map-frame > img {
      width: 100%; } }
  @media (max-width: 767px) {
    .map-frame > img {
      margin-left: -400px; } }

.map-frame-locate {
  position: absolute;
  top: 50%;
  left: 50%; }
  @media (max-width: 767px) {
    .map-frame-locate {
      left: 70px; } }
  .map-frame-locate.active .i-map:before {
    opacity: 0; }
  .map-frame-locate.active .i-map:after {
    opacity: 1; }

.map-hotel {
  /*position: absolute;*/
  /*left: -48px;*/
  bottom: 30px;
  /*display: none;*/
  width: 380px;
  padding: 10px;
  background: rgba(31, 61, 135, 0.7);
  border-radius: 3px;
  color: #ffffff; }
  .map-hotel:before, .map-hotel:after {
    content: " ";
    display: table; }
  .map-hotel:after {
    clear: both; }
  @media (max-width: 767px) {
    .map-hotel {
      width: 300px;
      left: -60px; } }

.map-hotel-img {
  position: absolute;
  width: 140px; }
  @media (max-width: 767px) {
    .map-hotel-img {
      width: 100px; } }
  .map-hotel-img img {
    max-width: 100%; }
  .map-hotel-img + .map-hotel-content {
    padding-left: 150px; }
    @media (max-width: 767px) {
      .map-hotel-img + .map-hotel-content {
        padding-left: 110px; } }

.map-hotel-content {
  width: 100%;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .map-hotel-content {
      font-size: 13px; } }
  .map-hotel-content p {
    margin: 5px 0; }
  .map-hotel-content h2 {
    margin: 0;
    font-size: 17px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .map-hotel-content h2 {
        font-size: 13px; } }

.map-hotel-discount {
  margin-right: 7px;
  display: inline-block;
  font-size: 13px; }
  @media (max-width: 767px) {
    .map-hotel-discount {
      margin-right: 0; } }

.map-hotel-footer {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .map-hotel-footer span {
      display: none; } }

.map-hotel-link {
  display: inline-block;
  padding: 7px 8px 6px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #203e8a;
  text-transform: uppercase;
  border-radius: 3px; }
  .map-hotel-link:hover {
    color: #203e8a; }
  .map-hotel-link.map-hotel-link-login {
    background: #ffae0b; }
  .map-hotel-link.map-hotel-link-sing {
    background: #ffffff; }

.i-map {
  position: relative;
  display: block;
  width: 30px;
  height: 44px; }
  .i-map:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("/images/icon-map.png");
    width: 30px;
    height: 44px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .i-map:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("/images/icon-map-active.png");
    width: 30px;
    height: 47px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

/*!
 * 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 \0;
  /*IE9 and below */ }
  .bootstrap-select .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select .dropdown-toggle.bs-placeholder {
      color: #999; }
      .bootstrap-select .dropdown-toggle.bs-placeholder:hover, .bootstrap-select .dropdown-toggle.bs-placeholder:focus, .bootstrap-select .dropdown-toggle.bs-placeholder:active {
        color: #999; }
    .bootstrap-select .dropdown-toggle 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 .dropdown-toggle select.mobile-device {
        top: 0;
        left: 0;
        display: block !important;
        width: 100% !important;
        z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle, .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: 220px; }

.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 {
  float: right; }

.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .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 {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !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%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    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: 0.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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    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 white;
  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 white;
  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:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  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; }

/*# sourceMappingURL=bootstrap-select.css.map */
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design. */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  direction: ltr; }
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Fix 401 */
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer. */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 5px; }
  .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -8px; }

.noUi-vertical {
  width: 18px; }
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }

/* Styling; */
.noUi-target {
  background: rgba(134, 146, 178, 0.2);
  border-radius: 4px; }

.noUi-connect {
  background: #203e8a;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors; */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  background: #ffae0b;
  border-radius: 50%;
  cursor: default; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state; */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 * */
.noUi-pips {
  box-sizing: border-box;
  position: absolute;
  color: #999; }
  .noUi-pips * {
    box-sizing: border-box; }

/* Values;
 * */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 * */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub, .noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 * */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 * */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  color: #000;
  text-align: center;
  font-size: 17px; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 100%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */
.datepicker {
  border-radius: 4px;
  direction: ltr; }
  .datepicker .icon-arrow-left, .datepicker .page-link-prev:before, .datepicker .pagination-item.prev .pagination-link:before, .pagination-item.prev .datepicker .pagination-link:before, .datepicker .icon-arrow-right, .datepicker .pagination-item.next .pagination-link:before, .pagination-item.next .datepicker .pagination-link:before {
    font-size: 11px;
    color: #203e8a; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }
  .datepicker.datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9); }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute; }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 18px; }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 19px; }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px; }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px; }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px; }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px; }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15); }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-spacing: 1px;
  border-collapse: separate; }
  .datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 0;
    font-size: 17px;
    color: #203e8a; }
  .datepicker table tr th {
    color: #999999;
    font-weight: 400; }
  .datepicker table thead tr:last-child th:nth-last-child(2), .datepicker table thead tr:last-child th:last-child {
    background: rgba(119, 119, 119, 0.05); }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td:nth-last-child(2), .datepicker table tr td:last-child {
  position: relative; }
  .datepicker table tr td:nth-last-child(2):after, .datepicker table tr td:last-child:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(119, 119, 119, 0.05); }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled {
  background: none;
  color: #777777;
  cursor: default; }
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }
  .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2; }
  .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb; }
  .datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2; }
  .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover {
    background-color: #d9edf7;
    border-color: #85c5e5; }

fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

fieldset[disabled] .datepicker table tr td.highlighted:focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled {
  background: #d9edf7;
  color: #777777; }
  .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }
  .datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400; }
  .datepicker table tr td.today:hover, .datepicker table tr td.today:active, .datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00; }
  .datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400; }
  .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover {
    background-color: #ffdb99;
    border-color: #ffb733; }

fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

fieldset[disabled] .datepicker table tr td.today:focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled {
  background: #ffdb99;
  color: #777777; }
  .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777; }

.datepicker table tr td.range {
  color: #636064;
  background-color: rgba(255, 174, 11, 0.3);
  border-color: #bbbbbb;
  border-radius: 0; }
  .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover {
    background-color: #eeeeee;
    border-color: #bbbbbb; }

fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

fieldset[disabled] .datepicker table tr td.range:focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled {
  background: #eeeeee;
  color: #777777; }
  .datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }
  .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6; }
  .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0; }
  .datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6; }
  .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3; }

fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

fieldset[disabled] .datepicker table tr td.range.highlighted:focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled {
  background: #e4eef3;
  color: #777777; }
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }
  .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608; }
  .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c; }
  .datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608; }
  .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover {
    background-color: #f7ca77;
    border-color: #f1a417; }

fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

fieldset[disabled] .datepicker table tr td.range.today:focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled {
  background: #f7ca77;
  color: #777777; }
  .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777; }

.datepicker table tr td.selected {
  color: #636064;
  background-color: #ffae0b;
  border-color: #555555;
  border-radius: 3px; }
  .datepicker table tr td.selected.highlighted {
    color: #636064;
    background-color: #ffae0b;
    border-color: #555555; }
  .datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
    color: #636064;
    background-color: #ffae0b;
    border-color: #161616; }
  .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active {
    color: #636064;
    background-color: #ffae0b;
    border-color: #373737; }
  .datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus {
    color: #636064;
    background-color: #ffae0b;
    border-color: #161616; }
  .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover {
    background-color: #ffae0b;
    border-color: #555555; }

fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover {
  background-color: #ffae0b;
  border-color: #555555; }

.datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus {
  background-color: #ffae0b;
  border-color: #555555; }

fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus {
  background-color: #ffae0b;
  border-color: #555555; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus {
  background-color: #ffae0b;
  border-color: #555555; }

fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #ffae0b;
  border-color: #555555; }

.datepicker table tr td.active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
  .datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
    color: #636064;
    background-color: #ffae0b;
    border-color: #ffae0b; }
  .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #636064;
    background-color: #ffae0b;
    border-color: #204d74; }
  .datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
    color: #636064;
    background-color: #ffae0b;
    border-color: #ffae0b; }
  .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }
  .datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #eeeeee; }
  .datepicker table tr td span.disabled {
    background: none;
    color: #777777;
    cursor: default; }
    .datepicker table tr td span.disabled:hover {
      background: none;
      color: #777777;
      cursor: default; }
  .datepicker table tr td span.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .datepicker table tr td span.active:hover {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4; }
    .datepicker table tr td span.active.disabled {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4; }
      .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4; }
    .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus {
      color: #636064;
      background-color: #ffae0b; }
    .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus {
      color: #636064;
      background-color: #ffae0b; }
    .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus {
      color: #636064;
      background-color: #ffae0b; }
    .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
      color: #636064;
      background-color: #ffae0b; }
    .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
      color: #636064;
      background-color: #ffae0b;
      border-color: #204d74; }
    .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
      color: #636064;
      background-color: #ffae0b;
      border-color: #204d74; }
    .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
      color: #636064;
      background-color: #ffae0b;
      border-color: #204d74; }
    .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
      color: #636064;
      background-color: #ffae0b;
      border-color: #204d74; }
    .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus {
      color: #fff;
      background-color: #ffae0b; }
    .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.disabled.active.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #ffae0b; }
    .datepicker table tr td span.active.disabled:hover {
      background-color: #337ab7;
      border-color: #2e6da4; }
      .datepicker table tr td span.active.disabled:hover.active.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #ffae0b; }
    .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover {
      background-color: #337ab7;
      border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase; }

.datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * */
/* ====================================================================================================================
 * FONT-FACE
 * ==================================================================================================================== */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ==================================================================================================================== */
.flex-container a:hover, .flex-slider a:hover {
  outline: none; }

.slides {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slides > li {
    margin: 0;
    padding: 0;
    list-style: none; }

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ==================================================================================================================== */
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ==================================================================================================================== */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto;
      -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .flex-direction-nav a:before {
      font-family: "flexslider-icon";
      font-size: 40px;
      display: inline-block;
      content: '\f001';
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .flex-direction-nav a.flex-next:before {
      content: '\f002'; }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ==================================================================================================================== */
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/fontawesome/icomoon.eot?icvur9");
  src: url("/fonts/fontawesome/icomoon.eot?icvur9#s7amni") format("embedded-opentype"), url("/fonts/fontawesome/icomoon.ttf?icvur9") format("truetype"), url("/fonts/fontawesome/icomoon.woff?icvur9") format("woff"), url("/fonts/fontawesome/icomoon.svg?icvur9#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-close:before, .icon-alert-close:before, .modal .close:before, .registration-guest-delete:before, .upload-photo-del:before, .added-periods .icon-del:before {
  content: "\e904"; }

.icon-arrow-ok:before, .checkbox span:before {
  content: "\e905"; }

.icon-arrow-right:before, .main-search-date:first-child:after, .page-search-date:first-child:after, .pagination-item.next .pagination-link:before {
  content: "\e906"; }

.icon-arrow-top:before, .bootstrap-select.btn-group.open .dropdown-toggle .bs-caret .caret:before, .registration-room.toggle .registration-room-title:before, .map-list-title:before {
  content: "\e907"; }

.icon-arrow-left:before, .page-link-prev:before, .pagination-item.prev .pagination-link:before {
  content: "\e912"; }

.icon-arrow-bottom:before, .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret:before, .select-sort.bootstrap-select .btn .caret:before, .header-user-title:after, .main-search-rooms .caret:before, .text-block-more:after, .page-search-rooms .caret:before, .room-booking .btn .caret:before, .registration-room-title:before, .map-list-title:after {
  content: "\e913"; }

.icon-search:before, .header-search span:before, .main-search-text:before, .main-search-submit-b span:before, .page-search-text:before, .page-search-submit-b span:before, .room-media-link:before, .hotels-search-submit span:before {
  content: "\e900"; }

.icon-price:before, .hotel-item-price-main:before, .hotel-price-main:before, .room-price-main:before, .registration-info-wrap ul li:before, .registration-room-price:before, .block-price-main:before, .user-hotels-img.no-img:before {
  content: "\e901"; }

.icon-room:before, .select-room .btn:before {
  content: "\e902"; }

.icon-calendar:before, .label-date:before, .registration-line .select-date:before, .order-date:before {
  content: "\e903"; }

.icon-breakfast-included:before, .room-payment span.breakfast:before {
  content: "\e908"; }

.icon-cancellation-policy:before, .cancellation-policy:before {
  content: "\e909"; }

.icon-payment-policy:before, .payment-policy:before {
  content: "\e90a"; }

.icon-profile:before, .header-user-title .icon-person:before, .select-people .btn:before {
  content: "\e90b"; }

.icon-location:before, .hotel-item-location a span:before, .page-hotel-location:before, .page-hotel-show-map:before {
  content: "\e90c"; }

.icon-star:before, .rating span:before {
  content: "\e90d"; }

.icon-instagram:before, .footer-social-link.instagram:before {
  content: "\e90e"; }

.icon-twitter:before, .footer-social-link.twitter:before {
  content: "\e90f"; }

.icon-facebook:before, .footer-social-link.facebook:before {
  content: "\e910"; }

.icon-linkedin:before, .footer-social-link.linkedin:before {
  content: "\e911"; }

@font-face {
  font-family: 'GothamPro';
  font-weight: 400;
  src: url("/fonts/gothampro/GothamPro.eot");
  src: url("/fonts/gothampro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/fonts/gothampro/GothamPro.woff") format("woff"), url("/fonts/gothampro/GothamPro.ttf") format("truetype"), url("/fonts/gothampro/GothamPro.svg") format("svg"); }

@font-face {
  font-family: 'GothamPro';
  font-weight: 600;
  src: url("/fonts/gothampro/GothamPro-Bold.eot");
  src: url("/fonts/gothampro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gothampro/GothamPro-Bold.woff") format("woff"), url("/fonts/gothampro/GothamPro-Bold.ttf") format("truetype"), url("/fonts/gothampro/GothamPro-Bold.svg") format("svg"); }

.v_error {
    width: 100%;
    background-color: #ffffff;
}

.modal-form .v_error_container {
    margin-top: -13px;
    margin-bottom: 20px;
}

.modal-form .v_error {
    position: inherit;
    width: auto;
    padding-left: 100px;
    display: inline-block;
}
.modal-form .v_error a{
    color: #ffae0b;
}

.page-search-dates input {
    color: transparent;
    text-shadow: 0 0 0 #203e8a;
    cursor: pointer;
}

.main-search-wrap {
    margin-top: 120px;
    margin-top: calc(10vh - 60px);
    padding-bottom: 20px;
}

.main-search-appeal .more-info {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.main-search-appeal a {
    color: #ffae0b;
    text-decoration: underline !important;
}

.main-search-blocks {
    margin-top: 10px;
    border-top: 1px solid rgba(229, 229, 229, 0.2);
}

.main-search-text .form-control {
    background-color: #FFFFFF !important;
}

.hidden {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.input-phone input.input-phone-code.not-valid {
    border: 1px solid #ff0b0b;
}

.input-phone input.input-phone-code.valid {
    border: 1px solid #00d381;
}

.input-phone input.input-phone-code.not-valid {
    border: 1px solid #ff0b0b;
}

.user-hotel-rate-plans .not-valid button{
    border: 1px solid #ff0b0b !important;
}

.login-preloader {
    padding-left: 20px;
}

.main-search-rooms .btn,
.page-search-rooms .btn {
    color: #203e8a;
}

.account-row {
    border: 1px solid #eff1f7;
}
.account-form{
    border: 0px solid #eff1f7;
}
.account-form:last-child{
    padding-bottom: 0px;
}

.registration-step-item a:before {
    counter-increment: list;
    content: counter(list) ". ";
}

.registration-step-item a {
    color: #ffffff;
}

.registration-line-content textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 60px;
    padding: 5px 8px 0;
}
.registration-line-content input[type=number] {
    width: 100%;
}
.registration-line.stacked {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.registration-line.stacked > .registration-line-content {
    display: flex;
    flex-direction: row;
}
.registration-line.stacked > .registration-line-content .registration-line-content {
    width: 90%;
}
.registration-form.booking-request {
    padding-bottom: 0;
    border-bottom: none;
}

.booking-form {
    border:none;
    padding-bottom: 0;
}

.booking-info {
    border: 1px solid #eff1f7;
    padding-bottom: 30px;
}

.page-search-param .bootstrap-select .btn{
    font-weight: normal;
    font-size: 15px;
    border: 1px solid rgba(32, 62, 138, 0.2)!important;
    border-radius: 0px;
    border-left: 0px!important;
}

.page-search-profile .page-search-object  {
    width: 300px;
}
.page-container .concept-content ul,
.page-container .about-content ul,
.block-info-wrap ul {
    margin-top: 25px;
    margin-bottom: 0;
    list-style: none;
    padding: 23px 29px 29px;
}
.page-container .concept-content ul li,
.page-container .about-content ul li,
.block-info-wrap ul li{
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}
.page-container .about-content ul li:before,
.page-container .concept-content ul li:before,
.block-info-wrap ul li:before {
    content: "\e901";
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 19px;
    font-family: "icomoon";
    color: #ffae0b;
}
.concept-content{
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.concept-content-ul{
    border: 0;
}

.edit-room{
    border-bottom: 0;
}

.graphics-sort-dates .label-date {
    width: 160px;
}
.contact-modal-form .v_error{
    padding-left: 77px;
}
.edit-profile-button{
    padding-bottom: 0;
    border: 0;
}
.report-plot{
    margin: 20px;
    width: 800px;
    height: 400px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
}

.graphics-report{
    margin-top: 30px;
    text-align: left;
}

.graphic-tooltip{
    position: absolute;
    display: none;
    padding: 10px 10px;
    font-size: 17px;
    opacity: 0.8
}

.report-legend{
    color: #000000;
    padding-top: 1px
}

.report-items-ul{
    font-size: 14px;
}

@media (max-width: 991px){
    .report-plot {
        width: 100%;
    }


}

@media (max-width: 767px) {
    .modal-form .v_error {
        padding-left: 0;
    }

    .login-preloader {
        display: none;
    }

    .page-search-param .bootstrap-select .btn {
        border-bottom: 0 !important;
    }

    .page-search-param {
        margin-bottom: 0;
        border-left: 1px solid rgba(32, 62, 138, 0.2);
    }

    .page-search-profile .page-search-object {
        width: 100%;
    }
    .calendar-rate-type{
        display: none;
    }
    .rate-types-col input {
        margin-top: 0;
        height: auto;
        text-align: center;
    }
    .rate-types-col.-add-ons input{
        margin-top: 10px;
    }
    .rate-types-col.-add-ons span {
        padding-top: 10px;
    }
    .rate-types-head .-add-ons{
        text-align: center;
    }
    .rate-types-head.rate-types-col {
        height: auto;
    }
    .rate-types-col.-checkbox{
        padding-top: 10px;
    }
    .room-edit .label-date{
        width: 100%;
    }
    .room-edit .label-date:last-child{
        margin-top: 10px;
    }
    .room-edit .input-daterange{
        margin-right: 0;
        width: 100%;
    }
    .calendar-datepicker{
        width: 100% !important;
    }
}

.margin-top-20{
    margin-top: 20px;
}

.user-hotel-rate-plans .rate-plans-title {
    font-size: 13px;
    color: #999;
}

.page-search-dates input {
    padding-left: 35px;
}

.hotel-list .hotel-item > img{
    width: 940px;
    height: 290px;
}

.modal-show-map { }

#save-widget {
    width: 200px;
    padding: 9px 4px 9px 11px;
    font: 400 11px Roboto, Arial, sans-serif;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-radius: 2px;
    text-align: left;
    background-color: white;
}
.modal-show-map .modal-body {
    padding-top: 0px;
}

#booking-form .booking-loader{
    margin: 30px 30px 0 0;
    display: none;
}

.hotel-slider-carousel .slides > li {
    width: 100px;
    height: 60px;
}
.hotel-info-description {
    max-height: 235px;
}

.modal-room-photo .modal-dialog{
    width: auto;
    max-width: 800px;
}
.modal-room-photo .modal-content{
    padding: 0;
}
.modal-room-photo .modal-header{
    display: none;
}
.modal-room-photo .modal-body{
    padding: 0;
}

.user-hotels-title {
    min-width: 225px;
    float: left;
}

.user-hotels-content {
    max-width: 370px;
    min-width: 225px;
    float: left;
}

.user-hotel-rate-plans{
    padding: 10px;
}
.user-hotel-rate-plans .registration-line-title{
    width: 365px;
}
.user-hotel-rate-plans .rate-plans-title{
    font-size: 14px;
    margin-bottom: 20px;
}
.user-hotel-rate-plans .v_error{
    position: relative;
    text-align: center;
}
.user-hotel-rate-plans .hotel-edit-footer{
    padding-right: 9px;
}
.hotel-rate-plans{
    width: 620px;
    max-width: 100%;
}

.hotel-edit .upload-photo-btn{
    padding: 0 40px;
    line-height: 50px;
    font-size: 17px;
}

.block_photo .upload-photo-item > img {
    width: 40px;
}

.upload-photo-errors p{
    color: #ff0b0b;
    font-size: 13px;
}

.edit-room .upload-photo .upload-photo-item img {
    width: 145px;
}
.edit-room .upload-photo .upload-photo-btn {
    padding: 0 40px;
    line-height: 40px;
    font-size: 15px;
}

.rate-types h4 {
    margin-top: 0;
}

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

.rate-types-not-valid{
    border: 1px solid #ff0b0b !important;
}
.hotel-footer .hotel-selected-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.hotel-footer .hotel-selected-list ul li{
    position: relative;
    margin-bottom: 15px;
}
.hotel-footer .hotel-selected-list ul li .icon-del:before{
    content: "\e904";
    font-family: "icomoon";
    color: #203e8a;
    font-size: 11px;
}
.hotel-footer .hotel-selected-list ul li .icon-del{
    margin-top: -4px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.fc-left button:before, .fc-center button:before{
    font-size: 11px;
    color: #203e8a;
    font-family: 'icomoon';
}

.fc-center button:before{
    content: "\e906";
}
.fc-left button:before{
    content: "\e912";
}

.fc-view-container table{
    width: 100%;
}

.fc{
    padding: 30px;
}

.fc-toolbar .fc-header-toolbar{
    overflow: hidden;

}

.fc-left,.fc-center, .fc-right{
    display:inline-block;
    text-align: center;
    border: 1px;
    height: 58px;
}

.fc-left button,.fc-center button{
    width: 77px;
    height: 58px;
    background: none;
    border: 0;
}
.fc-right{
    width: 72%;
}
.fc-right h2{
    font-size: 17px;
}
td, th {
    padding: 0 1px;
}
.fc-day-header{
    text-align: center;
    position: relative;
    height: 58px;
    border: 3px solid #ffffff;
    border-bottom: 1px #ffffff;
    border-radius: 3px;
    color: #999999;
    font-weight: 400;
}

.fc-head .fc-sat,.fc-head .fc-sun, .fc-content-skeleton .fc-sun, .fc-content-skeleton .fc-sat{
    background:  rgba(119, 119, 119, 0.05);
}


.fc-day-top{
    text-align: center;
    position: relative;
    height: 58px;
    border: 3px solid #ffffff;
    border-bottom: 1px #ffffff;
    border-radius: 3px;
    font-size: 17px;
    color: #203e8a;
}

.fc-past, .fc-other-month{
    color: #999999;
    font-weight: 400;
}

.fc-highlight {
    background: #ffae0b;
}

.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{
    position:absolute;
    top:0;
    left:0;
    right:0
}

.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{
    bottom:0
}

.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{
    height:100%
}

.fc table{
    width:100%;
    box-sizing:border-box;
    table-layout:fixed;
    border-collapse:collapse;
    border-spacing: 0;
    font-size:1em
}

.fc-today, .fc-future {
    cursor: pointer;
}

.fc-row{
    position:relative;
}
.fc-row .fc-bg{
    z-index:1
}

.fc-row .fc-bgevent-skeleton{
    z-index:2
}
.fc-row .fc-highlight-skeleton{
    z-index:3
}
.fc-row .fc-content-skeleton{
    position:relative;
    z-index:4;
}
.fc-row .fc-helper-skeleton{
    z-index:5
}

.fc-event{
    position:relative;
    display:block;
    font-size:.85em;
    line-height:1.3;
    border-radius:3px;
    font-weight:400;
    background: rgba(32, 62, 138, 0.2)

}
.fc-event-container .fc-title{
    color: #203e8a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 5px;
    position: absolute;
}

.fc-widget-header{
    margin-right: 0 !important;
}

.rate-types-col.-checkbox span{
    padding: 0;
}

.calendar-rate-type{
    width: 618px;
}
.calendar-rate-type div{
    overflow-y: hidden !important;
}
.breakfast.not-included:before {
    top: 0 !important;
}
.breakfast.not-included:after {
    position: absolute;
    top: 6px;
    left: -5px;
    content: '';
    width: 23px;
    height: 1px;
    opacity: 0.9;
    background-color: #8692b2;
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

@media (max-width: 480px) {
    .rate-types-col.-roomtype {
         width: 52px;
        padding: 10px 5px;
    }
    .rate-types-col.-breakfast {
         width: 50px;
        padding: 10px 5px;
    }
    .rate-types-col.-add-ons {
          width: 90px;
    }
    .rate-types-col span{
        z-index: -5;
    }
}

.big-hotel-info{
    height: 425px;
    font-size: 14px;
}
.big-hotel-info .hotel-info-description{
    padding-top: 10px;
}

.-add-ons{
    text-align: center !important;
}

.room-media-block{
    margin-top: 21px;
    position: relative;
}
.body-hidden{
    visibility: hidden;
}
.room-payment span.addon {
    position: relative;
    display: block;
    padding-left: 22px;
    line-height: 15px;
}
.room-payment span.addon:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 1px;
    background: url('/images/checkmark-empty.png');
    width: 16px;
    height: 16px;
    background-size: 16px;
}
#modal-subscribes form p{
    margin-bottom: 20px;
}

#modal-subscribes .modal-form-label span {
    width: 150px;
}
#modal-subscribes #subscribe-modal-button {
    margin: 0;
}
#modal-subscribes .subscribe_error span {
    padding-left: 155px;
}
#modal-subscribes .subscribe_error {
    margin-bottom: 5px;
}
#modal-subscribes .subscribe_preloader {
    position: absolute;
    margin-left: -40px;
    margin-top: 4px;
}

.alert-cookie {
    color:  #203e8a;
    background: #ffae0b;
    padding: 5px 80px 1px 10px;
    margin: 0;
    border-radius: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 150;
}
.alert-cookie-href {
    text-decoration: underline!important;
}
.alert-cookie .icon-alert-close{
    top: 7px;
}
.alert-cookie-href:hover {
    color:  #203e8a;
}

@media(max-width: 991px){
    .double-room-media-block{
        display: none;
    }
    .hotel-slider-carousel .slides > li{
        height: auto;
    }
}
.hotel-slider-carousel .slides .flex-active > img {
    border-radius: 4px;
}

.hotel-item-content h2 {
    font-size: 21px;
}
.page-hotel-title h1{
    font-size: 28px
}

@media(max-width: 991px) {
    .page-hotel-title h1{
        font-size: 21px
    }
    .hotel-item-content h2 {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .hotel-item-content h2 {
        font-size: 21px;
    }
}
.modal-body .center-modal-text{
    text-align: center;
}
.graphics-radio-button{
    margin-top: 20px;
}
.input-country-code-registration-form{
    border: none;
    width: 24%!important;
}
.input-country-code-registration-form button{
    border-radius: 3px 0 0 3px!important;
    border-right: none!important;
}
.input-country-code-registration-form .caret{
    right: 24px;
}
.input-country-code-registration-form .dropdown-menu.open{
    width: 400px;
    max-width: 400px;
}
.input-phone.registration-form-select-country-code{
    padding-left: inherit;
}
.input-phone-registration-form{
    max-width: 76%!important;
}
@media(max-width: 460px){
    .input-country-code-registration-form .dropdown-menu.open{
        width: 320px;
        max-width: 320px;
    }
}

.map-list-title{
    left: 0;
    top: 0;
    right: 0;
}
.map-hotel-discount{
    margin-right: 21px;
}
.gm-style .gm-style-iw{
    font-weight: 400!important;
}
.map-hotel-img img{
    max-width: 100%!important;
    max-height: 100px;
}
.map{
    width: 960px;
    margin: 0 auto;
    padding-left: 0;
}
.map-list{
    float: left;
    position: relative;
}

@media (max-width: 990px) {
    .map {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .map-list {
        position: absolute;
        top: 40px
    }
    .map {
        width: 100%;
    }
    .map-list-with-scroll{
        background: rgb(245, 245, 245)!important;
    }
    .map-list-title{
        position: relative;
    }
}
.map-item.map-item-category{
    padding: 0;
}
.show-map.map-frame{
    width: 100%;
    display: inline-block;
}
.map-list-with-scroll{
    height: 700px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 990px) {
    .registration-line-price {
        margin: 20px 0;
    }
}
.under-row{
    top: 100%
}
.block-price-item.booking-cancelled{
    font-size: 15px;
    font-weight: inherit
}
.show-map.map-frame.our-partners{
    border: 0;
}
.custom-image-navigation{
    font-family: "icomoon";
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    margin-left: -495px;
    width: 990px;
    margin-top: 204px;
    left: 50%;
}
.image-link-next::before{
    content: "\e906";
}
.image-link-next{
    float: right;
    padding: 0 4px 22px 5px !important;
}
.image-link-prev::before{
    content: "\e912"
}
@media(max-width: 991px) {
    .custom-image-navigation{
        margin-left: -430px;
        width: 860px;
    }
}
@media(max-width: 871px) {
    .custom-image-navigation{
        margin-left: -355px;
        width: 745px;
    }
}
@media(max-width: 767px){
    .custom-image-navigation{
        display: none;
    }
}
.custom-image-navigation a:hover{
    color: #203e8a;
    border: 1px solid #203e8a;
}
.custom-image-navigation a{
    color: #ffae0b;
    border: 1px solid #ffae0b;
    padding: 2px 6px 3px 4px;
    border-radius: 4px;
    height: 21px;
}
.view-hotel-room-photo{
    background: #000000;
}
.room-media-img.optical-photo{
    opacity: 0.75;
}
.room-media-content{
    z-index: 10;
}
.room-media-link{
    z-index: 10;
}
.room-media-content-title{
    width: 305px;
}
.room-media-content.double-string li {
    margin-bottom: 9px;
}

.modal-form.margin-bottom{
    margin-bottom: 10px;
}
.subscribes-modal{
    font-size: 15px;
}

.modal-login-ul li:before{
    content: "\e901";
    position: absolute;
    top: -4px;
    left: -30px;
    font-size: 19px;
    font-family: "icomoon";
    color: #ffae0b;
}
.modal-login-ul li{
    position: relative;
    margin-bottom: 16px;
    display: inherit;
    margin-left: -10px;
}
.modal-login-ul{
    margin-bottom: 30px;
}
.modal-login-subtitle{
    margin-bottom: 25px;
    margin-top: 0;
    color: #203e8a;
}
.modal-login .modal-dialog.sme-option{
    width: 480px;
}
.modal-login-hr{
    margin-bottom: 30px;
}
.registration.registration-form-with-right-affix{
    float: right;
}
@media(max-width: 991px){
    .registration-affix.right-affix{
        width: 270px;
        margin-left: -15px;
    }
    .registration.registration-form-with-right-affix{
        margin-left: 19px;
        width: 64%;
    }
}
@media (max-width: 767px){
    .registration.registration-form-with-right-affix{
        margin-left: 0;
        width: 100%;
    }

    .subscribes-modal span {
        display: block;
        float: none!important;
        text-align: center;
        margin: 9px 0 0 0;
    }
    .modal-subscribes .modal-title{
        width: 66%;
    }

}
.modal-login-sme-option{
    display: none;
}

.modal-dialog.sme-option .modal-title:first-child{
    width: 75%;
}
.another-title{
    width: 100%;
    margin-bottom: 19px;
    margin-top: -15px;
}
.modal-login-first-li{
    font-weight: bold;
}
.subscribes-modal .text-get-discount{
    font-weight: bold;
}
.subscribes-modal span{
    float: right;
    margin-right: 17px;
}
.subscribes-modal .subscribes-modal-row{
    margin-bottom: 22px;
}
.modal-login-sme-option .modal-form-submit{
    margin-top: -8px;
    float: right;
}
.tabs-concept .nav-tabs > li {
    width: 33.3%;
}
.tabs-concept .nav-tabs > li a {
    border-radius: 0;
}
.concept-content.text-block {
    border-bottom: none;
}
.concept-left-panel{
    position: fixed;
    left: -120px;
    z-index: 300;
    margin-top: 45px;
    -webkit-animation-name: move-left, bounces; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 3s, 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s, 1s;
    -webkit-animation-timing-function: linear;
    animation-name: move-left, bounces;
    animation-duration: 0.5s, 1s;
    animation-delay: 3s, 4s;
    -moz-animation-name: move-left, bounces;
    -moz-animation-duration: 0.5s, 1s;
    -moz-animation-delay: 3s, 4s;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.concept-right-panel {
    position: fixed;
    right: -420px;
    width: 400px;
    margin-top: 45px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c0c0c0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-radius: 3px 0 0 3px;
    background: #ffffff;
    z-index: 300;
    -webkit-animation-name: move-right; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    animation-name: move-right;
    animation-duration: 2s;
    animation-delay: 4s;
    -moz-animation-name: move-right;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 4s;

    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes move-left {
    from {left: -110px;}
    to   {left: 0;}
}
@-webkit-keyframes move-left {
    from {left: -110px;}
    to   {left: 0;}
}
@-moz-keyframes move-left {
    from {left: -110px;}
    to   {left: 0;}
}

@-moz-keyframes move-right {
    from {right: -370px;}
    to   {right: 0;}
}
@-webkit-keyframes move-right {
    from {right: -370px;}
    to   {right: 0;}
}
@keyframes move-right {
    from {right: -370px;}
    to   {right: 0;}
}

@keyframes bounces {
    20%{ margin-top: 37px;}
    40%{ margin-top: 53px; }
    60%{ margin-top: 37px; }
    80%{ margin-top: 53px; }
    100%{ margin-top: 45px; }
}

@-webkit-keyframes bounces {
    20%{ margin-top: 37px;}
    40%{ margin-top: 53px; }
    60%{ margin-top: 37px; }
    80%{ margin-top: 53px; }
    100%{ margin-top: 45px; }
}

@-moz-keyframes bounces {
    20%{ margin-top: 37px;}
    40%{ margin-top: 53px; }
    60%{ margin-top: 37px; }
    80%{ margin-top: 53px; }
    100%{ margin-top: 45px; }
}

@keyframes bounces-mobile {
    15%{ margin-top: 10px;}
    30%{ margin-top: 0; }
    45%{ margin-top: 10px; }
    60%{ margin-top: 0; }
    75%{ margin-top: 10px}
    100%{ margin-top: 0; }
}

@-webkit-keyframes bounces-mobile {
    15%{ margin-top: 10px;}
    30%{ margin-top: 0; }
    45%{ margin-top: 10px; }
    60%{ margin-top: 0; }
    75%{ margin-top: 10px}
    100%{ margin-top: 0; }
}

@-moz-keyframes bounces-mobile {
    15%{ margin-top: 10px;}
    30%{ margin-top: 0; }
    45%{ margin-top: 10px; }
    60%{ margin-top: 0; }
    75%{ margin-top: 10px}
    100%{ margin-top: 0; }
}


@-moz-keyframes move-right-left-panel {
    from {right: -110px;}
    to   {right: 0;}
}
@-webkit-keyframes move-right-left-panel {
    from {right: -110px;}
    to   {right: 0;}
}
@keyframes move-right-left-panel {
    from {right: -110px;}
    to   {right: 0;}
}

.concept-right-panel-title{
    padding: 8px;
    font-weight: bold;
}
.concept-right-panel-image img {
    object-fit: cover;
    overflow: hidden;
    width: 400px;
    height: 550px;
}
.concept-right-panel .icon-close{
    top: -17px;
    left: -17px;
    position: absolute;
    font-size: 15px;
    color: #c0c0c0;
}
.concept-left-panel a{
    margin-top: 0;
}

@media (max-width: 767px) {
    .concept-right-panel{
        display: none;
    }
    .concept-left-panel {
        position: fixed;
        right: -120px;
        left: auto;
        margin-top: 0;
        top: 45px;
        -webkit-animation-name: move-right-left-panel, bounces-mobile; /* Safari 4.0 - 8.0 */
        animation-name: move-right-left-panel, bounces-mobile;
        -moz-animation-name: move-right-left-panel, bounces-mobile;
    }
    .concept-left-panel a{
        width: auto;
    }
}
.footer-phone-link {
    color: #000000
}
.footer-phone-link:hover{
    color: #000000
}
.text-block.concept-content.no-padding{
    padding-bottom: 0!important;
}
.header-search.sme-confirm{
    float: none;
    display: block;
    width: 17%;
    height: 35px;
    line-height: 35px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.partner-item-img{
    width: 200px;
    float: left;
    margin-right: 25px;
}
.partner-item-img img{
    width: 100%;
}
.partner-item-content{
    float: left;
    max-width: 715px;
}
.partner-item-content h3{
    margin-top: 0;
    line-height: normal;
}
.partner-item{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .header-search.sme-confirm {

        border: 1px solid #ffae0b;
        background: #ffae0b;
        font-size: inherit;
        width: 28%;

    }
}
@media (max-width: 767px)
{
    .header-search.sme-confirm {
        width: 100%;
    }
}

.modal-payment-on-invoice .registration-line-title{
    width: 260px;
}
.modal-payment-on-invoice .registration-line-content{
    width: 260px;
}
.payment-form-on-invoice.registration-line-title{
    width: 90%;
    vertical-align: top;
}
.payment-form-on-invoice {
    width: 90%;
}
.modal-form-submit.invoice-modal-button{
    float: right;
    margin-top: 0;
}
.payment-modal-form {
    .registration-line{
        margin-bottom: 0;
    }
    .registration-line-title{
        margin-top: 20px;
        display: flex;
        width: 300px;
    }
    .costs-on-invoice-label{
        display: flex;
        justify-content: center;
    }
}
.checkbox-labels {
    display: flex;
    flex-direction: column;
}

.page-main-slider {
    left: 0;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}
.page-main-slider .slides{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.page-main-slider .flexslider, .page-main-slider .flexslider img {
    border-radius: 0;
}
.page-main-slider .flexslider {
    /*background: rgba(32, 62, 138, 0.7);*/
    border: 0;
    padding: 0px 10px 0px 10px;
}
.custom-image-navigation-main-page {
    position: absolute;
    font-family: "icomoon";
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    left: auto;
    margin-top: 35px;
    z-index: 1000;
}

.button-slider {
    width: 19px;
    height: 23px;
    background: rgba(255,174,11,0.8);
    border-radius: 2px;
}

.main-page-slider-container .page-main-slider.owl-carousel-page div.button-slider {
    visibility: hidden;
}

.main-page-slider-container:hover .page-main-slider.owl-carousel-page div.button-slider {
    visibility: visible;
}

.custom-image-navigation-main-page a:hover{
    color: #203e8a;
}

.custom-image-navigation-main-page .button-slider.next-div  {
    margin-right: -27px;
    float: right;
}
.custom-image-navigation-main-page  .button-slider.prev-div {
    margin-left: -27px;
    float: left;
}

.slides img {
    background: white;
}
.slides .logo-height-60{
    padding-top: 20px;
}
.slides .logo-height-30{
    padding-top: 35px;
}
.slides .logo-height-50{
    padding-top: 25px;
}
.slides .logo-height-70{
    padding-top: 15px;
}
.slides .logo-height-15{
    padding-top: 42px;
}
.slides .logo-height-75{
    padding-top: 12px;
}
.flexslider.main-page-slider li {
    margin: 0 17px!important;
}

.user-hotels-content .checkbox{
    padding-top: 20px;
}

.hotel-item-price-main.coming-soon{
    font-size: 16px;
}
.hotel-item-info-upon-request-title{
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
}
.map-coming-soon{
    color: #ffae0b;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.coming-soon-contact-form .modal-form-label span{
    width: 165px;
}
.row.coming-soon-footer{
    margin: 0;
}
.coming-soon-footer .modal-form-submit{
    margin-right: 73px;
    margin-top: 0;
    float: right;
}
.modal-form.contact-modal-form.coming-soon-form .v_error_container{
    margin-bottom: 0;
}

.modal-form.contact-modal-form.coming-soon-form .v_error{
    padding-left: 85px;
}
.owl-carousel-page {
    background: white;
    /*padding: 0 200px 0 200px;*/
    /*bottom: 50px;*/
    height: 90px;
    width: 980px;
    position: relative;
    margin: 0 auto;
}
.owl-carousel-page .owl-carousel img{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.owl-carousel-page .owl-carousel img:hover{
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: inherit;
}

.owl-carousel-page .owl-carousel .owl-item{
    margin-top: 10px;
}
.main-page-slider-container{
    width: 100%;
    background: white;
    margin-top: 340px;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}
.custom-image-navigation-main-page .button-slider.prev-div{
    margin-left: -25px;
}
.custom-image-navigation-main-page .button-slider.next-div{
    margin-right: -25px;
}

.modal-wide .modal-dialog {
    width: 690px;
}
.modal-scalable .modal-content {
    max-width: 98%;
}

.modal-form-label textarea {
    width: 295px;
    min-height: 100px;
    height: 100px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(32, 62, 138, 0.2);
    border-radius: 3px;
    resize: vertical;
}

.modal-form-label textarea:hover {
    border: 1px solid rgba(32, 62, 138, 0.5);
}

.modal-form-label textarea:active, .modal-form-label textarea:focus {
    border: 1px solid #ffae0b;
}

.modal-form-label textarea.not-valid {
    border: 1px solid #ff0b0b !important;
}

:root {
    --overlay-background-image: none;
}

.page-main {
    background: var(--overlay-background-image) no-repeat top;
    /*background: none;*/
}

.page-main.overlay {
    position: relative;
    overflow: hidden;
}

.page-landing {
    display: flex;
    height: initial;
    min-height: 758px;
    align-items: stretch;
    max-height: initial !important;
}
.page-landing .main-search {
    vertical-align: top;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.page-landing .landing-wrap {
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}
.landing-wrap > * {
    margin-top: 10px;
}
.landing-wrap .block-bottom a.registration-form-submit {
    border-radius: 0;
}
@media (min-width: 768px) {
    .landing-wrap > :first-child .landing-block {
        border-bottom-left-radius: 3px;
    }
    .landing-wrap > :last-child .landing-block {
        border-bottom-right-radius: 3px;
    }
    .landing-wrap > * + * {
        margin-left: 20px;
    }
    .landing-wrap > :first-child .block-bottom a.registration-form-submit {
        border-bottom-left-radius: 3px;
    }
    .landing-wrap > :last-child .block-bottom a.registration-form-submit {
        border-bottom-right-radius: 3px;
    }
    .payment-modal-form {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .page-landing .landing-wrap {
        flex-direction: column;
        align-items: center;
    }
    .page-landing .landing-block-wrap {
        flex-basis: 100% !important;
        width: 100%;
        min-height: initial;
    }
    .landing-block-wrap .landing-block {
        min-height: initial;
    }
    .checkbox-labels {
        line-height: 25px;
    }
}

.page-landing .main-page-slider-container {
    display: block;
    position: relative;
    margin-top: 30px;
    bottom: initial;
    margin-left: 0;
}
.page-landing .landing-block-wrap {
    display: flex;
    align-items: stretch;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.page-landing .landing-block {
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}
.page-landing .block-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.page-landing .block-info-wrap > * {
    padding-left: 18px;
    padding-right: 18px;
}
.page-landing .block-info-wrap > :first-child {
    padding-top: 10px;
}
.page-landing .block-info-wrap h4 {
    padding-bottom: 10px;
}
.page-landing .block-info-wrap .block-text {
    margin-top: 10px;
    text-align: left;
}
.page-landing .block-info-wrap ul {
    margin-top: 5px;
    padding: 4px;
}
.page-landing .block-info-wrap ul li {
    margin-bottom: 10px;
}

.landing-block .more-info {
    font-size: 12px;
    margin: 0 20px;
}

.page-landing .block-info-wrap .block-bottom {
    padding: 0;
}
.general-errors > * {
    display: block;
    position: relative;
    padding: 13px 27px 0 30px;
    font-size: 17px;
}
.captcha {
    padding: 13px 27px 0 30px;
}
.booking-request .captcha {
    padding-left: 0;
}
.form-with-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 26px 27px 30px 30px;
    border: 1px solid #eff1f7;
}
.form-with-text .registration-form {
    border: none;
    padding: initial;
}
.form-with-text .sep {
    height: 350px;
    width: 0;
    position: relative;
    border-left: 2px solid #eff1f7;
    align-self: center;
}
.form-with-text .registration-form .registration-block {
    border: none;
    padding: 23px 12px 30px 0
}
.nav-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}
.nav-dropdown ul {
    position: absolute;
    /*right: 0;*/
    margin-top: 5px;
    margin-bottom: 0;
    width: auto;
    border: 1px solid #eff1f7;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-dropdown ul li a {
    display: block;
    padding: 10px 20px;
    background: transparent;
}

.footer-collapse::after {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-size: 12px;
    font-weight: 900;
    color: #203e8a;
    content: "\e906";
    transition: transform 400ms;
}

.footer-collapsable {
    transition: height 400ms;
    list-style: none;
}

.footer-collapse[aria-expanded=true]::after {
    transform: rotate(90deg);
}

.page-description img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .header-container {
        width: calc(100% - 40px);
    }
    .form-with-text .sep {
        display: none;
    }
    .form-with-text {
        flex-direction: column;
    }
    .page-landing .block-info-wrap ul li {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .coming-soon-footer .modal-form-submit {
        margin-right: 0 !important;
    }

    .main-search-wrap {
        margin-top: 150px;
        transform: none;
    }
}

@media screen and (max-width: 428px) {
    .modal-scalable .hotel-edit-footer button, .modal-scalable .hotel-edit-footer a {
        display: block;
        width: 100%;
    }
    .modal-scalable .registration-line-title {
        width: initial !important;
    }
}

@media (max-width: 992px) {
    .owl-carousel-page {
        width: 740px;
    }
}


@media (max-width: 810px) {

    .custom-image-navigation-main-page .button-slider.next-div  {
        margin-right: 0;
    }
    .custom-image-navigation-main-page  .button-slider.prev-div {
        margin-left: 0;
    }

    .custom-image-navigation-main-page .button-slider{
        padding-top: 3px;
    }
}

@media (max-width: 767px) {
    .owl-carousel-page {
        width: 95%;
    }
    .main-page-slider-container{
        margin-bottom: 20px;
        margin-left: -20px;
    }
    .page-main.main-section{
        max-height: 180vh;
    }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}