@import url(http://fonts.googleapis.com/css?family=Comfortaa:300&subset=latin,latin-ext,greek);
@import url(http://fonts.googleapis.com/css?family=Quicksand);
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.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;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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 {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  max-height: 260px;
  overflow: auto;
}
.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.42857143;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.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;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .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 .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
  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;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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;
    -moz-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: none 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 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;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (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);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 1px 1px rgba(0, 0, 0, 0.3);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*CABECERA LOGIN*/
.header_agencias {
  background: #535353;
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.header_agencias .container {
  padding-left: 15px;
  padding-right: 15px;
}
.header_agencias .cont_usuario {
  padding-right: 15px;
  float: left;
  width: 25%;
  text-transform: uppercase;
}
.header_agencias .cont_select {
  float: left;
  width: 25%;
}
.header_agencias .cont_select select {
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  padding: 5px 30px 5px 8px;
  border: none;
  box-shadow: none;
  background: #ffffff url("../images/icons-v2.png") no-repeat 100% center !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.header_agencias .cont_select select::-ms-expand {
  display: none !important;
}
.header_agencias .cont_menu,
.header_agencias .cont_cerrar {
  float: right;
}
.header_agencias .cont_usuario .usuario {
  font-size: 13px;
  line-height: normal;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.header_agencias .cont_usuario .usuario span {
  font-size: 11px!important;
  color: #BABABA;
}
.header_agencias .cont_usuario .promocion {
  font-size: 11px;
  color: #BABABA;
  margin: 5px 0 0 0;
}
.header_agencias .cont_select {
  float: left;
  margin: 0 20px 0 0;
}
.header_agencias .cont_select label {
  display: block;
  font-size: 11px;
  line-height: normal;
  color: #BABABA;
  text-transform: uppercase;
}
.header_agencias .cont_cerrar {
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 10px;
  background-color: #757575;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.header_agencias .cont_cerrar:hover {
  background-color: #04ABCE!important;
}
.header_agencias .cont_cerrar img {
  width: 31px;
  height: 31px;
}
.header_agencias .cont_menu li {
  width: 140px;
  text-align: center !important;
  float: right;
  margin-left: 1px;
  display: inline-block;
}
.header_agencias .cont_menu li a {
  width: 100%;
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  text-transform: uppercase;
  background-color: #757575;
}
.header_agencias .cont_menu li a:hover {
  background-color: #04ABCE;
}
.header_agencias .cont_menu li .menu_agen_first {
  -webkit-border-radius: 0 3px 3px  0;
  -moz-border-radius: 0 3px 3px  0;
  border-radius: 0 3px 3px  0;
}
.header_agencias .cont_menu li .menu_agen_last {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 991px) {
  .header_agencias .container {
    width: 100%;
  }
  .header_agencias .cont_usuario .usuario {
    margin-right: 30px;
  }
  .header_agencias .cont_usuario p {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header_agencias .container {
    width: 100%;
  }
  .header_agencias .cont_usuario {
    width: 100%;
    margin-bottom: 15px;
  }
  .header_agencias .cont_select {
    width: 50%;
    padding-right: 4%;
    margin: 0;
  }
  .header_agencias .cont_select + .cont_select {
    padding-left: 4%;
    padding-right: 0;
  }
}
@media (max-width: 300px) {
  .header_agencias .cont_select {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header_agencias .cont_select + .cont_select {
    margin-top: 15px;
    padding-left: 0;
  }
}
/* END CABECERA LOGIN*/
.helvetica {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
.fontAwesome {
  font-family: 'FontAwesome';
}
/************* mobile -768px *************/
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
.btn:focus {
  outline: 0;
}
button,
button:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
.z-index {
  z-index: 10;
}
.no-pad {
  padding: 0;
}
.mar-t-10 {
  margin-top: 10px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
}
.btn-reserve {
  background-color: #00add1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  font-size: 14px;
  padding: 3px 30px;
}
.btn-primary {
  background-color: #00acce;
  border-color: #00acce;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #00acce;
  border-color: #00acce;
}
.btn-primary:active {
  background-color: #00acce;
  border-color: #00acce;
  -moz-box-shadow: 0px 0px 15px #00acce;
  -webkit-box-shadow: 0px 0px 15px #00acce;
  box-shadow: 0px 0px 15px #00acce;
}
.pad {
  padding: 0;
}
.pad-md {
  padding: 0;
}
.hidden-mobile {
  display: none!important;
}
.dropdown {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.dropdown a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: bold;
}
.dropdown .dropdown-menu {
  width: 100%;
  max-height: 260px;
  overflow: auto;
}
.dropdown .dropdown-menu li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.dropdown .dropdown-menu li:hover {
  background: #04abce;
}
.dropdown .dropdown-menu li:hover span {
  color: #FFF;
}
.dropdown .dropdown-menu li span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
li.ae_loyalty > *,
.ae_loyalty p > *,
.ae_loyalty > * {
  color: #01beff !important;
}
.bl_loyalty,
li.bl_loyalty > *,
.bl_loyalty p > *,
.bl_loyalty > * {
  color: #04abce !important;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .hidden-mobile {
    display: table!important;
  }
}
/************* 992px a 1220px *************/
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .container-fluid {
    width: 1170px!important;
  }
}
/************* Low Resolution Mobile *************/
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
.theme-v2 .btn-close {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 24px;
  height: 30px;
  line-height: 0;
  right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.theme-v2 .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.theme-v2 select.search-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 42px;
  width: 100%;
  color: inherit;
  background: #ffffff no-repeat url(../images/icons-v2.png) 100% 50%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  padding: 4px 30px 4px 5px;
  font-size: 15px;
  box-shadow: none;
}
.theme-v2 select.search-select::-ms-expand {
  display: none;
}
.theme-v2 select.search-select optgroup > option,
.theme-v2 select.search-select option {
  font-size: 15px;
}
.theme-v2 select.search-select.btn-xs {
  height: 24px;
}
.theme-v2 select.search-select.btn-sm {
  height: 32px;
}
.theme-v2 select.search-select.btn-md {
  height: 38px;
}
.theme-v2 select.search-select.btn-lg {
  height: 42px;
}
.theme-v2 select.search-select option[selected="selected"] {
  color: #ffffff !important;
  background-color: #00acce !important;
  -moz-box-shadow: 0 0 10px 100px #00acce inset;
  -webkit-box-shadow: 0 0 10px 100px #00acce inset;
  box-shadow: 0 0 10px 100px #00acce inset;
}
.theme-v2 select.search-select option[disabled="disabled"] {
  color: rgba(0, 0, 0, 0.2) !important;
  cursor: not-allowed;
}
/************* mobile -768px *************/
.alert {
  margin-bottom: 0;
}
a,
button {
  cursor: pointer;
}
.cookies {
  background: #535353;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  font-size: 14px;
  height: auto;
  padding: 20px;
  text-align: center;
}
.cookies .col-xs-12 {
  padding: 0;
}
.cookies span {
  font-size: 14px;
  margin-bottom: 10px;
}
.cookies span a,
.cookies span a:hover {
  color: #FFF;
  text-decoration: none;
}
.cookies button,
.cookies a {
  font-size: 14px;
  margin: 10px 5px 0 5px;
}
.cookies button.btn-gray,
.cookies a.btn-gray {
  background-color: #333333;
  color: #acacac;
}
header {
  clear: both;
}
header .row {
  margin: 0;
}
.site_title h1 {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 0;
}
.titular h1,
.titular h2 {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 0;
}
.navbar {
  border: 0 none;
  margin-bottom: 0;
}
.container > .navbar-header {
  margin: 0;
}
.navbar-header {
  height: 60px;
  line-height: 60px;
}
.navbar-header h1 {
  font-size: 0;
  margin: 0;
}
.navbar-header a.logo {
  background: url(../images/logo.png) 50% 50% no-repeat;
  display: block;
  height: 60px;
  width: 165px;
  margin: 0 auto;
}
.navbar-default {
  background-color: #e4e5e3;
}
.navbar-default .navbar-collapse {
  border-top: 1px solid #FFF;
  overflow: hidden;
  padding: 10px 0 0;
  max-height: initial;
}
.navbar-default .navbar-collapse.menu-first,
.navbar-default .navbar-collapse.menu-second,
.navbar-default .navbar-collapse .select_lang {
  width: 100%;
}
.navbar-default .navbar-collapse .nav.line {
  border-top: 1px solid #666;
}
.navbar-default .navbar-collapse .nav.select_lang {
  font-weight: bold;
}
.navbar-default .navbar-collapse .nav.select_lang .dropdown {
  background-color: #e4e5e3;
}
.navbar-default .navbar-collapse .nav.select_lang li {
  cursor: pointer;
  width: 100%;
}
.navbar-default .navbar-collapse .nav.select_lang li:hover > a,
.navbar-default .navbar-collapse .nav.select_lang li:focus > a {
  color: #fff;
  background-color: #04abce;
}
.navbar-default .navbar-collapse .nav.select_lang ul {
  border-radius: 0;
  padding: 0;
}
.navbar-default .navbar-collapse .nav.select_lang ul li {
  padding: 10px 30px;
  display: inline-block;
  width: 33%;
}
.navbar-default .navbar-collapse .nav.select_lang ul li:hover,
.navbar-default .navbar-collapse .nav.select_lang ul li:focus {
  background-color: #fff;
}
.navbar-default .navbar-collapse .nav.select_lang ul li:hover > a,
.navbar-default .navbar-collapse .nav.select_lang ul li:focus > a {
  color: #04abce;
  background-color: #fff;
}
.navbar-default .navbar-collapse .nav.select_lang ul li a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  width: 100%;
}
.navbar-default .navbar-collapse .nav.select_lang ul li.active {
  background-color: #eee;
}
.navbar-default .navbar-collapse .nav.select_lang ul li.active a {
  background-color: #eee;
  color: #04abce;
}
.navbar-default .navbar-collapse .nav li.active {
  background-color: #04abce;
}
.navbar-default .navbar-collapse .nav li.active a {
  color: #fff;
}
.navbar-default .navbar-collapse .nav li {
  display: block;
  float: left;
  min-height: 42px;
  width: 33%;
}
.navbar-default .navbar-collapse .nav li a {
  color: #666;
}
.navbar-default .navbar-collapse .nav li a i {
  margin-right: 5px;
}
.navbar-default .navbar-collapse .nav li:hover,
.navbar-default .navbar-collapse .nav li:focus {
  background-color: #eeeeee;
}
.navbar-default .navbar-collapse .nav.menu-first li:hover a,
.navbar-default .navbar-collapse .nav.menu-second li:hover a,
.navbar-default .navbar-collapse .nav.menu-first li:focus a,
.navbar-default .navbar-collapse .nav.menu-second li:focus a {
  color: #04abce;
}
.navbar-default .navbar-collapse .nav.menu-first .active:hover,
.navbar-default .navbar-collapse .nav.menu-second .active:hover,
.navbar-default .navbar-collapse .nav.menu-first .active:focus,
.navbar-default .navbar-collapse .nav.menu-second .active:focus,
.navbar-default .navbar-collapse .nav.menu-first .active,
.navbar-default .navbar-collapse .nav.menu-second .active {
  background-color: #04abce;
}
.navbar-default .navbar-collapse .nav.menu-first .active:hover a,
.navbar-default .navbar-collapse .nav.menu-second .active:hover a,
.navbar-default .navbar-collapse .nav.menu-first .active:focus a,
.navbar-default .navbar-collapse .nav.menu-second .active:focus a,
.navbar-default .navbar-collapse .nav.menu-first .active a,
.navbar-default .navbar-collapse .nav.menu-second .active a {
  color: #fff;
  background-color: #04abce;
  cursor: default;
}
.navbar-default .navbar-toggle-tel {
  border: 0 none;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 65px;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #000;
}
.navbar-default .navbar-toggle-tel i {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 23px;
  margin-top: 16px;
}
.navbar-default .navbar-toggle-tel:hover,
.navbar-default .navbar-toggle-tel:active {
  background-color: #333;
}
.navbar-default .navbar-toggle-tel:hover i,
.navbar-default .navbar-toggle-tel:active i {
  color: #999;
}
.navbar-default .navbar-toggle {
  border: 0 none;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  width: 65px;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
}
.navbar-default .navbar-toggle.collapsed {
  background-color: #e4e5e3;
}
.navbar-default .navbar-toggle:hover {
  background-color: #333333;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 4px;
  left: 50%;
  margin-left: -13px;
  position: relative;
  width: 26px;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #999999;
}
.navbar-default .navbar-nav > li.active {
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active a {
  color: #04abce;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #efefef;
  color: #04abce;
}
.navbar-default .navbar-nav {
  margin: 0;
}
.navbar-default .navbar-nav .dropdown {
  padding: 0;
  width: 100%;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu li {
  height: 22px;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar-default .navbar-nav .dropdown .dropdown-menu li a:focus {
  background-color: #666;
  color: #04abce;
}
.navbar-default .dropdown-toggle {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.navbar-default .dropdown-toggle .fa {
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.navbar-default .dropdown-menu {
  clear: right;
  float: right;
  right: 0;
}
.line-bottom {
  display: inline-block;
  width: 100%;
}
.line-bottom ul {
  border-bottom: 1px solid #FFF;
  width: 100%;
}
.line-bottom ul:last-child {
  border-bottom: 0;
}
.fh .titular {
  height: 0;
}
.fh .titular h2,
.fh .titular h3 {
  font-size: 0;
  margin: 0;
}
.change_booking {
  background-color: #04abce;
  padding: 31px 0;
}
.change_booking h4 {
  color: #037790;
  color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.change_booking p {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  margin: 5px 0 0;
}
.change_booking .exit {
  margin-top: 15px;
}
.change_booking .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.change_booking .btn {
  background-color: #038FAC;
  background-color: rgba(0, 0, 0, 0.16);
  display: block;
  font-size: 13px;
  min-height: 41px;
  margin-top: 21px;
  padding: 15px 15px;
  text-align: center;
  font-weight: 700;
  white-space: normal;
  line-height: 12px;
  float: right;
  max-width: 217px;
  width: 100%;
}
.change_booking.bl_loyalty {
  background-color: #6a868a;
}
.change_booking.bl_loyalty .title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.change_booking.bl_loyalty .btn-primary {
  border: none;
  max-width: inherit;
}
.header-loyalty {
  background-color: #01beff;
}
.header-loyalty.error {
  background-color: #b1b2b1;
}
.header-loyalty.error h4:before {
  font-family: fontAwesome;
  content: '\f071';
  color: #8D8E8D;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 21px;
}
.description-box .adv_sale.ae-loyalty {
  background-color: #01beff;
}
.description-box .adv_sale.ae-loyalty.error {
  background-color: #b1b2b1;
}
.description-box .adv_sale.ae-loyalty .terminos {
  text-align: right;
}
.description-box .adv_sale.ae-loyalty img {
  width: 100px;
}
.header-loyalty {
  background-color: #01beff;
  padding: 5px 0;
}
.header-loyalty.error {
  background-color: #b1b2b1;
}
.header-loyalty .btn,
.header-loyalty img {
  margin-top: 22px;
}
.header-loyalty img {
  width: 100px;
  margin-top: 28px;
}
.header-loyalty .btn {
  background-color: rgba(0, 0, 0, 0.16);
  display: block;
  float: left;
  margin: 15px 0 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  max-width: 217px;
  min-height: 41px;
  padding: 15px;
  text-align: center;
  white-space: normal;
  border: none;
  width: 100%;
}
.header-loyalty .btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.header-loyalty h4 {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  margin-bottom: 5px;
}
.header-loyalty p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .cookies {
    height: auto;
    padding: 20px 0;
  }
  .cookies span {
    display: inline-block;
    text-align: left;
  }
  .cookies .buttons-cookies {
    float: right;
    text-align: right;
  }
  .cookies button,
  .cookies a {
    font-size: 14px;
    text-align: right;
  }
  .alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar-nav li:hover,
  .navbar-nav li:focus {
    background-color: #eee;
  }
  .navbar-nav li:hover a,
  .navbar-nav li:focus a {
    color: #04ABCE;
  }
  .navbar-nav li.active {
    background-color: #04abce;
  }
  .navbar-nav li.active a {
    color: #fff;
  }
  .navbar-header {
    float: none;
  }
  .navbar-collapse .dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    width: auto;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar li {
    width: 100%;
  }
  .navbar > li {
    float: right;
  }
  .navbar > li a {
    padding: 10px 0;
  }
  .line-bottom ul {
    width: 30%;
  }
  .navbarTop {
    position: relative;
  }
  .modalLenguage {
    display: none;
    right: 0;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 11;
    padding: 5px 0 0;
    top: 0;
    width: 240px;
    background-color: #2A2A2A;
    position: absolute;
  }
  .modalLenguage:before {
    content: "";
    background-image: url(../images/arrowIdiom.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 14px;
    width: 50px;
    top: -13px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
  }
  .modalLenguage .ctn_button {
    padding: 0 3px;
    width: 100%;
  }
  .modalLenguage .ctn_button button,
  .modalLenguage .ctn_button a {
    width: 100%;
    height: 30px;
    position: static;
    bottom: 5px;
    left: 5px;
    padding-top: 7px;
    padding-bottom: 11px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-bottom: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .modalLenguage .ctn_button button:active,
  .modalLenguage .ctn_button a:active {
    background-color: #04ABCE;
    cursor: default;
    -moz-box-shadow: 0 0 15px #04abce;
    -webkit-box-shadow: 0 0 15px #04abce;
    box-shadow: 0 0 15px #04abce;
  }
  .modalLenguage .ctn_button button:hover,
  .modalLenguage .ctn_button a:hover,
  .modalLenguage .ctn_button button.active,
  .modalLenguage .ctn_button a.active {
    background-color: #04ABCE;
    color: #fff;
  }
  .modalLenguage .ctn_button .error_btn {
    height: 42px;
    bottom: 0;
  }
  .change_booking .exit {
    margin-top: 0;
    height: 60px;
    display: table;
  }
  .header-loyalty .btn {
    float: right;
    margin-top: 25px;
  }
  .pay.mod-book .change_booking > .container-fluid {
    padding-left: 17%;
    padding-right: 7%;
  }
  .pay.mod-book .change_booking > .container-fluid .col-sm-9 {
    width: 65%;
  }
  .pay.mod-book .change_booking > .container-fluid .col-sm-3 {
    width: 35%;
  }
  .pay.mod-book .header-loyalty > .container-fluid {
    padding-left: 17%;
    padding-right: 7%;
  }
  .pay.mod-book .header-loyalty > .container-fluid .col-sm-9 {
    width: 65%;
  }
  .pay.mod-book .header-loyalty > .container-fluid .col-sm-7 {
    width: 48%;
    padding-left: 30px;
  }
  .pay.mod-book .header-loyalty > .container-fluid .col-sm-3 {
    width: 35%;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .cookies {
    padding: 0;
  }
  .cookies span {
    padding-top: 12px;
  }
  .cookies .buttons-cookies {
    padding-top: 4px;
    margin-bottom: 30px;
  }
  .header_sup {
    background-color: #e4e5e3;
    color: #515151;
    text-transform: uppercase;
    font-size: 1rem;
    padding-top: 20px;
  }
  .header_sup .container {
    padding: 0 15px;
  }
  .header_sup a {
    color: #515151;
  }
  .header_sup a:hover {
    color: #04abce;
  }
  .header_sup .att-cli-head {
    text-transform: uppercase;
    display: block;
    font-size: .9rem;
    padding-left: 0;
  }
  .header_sup .att-cli-head a {
    display: block;
    font-size: 2em;
    font-weight: 700;
  }
  .header_sup .navbar_header {
    font-size: 0;
  }
  .header_sup .navbar_header h1,
  .header_sup .navbar_header h2 {
    font-size: 0;
    display: block;
  }
  .header_sup .navbar_header a {
    display: block;
    background: url(../images/be_live_hotels.png) 0 0 no-repeat;
    height: 82px;
    width: 380px;
    margin: 0 auto 15px auto;
  }
  .header_sup .container_menu {
    height: 62px;
    font-size: 1.5em;
    box-sizing: border-box;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
  .header_sup .container_menu .logo {
    display: none;
  }
  .header_sup .container_menu .navbar-collapse {
    background-color: #eeeeee;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
  }
  .header_sup .container_menu .navbar-collapse.in {
    position: relative;
    z-index: 20;
  }
  .header_sup .container_menu .navbar-collapse li {
    margin-top: 10px;
    margin-right: 5px;
    font-size: 1.2rem;
    padding-right: 10px;
    border-right: 1px solid #515151;
  }
  .header_sup .container_menu .navbar-collapse li:last-child {
    margin-right: 0;
    border-right: 0;
  }
  .header_sup .container_menu .navbar-collapse .pull-right li {
    border: none;
  }
  .header_sup .container_menu ul > li {
    display: inline-block;
  }
  .header_sup .container_menu .menu_top {
    font-weight: 700;
  }
  .header_sup .container_menu .menu_top ul {
    text-align: center;
    padding-top: 0;
  }
  .header_sup .container_menu .menu_top li {
    margin: 20px 10px 0 0;
    padding: 0 13px 0 0;
    border-right: 1px solid #515151;
  }
  .header_sup .container_menu .menu_top li:last-child {
    margin-right: 0;
    border: none;
  }
  .header_sup .container_menu .submenu_top {
    font-size: 0.7em;
    padding: 0;
    text-align: right;
  }
  .header_sup .container_menu .submenu_top ul {
    margin-top: 0;
  }
  .header_sup .container_menu .submenu_top ul li {
    margin: 25px 5px 0 0;
    padding: 0 7px 0 0;
    border-right: 1px solid #515151;
  }
  .header_sup .container_menu .submenu_top ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
  .header_sup .container_menu .submenu_top ul li > div:hover {
    color: #04abce;
    cursor: pointer !important;
  }
  .header_sup .container_menu .navbar-md {
    margin-right: 0;
    padding-right: 0;
  }
  .header_sup .container_menu .navbar-md .navbar-toggle {
    font-size: 1.5em;
    margin-right: 0;
    padding-right: 0;
  }
  .header_sup .container_menu .navbar-md .navbar-toggle:hover {
    color: #04abce;
  }
  .header_sup .container_sscc {
    padding: 0;
    text-align: right;
  }
  .header_sup .container_sscc ul {
    float: right;
    margin: 0;
  }
  .header_sup .container_sscc li {
    text-align: right;
    display: inline-block;
  }
  .header_sup .container_sscc li a {
    margin-left: 6px;
  }
  .header_sup .container_sscc li a:last-child {
    margin-left: 0;
  }
  .header_sup .container_sscc .social {
    background: url(../images/sprite_ssmm.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    /* Sprite Redes Sociales*/
    /*Hovers*/
  }
  .header_sup .container_sscc .social.tw {
    background-position: 0 0;
  }
  .header_sup .container_sscc .social.fb {
    background-position: -36px 0;
  }
  .header_sup .container_sscc .social.yt {
    background-position: -72px 0;
  }
  .header_sup .container_sscc .social.flr {
    background-position: -107px 0;
  }
  .header_sup .container_sscc .social.plus {
    background-position: -143px 0;
  }
  .header_sup .container_sscc .social.pint {
    background-position: -178px 0;
  }
  .header_sup .container_sscc .social.inst {
    background-position: -213px 0;
  }
  .header_sup .container_sscc .social.tw:hover {
    background-position: 0 -35px;
  }
  .header_sup .container_sscc .social.fb:hover {
    background-position: -36px -35px;
  }
  .header_sup .container_sscc .social.yt:hover {
    background-position: -72px -35px;
  }
  .header_sup .container_sscc .social.flr:hover {
    background-position: -107px -35px;
  }
  .header_sup .container_sscc .social.plus:hover {
    background-position: -143px -35px;
  }
  .header_sup .container_sscc .social.pint:hover {
    background-position: -178px -35px;
  }
  .header_sup .container_sscc .social.inst:hover {
    background-position: -213px -35px;
  }
  .header_sup .scroll_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3000;
    border-top: 0 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
  }
  .header_sup .scroll_fixed .logo {
    display: block !important;
    background: #000;
    height: 62px;
  }
  .header_sup .scroll_fixed .logo img {
    margin: 13px auto;
    width: 100%;
  }
  .navbar-nav li.active {
    background-color: #eee;
  }
  .navbar-nav li.active a {
    color: #04abce;
  }
  .pay.mod-book .header-loyalty > .container-fluid {
    padding-left: 85px;
    padding-right: 83px;
  }
  .pay.mod-book .change_booking > .container-fluid {
    padding-left: 85px;
    padding-right: 83px;
  }
}
.change_booking .btn {
  margin-top: 0;
}
.cookie .header_sup .container_menu,
.about_us .header_sup .container_menu,
.pol_privacy .header_sup .container_menu,
.info_general .header_sup .container_menu,
.contact .header_sup .container_menu,
.mapa_web .header_sup .container_menu,
.b2b.tools .header_sup .container_menu,
.pay .header_sup .container_menu,
.destinos_hoteles .header_sup .container_menu,
.tools .header_sup .container_menu {
  background-color: #ececec;
}
.b2b.tools .menu_top_b2b,
.b2b.pay .menu_top_b2b {
  background-color: #ececec;
}
.b2b.pay.loyal .menu_top_b2b {
  background-color: #ffffff;
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .reserve ul li a {
    height: 22px;
    line-height: normal;
    font-size: 10px;
  }
  .reserve ul.big-link li a {
    height: 42px;
    line-height: 42px;
    min-width: 174px;
  }
  .modalLenguage {
    right: -1%;
    top: 5px;
  }
  .modalLenguage .ctn_button button,
  .modalLenguage .ctn_button a {
    height: 40px;
    font-size: 13px;
    padding-top: 11px;
    text-transform: none;
  }
  .container_menu .menu_top ul {
    text-align: right !important;
    margin-right: 0;
  }
  .header_sup .scroll_fixed.container_menu .menu_top ul {
    padding-right: 0;
  }
  .header_sup .scroll_fixed .logo img {
    margin: 8px auto;
    width: auto;
  }
  .header_sup .container_menu .menu_top ul {
    padding-right: 60px;
  }
  .pay.mod-book .header-loyalty > .container-fluid {
    padding-left: 195px;
    padding-right: 85px;
  }
  .pay.mod-book .change_booking > .container-fluid {
    padding-left: 195px;
    padding-right: 85px;
  }
}
/************* mobile -768px *************/
footer {
  background: #333333;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0 65px !important;
}
footer .content {
  margin: 0 15px;
}
footer .content p {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-transform: uppercase;
}
footer .content > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 0;
}
footer .content > div:last-child {
  border-bottom: none;
}
footer .att_logo {
  margin: 0 auto;
  height: 79px;
  border-bottom: none !important;
}
footer .att_logo > div {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
footer .att_cli_foot {
  width: 210px;
  height: 33px;
}
footer .att_cli_foot i {
  display: block;
  color: #7f7f7f;
  height: 22px;
  width: 33px;
  float: left;
  margin: 8px 3px 5px 5px;
  font-size: 33px;
  transform: rotate(250deg);
}
footer .att_cli_foot i:hover {
  color: #04abce;
}
footer .att_cli_foot h3 {
  display: block;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-transform: uppercase;
  margin: 3px 0 0;
  font-weight: 400;
}
footer .att_cli_foot h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #7f7f7f;
}
footer .att_cli_foot h3 a:hover {
  color: #04abce;
}
footer .logo_foot {
  width: 80px;
  margin: 0 auto;
}
footer .logo_foot img {
  width: 45px;
}
footer .lang {
  padding-top: 0 !important;
}
footer .lang form {
  display: none;
}
footer .lang ul {
  margin-top: 20px;
}
footer ul {
  margin-bottom: 0;
  width: 100%;
  display: table;
}
footer li {
  width: 49.9%;
  display: inline-block;
  height: 32px;
  line-height: 14px;
  float: left;
}
footer li a {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 13px;
}
footer li a:hover {
  color: #04abce;
}
footer .emp_foot li:last-child,
footer .links_foot li:last-child {
  margin-right: 0;
}
footer .emp_foot a,
footer .links_foot a {
  text-transform: uppercase;
}
footer .emp_foot a {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
}
footer .links_foot ul {
  display: table;
}
footer .links_foot li {
  display: block;
  height: 37px;
  width: 50%;
  line-height: 14px;
}
footer .links_foot li a {
  font-size: 14px;
  text-transform: none;
}
footer .legal {
  padding-bottom: 0 !important;
}
footer .legal p {
  text-transform: none;
  padding: 0 30px;
  margin-bottom: 2px;
}
/* Inferior a 350 */
@media (max-width: 480px) {
  footer .links_foot li {
    width: 100%;
  }
  footer .links_foot li:last-child {
    height: inherit;
  }
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  footer .content {
    position: relative;
    margin-top: 20px;
  }
  footer .content .att_logo {
    height: 41px;
    padding: 0;
    border-bottom: none;
  }
  footer .content .links_foot {
    padding-bottom: 15px;
  }
  footer .att_cli_foot,
  footer .logo_foot {
    position: absolute;
  }
  footer .att_cli_foot {
    left: 0;
    top: 5px;
  }
  footer .logo_foot {
    right: -10px;
    top: -9px;
    margin-bottom: 10px;
  }
  footer .logo_foot img {
    width: 60px;
  }
  footer li {
    display: inline-block;
    margin-right: 30px;
    width: auto;
    text-align: center;
    float: none;
    height: 18px;
  }
  footer li:last-child {
    margin-right: 0;
  }
  footer .emp_foot li {
    margin-right: 60px;
  }
  footer .links_foot ul {
    margin: 0 auto;
    width: 95%;
  }
  footer .links_foot li {
    display: inline-block;
    width: auto;
    float: none;
    height: inherit;
    margin: 0 13px 12px 0;
    padding: 0 16px 0 0;
    border-right: 2px solid #999;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
  }
  footer .links_foot li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  footer .links_foot li a {
    font-size: 13px;
    text-transform: none;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  footer .content .att_logo {
    height: 1px;
  }
}
/************* Laptop > 1220px *************/
*:focus {
  outline: 0;
}
input::-ms-clear {
  display: none !important;
}
/************* mobile -768px *************/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  opacity: 0;
  display: none;
}
.overlay.hide-over {
  display: block;
  opacity: .7;
}
.overlay.estatic-over {
  display: block;
  opacity: .0;
}
.ctn_CarouselSearch {
  position: relative;
  float: left;
  width: 100%;
}
.general_container_search {
  position: relative;
  width: 100%;
}
.sectionSearch .markDate .priceTooltip span {
  height: 17px!important;
}
.sectionSearch .form_container,
.nodispoSearch .form_container {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  z-index: 3;
}
.sectionSearch .form_container.off .content,
.nodispoSearch .form_container.off .content {
  background-color: #2a2a2a;
}
.sectionSearch .form_container .content,
.nodispoSearch .form_container .content {
  min-height: 281px;
  position: relative;
  padding: 5px;
  background-color: #515151;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.sectionSearch .form_container .content.off,
.nodispoSearch .form_container .content.off {
  background-color: #2A2A2A;
}
.sectionSearch .form_container .content.dispo,
.nodispoSearch .form_container .content.dispo {
  margin: 0 -15px;
  padding: 15px;
  border-radius: 0 !important;
}
.sectionSearch .form_container .content.promoOn,
.nodispoSearch .form_container .content.promoOn,
.sectionSearch .form_container .content.promoOff,
.nodispoSearch .form_container .content.promoOff {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sectionSearch .form_container .content.promoOn,
.nodispoSearch .form_container .content.promoOn {
  display: none;
  color: #d4d4d4;
  color: rgba(255, 255, 255, 0.8);
}
.sectionSearch .form_container .content.promoOn .title_search:before,
.nodispoSearch .form_container .content.promoOn .title_search:before {
  background-image: none !important;
}
.sectionSearch .form_container .content.promoOn .promo_txt,
.nodispoSearch .form_container .content.promoOn .promo_txt {
  position: absolute;
  bottom: 106px;
  left: 5px;
  right: 5px;
}
.sectionSearch .form_container .content.promoOn .promo,
.nodispoSearch .form_container .content.promoOn .promo {
  bottom: 62px !important;
  left: 5px;
  position: absolute;
  right: 5px;
}
.sectionSearch .form_container .content.promoOn .promo .promo_codg_intput input,
.nodispoSearch .form_container .content.promoOn .promo .promo_codg_intput input {
  height: 36px;
}
.sectionSearch .form_container .content.promoOn i,
.nodispoSearch .form_container .content.promoOn i {
  font-size: 45px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.sectionSearch .form_container .content.promoOn p,
.nodispoSearch .form_container .content.promoOn p {
  font-weight: 700;
  padding-left: 8px;
  text-align: center;
}
.sectionSearch .form_container .content.promoOn p:first-child,
.nodispoSearch .form_container .content.promoOn p:first-child {
  margin-bottom: 20px;
}
.sectionSearch .form_container .content.promoOn .btn-close,
.nodispoSearch .form_container .content.promoOn .btn-close {
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  padding: 0;
}
.sectionSearch .form_container .content.promoOn .btn-close > *,
.nodispoSearch .form_container .content.promoOn .btn-close > * {
  font-size: 23px;
  color: #ffffff;
  line-height: 15px;
  margin: 0;
}
.sectionSearch .form_container .content h2,
.nodispoSearch .form_container .content h2 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 10px;
  padding: 0 ;
  line-height: 11px;
}
.sectionSearch .form_container .content .clearfix,
.nodispoSearch .form_container .content .clearfix {
  zoom: 1;
}
.sectionSearch .form_container .content .standar-style,
.nodispoSearch .form_container .content .standar-style {
  margin-bottom: 0;
  border: none;
  outline: none;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 25px 8px 11px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
}
.sectionSearch .form_container .content .cont_error,
.nodispoSearch .form_container .content .cont_error {
  display: none;
}
.sectionSearch .form_container .content .cont_error > div,
.nodispoSearch .form_container .content .cont_error > div {
  color: #ffffff;
  width: 100%;
  height: 35px;
  padding: 8px 5px 6px 5px;
  font-size: 10px;
  line-height: normal;
  margin-bottom: 0;
  border: none;
  outline: none;
  text-transform: uppercase;
  background-color: #990000;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 102% -531px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
}
.sectionSearch .form_container .content .cont_error > div span,
.nodispoSearch .form_container .content .cont_error > div span {
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.6);
}
.sectionSearch .form_container .content .cont_option,
.nodispoSearch .form_container .content .cont_option {
  position: relative;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sectionSearch .form_container .content .cont_option.dispo,
.nodispoSearch .form_container .content .cont_option.dispo {
  color: #a9a9a9;
}
.sectionSearch .form_container .content .change_option,
.nodispoSearch .form_container .content .change_option {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #FFF;
  text-align: right;
  font-size: 12px;
  line-height: normal;
  padding: 0 22px 0 10px;
  background-color: #04ABCE;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  cursor: pointer;
  max-width: 80%;
}
.sectionSearch .form_container .content .change_option label,
.nodispoSearch .form_container .content .change_option label {
  vertical-align: baseline;
  margin: 3px 0;
  font-weight: normal;
}
.sectionSearch .form_container .content .change_option .delete_option,
.nodispoSearch .form_container .content .change_option .delete_option {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: -4px -499px;
  cursor: pointer;
}
.sectionSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover,
.nodispoSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover,
.sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover {
  background-color: #04ABCE!important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.sectionSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover.dispo,
.nodispoSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover.dispo,
.sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover.dispo,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover.dispo,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover.dispo,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover.dispo,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover.dispo,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover.dispo {
  color: white!important;
  background-image: url(../images/icons.png) !important;
}
.sectionSearch .form_container .content .cont_date_in .date_in_open .clik_date:active,
.nodispoSearch .form_container .content .cont_date_in .date_in_open .clik_date:active,
.sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:active,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:active,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:active,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:active,
.sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:active,
.nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .form_container .content .city,
.nodispoSearch .form_container .content .city {
  margin-bottom: 0.7em;
}
.sectionSearch .form_container .content .city.dispo,
.nodispoSearch .form_container .content .city.dispo {
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .city .cont_city,
.nodispoSearch .form_container .content .city .cont_city {
  display: block;
}
.sectionSearch .form_container .content .city .cont_city .click_city,
.nodispoSearch .form_container .content .city .cont_city .click_city {
  display: block;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 101% -1px;
}
.sectionSearch .form_container .content .city .cont_city .click_city.dispo,
.nodispoSearch .form_container .content .city .cont_city .click_city.dispo {
  background-image: url(../images/icons-gray.png);
  background-position: 102% -45px;
}
.sectionSearch .form_container .content .city .cont_city .click_city:hover,
.nodispoSearch .form_container .content .city .cont_city .click_city:hover {
  background-position: 101% -42px;
  background-color: #04ABCE;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
}
.sectionSearch .form_container .content .city .cont_city .click_city:active,
.nodispoSearch .form_container .content .city .cont_city .click_city:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .form_container .content .city .cont_city .click_city.click_city_b,
.nodispoSearch .form_container .content .city .cont_city .click_city.click_city_b {
  color: #939393;
  background-color: #FFFFFF;
}
.sectionSearch .form_container .content .city .cont_city .click_city.click_city_b:hover,
.nodispoSearch .form_container .content .city .cont_city .click_city.click_city_b:hover {
  background-color: #04ABCE;
  color: #FFFFFF;
}
.sectionSearch .form_container .content .city .cont_city_select,
.nodispoSearch .form_container .content .city .cont_city_select {
  display: none;
}
.sectionSearch .form_container .content .city .cont_city_select.dispo,
.nodispoSearch .form_container .content .city .cont_city_select.dispo {
  background-color: #d6d6d6;
  border-radius: 3px;
}
.sectionSearch .form_container .content .city .cont_city_select .cont_option,
.nodispoSearch .form_container .content .city .cont_city_select .cont_option {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 10px -2px;
}
.sectionSearch .form_container .content .date .cont_num_pers.dispo,
.nodispoSearch .form_container .content .date .cont_num_pers.dispo {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open {
  display: block;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 100% -83px;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers.dispo,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers.dispo {
  background-image: url(../images/icons-gray.png);
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:hover,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:hover {
  background-color: #04ABCE;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:active,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers .nom_num_pers,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers .nom_num_pers {
  color: #FFF;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers .nom_num_pers.dispo,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers .nom_num_pers.dispo {
  color: #a9a9a9;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_select,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_select {
  display: none;
}
.sectionSearch .form_container .content .date .cont_num_pers .num_pers_select.dispo,
.nodispoSearch .form_container .content .date .cont_num_pers .num_pers_select.dispo {
  background-color: #d6d6d6;
  border-radius: 3px;
}
.sectionSearch .form_container .content .date .cont_coin,
.nodispoSearch .form_container .content .date .cont_coin {
  margin: 1px 0 1% 0;
}
.sectionSearch .form_container .content .date .cont_coin.dispo,
.nodispoSearch .form_container .content .date .cont_coin.dispo {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select,
.nodispoSearch .form_container .content .date .cont_coin .coin_select {
  display: table;
  width: 100%;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option,
.nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 100.5% -1280px;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select:hover,
.nodispoSearch .form_container .content .date .cont_coin .coin_select:hover {
  background-color: #04abce;
  border-radius: 5px;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open,
.nodispoSearch .form_container .content .date .cont_coin .coin_open {
  display: block;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 100.5% -1280px;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin.dispo,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin.dispo {
  background-image: url(../images/icons-gray.png);
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin:hover,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin:hover {
  background-color: #04ABCE;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin:hover.dispo,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin:hover.dispo {
  background-image: url(../images/icons.png) !important;
  background-color: #04ABCE!important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin:hover.dispo .nom_coin,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin:hover.dispo .nom_coin {
  color: white!important;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin:active,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin .nom_coin,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin .nom_coin {
  color: #FFF;
}
.sectionSearch .form_container .content .date .cont_coin .coin_open .coin .nom_coin.dispo,
.nodispoSearch .form_container .content .date .cont_coin .coin_open .coin .nom_coin.dispo {
  color: #a9a9a9;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select,
.nodispoSearch .form_container .content .date .cont_coin .coin_select {
  display: none;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select.dispo,
.nodispoSearch .form_container .content .date .cont_coin .coin_select.dispo {
  background-color: #d6d6d6;
  border-radius: 3px;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option,
.nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  display: table;
  width: 100%;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option .cont_cell,
.nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option .cont_cell {
  display: table-cell;
  vertical-align: middle;
}
.sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option .nom_coin,
.nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option .nom_coin {
  width: 80%;
  display: block;
}
.sectionSearch .form_container .content .date .cont_date_in,
.nodispoSearch .form_container .content .date .cont_date_in {
  margin-top: 1px;
}
.sectionSearch .form_container .content .date .cont_date_in.dispo,
.nodispoSearch .form_container .content .date .cont_date_in.dispo {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_open,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_open {
  display: block;
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 100% -135px;
  color: #FFF;
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date.dispo,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_open .clik_date.dispo {
  background-image: url(../images/icons-gray.png);
  color: #a9a9a9;
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_open.on .clik_date,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_open.on .clik_date {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_select,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_select {
  display: none;
}
.sectionSearch .form_container .content .date .cont_date_in .date_in_select.dispo,
.nodispoSearch .form_container .content .date .cont_date_in .date_in_select.dispo {
  background-color: #d6d6d6;
  border-radius: 3px;
}
.sectionSearch .form_container .content .date .cont_date_out,
.nodispoSearch .form_container .content .date .cont_date_out {
  margin-top: 1px;
}
.sectionSearch .form_container .content .date .cont_date_out.dispo,
.nodispoSearch .form_container .content .date .cont_date_out.dispo {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .date .cont_date_out .date_out_open,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open {
  display: block;
}
.sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 100% -135px;
  color: #FFF;
}
.sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date.dispo,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date.dispo {
  background-image: url(../images/icons-gray.png);
  color: #a9a9a9;
}
.sectionSearch .form_container .content .date .cont_date_out .date_out_open.on .clik_date,
.nodispoSearch .form_container .content .date .cont_date_out .date_out_open.on .clik_date {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.sectionSearch .form_container .content .date .cont_date_out .date_in_select,
.nodispoSearch .form_container .content .date .cont_date_out .date_in_select {
  display: none;
}
.sectionSearch .form_container .content .date .cont_filter .filter_open,
.nodispoSearch .form_container .content .date .cont_filter .filter_open {
  display: block;
}
.sectionSearch .form_container .content .date .cont_filter .filter_open .filter_click,
.nodispoSearch .form_container .content .date .cont_filter .filter_open .filter_click {
  display: block;
  background-color: #fff;
  color: #a9a9a9;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 7px -1463px;
  padding-left: 35px;
  margin-bottom: 6px;
}
.sectionSearch .form_container .content .date .cont_filter .filter_open .filter_click span,
.nodispoSearch .form_container .content .date .cont_filter .filter_open .filter_click span {
  vertical-align: top;
}
.sectionSearch .form_container .content .date .must_open_filters,
.nodispoSearch .form_container .content .date .must_open_filters {
  display: none;
}
.sectionSearch .form_container .content .date .cont_budget .budget_open .budget_click,
.nodispoSearch .form_container .content .date .cont_budget .budget_open .budget_click {
  display: block;
  background-color: #fff;
  color: #a9a9a9;
  margin-bottom: 6px;
  padding-right: 16px;
}
.sectionSearch .form_container .content .date .cont_budget .budget_open .budget_click #max_budget,
.nodispoSearch .form_container .content .date .cont_budget .budget_open .budget_click #max_budget {
  color: #7a7a7a;
}
.sectionSearch .form_container .content .date .cont_budget .budget_open .budget_click .cont_slider,
.nodispoSearch .form_container .content .date .cont_budget .budget_open .budget_click .cont_slider {
  margin: 10px 0 7px 0;
}
.sectionSearch .form_container .content .date .cont_stars,
.nodispoSearch .form_container .content .date .cont_stars {
  display: block;
}
.sectionSearch .form_container .content .date .cont_stars .star_box,
.nodispoSearch .form_container .content .date .cont_stars .star_box {
  background-color: #fff;
  color: #a9a9a9;
  font-weight: 500;
  margin-bottom: 6px;
  height: 36px;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
}
.sectionSearch .form_container .content .date .cont_stars .star_box div,
.nodispoSearch .form_container .content .date .cont_stars .star_box div {
  display: inline-block;
  height: 36px;
}
.sectionSearch .form_container .content .date .cont_stars .star_box span,
.nodispoSearch .form_container .content .date .cont_stars .star_box span {
  vertical-align: top;
  line-height: 36px;
}
.sectionSearch .form_container .content .date .cont_stars .star_box .star_marker,
.nodispoSearch .form_container .content .date .cont_stars .star_box .star_marker {
  width: 28px;
  height: 36px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position-y: -1463px;
}
.sectionSearch .form_container .content .date .cont_stars .star_box .star-group,
.nodispoSearch .form_container .content .date .cont_stars .star_box .star-group {
  float: right;
  padding-top: 10px;
  padding-right: 8px;
  color: #dddddd;
}
.sectionSearch .form_container .content .promo,
.nodispoSearch .form_container .content .promo {
  margin-top: 11px;
}
.sectionSearch .form_container .content .promo .promo_codg .codigo_pormocional,
.nodispoSearch .form_container .content .promo .promo_codg .codigo_pormocional {
  display: block;
  color: #FFF;
  padding: 7px 25px 8px 11px;
  background-color: rgba(255, 255, 255, 0.25);
}
.sectionSearch .form_container .content .promo .promo_codg .codigo_pormocional:hover,
.nodispoSearch .form_container .content .promo .promo_codg .codigo_pormocional:hover {
  background-color: #04ABCE;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s eagruse-in-out;
}
.sectionSearch .form_container .content .promo .promo_codg_intput,
.nodispoSearch .form_container .content .promo .promo_codg_intput {
  position: relative;
  display: none;
}
.sectionSearch .form_container .content .promo .promo_codg_intput input,
.nodispoSearch .form_container .content .promo .promo_codg_intput input {
  display: block;
  padding: 7px 25px 8px 11px;
  width: 100%;
  border: none;
  outline: none;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #444;
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sectionSearch .form_container .content .promo .promo_codg_intput button,
.nodispoSearch .form_container .content .promo .promo_codg_intput button,
.sectionSearch .form_container .content .promo .promo_codg_intput a,
.nodispoSearch .form_container .content .promo .promo_codg_intput a {
  position: absolute;
  bottom: 2px;
  right: 5px;
  width: 32px;
  height: 30px;
  background-color: #5F5F5F;
  padding: 6px 5px;
  font-size: 0.8em;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sectionSearch .form_container .content .promo .promo_codg_intput a,
.nodispoSearch .form_container .content .promo .promo_codg_intput a {
  padding: 7px;
}
.sectionSearch .form_container .content .promo .cont_option,
.nodispoSearch .form_container .content .promo .cont_option {
  display: none;
}
.sectionSearch .form_container .content button.buscar,
.nodispoSearch .form_container .content button.buscar,
.sectionSearch .form_container .content .buscar,
.nodispoSearch .form_container .content .buscar {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #04ABCE;
  padding: 11px;
  width: 97%;
  height: 41px;
  position: absolute;
  bottom: 5px;
  font-size: 18px;
  line-height: 19px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sectionSearch .form_container .content button.buscar.dispo,
.nodispoSearch .form_container .content button.buscar.dispo,
.sectionSearch .form_container .content .buscar.dispo,
.nodispoSearch .form_container .content .buscar.dispo {
  position: relative!important;
  width: 100%;
  height: 35px;
  border-radius: 5px;
  padding: 0;
  bottom: 0;
  line-height: 35px;
  margin-top: 20px;
}
.sectionSearch .ctn_modals,
.nodispoSearch .ctn_modals {
  position: relative;
  width: 100%;
  z-index: 1001;
}
.sectionSearch .ctn_modals .cModal,
.nodispoSearch .ctn_modals .cModal {
  top: -5px;
  max-width: 240px;
  min-height: 285px;
  background-color: #2A2A2A;
  position: absolute;
  z-index: 9900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sectionSearch .ctn_modals .cModal .close-modal,
.nodispoSearch .ctn_modals .cModal .close-modal {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 2;
}
.sectionSearch .ctn_modals .error_btn,
.nodispoSearch .ctn_modals .error_btn {
  display: none;
  line-height: normal;
  margin-bottom: 0;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 10px 5px;
  overflow: hidden;
  background-color: #990000;
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sectionSearch .ctn_modals .error_btn span,
.nodispoSearch .ctn_modals .error_btn span {
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.6);
}
.sectionSearch .ctn_modals .content_destination ul li .destination,
.nodispoSearch .ctn_modals .content_destination ul li .destination,
.sectionSearch .ctn_modals .content_destination ul li .dest_map,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map,
.sectionSearch .ctn_modals .content_destination ul li .map,
.nodispoSearch .ctn_modals .content_destination ul li .map,
.sectionSearch .ctn_modals .content_zona ul li .zona,
.nodispoSearch .ctn_modals .content_zona ul li .zona {
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  cursor: pointer;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map,
.sectionSearch .ctn_modals .content_destination ul li .map,
.nodispoSearch .ctn_modals .content_destination ul li .map {
  float: left;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map:hover,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map:hover,
.sectionSearch .ctn_modals .content_destination ul li .map:hover,
.nodispoSearch .ctn_modals .content_destination ul li .map:hover,
.sectionSearch .ctn_modals .content_destination ul li .dest_map.current,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map.current,
.sectionSearch .ctn_modals .content_destination ul li .map.current,
.nodispoSearch .ctn_modals .content_destination ul li .map.current {
  color: #FFF;
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .content_destination ul li .destination,
.nodispoSearch .ctn_modals .content_destination ul li .destination,
.sectionSearch .ctn_modals .content_destination ul li .dest_map,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map,
.sectionSearch .ctn_modals .content_destination ul li .map,
.nodispoSearch .ctn_modals .content_destination ul li .map,
.sectionSearch .ctn_modals .content_zona ul li .zona,
.nodispoSearch .ctn_modals .content_zona ul li .zona {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  cursor: pointer;
}
.sectionSearch .ctn_modals .modal_bg_dest.double_width,
.nodispoSearch .ctn_modals .modal_bg_dest.double_width {
  max-width: 240px;
}
.sectionSearch .ctn_modals .modal_simple,
.nodispoSearch .ctn_modals .modal_simple {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.sectionSearch .ctn_modals .modal_simple ul li .dest_map,
.nodispoSearch .ctn_modals .modal_simple ul li .dest_map {
  width: 80%;
  padding: 7px 14px 8px 11px;
}
.sectionSearch .ctn_modals .modal_bg_destination,
.nodispoSearch .ctn_modals .modal_bg_destination {
  display: none;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_1,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_1 {
  left: 12%;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2 {
  left: 12%;
  background-color: #404040;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  top: 170px;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2 ul li,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2 ul li {
  width: 100%;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2:before,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2:before {
  content: '';
  height: 10px;
  width: 20px;
  background-image: url(../images/arrowmodal.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: -9px;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 {
  left: 12%;
  background-color: #404040;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  top: 250px;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 ul li,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 ul li {
  width: 100%;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 ul li div,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 ul li div {
  width: 100%;
  border-radius: 3px;
  min-height: 60px;
  max-height: 90px;
}
.sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3:before,
.nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3:before {
  content: '';
  height: 10px;
  width: 20px;
  background-image: url(../images/arrowmodal.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: -10px;
}
.sectionSearch .ctn_modals .content_destination h6,
.nodispoSearch .ctn_modals .content_destination h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 88%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.sectionSearch .ctn_modals .content_destination h6.title_second,
.nodispoSearch .ctn_modals .content_destination h6.title_second {
  margin-bottom: 10px;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino,
.nodispoSearch .ctn_modals .content_destination .elijaDestino {
  background-color: #7F7F7F;
  background-repeat: no-repeat;
  background-position: 184px center;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.16);
  outline-color: #DEF4FB;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino .ui-helper-hidden-accessible,
.nodispoSearch .ctn_modals .content_destination .elijaDestino .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.valor,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.valor {
  outline: none;
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  height: 38px;
  text-align: left;
  border: none;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 13px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 85%;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.valor::-webkit-input-placeholder,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.valor::-webkit-input-placeholder {
  color: #ffffff;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.valor:-moz-placeholder,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.valor:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.valor::-moz-placeholder,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.valor::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.valor:-ms-input-placeholder,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.valor:-ms-input-placeholder {
  color: #ffffff;
}
.sectionSearch .ctn_modals .content_destination .elijaDestino input.localizacion,
.nodispoSearch .ctn_modals .content_destination .elijaDestino input.localizacion {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 6px -47px;
  width: 33px;
  height: 27px;
  border: none;
  position: relative;
  top: 7px;
}
.sectionSearch .ctn_modals .content_destination ul li,
.nodispoSearch .ctn_modals .content_destination ul li {
  float: left;
  width: 100%;
  position: relative;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map {
  float: left;
  margin-right: 1px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map .block_categorias,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map .block_categorias {
  display: inline-block;
  min-width: 70px;
  position: relative;
  top: 5px;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map .block_categorias ul li,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map .block_categorias ul li {
  display: inline-block;
  width: auto;
}
.sectionSearch .ctn_modals .content_destination ul li .dest_map .block_categorias ul li span i,
.nodispoSearch .ctn_modals .content_destination ul li .dest_map .block_categorias ul li span i {
  font-size: 12px;
}
.sectionSearch .ctn_modals .content_destination ul li .map,
.nodispoSearch .ctn_modals .content_destination ul li .map {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  width: 19%;
  float: right;
  height: 35px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.hotel,
.nodispoSearch .ctn_modals .content_destination ul li .map.hotel {
  background-position: 10px -424px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.cuba,
.nodispoSearch .ctn_modals .content_destination ul li .map.cuba {
  background-position: 5px -281px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.colombia,
.nodispoSearch .ctn_modals .content_destination ul li .map.colombia {
  background-position: 5px -2200px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.spain,
.nodispoSearch .ctn_modals .content_destination ul li .map.spain {
  background-position: 6px -191px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.marruecos,
.nodispoSearch .ctn_modals .content_destination ul li .map.marruecos {
  background-position: 4px -236px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.portugal,
.nodispoSearch .ctn_modals .content_destination ul li .map.portugal {
  background-position: 5px -371px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.repDominicana,
.nodispoSearch .ctn_modals .content_destination ul li .map.repDominicana {
  background-position: 5px -325px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.argentina,
.nodispoSearch .ctn_modals .content_destination ul li .map.argentina {
  background-position: 8px -642px;
}
.sectionSearch .ctn_modals .content_destination ul li .map.mexico,
.nodispoSearch .ctn_modals .content_destination ul li .map.mexico {
  background-position: 8px -2168px;
}
.sectionSearch .ctn_modals .modal_hab_bg,
.nodispoSearch .ctn_modals .modal_hab_bg {
  display: none;
  left: 14%;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 10px 0;
  top: -5px;
  max-width: 240px;
}
.sectionSearch .ctn_modals .modal_hab_bg.double_width,
.nodispoSearch .ctn_modals .modal_hab_bg.double_width {
  max-width: 240px;
  width: 240px;
  padding-bottom: 70px;
}
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button {
  position: absolute;
  bottom: 0;
  float: left;
  padding: 10px;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button button,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button button,
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button a,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button a {
  width: 100%;
  height: 41px;
  position: static;
  bottom: 5px;
  left: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #04ABCE;
  font-size: 0.9em;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button button:active,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button button:active,
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button a:active,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button a:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0px 0px 15px #04abce;
  -webkit-box-shadow: 0px 0px 15px #04abce;
  box-shadow: 0px 0px 15px #04abce;
}
.sectionSearch .ctn_modals .modal_hab_bg .ctn_button .error_btn,
.nodispoSearch .ctn_modals .modal_hab_bg .ctn_button .error_btn {
  height: 42px;
  bottom: 0;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas {
  position: relative;
  padding: 0 10px;
  float: left;
  max-width: 100%;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas.second_content_hab,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas.second_content_hab {
  display: none;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .ctn_HABs,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .ctn_HABs {
  width: 100%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .label,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  padding: 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_numHab,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_numHab {
  width: 100%;
  margin-bottom: 0;
  min-width: 200px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 {
  display: none;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1.active,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1.active {
  display: inline-block;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box {
  position: relative;
  float: left;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1 {
  margin-right: 3px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1,
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 {
  float: left;
  z-index: 1002;
  padding: 0 20px 0 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 85px -675px;
  width: 49%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1 div,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1 div,
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 div,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 div {
  display: table-cell;
  vertical-align: middle;
  width: 75px;
  height: 41px;
  font-weight: bold;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1 div.age,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1 div.age,
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 div.age,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 div.age {
  line-height: 14px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1:hover,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1:hover,
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2:hover,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2:hover {
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul {
  width: 100%;
  float: left;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li {
  float: left;
  margin-left: 1px;
  text-align: center;
  width: 20%;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current[type='button'],
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current[type='button'],
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current {
  background-color: #04ABCE!important;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input:hover,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input:hover {
  background-color: #04ABCE!important;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.inp_first,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.inp_first {
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.inp_last,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.inp_last {
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.numeros[type='button'],
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.numeros[type='button'] {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  height: 41px;
  text-align: left;
  border: none;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: 184px center;
  padding-left: 17px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'],
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'] {
  text-align: left !important;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 15px -594px;
  padding-left: 13px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button']:hover,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button']:hover {
  background-position: 15px -563px;
}
.sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'].current,
.nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'].current {
  background-position: 15px -563px;
}
.sectionSearch .ctn_modals .num_habitaciones,
.nodispoSearch .ctn_modals .num_habitaciones,
.sectionSearch .ctn_modals .num_edades,
.nodispoSearch .ctn_modals .num_edades {
  top: 71px;
  left: 3%;
}
.sectionSearch .ctn_modals .modal_bg_adult_select,
.nodispoSearch .ctn_modals .modal_bg_adult_select {
  top: 71px;
  left: 3%;
}
.sectionSearch .ctn_modals .modal_bg_children_select,
.nodispoSearch .ctn_modals .modal_bg_children_select {
  top: 71px;
  left: 3%;
}
.sectionSearch .ctn_modals .modal_bg_children_select .ctn_button,
.nodispoSearch .ctn_modals .modal_bg_children_select .ctn_button {
  padding: 1px;
  margin-top: 10px;
  position: relative;
}
.sectionSearch .ctn_modals .num_habitaciones,
.nodispoSearch .ctn_modals .num_habitaciones,
.sectionSearch .ctn_modals .num_edades,
.nodispoSearch .ctn_modals .num_edades,
.sectionSearch .ctn_modals .modal_bg_adult_select,
.nodispoSearch .ctn_modals .modal_bg_adult_select,
.sectionSearch .ctn_modals .modal_bg_children_select,
.nodispoSearch .ctn_modals .modal_bg_children_select {
  display: none;
  position: absolute;
  padding: 5px 5px 5px 5px;
  background-color: #404040;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 225px;
}
.sectionSearch .ctn_modals .num_habitaciones:before,
.nodispoSearch .ctn_modals .num_habitaciones:before,
.sectionSearch .ctn_modals .num_edades:before,
.nodispoSearch .ctn_modals .num_edades:before,
.sectionSearch .ctn_modals .modal_bg_adult_select:before,
.nodispoSearch .ctn_modals .modal_bg_adult_select:before,
.sectionSearch .ctn_modals .modal_bg_children_select:before,
.nodispoSearch .ctn_modals .modal_bg_children_select:before {
  content: '';
  height: 10px;
  width: 20px;
  background-image: url(../images/arrowmodal.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 45%;
  top: -10px;
}
.sectionSearch .ctn_modals .num_habitaciones h6,
.nodispoSearch .ctn_modals .num_habitaciones h6,
.sectionSearch .ctn_modals .num_edades h6,
.nodispoSearch .ctn_modals .num_edades h6,
.sectionSearch .ctn_modals .modal_bg_adult_select h6,
.nodispoSearch .ctn_modals .modal_bg_adult_select h6,
.sectionSearch .ctn_modals .modal_bg_children_select h6,
.nodispoSearch .ctn_modals .modal_bg_children_select h6 {
  font-size: 10px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.sectionSearch .ctn_modals .num_habitaciones ul,
.nodispoSearch .ctn_modals .num_habitaciones ul,
.sectionSearch .ctn_modals .num_edades ul,
.nodispoSearch .ctn_modals .num_edades ul,
.sectionSearch .ctn_modals .modal_bg_adult_select ul,
.nodispoSearch .ctn_modals .modal_bg_adult_select ul,
.sectionSearch .ctn_modals .modal_bg_children_select ul,
.nodispoSearch .ctn_modals .modal_bg_children_select ul {
  padding: 0;
}
.sectionSearch .ctn_modals .num_habitaciones ul li,
.nodispoSearch .ctn_modals .num_habitaciones ul li,
.sectionSearch .ctn_modals .num_edades ul li,
.nodispoSearch .ctn_modals .num_edades ul li,
.sectionSearch .ctn_modals .modal_bg_adult_select ul li,
.nodispoSearch .ctn_modals .modal_bg_adult_select ul li,
.sectionSearch .ctn_modals .modal_bg_children_select ul li,
.nodispoSearch .ctn_modals .modal_bg_children_select ul li {
  margin: 0;
  float: left;
}
.sectionSearch .ctn_modals .num_habitaciones ul li input.innerCelda,
.nodispoSearch .ctn_modals .num_habitaciones ul li input.innerCelda,
.sectionSearch .ctn_modals .num_edades ul li input.innerCelda,
.nodispoSearch .ctn_modals .num_edades ul li input.innerCelda,
.sectionSearch .ctn_modals .modal_bg_adult_select ul li input.innerCelda,
.nodispoSearch .ctn_modals .modal_bg_adult_select ul li input.innerCelda,
.sectionSearch .ctn_modals .modal_bg_children_select ul li input.innerCelda,
.nodispoSearch .ctn_modals .modal_bg_children_select ul li input.innerCelda {
  width: 70px;
  height: 41px;
  margin-left: 1px;
  margin-bottom: 1px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border: none;
  background-color: #2A2A2A;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  white-space: normal;
}
.sectionSearch .ctn_modals .num_habitaciones ul li input:hover,
.nodispoSearch .ctn_modals .num_habitaciones ul li input:hover,
.sectionSearch .ctn_modals .num_edades ul li input:hover,
.nodispoSearch .ctn_modals .num_edades ul li input:hover,
.sectionSearch .ctn_modals .modal_bg_adult_select ul li input:hover,
.nodispoSearch .ctn_modals .modal_bg_adult_select ul li input:hover,
.sectionSearch .ctn_modals .modal_bg_children_select ul li input:hover,
.nodispoSearch .ctn_modals .modal_bg_children_select ul li input:hover,
.sectionSearch .ctn_modals .num_habitaciones ul li input.active,
.nodispoSearch .ctn_modals .num_habitaciones ul li input.active,
.sectionSearch .ctn_modals .num_edades ul li input.active,
.nodispoSearch .ctn_modals .num_edades ul li input.active,
.sectionSearch .ctn_modals .modal_bg_adult_select ul li input.active,
.nodispoSearch .ctn_modals .modal_bg_adult_select ul li input.active,
.sectionSearch .ctn_modals .modal_bg_children_select ul li input.active,
.nodispoSearch .ctn_modals .modal_bg_children_select ul li input.active {
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_coin,
.nodispoSearch .ctn_modals .modal_coin {
  display: none;
  left: 14%;
  width: 100%;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  padding: 10px 5px 5px;
  top: 5px;
  height: inherit;
}
.sectionSearch .ctn_modals .modal_coin .content_date .title_search,
.nodispoSearch .ctn_modals .modal_coin .content_date .title_search {
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 2px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}
.sectionSearch .ctn_modals .modal_coin .content_date ul,
.nodispoSearch .ctn_modals .modal_coin .content_date ul {
  cursor: pointer;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_coin .content_date ul li,
.nodispoSearch .ctn_modals .modal_coin .content_date ul li {
  margin-top: 5px;
  float: left;
  width: 100%;
  padding: 7px 14px 8px 11px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sectionSearch .ctn_modals .modal_coin .content_date ul li:hover,
.nodispoSearch .ctn_modals .modal_coin .content_date ul li:hover,
.sectionSearch .ctn_modals .modal_coin .content_date ul li.current,
.nodispoSearch .ctn_modals .modal_coin .content_date ul li.current {
  color: #FFF;
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown {
  background-color: rgba(255, 255, 255, 0.25);
  float: left;
  margin-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 0;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown a,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: block;
  height: 41px;
  position: relative;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown a span,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown a span {
  position: absolute;
  top: 10px;
  right: 15px;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown ul,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown ul {
  width: 100%;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown ul li,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown ul li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
}
.sectionSearch .ctn_modals .modal_coin .content_date .dropdown ul li span,
.nodispoSearch .ctn_modals .modal_coin .content_date .dropdown ul li span {
  padding: 0 10px;
}
.sectionSearch .ctn_modals .modal_bg_date_in,
.nodispoSearch .ctn_modals .modal_bg_date_in,
.sectionSearch .ctn_modals .modal_bg_date_out,
.nodispoSearch .ctn_modals .modal_bg_date_out {
  display: none;
  left: 12%;
  width: 100%;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  padding: 5px;
  top: -5px;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .title_search,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .title_search {
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker {
  margin-top: 10px;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: rgba(255, 255, 255, 0.6);
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 10px -734px;
  font-size: 10px;
  display: block;
  height: 37px;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  float: left;
  text-align: right;
  padding: 11px 10px 0 0;
  text-transform: uppercase;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: rgba(255, 255, 255, 0.6);
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 42px -704px;
  font-size: 10px;
  display: block;
  height: 37px;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  float: right;
  text-align: left;
  padding: 11px 0 0 10px;
  text-transform: uppercase;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-color: #04ABCE;
  cursor: default;
  -moz-box-shadow: 0 0 15px #04abce;
  -webkit-box-shadow: 0 0 15px #04abce;
  box-shadow: 0 0 15px #04abce;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  cursor: default;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  vertical-align: middle;
  line-height: 13px;
  text-transform: uppercase;
  padding-top: 9px;
  font-weight: bold;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-weight: bold;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar {
  margin-top: 20px;
  width: 100%;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th {
  text-align: center;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th span,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th span,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th span,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar thead tr th span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td {
  font-weight: bold;
  text-align: center;
  width: 32px;
  padding: 0 1px 1px 0;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  display: table-cell;
  width: 32px;
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  font-weight: bold;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover {
  background-color: #04ABCE;
}
.sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span,
.nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span,
.sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span,
.nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
  color: #f4f4f4;
  color: rgba(255, 255, 255, 0.4);
  display: table-cell;
  width: 32px;
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  text-align: center;
  line-height: 34px;
  height: 34px;
}
.pref .form_container > .content {
  display: none !important;
}
.pref .form_container > .content.active {
  display: block !important;
}
.tab-pref-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #3D3D3D;
}
.tab-pref-wrap .container {
  position: relative;
}
.tab-pref-wrap .container .tab-pref-search {
  padding-right: 33%;
  padding-top: 15px;
}
.tab-pref-wrap .container .group-link {
  display: table;
  left: auto;
  right: 15px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 30%;
}
.tab-pref-wrap .container .group-link > * {
  color: #3d3d3d;
  display: table-cell;
  height: 42px;
  line-height: 17px;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  white-space: normal;
}
.tab-pref-wrap .container .group-link .tab-text span {
  text-transform: uppercase;
}
.tab-pref-wrap .container .group-link:hover {
  color: #3d3d3d;
}
.tab-pref-search {
  padding: 0 5px;
}
.tab-pref-search .tab-link {
  display: inline-block;
}
.tab-pref-search .tab-link.active .btn {
  background-color: #2A2A2A;
  color: #ffffff;
}
.tab-pref-search .tab-link.active .btn:hover,
.tab-pref-search .tab-link.active .btn:active,
.tab-pref-search .tab-link.active .btn:focus,
.tab-pref-search .tab-link.active .btn:visited {
  cursor: default;
  text-decoration: none;
  background-color: #2A2A2A;
}
.tab-pref-search .tab-link .btn {
  padding: 0 10px;
  color: #ffffff;
  min-width: 37px;
  height: 27px;
  font-size: 14px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-left-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-left-radius: 0;
  -o-border-bottom-right-radius: 0;
  text-align: center;
  background-color: #494949;
}
.tab-pref-search .tab-link .btn:hover,
.tab-pref-search .tab-link .btn:active,
.tab-pref-search .tab-link .btn:focus,
.tab-pref-search .tab-link .btn:visited {
  text-decoration: none;
  background-color: #3a3a3a;
  color: #eee;
}
.tab-pref-search .tab-link i {
  padding-top: 7px;
}
.tab-pref-search .tab-link span {
  margin-left: 7px;
}
.tab-pref-search .tab-link span:hover {
  text-decoration: none;
}
.tab-pref-search .tab-link span strong {
  text-transform: uppercase;
}
.tab-pref-search .link {
  margin-bottom: 10px;
  text-align: center;
}
.tab-pref-search .link .link-groups {
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.tab-pref-search .link .link-groups:hover {
  text-decoration: underline;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
  background: #ff0000 url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* scroll results */
.ui-autocomplete {
  background-color: #fff;
  position: absolute;
  z-index: 2000 !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 229px;
  overflow-x: hidden;
  max-height: 225px;
  overflow-y: auto;
}
.ui-autocomplete li {
  cursor: pointer;
  font-size: 13px;
  margin: 0 3px 5px;
  padding: 2px 15px;
  width: 97% !important;
}
.ui-autocomplete li:hover {
  background-color: #D1D2D0;
  font-weight: 400;
}
.ui-autocomplete li.ui-autocomplete-title.ui-menu-item {
  cursor: default;
  margin: 7px 3px 0 3px;
  padding-left: 3px;
  font-weight: bold;
}
.ui-autocomplete li.ui-autocomplete-title.ui-menu-item:hover {
  background-color: #fff;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.nodispoSearch .ctn_nodispo {
  padding: 0;
}
.nodispoSearch .ctn_nodispo .form_container {
  background-color: #666;
  margin-bottom: 0;
}
.nodispoSearch .ctn_nodispo .form_container .content {
  min-height: 195px;
  position: relative;
  overflow: hidden;
}
.nodispoSearch .ctn_nodispo .form_container .content .back_bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  width: 100%;
}
.nodispoSearch .ctn_nodispo .form_container .content .back_bg.bg_dark {
  opacity: 0;
}
.nodispoSearch .ctn_nodispo .form_container .content form {
  position: relative;
}
.nodispoSearch .ctn_nodispo .form_container .content .cont_option {
  text-align: left;
}
.nodispoSearch .ctn_nodispo .form_container .content .text_aviable {
  display: block;
  float: left;
  padding: 10px;
  width: 100%;
}
.nodispoSearch .ctn_nodispo .form_container .content .text_aviable p {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.nodispoSearch .ctn_nodispo .form_container .content .date {
  float: left;
  width: 100%;
}
.nodispoSearch .ctn_nodispo .form_container .content .date .standar-style {
  text-align: left;
}
.nodispoSearch .ctn_nodispo .form_container .content button.buscar,
.nodispoSearch .ctn_nodispo .form_container .content .buscar {
  position: relative;
  bottom: 0;
  width: 100%;
  float: left;
  margin-top: 6px;
}
.nodispoSearch .ctn_modals {
  position: absolute;
  top: 0;
}
.nodispoSearch .ctn_modals .cModal {
  position: relative;
}
.markDate {
  cursor: pointer;
}
.markDate .priceTooltip {
  display: none!important;
  position: absolute!important;
  left: 5px!important;
  background-color: #990000 !important;
  color: #ffffff !important;
  width: 232px!important;
  text-align: left!important;
  font-size: 12px!important;
  font-weight: bold!important;
  min-height: 35px;
  line-height: normal!important;
  padding: 3px 5px!important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  z-index: 10;
}
.markDate .priceTooltip span {
  content: '';
  position: absolute;
  bottom: -16px;
  height: 17px;
  background-image: url(../images/arrowTooltipCalendar.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.markDate .priceTooltip.active {
  display: block!important;
}
.ui-datepicker-year-hide {
  display: none !important;
}
.ui-datepicker-title {
  height: 26px;
}
.ui-tooltip,
.arrowtooltip:after {
  background-color: #8C221B;
  color: #FFF;
  border: none;
  width: 225px;
}
/* .disable_day, .disable_day .arrowtooltip:after{ background-color: #8C221B; color: white; } */
.ui-tooltip {
  padding: 10px 10px;
  border-radius: 3px;
  font: bold 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
  position: absolute;
}
.arrowtooltip {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrowtooltip.top {
  top: -16px;
  bottom: auto;
}
.arrowtooltip.left {
  left: 20%;
}
.arrowtooltip:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrowtooltip.top:after {
  bottom: -21px;
  top: auto;
}
.hasDatepicker .ui-datepicker-calendar span,
.hasDatepicker span.ui-state-default {
  cursor: default;
}
.ui-tooltip.ui-widget.ui-widget-content {
  z-index: 9999;
}
.dayPreSelected span,
.dayPreSelected a {
  background: #04abce !important;
  color: #fff !important;
  font-weight: bold !important;
}
.cont_date_in .change_option label,
.cont_date_out .change_option label {
  text-transform: lowercase;
}
.ui-state-focus {
  font-weight: bold !important;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .overlay {
    display: none;
  }
  .overlay.hide-over {
    opacity: 0;
    display: none;
  }
  .sectionSearch .form_container .content h2 {
    font-size: 10px;
  }
  .sectionSearch .form_container .content .standar-style {
    font-size: 13px;
    height: 42px;
    line-height: 28px;
  }
  .sectionSearch .form_container .content .cont_option {
    font-size: 13px;
    height: 42px;
    line-height: 42px;
  }
  .sectionSearch .form_container .content .cont_option .change_option {
    font-size: 13px;
    top: 10px;
  }
  .sectionSearch .form_container .content .cont_option .change_option .delete_option {
    background-position: -3px -499px;
  }
  .sectionSearch .form_container .content button.buscar,
  .sectionSearch .form_container .content .buscar {
    width: 98.5%;
  }
  .sectionSearch .form_container .content .promo {
    margin-top: 12px;
    bottom: 50px;
    height: 42px;
    clear: both;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput a {
    top: 6px;
    padding: 7px 8px;
    right: 5px;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput input {
    font-size: 13px;
    height: 42px;
  }
  .sectionSearch .form_container .content .cont_error > div {
    height: 42px;
    background-position: 100% -528px;
  }
  .sectionSearch .form_container .content .city .cont_city_select .cont_option {
    background-position: 10px 2px;
  }
  .sectionSearch .form_container .content .city .cont_city {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city {
    background-position: 99.5% 2px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city:hover {
    background-position: 99.5% -39px;
  }
  .sectionSearch .form_container .content .date {
    min-height: 95px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers {
    background-position: 99% -80px;
  }
  .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
    background-position: 98% -131px;
  }
  .sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
    background-position: 98% -131px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest.double_width {
    max-width: 460px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest.double_width .content_destination ul li {
    margin-right: 1%;
    width: 49.5%;
  }
  .sectionSearch .ctn_modals .modal_bg_dest.double_width .content_destination ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sectionSearch .ctn_modals .content_destination ul li {
    margin-right: 1%;
    width: 100%;
  }
  .sectionSearch .ctn_modals .content_destination ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sectionSearch .ctn_modals .modal_hab_bg {
    left: 27%;
  }
  .sectionSearch .ctn_modals .modal_hab_bg.double_width {
    max-width: 460px;
    width: 460px;
  }
  .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas {
    max-width: 228px;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in,
  .sectionSearch .ctn_modals .modal_bg_date_out {
    left: 27%;
  }
  /* scroll results */
  .ui-autocomplete {
    max-height: 225px;
  }
  .sectionSearch .form_container .content .promo .promo_codg .codigo_pormocional {
    float: left;
    width: 100%;
  }
  .sectionSearch .form_container .content .cont_coin {
    float: left;
    width: 100%;
  }
  .sectionSearch .form_container .content .cont_coin.dispo {
    width: 49%;
  }
  .sectionSearch .form_container .content .date .cont_date_in {
    width: 49%;
    margin: 1% 1% 1% 0;
    float: left;
  }
  .sectionSearch .form_container .content .date .cont_date_in.dispo {
    width: 49%;
    float: left;
    margin: 0 0 6px 0;
  }
  .sectionSearch .form_container .content .date .cont_date_out {
    width: 50%;
    margin: 1% 0 1% 0;
    float: left;
  }
  .sectionSearch .form_container .content .date .cont_date_out.dispo {
    width: 49%;
    float: right;
    margin: 0 0 6px 0;
  }
  .sectionSearch .form_container .content .date .cont_coin .coin_open .coin,
  .nodispoSearch .form_container .content .date .cont_coin .coin_open .coin {
    background-position: 99.5% -1277px;
  }
  .sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option,
  .nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option {
    font-size: 13px;
    background-position: 99.5% -1277px;
  }
  .sectionSearch .form_container .content.promoOn .promo_txt,
  .nodispoSearch .form_container .content.promoOn .promo_txt {
    bottom: 110px;
  }
  .sectionSearch .form_container .content.promoOn .promo,
  .nodispoSearch .form_container .content.promoOn .promo {
    bottom: 55px !important;
  }
  .sectionSearch .form_container .content.promoOn .promo .promo_codg_intput input,
  .nodispoSearch .form_container .content.promoOn .promo .promo_codg_intput input {
    height: 42px !important;
  }
  .sectionSearch .form_container .content.promoOn i,
  .nodispoSearch .form_container .content.promoOn i {
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sectionSearch .form_container .content.promoOn p,
  .nodispoSearch .form_container .content.promoOn p {
    text-align: center;
  }
  .sectionSearch .form_container .content .promo .cont_option {
    float: left;
  }
  .ctn_modals .cModal .close-modal {
    display: none;
  }
  .nodispoSearch .ctn_nodispo {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .nodispoSearch .ctn_nodispo .form_container .content {
    min-height: 366px;
  }
  .nodispoSearch .ctn_nodispo .form_container .content form {
    position: relative;
    min-height: 280px;
  }
  .nodispoSearch .ctn_nodispo .form_container .content form .date {
    position: absolute;
    bottom: -34px;
  }
  .nodispoSearch .ctn_nodispo .form_container .content button.buscar,
  .nodispoSearch .ctn_nodispo .form_container .content .buscar {
    position: absolute;
    bottom: -77px;
  }
  .nodispoSearch .ctn_modals .cModal {
    top: 0;
    left: 50%;
    min-height: 376px;
  }
  .tab-pref-search .link {
    float: right;
    color: rgba(0, 0, 0, 0.7);
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .overlay {
    z-index: 4;
  }
  .overlay.hide-over {
    opacity: 0;
  }
  .vid .general_container_search.folding {
    top: -60px;
  }
  .vid .sectionSearch .form_container {
    margin: 10px 0 29px 0;
  }
  .vid .controls-carousel {
    top: 8px;
  }
  .general_container_search {
    height: 400px;
  }
  .general_container_search.folding {
    display: none;
  }
  .general_container_search.folding .form_container .content {
    min-height: 273px;
  }
  .general_container_search.folding .form_container .content h2.title_search {
    cursor: pointer;
  }
  .general_container_search.folding .form_container .content h2.title_search::before {
    content: '';
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: 22px -1630px;
    height: 25px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .general_container_search.folding.active {
    display: block;
  }
  .positionElemnt {
    position: absolute;
    top: 0;
    height: 400px;
    width: 100%;
  }
  .sectionSearch {
    position: relative;
    width: 970px;
    top: 0;
    margin: 0 auto;
    height: 400px;
  }
  .sectionSearch .form_container {
    position: absolute;
    bottom: 0;
    max-width: 230px;
  }
  .sectionSearch .form_container.dispo {
    position: relative;
    top: 47px;
  }
  .sectionSearch .form_container .content {
    min-height: 285px;
  }
  .sectionSearch .form_container .content.off {
    background-color: #2A2A2A;
  }
  .sectionSearch .form_container .content.dispo {
    background-color: white;
  }
  .sectionSearch .form_container .content .standar-style {
    line-height: 22px;
    font-size: 11px;
    height: 35px;
  }
  .sectionSearch .form_container .content button.buscar,
  .sectionSearch .form_container .content .buscar {
    width: 95%;
  }
  .sectionSearch .form_container .content .cont_error > div {
    height: 35px;
    background-position: 109% -531px;
  }
  .sectionSearch .form_container .content .promo {
    margin-top: 25px;
    float: left;
    width: 95%;
    position: absolute;
    bottom: 49px;
    line-height: 27px;
  }
  .sectionSearch .form_container .content .promo .promo_codg .codigo_promocional {
    height: 35px;
  }
  .sectionSearch .form_container .content .city {
    margin-bottom: 0.5em;
  }
  .sectionSearch .form_container .content .city .cont_city_select .cont_option {
    background-position: 10px -1px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city {
    background-position: 108% -2px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city:hover {
    background-position: 108% -42px;
  }
  .sectionSearch .form_container .content .cont_option {
    font-size: 11px;
    height: 35px;
    line-height: 35px;
  }
  .sectionSearch .form_container .content .cont_option .change_option {
    top: 8px;
    font-size: 10px;
  }
  .sectionSearch .form_container .content .cont_option .change_option .delete_option {
    background-position: -3px -500px;
  }
  .sectionSearch .form_container .content .cont_option .change_option.smaller_md {
    top: 2px;
    font-size: 9px;
    max-width: 130px;
  }
  .sectionSearch .form_container .content .cont_option .change_option.smaller_md .delete_option {
    background-position: -3px -495px;
  }
  .sectionSearch .form_container .content .promo {
    margin-top: 6px;
    bottom: 43px;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput a {
    top: 3px;
    padding: 1px 8px;
    right: 3px;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput input {
    font-size: 12px;
    height: 35px;
  }
  .sectionSearch .form_container .content .cont_error > div {
    height: 35px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers {
    background-position: 105% -84px;
  }
  .sectionSearch .form_container .content .date .cont_coin .coin_open .coin {
    background-position: 108% -1280px;
  }
  .sectionSearch .form_container .content .date .cont_date_out {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .date .cont_date_in {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .date .cont_date_in .date_in_open .click_date {
    height: 35px;
  }
  .sectionSearch .ctn_modals {
    position: absolute;
    top: 105px;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_1 {
    left: 117px;
    top: -18px;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2 {
    background-color: #2A2A2A;
    left: 400px;
    top: -5px;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2:before {
    display: none;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2.simple_position {
    left: 318px;
    top: -18px;
    height: 300px;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 {
    background-color: #2A2A2A;
    left: 620px;
    top: -5px;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3:before {
    display: none;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3.simple_position {
    left: 520px;
    top: -18px;
    height: 300px;
  }
  .sectionSearch .ctn_modals .modal_hab_bg {
    left: 150px;
    min-width: 240px;
    top: 6px;
  }
  .sectionSearch .ctn_modals .modal_hab_bg.double_width {
    max-width: 460px;
    width: 460px;
    padding-bottom: 0;
  }
  .sectionSearch .ctn_modals .modal_hab_bg .num_habitaciones,
  .sectionSearch .ctn_modals .modal_hab_bg .num_edades {
    top: 71px;
    left: 51px;
  }
  .sectionSearch .ctn_modals .modal_hab_bg .modal_bg_adult_select {
    top: 50px;
    left: 220px;
  }
  .sectionSearch .ctn_modals .modal_hab_bg .modal_bg_children_select {
    top: 250px;
    left: 100px;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in,
  .sectionSearch .ctn_modals .modal_bg_date_out {
    left: 150px;
  }
  /* scroll results */
  .ui-autocomplete {
    max-height: 225px;
  }
  .sectionSearch .form_container .content .date .cont_date_in {
    width: 100%;
    margin: 1px 0 0 0;
  }
  .sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
    background-position: 106% -135px;
  }
  .sectionSearch .form_container .content .date .cont_date_out {
    width: 100%;
    margin: 1px 0 0 0;
  }
  .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
    background-position: 106% -135px;
  }
  .sectionSearch .form_container .content .cont_coin {
    margin: 1% 0 0 0;
  }
  .sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option,
  .nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option {
    font-size: 11px;
    background-position: 108% -1280px;
  }
  .sectionSearch .form_container .content.promoOn,
  .nodispoSearch .form_container .content.promoOn,
  .sectionSearch .form_container .content.promoOff,
  .nodispoSearch .form_container .content.promoOff {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sectionSearch .form_container .content.promoOn .promo_txt,
  .nodispoSearch .form_container .content.promoOn .promo_txt {
    bottom: 86px;
  }
  .sectionSearch .form_container .content.promoOn .promo,
  .nodispoSearch .form_container .content.promoOn .promo {
    bottom: 43px !important;
  }
  .sectionSearch .form_container .content.promoOn .promo .promo_codg_intput input,
  .nodispoSearch .form_container .content.promoOn .promo .promo_codg_intput input {
    height: 36px !important;
  }
  .sectionSearch .form_container .content.promoOn i,
  .nodispoSearch .form_container .content.promoOn i {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .sectionSearch .form_container .content.promoOn p,
  .nodispoSearch .form_container .content.promoOn p {
    padding-left: 8px;
    text-align: left;
    font-size: 13px;
  }
  .sectionSearch .tab-pref-search .tab-text,
  .nodispoSearch .tab-pref-search .tab-text {
    display: none;
  }
  .sectionSearch .tab-pref-search .link,
  .nodispoSearch .tab-pref-search .link {
    float: right;
    display: none;
    color: rgba(0, 0, 0, 0.7);
  }
  .sectionSearch .tab-pref-search .tab-link .btn,
  .nodispoSearch .tab-pref-search .tab-link .btn {
    color: #ffffff;
  }
  .vid .sectionSearch .ctn_modals,
  .vid .nodispoSearch .ctn_modals {
    top: 86px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  /* scroll results */
  .ui-autocomplete {
    max-height: 260px;
  }
  .general_container_search {
    height: 477px;
  }
  .positionElemnt {
    height: 477px;
  }
  .sectionSearch {
    width: 1170px;
    height: 477px;
  }
  .sectionSearch .form_container {
    padding-right: 0;
  }
  .sectionSearch .form_container .content {
    min-height: 327px !important;
  }
  .sectionSearch .form_container .content.off {
    background-color: #2A2A2A;
  }
  .sectionSearch .form_container .content h2 {
    font-size: 12px;
  }
  .sectionSearch .form_container .content .standar-style {
    font-size: 13px;
    height: 42px;
    line-height: 28px;
  }
  .sectionSearch .form_container .content .cont_option {
    font-size: 14px;
    height: 42px;
    line-height: 41px;
  }
  .sectionSearch .form_container .content .cont_option .change_option {
    top: 11px;
    font-size: 11px;
  }
  .sectionSearch .form_container .content .cont_option .change_option .delete_option {
    background-position: -3px -500px;
  }
  .sectionSearch .form_container .content .cont_option .change_option.smaller_lg {
    top: 5px;
    width: 130px;
    font-size: 9px;
  }
  .sectionSearch .form_container .content .cont_option .change_option.smaller_lg .delete_option {
    background-position: -3px -496px;
    top: 7px;
  }
  .sectionSearch .form_container .content .promo {
    margin-top: 6px;
    bottom: 50px;
    height: 42px;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput a {
    top: 7px;
    right: 7px;
    padding: 1px 8px;
  }
  .sectionSearch .form_container .content .promo .promo_codg_intput input {
    font-size: 12px;
    height: 42px;
  }
  .sectionSearch .form_container .content .cont_error > div {
    height: 42px;
    background-position: 108% -528px;
  }
  .sectionSearch .form_container .content .city .cont_city_select .cont_option {
    background-position: 10px 2px;
  }
  .sectionSearch .form_container .content .city .cont_city {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city {
    background-position: 108% 2px;
  }
  .sectionSearch .form_container .content .city .cont_city .click_city:hover {
    background-position: 108% -39px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers {
    line-height: 27px;
  }
  .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers {
    background-position: 105% -80px;
  }
  .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
    background-position: 106% -131px;
  }
  .sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
    background-position: 106% -131px;
  }
  .sectionSearch .ctn_modals .cModal {
    min-height: 335px;
    top: 31px!important;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a,
  .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a {
    height: 35px;
    line-height: 35px;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span,
  .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
    height: 35px;
    line-height: 35px;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
  .sectionSearch .ctn_modals .sectionSearch .ctn_modals .modal_bg_date_out .content_date .title_search {
    margin: 5px 0;
  }
  .sectionSearch .vid .sectionSearch .ctn_modals .cModal {
    min-height: 335px;
    top: 12px!important;
  }
  .vid .controls-carousel {
    top: 15px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .dest_map,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .dest_map,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .dest_map,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .dest_map {
    height: 42px;
    padding-top: 11px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .cuba,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .cuba,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .cuba,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .cuba {
    background-position: 5px -277px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .spain,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .spain,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .spain,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .spain {
    background-position: 6px -187px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .marruecos,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .marruecos,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .marruecos,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .marruecos {
    background-position: 4px -233px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .portugal,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .portugal,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .portugal,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .portugal {
    background-position: 5px -368px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .repDominicana,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .repDominicana,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .repDominicana,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .repDominicana {
    background-position: 5px -322px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .map,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .map,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .map,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .map {
    height: 42px;
    padding-top: 11px;
  }
  .sectionSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .map.hotel,
  .nodispoSearch .ctn_modals .modal_bg_dest_1 .content_destination ul li .map.hotel,
  .sectionSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .map.hotel,
  .nodispoSearch .ctn_modals .modal_bg_dest_2 .content_destination ul li .map.hotel {
    background-position: 10px -420px;
  }
  .sectionSearch .form_container .content.promoOn .promo_txt,
  .nodispoSearch .form_container .content.promoOn .promo_txt {
    bottom: 96px;
  }
  .sectionSearch .form_container .content.promoOn .promo,
  .nodispoSearch .form_container .content.promoOn .promo {
    bottom: 50px !important;
  }
  .sectionSearch .form_container .content.promoOn .promo .promo_codg_intput input,
  .nodispoSearch .form_container .content.promoOn .promo .promo_codg_intput input {
    height: 42px !important;
  }
  .sectionSearch .form_container .content.promoOn i,
  .nodispoSearch .form_container .content.promoOn i {
    font-size: 55px;
    margin-bottom: 25px;
  }
  .sectionSearch .form_container .content.promoOn p,
  .nodispoSearch .form_container .content.promoOn p {
    padding-left: 8px;
    font-size: 14px;
  }
  .sectionSearch .form_container .content .date .cont_coin .coin_select .cont_option,
  .nodispoSearch .form_container .content .date .cont_coin .coin_select .cont_option {
    font-size: 13px;
    background-position: 108% -1277px;
  }
}
@media (max-width: 767px) {
  .tab-pref-search {
    /*    .link + .tab-link{
      .btn{
        .rounded-custom(5px,5px,0,0);
      }
    }*/
  }
  .tab-pref-search .tab-link {
    width: 100%;
  }
  .tab-pref-search .tab-link:first-child .btn {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-left-radius: 0;
    -o-border-bottom-right-radius: 0;
  }
  .tab-pref-search .tab-link .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.slider-theme .owl-controls {
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
}
.owl-carousel.slider-theme .owl-controls .owl-nav > * {
  position: absolute;
  top: 0;
  width: 65px;
  height: 65px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.8);
}
.owl-carousel.slider-theme .owl-controls .owl-nav > *:hover {
  color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.slider-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.slider-theme .owl-controls .owl-nav .owl-prev .prev-icon:before {
  font-family: 'FontAwesome';
  content: '\f053';
  font-size: 27px;
  padding: 25px;
  line-height: 69px;
}
.owl-carousel.slider-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.slider-theme .owl-controls .owl-nav .owl-next .next-icon:before {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 27px;
  padding: 25px;
  line-height: 69px;
}
.owl-carousel.logo-theme {
  position: relative;
  width: 90%;
  margin-left: 5%;
}
.owl-carousel.logo-theme .item {
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel.logo-theme .item a {
  display: block;
  padding: 15px;
  width: auto;
}
.owl-carousel.logo-theme .item a img {
  width: 60%;
  margin: 0 auto;
}
.owl-carousel.logo-theme .item .box-restaurant {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.owl-carousel.logo-theme .item .box-restaurant h5 {
  margin-bottom: 0;
  color: #fff;
}
.owl-carousel.logo-theme .item .box-restaurant p {
  color: #f0f0f0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.owl-carousel.logo-theme .owl-prev,
.owl-carousel.logo-theme .owl-next {
  position: absolute;
  width: 20px;
  height: 60px;
  top: 50%;
  font-size: 0;
  margin-top: -30px;
}
.owl-carousel.logo-theme .owl-prev {
  left: -35px;
  background-image: url('../images/arrows-slider.png');
  background-repeat: no-repeat;
  background-position: -4px -507px;
}
.owl-carousel.logo-theme .owl-next {
  right: -35px;
  background-image: url('../images/arrows-slider.png');
  background-repeat: no-repeat;
  background-position: -30px -507px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.banner-theme .owl-prev,
.banner-theme .owl-next {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  font-size: 0;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.banner-theme .owl-prev:before,
.banner-theme .owl-next:before {
  font-family: FontAwesome;
  font-size: 27px;
  line-height: 24px;
  display: block;
  color: #f0f0f0;
  color: rgba(255, 255, 255, 0.7);
}
.banner-theme .owl-prev:hover,
.banner-theme .owl-next:hover {
  background-color: #333;
}
.banner-theme .owl-prev {
  left: 0;
}
.banner-theme .owl-prev:before {
  content: '\f053';
}
.banner-theme .owl-next {
  right: 0;
  text-align: right;
}
.banner-theme .owl-next:before {
  content: '\f054';
}
.logo-theme .item {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.logo-theme .item a {
  display: block;
  padding: 15px;
  width: auto;
}
.logo-theme .item a img {
  width: 60%;
  margin: 0 auto;
}
.logo-theme .owl-prev,
.logo-theme .owl-next {
  position: absolute;
  width: 20px;
  height: 60px;
  top: 50%;
  font-size: 0;
  margin-top: -30px;
}
.logo-theme .owl-prev {
  left: -35px;
  background-image: url('../../images/arrows-slider.png');
  background-repeat: no-repeat;
  background-position: -4px -507px;
}
.logo-theme .owl-next {
  right: -35px;
  background-image: url('../../images/arrows-slider.png');
  background-repeat: no-repeat;
  background-position: -30px -507px;
}
/************* Fix old mobile -319px *************/
/************* mobile -768px *************/
/************* 768px a 992px ********************************************************************/
/************* 992px a 1220px *******************************************************/
@media (min-width: 992px) {
  /* Slider */
  /* LOGOS SLIDER */
  .logo-theme .owl-stage-outer {
    height: inherit !important;
  }
  .logo-theme .owl-stage-outer.item {
    height: auto;
  }
  .logo-theme.owl-carousel .owl-item {
    height: inherit;
  }
  /* BANNER SUP */
  .banner-theme .owl-stage-outer {
    max-height: 560px;
  }
  .banner-theme .owl-stage-outer .item {
    height: 560px;
    position: relative;
  }
  .banner-theme .owl-stage-outer .item img {
    min-height: 100%;
  }
  .banner-theme .owl-prev,
  .banner-theme .owl-next {
    position: absolute;
    width: 90px;
    top: 0;
    height: 100%;
    background-color: inherit;
  }
  .banner-theme .owl-prev:before,
  .banner-theme .owl-next:before {
    content: normal;
  }
  .banner-theme .owl-prev {
    left: 0;
  }
  .banner-theme .owl-prev:hover {
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  }
  .banner-theme .owl-prev > div {
    background-image: url('../../images/arrows-slider.png');
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: 80%;
    height: 216px;
    margin-top: -108px;
    position: absolute;
    top: 50%;
    width: 60px;
  }
  .banner-theme .owl-next {
    right: 0;
  }
  .banner-theme .owl-next:hover {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  }
  .banner-theme .owl-next > div {
    background-image: url('../../images/arrows-slider.png');
    background-repeat: no-repeat;
    background-position: 0 -218px;
    background-size: 80%;
    height: 216px;
    margin-top: -108px;
    position: absolute;
    top: 50%;
    width: 60px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .banner-theme .owl-stage-outer {
    max-height: auto;
  }
  .banner-theme .owl-stage-outer .item {
    max-height: 700px;
  }
  .owl-carousel.banner-theme .owl-item {
    height: 651px;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  /*    width: 220px \0;*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  color: #04abce;
  font-weight: 700;
  height: 42px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .btn-default:hover {
  background-color: #ffffff;
  color: #00acce;
}
.bootstrap-select.btn-group .dropdown-menu > li > a:hover,
.bootstrap-select.btn-group.dropdown-menu > li > a:focus {
  background-color: #00acce;
  color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.groups .ctn_group .container_data .container_line .container_input.country_form .process,
.groups .ctn_group .container_data .container_line .container_input.year_form .process,
.groups .ctn_group .container_data .container_line .container_input.month_form .process,
.groups .ctn_group .container_data .container_line .container_input.day_form .process,
.groups .ctn_group .container_data .container_line .container_input.destination_form .process {
  width: 100%;
}
.formv1.bootstrap-select {
  width: 100%;
}
.formv1.bootstrap-select > .dropdown-toggle {
  margin-top: 0;
}
.formv1.bootstrap-select.btn-group .btn-default {
  background-color: #f1f2f0 !important;
  border: none;
}
.formv1.bootstrap-select input {
  height: 20px !important;
  font-size: 12px !important;
  padding: 2px 12px !important;
  margin-bottom: 10px !important;
}
.formv1.bootstrap-select input:active,
.formv1.bootstrap-select input.hover,
.formv1.bootstrap-select input:focus {
  box-shadow: none !important;
}
.formv1.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.formv1.bootstrap-select.btn-group .btn-default {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
.formv1.bootstrap-select.btn-group .btn-default:hover {
  color: #000000;
}
.formv1 .dropdown-menu.open .dropdown-menu.inner {
  max-height: 250px !important;
}
.formv1.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/*! =======================================================
                      VERSION  9.1.3
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider-price-max {
  float: right;
}
.slider-min-max {
  margin-bottom: 0;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #00acce;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #04abce 0%, #149bdf 100%);
  background-image: -o-linear-gradient(top, #04abce 0%, #149bdf 100%);
  background-image: linear-gradient(to bottom, #04abce 0%, #149bdf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff04abce', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.price-exchange.theme-v2 {
  position: relative;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.6) !important;
  text-align: right;
}
.price-exchange.theme-v2 > .btn {
  padding: 7px;
  max-width: inherit;
}
.price-exchange.theme-v2 .btn {
  background-color: #dcdcdc;
  width: 100%;
  font-weight: 700;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
}
.price-exchange.theme-v2 .tab-title {
  padding-right: 32px;
  font-size: 1em;
}
.price-exchange.theme-v2 .exchange-name {
  display: inline-table;
}
.price-exchange.theme-v2.active > .btn {
  color: #00acce;
}
.price-exchange.theme-v2.active .exchange-modal {
  display: block;
}
.price-exchange.theme-v2 .exchange-modal {
  background-color: #dcdcdc;
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 0;
  -ms-border-bottom-left-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 0;
  -o-border-bottom-left-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  top: 25px;
  text-align: left;
  width: 100%;
  z-index: 21;
}
.price-exchange.theme-v2 .exchange-modal .empty {
  padding-bottom: 15px;
}
.price-exchange.theme-v2 .exchange-modal .empty > * {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
.price-exchange.theme-v2 .exchange-modal .empty > span {
  width: 60px;
  min-width: 65px;
  font-size: 1.1em;
}
.price-exchange.theme-v2 .exchange-modal .btn-close {
  color: rgba(0, 0, 0, 0.6);
}
/************* 768px a 991px *******************************************************/
@media (min-width: 768px) {
  .price-exchange {
    font-size: .8em;
  }
  .price-exchange > .btn.btn-xs {
    font-size: 11px;
    padding: 3px 10px;
    width: auto;
  }
  .price-exchange.active {
    font-size: .9em;
  }
  .price-exchange.active > .btn.btn-xs {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-left-radius: 0;
    -o-border-bottom-right-radius: 0;
    font-size: 13px;
  }
  .price-exchange .exchange-modal {
    top: 23px;
    right: 0;
    max-width: 350px;
    -moz-box-shadow: -2px 4px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 4px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 4px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 0;
    -ms-border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 0;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
  }
  .price-exchange .exchange-modal .empty i {
    font-size: 1.3em;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  width: 100% !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td {
  line-height: 40px !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td .btn span {
  width: 30px;
  color: #00acce;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td a:hover {
  color: #000000;
}
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute {
  color: #00acce !important;
}
.bootstrap-datetimepicker-widget .groups button,
.bootstrap-datetimepicker-widget .doubleRoom button {
  width: auto !important;
}
.bootstrap-datetimepicker-widget .btn {
  margin-top: 0;
}
.bootstrap-datetimepicker-widget .btn-primary {
  width: auto !important;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  height: auto !important;
}
.bootstrap-datetimepicker-widget .table-condensed tr > th,
.bootstrap-datetimepicker-widget .table-condensed tr > th,
.bootstrap-datetimepicker-widget .table-condensed tr > th,
.bootstrap-datetimepicker-widget .table-condensed tr > td,
.bootstrap-datetimepicker-widget .table-condensed tr > td,
.bootstrap-datetimepicker-widget .table-condensed tr > td {
  padding: 0;
}
.bootstrap-datetimepicker-widget .headTitle .hr {
  padding: 0;
  text-align: left;
}
.bootstrap-datetimepicker-widget .headTitle .min {
  padding: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: inherit;
  height: auto;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 5px;
}
.bootstrap-datetimepicker-widget .headTitle td span:hover {
  background: none;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*Fuentes FlexContainer*/
/************* mobile -768px *************/
.carousel {
  margin-bottom: 30px;
}
.carousel-inner {
  margin: 0 0 20px;
}
.carousel-inner .item picture img {
  width: 100%;
}
.controls-carousel {
  position: absolute;
  left: 25px;
  top: 10px;
}
.controls-carousel.leftPosition {
  bottom: 10px;
  left: 25px;
  top: auto;
}
.controls-carousel.topPosition {
  bottom: auto;
  left: auto;
  top: 25px;
}
.controls-carousel .fa {
  color: rgba(0, 0, 0, 0.8);
  font-size: 30px;
}
.btn-gray {
  background-color: #A8A8A8;
}
.btn-gray:hover {
  background-color: #949494;
}
.band_container {
  background-color: #cccdcb;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 13px 0 0;
  width: 100%;
}
.description-carousel {
  padding: 10px;
  text-align: center;
  background-color: #515151;
  background-color: rgba(38, 38, 38, 0.8);
  width: 100%;
}
.description-carousel .ctn_hotel_carousel {
  float: right;
  width: 69%;
}
.description-carousel .ctn_hotel_carousel .title {
  color: #ffffff;
  font-family: "Playfair Display", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}
.description-carousel .ctn_hotel_carousel .title.name_zone {
  font-size: 25px;
}
.description-carousel .ctn_hotel_carousel .title.name_hotel {
  font-size: 21px;
}
.description-carousel .ctn_hotel_carousel .title.smaller {
  font-size: 18px;
}
.description-carousel .ctn_hotel_carousel .hotels-paraph {
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
.description-carousel.description-reduc .ctn_hotel_carousel {
  float: none;
  width: 100%;
  margin-left: 0;
}
.description-carousel .hotels-offer {
  float: left;
  color: #ffffff;
  width: 30%;
}
.description-carousel .hotels-offer p {
  font-size: 10px;
  margin-bottom: 6px;
}
.description-carousel .hotels-offer .from {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  height: 20px;
}
.description-carousel .hotels-offer .pvp {
  font-size: 43px;
  font-weight: bold;
  line-height: 26px;
}
.description-carousel .hotels-offer .price_currency,
.description-carousel .hotels-offer .descuento {
  font-size: 18px;
}
.description-carousel .hotels-offer .tipe_currency {
  font-size: 16px;
}
.description-carousel .hotels-offer .hab {
  line-height: 3px;
  text-transform: uppercase;
}
.description-carousel .btn-reserve {
  margin-top: 10px;
  width: 100%;
  background-color: #00add1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.social-icons {
  margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.social-icons a {
  background-color: #F8F9F6;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
  text-align: center;
  width: 100%;
}
.social-icons a.facebook img {
  width: 75px;
}
.social-icons a img {
  margin: 0 auto;
}
.social-icons a:hover {
  background-color: #F0F0F0;
}
.box-advantage {
  display: inline-block;
  width: 100%;
}
.box-advantage > div .box-icon {
  border: 1px solid rgba(89, 89, 89, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
  height: 86px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.box-advantage > div .box-icon i {
  top: auto;
  left: auto;
  background: none;
}
.box-advantage > div .box-icon i.biggerIcon {
  color: #04ABCE;
  position: relative;
  top: 10px;
  font-size: 45px;
  left: 5px;
}
.box-advantage > div span {
  color: rgba(0, 0, 0, 0.6);
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 15px;
  vertical-align: middle;
}
.ico-present {
  background: url(../images/ico-present.png) center left no-repeat;
  display: inline-block;
  height: 62px;
}
.ico-tag {
  background: url(../images/ico-tag.png) center left no-repeat;
  display: inline-block;
  height: 62px;
}
.box-mobile {
  padding: 0;
  margin: 30px 0;
}
.box-mobile > div {
  background-color: #FFF;
  border: 1px solid rgba(89, 89, 89, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.box-mobile h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  margin: 0 0 10px 0;
  position: relative;
}
.box-mobile img {
  float: left;
  margin-right: 10px;
}
.box-mobile img.logotipe {
  margin-left: 0;
  margin-bottom: 30px;
}
.box-mobile p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding-top: 5px;
  position: relative;
}
.general {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.general.vertical-margin {
  margin-bottom: 20px;
}
.hotels {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.hotels > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
}
.hotels .list-hotels h3 {
  opacity: 0.3;
}
.hotels .list-hotels hr {
  border: 0;
  height: 2px;
  opacity: 0.3;
}
.hotels ul li h4,
.hotels ul li h5 {
  font-weight: 700;
}
.hotels ul li span,
.hotels ul li h4 {
  opacity: .3;
  font-size: 15px;
}
.hotels ul li h5 {
  opacity: .4;
  font-size: 14px;
}
.hotels ul li a {
  font-size: 13px;
  font-weight: bold;
  opacity: .6;
}
.hotels ul li a:hover {
  opacity: 1;
}
.hotels ul.check-experience li,
.hotels ul.check-list li {
  height: 20px ;
  min-height: 20px !important;
  font-size: 13px;
}
.hotels ul.check-experience li span,
.hotels ul.check-list li span {
  color: #444 !important;
  opacity: 1;
}
.hotels.melody {
  background: #333;
}
.hotels.melody .list-hotels h3,
.hotels.melody .list-hotels h4,
.hotels.melody .list-hotels h5 {
  color: #c8102e;
  opacity: 1;
  border-color: #c8102e;
}
.hotels.melody h3 {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.melody p {
  color: rgba(255, 255, 255, 0.8);
}
.hotels.melody hr {
  background-color: #c8102e;
  margin: 10px 0;
}
.hotels.melody ul.check-list li:before {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hotels.melody ul.check-list li span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hotels.melody ul.check-experience li span {
  color: #ffffff !important;
}
.hotels.melody ul li {
  min-height: 36px;
}
.hotels.melody ul li span,
.hotels.melody ul li h4 {
  color: #c8102e;
}
.hotels.melody ul li h5 {
  color: #c8102e;
  margin: 0 0 2px 0;
}
.hotels.melody ul li a {
  color: #c8102e;
}
.hotels.adults {
  background: #efe7ee;
}
.hotels.adults h3 {
  color: #5e165a;
  border-color: #5e165a;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.adults hr {
  background-color: #5e165a;
  margin: 10px 0;
}
.hotels.adults ul li {
  min-height: 36px;
}
.hotels.adults ul li span,
.hotels.adults ul li h4 {
  color: #5e165a;
}
.hotels.adults ul li h5 {
  color: #5e165a;
  margin: 0 0 2px 0;
}
.hotels.adults ul li a {
  color: #5e165a;
}
.hotels.collection {
  background: #e9ebeb;
}
.hotels.collection h3 {
  color: #656a6e;
  border-color: #656a6e;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.collection hr {
  background-color: #656a6e;
  margin: 10px 0;
}
.hotels.collection ul li {
  min-height: 36px;
}
.hotels.collection ul li span,
.hotels.collection ul li h4 {
  color: #656a6e;
}
.hotels.collection ul li h5 {
  color: #656a6e;
}
.hotels.collection ul li a {
  color: #656a6e;
}
.hotels.city {
  background: #f9e5e8;
}
.hotels.city h3 {
  color: #c20020;
  border-color: #c20020;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.city hr {
  background-color: #c20020;
  margin: 10px 0;
}
.hotels.city ul li {
  min-height: 36px;
}
.hotels.city ul li span,
.hotels.city ul li h4 {
  color: #c20020;
}
.hotels.city ul li h5 {
  color: #c20020;
}
.hotels.city ul li a {
  color: #c20020;
  font-size: 16px;
  font-weight: bold;
}
.hotels.city ul li a:hover {
  opacity: 1;
}
.hotels.smart {
  background: #fbeae7;
}
.hotels.smart h3 {
  color: #ff2a07;
  border-color: #ff2a07;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.smart hr {
  background-color: #ff2a07;
  margin: 10px 0;
}
.hotels.smart ul li {
  min-height: 36px;
}
.hotels.smart ul li span,
.hotels.smart ul li h4 {
  color: #ff2a07;
}
.hotels.smart ul li h5 {
  color: #ff2a07;
}
.hotels.smart ul li a {
  color: #ff2a07;
}
.hotels.family {
  background: #e8f6fa;
}
.hotels.family h3 {
  color: #00b4d3;
  border-color: #00b4d3;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.family hr {
  background-color: #00b4d3;
  margin: 10px 0;
}
.hotels.family ul li {
  min-height: 36px;
}
.hotels.family ul li span,
.hotels.family ul li h4 {
  color: #00b4d3;
}
.hotels.family ul li h5 {
  color: #00b4d3;
}
.hotels.family ul li a {
  color: #00b4d3;
}
.hotels.experience {
  background: #e5e9f4;
}
.hotels.experience h3 {
  color: #002791;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hotels.experience hr {
  background-color: #002791;
  margin: 10px 0;
}
.hotels.experience ul li {
  min-height: 36px;
}
.hotels.experience ul li span,
.hotels.experience ul li h4 {
  color: #002791;
}
.hotels.experience ul li h5 {
  color: #002791;
}
.hotels.experience ul li a {
  color: #002791;
}
.adults-box {
  display: none;
}
.collection-box {
  display: none;
}
.city-box {
  display: none;
}
.smart-box {
  display: none;
}
.family-box {
  display: none;
}
.box-segments {
  padding: 0;
  z-index: 1;
}
.box-segments .col-xs-4 {
  box-sizing: border-box;
  padding: 0 2px;
}
.box-segments a {
  float: left;
  height: 132px;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.box-segments {
  margin-bottom: 10px;
}
.box-segments .adults:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .adults.active {
  background-color: #5E165A;
}
.box-segments .adults.active span {
  background: url(../images/adults_only_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .collection:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .collection.active {
  background-color: #93999D;
}
.box-segments .collection.active span {
  background: url(../images/collection_resorts_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .city:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .city.active {
  background-color: #C20020;
}
.box-segments .city.active span {
  background: url(../images/city_center_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .smart:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .smart.active {
  background-color: #FF2A07;
}
.box-segments .smart.active span {
  background: url(../images/smart_concept_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .family:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .family.active {
  background-color: #00B4D3;
}
.box-segments .family.active span {
  background: url(../images/family_resorts_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .experience:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .experience.active {
  background-color: #002791;
}
.box-segments .experience.active span {
  background: url(../images/experience_hotels_n.png) center center no-repeat;
  background-size: 100px;
}
.box-segments .melody:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-segments .melody.active {
  background-color: #c8102e;
}
.box-segments .melody.active span {
  background: url(../images/melody_hotels_n.png) center center no-repeat;
  background-size: 100px;
}
.hotel-adults {
  background: url(../images/adults_only.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-adults:active {
  background-size: 100px;
}
.hotel-collection {
  background: url(../images/collection_resorts.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-collection:active {
  background-size: 100px;
}
.hotel-city {
  background: url(../images/city_center.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-city:active {
  background-size: 100px;
}
.hotel-smart {
  background: url(../images/smart_concept.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-smart:active {
  background-size: 100px;
}
.hotel-family {
  background: url(../images/family_resorts.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-family:active {
  background-size: 100px;
}
.hotel-experience {
  background: url(../images/experience_hotels.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-experience:active {
  background-size: 100px;
}
.hotel-melody {
  background: url(../images/melody_hotels.png) center center no-repeat;
  display: inline-block;
  height: 120px;
  width: 100%;
  background-size: 100px;
}
.hotel-melody:active {
  background-size: 100px;
}
.list-hotels {
  padding: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  font-weight: bold;
}
.list-hotels h3 {
  font-size: 16px;
}
.list-hotels li a {
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1px;
  padding: 5px 0;
  width: 100%;
  font-size: 14px!important;
}
/************* 768px a 992px ********************************************************************/
@media (min-width: 768px) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  .carousel-inner {
    height: 260px;
  }
  .carousel-inner picture img {
    position: absolute;
    width: 100%;
    z-index: 1;
    min-height: 260px;
  }
  .controls-carousel {
    left: 25px;
    right: auto;
    top: 15px;
    z-index: 1;
  }
  .band_container {
    display: block;
  }
  .description-carousel {
    float: right;
    padding: 5px;
    position: relative;
    z-index: 1;
    height: 75px;
    top: 170px;
    width: 96%;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .description-carousel .ctn_hotel_carousel {
    float: left;
    width: 60%;
  }
  .description-carousel .ctn_hotel_carousel .title {
    font-size: 30px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_sm {
    font-size: 17px;
    margin: 3px 0;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_sm.star-5:after {
    letter-spacing: 3px;
    margin-left: 6px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_sm + p {
    line-height: 18px;
    font-size: 15px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone {
    font-size: 22px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone.smaller_sm {
    font-size: 17px;
    margin: 3px 0;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone.smaller_sm + p {
    line-height: 18px;
    font-size: 14px;
  }
  .description-carousel .ctn_hotel_carousel .title + p {
    font-size: 15px;
  }
  .description-carousel .ctn_hotel_carousel .hotels-paraph {
    font-size: 18px;
    line-height: 17px;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel {
    width: 78% !important;
    margin-left: 0;
    float: left;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel .name_hotel {
    font-size: 24px;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel .name_hotel.name_hotel.smaller_md {
    font-size: 18px;
  }
  .description-carousel.description-reduc .btn-reserve {
    float: right;
  }
  .description-carousel .hotels-offer {
    width: 18%;
  }
  .description-carousel .hotels-offer .price_hotel {
    margin-top: 6px;
  }
  .description-carousel .hotels-offer p + .price_hotel {
    margin-top: 0;
  }
  .description-carousel .hotels-offer .from {
    font-size: 12px;
    line-height: 9px;
    height: 8px;
    display: block;
  }
  .description-carousel .hotels-offer .pvp {
    font-size: 38px;
    font-weight: bold;
    line-height: 30px;
  }
  .description-carousel .hotels-offer .price_currency,
  .description-carousel .hotels-offer .descuento {
    font-size: 18px;
  }
  .description-carousel .hotels-offer .tipe_currency {
    font-size: 16px;
  }
  .description-carousel .hotels-offer .hab {
    line-height: 3px;
    font-size: 11px;
  }
  .description-carousel .btn-reserve {
    font-size: 16px;
    float: right;
    padding: 16px 30px;
    width: 20%;
    margin: 5px 5px 0 0;
  }
  .box-advantage > div {
    padding: 0 15px;
  }
  .hotels {
    padding: 0 15px;
  }
  .box-segments .col-sm-2 {
    box-sizing: border-box;
    padding: 0 5px;
  }
  .box-segments {
    margin-bottom: 10px;
  }
  .box-segments a {
    height: 122px;
  }
  .box-segments .melody:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .melody.active {
    background-color: #c8102e;
  }
  .box-segments .melody.active span {
    background: url(../images/melody_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .melody.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #c8102e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .adults:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .adults.active {
    background-color: #5E165A;
  }
  .box-segments .adults.active span {
    background: url(../images/adults_only_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .adults.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #5e165a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .collection:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .collection.active {
    background-color: #93999D;
  }
  .box-segments .collection.active span {
    background: url(../images/collection_resorts_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .collection.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #93999d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .city:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .city.active {
    background-color: #C20020;
  }
  .box-segments .city.active span {
    background: url(../images/city_center_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .city.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #c20020 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .smart:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .smart.active {
    background-color: #FF2A07;
  }
  .box-segments .smart.active span {
    background: url(../images/smart_concept_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .smart.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ff2a07 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .family:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .family.active {
    background-color: #00B4D3;
  }
  .box-segments .family.active span {
    background: url(../images/family_resorts_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .family.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #00b4d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .box-segments .experience:hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-segments .experience.active {
    background-color: #002791;
  }
  .box-segments .experience.active span {
    background: url(../images/experience_hotels_n.png) center center no-repeat;
    background-size: 80%;
  }
  .box-segments .experience.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #002791 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -12px;
  }
  .experience-hotels {
    padding: 0;
    text-align: left;
  }
  .experience-hotels h3 {
    border-bottom: 1px solid #0000ad;
    color: #003177;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .experience-hotels p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .experience-hotels ul li i {
    color: #444;
    margin-right: 5px;
  }
  .experience-hotels ul li span {
    color: #444;
    font-size: 12px;
    font-weight: bold;
  }
  .list-hotels {
    padding: 0 15px 5px;
  }
  .list-hotels > div {
    background: transparent;
    padding: 0;
  }
  .list-hotels > div h3 {
    font-size: 16px;
    opacity: .3;
  }
  .list-hotels ul li span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .list-hotels ul li a {
    display: inline-block;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1px;
    padding: 5px 0;
    width: 100%;
  }
  .social-icons > div {
    padding: 0;
  }
  .social-icons li {
    display: table;
    width: 100%;
  }
  .social-icons li a {
    height: 40px;
    line-height: 40px;
    text-align: right;
  }
  .social-icons li a span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-left: 20px;
  }
  .social-icons li a img {
    float: none;
    margin-right: 10px;
  }
  .box-mobile {
    margin: 0;
  }
  .box-mobile > div {
    height: 215px;
    border: 0;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .box-mobile .ctn_mobile_img {
    margin-top: 38px;
  }
  .box-mobile h4 {
    font-size: 17px;
    position: absolute;
    text-align: left;
    width: 80%;
    top: 10px;
  }
  .box-mobile p {
    font-size: 12px;
    padding-top: 30px;
    top: 0;
  }
  .box-mobile img {
    margin-bottom: 10px;
  }
  .hotels.melody ul li a,
  .hotels.adults ul li a,
  .hotels.collection ul li a,
  .hotels.city ul li a,
  .hotels.smart ul li a,
  .hotels.family ul li a,
  .hotels.experience ul li a {
    opacity: 1;
  }
  .hotels.melody ul li:hover a,
  .hotels.adults ul li:hover a,
  .hotels.collection ul li:hover a,
  .hotels.city ul li:hover a,
  .hotels.smart ul li:hover a,
  .hotels.family ul li:hover a,
  .hotels.experience ul li:hover a {
    opacity: .6;
  }
  .maps ul.list-map {
    left: 4%;
  }
  .general {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/************* 992px a 1220px *******************************************************/
@media (min-width: 992px) {
  .general {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container {
    margin: 0 auto;
  }
  .container-fluid,
  .container-reduc {
    margin: 0 auto;
    width: 970px;
  }
  .carousel {
    margin-bottom: 50px;
  }
  .carousel-inner {
    min-height: 400px;
  }
  .carousel-inner .item picture img {
    min-height: 400px;
  }
  .controls-carousel {
    left: 15px;
  }
  .description-carousel {
    top: 305px;
    width: 72%;
  }
  .description-carousel .ctn_hotel_carousel {
    margin-left: 2%;
    width: 55%;
  }
  .description-carousel .ctn_hotel_carousel .title {
    line-height: normal;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone {
    font-size: 22px;
    margin: -3px 0 2px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone.smaller_md {
    font-size: 17px;
    margin: 3px 0;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone.smaller_md + p {
    line-height: 18px;
    font-size: 14px;
  }
  .description-carousel .ctn_hotel_carousel .title + p {
    font-size: 15px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel {
    font-size: 17px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_md {
    font-size: 18px;
    line-height: 18px;
    margin-top: -2px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_md + p {
    font-size: 14px;
    line-height: 14px;
    margin-top: -3px;
  }
  .description-carousel .ctn_hotel_carousel .hotels-paraph {
    font-size: 14px;
    line-height: normal;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel {
    width: 100%;
    margin-left: 0;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel .name_hotel {
    font-size: 21px;
    margin-top: -3px;
  }
  .description-carousel.description-reduc .ctn_hotel_carousel .name_hotel.name_hotel.smaller {
    font-size: 19px !important;
    margin-top: -2px;
  }
  .description-carousel .hotels-offer {
    width: 18%;
  }
  .description-carousel .hotels-offer p {
    font-size: 12px;
  }
  .description-carousel .hotels-offer span {
    font-size: 42px;
  }
  .description-carousel .hotels-offer span span {
    font-size: 18px;
  }
  .description-carousel .hotels-offer .price_hotel {
    margin-top: 7px;
  }
  .description-carousel .hotels-offer p + .price_hotel {
    margin-top: 0;
  }
  .description-carousel .btn-reserve {
    font-size: 14px;
  }
  .box-advantage {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .box-advantage h3 {
    color: #00acce;
    margin-top: 15px;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .box-advantage > div .box-icon {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    padding: 0;
  }
  .box-advantage > div .box-icon span {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    margin-left: -10px;
    padding-left: 18px;
    text-indent: 0;
    width: 90%;
  }
  .box-advantage > div .box-icon i.fa {
    float: left;
    font-size: 22px;
  }
  .box-advantage > div .box-icon.selected i {
    color: #00acce;
  }
  .hotels.melody h3,
  .hotels.adults h3,
  .hotels.collection h3,
  .hotels.city h3,
  .hotels.smart h3,
  .hotels.family h3,
  .hotels.experience h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .hotels.melody .list-hotels h3,
  .hotels.adults .list-hotels h3,
  .hotels.collection .list-hotels h3,
  .hotels.city .list-hotels h3,
  .hotels.smart .list-hotels h3,
  .hotels.family .list-hotels h3,
  .hotels.experience .list-hotels h3 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .hotels.melody ul li h4,
  .hotels.adults ul li h4,
  .hotels.collection ul li h4,
  .hotels.city ul li h4,
  .hotels.smart ul li h4,
  .hotels.family ul li h4,
  .hotels.experience ul li h4 {
    margin-bottom: 0;
  }
  .hotels.melody ul li h5,
  .hotels.adults ul li h5,
  .hotels.collection ul li h5,
  .hotels.city ul li h5,
  .hotels.smart ul li h5,
  .hotels.family ul li h5,
  .hotels.experience ul li h5 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .hotels.melody ul li span,
  .hotels.adults ul li span,
  .hotels.collection ul li span,
  .hotels.city ul li span,
  .hotels.smart ul li span,
  .hotels.family ul li span,
  .hotels.experience ul li span {
    font-size: 14px;
  }
  .hotels.melody ul li a,
  .hotels.adults ul li a,
  .hotels.collection ul li a,
  .hotels.city ul li a,
  .hotels.smart ul li a,
  .hotels.family ul li a,
  .hotels.experience ul li a {
    font-size: 12px;
  }
  .box-segments a {
    height: 142px;
  }
  .img-hotels {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .img-hotels img {
    width: 100%;
  }
  .list-hotels {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .list-hotels > div {
    margin-top: 12px;
  }
  .list-hotels h3 {
    color: rgba(138, 168, 194, 0.8);
    font-size: 18px;
    text-align: left;
  }
  .list-hotels ul {
    text-align: left;
  }
  .list-hotels ul li {
    text-align: left;
  }
  .list-hotels ul li span {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .list-hotels ul li a {
    background: transparent;
    font-size: 12px;
    padding: 1px 0;
  }
  .social-icons li a {
    background-color: #F8F9F6;
  }
  .social-icons li a span {
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    padding-left: 10px;
  }
  .social-icons li a.twitter img {
    width: 20px;
  }
  .social-icons li a.pinterest img {
    width: 22px;
  }
  .social-icons li a.facebook img {
    width: 60px;
  }
  .social-icons li a.youtube img {
    width: 50px;
  }
  .social-icons li a.flickr img {
    width: 50px;
  }
  .social-icons li a.instagram img {
    width: 22px;
  }
  .social-icons li a.googleplus img {
    width: 22px;
  }
  .box-esence {
    background: #f7f7f7;
    display: inline-block;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    height: 308px;
  }
  .box-esence .col-md-6 {
    padding: 0;
  }
  .box-esence .col-lg-5 {
    width: 48%;
  }
  .box-esence .esence-box {
    width: 100%;
    max-width: 221px;
    margin: 5px;
    overflow: hidden;
    height: 298px;
    position: relative;
  }
  .box-esence .esence-box img {
    height: 100%;
    margin-left: -20px;
  }
  .box-esence .esence-box.pad {
    padding: 20px 10px 10px 10px;
    width: 100%;
    max-width: inherit;
  }
  .box-esence h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .box-esence p {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    line-height: normal;
    margin: 0 20px 20px 0;
    height: 120px;
    overflow-y: hidden;
  }
  .box-esence .btn-gray {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    background-color: #d2d2d2;
    bottom: 20px;
    position: absolute;
  }
  .box-mobile > div {
    min-height: 308px;
    padding: 20px 14px 0px 14px;
  }
  .box-mobile h4 {
    font-size: 17px;
    white-space: inherit;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box-mobile p {
    color: #666666;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 12px;
    top: -20px;
  }
  .box-mobile img.logotipe {
    margin-left: 4%;
  }
  section.logos {
    background: #f6f7f5;
    margin-top: 60px;
    padding: 60px 0;
  }
  #logoSection {
    text-align: center;
  }
  #logoSection .moduleLogo {
    display: inline-block;
    padding: 0 2%;
  }
  .border-logos {
    background: #e5e5e5;
    border: 4px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 90px;
    margin: 0 auto;
    padding: 0 15px;
    width: 220px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .border-logos .ctn_logos_img {
    position: absolute;
    top: 50%;
    margin: -22px 15px 0 0;
    left: 10%;
    max-width: 30%;
  }
  .border-logos .ctn_logos_img img {
    width: 44px;
    height: 44px;
  }
  .border-logos .table_text {
    display: table;
    margin-left: 60px;
    height: 100%;
    width: 62%;
  }
  .border-logos .table_text p {
    padding-left: 10px;
    display: table-cell !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .maps .boxDirection {
    margin: 0;
  }
  .maps .boxDirection img {
    width: 100%;
    height: auto;
  }
  .maps .logos {
    position: absolute;
    left: 30px;
    top: 15px;
  }
  .maps .logos span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 96px;
    float: left;
    width: 96px;
  }
  .maps .logos span img {
    height: 96px;
    width: 96px;
  }
  .maps .logo-adults {
    background: #5E165A;
    display: none;
  }
  .maps .logo-collection {
    background: #93999D;
    display: none;
  }
  .maps .logo-city {
    background: #C20020;
    display: none;
  }
  .maps .logo-smart {
    background: #FF2A07;
    display: none;
  }
  .maps .logo-family {
    background: #00B4D3;
    display: none;
  }
  .maps .logo-experience {
    background: #0035a7;
  }
  ul.list-map {
    bottom: 0;
    left: 10%;
    position: absolute;
  }
  ul.list-map li {
    display: inline-block;
    text-align: center;
    width: 145px;
  }
  ul.list-map li a {
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    width: 100%;
  }
  ul.list-map li a.melody:hover,
  ul.list-map li a.melody.active {
    background: #333;
    color: #FFF;
  }
  ul.list-map li a.adults:hover,
  ul.list-map li a.adults.active {
    background: #5E165A;
    color: #FFF;
  }
  ul.list-map li a.collection:hover,
  ul.list-map li a.collection.active {
    background: #93999D;
    color: #FFF;
  }
  ul.list-map li a.city:hover,
  ul.list-map li a.city.active {
    background: #C20020;
    color: #FFF;
  }
  ul.list-map li a.smart:hover,
  ul.list-map li a.smart.active {
    background: #FF2A07;
    color: #FFF;
  }
  ul.list-map li a.family:hover,
  ul.list-map li a.family.active {
    background: #00B4D3;
    color: #FFF;
  }
  ul.list-map li a.experience:hover,
  ul.list-map li a.experience.active {
    background: #0035a7;
    color: #FFF;
  }
  .hotels.melody h3.sec_titular,
  .hotels.adults h3.sec_titular,
  .hotels.collection h3.sec_titular,
  .hotels.city h3.sec_titular,
  .hotels.smart h3.sec_titular,
  .hotels.family h3.sec_titular,
  .hotels.experience h3.sec_titular {
    font-size: 22px;
  }
  .hotels.melody ul li,
  .hotels.adults ul li,
  .hotels.collection ul li,
  .hotels.city ul li,
  .hotels.smart ul li,
  .hotels.family ul li,
  .hotels.experience ul li {
    height: auto;
    line-height: 14px;
    min-height: inherit;
  }
  .hotels.melody ul li a,
  .hotels.adults ul li a,
  .hotels.collection ul li a,
  .hotels.city ul li a,
  .hotels.smart ul li a,
  .hotels.family ul li a,
  .hotels.experience ul li a {
    opacity: .6;
  }
  .hotels.melody ul li:hover a,
  .hotels.adults ul li:hover a,
  .hotels.collection ul li:hover a,
  .hotels.city ul li:hover a,
  .hotels.smart ul li:hover a,
  .hotels.family ul li:hover a,
  .hotels.experience ul li:hover a {
    opacity: 1;
  }
  .hotels.melody ul.check-experience li,
  .hotels.adults ul.check-experience li,
  .hotels.collection ul.check-experience li,
  .hotels.city ul.check-experience li,
  .hotels.smart ul.check-experience li,
  .hotels.family ul.check-experience li,
  .hotels.experience ul.check-experience li,
  .hotels.melody ul.check-list li,
  .hotels.adults ul.check-list li,
  .hotels.collection ul.check-list li,
  .hotels.city ul.check-list li,
  .hotels.smart ul.check-list li,
  .hotels.family ul.check-list li,
  .hotels.experience ul.check-list li {
    height: 20px;
    min-height: 20px;
    color: #444;
    margin-bottom: 7px;
  }
  .hotels.melody ul.check-experience li span,
  .hotels.adults ul.check-experience li span,
  .hotels.collection ul.check-experience li span,
  .hotels.city ul.check-experience li span,
  .hotels.smart ul.check-experience li span,
  .hotels.family ul.check-experience li span,
  .hotels.experience ul.check-experience li span,
  .hotels.melody ul.check-list li span,
  .hotels.adults ul.check-list li span,
  .hotels.collection ul.check-list li span,
  .hotels.city ul.check-list li span,
  .hotels.smart ul.check-list li span,
  .hotels.family ul.check-list li span,
  .hotels.experience ul.check-list li span {
    font-size: 13px;
  }
  .hotels.melody ul.check-experience li:before,
  .hotels.adults ul.check-experience li:before,
  .hotels.collection ul.check-experience li:before,
  .hotels.city ul.check-experience li:before,
  .hotels.smart ul.check-experience li:before,
  .hotels.family ul.check-experience li:before,
  .hotels.experience ul.check-experience li:before,
  .hotels.melody ul.check-list li:before,
  .hotels.adults ul.check-list li:before,
  .hotels.collection ul.check-list li:before,
  .hotels.city ul.check-list li:before,
  .hotels.smart ul.check-list li:before,
  .hotels.family ul.check-list li:before,
  .hotels.experience ul.check-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
  }
  .hotel-melody,
  .hotel-adults,
  .hotel-collection,
  .hotel-city,
  .hotel-smart,
  .hotel-family,
  .hotel-experience {
    background-size: 80%;
    margin-top: 10px;
  }
  .general .container-fluid {
    margin-top: 30px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .description-carousel {
    height: 98px;
    top: 360px;
  }
  .description-carousel .ctn_hotel_carousel {
    width: 55%;
  }
  .description-carousel .ctn_hotel_carousel .title {
    line-height: normal;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel {
    font-size: 21px;
    margin-top: 5px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_lg {
    font-size: 19px;
    margin-top: 2px;
    line-height: 20px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel.smaller_lg + p {
    margin-top: 5px;
    font-size: 15px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone {
    font-size: 26px;
    margin-top: 5px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone.smaller_lg {
    font-size: 24px;
  }
  .description-carousel .ctn_hotel_carousel .hotels-paraph {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
  }
  .description-carousel .hotels-offer .price_hotel {
    margin-top: 14px;
  }
  .description-carousel .hotels-offer p + .price_hotel {
    margin-top: 0;
  }
  .description-carousel .hotels-offer .from {
    font-size: 14px;
    line-height: 18px;
    height: 20px;
    display: block;
  }
  .description-carousel .hotels-offer .pvp {
    font-size: 45px;
    font-weight: bold;
    line-height: 34px;
  }
  .description-carousel .hotels-offer .price_currency,
  .description-carousel .hotels-offer .descuento {
    font-size: 18px;
  }
  .description-carousel .hotels-offer .tipe_currency {
    font-size: 16px;
  }
  .description-carousel .hotels-offer .hab {
    line-height: 3px;
    font-size: 12px;
  }
  .description-carousel .btn-reserve {
    font-size: 20px;
    padding: 24px 30px;
  }
  .carousel-inner {
    min-height: 477px;
  }
  .carousel-inner .item picture img {
    min-height: 477px;
  }
  .border-logos {
    height: 100px;
    width: 236px;
  }
  .border-logos .ctn_logos_img {
    position: absolute;
    margin: -31px 15px 0 0;
    left: 8%;
  }
  .border-logos .ctn_logos_img img {
    width: 62px;
    height: 62px;
  }
  .border-logos .table_text {
    display: table;
    margin-left: 60px;
    height: 100%;
    width: 66%;
    text-align: center;
  }
  .border-logos .table_text p {
    padding-left: 15px;
    display: table-cell !important;
    vertical-align: middle;
    font-size: 13px;
  }
  .social-icons li a span {
    font-size: 14px;
  }
  .box-esence h4 {
    font-size: 20px;
  }
  .box-esence p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .box-mobile .ctn_mobile_img {
    margin-top: 45px;
  }
  .box-mobile h4 {
    font-size: 18px;
    height: 40px;
  }
  .box-mobile p {
    font-size: 12px;
  }
  .border-logos .table_text p {
    font-size: 11px;
  }
  .description-carousel .title {
    font-size: 20px;
  }
  .description-carousel .hotels-paraph {
    font-size: 12px;
    margin-top: 2%;
  }
  .description-carousel .hotels-paraph strong {
    font-size: 56px;
  }
  .description-carousel .hotels-paraph span.hab {
    font-size: 12px;
  }
  .hotel-melody,
  .hotel-adults,
  .hotel-collection,
  .hotel-city,
  .hotel-smart,
  .hotel-family,
  .hotel-experience {
    background-size: 70%!important;
  }
  .hotel-melody.active,
  .hotel-adults.active,
  .hotel-collection.active,
  .hotel-city.active,
  .hotel-smart.active,
  .hotel-family.active,
  .hotel-experience.active {
    background-size: 70%!important;
  }
  .hotels.melody h3,
  .hotels.adults h3,
  .hotels.collection h3,
  .hotels.city h3,
  .hotels.smart h3,
  .hotels.family h3,
  .hotels.experience h3 {
    font-size: 18px;
  }
  .hotels.melody h3.sec_titular,
  .hotels.adults h3.sec_titular,
  .hotels.collection h3.sec_titular,
  .hotels.city h3.sec_titular,
  .hotels.smart h3.sec_titular,
  .hotels.family h3.sec_titular,
  .hotels.experience h3.sec_titular {
    font-size: 27px;
  }
  .hotels.melody ul li,
  .hotels.adults ul li,
  .hotels.collection ul li,
  .hotels.city ul li,
  .hotels.smart ul li,
  .hotels.family ul li,
  .hotels.experience ul li {
    height: auto;
    line-height: 14px;
    min-height: inherit;
  }
  .hotels.melody ul.check-experience li,
  .hotels.adults ul.check-experience li,
  .hotels.collection ul.check-experience li,
  .hotels.city ul.check-experience li,
  .hotels.smart ul.check-experience li,
  .hotels.family ul.check-experience li,
  .hotels.experience ul.check-experience li,
  .hotels.melody ul.check-list li,
  .hotels.adults ul.check-list li,
  .hotels.collection ul.check-list li,
  .hotels.city ul.check-list li,
  .hotels.smart ul.check-list li,
  .hotels.family ul.check-list li,
  .hotels.experience ul.check-list li {
    height: 20px;
    color: #444;
    margin-bottom: 4px;
  }
  .hotels.melody ul.check-experience li i,
  .hotels.adults ul.check-experience li i,
  .hotels.collection ul.check-experience li i,
  .hotels.city ul.check-experience li i,
  .hotels.smart ul.check-experience li i,
  .hotels.family ul.check-experience li i,
  .hotels.experience ul.check-experience li i,
  .hotels.melody ul.check-list li i,
  .hotels.adults ul.check-list li i,
  .hotels.collection ul.check-list li i,
  .hotels.city ul.check-list li i,
  .hotels.smart ul.check-list li i,
  .hotels.family ul.check-list li i,
  .hotels.experience ul.check-list li i {
    color: #444 !important;
  }
  .hotels.melody ul.check-experience li span,
  .hotels.adults ul.check-experience li span,
  .hotels.collection ul.check-experience li span,
  .hotels.city ul.check-experience li span,
  .hotels.smart ul.check-experience li span,
  .hotels.family ul.check-experience li span,
  .hotels.experience ul.check-experience li span,
  .hotels.melody ul.check-list li span,
  .hotels.adults ul.check-list li span,
  .hotels.collection ul.check-list li span,
  .hotels.city ul.check-list li span,
  .hotels.smart ul.check-list li span,
  .hotels.family ul.check-list li span,
  .hotels.experience ul.check-list li span {
    font-size: 13px !important;
  }
  .box-advantage h3 {
    font-size: 26px;
  }
  .box-advantage > div .box-icon span {
    font-size: 14px;
    line-height: 14px;
  }
  .box-segments a {
    height: 152px;
  }
  .box-segments a span {
    margin-top: 15px;
  }
  .maps ul.list-map {
    left: 4%;
  }
  .maps ul.list-map li {
    width: 170px;
  }
  .maps ul.list-map li a {
    font-size: 14px;
  }
  .box-mobile img.logotipe {
    margin-left: 10%;
  }
}
/* -- STARS AND KEYS HOTELS-- */
.star-5:after,
.star-4:after,
.star-3:after,
.star-2:after,
.star-1:after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  letter-spacing: 4px;
  font-size: .6em;
  margin-left: 7px;
}
.star-5:after {
  content: "\E006 \E006 \E006 \E006 \E006";
}
.star-4:after {
  content: "\E006 \E006 \E006 \E006";
}
.star-3:after {
  content: "\E006 \E006 \E006";
}
.star-2:after {
  content: "\E006 \E006";
}
.star-1:after {
  content: "\E006";
}
.key-1:after,
.key-2:after,
.key-3:after {
  font-family: 'FontAwesome';
  display: inline-block;
  letter-spacing: 4px;
  font-size: .7em;
  margin-left: 7px;
}
.key-3:after {
  content: "\f084 \f084 \f084";
}
.key-2:after {
  content: "\f084 \f084";
}
.key-1:after {
  content: "\f084";
}
/************* mobile -768px *************/
.list-activities {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
}
.list-activities ul li {
  border: 2px solid #FFF;
  display: inline-block;
  float: right;
  text-align: center;
  width: 20%;
  margin-bottom: 0;
}
.list-activities ul li a {
  background-color: #404040;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 45px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 11px;
  margin: 0 4px 0 0;
  padding: 11px 1px 0;
  width: 100%;
}
.list-activities ul li a.active,
.list-activities ul li a:hover {
  background: #717171;
}
.list-activities ul li a img {
  display: none;
}
.list-activities.laptop {
  right: -5px;
}
.list-activities.laptop li a img {
  display: none;
}
.title-hotel {
  margin-bottom: 20px;
  float: left;
  display: inline;
}
.title-hotel .nameHotel {
  width: auto;
  font-weight: bold;
  float: left;
}
.title-hotel .nameHotel h1,
.title-hotel .nameHotel p.subtitle,
.title-hotel .nameHotel .list-star li span {
  color: rgba(0, 0, 0, 0.5);
}
.title-hotel h1 {
  color: rgba(0, 0, 0, 0.5);
  float: left;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 10px 0;
}
.title-hotel p.subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin: 0;
  width: 100%;
}
.list-star {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-star li {
  display: inline-block;
}
.list-star li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}
.search-reserve {
  background: #04abce;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  height: 50px;
  line-height: 38px;
  margin: 15px 0 20px 0;
  padding: 6px 15px;
  position: relative;
  text-align: center;
}
.search-reserve a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.search-reserve i {
  font-size: 22px;
  position: absolute;
  right: 13px;
  top: 15px;
}
.aside .description-box p a {
  text-decoration: none;
}
.aside .description-box p a b,
.aside .description-box p a strong {
  font-weight: 400 !important;
}
.aside .description-box p a:hover {
  text-decoration: none;
}
.aside .description-box p b,
.aside .description-box p strong {
  font-weight: 400 !important;
}
.aside .description-box p b a,
.aside .description-box p strong a {
  text-decoration: none;
}
.aside .description-box p b a:hover,
.aside .description-box p strong a:hover {
  text-decoration: none;
}
.aside .description-box ul,
.aside .description-box ol {
  margin-bottom: 23px;
}
.aside .description-box ul li,
.aside .description-box ol li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-left: 20px;
}
.aside .description-box ul li a,
.aside .description-box ol li a,
.aside .description-box ul li strong,
.aside .description-box ol li strong,
.aside .description-box ul li b,
.aside .description-box ol li b {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.aside .description-box ul li:before,
.aside .description-box ol li:before {
  font-family: 'Glyphicons Halflings';
  content: '\e013';
  display: inline-block;
  font-size: .8em;
  margin: 0 5px 0 -20px;
}
.advantage-box {
  background: rgba(4, 171, 206, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  margin-bottom: 30px;
  padding: 10px 10px 0;
  float: left;
  width: 100%;
}
.advantage-box.open {
  background: #04abce;
  height: auto;
}
.advantage-box i.fa-gift {
  color: rgba(0, 0, 0, 0.47);
  font-size: 18px;
  float: left;
  padding-right: 5px;
}
.advantage-box h3,
.advantage-box h5,
.advantage-box h6 {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  float: left;
  font-weight: bold;
  margin: 0 10px 15px 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.advantage-box .conditionsModal h6 {
  margin: 15px 0 17px -5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  text-align: left;
  text-transform: uppercase;
}
.advantage-box .conditionsModal p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 140%;
}
.advantage-box .conditionsModal p:last-child {
  margin-bottom: 0;
}
.advantage-box a {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  clear: left;
  font-weight: bold;
  position: relative;
  top: -5px;
  padding: 5px;
  width: 50%;
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  height: 40px;
  line-height: 29px;
}
.advantage-box ul {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.advantage-box ul li {
  display: inline-block;
  line-height: 8px;
  margin-bottom: 10px;
  padding: 0 4px 0 0;
  vertical-align: top;
  width: 49%;
}
.advantage-box ul li span {
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  text-indent: -5px;
  line-height: normal;
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.advantage-box ul li span i {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.description-box {
  margin-bottom: 20px;
  text-align: center;
  /*------------------------------------------------------- PAQUETES --------------------------------------------------*/
  /*------------------------------------------------------- / PAQUETES  pro_P_ --------------------------------------------------*/
  /*------------------------------------------------------- OFERTAS pro_ --------------------------------------------------*/
  /* BACKGROUND DEFAULT */
  /*------------------------------------------------------- / OFERTAS pro_ --------------------------------------------------*/
}
.description-box h3,
.description-box h2,
.description-box h5 {
  color: rgba(0, 0, 0, 0.15);
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  text-transform: uppercase;
}
.description-box h3.wExtras,
.description-box h2.wExtras,
.description-box h5.wExtras {
  display: none;
}
.description-box p {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 12px;
  width: 100%;
  line-height: normal;
  text-align: left;
}
.description-box p.wExtras {
  display: block;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
.description-box p a {
  color: rgba(0, 0, 0, 0.5);
}
.description-box p a:hover {
  text-decoration: underline;
}
.description-box .text-warning {
  color: #00acce;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.description-box .text-warning.center {
  text-align: center;
  font-size: .8em;
  padding-left: 10px;
  padding-right: 10px;
}
.description-box .text-warning:before {
  font-family: FontAwesome;
  content: '\f0f3';
  margin-right: 3px;
}
.description-box .adv_sale .text-warning {
  font-size: 1em;
}
.description-box .adv_sale .text-warning.center {
  text-align: left;
}
.description-box .pvp_module .text-warning + .pvp_prize .infoPopover {
  top: 94px;
}
.description-box .equipmentModal h3,
.description-box .descriptionModal h3,
.description-box .advantageModal h3,
.description-box .infoModal h3,
.description-box .equipmentModal h5,
.description-box .descriptionModal h5,
.description-box .advantageModal h5,
.description-box .infoModal h5 {
  color: #646464;
  color: rgba(255, 255, 255, 0.25);
  font-size: 11px;
}
.description-box .equipmentModal .benefit + h5,
.description-box .descriptionModal .benefit + h5,
.description-box .advantageModal .benefit + h5,
.description-box .infoModal .benefit + h5,
.description-box .equipmentModal .benefit + h3,
.description-box .descriptionModal .benefit + h3,
.description-box .advantageModal .benefit + h3,
.description-box .infoModal .benefit + h3 {
  margin-top: 31px;
}
.description-box button,
.description-box a.button {
  color: #FFF;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  width: 46%;
  max-width: 160px;
}
.description-box button.btn-grey,
.description-box a.button.btn-grey {
  background-color: #A8A8A8;
  line-height: 15px;
  margin: 0 auto;
  width: auto;
  padding: 5px 8px;
}
.description-box button.btn-grey:hover,
.description-box a.button.btn-grey:hover {
  background-color: #949494;
}
.description-box .hidden-paragraph {
  display: none;
}
.description-box .hidden-paragraph.sidebar {
  display: none;
}
.description-box .grey-box .box-image-hotels + div .button {
  max-width: inherit;
}
.description-box .grey-box .box-image-hotels + div p {
  width: 100%;
}
.description-box .box-image-hotels {
  background: #FFF;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.description-box .box-image-hotels .col-xs-6 {
  padding: 0;
}
.description-box .box-image-hotels picture {
  position: relative;
  z-index: 1;
}
.description-box .box-image-hotels picture img {
  width: 100%;
}
.description-box .box-image-hotels .list-buttons {
  padding: 0 0 0 3px;
}
.description-box .box-image-hotels .list-buttons li {
  margin-bottom: 3px;
}
.description-box .box-image-hotels .list-buttons li button,
.description-box .box-image-hotels .list-buttons li a {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
}
.description-box .box-image-hotels .list-buttons li button:hover,
.description-box .box-image-hotels .list-buttons li a:hover,
.description-box .box-image-hotels .list-buttons li button:focus,
.description-box .box-image-hotels .list-buttons li a:focus {
  background: #00add1;
  color: #FFF;
}
.description-box .box-image-hotels .benefit {
  background-color: #0daccf;
  font-weight: bold;
  font-size: 9px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 3px 5px 3px 8px;
  width: 125px;
  z-index: 11;
  -moz-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.description-box .box-image-hotels .benefit:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 0;
  border-color: transparent #888 transparent transparent;
}
.description-box .box-image-hotels .img-hotels,
.description-box .box-image-hotels .ctn_nodispo {
  max-width: 231px;
}
.description-box .box-image-hotels .img-hotels img,
.description-box .box-image-hotels .ctn_nodispo img {
  overflow: hidden;
}
.description-box .box-image-hotels .img-hotels .gradient-img,
.description-box .box-image-hotels .ctn_nodispo .gradient-img {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  display: inline-block;
  float: left;
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.description-box .box-image-hotels .img-hotels .prizeImage,
.description-box .box-image-hotels .ctn_nodispo .prizeImage {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin {
  /* Precios de Sel. Habitacion dentro de img */
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span {
  position: static !important;
  display: block;
  font-size: 22px;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span:last-child,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span:last-child {
  margin-top: -13px;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span.valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span.valor {
  margin-bottom: 1px;
  font-size: 22px;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span.valor:last-child,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span.valor:last-child {
  margin-bottom: 3px;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span.large-valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span.large-valor {
  font-size: 20px;
}
.description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span.extra-valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span.extra-valor {
  font-size: 18px;
}
.description-box .box-image-hotels .img-hotels .prizeImage span,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span {
  text-align: right;
  font-weight: 700;
  line-height: 29px;
}
.description-box .box-image-hotels .img-hotels .prizeImage span.valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span.valor {
  font-size: 22px;
  display: block;
  position: relative;
}
.description-box .box-image-hotels .img-hotels .prizeImage span.valor.medium-valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span.valor.medium-valor {
  font-size: 26px;
  line-height: 22px;
}
.description-box .box-image-hotels .img-hotels .prizeImage span.valor.large-valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span.valor.large-valor {
  font-size: 22px;
}
.description-box .box-image-hotels .img-hotels .prizeImage span.valor.extra-valor,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span.valor.extra-valor {
  font-size: 18px;
}
.description-box .box-image-hotels .img-hotels .prizeImage span.symbol,
.description-box .box-image-hotels .ctn_nodispo .prizeImage span.symbol {
  font-size: 10px;
  position: relative;
}
.description-box .box-image-hotels .img-hotels span,
.description-box .box-image-hotels .ctn_nodispo span {
  bottom: 5px;
  color: #FFF;
  left: 10px;
  font-size: 14.5px;
  position: absolute;
  width: inherit;
  max-width: 126px;
  font-weight: 700;
  text-align: left;
}
.description-box .box-image-hotels .img-hotels .list-buttons,
.description-box .box-image-hotels .ctn_nodispo .list-buttons {
  position: relative;
  padding: 0;
  top: 5px;
}
.description-box .box-image-hotels .img-hotels .list-buttons li,
.description-box .box-image-hotels .ctn_nodispo .list-buttons li {
  padding: 2px 2px 0 2px;
}
.description-box .box-image-hotels .img-hotels .list-buttons li a.btn,
.description-box .box-image-hotels .ctn_nodispo .list-buttons li a.btn {
  font-size: 13px;
}
.description-box .box-image-hotels .img-hotels .list-buttons li .grey,
.description-box .box-image-hotels .ctn_nodispo .list-buttons li .grey {
  background: #7f7f7f;
}
.description-box .box-image-hotels .text-img {
  padding: 0;
}
.description-box .list-buttons.hidden-sm.hidden-md.hidden-lg {
  float: left;
  width: 50%;
}
.description-box .text-img .list-buttons.hidden-sm.hidden-md.hidden-lg {
  float: inherit;
  width: 100%;
}
.description-box .grey-box {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  float: left;
  width: 100%;
}
.description-box .adv_sale {
  background-color: #00acce;
  float: left;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.description-box .adv_sale.nodispo {
  background-color: #b1b2b1;
}
.description-box .adv_sale .close_adv {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 19px;
  cursor: pointer;
}
.description-box .adv_sale h3,
.description-box .adv_sale h5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.description-box .adv_sale p {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}
.description-box .adv_sale p a {
  color: #ffffff;
  text-decoration: underline;
}
.description-box .adv_sale .ctn_conditions {
  text-align: left;
  margin-top: 5px;
  width: 100%;
}
.description-box .adv_sale .ctn_conditions h4 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 12px;
}
.description-box .adv_sale .ctn_conditions p {
  font-size: 12px;
}
.description-box .adv_sale .ctn_conditions ul li {
  font-size: 12px;
}
.description-box .adv_sale .ctn_conditions ul li i {
  margin-right: 10px;
}
.description-box .adv_sale .terminos {
  float: left;
  margin: 10px 0 0;
  width: 100%;
}
.description-box .adv_sale .terminos p {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.description-box .adv_sale .terminos a {
  float: right;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.description-box.offer_sheet h4,
.description-box.offer_sheet h5 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: left;
}
.description-box.offer_sheet .img-hotels .laptopHover .gradient-img {
  background-color: transparent;
}
.description-box.offer_sheet .img-hotels:hover .band {
  display: block!important;
}
.description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-lg > span {
  width: 100%;
  display: block;
  text-align: center !important;
}
.description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-lg .since {
  margin-bottom: 8px;
}
.description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-lg .price {
  font-size: 14px;
}
.description-box .advantageModal h3 {
  margin-right: 24%;
}
.description-box .advantageModal .benefit {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg {
  position: absolute;
  margin-left: 50%;
  padding: 0 5px;
  width: auto;
  bottom: 4px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 13px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage {
  display: inline-block;
  padding-top: 15px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  line-height: 10px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span {
  font-size: 20px;
  line-height: 5px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span.valor {
  margin-left: 6px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span.valor.large-valor {
  font-size: 18px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span.valor.extra-valor {
  font-size: 16px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span.valor.medium-valor {
  font-size: 20px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p span.symbol {
  margin-right: 3px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage span.valor {
  left: -10px;
  top: -2px;
}
.description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage span.symbol {
  width: 100%;
  font-size: 12px;
  line-height: 10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.description-box .box-image-hotels .prizeImage p {
  text-transform: uppercase;
}
.description-box .pro_P_UPGRADE_H_R,
.description-box .pro_P_RES_CAN,
.description-box .pro_P_GOLF,
.description-box .pro_P_LIVE_PARTY,
.description-box .pro_P_FALL_LOVE,
.description-box .pro_P_SMART_CHOICE,
.description-box .pro_P_FELL_DIFF,
.description-box .pro_P_BETTER_T,
.description-box .pro_P_STAY_CONN,
.description-box .pro_P_FOREVER_F,
.description-box .pro_P_BE_RELAX,
.description-box .pro_P_LAST_MINUTE,
.description-box .pro_P_SPORTS,
.description-box .pro_P_SPECIAL_DISC,
.description-box .container_type_package {
  height: 90px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 90px;
  z-index: 13;
}
.description-box .pro_P_UPGRADE_H_R:before,
.description-box .pro_P_RES_CAN:before,
.description-box .pro_P_GOLF:before,
.description-box .pro_P_LIVE_PARTY:before,
.description-box .pro_P_FALL_LOVE:before,
.description-box .pro_P_SMART_CHOICE:before,
.description-box .pro_P_FELL_DIFF:before,
.description-box .pro_P_BETTER_T:before,
.description-box .pro_P_STAY_CONN:before,
.description-box .pro_P_FOREVER_F:before,
.description-box .pro_P_BE_RELAX:before,
.description-box .pro_P_LAST_MINUTE:before,
.description-box .pro_P_SPORTS:before,
.description-box .pro_P_SPECIAL_DISC:before,
.description-box .container_type_package:before,
.description-box .pro_P_UPGRADE_H_R:after,
.description-box .pro_P_RES_CAN:after,
.description-box .pro_P_GOLF:after,
.description-box .pro_P_LIVE_PARTY:after,
.description-box .pro_P_FALL_LOVE:after,
.description-box .pro_P_SMART_CHOICE:after,
.description-box .pro_P_FELL_DIFF:after,
.description-box .pro_P_BETTER_T:after,
.description-box .pro_P_STAY_CONN:after,
.description-box .pro_P_FOREVER_F:after,
.description-box .pro_P_BE_RELAX:after,
.description-box .pro_P_LAST_MINUTE:after,
.description-box .pro_P_SPORTS:after,
.description-box .pro_P_SPECIAL_DISC:after,
.description-box .container_type_package:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9f9f9f #9f9f9f;
  border-style: solid;
  border-width: 2px;
  content: "";
  position: absolute;
}
.description-box .pro_P_UPGRADE_H_R:before,
.description-box .pro_P_RES_CAN:before,
.description-box .pro_P_GOLF:before,
.description-box .pro_P_LIVE_PARTY:before,
.description-box .pro_P_FALL_LOVE:before,
.description-box .pro_P_SMART_CHOICE:before,
.description-box .pro_P_FELL_DIFF:before,
.description-box .pro_P_BETTER_T:before,
.description-box .pro_P_STAY_CONN:before,
.description-box .pro_P_FOREVER_F:before,
.description-box .pro_P_BE_RELAX:before,
.description-box .pro_P_LAST_MINUTE:before,
.description-box .pro_P_SPORTS:before,
.description-box .pro_P_SPECIAL_DISC:before,
.description-box .container_type_package:before {
  bottom: 87px;
  left: 6px;
  overflow: hidden;
  position: absolute;
  width: 3px;
}
.description-box .pro_P_UPGRADE_H_R:after,
.description-box .pro_P_RES_CAN:after,
.description-box .pro_P_GOLF:after,
.description-box .pro_P_LIVE_PARTY:after,
.description-box .pro_P_FALL_LOVE:after,
.description-box .pro_P_SMART_CHOICE:after,
.description-box .pro_P_FELL_DIFF:after,
.description-box .pro_P_BETTER_T:after,
.description-box .pro_P_STAY_CONN:after,
.description-box .pro_P_FOREVER_F:after,
.description-box .pro_P_BE_RELAX:after,
.description-box .pro_P_LAST_MINUTE:after,
.description-box .pro_P_SPORTS:after,
.description-box .pro_P_SPECIAL_DISC:after,
.description-box .container_type_package:after {
  bottom: 6px;
  content: "";
  height: 0;
  right: -1px;
}
.description-box .pro_P_UPGRADE_H_R .content_loop,
.description-box .pro_P_RES_CAN .content_loop,
.description-box .pro_P_GOLF .content_loop,
.description-box .pro_P_LIVE_PARTY .content_loop,
.description-box .pro_P_FALL_LOVE .content_loop,
.description-box .pro_P_SMART_CHOICE .content_loop,
.description-box .pro_P_FELL_DIFF .content_loop,
.description-box .pro_P_BETTER_T .content_loop,
.description-box .pro_P_STAY_CONN .content_loop,
.description-box .pro_P_FOREVER_F .content_loop,
.description-box .pro_P_BE_RELAX .content_loop,
.description-box .pro_P_LAST_MINUTE .content_loop,
.description-box .pro_P_SPORTS .content_loop,
.description-box .pro_P_SPECIAL_DISC .content_loop,
.description-box .container_type_package .content_loop {
  color: #ffffff;
  font-size: 10px !important;
  font-weight: bold;
  height: 30px;
  line-height: normal;
  position: absolute;
  right: -53px;
  text-align: center;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 172px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.description-box .pro_P_UPGRADE_H_R .content_loop span,
.description-box .pro_P_RES_CAN .content_loop span,
.description-box .pro_P_GOLF .content_loop span,
.description-box .pro_P_LIVE_PARTY .content_loop span,
.description-box .pro_P_FALL_LOVE .content_loop span,
.description-box .pro_P_SMART_CHOICE .content_loop span,
.description-box .pro_P_FELL_DIFF .content_loop span,
.description-box .pro_P_BETTER_T .content_loop span,
.description-box .pro_P_STAY_CONN .content_loop span,
.description-box .pro_P_FOREVER_F .content_loop span,
.description-box .pro_P_BE_RELAX .content_loop span,
.description-box .pro_P_LAST_MINUTE .content_loop span,
.description-box .pro_P_SPORTS .content_loop span,
.description-box .pro_P_SPECIAL_DISC .content_loop span,
.description-box .container_type_package .content_loop span {
  font-size: 10px;
  height: 30px;
  left: 0;
  line-height: 10px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 180px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /* --------------- DEGRADADO TRANSPARENTE --------------- */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.description-box .container_type_package .content_loop {
  background-color: #c70513;
}
.description-box .pro_P_UPGRADE_H_R .content_loop {
  background-color: #80807F;
}
.description-box .pro_P_RES_CAN .content_loop {
  background-color: #C06BA8;
}
.description-box .pro_P_GOLF .content_loop {
  background-color: #1B6B33;
}
.description-box .pro_P_LIVE_PARTY .content_loop {
  background-color: #5E165A;
}
.description-box .pro_P_FALL_LOVE .content_loop,
.description-box .pro_P_SMART_CHOICE .content_loop {
  background-color: #E5007D;
}
.description-box .pro_P_FELL_DIFF .content_loop {
  background-color: #111111;
}
.description-box .pro_P_BETTER_T .content_loop {
  background-color: #E30513;
}
.description-box .pro_P_STAY_CONN .content_loop {
  background-color: #273582;
}
.description-box .pro_P_FOREVER_F .content_loop {
  background-color: #3FA435;
}
.description-box .pro_P_BE_RELAX .content_loop {
  background-color: #009EE3;
}
.description-box .pro_P_LAST_MINUTE .content_loop {
  background-color: #DA6322;
}
.description-box .pro_P_SPORTS .content_loop {
  background-color: #22D3C5;
}
.description-box .pro_P_SPECIAL_DISC .content_loop {
  background-color: #E6374B;
}
.description-box .pro_P_SPECIAL_DISC .content_loop span {
  left: 26px;
}
.description-box .pro_UPGRADE_H_R,
.description-box .pro_RES_CAN,
.description-box .pro_GOLF,
.description-box .pro_LIVE_PARTY,
.description-box .pro_FALL_LOVE,
.description-box .pro_SMART_CHOICE,
.description-box .pro_FELL_DIFF,
.description-box .pro_BETTER_T,
.description-box .pro_STAY_CONN,
.description-box .pro_FOREVER_F,
.description-box .pro_BE_RELAX,
.description-box .pro_LAST_MINUTE,
.description-box .pro_SPORTS,
.description-box .pro_SPECIAL_DISC,
.description-box .container_type_offers {
  position: absolute;
  right: -4px;
  top: -6px;
  width: 50%;
  z-index: 13;
}
.description-box .pro_UPGRADE_H_R:after,
.description-box .pro_RES_CAN:after,
.description-box .pro_GOLF:after,
.description-box .pro_LIVE_PARTY:after,
.description-box .pro_FALL_LOVE:after,
.description-box .pro_SMART_CHOICE:after,
.description-box .pro_FELL_DIFF:after,
.description-box .pro_BETTER_T:after,
.description-box .pro_STAY_CONN:after,
.description-box .pro_FOREVER_F:after,
.description-box .pro_BE_RELAX:after,
.description-box .pro_LAST_MINUTE:after,
.description-box .pro_SPORTS:after,
.description-box .pro_SPECIAL_DISC:after,
.description-box .container_type_offers:after {
  border-color: #9f9f9f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9f9f9f;
  border-style: solid;
  border-width: 2px;
  content: "";
  position: absolute;
  bottom: -4px;
  height: 0;
  right: 0;
}
.description-box .pro_UPGRADE_H_R .content_loop,
.description-box .pro_RES_CAN .content_loop,
.description-box .pro_GOLF .content_loop,
.description-box .pro_LIVE_PARTY .content_loop,
.description-box .pro_FALL_LOVE .content_loop,
.description-box .pro_SMART_CHOICE .content_loop,
.description-box .pro_FELL_DIFF .content_loop,
.description-box .pro_BETTER_T .content_loop,
.description-box .pro_STAY_CONN .content_loop,
.description-box .pro_FOREVER_F .content_loop,
.description-box .pro_BE_RELAX .content_loop,
.description-box .pro_LAST_MINUTE .content_loop,
.description-box .pro_SPORTS .content_loop,
.description-box .pro_SPECIAL_DISC .content_loop,
.description-box .container_type_offers .content_loop {
  background-color: #ff0000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.description-box .pro_UPGRADE_H_R .content_loop span,
.description-box .pro_RES_CAN .content_loop span,
.description-box .pro_GOLF .content_loop span,
.description-box .pro_LIVE_PARTY .content_loop span,
.description-box .pro_FALL_LOVE .content_loop span,
.description-box .pro_SMART_CHOICE .content_loop span,
.description-box .pro_FELL_DIFF .content_loop span,
.description-box .pro_BETTER_T .content_loop span,
.description-box .pro_STAY_CONN .content_loop span,
.description-box .pro_FOREVER_F .content_loop span,
.description-box .pro_BE_RELAX .content_loop span,
.description-box .pro_LAST_MINUTE .content_loop span,
.description-box .pro_SPORTS .content_loop span,
.description-box .pro_SPECIAL_DISC .content_loop span,
.description-box .container_type_offers .content_loop span {
  border-radius: 3px 0 0 3px;
  bottom: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: block;
  float: right;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  margin-top: 26px;
  padding: 5px 8px 5px 5px;
  position: static;
  text-align: left;
  width: inherit;
  color: #fff;
  text-transform: uppercase;
}
.description-box .container_type_offers .content_loop span {
  background: #c70513;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2QwMzgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2QwMzgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTFkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #c70616 3%, #d03832 36%, #d03832 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #d03832), color-stop(36%, #d03832), color-stop(100%, #d03832));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c70616 3%, #d03832 36%, #d03832 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c70616 3%, #d03832 36%, #d03832 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c70616 3%, #d03832 36%, #d03832 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c70616 3%, #d03832 36%, #d03832 100%);
  /* W3C */
}
.description-box .pro_UPGRADE_H_R .content_loop span {
  background: #80807f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzgwODA3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #80807f 0%, #80807f 37%, #3a3a3a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80807f), color-stop(37%, #80807f), color-stop(100%, #3a3a3a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #80807f 0%, #80807f 37%, #3a3a3a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #80807f 0%, #80807f 37%, #3a3a3a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #80807f 0%, #80807f 37%, #3a3a3a 100%);
  /* IE10+ */
  background: linear-gradient(to right, #80807f 0%, #80807f 37%, #3a3a3a 100%);
  /* W3C */
}
.description-box .pro_RES_CAN .content_loop span {
  background: #c06ba8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwNmJhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2MwNmJhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzM3NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #c06ba8 0%, #c06ba8 37%, #633758 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c06ba8), color-stop(37%, #c06ba8), color-stop(100%, #633758));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c06ba8 0%, #c06ba8 37%, #633758 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c06ba8 0%, #c06ba8 37%, #633758 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c06ba8 0%, #c06ba8 37%, #633758 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c06ba8 0%, #c06ba8 37%, #633758 100%);
  /* W3C */
}
.description-box .pro_GOLF .content_loop span {
  background: #1b6b33;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNmIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzFiNmIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjJiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #1b6b33 0%, #1b6b33 37%, #0b2b1b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1b6b33), color-stop(37%, #1b6b33), color-stop(100%, #0b2b1b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1b6b33 0%, #1b6b33 37%, #0b2b1b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1b6b33 0%, #1b6b33 37%, #0b2b1b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1b6b33 0%, #1b6b33 37%, #0b2b1b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1b6b33 0%, #1b6b33 37%, #0b2b1b 100%);
  /* W3C */
}
.description-box .pro_LIVE_PARTY .content_loop span {
  background: #5c165a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjMTY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzVjMTY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzBjMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #5c165a 0%, #5c165a 37%, #330c2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c165a), color-stop(37%, #5c165a), color-stop(100%, #330c2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5c165a 0%, #5c165a 37%, #330c2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5c165a 0%, #5c165a 37%, #330c2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5c165a 0%, #5c165a 37%, #330c2d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #5c165a 0%, #5c165a 37%, #330c2d 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c165a', endColorstr='#330c2d',GradientType=1 );*/
  /* IE6-8 */
}
.description-box .pro_FALL_LOVE .content_loop span,
.description-box .pro_SMART_CHOICE .content_loop span {
  background: #d14182;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2QxNDE4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2QxNDE4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzBhNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d14182 3%, #d14182 35%, #930a68 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #d14182), color-stop(35%, #d14182), color-stop(100%, #930a68));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d14182 3%, #d14182 35%, #930a68 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d14182 3%, #d14182 35%, #930a68 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d14182 3%, #d14182 35%, #930a68 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d14182 3%, #d14182 35%, #930a68 100%);
  /* W3C */
}
.description-box .pro_FELL_DIFF .content_loop span {
  background: #5e5e5e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #5e5e5e 3%, #424242 36%, #101010 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #5e5e5e), color-stop(36%, #424242), color-stop(100%, #101010));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5e5e5e 3%, #424242 36%, #101010 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5e5e5e 3%, #424242 36%, #101010 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5e5e5e 3%, #424242 36%, #101010 100%);
  /* IE10+ */
  background: linear-gradient(to right, #5e5e5e 3%, #424242 36%, #101010 100%);
  /* W3C */
}
.description-box .pro_BETTER_T .content_loop span {
  background: #d03832;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2QwMzgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2QwMzgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTFkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d03832 3%, #d03832 36%, #751d1d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #d03832), color-stop(36%, #d03832), color-stop(100%, #751d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d03832 3%, #d03832 36%, #751d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d03832 3%, #d03832 36%, #751d1d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d03832 3%, #d03832 36%, #751d1d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d03832 3%, #d03832 36%, #751d1d 100%);
  /* W3C */
}
.description-box .pro_STAY_CONN .content_loop span {
  background: #233d80;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzM5NGQ3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjI4NTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #233d80 3%, #394d7f 37%, #162851 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #233d80), color-stop(37%, #394d7f), color-stop(100%, #162851));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #233d80 3%, #394d7f 37%, #162851 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #233d80 3%, #394d7f 37%, #162851 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #233d80 3%, #394d7f 37%, #162851 100%);
  /* IE10+ */
  background: linear-gradient(to right, #233d80 3%, #394d7f 37%, #162851 100%);
  /* W3C */
}
.description-box .pro_FOREVER_F .content_loop span {
  background: #619c35;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzYxOWMzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYWEzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTU5MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #619c35 3%, #8aaa3a 44%, #3a591e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #619c35), color-stop(44%, #8aaa3a), color-stop(100%, #3a591e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #619c35 3%, #8aaa3a 44%, #3a591e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #619c35 3%, #8aaa3a 44%, #3a591e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #619c35 3%, #8aaa3a 44%, #3a591e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #619c35 3%, #8aaa3a 44%, #3a591e 100%);
  /* W3C */
}
.description-box .pro_BE_RELAX .content_loop span {
  background: #009ee3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzAwOWVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAwYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #009ee3 0%, #009ee3 37%, #0200a0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #009ee3), color-stop(37%, #009ee3), color-stop(100%, #0200a0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #009ee3 0%, #009ee3 37%, #0200a0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #009ee3 0%, #009ee3 37%, #0200a0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #009ee3 0%, #009ee3 37%, #0200a0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #009ee3 0%, #009ee3 37%, #0200a0 100%);
  /* W3C */
}
.description-box .pro_LAST_MINUTE .content_loop span {
  background: #da6322;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNjMyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2RhNjMyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjI3MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #da6322 0%, #da6322 37%, #6b2711 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #da6322), color-stop(37%, #da6322), color-stop(100%, #6b2711));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #da6322 0%, #da6322 37%, #6b2711 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #da6322 0%, #da6322 37%, #6b2711 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #da6322 0%, #da6322 37%, #6b2711 100%);
  /* IE10+ */
  background: linear-gradient(to right, #da6322 0%, #da6322 37%, #6b2711 100%);
  /* W3C */
}
.description-box .pro_SPORTS .content_loop span {
  background: #22d3c4;
  background: -moz-linear-gradient(left, #22d3c4 0%, #a1e6e0 44%, #a1e6e0 52%, #22d3c4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #22d3c4), color-stop(44%, #a1e6e0), color-stop(52%, #a1e6e0), color-stop(100%, #22d3c4));
  background: -webkit-linear-gradient(left, #22d3c4 0%, #a1e6e0 44%, #a1e6e0 52%, #22d3c4 100%);
  background: -o-linear-gradient(left, #22d3c4 0%, #a1e6e0 44%, #a1e6e0 52%, #22d3c4 100%);
  background: -ms-linear-gradient(left, #22d3c4 0%, #a1e6e0 44%, #a1e6e0 52%, #22d3c4 100%);
  background: linear-gradient(to right, #22d3c4 0%, #a1e6e0 44%, #a1e6e0 52%, #22d3c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22d3c4', endColorstr='#22d3c4', GradientType=1);
}
.description-box .pro_SPECIAL_DISC .content_loop span {
  background: #da6322;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNjMyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2RhNjMyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjI3MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #e6374b 0%, #e6374b 37%, #a62e3b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6374b), color-stop(37%, #e6374b), color-stop(100%, #a62e3b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e6374b 0%, #e6374b 37%, #a62e3b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e6374b 0%, #e6374b 37%, #a62e3b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e6374b 0%, #e6374b 37%, #a62e3b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e6374b 0%, #e6374b 37%, #a62e3b 100%);
  /* W3C */
}
.description-box .box-image-hotels .nodispoSearch .ctn_nodispo {
  border-radius: 5px;
}
.description-box .box-image-hotels .nodispoSearch .ctn_nodispo .form_container {
  margin-top: 0;
  border-radius: 5px;
}
.description-box .box-image-hotels .nodispoSearch .ctn_nodispo .form_container .content {
  min-height: 331px;
}
.description-box .box-image-hotels .nodispoSearch .ctn_nodispo .form_container .content .text_aviable {
  min-height: 200px;
}
.description-box .box-image-hotels .nodispoSearch .ctn_nodispo .form_container .content form {
  min-height: 243px;
}
.description-box .box-image-hotels .img-hotels .cModal,
.description-box .box-image-hotels .ctn_nodispo .cModal {
  min-height: inherit;
}
.description-box .box-image-hotels .img-hotels .cModal span,
.description-box .box-image-hotels .ctn_nodispo .cModal span {
  position: static !important;
  max-width: inherit;
  text-align: center;
  font-size: inherit;
  min-height: inherit;
}
.description-box .box-image-hotels .ctn_nodispo .cModal {
  min-height: 339px;
}
.title_section,
.wExtra {
  color: rgba(51, 51, 51, 0.5);
  font-size: 22px;
  height: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 0;
  text-transform: none;
  text-align: left;
}
.fh_descripcion .description-box .title_section,
.promos_fh .description-box .title_section {
  color: #d9d9d9;
  color: rgba(0, 0, 0, 0.15);
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.prize-box {
  position: relative;
  padding: 0;
}
.list-prize {
  position: relative;
}
.list-prize li {
  display: table;
  margin-bottom: 15px;
  padding: 0 1%;
}
.list-prize li a {
  display: table-cell;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  height: 64px;
}
.list-prize li a img {
  max-width: 78px;
  max-height: 45px;
}
.icons-prize {
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 70px;
  text-align: center;
  width: 100%;
}
.icons-prize:hover {
  background: rgba(0, 0, 0, 0.05);
}
.box-grey {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.box-grey.list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 10px 25px 30px 15px;
}
.box-grey.list h5 {
  color: #303030;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
}
.box-grey.list span {
  color: #777;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-left: 0;
  text-indent: -8px;
  margin-top: 10px;
}
.box-grey.list span i.fa-check {
  color: #777;
  font-size: 12px;
  margin-right: 5px;
}
.social-list {
  margin: 0 auto;
}
.social-list li {
  display: inline-block;
  margin: 0 5px;
}
.descriptionModal p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.equipmentModal,
.descriptionModal,
.advantageModal,
.infoModal {
  background: #303030;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  left: 0;
  position: absolute;
  top: 120px;
  z-index: 13;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.equipmentModal .benefit,
.descriptionModal .benefit,
.advantageModal .benefit,
.infoModal .benefit {
  left: auto!important;
  right: -5px;
  top: 30px!important;
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) !important;
  width: 125px;
}
.equipmentModal .benefit:before,
.descriptionModal .benefit:before,
.advantageModal .benefit:before,
.infoModal .benefit:before {
  border-width: 7px 4px 0 0!important;
  border-color: #888 transparent transparent transparent!important;
  left: auto!important;
  right: 1px;
}
.equipmentModal .benefit + h3,
.descriptionModal .benefit + h3,
.advantageModal .benefit + h3,
.infoModal .benefit + h3 {
  margin-bottom: 29px;
}
.equipmentModal h3,
.descriptionModal h3,
.advantageModal h3,
.infoModal h3 {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
}
.equipmentModal span.close-modal,
.descriptionModal span.close-modal,
.advantageModal span.close-modal,
.infoModal span.close-modal {
  cursor: pointer;
  top: 2px;
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.equipmentModal span.close-modal i,
.descriptionModal span.close-modal i,
.advantageModal span.close-modal i,
.infoModal span.close-modal i {
  color: #FFF;
}
.equipmentModal ul li,
.descriptionModal ul li,
.advantageModal ul li,
.infoModal ul li {
  margin-left: 10px;
  text-align: left;
  text-indent: -5px;
}
.equipmentModal ul li span,
.descriptionModal ul li span,
.advantageModal ul li span,
.infoModal ul li span {
  color: #FFF;
  font-size: 12px;
}
.equipmentModal ul li span i,
.descriptionModal ul li span i,
.advantageModal ul li span i,
.infoModal ul li span i {
  margin-right: 5px;
}
.equipmentModal .modal_pvp_list .infoPopover,
.descriptionModal .modal_pvp_list .infoPopover,
.advantageModal .modal_pvp_list .infoPopover,
.infoModal .modal_pvp_list .infoPopover {
  display: none;
}
.equipmentModal .modal_pvp_list .infoPopover h3,
.descriptionModal .modal_pvp_list .infoPopover h3,
.advantageModal .modal_pvp_list .infoPopover h3,
.infoModal .modal_pvp_list .infoPopover h3,
.equipmentModal .modal_pvp_list .infoPopover p,
.descriptionModal .modal_pvp_list .infoPopover p,
.advantageModal .modal_pvp_list .infoPopover p,
.infoModal .modal_pvp_list .infoPopover p {
  color: #969796;
  color: rgba(0, 0, 0, 0.5);
}
.equipmentModal .modal_pvp_list .infoPopover.active,
.descriptionModal .modal_pvp_list .infoPopover.active,
.advantageModal .modal_pvp_list .infoPopover.active,
.infoModal .modal_pvp_list .infoPopover.active {
  display: block;
}
.galleryModal {
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 13;
}
.galleryModal span.close-modal {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: 28px;
}
.galleryModal span.close-modal i {
  color: #FFF;
}
.galleryModal .carousel {
  padding: 0;
  height: inherit;
  margin-bottom: 0;
}
.galleryModal .carousel-indicators li {
  background-color: #FFF;
  margin: 8px;
}
.galleryModal .carousel-indicators li.active {
  -moz-box-shadow: 0 0 10px #ffffff;
  -webkit-box-shadow: 0 0 10px #ffffff;
  box-shadow: 0 0 10px #ffffff;
}
.galleryModal .carousel-inner {
  border: 0 none;
  height: auto;
  margin: 0;
}
.galleryModal .controls-carousel {
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
}
.ctn_modal_prize {
  position: relative;
}
.prizeModal {
  background: #303030;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  left: 15%;
  margin-left: -29px;
  padding: 5px 21px 15px 15px;
  position: absolute;
  top: 0;
  width: 280px;
  z-index: 200;
}
.prizeModal .close-modal {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.prizeModal img {
  display: block;
  margin: 0 auto;
}
.prizeModal h3,
.prizeModal h6 {
  color: #777;
  color: rgba(255, 255, 255, 0.25);
  font-size: 15px;
  float: left;
  margin: 15px 20px 10px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.prizeModal .border-content {
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
}
.prizeModal .border-content p {
  color: #a4a4a4;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 19px;
}
.conditionsModal {
  background: #303030;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  left: 50%;
  margin-left: -140px;
  padding: 5px 15px 15px 15px;
  position: absolute;
  top: 50px;
  width: 280px;
  text-align: center;
  z-index: 15;
}
.conditionsModal .close-modal {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 8px;
  width: auto;
}
.conditionsModal h3 {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  text-transform: uppercase;
}
.conditionsModal p {
  color: #a4a4a4;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  width: 100%;
}
.pvp_container {
  width: 100%;
}
.pvp_container h3,
.pvp_container h5 {
  font-size: 12px;
  color: #969796;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 10px;
}
.pvp_container .subtitle {
  font-size: 12px;
  color: #a8a9a8;
  color: rgba(0, 0, 0, 0.3);
}
.pvp_container .buttons_exchange button,
.pvp_container .buttons_exchange a.btn {
  margin-bottom: 2%;
  padding: 7px 12px;
  height: 50px;
  line-height: 29px;
  width: 100%;
}
.pvp_container .buttons_exchange button:hover span,
.pvp_container .buttons_exchange a.btn:hover span {
  color: #ffffff;
}
.pvp_container .buttons_exchange button p,
.pvp_container .buttons_exchange a.btn p {
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  float: left;
  font-weight: bold;
  width: auto;
}
.pvp_container .buttons_exchange button p strong,
.pvp_container .buttons_exchange a.btn p strong {
  opacity: .5;
  margin-left: 2%;
  font-size: 0.7em;
}
.pvp_container .buttons_exchange button div.ctn_res_coin,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin {
  position: relative;
  color: #ffffff;
  text-align: right;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span {
  position: relative;
  font-weight: bold;
  font-size: 24px;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span.num,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num,
.pvp_container .buttons_exchange button div.ctn_res_coin span.valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor {
  font-weight: bold;
  text-align: right;
  font-size: 24px;
  display: inline-block;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span.num.medium-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.medium-valor,
.pvp_container .buttons_exchange button div.ctn_res_coin span.valor.medium-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.medium-valor {
  font-size: 26px;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span.num.large-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.large-valor,
.pvp_container .buttons_exchange button div.ctn_res_coin span.valor.large-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.large-valor {
  padding-top: 2px;
  font-size: 22px;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span.num.extra-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.extra-valor,
.pvp_container .buttons_exchange button div.ctn_res_coin span.valor.extra-valor,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.extra-valor {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 18px;
}
.pvp_container .buttons_exchange button div.ctn_res_coin span.symbol,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.symbol,
.pvp_container .buttons_exchange button div.ctn_res_coin span.use,
.pvp_container .buttons_exchange a.btn div.ctn_res_coin span.use {
  font-size: 16px;
  display: inline-block;
}
.pvp_container .buttons_exchange button.grey-btn,
.pvp_container .buttons_exchange a.btn.grey-btn {
  background-color: #999999;
}
.pvp_container .buttons_exchange button.dark-btn,
.pvp_container .buttons_exchange a.btn.dark-btn {
  background-color: #517583;
}
.pvp_container .buttons_exchange button.btn.grey-btn span,
.pvp_container .buttons_exchange a.btn.btn.grey-btn span,
.pvp_container .buttons_exchange button .btn.dark-btn span,
.pvp_container .buttons_exchange a.btn .btn.dark-btn span {
  color: #ffffff !important;
}
.pvp_container .buttons_exchange button.btn.grey-btn:hover,
.pvp_container .buttons_exchange a.btn.btn.grey-btn:hover,
.pvp_container .buttons_exchange button .btn.dark-btn:hover,
.pvp_container .buttons_exchange a.btn .btn.dark-btn:hover,
.pvp_container .buttons_exchange button.btn.grey-btn:focus,
.pvp_container .buttons_exchange a.btn.btn.grey-btn:focus,
.pvp_container .buttons_exchange button .btn.dark-btn:focus,
.pvp_container .buttons_exchange a.btn .btn.dark-btn:focus {
  color: #ffffff !important;
}
.pvp_container .buttons_exchange button.btn.grey-btn:hover span,
.pvp_container .buttons_exchange a.btn.btn.grey-btn:hover span,
.pvp_container .buttons_exchange button .btn.dark-btn:hover span,
.pvp_container .buttons_exchange a.btn .btn.dark-btn:hover span,
.pvp_container .buttons_exchange button.btn.grey-btn:focus span,
.pvp_container .buttons_exchange a.btn.btn.grey-btn:focus span,
.pvp_container .buttons_exchange button .btn.dark-btn:focus span,
.pvp_container .buttons_exchange a.btn .btn.dark-btn:focus span {
  color: #ffffff !important;
}
.pvp_container .radio_values {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.pvp_container .pvp_module {
  background-color: #e5e6e4;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: left;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.pvp_container .pvp_module .text-warning ~ .pvp_module_price .offer {
  margin-top: -3px !important;
  font-size: 22px;
}
.pvp_container .pvp_module .text-warning ~ .pvp_module_price .offer + .cross {
  font-size: 18px;
  top: 58px;
}
.pvp_container .pvp_module:hover {
  background-color: #d8d9d8;
  background-color: rgba(0, 0, 0, 0.07);
}
.pvp_container .pvp_module.dark_ctn {
  background-color: #d8d9d8;
  background-color: rgba(0, 0, 0, 0.1);
}
.pvp_container .pvp_module.dark_ctn .offer {
  color: #6c6c6c;
  color: rgba(0, 0, 0, 0.5);
}
.pvp_container .pvp_module.dark_ctn .offer.cross {
  color: rgba(0, 0, 0, 0.4);
}
.pvp_container .pvp_module.dark_ctn .offer.cross + .dates + .commission-wrapper {
  top: 60px;
}
.pvp_container .pvp_module.dark_ctn ul.dates {
  display: block;
}
.pvp_container .pvp_module.dark_ctn ul.dates li .fa-square :hover {
  color: #9c9d9c !important;
}
.pvp_container .pvp_module .radio {
  width: 58%;
  padding: 2px 0 0 40px;
  min-height: 25px;
}
.pvp_container .pvp_module .radio .tarifa-info {
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  color: #00acce;
  font-size: 12px;
}
.pvp_container .pvp_module .offer {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #c6c7c5;
  color: rgba(0, 0, 0, 0.2);
  float: right;
  margin-right: 10px;
}
.pvp_container .pvp_module .offer.cross {
  font-size: 1.1em;
  text-decoration: line-through !important;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 34px;
  right: 43px;
}
.pvp_container .pvp_module .offer span {
  font-size: 16px;
  margin: 0 2%;
}
.pvp_container .pvp_module .offer.medium-valor {
  font-size: 26px;
}
.pvp_container .pvp_module .offer.large-valor {
  font-size: 22px;
}
.pvp_container .pvp_module .offer.extra-valor {
  font-size: 18px;
}
.pvp_container .pvp_module .pvp_prize {
  float: right;
}
.pvp_container .pvp_module .fa-stack {
  color: #c2c3c2;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  cursor: pointer;
}
.pvp_container .pvp_module .fa-stack .fa-info {
  color: #747574;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
.pvp_container .pvp_module ul.dates {
  display: none;
  float: left;
  padding: 0 5%;
  margin-top: 20px;
}
.pvp_container .pvp_module ul.dates li {
  color: #6c6c6c;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: left;
  padding: 0 0 0 28px;
  position: relative;
}
.pvp_container .pvp_module ul.dates li:before {
  content: " ";
  top: 5px;
  position: absolute;
  background-color: #6c6c6c;
  background-color: rgba(0, 0, 0, 0.5);
  width: 7px;
  margin-left: -11px;
  height: 7px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pvp_container .pvp_module ul.dates li .fa-stack {
  font-size: 12px;
}
.pvp_container .pvp_module ul.dates li .fa-stack:hover {
  color: #9c9d9c !important;
}
.pvp_container .pvp_module ul.dates li .fa-stack .fa-info {
  color: #747574;
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
}
.pvp_container .pvp_module.noWrap .offer {
  margin: 0 15px 0 0;
  float: right;
  width: auto;
}
.infoModal p {
  color: #a4a4a4;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.infoModal .pvp_container {
  padding: 0 0 0 0;
  width: 100%;
}
.infoModal .pvp_container .pvp_module .offer.cross {
  color: rgba(255, 255, 255, 0.1);
}
.infoModal .pvp_container .destacar {
  font-weight: bold;
}
.infoModal .pvp_container h3,
.infoModal .pvp_container h5 {
  color: #989898;
  color: rgba(255, 255, 255, 0.5);
}
.infoModal .pvp_container .subtitle {
  color: #6f6f6f;
  color: rgba(255, 255, 255, 0.3);
}
.infoModal .pvp_container .buttons_exchange .btn {
  height: 43px;
}
.infoModal .pvp_container .buttons_exchange span.num,
.infoModal .pvp_container .buttons_exchange span.valor {
  font-size: 22px;
}
.infoModal .pvp_module {
  background-color: #0f0f0f;
  background-color: rgba(255, 255, 255, 0.06);
  min-height: 43px;
}
.infoModal .pvp_module:hover {
  background-color: rgba(255, 255, 255, 0.09);
}
.infoModal .pvp_module .offer {
  color: #dedede;
  color: rgba(255, 255, 255, 0.2);
}
.infoModal .pvp_module .radio {
  color: #a2a2a2;
  color: rgba(255, 255, 255, 0.2);
}
.infoModal .pvp_module ul.dates li {
  color: #a2a2a2;
  color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module ul.dates li::before {
  background-color: #a2a2a2;
  background-color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module.dark_ctn {
  background-color: #595959;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module.dark_ctn .span {
  color: #ddd;
  color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module.dark_ctn .radio {
  color: #ddd;
  color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module.dark_ctn .offer {
  color: #dedede;
  color: rgba(255, 255, 255, 0.8);
}
.infoModal .pvp_module.dark_ctn .offer.cross {
  color: rgba(255, 255, 255, 0.6);
}
.infoModal .pvp_module.dark_ctn .fa-square {
  color: rgba(255, 255, 255, 0.1);
}
.infoModal .pvp_module.dark_ctn .fa-info {
  color: rgba(255, 255, 255, 0.3) !important;
}
.infoModal .pvp_module.dark_ctn ul.dates {
  font-weight: 400;
}
.infoModal .pvp_module.dark_ctn ul.dates .cancelation {
  text-indent: 0;
}
.infoModal .pvp_module.dark_ctn ul.dates .cancelation h4,
.infoModal .pvp_module.dark_ctn ul.dates .cancelation li {
  color: #797979;
  color: rgba(0, 0, 0, 0.5) !important;
}
.infoModal .pvp_module.dark_ctn ul.dates .cancelation li:before {
  background-color: #797979;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.infoModal .pvp_module.dark_ctn ul.dates li .fa-square {
  color: #bfbfbe;
}
.infoModal .pvp_module.dark_ctn ul.dates li .fa-square:hover {
  color: #9c9d9c !important;
}
.infoModal .pvp_module.dark_ctn ul.dates li .fa-info {
  color: rgba(0, 0, 0, 0.3) !important;
}
.infoPopover,
.infoMorePopover {
  display: none;
  position: absolute;
  top: 58px;
  left: 5%;
  z-index: 1010;
  width: 90%;
  padding: 20px;
  text-align: left;
  background-color: #e0e1df;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: normal;
  cursor: default;
}
.infoPopover .close-popover,
.infoMorePopover .close-popover {
  color: #868786;
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
  float: right;
}
.infoPopover .close-popover i,
.infoMorePopover .close-popover i {
  cursor: pointer;
}
.infoPopover h3,
.infoMorePopover h3 {
  font-size: 14px;
}
.infoPopover p,
.infoMorePopover p {
  font-size: 14px;
}
.infoPopover ul,
.infoMorePopover ul {
  padding-left: 10px;
  width: 90%;
}
.infoPopover ul li,
.infoMorePopover ul li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.infoPopover ul li::before,
.infoMorePopover ul li::before {
  content: " ";
  top: 7px;
  position: absolute;
  background-color: #6c6c6c;
  background-color: rgba(0, 0, 0, 0.5);
  width: 7px;
  margin-left: -4%;
  height: 7px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.infoPopover.cancelation,
.infoMorePopover.cancelation {
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 13px;
}
.infoPopover.cancelation h4,
.infoMorePopover.cancelation h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.infoPopover .otras_cancel,
.infoMorePopover .otras_cancel {
  padding: 0;
  width: 100%;
}
.infoPopover .otras_cancel li,
.infoMorePopover .otras_cancel li {
  padding: 0 0 0 11px !important;
  font-weight: normal;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .list-activities ul li {
    width: 12.5%;
  }
  .title-hotel h1 {
    font-size: 26px;
  }
  .title-hotel p.subtitle {
    font-size: 16px;
  }
  .list-star li span {
    font-size: 20px;
  }
  .search-reserve {
    margin: 10px 0 20px 0;
  }
  .search-reserve a {
    font-size: 24px;
  }
  .search-reserve i {
    font-size: 30px;
    top: 10px;
  }
  .advantage-box {
    padding: 10px;
  }
  .advantage-box i.fa-gift {
    font-size: 30px;
    margin-right: 5px;
  }
  .advantage-box h3,
  .advantage-box h6 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 10px 5px 0;
    text-align: left;
    width: auto;
  }
  .advantage-box .conditionsModal h6 {
    margin: 5px 0 9px -5px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    text-align: left;
  }
  .advantage-box .conditionsModal p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 140%;
  }
  .advantage-box .conditionsModal p:last-child {
    margin-bottom: 0;
  }
  .advantage-box .ctn_showConditions {
    cursor: pointer;
  }
  .advantage-box a {
    font-size: 13px;
    float: right!important;
    clear: none;
    height: 38px;
    line-height: 38px;
    margin-top: 0;
    padding: 0 30px;
    text-align: center;
    top: 0;
    width: 30%;
  }
  .advantage-box ul li {
    width: 32%;
  }
  .advantage-box ul li span {
    font-size: 13px;
    text-indent: -6px;
    margin-left: 10px;
  }
  .advantage-box ul li span i {
    font-size: 13px;
    text-indent: -10px;
    margin-right: 5px;
  }
  .description-box {
    margin-bottom: 20px;
  }
  .description-box button {
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
  }
  .description-box p {
    font-size: 14px;
    line-height: normal;
  }
  .description-box p.wExtras {
    float: left;
    width: 70%;
  }
  .description-box .grey-box {
    background: #FFF;
    display: inline-block;
  }
  .description-box .adv_sale {
    font-size: 14px;
  }
  .description-box .adv_sale h4 {
    font-size: 20px;
    color: #666666;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    font-weight: bold;
  }
  .description-box .adv_sale p {
    font-size: 14px;
  }
  .description-box .adv_sale .ctn_conditions h4 {
    font-size: 14px;
  }
  .description-box .adv_sale .ctn_conditions p {
    font-size: 14px;
  }
  .description-box .adv_sale .ctn_conditions ul li {
    font-size: 14px;
  }
  .description-box .adv_sale .terminos p {
    float: left;
    position: relative;
    top: 7px;
    width: 100%;
    text-align: right;
  }
  .description-box .adv_sale .terminos a {
    float: right;
  }
  .description-box .box-image-hotels {
    background: rgba(0, 0, 0, 0.05);
    border: 3px solid transparent;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 5px;
  }
  .description-box .box-image-hotels.active {
    border: 3px solid #517583;
  }
  .description-box .box-image-hotels .benefit {
    left: auto!important;
    right: -8px;
    font-size: 10px;
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3) !important;
    width: 125px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .description-box .box-image-hotels .benefit:before {
    border-width: 7px 4px 0 0!important;
    border-color: #888 transparent transparent transparent!important;
    left: auto!important;
    right: 1px;
  }
  .description-box .box-image-hotels .img-hotels {
    background: #FFF;
    border: 3px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  }
  .description-box .box-image-hotels .img-hotels .prizeImage {
    /*display: none;*/
  }
  .description-box .box-image-hotels .text-img {
    padding: 0 20px 0 35px;
  }
  .description-box .laptopHover {
    position: relative;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs {
    bottom: 3px;
    font-size: 14px;
    left: 0;
    max-width: 229px;
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs > span {
    bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    max-width: 194px;
    padding-right: 0;
    text-align: left;
    width: 58%;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage {
    bottom: 5px;
    right: 10px;
    margin: 0;
    position: absolute;
    width: 32%;
    text-align: right;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p {
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    width: auto;
    margin: 0;
    position: initial;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price {
    min-width: 39px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span {
    position: initial;
    line-height: 15px;
    bottom: 0;
    float: none;
    left: 0;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor {
    font-size: 26px;
    line-height: 18px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor.large-valor {
    font-size: 22px;
    line-height: 16px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor.extra-valor {
    font-size: 21px;
    line-height: 16px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.symbol {
    width: 100%;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.until {
    display: block;
  }
  .description-box.offer_sheet .img-hotels .laptopHover .gradient-img {
    bottom: 0;
  }
  .description-box.offer_sheet .img-hotels .benefit.band {
    font-size: 12px;
    width: 88px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.smaller {
    width: 68px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.bigger {
    width: 97px;
  }
  .description-box .pro_P_UPGRADE_H_R,
  .description-box .pro_P_RES_CAN,
  .description-box .pro_P_GOLF,
  .description-box .pro_P_LIVE_PARTY,
  .description-box .pro_P_FALL_LOVE,
  .description-box .pro_P_SMART_CHOICE,
  .description-box .pro_P_FELL_DIFF,
  .description-box .pro_P_BETTER_T,
  .description-box .pro_P_STAY_CONN,
  .description-box .pro_P_FOREVER_F,
  .description-box .pro_P_BE_RELAX,
  .description-box .pro_P_LAST_MINUTE,
  .description-box .pro_P_SPORTS,
  .description-box .container_type_package {
    top: -6px;
    right: -6px;
  }
  .description-box .pro_P_UPGRADE_H_R .content_loop,
  .description-box .pro_P_RES_CAN .content_loop,
  .description-box .pro_P_GOLF .content_loop,
  .description-box .pro_P_LIVE_PARTY .content_loop,
  .description-box .pro_P_FALL_LOVE .content_loop,
  .description-box .pro_P_SMART_CHOICE .content_loop,
  .description-box .pro_P_FELL_DIFF .content_loop,
  .description-box .pro_P_BETTER_T .content_loop,
  .description-box .pro_P_STAY_CONN .content_loop,
  .description-box .pro_P_FOREVER_F .content_loop,
  .description-box .pro_P_BE_RELAX .content_loop,
  .description-box .pro_P_LAST_MINUTE .content_loop,
  .description-box .pro_P_SPORTS .content_loop,
  .description-box .container_type_package .content_loop {
    top: 32px;
    right: -72px;
  }
  .description-box .pro_UPGRADE_H_R,
  .description-box .pro_RES_CAN,
  .description-box .pro_GOLF,
  .description-box .pro_LIVE_PARTY,
  .description-box .pro_FALL_LOVE,
  .description-box .pro_SMART_CHOICE,
  .description-box .pro_FELL_DIFF,
  .description-box .pro_BETTER_T,
  .description-box .pro_STAY_CONN,
  .description-box .pro_FOREVER_F,
  .description-box .pro_BE_RELAX,
  .description-box .pro_LAST_MINUTE,
  .description-box .pro_SPORTS,
  .description-box .pro_SPECIAL_DISC,
  .description-box .container_type_offers {
    top: -6px;
    right: -7px;
  }
  .list-prize {
    margin-top: 20px;
  }
  .ctn_modal_prize {
    position: relative;
    top: 100px;
  }
  .prizeModal {
    width: 472px;
  }
  .prizeModal:before {
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    top: -20px;
    position: absolute;
    left: 28px;
  }
  .prizeModal .close-modal {
    font-size: 22px;
  }
  .prizeModal h3,
  .prizeModal h6 {
    font-size: 14px;
  }
  .prizeModal .border-content p {
    font-size: 12px;
  }
  .prizeModal.arrowRight:before {
    left: auto;
    right: 50px;
  }
  .advantageModal h3,
  .advantageModal h5 {
    margin-right: 25%;
  }
  .equipmentModal,
  .descriptionModal,
  .advantageModal,
  .infoModal {
    left: 38%;
    top: auto;
  }
  .equipmentModal:before,
  .descriptionModal:before,
  .advantageModal:before,
  .infoModal:before {
    border-style: solid;
    border-width: 20px 25px 20px 0;
    border-color: rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 20px;
    width: 0;
  }
  .equipmentModal .col-sm-6,
  .descriptionModal .col-sm-6,
  .advantageModal .col-sm-6,
  .infoModal .col-sm-6 {
    padding: 0 15px 0 0;
  }
  .equipmentModal .benefit,
  .descriptionModal .benefit,
  .advantageModal .benefit,
  .infoModal .benefit {
    right: -5px !important;
  }
  .galleryModal {
    left: 35%;
    width: 430px;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 5% 100%, 5% 22%, 0% 17%, 5% 9%, 5% 0%);
    clip-path: polygon(100% 0%, 100% 100%, 5% 100%, 5% 22%, 0% 17%, 5% 9%, 5% 0%);
  }
  .galleryModal .carousel {
    height: 290px;
  }
  .galleryModal .carousel-inner .item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .galleryModal .carousel-indicators {
    bottom: 0;
  }
  .galleryModal .controls-carousel {
    right: 10px;
    left: auto;
  }
  .conditionsModal {
    display: none;
    right: 29px;
    float: right;
    left: auto;
    top: 60px;
    width: 360px;
  }
  .conditionsModal:before {
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    top: -20px;
    position: absolute;
    right: 60px;
  }
  .conditionsModal.bottom:before {
    display: none;
  }
  .pvp_container {
    margin-top: 20px;
    float: left;
  }
  .pvp_container .buttons_exchange button,
  .pvp_container .buttons_exchange a.btn {
    padding: 9px 12px;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    line-height: 30px;
  }
  .pvp_container .buttons_exchange button p strong,
  .pvp_container .buttons_exchange a.btn p strong {
    font-size: 1em;
    display: inline-block;
    font-weight: 700;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.medium-valor {
    margin-top: -2px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.large-valor {
    padding-top: 0;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.use,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.use {
    font-size: 12px;
  }
  .pvp_container .pvp_module {
    position: relative;
  }
  .pvp_container .pvp_module .offer {
    margin: 0 15px 0 0;
    float: right;
    font-size: 18px;
    width: auto;
  }
  .pvp_container .pvp_module .offer .cross {
    line-height: 16px;
  }
  .pvp_container .pvp_module .offer span {
    font-size: 12px;
  }
  .pvp_container .pvp_module .offer.medium-valor {
    font-size: 24px;
  }
  .pvp_container .pvp_module .offer.large-valor {
    font-size: 22px;
  }
  .pvp_container .pvp_module .offer.extra-valor {
    font-size: 20px;
  }
  .pvp_container .pvp_module ul.dates {
    padding: 0 0 0 24px;
    margin-top: 0;
    width: 100%;
  }
  .infoPopover {
    top: 58px;
    right: -16px;
    left: auto;
    width: 50%;
  }
  .infoPopover::before {
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #e0e1df transparent;
    content: "";
    height: 0;
    width: 0;
    top: -14px;
    position: absolute;
    right: 28px;
  }
  .infoPopover ul {
    margin: 0;
  }
  .infoPopover ul li {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
  }
  .infoPopover.cancelation {
    width: 60%;
    left: -4%;
  }
  .infoPopover.cancelation::before {
    right: 28px;
  }
  .sec_pri > .description-box > h3 {
    color: rgba(51, 51, 51, 0.5);
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: none;
  }
  .sec_pri .description-box p {
    font-size: 13.6px;
    line-height: 20.4px;
  }
  .sec_pri .description-box p.wExtras {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .sec_pri .description-box b,
  .sec_pri .description-box strong {
    font-weight: 400;
  }
  .sectionSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
  .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
  .sectionSearch .ctn_modals .modal_bg_date_out .content_date .title_search,
  .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .title_search {
    text-align: left;
  }
  .rrss {
    margin-top: 60px;
  }
}
/************* 992px a 1200px *************/
@media (min-width: 992px) {
  .fh .col-md-3 ~ .col-md-9 {
    float: right;
  }
  .controls-carousel {
    top: 9px;
  }
  .controls-carousel.leftPosition {
    bottom: auto;
    left: auto;
    top: 25px;
  }
  .list-activities {
    background: transparent;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    float: right;
    width: 74%;
  }
  .list-activities ul {
    width: 100%;
    float: right;
    margin-right: 11px;
  }
  .list-activities ul li {
    border: 2px solid transparent;
    height: 78px;
    width: 87px;
  }
  .list-activities ul li a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 11px;
    vertical-align: bottom;
    height: 100%;
    display: inline-block;
    width: 97%;
  }
  .list-activities ul li a img {
    display: block;
    width: auto;
    height: 27px;
    vertical-align: bottom;
    margin: 0 auto 11px;
    padding: 1px 0;
  }
  .list-activities ul li.clear-md {
    clear: both;
  }
  .list-activities ul li.clear-lg {
    clear: inherit;
  }
  .list-estancies li .actions .counter input {
    text-align: right;
  }
  .actionButtons {
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  .actionButtons ul {
    margin-bottom: 12px;
  }
  .actionButtons ul li a {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    color: #ffffff;
    height: 74px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 25px 11px 0 21px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #404040;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
    text-align: center;
  }
  .actionButtons ul li.reserve a {
    background-color: #04ABCE;
    background-position: 15px -1556px;
    margin-top: 0;
  }
  .actionButtons ul li.pictures:hover,
  .actionButtons ul li.maps:hover,
  .actionButtons ul li.vids:hover {
    background-color: #717171;
  }
  .actionButtons ul li.pictures a {
    background-position: 17px -1658px;
    text-align: left;
    padding-left: 46px;
  }
  .actionButtons ul li.maps a {
    background-position: 17px -1923px;
    text-align: left;
    padding-left: 46px;
  }
  .actionButtons ul li.vids a {
    background-position: 17px -1972px;
    text-align: left;
    padding-left: 46px;
  }
  .gallery li.pictures,
  .gallery li.maps,
  .gallery li.vids,
  .gallery li.tv-360,
  .gallery li.checkin {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .gallery li.pictures:hover,
  .gallery li.maps:hover,
  .gallery li.vids:hover,
  .gallery li.tv-360:hover,
  .gallery li.checkin:hover {
    background-color: #717171;
  }
  .gallery li.pictures a,
  .gallery li.maps a,
  .gallery li.vids a,
  .gallery li.tv-360 a,
  .gallery li.checkin a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    height: 72px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border: none;
    padding: 25px 11px 0 37px;
    width: 100%;
  }
  .gallery li.pictures:hover,
  .gallery li.maps:hover,
  .gallery li.vids:hover,
  .gallery li.tv-360:hover,
  .gallery li.checkin:hover {
    background-color: #e0e0e0;
    background-color: rgba(0, 0, 0, 0.07);
  }
  .gallery li.pictures a {
    background: url(../images/icons.png) no-repeat 17px -1713px;
  }
  .gallery li.pictures:hover a {
    /*background-position: 17px -1659px;*/
  }
  .gallery li.checkin a {
    background: url(../images/icons.png) no-repeat 17px -2116px;
  }
  .gallery li.checkin:hover a {
    /*background-position: 17px -1659px;*/
  }
  .gallery li.maps a {
    background: url(../images/icons.png) no-repeat 17px -1867px;
  }
  .gallery li.maps:hover a {
    /*background-position: 17px -1924px;*/
  }
  .gallery li.vids a {
    background: url(../images/icons.png) no-repeat 17px -2017px;
  }
  .gallery li.vids:hover a {
    /*background-position: 17px -2047px;*/
  }
  .gallery li.tv-360 a {
    background: url(../images/icons.png) no-repeat 17px -2083px;
    padding: 10px 11px 0 57px;
    text-align: left;
    height: 42px;
  }
  .gallery li.tv-360:hover a {
    /*background-position: 17px -1924px;*/
  }
  .advantage-box {
    background: #04abce url(../images/ico-present-big.png) 90% 10px no-repeat;
    display: inline-block;
    padding: 22px;
  }
  .advantage-box a {
    float: none!important;
    width: auto;
    margin-top: 0;
    top: 15px;
  }
  .advantage-box h3 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0;
  }
  .advantage-box ul li {
    width: 100%;
    margin-bottom: 3px;
  }
  .advantage-box ul li span {
    font-size: 12px;
    line-height: 17px;
    text-indent: -9px;
    margin-left: 20px;
    font-weight: bold;
  }
  .box-grey.list {
    padding: 12px 17px 20px 24px;
    margin-bottom: 30px;
  }
  .box-grey.list .col-md-12,
  .box-grey.list .col-lg-12 {
    margin-bottom: 5px;
  }
  .box-grey.list span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
  }
  .hidden-list {
    display: block !important;
  }
  .description-box {
    margin-bottom: 30px;
  }
  .description-box p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .description-box .laptopHover {
    position: static !important;
  }
  .description-box.offer_sheet .img-hotels .laptopHover .gradient-img {
    bottom: 0;
  }
  .description-box.offer_sheet .img-hotels .benefit.band {
    font-size: 10px;
    width: 72px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.smaller {
    width: 56px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.bigger {
    width: 80px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs {
    bottom: 0;
    font-size: 14px;
    left: 0;
    min-height: 50px;
    margin-left: 0;
    width: 221px;
    z-index: 20;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs span {
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    width: 55%;
    font-weight: 700;
    bottom: 7px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage {
    position: absolute;
    margin: 0;
    left: auto;
    right: 16px;
    width: 33%;
    bottom: 8px;
    height: auto;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.since,
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.until {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.since {
    line-height: 9px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.until {
    line-height: 10px;
    margin-left: 0;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 0;
    position: static;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor {
    font-size: 23px;
    line-height: 17px;
    position: static;
    text-align: right;
    width: 100%;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor.medium-valor {
    font-size: 23px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor.large-valor {
    font-size: 22px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.valor.extra-valor {
    font-size: 20px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.price span.symbol {
    line-height: 8px;
    font-size: 12px;
    margin: 3px 0;
    width: inherit;
  }
  .description-box h3 {
    margin-top: 0;
  }
  .description-box .grey-box {
    padding: 0;
  }
  .description-box .adv_sale h4 {
    font-size: 22px;
  }
  .description-box .adv_sale .terminos p {
    font-size: 16px;
  }
  .description-box .adv_sale .terminos a {
    float: right;
  }
  .description-box .hidden-paragraph {
    display: block;
  }
  .description-box .hidden-paragraph.sidebar {
    display: block;
  }
  .description-box .box-image-hotels .text-img {
    padding: 0 10px 0 30px;
  }
  .description-box .box-image-hotels .img-hotels:hover .benefit {
    display: none;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons {
    padding: 0;
    top: -10px;
    margin: 14px 1px 0;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li {
    margin-bottom: 0px;
    padding: 1px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn {
    background: #6a6562;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 80px;
    line-height: 115px;
    margin-bottom: 2px;
    font-size: 13px;
    width: 97%;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button:hover,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn:hover {
    background: #00add1;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span {
    margin: -8px;
    padding: 0;
  }
  .description-box .box-image-hotels .img-hotels .gradient-img {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    height: 100%;
  }
  .description-box .advantageModal h3 {
    margin-right: 29%;
  }
  .banner-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 30px;
    padding: 8px 5px;
  }
  .banner-box img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    height: auto;
    width: 100%;
  }
  .banner-box ul li {
    background: #101010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    min-height: 32px;
    line-height: 16px;
    margin-bottom: 2px;
    text-align: center;
    width: 100%;
    padding: 7px 5px;
  }
  .banner-box ul li span {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
  }
  .banner-img {
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .list-prize li {
    margin-bottom: 2px;
    height: 80px;
  }
  .list-prize li a img {
    float: left;
    margin-left: 8px;
    max-height: 55px;
    max-width: 84px;
  }
  .list-prize li a span {
    color: #888;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    float: left;
    font-weight: bold;
    left: 43%;
    line-height: 16px;
    padding: 0 10px 0 7px;
    position: absolute;
    text-align: left;
    top: 10px;
  }
  .galleryModal {
    left: 243px;
  }
  .equipmentModal,
  .descriptionModal,
  .advantageModal,
  .infoModal {
    padding: 20px;
    font-weight: bold;
    font-size: 13px;
  }
  .ctn_modal_prize {
    top: 0;
  }
  .prizeModal {
    left: 114%;
  }
  .prizeModal:before {
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 20px;
    width: 0;
  }
  .social-list {
    float: right;
  }
  .conditionsModal {
    bottom: -26px;
    display: none;
    right: auto;
    left: 380px;
    top: auto;
    width: 360px;
  }
  .conditionsModal .close-modal {
    display: none;
  }
  .conditionsModal .arrowCondition {
    display: none;
  }
  .conditionsModal:before {
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: auto;
    width: 0;
    bottom: 50px;
  }
  .ico-gallery {
    background: url(../images/ico-gallery.png) center 6px no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .ico-info {
    background: url(../images/ico-info.png) center 6px no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .ico-equipment {
    background: url(../images/ico-equipment.png) center 6px no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .ico-advantage {
    background: url(../images/ico-prensent-modal.png) center 6px no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .ico-360 {
    background: url(../images/ico-360.png) center 6px no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .img-hotels .laptopHover .list-buttons {
    display: none;
  }
  .img-hotels:hover .laptopHover .gradient-img {
    background-color: #000000;
    opacity: .9;
  }
  .img-hotels:hover .laptopHover .list-buttons {
    display: block;
    float: left;
    margin: 14px 4px 0;
    width: 96%;
  }
  .ctn_hotel {
    padding: 0 15px;
  }
  .title-hotel .nameHotel {
    width: 80%;
  }
  .title-hotel .nameHotel h1,
  .title-hotel .nameHotel p.subtitle,
  .title-hotel .nameHotel .list-star li span {
    color: rgba(0, 0, 0, 0.5);
  }
  .title-hotel h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .title-hotel p.subtitle {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .list-star li span {
    font-size: 15px;
  }
  .linkHotel {
    background: #d8d9d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 17px 0 0 0;
    padding: 10px;
    width: 160px;
  }
  .linkHotel:hover {
    background: #04ABCE;
  }
  .linkHotel:hover a {
    color: #FFF;
  }
  .linkHotel .ico-view-hotel {
    background: url(../images/ico-view-hotel.png) no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: -10px;
    width: 18px;
  }
  .linkHotel a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    left: 4px;
    position: relative;
    top: -6px;
    width: 78%;
  }
  .estancie .ctn_estancie {
    background: rgba(0, 0, 0, 0.05);
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .estancie h3 {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 25px;
  }
  .estancie h3 i {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
  }
  .estancie h3.step {
    color: rgba(0, 0, 0, 0.6);
  }
  .estancie h3.step p {
    color: rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 12px;
  }
  .estancie .dropdown {
    margin: 20px;
    cursor: pointer;
    background-color: #ffffff !important;
  }
  .estancie .dropdown a {
    font-size: 12px;
  }
  .list-estancies li {
    background: #FFF;
    border: 5px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin-bottom: 7px;
    padding: 10px;
    height: 243px;
  }
  .list-estancies li .img-box {
    position: relative;
  }
  .list-estancies li .ico-plus {
    background-color: #595c5e;
    display: inline-block;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .list-estancies li .ico-plus i {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    display: block;
    padding-top: 3px;
  }
  .list-estancies li img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
  }
  .list-estancies li span.title {
    color: #666;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 32px;
    overflow: hidden;
  }
  .list-estancies li span.price {
    color: #666;
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    text-align: center;
    display: block;
    height: 20px;
    margin: 5px 0 10px;
  }
  .list-estancies li span.price span {
    font-weight: bold;
  }
  .list-estancies li span.price span.pvp {
    font-size: 18px;
  }
  .list-estancies li span.price span.currency {
    font-size: 14px;
  }
  .list-estancies li span.price span.descrip {
    font-size: 12px;
  }
  .list-estancies li .actions {
    padding-top: 10px;
    position: relative;
  }
  .list-estancies li .actions.doubleRoom button {
    height: auto;
    margin-top: auto;
  }
  .list-estancies li .actions .btn-add {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    background-color: #517583;
    width: 100%;
    height: 34px;
  }
  .list-estancies li .actions .btn-add.delete {
    background-color: #999;
  }
  .list-estancies li .actions .btn-modify {
    background-color: #999;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
  }
  .list-estancies li .actions .modalModify {
    display: none;
    background: #1c1c1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: -20%;
    padding: 5px 15px 15px 15px;
    position: absolute;
    top: 50px;
    text-align: left;
    width: 440px;
    z-index: 15;
  }
  .list-estancies li .actions .modalModify::before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    top: -10px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
  }
  .list-estancies li .actions .modalModify h3 {
    color: #616161;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    float: left;
    text-align: left;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
  }
  .list-estancies li .actions .modalModify .container_data .container_line {
    height: auto;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input {
    background-color: #494949;
    height: 30px;
    margin-bottom: 1%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .checkbox {
    cursor: pointer;
    background-position: 5px -1470px;
    padding: 3px 0px 4px 36px;
    color: #9b9b9b;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-transform: uppercase;
    width: 65%;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .checkbox.check {
    background-position: 5px -1526px;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input p {
    display: block;
    color: #9b9b9b;
    color: rgba(255, 255, 255, 0.6);
    float: right;
    font-size: 22px;
    text-align: right;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input p span {
    font-size: 14px;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input p.price {
    font-weight: bold;
    margin-right: 10px;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .counter {
    background-color: transparent;
    float: right;
    padding: 5px 8px 0 0;
    width: 40%;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .counter input {
    background-color: transparent;
    color: #04abce;
    font-size: 18px;
    height: 25px;
    margin-left: -15px;
    text-align: right;
    max-width: 17%;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .counter p {
    font-size: 17px;
    color: #04abce;
    float: left;
    margin-top: 0;
    padding-left: 3px;
  }
  .list-estancies li .actions .modalModify .container_data .container_line .container_input .counter .input-group-btn {
    float: right;
    width: 15%;
  }
  .list-estancies li .actions .modalModify .container_data .btn-primary {
    margin-top: 2%;
    padding: 2px 12px;
    width: 100%;
  }
  .list-estancies li .actions .counter {
    background-color: #517583;
    padding: 0 13%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .list-estancies li .actions .counter.activeDiv {
    background-color: #999;
  }
  .list-estancies li .actions .counter input {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 5px;
    width: 28px;
  }
  .list-estancies li .actions .counter p {
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 10px 1% 0;
    font-size: 12px;
  }
  .list-estancies li .actions .counter .input-group-btn .btn:hover {
    color: #333;
  }
  .list-estancies li .actions .counter .input-group-btn button,
  .list-estancies li .actions .counter .input-group-btn a {
    padding: 2px 4px;
    font-size: 10px;
    margin-right: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .estanciesModal {
    background: #1c1c1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    left: 0;
    padding: 9px;
    position: absolute;
    bottom: -6px;
    text-align: left;
    z-index: 15;
    margin: 0 10px;
    font-weight: bold;
  }
  .estanciesModal:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -7px;
    width: 0;
  }
  .estanciesModal h6 {
    color: #a4a4a4;
    font-size: 15px;
    float: left;
    margin: 0 0 3px;
    width: 100%;
    text-align: left;
  }
  .estanciesModal p {
    color: #a4a4a4;
    font-size: 11px;
    line-height: normal;
  }
  .estanciesModal span.price {
    color: #a4a4a4 !important;
  }
  .extraResult .ctn_result {
    background: #ffffff;
    border: 5px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 13px;
    color: #666;
  }
  .extraResult .ctn_result h3 {
    margin: 0 10px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding-left: 15px;
  }
  .extraResult .ctn_result ul {
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }
  .extraResult .ctn_result ul li {
    display: block;
    width: 100%;
    clear: both;
  }
  .extraResult .ctn_result ul li span {
    font-size: 12px;
    color: #666;
  }
  .extraResult .ctn_result ul li span.hab {
    text-align: right;
  }
  .extraResult .ctn_result ul li span.hab a {
    color: #990000;
    margin-left: 10px;
    font-weight: bold;
  }
  .confirm_process {
    float: left;
    margin-top: 30px;
    width: 100%;
  }
  .confirm_process button,
  .confirm_process a {
    margin-bottom: 4%;
    padding: 18px 12px;
    height: auto;
    line-height: normal;
    width: 100%;
  }
  .confirm_process button .ctn_res_coin,
  .confirm_process a .ctn_res_coin {
    text-align: right;
  }
  .confirm_process button .ctn_res_coin span,
  .confirm_process a .ctn_res_coin span {
    position: relative;
    font-weight: bold;
    text-align: right;
  }
  .confirm_process button .ctn_res_coin span.num,
  .confirm_process a .ctn_res_coin span.num,
  .confirm_process button .ctn_res_coin span.valor,
  .confirm_process a .ctn_res_coin span.valor {
    font-size: 23px;
    line-height: 26px;
  }
  .confirm_process button .ctn_res_coin span.symbol,
  .confirm_process a .ctn_res_coin span.symbol,
  .confirm_process button .ctn_res_coin span.use,
  .confirm_process a .ctn_res_coin span.use {
    font-size: 22px;
    display: inline-block;
    bottom: -1px;
  }
  .confirm_process button:hover span,
  .confirm_process a:hover span {
    color: #ffffff;
  }
  .confirm_process button p,
  .confirm_process a p {
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    float: left;
    font-weight: bold;
  }
  .confirm_process button p strong,
  .confirm_process a p strong {
    opacity: .5;
    margin-left: 2%;
  }
  .pvp_container {
    width: 66.66666667%;
    float: right;
    padding: 0 10px 0 30px;
  }
  .pvp_container h3,
  .pvp_container h5 {
    font-size: 10px;
  }
  .pvp_container .subtitle {
    font-size: 10px;
  }
  .pvp_container .buttons_exchange button,
  .pvp_container .buttons_exchange a.btn {
    padding: 5px 12px;
    height: 40px;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    font-size: 20px;
    line-height: 29px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.medium-valor {
    margin-top: -2px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.large-valor {
    padding-top: 0;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.use,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.use {
    font-size: 12px;
  }
  .pvp_container .buttons_exchange button span span,
  .pvp_container .buttons_exchange a.btn span span {
    font-size: 12px;
  }
  .pvp_container .pvp_module .radio {
    font-size: 13px;
    width: 62%;
  }
  .pvp_container .pvp_module .radio,
  .pvp_container .pvp_module .checkbox {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .pvp_container .pvp_module .offer {
    font-size: 18px;
  }
  .pvp_container .pvp_module .offer span {
    font-size: 12px;
  }
  .pvp_container .pvp_module .offer.medium-valor {
    font-size: 20px;
    margin-top: 0;
  }
  .pvp_container .pvp_module .offer.large-valor {
    font-size: 18px;
    margin-top: 3px;
  }
  .pvp_container .pvp_module .offer.extra-valor {
    font-size: 18px;
    margin: 1px 15px 2px;
  }
  .pvp_container .pvp_module .pvp_prize {
    font-size: 12px;
  }
  .pvp_container .pvp_module .fa-stack {
    font-size: 17px;
  }
  .pvp_container .pvp_module ul.dates {
    padding: 0 5% 0 5%;
    margin-top: 5px;
  }
  .pvp_container .pvp_module ul.dates li {
    font-size: 13px;
  }
  .infoPopover {
    width: 90%;
    right: -20px;
  }
  .infoPopover h3 {
    font-size: 12px;
  }
  .infoPopover p {
    font-size: 12px;
  }
  .infoPopover .close-popover {
    display: none;
  }
  .infoPopover ul li {
    font-size: 13px;
  }
  .infoPopover.cancelation {
    width: 280px;
    top: 40px;
    left: 60px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage {
    display: block;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span {
    font-weight: 700;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor {
    font-size: 24px;
    line-height: 29px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor.large-valor {
    font-size: 20px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor.extra-valor {
    font-size: 18px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .controls-carousel {
    top: 15px;
  }
  .title-hotel h2 {
    font-size: 30px;
  }
  .title-hotel h3 {
    font-size: 18px;
  }
  .list-star li span {
    font-size: 20px;
  }
  .linkHotel a {
    font-size: 14px;
    top: -8px;
  }
  .linkHotel .ico-view-hotel {
    top: -14px;
  }
  .advantage-box {
    padding: 30px;
  }
  .advantage-box a {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  .advantage-box h3 {
    font-size: 19px;
  }
  .advantage-box ul li span {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
  }
  .banner-box ul li {
    line-height: 18px;
  }
  .banner-box ul li span {
    font-size: 14px;
  }
  .description-box.offer_sheet .img-hotels .laptopHover .gradient-img {
    bottom: 0;
  }
  .description-box.offer_sheet .img-hotels .benefit.band {
    font-size: 12px;
    width: 88px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.smaller {
    width: 68px;
  }
  .description-box.offer_sheet .img-hotels .benefit.band.bigger {
    width: 97px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs span {
    font-size: 14px;
  }
  .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage {
    right: 10px;
  }
  .description-box .box_ribbon .ribbon-wrapper .ribbon span {
    font-size: 12px;
    line-height: 12px;
    left: 22%;
  }
  .description-box h3.wExtras,
  .description-box h5.wExtras {
    color: #666;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
  }
  .description-box p {
    font-size: 16px;
  }
  .description-box .adv_sale {
    font-size: 16px;
  }
  .description-box .adv_sale h4 {
    font-size: 22px;
  }
  .description-box .adv_sale p {
    font-size: 15px;
    line-height: 20.4px;
  }
  .description-box .adv_sale .ctn_conditions h4 {
    font-size: 14px;
    margin: 15px 0;
  }
  .description-box .adv_sale .ctn_conditions p {
    font-size: 14px;
  }
  .description-box .adv_sale .ctn_conditions ul li {
    font-size: 14px;
  }
  .description-box .adv_sale .terminos p {
    font-size: 16px;
  }
  .description-box .adv_sale .terminos a {
    float: right;
    font-size: 12px;
    font-weight: 700;
  }
  .description-box .advantageModal h3 {
    margin-right: 24%;
  }
  .box-grey.list h3 {
    margin-bottom: 20px;
  }
  .box-grey.list span {
    font-size: 13px;
    line-height: 20px;
  }
  .estancie h3 {
    font-size: 21px;
  }
  .estancie h3.step p {
    font-size: 14px;
  }
  .estancie .estanciesModal h3 {
    font-size: 20px;
    padding-left: 0;
  }
  .estancie .dropdown a {
    font-size: 16px;
  }
  .list-estancies li {
    height: 253px;
  }
  .list-estancies li span.title {
    font-size: 14px;
    height: 41px;
  }
  .list-estancies li span.price {
    font-size: 14px;
  }
  .list-estancies li span.price span {
    font-weight: bold;
  }
  .list-estancies li span.price span.pvp {
    font-size: 22px;
  }
  .list-estancies li span.price span.currency {
    font-size: 14px;
  }
  .list-estancies li span.price span.descrip {
    font-size: 12px;
  }
  .equipmentModal,
  .descriptionModal,
  .advantageModal,
  .infoModal {
    left: 33%;
  }
  .equipmentModal h5,
  .descriptionModal h5,
  .advantageModal h5,
  .infoModal h5 {
    font-size: 16px;
  }
  .equipmentModal ul li span,
  .descriptionModal ul li span,
  .advantageModal ul li span,
  .infoModal ul li span {
    font-size: 14px;
  }
  .equipmentModal p,
  .descriptionModal p,
  .advantageModal p,
  .infoModal p {
    font-size: 14px;
    line-height: normal;
  }
  .equipmentModal .pvp_container .pvp_module .fa-stack .fa-info,
  .descriptionModal .pvp_container .pvp_module .fa-stack .fa-info,
  .advantageModal .pvp_container .pvp_module .fa-stack .fa-info,
  .infoModal .pvp_container .pvp_module .fa-stack .fa-info {
    color: #747574;
    color: rgba(255, 255, 255, 0.1);
  }
  .equipmentModal .pvp_container .pvp_module .dates .fa-stack .fa-info,
  .descriptionModal .pvp_container .pvp_module .dates .fa-stack .fa-info,
  .advantageModal .pvp_container .pvp_module .dates .fa-stack .fa-info,
  .infoModal .pvp_container .pvp_module .dates .fa-stack .fa-info {
    color: #747574;
    color: rgba(255, 255, 255, 0.1);
  }
  .conditionsModal {
    left: 420px;
    top: auto;
  }
  .conditionsModal h3 {
    font-size: 16px;
  }
  .conditionsModal p {
    font-size: 14px;
    line-height: normal;
  }
  .prizeModal h3 {
    font-size: 16px;
  }
  .prizeModal p {
    font-size: 14px;
  }
  .list-prize li a span {
    left: 44%;
    font-size: 13px;
    padding-right: 10px;
    top: 16px;
  }
  .list-prize li a img {
    margin-left: 18px;
  }
  .galleryModal {
    left: 259px;
  }
  .galleryModal .carousel-inner {
    min-height: 291px;
  }
  .pvp_container {
    padding: 0 10px 0 0;
  }
  .pvp_container h3,
  .pvp_container h5 {
    font-size: 12px;
  }
  .pvp_container .subtitle {
    font-size: 12px;
  }
  .pvp_container .buttons_exchange button,
  .pvp_container .buttons_exchange a.btn {
    padding: 2px 12px;
    height: 40px;
  }
  .pvp_container .buttons_exchange button.dark-btn,
  .pvp_container .buttons_exchange a.btn.dark-btn {
    height: 40px;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    font-size: 26px;
    line-height: 31px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor {
    line-height: 33px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.medium-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.medium-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.medium-valor {
    padding-top: 0;
    margin-top: 0;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.large-valor {
    padding-top: 4px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.extra-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.extra-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.extra-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.extra-valor {
    padding-top: 6px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.symbol,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.use,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.use {
    font-size: 16px;
  }
  .pvp_container .radio_values {
    margin-bottom: 25px;
  }
  .pvp_container .pvp_module .radio {
    font-size: 13px;
  }
  .pvp_container .pvp_module .offer {
    font-size: 26px;
  }
  .pvp_container .pvp_module .offer span {
    font-size: 16px;
  }
  .pvp_container .pvp_module .offer.medium-valor {
    font-size: 26px;
  }
  .pvp_container .pvp_module .offer.large-valor {
    font-size: 22px;
  }
  .pvp_container .pvp_module .offer.extra-valor {
    font-size: 18px;
  }
  .pvp_container .pvp_module .pvp_prize {
    font-size: 12px;
  }
  .pvp_container .pvp_module .fa-stack {
    font-size: 20px;
  }
  .pvp_container .pvp_module ul.dates {
    padding: 0 5% 0 5%;
    margin-top: 5px;
  }
  .pvp_container .pvp_module ul.dates li {
    font-size: 13px;
  }
  .infoPopover h3 {
    font-size: 14px;
  }
  .infoPopover p {
    font-size: 14px;
  }
  .infoPopover ul li {
    font-size: 13px;
    text-decoration: none;
  }
  .infoPopover.cancelation {
    left: 62px;
  }
  .list-estancies li .actions .btn-add {
    font-size: 18px;
    padding: 2px 12px;
  }
  .list-estancies li .actions .counter {
    padding: 0 16% 0;
  }
  .list-estancies li .actions .counter p {
    font-size: 18px;
    margin: 3px 0 0;
  }
  .list-estancies li .actions .counter input {
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: right;
  }
  .confirm_process button,
  .confirm_process a.btn {
    padding: 26px 20px 25px;
  }
  .confirm_process button .ctn_res_coin span.num,
  .confirm_process a.btn .ctn_res_coin span.num,
  .confirm_process button .ctn_res_coin span.valor,
  .confirm_process a.btn .ctn_res_coin span.valor {
    font-size: 26px;
  }
  .confirm_process button .ctn_res_coin span.num.medium-valor,
  .confirm_process a.btn .ctn_res_coin span.num.medium-valor,
  .confirm_process button .ctn_res_coin span.valor.medium-valor,
  .confirm_process a.btn .ctn_res_coin span.valor.medium-valor,
  .confirm_process button .ctn_res_coin span.num.large-valor,
  .confirm_process a.btn .ctn_res_coin span.num.large-valor,
  .confirm_process button .ctn_res_coin span.valor.large-valor,
  .confirm_process a.btn .ctn_res_coin span.valor.large-valor,
  .confirm_process button .ctn_res_coin span.num.extra-valor,
  .confirm_process a.btn .ctn_res_coin span.num.extra-valor,
  .confirm_process button .ctn_res_coin span.valor.extra-valor,
  .confirm_process a.btn .ctn_res_coin span.valor.extra-valor {
    font-size: 26px;
  }
  .confirm_process button .ctn_res_coin span.symbol,
  .confirm_process a.btn .ctn_res_coin span.symbol,
  .confirm_process button .ctn_res_coin span.use,
  .confirm_process a.btn .ctn_res_coin span.use {
    font-size: 23px;
  }
  .confirm_process button p,
  .confirm_process a.btn p {
    font-size: 26px;
  }
  .extraResult .ctn_result h3 {
    font-size: 14px;
  }
  .extraResult .ctn_result ul li span {
    font-size: 14px;
  }
  .description-box .box-image-hotels .img-hotels:hover .laptopHover .list-buttons {
    width: 97%;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage {
    display: block;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor {
    font-size: 22px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor.large-valor {
    font-size: 20px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage span.valor.extra-valor {
    font-size: 18px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn {
    font-size: 14px;
    background: #6a6562;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 85px;
    line-height: 120px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span.ico-gallery,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span.ico-gallery {
    background-position: center 5px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span.ico-info,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span.ico-info {
    background-position: center 5px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span.ico-equipment,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span.ico-equipment {
    background-position: center 5px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span.ico-advantage,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span.ico-advantage {
    background-position: center 5px;
  }
  .description-box .box-image-hotels .img-hotels .list-buttons li button span.ico-360,
  .description-box .box-image-hotels .img-hotels .list-buttons li a.btn span.ico-360 {
    background-position: center 5px;
  }
  .list-activities ul li {
    width: 86px;
  }
  .list-activities ul li.clear-lg {
    clear: both;
  }
  .list-activities ul li.clear-md {
    clear: inherit;
  }
  .actionButtons ul li.pictures a {
    text-align: center;
    padding: 25px 11px 0 21px;
  }
  .actionButtons ul li.pictures a.active {
    background-color: #717171;
  }
  .container-fluid .col-md-3 .description-box h2 {
    font-size: 11px;
  }
  .container-fluid .col-md-3 .description-box p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 21px;
  }
}
/************* Laptop > 1220px *************/
@media (max-width: 480px) {
  .pvp_container .rate .pvp_module .offer {
    width: 100%;
    margin-right: 0;
  }
  .pvp_container .rate .pvp_module .radio {
    width: 80%;
  }
  .pvp_container .pvp_module .offer.cross {
    display: inline;
    margin-right: 0 !important;
    width: 100%;
    position: static;
    text-align: center;
  }
  .pvp_container .pvp_module.dark_ctn .offer.cross + .dates + .commission-wrapper {
    top: 10px;
  }
}
/************* mobile -768px *************/
.destino {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.destino .ctn_destino {
  background-color: #f1f2f0;
  float: left;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.destino .ctn_destino .titular_txt h3,
.destino .ctn_destino .titular_txt h4 {
  font-size: 24px;
  text-align: center;
}
.destino .ctn_destino .titular_txt h3 {
  color: #7f7f7e;
}
.destino .ctn_destino .titular_txt h4 {
  color: #c0c1c0;
}
.destino .ctn_destino .columns h5 {
  color: #c0c1c0;
  font-size: 14px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #c1c2c0;
  padding: 0 0 5px 0;
}
.destino .ctn_destino .columns ul {
  width: 100%;
}
.destino .ctn_destino .columns ul li .zona_group {
  margin-bottom: 10px;
}
.destino .ctn_destino .columns ul li .zona_group a,
.destino .ctn_destino .columns ul li .zona_group span {
  color: #969695;
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.destino .ctn_destino .columns ul li .zona_group a:hover,
.destino .ctn_destino .columns ul li .zona_group span:hover {
  color: #666;
  text-decoration: underline;
}
.destino .ctn_destino .columns ul li .zona_group a.town,
.destino .ctn_destino .columns ul li .zona_group span.town {
  padding-left: 0;
  margin-bottom: 5px;
}
.destino .ctn_destino .columns ul li .zona_group a.town h6,
.destino .ctn_destino .columns ul li .zona_group span.town h6 {
  font-size: 12px;
  font-weight: bold;
}
.destino .ctn_destino .columns.double ul li {
  width: 50%;
  float: left;
}
.accordion-multiple .panel-group .panel-default {
  border: 0;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.accordion-multiple .panel-group .panel-default .panel-heading {
  border-color: transparent!important;
  background-color: #038ca9;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.accordion-multiple .panel-group .panel-default .panel-heading .panel-title {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
}
.accordion-multiple .panel-group .panel-default .panel-heading .panel-title a {
  display: block;
  width: 100%;
}
.accordion-multiple .panel-group .panel-default .panel-heading .panel-title a i {
  display: block;
  float: right;
  font-size: 22px;
  margin-top: -3px;
}
.accordion-multiple .panel-group .panel-default .panel-collapse {
  background: #f1f2f0;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body {
  background: #f1f2f0;
  border-top-color: transparent;
  border-top: 0;
  padding: 15px 0;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group {
  margin-bottom: 5px;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default {
  background-color: #f1f2f0;
  border-color: transparent!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default .panel-heading {
  background-color: #FFF;
  color: #7f7f7e;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default .panel-heading .panel-title a {
  color: #7f7f7e;
  font-size: 18px;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default .panel-collapse ul.list-group {
  margin-bottom: 0;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default .panel-collapse ul.list-group li {
  border: 0;
  margin: 6px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-multiple .panel-group .panel-default .panel-collapse .panel-body .panel-group .panel-default .panel-collapse ul.list-group li a {
  color: #7f7f7e;
  font-size: 14px;
}
.destinos_hoteles .box-segments.col-7 .linkBox {
  width: calc(14.28571429%);
}
.destinos_hoteles .title1 {
  color: #969695;
  font-size: 21px;
  font-weight: bold;
  margin: 30px 15px 15px 15px;
}
.destinos_hoteles .hotels > div {
  margin-bottom: 0;
}
.destinos_hoteles .hotels .box-segments .seg_MELODY,
.destinos_hoteles .hotels .box-segments .seg_ADULTS_ONLY,
.destinos_hoteles .hotels .box-segments .seg_COLLECTION_R,
.destinos_hoteles .hotels .box-segments .seg_CITY_CENTER,
.destinos_hoteles .hotels .box-segments .seg_BE_SMART,
.destinos_hoteles .hotels .box-segments .seg_FAMILY_R,
.destinos_hoteles .hotels .box-segments .seg_EXPERIENCE_H {
  background: none;
}
.destinos_hoteles .hotels .box-segments .img-active {
  display: none;
}
.destinos_hoteles .hotels .box-segments .linkBox .img-active,
.destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
  max-height: 115px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}
.destinos_hoteles .hotels .box-segments .linkBox.active .img-active,
.destinos_hoteles .hotels .box-segments .linkBox .active .img-active {
  display: block;
}
.destinos_hoteles .hotels .box-segments .linkBox.active .img-no-active,
.destinos_hoteles .hotels .box-segments .linkBox .active .img-no-active {
  display: none;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .destino .ctn_destino .titular_txt h3,
  .destino .ctn_destino .titular_txt h4 {
    text-align: left;
    font-size: 18px;
  }
  .destino .ctn_destino .columns h2 {
    text-align: center;
  }
  .destino .ctn_destino .columns h5 {
    font-size: 18px;
  }
  .destino .ctn_destino .columns ul li .zona_group a,
  .destino .ctn_destino .columns ul li .zona_group span {
    background-color: #FFF;
    padding: 6px 0;
    margin: 5px 0;
    text-align: center;
  }
  .destino .ctn_destino .columns ul li .zona_group a.town,
  .destino .ctn_destino .columns ul li .zona_group span.town {
    margin: 0 0 5px;
    padding: 0;
  }
  .destino .ctn_destino .columns ul li .zona_group a.town h6,
  .destino .ctn_destino .columns ul li .zona_group span.town h6 {
    background-color: #f1f2f0;
  }
  .destino .ctn_destino .columns.double ul li {
    width: 100%;
  }
  .destinos_hoteles .title1 {
    font-size: 28px;
  }
  .destinos_hoteles .hotels > div {
    margin-bottom: 20px !important;
  }
  .destinos_hoteles .hotels .box-segments .linkBox .img-active,
  .destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
    max-height: 105px;
    margin-top: 8px;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .destino {
    margin-top: 30px;
  }
  .destino .ctn_destino .columns h2 {
    text-align: left;
  }
  .destino .ctn_destino .columns ul li .zona_group a,
  .destino .ctn_destino .columns ul li .zona_group span {
    text-align: left;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
  }
  .destino .ctn_destino .columns ul li .zona_group a.town h6,
  .destino .ctn_destino .columns ul li .zona_group span.town h6 {
    margin-top: 0;
    font-size: 13px;
  }
  .destino .ctn_destino .columns ul li .zona_group span:hover {
    text-decoration: none;
    cursor: inherit;
    color: #969695;
  }
  .destino .ctn_destino .columns .double {
    width: 50%;
    float: left;
  }
  .destino .ctn_destino .columns-3 {
    width: 33.33333334%;
  }
  .destino .ctn_destino .columns-2 {
    width: 50%;
  }
  .destino .ctn_destino .columns-1 {
    width: 100%;
  }
  .destino .ctn_destino .columns-1 li {
    text-align: center;
  }
  .destinos_hoteles .title1 {
    font-size: 34px;
  }
  .destinos_hoteles .hotels .box-segments .linkBox .img-active,
  .destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
    max-height: 125px;
    /*            margin-top:-2px;*/
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .destino .ctn_destino .titular_txt h3,
  .destino .ctn_destino .titular_txt h4 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .destino .ctn_destino .titular_txt h4 {
    margin-top: 0;
  }
  .destino .ctn_destino .columns h2 {
    font-size: 18px;
  }
  .destino .ctn_destino .columns ul li .zona_group a,
  .destino .ctn_destino .columns ul li .zona_group span {
    font-size: 12px;
  }
  .destino .ctn_destino .columns ul li .zona_group a.town,
  .destino .ctn_destino .columns ul li .zona_group span.town {
    margin-bottom: 10px;
  }
  .destino .ctn_destino .columns ul li .zona_group a.town h6,
  .destino .ctn_destino .columns ul li .zona_group span.town h6 {
    font-size: 15px;
  }
  .destino .ctn_destino .columns.double ul li {
    width: 50%;
  }
  .destinos_hoteles .hotels .box-segments .linkBox .img-active,
  .destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
    max-height: 137px;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .destinos_hoteles .hotels .box-segments .linkBox .img-active,
  .destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
    margin-top: 1%;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .destinos_hoteles .hotels .box-segments .linkBox .img-active,
  .destinos_hoteles .hotels .box-segments .linkBox .img-no-active {
    margin-top: 12%;
    width: 100%;
  }
}
/************* mobile -768px *************/
.services {
  margin-bottom: 20px;
  text-align: left;
}
.services p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: normal;
  text-align: left;
}
.services .grey-box-services {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.services .grey-box-services.wildcard .box-services h5 {
  color: rgba(0, 0, 0, 0.6);
}
.services .grey-box-services.wildcard .box-services p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  clear: both;
}
.services .grey-box-services.wildcard .box-services p:first-child {
  margin-right: 15px;
}
.services .grey-box-services.wildcard .box-services p span {
  display: block;
}
.services .grey-box-services.wildcard .box-services ul {
  clear: both;
  color: rgba(0, 0, 0, 0.6);
}
.services .grey-box-services.wildcard .box-services ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin-right: .4em;
}
.services .grey-box-services .box-services h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.services .grey-box-services .box-services p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
.services .image-services {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.services .image-services img {
  min-width: 100%;
  height: 337px;
}
.services .image-services .box-restaurant,
.services .image-services .box-bussines {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: relative;
  float: left;
  bottom: 0;
  width: 100%;
  padding: 18px 0 25px 15px;
}
.services .image-services .box-restaurant .btn-link,
.services .image-services .box-bussines .btn-link {
  padding-left: 0;
}
.services .image-services .box-restaurant h5,
.services .image-services .box-bussines h5 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  margin-top: 0;
}
.services .image-services .box-restaurant p,
.services .image-services .box-bussines p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.services .image-services .box-restaurant p b,
.services .image-services .box-bussines p b,
.services .image-services .box-restaurant p strong,
.services .image-services .box-bussines p strong {
  font-weight: 400;
}
.services .image-services .box-restaurant ul.ctn_text,
.services .image-services .box-bussines ul.ctn_text {
  margin-left: 10px;
}
.services .image-services .box-restaurant ul.ctn_text li,
.services .image-services .box-bussines ul.ctn_text li {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}
.services .image-services .box-restaurant ul.ctn_text li p,
.services .image-services .box-bussines ul.ctn_text li p {
  margin: 0;
}
.services .image-services .box-restaurant ul.ctn_text li:before,
.services .image-services .box-bussines ul.ctn_text li:before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 5px;
  margin-left: -12px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.services .image-services .box-restaurant ul.bussines-icos li,
.services .image-services .box-bussines ul.bussines-icos li {
  display: inline-block;
  text-align: center;
  height: 60px;
  padding: 0 5px;
}
.services .image-services .box-restaurant ul.bussines-icos li:before,
.services .image-services .box-bussines ul.bussines-icos li:before {
  content: " ";
  color: rgba(255, 255, 255, 0.6);
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
  float: left;
  position: absolute;
  margin-left: 3px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-school:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-school:before {
  background-position: center -1053px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-imperial:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-imperial:before {
  background-position: center -1000px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-theater:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-theater:before {
  background-position: center -948px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-coctel:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-coctel:before {
  background-position: center -899px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-feast:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-feast:before {
  background-position: center -850px;
}
.services .image-services .box-restaurant ul.bussines-icos li.ico-tableU:before,
.services .image-services .box-bussines ul.bussines-icos li.ico-tableU:before {
  background-position: 0px -799px;
}
.services .image-services .box-restaurant ul.bussines-icos li p,
.services .image-services .box-bussines ul.bussines-icos li p {
  font-size: 12px;
  padding-top: 40px;
  text-align: center;
  width: 50px;
}
.services .image-services .box-restaurant .infoPopover,
.services .image-services .box-bussines .infoPopover,
.services .image-services .box-restaurant .infoMorePopover,
.services .image-services .box-bussines .infoMorePopover {
  right: 15px;
  left: 0;
  top: auto;
  padding-right: 0;
  bottom: 36px;
  margin-left: 0 !important;
  width: auto;
}
.services .image-services .box-restaurant .infoPopover p,
.services .image-services .box-bussines .infoPopover p,
.services .image-services .box-restaurant .infoMorePopover p,
.services .image-services .box-bussines .infoMorePopover p {
  color: rgba(0, 0, 0, 0.5);
}
.services .image-services .box-restaurant .infoPopover .ctn_text,
.services .image-services .box-bussines .infoPopover .ctn_text,
.services .image-services .box-restaurant .infoMorePopover .ctn_text,
.services .image-services .box-bussines .infoMorePopover .ctn_text {
  padding: 0 20px 0 15px;
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  width: 100%;
  /*          li{
            &:before{
              width: 5px;
              height: 5px;
              margin-top: 5px;
              margin-left: -12px;
              background-color: @black_60;
              .rounded(10px);
            }
          }*/
}
.services .image-services .box-restaurant .infoPopover .ctn_text li:before,
.services .image-services .box-bussines .infoPopover .ctn_text li:before,
.services .image-services .box-restaurant .infoMorePopover .ctn_text li:before,
.services .image-services .box-bussines .infoMorePopover .ctn_text li:before {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.services .image-services .box-restaurant .infoPopover:before,
.services .image-services .box-bussines .infoPopover:before,
.services .image-services .box-restaurant .infoMorePopover:before,
.services .image-services .box-bussines .infoMorePopover:before {
  right: auto;
  left: 20px;
  top: auto;
  bottom: -30px;
  border-width: 15px 15px 15px 15px;
  border-color: #e0e1df transparent transparent transparent;
}
#modBussines,
#modRestaurant,
#modServices {
  display: none;
}
#modBussines.showed,
#modRestaurant.showed,
#modServices.showed {
  display: block;
}
.includes {
  margin-bottom: 10px;
}
.includes a {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
input[type="radio"] {
  position: absolute;
  left: -3000px;
}
.radio {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 2px -1805px;
  color: #6c6c6c;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 7px 40px;
  float: left;
  -webkit-transition: none 0s;
  -moz-transition: none 0s;
  -ms-transition: none 0s;
  -o-transition: none 0s;
  transition: none 0s;
  cursor: pointer;
}
.radio.check {
  background-position: 2px -1337px;
  -webkit-transition: none 0s;
  -moz-transition: none 0s;
  -ms-transition: none 0s;
  -o-transition: none 0s;
  transition: none 0s;
}
.cnt_loading {
  padding: 70px 20px;
  text-align: center !important;
}
.cnt_loading h3 {
  margin-top: 1em;
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  text-transform: none;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .services .grey-box-services .box-services h5 {
    font-size: 21px;
    font-weight: 700;
  }
  .services .image-services .box-restaurant,
  .services .image-services .box-bussines {
    position: absolute;
    min-height: 140px;
    max-height: 300px;
    line-height: 21px;
    padding: 10px 0 25px 10px;
  }
  .services .image-services .box-restaurant > div,
  .services .image-services .box-bussines > div {
    max-height: 270px;
  }
  .services .image-services .box-restaurant h3,
  .services .image-services .box-bussines h3 {
    font-size: 14px;
  }
  .services .image-services .box-restaurant p,
  .services .image-services .box-bussines p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .services .image-services .box-restaurant ul.ctn_text,
  .services .image-services .box-bussines ul.ctn_text {
    margin: 25px 0 0 10px;
  }
  .services .image-services .box-restaurant ul.bussines-icos li:before,
  .services .image-services .box-bussines ul.bussines-icos li:before {
    width: 50px;
    margin-left: 7px;
  }
  .services .image-services .box-restaurant ul.bussines-icos li p,
  .services .image-services .box-bussines ul.bussines-icos li p {
    font-size: 13px;
    width: 60px;
  }
  .cnt_loading {
    padding: 100px 20px;
  }
  .cnt_loading h3 {
    font-size: 30px;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .cnt_loading {
    padding: 150px 20px;
  }
  .cnt_loading h3 {
    font-size: 35px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .includes a {
    font-size: 13px;
    padding: 10px 0 10px 15px;
    text-align: left;
  }
}
/********* Pantallas retina ************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
  .navbar-header a.logo {
    background: rgba(0, 0, 0, 0) url("../images/logo-ret.png") no-repeat scroll 50% 50%;
    background-size: 165px 40px;
  }
}
/************* mobile -768px *************/
.estadistics h3 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.estadistics .ctn_estadistics {
  margin-bottom: 20px;
}
.estadistics .ctn_estadistics h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 700;
}
.estadistics .ctn_estadistics h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.estadistics .ctn_estadistics h4.principal {
  color: rgba(51, 51, 51, 0.6);
}
.estadistics .ctn_estadistics p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-bottom: 2em;
}
.estadistics .ctn_estadistics a {
  color: rgba(0, 0, 0, 0.6);
  cursor: inherit;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapToget h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: bold;
}
.mapToget p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  margin-bottom: 1em;
}
.mapToget .boxDirection {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mapToget .boxDirection h2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  margin: 0 0 0.5em;
}
.mapToget .boxDirection p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.mapToget .mapLocation {
  height: 300px;
  margin: 20px 0 40px;
  float: left;
  width: 100%;
}
.mapToget .mapLocation > div {
  background-color: #7f7f7e;
  height: 100%;
  -webkit-box-shadow: 1px 5px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 8px -1px rgba(0, 0, 0, 0.2);
}
.legal-text {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #f1f2f0;
}
.wrap_table {
  margin: 30px 0;
}
.wrap_table td {
  border: 1px solid #888;
}
.wrap_table .title_table {
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.wrap_table table.cookie_table {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  background: #333;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
}
.wrap_table table.cookie_table thead {
  background-color: #b1b1b1;
}
.wrap_table table.cookie_table thead th,
.wrap_table table.cookie_table tbody td {
  box-sizing: border-box;
  padding: 19px 10px;
  font-size: 14px;
}
.wrap_table table.cookie_table thead th p,
.wrap_table table.cookie_table tbody td p {
  color: #848484;
}
.wrap_table table.cookie_table thead th {
  font-weight: 600;
  border-right: 1px solid #eee;
}
.wrap_table table.cookie_table thead th p {
  color: #efefef;
  margin-bottom: 0;
}
.wrap_table table.cookie_table thead th:last-child {
  border-right: none;
}
.wrap_table table.cookie_table tbody td {
  padding: 10px;
  font-size: 14px;
  color: #848484;
  background: #eee;
}
.wrap_table table.cookie_table tbody tr:not(:last-child) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 600px) {
  .wrap_table table.cookie_table thead {
    display: none;
  }
  .wrap_table table.cookie_table tbody td {
    display: block;
    padding: 6px;
  }
  .wrap_table table.cookie_table tbody tr td:first-child {
    background: #b1b1b1;
    color: #efefef;
  }
  .wrap_table table.cookie_table tbody tr td:first-child p {
    color: #595959;
  }
  .wrap_table table.cookie_table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 6px;
  }
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .estadistics h3 {
    font-size: 26px;
  }
  .estadistics .ctn_estadistics {
    margin-bottom: 40px;
  }
  .estadistics .ctn_estadistics h3 {
    font-size: 20px;
  }
  .mapToget h3,
  .mapToget h4 {
    font-size: 24px;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .estadistics .ctn_estadistics p {
    font-size: 15px;
  }
  .estadistics .ctn_estadistics.ctn_conditions {
    margin-top: 20px;
  }
  .estadistics .ctn_estadistics h3 {
    font-size: 24px;
  }
  .estadistics .ctn_estadistics h4 {
    font-size: 14px;
  }
  .estadistics .ctn_estadistics p {
    font-size: 14px;
  }
  .mapToget p {
    font-size: 16px;
  }
  .mapToget .mapLocation {
    height: 400px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .estadistics .ctn_estadistics h3 {
    font-size: 26px;
  }
  .estadistics .ctn_estadistics h4 {
    font-size: 16px;
  }
  .estadistics .ctn_estadistics p {
    font-size: 16px;
  }
}
/************* mobile -768px *************/
.groups .ctn_group.final,
.doubleRoom .ctn_group.final,
.groups .modalModify.final,
.doubleRoom .modalModify.final {
  margin-bottom: 30px;
}
.groups .ctn_group h3,
.doubleRoom .ctn_group h3,
.groups .modalModify h3,
.doubleRoom .modalModify h3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 21px;
}
.groups .ctn_group p,
.doubleRoom .ctn_group p,
.groups .modalModify p,
.doubleRoom .modalModify p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
}
.groups .ctn_group .container_data,
.doubleRoom .ctn_group .container_data,
.groups .modalModify .container_data,
.doubleRoom .modalModify .container_data {
  width: 100%;
}
.groups .ctn_group .container_data h4,
.doubleRoom .ctn_group .container_data h4,
.groups .modalModify .container_data h4,
.doubleRoom .modalModify .container_data h4 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.groups .ctn_group .container_data .container_line,
.doubleRoom .ctn_group .container_data .container_line,
.groups .modalModify .container_data .container_line,
.doubleRoom .modalModify .container_data .container_line {
  height: 41px;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
.groups .ctn_group .container_data .container_line.cometary,
.doubleRoom .ctn_group .container_data .container_line.cometary,
.groups .modalModify .container_data .container_line.cometary,
.doubleRoom .modalModify .container_data .container_line.cometary {
  height: 130px;
}
.groups .ctn_group .container_data .container_line h4,
.doubleRoom .ctn_group .container_data .container_line h4,
.groups .modalModify .container_data .container_line h4,
.doubleRoom .modalModify .container_data .container_line h4 {
  color: #707070;
  font-size: 11px;
  float: left;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input,
.doubleRoom .ctn_group .container_data .container_line .container_input,
.groups .modalModify .container_data .container_line .container_input,
.doubleRoom .modalModify .container_data .container_line .container_input {
  height: 39px;
  position: relative;
  float: left;
}
.groups .ctn_group .container_data .container_line .container_input textarea,
.doubleRoom .ctn_group .container_data .container_line .container_input textarea,
.groups .modalModify .container_data .container_line .container_input textarea,
.doubleRoom .modalModify .container_data .container_line .container_input textarea {
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-appearance: textarea;
  resize: none;
  height: 130px;
}
.groups .ctn_group .container_data .container_line .container_input .ctn_private,
.doubleRoom .ctn_group .container_data .container_line .container_input .ctn_private,
.groups .modalModify .container_data .container_line .container_input .ctn_private,
.doubleRoom .modalModify .container_data .container_line .container_input .ctn_private {
  display: inline-block;
  overflow: hidden;
  background-color: #F1F2F0;
  padding: 9px 5px 9px 10px;
  border: none;
  outline: none;
  float: left;
  font-size: 19px;
  color: #04ABCE;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input .ctn_private .checkbox,
.doubleRoom .ctn_group .container_data .container_line .container_input .ctn_private .checkbox,
.groups .modalModify .container_data .container_line .container_input .ctn_private .checkbox,
.doubleRoom .modalModify .container_data .container_line .container_input .ctn_private .checkbox {
  position: relative;
  float: left;
}
.groups .ctn_group .container_data .container_line .container_input .ctn_private .popover_link,
.doubleRoom .ctn_group .container_data .container_line .container_input .ctn_private .popover_link,
.groups .modalModify .container_data .container_line .container_input .ctn_private .popover_link,
.doubleRoom .modalModify .container_data .container_line .container_input .ctn_private .popover_link {
  position: relative;
  float: left;
  left: 5px;
}
.groups .ctn_group .container_data .container_line .container_input .static-line,
.doubleRoom .ctn_group .container_data .container_line .container_input .static-line,
.groups .modalModify .container_data .container_line .container_input .static-line,
.doubleRoom .modalModify .container_data .container_line .container_input .static-line {
  display: inline-block;
  background-color: #F1F2F0;
  padding: 13px 5px 10px 40px;
  border: none;
  outline: none;
  float: left;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input .static-line i,
.doubleRoom .ctn_group .container_data .container_line .container_input .static-line i,
.groups .modalModify .container_data .container_line .container_input .static-line i,
.doubleRoom .modalModify .container_data .container_line .container_input .static-line i {
  font-size: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #00acce;
}
.groups .ctn_group .container_data .container_line .container_input input[type="text"],
.doubleRoom .ctn_group .container_data .container_line .container_input input[type="text"],
.groups .modalModify .container_data .container_line .container_input input[type="text"],
.doubleRoom .modalModify .container_data .container_line .container_input input[type="text"] {
  height: 41px;
}
.groups .ctn_group .container_data .container_line .container_input input[type="text"],
.doubleRoom .ctn_group .container_data .container_line .container_input input[type="text"],
.groups .modalModify .container_data .container_line .container_input input[type="text"],
.doubleRoom .modalModify .container_data .container_line .container_input input[type="text"],
.groups .ctn_group .container_data .container_line .container_input textarea,
.doubleRoom .ctn_group .container_data .container_line .container_input textarea,
.groups .modalModify .container_data .container_line .container_input textarea,
.doubleRoom .modalModify .container_data .container_line .container_input textarea {
  display: inline-block;
  background-color: #F1F2F0;
  padding: 9px 5px 9px 10px;
  border: none;
  outline: none;
  float: left;
  font-size: 19px;
  color: #04ABCE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  font-weight: 700;
}
.groups .ctn_group .container_data .container_line .container_input label,
.doubleRoom .ctn_group .container_data .container_line .container_input label,
.groups .modalModify .container_data .container_line .container_input label,
.doubleRoom .modalModify .container_data .container_line .container_input label {
  color: #000000;
  position: absolute;
  line-height: normal;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.groups .ctn_group .container_data .container_line .container_input label.first_label,
.doubleRoom .ctn_group .container_data .container_line .container_input label.first_label,
.groups .modalModify .container_data .container_line .container_input label.first_label,
.doubleRoom .modalModify .container_data .container_line .container_input label.first_label {
  top: 13px;
  left: 10px;
}
.groups .ctn_group .container_data .container_line .container_input label.second_label,
.doubleRoom .ctn_group .container_data .container_line .container_input label.second_label,
.groups .modalModify .container_data .container_line .container_input label.second_label,
.doubleRoom .modalModify .container_data .container_line .container_input label.second_label {
  top: 1px;
  right: 5px;
  padding-left: 10px;
}
.groups .ctn_group .container_data .container_line .container_input input[type="checkbox"],
.doubleRoom .ctn_group .container_data .container_line .container_input input[type="checkbox"],
.groups .modalModify .container_data .container_line .container_input input[type="checkbox"],
.doubleRoom .modalModify .container_data .container_line .container_input input[type="checkbox"] {
  position: absolute;
  left: -3000px;
}
.groups .ctn_group .container_data .container_line .container_input .checkbox,
.doubleRoom .ctn_group .container_data .container_line .container_input .checkbox,
.groups .modalModify .container_data .container_line .container_input .checkbox,
.doubleRoom .modalModify .container_data .container_line .container_input .checkbox {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 5px -1162px;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  line-height: normal;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0px 10px 46px;
  margin: 5px 0 0 0;
}
.groups .ctn_group .container_data .container_line .container_input .checkbox.check,
.doubleRoom .ctn_group .container_data .container_line .container_input .checkbox.check,
.groups .modalModify .container_data .container_line .container_input .checkbox.check,
.doubleRoom .modalModify .container_data .container_line .container_input .checkbox.check {
  background-position: 5px -1234px;
}
.groups .ctn_group .container_data .container_line .container_input a.popover_link,
.doubleRoom .ctn_group .container_data .container_line .container_input a.popover_link,
.groups .modalModify .container_data .container_line .container_input a.popover_link,
.doubleRoom .modalModify .container_data .container_line .container_input a.popover_link {
  left: 150px;
  top: 14px;
  position: absolute;
  line-height: normal;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #04abce;
}
.groups .ctn_group .container_data .container_line .container_input .error_input,
.doubleRoom .ctn_group .container_data .container_line .container_input .error_input,
.groups .modalModify .container_data .container_line .container_input .error_input,
.doubleRoom .modalModify .container_data .container_line .container_input .error_input {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 41px;
  padding: 5px;
  background-color: #990000;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: #FFFFFF;
  z-index: 30;
  overflow: auto;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input .error_input > *,
.doubleRoom .ctn_group .container_data .container_line .container_input .error_input > *,
.groups .modalModify .container_data .container_line .container_input .error_input > *,
.doubleRoom .modalModify .container_data .container_line .container_input .error_input > * {
  display: block;
  line-height: 15px;
  font-weight: 700;
}
.groups .ctn_group .container_data .container_line .container_input .error_input span,
.doubleRoom .ctn_group .container_data .container_line .container_input .error_input span,
.groups .modalModify .container_data .container_line .container_input .error_input span,
.doubleRoom .modalModify .container_data .container_line .container_input .error_input span {
  color: rgba(255, 255, 255, 0.6);
}
.groups .ctn_group .container_data .container_line .container_input.name,
.doubleRoom .ctn_group .container_data .container_line .container_input.name,
.groups .modalModify .container_data .container_line .container_input.name,
.doubleRoom .modalModify .container_data .container_line .container_input.name {
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input.first_name,
.doubleRoom .ctn_group .container_data .container_line .container_input.first_name,
.groups .modalModify .container_data .container_line .container_input.first_name,
.doubleRoom .modalModify .container_data .container_line .container_input.first_name,
.groups .ctn_group .container_data .container_line .container_input.agent,
.doubleRoom .ctn_group .container_data .container_line .container_input.agent,
.groups .modalModify .container_data .container_line .container_input.agent,
.doubleRoom .modalModify .container_data .container_line .container_input.agent,
.groups .ctn_group .container_data .container_line .container_input.mail_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.mail_form,
.groups .modalModify .container_data .container_line .container_input.mail_form,
.doubleRoom .modalModify .container_data .container_line .container_input.mail_form,
.groups .ctn_group .container_data .container_line .container_input.mail_repeat,
.doubleRoom .ctn_group .container_data .container_line .container_input.mail_repeat,
.groups .modalModify .container_data .container_line .container_input.mail_repeat,
.doubleRoom .modalModify .container_data .container_line .container_input.mail_repeat,
.groups .ctn_group .container_data .container_line .container_input.containerDni,
.doubleRoom .ctn_group .container_data .container_line .container_input.containerDni,
.groups .modalModify .container_data .container_line .container_input.containerDni,
.doubleRoom .modalModify .container_data .container_line .container_input.containerDni,
.groups .ctn_group .container_data .container_line .container_input.street_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.street_form,
.groups .modalModify .container_data .container_line .container_input.street_form,
.doubleRoom .modalModify .container_data .container_line .container_input.street_form,
.groups .ctn_group .container_data .container_line .container_input.location_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.location_form,
.groups .modalModify .container_data .container_line .container_input.location_form,
.doubleRoom .modalModify .container_data .container_line .container_input.location_form,
.groups .ctn_group .container_data .container_line .container_input.url_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.url_form,
.groups .modalModify .container_data .container_line .container_input.url_form,
.doubleRoom .modalModify .container_data .container_line .container_input.url_form,
.groups .ctn_group .container_data .container_line .container_input.num_person,
.doubleRoom .ctn_group .container_data .container_line .container_input.num_person,
.groups .modalModify .container_data .container_line .container_input.num_person,
.doubleRoom .modalModify .container_data .container_line .container_input.num_person,
.groups .ctn_group .container_data .container_line .container_input.hotel_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.hotel_form,
.groups .modalModify .container_data .container_line .container_input.hotel_form,
.doubleRoom .modalModify .container_data .container_line .container_input.hotel_form,
.groups .ctn_group .container_data .container_line .container_input.regimen_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.regimen_form,
.groups .modalModify .container_data .container_line .container_input.regimen_form,
.doubleRoom .modalModify .container_data .container_line .container_input.regimen_form,
.groups .ctn_group .container_data .container_line .container_input.last_name,
.doubleRoom .ctn_group .container_data .container_line .container_input.last_name,
.groups .modalModify .container_data .container_line .container_input.last_name,
.doubleRoom .modalModify .container_data .container_line .container_input.last_name,
.groups .ctn_group .container_data .container_line .container_input.phone_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.phone_form,
.groups .modalModify .container_data .container_line .container_input.phone_form,
.doubleRoom .modalModify .container_data .container_line .container_input.phone_form,
.groups .ctn_group .container_data .container_line .container_input.landline,
.doubleRoom .ctn_group .container_data .container_line .container_input.landline,
.groups .modalModify .container_data .container_line .container_input.landline,
.doubleRoom .modalModify .container_data .container_line .container_input.landline,
.groups .ctn_group .container_data .container_line .container_input.postal_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.postal_form,
.groups .modalModify .container_data .container_line .container_input.postal_form,
.doubleRoom .modalModify .container_data .container_line .container_input.postal_form,
.groups .ctn_group .container_data .container_line .container_input.province_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.province_form,
.groups .modalModify .container_data .container_line .container_input.province_form,
.doubleRoom .modalModify .container_data .container_line .container_input.province_form,
.groups .ctn_group .container_data .container_line .container_input.country_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.country_form,
.groups .modalModify .container_data .container_line .container_input.country_form,
.doubleRoom .modalModify .container_data .container_line .container_input.country_form,
.groups .ctn_group .container_data .container_line .container_input.destination_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.destination_form,
.groups .modalModify .container_data .container_line .container_input.destination_form,
.doubleRoom .modalModify .container_data .container_line .container_input.destination_form,
.groups .ctn_group .container_data .container_line .container_input.zone_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.zone_form,
.groups .modalModify .container_data .container_line .container_input.zone_form,
.doubleRoom .modalModify .container_data .container_line .container_input.zone_form,
.groups .ctn_group .container_data .container_line .container_input.private,
.doubleRoom .ctn_group .container_data .container_line .container_input.private,
.groups .modalModify .container_data .container_line .container_input.private,
.doubleRoom .modalModify .container_data .container_line .container_input.private,
.groups .ctn_group .container_data .container_line .container_input.cometary,
.doubleRoom .ctn_group .container_data .container_line .container_input.cometary,
.groups .modalModify .container_data .container_line .container_input.cometary,
.doubleRoom .modalModify .container_data .container_line .container_input.cometary,
.groups .ctn_group .container_data .container_line .container_input.process,
.doubleRoom .ctn_group .container_data .container_line .container_input.process,
.groups .modalModify .container_data .container_line .container_input.process,
.doubleRoom .modalModify .container_data .container_line .container_input.process,
.groups .ctn_group .container_data .container_line .container_input.namePrcp,
.doubleRoom .ctn_group .container_data .container_line .container_input.namePrcp,
.groups .modalModify .container_data .container_line .container_input.namePrcp,
.doubleRoom .modalModify .container_data .container_line .container_input.namePrcp,
.groups .ctn_group .container_data .container_line .container_input.present,
.doubleRoom .ctn_group .container_data .container_line .container_input.present,
.groups .modalModify .container_data .container_line .container_input.present,
.doubleRoom .modalModify .container_data .container_line .container_input.present,
.groups .ctn_group .container_data .container_line .container_input.mail-info,
.doubleRoom .ctn_group .container_data .container_line .container_input.mail-info,
.groups .modalModify .container_data .container_line .container_input.mail-info,
.doubleRoom .modalModify .container_data .container_line .container_input.mail-info,
.groups .ctn_group .container_data .container_line .container_input.domicilio_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.domicilio_form,
.groups .modalModify .container_data .container_line .container_input.domicilio_form,
.doubleRoom .modalModify .container_data .container_line .container_input.domicilio_form,
.groups .ctn_group .container_data .container_line .container_input.localidad_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.localidad_form,
.groups .modalModify .container_data .container_line .container_input.localidad_form,
.doubleRoom .modalModify .container_data .container_line .container_input.localidad_form,
.groups .ctn_group .container_data .container_line .container_input.provincia_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.provincia_form,
.groups .modalModify .container_data .container_line .container_input.provincia_form,
.doubleRoom .modalModify .container_data .container_line .container_input.provincia_form,
.groups .ctn_group .container_data .container_line .container_input.destination_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.destination_form,
.groups .modalModify .container_data .container_line .container_input.destination_form,
.doubleRoom .modalModify .container_data .container_line .container_input.destination_form,
.groups .ctn_group .container_data .container_line .container_input.cod_postal_domicilio,
.doubleRoom .ctn_group .container_data .container_line .container_input.cod_postal_domicilio,
.groups .modalModify .container_data .container_line .container_input.cod_postal_domicilio,
.doubleRoom .modalModify .container_data .container_line .container_input.cod_postal_domicilio,
.groups .ctn_group .container_data .container_line .container_input.numero_domicilio,
.doubleRoom .ctn_group .container_data .container_line .container_input.numero_domicilio,
.groups .modalModify .container_data .container_line .container_input.numero_domicilio,
.doubleRoom .modalModify .container_data .container_line .container_input.numero_domicilio {
  margin: 0 0 10px 0;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input.mail-info:hover,
.doubleRoom .ctn_group .container_data .container_line .container_input.mail-info:hover,
.groups .modalModify .container_data .container_line .container_input.mail-info:hover,
.doubleRoom .modalModify .container_data .container_line .container_input.mail-info:hover {
  cursor: no-drop;
}
.groups .ctn_group .container_data .container_line .container_input.agent_name,
.doubleRoom .ctn_group .container_data .container_line .container_input.agent_name,
.groups .modalModify .container_data .container_line .container_input.agent_name,
.doubleRoom .modalModify .container_data .container_line .container_input.agent_name {
  margin: 0 0 10px 0;
  display: none;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .container_input.agent_name.show,
.doubleRoom .ctn_group .container_data .container_line .container_input.agent_name.show,
.groups .modalModify .container_data .container_line .container_input.agent_name.show,
.doubleRoom .modalModify .container_data .container_line .container_input.agent_name.show {
  display: block;
}
.groups .ctn_group .container_data .container_line .container_input.day_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.day_form,
.groups .modalModify .container_data .container_line .container_input.day_form,
.doubleRoom .modalModify .container_data .container_line .container_input.day_form,
.groups .ctn_group .container_data .container_line .container_input.month_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.month_form,
.groups .modalModify .container_data .container_line .container_input.month_form,
.doubleRoom .modalModify .container_data .container_line .container_input.month_form,
.groups .ctn_group .container_data .container_line .container_input.year_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.year_form,
.groups .modalModify .container_data .container_line .container_input.year_form,
.doubleRoom .modalModify .container_data .container_line .container_input.year_form {
  margin-bottom: 10px;
  width: 32%;
}
.groups .ctn_group .container_data .container_line .container_input.day_form .dropdown span,
.doubleRoom .ctn_group .container_data .container_line .container_input.day_form .dropdown span,
.groups .modalModify .container_data .container_line .container_input.day_form .dropdown span,
.doubleRoom .modalModify .container_data .container_line .container_input.day_form .dropdown span,
.groups .ctn_group .container_data .container_line .container_input.month_form .dropdown span,
.doubleRoom .ctn_group .container_data .container_line .container_input.month_form .dropdown span,
.groups .modalModify .container_data .container_line .container_input.month_form .dropdown span,
.doubleRoom .modalModify .container_data .container_line .container_input.month_form .dropdown span,
.groups .ctn_group .container_data .container_line .container_input.year_form .dropdown span,
.doubleRoom .ctn_group .container_data .container_line .container_input.year_form .dropdown span,
.groups .modalModify .container_data .container_line .container_input.year_form .dropdown span,
.doubleRoom .modalModify .container_data .container_line .container_input.year_form .dropdown span {
  display: block;
}
.groups .ctn_group .container_data .container_line .container_input.day_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.day_form,
.groups .modalModify .container_data .container_line .container_input.day_form,
.doubleRoom .modalModify .container_data .container_line .container_input.day_form,
.groups .ctn_group .container_data .container_line .container_input.month_form,
.doubleRoom .ctn_group .container_data .container_line .container_input.month_form,
.groups .modalModify .container_data .container_line .container_input.month_form,
.doubleRoom .modalModify .container_data .container_line .container_input.month_form {
  margin: 0 2% 0 0;
}
.groups .ctn_group .container_data .container_line .container_input.cometary,
.doubleRoom .ctn_group .container_data .container_line .container_input.cometary,
.groups .modalModify .container_data .container_line .container_input.cometary,
.doubleRoom .modalModify .container_data .container_line .container_input.cometary {
  height: auto;
}
.groups .ctn_group .container_data .container_line .container_input.process,
.doubleRoom .ctn_group .container_data .container_line .container_input.process,
.groups .modalModify .container_data .container_line .container_input.process,
.doubleRoom .modalModify .container_data .container_line .container_input.process {
  float: left;
}
.groups .ctn_group .container_data .container_line .container_input.namePrcp,
.doubleRoom .ctn_group .container_data .container_line .container_input.namePrcp,
.groups .modalModify .container_data .container_line .container_input.namePrcp,
.doubleRoom .modalModify .container_data .container_line .container_input.namePrcp {
  float: left;
}
.groups .ctn_group .container_data .container_line .dropdown,
.doubleRoom .ctn_group .container_data .container_line .dropdown,
.groups .modalModify .container_data .container_line .dropdown,
.doubleRoom .modalModify .container_data .container_line .dropdown {
  background-color: #F1F2F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 5px 9px 10px;
  height: 41px;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .dropdown a,
.doubleRoom .ctn_group .container_data .container_line .dropdown a,
.groups .modalModify .container_data .container_line .dropdown a,
.doubleRoom .modalModify .container_data .container_line .dropdown a {
  color: rgba(0, 0, 0, 0.9);
  position: absolute;
  line-height: normal;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0 0;
  width: 100%;
}
.groups .ctn_group .container_data .container_line .dropdown a span,
.doubleRoom .ctn_group .container_data .container_line .dropdown a span,
.groups .modalModify .container_data .container_line .dropdown a span,
.doubleRoom .modalModify .container_data .container_line .dropdown a span {
  float: right;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: -4px;
}
.groups .ctn_group .container_data .container_line .dropdown a span i,
.doubleRoom .ctn_group .container_data .container_line .dropdown a span i,
.groups .modalModify .container_data .container_line .dropdown a span i,
.doubleRoom .modalModify .container_data .container_line .dropdown a span i {
  font-size: 20px;
}
.groups .ctn_group .container_data .container_line .dropdown .dropdown-menu li,
.doubleRoom .ctn_group .container_data .container_line .dropdown .dropdown-menu li,
.groups .modalModify .container_data .container_line .dropdown .dropdown-menu li,
.doubleRoom .modalModify .container_data .container_line .dropdown .dropdown-menu li {
  width: 100%;
}
.groups button,
.doubleRoom button {
  font-size: 17px;
  height: 41px;
  margin-top: 20px;
  width: 100%;
}
#popover_Pol,
.pop_politics,
#popover_con {
  height: 370px;
  margin-bottom: 30px;
  bottom: 30px;
  top: 50px;
  left: 45%;
  width: 100%;
  max-width: 300px;
  z-index: 30;
}
#popover_Pol:before,
.pop_politics:before,
#popover_con:before {
  display: none;
}
#popover_Pol div,
.pop_politics div,
#popover_con div {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5%;
  width: 100%;
  height: 285px;
}
#popover_Pol div::-webkit-scrollbar,
.pop_politics div::-webkit-scrollbar,
#popover_con div::-webkit-scrollbar {
  width: 6px;
}
#popover_Pol div::-webkit-scrollbar-track,
.pop_politics div::-webkit-scrollbar-track,
#popover_con div::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#popover_Pol div::-webkit-scrollbar-thumb,
.pop_politics div::-webkit-scrollbar-thumb,
#popover_con div::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #595959;
}
#popover_Pol h3,
.pop_politics h3,
#popover_con h3 {
  background-color: #303030;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.25);
  border-bottom: 0;
  text-transform: none;
  width: 94%;
}
#popover_Pol p,
.pop_politics p,
#popover_con p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 19px;
}
#popover_Pol .fa-caret-down,
.pop_politics .fa-caret-down,
#popover_con .fa-caret-down {
  font-size: 80px;
  position: absolute;
  bottom: -48px;
  left: 42%;
  color: #303030;
  display: none;
}
#popover_Pol .fa-caret-up,
.pop_politics .fa-caret-up,
#popover_con .fa-caret-up {
  font-size: 80px;
  position: absolute;
  top: -53px !important;
  left: 42%;
  color: #303030;
  display: none;
}
.groupOk .ctn_groupOk {
  height: 290px;
  margin-bottom: 40px;
  padding-top: 22%;
  position: relative;
}
.groupOk .ctn_groupOk .fa-phone {
  font-size: 360px;
  position: absolute;
  color: #e1e2e0;
  top: 0;
  left: 13%;
  z-index: 1;
}
.groupOk .ctn_groupOk h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 0 7%;
  z-index: 2;
}
.groupOk .ctn_groupOk h3.highlight {
  color: #99cc00;
}
.groupOk.cf_Bag.alert i {
  font-size: 56px;
  color: #666 !important;
}
.groupOk.cf_Bag .ctn_cf .bag-sup {
  width: 100%;
  margin: 30px auto;
  max-width: 320px;
}
.groupOk.cf_Bag .ctn_cf .bag-asa {
  background-color: #cccccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  width: 50%;
}
.groupOk.cf_Bag .ctn_cf .bag-asa .bag {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  height: 33px;
  left: 50%;
  margin-left: -36%;
  position: absolute;
  width: 72%;
}
.groupOk.cf_Bag .ctn_cf .bag-content {
  padding: 20px;
  text-align: center;
  background-color: #CCCCCC;
  border-radius: 20px;
}
.groupOk.cf_Bag .ctn_cf .bag-content span {
  color: #00acce;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  display: block;
}
.groupOk.cf_Bag .ctn_cf .bag-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
/************* 600px a 767px *************/
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .groupOk.cf_Bag .ctn_cf .bag-sup {
    max-width: 400px;
    margin: 50px auto;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa {
    background-color: #cccccc;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    width: 44%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa .bag {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 37px;
    margin-left: -35%;
    width: 70%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content {
    padding: 30px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content p,
  .groupOk.cf_Bag .ctn_cf .bag-content span {
    font-size: 20px;
  }
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .groups .ctn_group .container_data .container_line .container_input.day_form,
  .groups .ctn_group .container_data .container_line .container_input.month_form,
  .groups .ctn_group .container_data .container_line .container_input.year_form {
    width: 31.9%;
  }
  .groups .ctn_group .container_data .container_line h4 {
    max-width: 150px;
    padding: 2px 0 0 64px;
    text-align: right;
  }
  .groups .ctn_group .container_data .container_line .container_input.name {
    width: 60%;
  }
  .groups .ctn_group .container_data .container_line .container_input.first_name,
  .groups .ctn_group .container_data .container_line .container_input.agent {
    margin: 0 10px 0 0;
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.last_name,
  .groups .ctn_group .container_data .container_line .container_input.agent_name,
  .groups .ctn_group .container_data .container_line .container_input.containerDni {
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.mail_form,
  .groups .ctn_group .container_data .container_line .container_input.mail_repeat {
    margin: 0 2% 0 0;
    width: 57%;
  }
  .groups .ctn_group .container_data .container_line .container_input.phone_form,
  .groups .ctn_group .container_data .container_line .container_input.landline {
    width: 41%;
  }
  .groups .ctn_group .container_data .container_line .container_input.street_form {
    margin: 0 2% 0 0;
    width: 68%;
  }
  .groups .ctn_group .container_data .container_line .container_input.postal_form {
    width: 30%;
  }
  .groups .ctn_group .container_data .container_line .container_input.location_form,
  .groups .ctn_group .container_data .container_line .container_input.province_form {
    margin: 0 2% 0 0;
    width: 32%;
  }
  .groups .ctn_group .container_data .container_line .container_input.country_form {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .groups .ctn_group .container_data .container_line .container_input.url_form {
    width: 80%;
  }
  .groups .ctn_group .container_data .container_line .container_input.num_person {
    width: 35%;
  }
  .groups .ctn_group .container_data .container_line .container_input.destination_form {
    margin: 0 2% 0 0;
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.zone_form {
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.hotel_form {
    margin: 0 2% 0 0;
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.regimen_form {
    width: 48.9%;
  }
  .groups .ctn_group .container_data .container_line .container_input.day_form,
  .groups .ctn_group .container_data .container_line .container_input.month_form {
    margin: 0 0 0 2%;
    width: 20%;
    float: right;
  }
  .groups .ctn_group .container_data .container_line .container_input.year_form {
    width: 20%;
    float: right;
  }
  .groups .ctn_group .container_data .container_line .container_input.process,
  .groups .ctn_group .container_data .container_line .container_input.namePrcp {
    width: 30%;
    margin-right: 10px;
  }
  .groups .ctn_group .container_data .container_line .dropdown a span {
    display: block;
  }
  .beneficiarios .groups .ctn_group .container_data .container_line .container_input.phone_form {
    width: 48.9%!important;
  }
  .disabled_field {
    color: #949494!important;
  }
  #popover_Pol h3,
  .pop_politics h3,
  #popover_con h3 {
    font-size: 22px;
  }
  #popover_Pol p,
  .pop_politics p,
  #popover_con p {
    font-size: 14px;
  }
  #popover_Pol i.fa-caret-down,
  .pop_politics i.fa-caret-down,
  #popover_con i.fa-caret-down {
    display: block;
  }
  #popover_Pol.cp_con_po {
    top: 73px;
    left: 20%;
  }
  #popover_Pol.cp_con_po i.fa-caret-up {
    display: block;
  }
  #popover_con,
  #popover_Pol {
    top: -370px;
    left: 45%;
  }
  .groupOk .ctn_groupOk {
    padding-top: 12%;
    height: 440px;
  }
  .groupOk .ctn_groupOk .fa-phone {
    font-size: 500px;
  }
  .groupOk .ctn_groupOk h3 {
    font-size: 35px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-sup {
    max-width: 400px;
    margin: 50px auto;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa {
    background-color: #cccccc;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    width: 44%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa .bag {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 37px;
    margin-left: -35%;
    width: 70%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content {
    padding: 30px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content p,
  .groupOk.cf_Bag .ctn_cf .bag-content span {
    font-size: 20px;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .groups .ctn_group h3 {
    font-size: 22px;
  }
  .groups .ctn_group p {
    font-size: 14px;
  }
  .groups .ctn_group .container_data {
    margin-top: 15px;
  }
  .groups .ctn_group .container_data .container_line h4 {
    padding: 0 0 0 64px;
  }
  .groups .ctn_group .container_data .container_line .container_input input[type="text"],
  .groups .ctn_group .container_data .container_line .container_input textarea {
    font-size: 18px;
  }
  .groups button {
    font-size: 18px;
  }
  .pop_politics {
    width: 300px;
  }
  #popover_Pol h3,
  .pop_politics h3,
  #popover_con h3 {
    font-size: 18px;
  }
  #popover_Pol {
    height: 370px;
    margin-bottom: 30px;
    bottom: 30px;
    left: 40%;
    width: 80%;
    max-width: 350px;
  }
  #popover_con {
    height: 370px;
    margin-bottom: 30px;
    bottom: 30px;
    left: 40%;
    width: 80%;
    max-width: 350px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-sup {
    max-width: 600px;
    margin: 60px auto;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa {
    background-color: #cccccc;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    width: 44%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-asa .bag {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 44px;
    margin-left: -36%;
    width: 72%;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content {
    padding: 60px;
    border-radius: 30px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content p,
  .groupOk.cf_Bag .ctn_cf .bag-content span {
    font-size: 27px;
  }
  .groupOk.cf_Bag .ctn_cf .bag-content span {
    margin: 30px 0;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .groups .ctn_group button {
    font-size: 17px;
  }
  #popover_Pol h3,
  .pop_politics h3,
  #popover_con h3 {
    font-size: 22px;
  }
}
/************* mobile -768px *************/
.offers-filter-header {
  width: 100%;
}
.offers-filter-header .ctn_filter_header {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-bottom: 20px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.offers-filter-header .ctn_filter_header li a {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 155px;
  padding: 9px 0;
  background-color: #ffffff;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.offers-filter-header .ctn_filter_header li a img {
  position: relative;
  top: -10px;
  width: 100%;
}
.offers-filter-header .ctn_filter_header li.pro_BETTER_T a:hover {
  background-color: #990000;
}
.offers-filter-header .ctn_filter_header li:hover a img {
  top: -219px;
}
.offers-filter-header .cont_post_pack_offer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
}
.offers-filter-header .cont_post_pack_offer .arrow_pack_offer {
  position: absolute;
  width: 40px;
  height: 20px;
  z-index: 201;
  background-image: url(../images/offer-list/arrow_pack_icon.png);
  background-repeat: no-repeat;
  background-position: top left;
  top: -20px;
  left: 245px;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc {
  position: absolute;
  background-color: #303030;
  width: 530px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .cont_close {
  margin-top: 10px;
  margin-right: 10px;
  height: 19px;
  width: 19px;
  float: right;
  overflow: hidden;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .cont_close img {
  width: 20px;
  height: 40px;
  top: 0px;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_img {
  margin: 20px 20px;
  float: left;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .tarj {
  position: relative;
  display: inline-block;
  height: 337px;
  background-color: #FFF;
  padding: 5px 5px 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  float: left;
  width: 40%;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt .ctn_pack {
  display: none;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt .ctn_pack.active {
  display: block;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt .title3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt .title4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.offers-filter-header .cont_post_pack_offer .cont_pack_offer_desc .pack_offer_txt p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: normal;
}
/************* 768px a 992px *************/
/************* 992px a 1220px *************/
/************* Laptop > 1220px *************/
/************* mobile -768px *************/
.mod-book .img-hotels:hover .laptopHover .gradient-img:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.groups.confirmation .offer_detail_img {
  margin-top: 15px;
}
.groups.confirmation .offer_detail_img .box-image-hotels {
  background: #FFF;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .col-xs-6 {
  padding: 0;
}
.groups.confirmation .offer_detail_img .box-image-hotels picture {
  position: relative;
  z-index: 1;
}
.groups.confirmation .offer_detail_img .box-image-hotels picture img {
  width: 100%;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels {
  padding: 0;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  display: inline-block;
  float: left;
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img.plus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 50%;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img.top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  bottom: auto;
  top: 0;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img.top.plus {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  height: 50%;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img.top span {
  bottom: auto;
  color: #FFF;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  text-transform: uppercase;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img span.hotelName,
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img span.hotelstars {
  width: 136px;
  line-height: 16px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img span.hotelName {
  bottom: 27px;
  font-size: 15px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img span.hotelstars {
  color: #FFF;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img span.hotelstars:after {
  margin-left: 0;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn.non-refundable span.hotelName {
  bottom: 27px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn.non-refundable span.hotelstars {
  bottom: 5px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn span.hotelName {
  width: 94%;
  bottom: 72px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn span.hotelstars {
  bottom: 52px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn .btn {
  margin-left: 5px;
  margin-right: 5px;
  width: 96%;
  font-size: 14px;
  position: absolute;
  line-height: 15px;
  bottom: 5px;
  padding: 6px;
  background-color: #04abce;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels span {
  bottom: 5px;
  color: #FFF;
  font-weight: normal;
  left: 10px;
  font-size: 15px;
  position: absolute;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .list-buttons {
  position: relative;
  padding: 0;
  top: 5px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .list-buttons li {
  padding: 2px 2px 0 2px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .list-buttons li a.btn {
  font-size: 13px;
}
.groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .list-buttons li .grey {
  background: #7f7f7f;
}
.groups.confirmation .offer_detail_img .box-image-hotels .text-img {
  padding: 0;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 15px;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div h4,
.groups.confirmation .offer_detail_img .detail-box-offer > div h5,
.groups.confirmation .offer_detail_img .detail-box-offer > div h6 {
  margin-bottom: 0;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div h4,
.groups.confirmation .offer_detail_img .detail-box-offer > div h5,
.groups.confirmation .offer_detail_img .detail-box-offer > div h6,
.groups.confirmation .offer_detail_img .detail-box-offer > div strong {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin-bottom: 0;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div h5 {
  font-size: 15px;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div p {
  margin: 0;
  line-height: 16px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}
.groups.confirmation .offer_detail_img .detail-box-offer > div p span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.groups.confirmation .offer_detail_img .detail-box-offer > div p span.no-change {
  color: rgba(0, 0, 0, 0.4);
}
.groups.confirmation .offer_detail_img .detail-box-offer .total_offer h5 {
  font-size: 15px;
}
.groups.confirmation .offer_detail_img .detail-box-offer .total_offer .offer_prize {
  color: rgba(0, 0, 0, 0.8);
}
.groups.confirmation .offer_detail_img .detail-box-offer .total_offer .offer_prize .price {
  margin: 7px 0 4px;
  font-size: 32px;
}
.groups.confirmation .offer_detail_img .detail-box-offer .total_offer .offer_prize .symbol {
  font-size: 18px;
}
.groups.confirmation .offer_detail_img .detail-box-offer .mod_offer h3 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.8);
}
.groups.confirmation .ctn_group .container_data h4 .fa,
.groups.confirmation .modalModify .container_data h4 .fa {
  margin-right: 6px;
}
.groups.confirmation .ctn_group .container_data .res_call,
.groups.confirmation .modalModify .container_data .res_call {
  width: 100%;
  padding-bottom: 20px;
}
.groups.confirmation .ctn_group .container_data .res_call h3,
.groups.confirmation .modalModify .container_data .res_call h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.groups.confirmation .ctn_group .container_data .container_line.mod-btn .btn-primary,
.groups.confirmation .modalModify .container_data .container_line.mod-btn .btn-primary {
  display: block;
  width: auto;
  font-size: 14px;
  margin-bottom: 15px;
}
.groups.confirmation .ctn_group .container_data .container_line .dropdown a,
.groups.confirmation .modalModify .container_data .container_line .dropdown a {
  width: 97% !important;
}
.groups.confirmation .ctn_group .container_data .container_line .dropdown a span,
.groups.confirmation .modalModify .container_data .container_line .dropdown a span {
  display: block;
}
.groups.confirmation .ctn_group .container_data .container_line .container_input.cometary,
.groups.confirmation .modalModify .container_data .container_line .container_input.cometary {
  margin-bottom: 30px;
}
.groups.confirmation .ctn_group .container_data .container_line .container_input.cometary textarea,
.groups.confirmation .modalModify .container_data .container_line .container_input.cometary textarea {
  padding-top: 27px;
}
.groups.confirmation .ctn_group .container_data .container_line .container_input.present,
.groups.confirmation .modalModify .container_data .container_line .container_input.present {
  height: auto;
}
.groups.confirmation .ctn_group .container_line.mod-btn .btn-primary,
.groups.confirmation .modalModify .container_line.mod-btn .btn-primary {
  display: block;
  width: auto;
  font-size: 14px;
  margin-bottom: 15px;
}
.groups.remember_section {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  float: none;
  width: 100%;
}
.groups.remember_section .ctn_rmb {
  margin-bottom: 20px;
}
.groups.remember_section .ctn_rmb h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.groups.remember_section .ctn_rmb p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.groups.remember_section .ctn_rmb p a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  cursor: initial;
}
.groups.remember_section .ctn_group .container_data .container_line {
  min-height: 41px;
  height: inherit;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input {
  position: relative;
  width: 100%;
  height: 39px;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input.rmb_input {
  height: auto !important;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input .box_input {
  display: inline-block;
  background-color: #F1F2F0;
  padding: 9px 0 5px 9px;
  float: left;
  font-size: 19px;
  color: #04ABCE;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  min-height: 43px;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check {
  color: #707070;
  line-height: normal;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 46px 0 37px;
  cursor: pointer;
  display: block;
  margin: -2px 0 0 0;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check.line-2 {
  padding-top: 0;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check .link {
  color: #04abce;
  position: relative;
  top: auto;
  margin: 0 0 0 1%;
  line-height: normal;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input .box_input .checkbox {
  margin: -3px 0 0 -12px;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input span.checkbox {
  width: 12%;
  height: 33px;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input a {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 3px;
  top: 4px;
}
.groups.remember_section .ctn_group .container_data .container_line .container_input a span i.fa-inverse {
  color: rgba(0, 0, 0, 0.4);
}
.groups.remember_section .ctn_group .container_data .container_line .pop_politics {
  top: -200px;
}
.groups.remember_section .ctn_group .container_data .container_line .pop_politics:before {
  display: none;
}
.groups.remember_section .ctn_group .container_data .container_line .pop_politics h3 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
}
.groups.remember_section .ctn_group .container_data .container_line .pop_politics div p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.groups.remember_section .ctn_group .container_data .container_line .dropdown .drop-value {
  width: 97% !important;
}
.groups.remember_section .ctn_group .pay_module_paypal .pay_paypal_important {
  color: #ffffff;
  margin: 25px 0 15px 0;
  font-size: 16px;
}
.groups.remember_section .ctn_group .pay_module_paypal .pay_paypal_important strong {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.groups.remember_section .ctn_group .pay_module_paypal .pay_paypal img {
  width: 150px;
}
.groups.remember_section .ctn_group .pay_module_paypal .pay_paypal a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}
.groups.remember_section .ctn_group .pay_module_paypal h3 {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 5px 0;
}
.groups.remember_section .ctn_group .pay_module_paypal p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.groups.want-pay,
.groups.pay-module,
.groups.cancel-module {
  color: rgba(0, 0, 0, 0.6);
}
.groups.want-pay .phone_want,
.groups.pay-module .phone_want,
.groups.cancel-module .phone_want {
  margin: 20px 0 20px;
}
.groups.want-pay .phone_want i,
.groups.pay-module .phone_want i,
.groups.cancel-module .phone_want i {
  font-size: 36px;
  float: left;
  position: relative;
  top: 10px;
  margin: -5px 10px 0 0;
}
.groups.want-pay .phone_want span,
.groups.pay-module .phone_want span,
.groups.cancel-module .phone_want span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: left;
}
.groups.want-pay .phone_want span.want_num,
.groups.pay-module .phone_want span.want_num,
.groups.cancel-module .phone_want span.want_num {
  font-size: 22px;
  display: block;
}
.groups.pay-module,
.groups.cancel-module {
  background-color: #025568;
  float: left;
}
.groups.pay-module .ctn_rmb h3,
.groups.cancel-module .ctn_rmb h3 {
  color: rgba(255, 255, 255, 0.7);
}
.groups.pay-module .ctn_rmb p,
.groups.cancel-module .ctn_rmb p,
.groups.pay-module .ctn_rmb .phone_want,
.groups.cancel-module .ctn_rmb .phone_want {
  color: rgba(255, 255, 255, 0.5);
}
.groups.pay-module .ctn_rmb .phone_want,
.groups.cancel-module .ctn_rmb .phone_want {
  color: rgba(255, 255, 255, 0.6);
}
.groups.pay-module .externo img,
.groups.cancel-module .externo img {
  width: 100%;
}
.groups.pay-module .ctn_group label,
.groups.cancel-module .ctn_group label {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.groups.pay-module .ctn_group input,
.groups.cancel-module .ctn_group input {
  display: inline-block;
  overflow: hidden;
  background-color: #F1F2F0;
  padding: 9px 10px 9px 10px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: bold;
  height: 42px;
  color: #04ABCE;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.groups.want-pay,
.groups.cancel-module {
  background-color: #bbcbcf;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.groups.want-pay .ctn_group .container_data .container_line .container_input .box_input .txt_check,
.groups.cancel-module .ctn_group .container_data .container_line .container_input .box_input .txt_check {
  padding-top: 1px;
}
.groups.want-pay .ctn_want_txt,
.groups.cancel-module .ctn_want_txt {
  margin-bottom: 20px;
}
.groups.want-pay .ctn_want_txt h3,
.groups.cancel-module .ctn_want_txt h3 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: bold;
}
.groups.want-pay .ctn_want_txt p,
.groups.cancel-module .ctn_want_txt p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: normal;
}
.groups.want-pay .pvp_container .radio_values .pvp_module,
.groups.cancel-module .pvp_container .radio_values .pvp_module {
  background-color: #ffffff;
  padding: 21px 5px;
}
.groups.want-pay .pvp_container .radio_values .pvp_module span.radio,
.groups.cancel-module .pvp_container .radio_values .pvp_module span.radio {
  height: 24px;
  width: 10%;
}
.groups.want-pay .pvp_container .radio_values .pvp_module .ctn_radio_pvp,
.groups.cancel-module .pvp_container .radio_values .pvp_module .ctn_radio_pvp {
  color: rgba(0, 0, 0, 0.6);
  font-size: 21px;
  font-weight: bold;
  float: left;
  width: 80%;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: normal;
}
.groups.want-pay .pvp_container .radio_values .pvp_module .ctn_radio_pvp span,
.groups.cancel-module .pvp_container .radio_values .pvp_module .ctn_radio_pvp span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.groups.want-pay .pvp_container .transfer-detail,
.groups.cancel-module .pvp_container .transfer-detail {
  float: left;
  width: 100%;
}
.groups.want-pay .pvp_container .transfer-detail h3,
.groups.cancel-module .pvp_container .transfer-detail h3 {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.groups.want-pay .pvp_container .transfer-detail .ctn_transf,
.groups.cancel-module .pvp_container .transfer-detail .ctn_transf {
  background-color: #357786;
  padding-top: 20px;
  padding-bottom: 10px;
  pointer-events: none;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.groups.want-pay .pvp_container .transfer-detail .ctn_transf li,
.groups.cancel-module .pvp_container .transfer-detail .ctn_transf li {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  padding: 7px 10px;
  clear: both;
}
.groups.want-pay .pvp_container .transfer-detail .ctn_transf li span,
.groups.cancel-module .pvp_container .transfer-detail .ctn_transf li span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.groups.want-pay .pvp_container .transfer-detail .ctn_transf li p,
.groups.cancel-module .pvp_container .transfer-detail .ctn_transf li p {
  color: #ffffff;
  margin-top: 0;
}
.groups.want-pay .pvp_container .transfer-detail p,
.groups.cancel-module .pvp_container .transfer-detail p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
.groups.want-pay .buttons_exchange,
.groups.cancel-module .buttons_exchange {
  margin-top: 10px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.groups.want-pay .buttons_exchange .modify,
.groups.cancel-module .buttons_exchange .modify {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 10px 0;
  background-color: #357786;
}
.groups.want-pay .buttons_exchange .btn-primary,
.groups.cancel-module .buttons_exchange .btn-primary {
  height: auto;
  padding-top: 10px;
  line-height: normal;
}
.groups.want-pay .buttons_exchange .btn-primary p,
.groups.cancel-module .buttons_exchange .btn-primary p {
  width: 61%;
  font-size: 22px;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail {
  float: left;
  width: 100%;
  margin: 0;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail p,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin: 0;
  width: 70%;
  line-height: 16px;
  display: block;
  white-space: normal;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail p.aprx,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail p.aprx {
  width: 30%;
  font-size: 12px;
  float: right;
  text-align: right;
  text-decoration: underline dotted;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail p.comision,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail p.comision {
  width: 100%;
  font-size: 12px;
  float: right;
  text-align: right;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail p.comision > span,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail p.comision > span {
  color: #ffffff;
}
.groups.want-pay .buttons_exchange .btn-primary .bottom_detail p.comision > span.no-change,
.groups.cancel-module .buttons_exchange .btn-primary .bottom_detail p.comision > span.no-change {
  color: rgba(0, 0, 0, 0.5);
}
.groups.want-pay .buttons_exchange .btn-primary .ctn_res_coin .use,
.groups.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .use {
  font-size: 14px;
}
.groups.want-pay .buttons_exchange .btn-primary .ctn_res_coin .num,
.groups.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .num {
  font-size: 20px;
}
.groups.want-pay .buttons_exchange .btn-primary .ctn_res_coin .symbol,
.groups.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .symbol {
  font-size: 14px;
}
.groups.want-pay .buttons_exchange.bl_loyalty .btn-primary .ctn_res_coin > *,
.groups.cancel-module .buttons_exchange.bl_loyalty .btn-primary .ctn_res_coin > * {
  color: rgba(0, 0, 0, 0.6);
}
.groups.pay-module .container_line .bootstrap-select .dropdown-toggle {
  white-space: nowrap !important;
}
.groups.pay-module .modal-alert {
  background-color: #303030;
  position: absolute;
  top: 90px;
  right: 15px;
  bottom: auto;
  left: 15px;
  display: block;
  z-index: 100;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.groups.pay-module .modal-alert p {
  color: #ffffff;
}
.groups.pay-module .modal-alert .subtitle {
  margin-top: 0;
  padding-right: 40px;
  color: rgba(255, 255, 255, 0.2);
}
.groups.pay-module .modal-alert .close-modal {
  display: block;
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 10px;
  width: 15px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.groups.pay-module .modal-alert .close-modal i {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.6);
}
.groups.pay-module .relative {
  position: relative;
}
.groups.pay-module .input_w100 h4,
.groups.pay-module .input_inline h4 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.groups.pay-module .info-cvv {
  position: absolute;
  right: 0;
  top: 8px;
}
.groups.pay-module .info-cvv .fa-stack {
  width: 42px;
  height: 42px;
}
.groups.pay-module .info-cvv .fa-stack-2x {
  font-size: 50px;
  display: block;
  top: -3px;
}
.groups.pay-module .info-cvv .fa-stack-1x {
  line-height: inherit;
  font-size: 22px;
}
.groups.pay-module .info-cvv .fa-caret-up {
  font-size: 80px;
  position: absolute;
  top: -45px !important;
  right: 0;
  left: auto;
  display: block;
}
.groups.pay-module .info-cvv .conditionsModal.cvv_modal {
  left: auto;
  top: 37px;
  right: 0;
  height: auto;
  bottom: inherit;
  min-height: inherit;
}
.groups.pay-module .info-cvv .conditionsModal.cvv_modal:before {
  left: auto;
  right: 15px;
  bottom: auto;
  top: -38px;
  border-right-color: transparent;
  border-bottom: solid 20px #303030;
  border-width: 20px;
}
.groups.pay-module .info-cvv .conditionsModal.cvv_modal p {
  margin-top: 10px;
}
.groups.pay-module .info-cvv .btn-Modal {
  cursor: pointer;
  background-color: #025568;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
}
.groups.pay-module .info-cvv .cvv_modal p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 18px;
}
.groups.pay-module .info-cvv .cvv_modal h3 {
  color: rgba(255, 255, 255, 0.2);
}
.groups.pay-module .info-cvv .cvv_modal img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.groups.pay-module .pay-btn .btn {
  font-weight: bold;
}
.groups.pay-module .ctn_group .btn-booking {
  background-color: #00acce;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: bold;
  height: 41px;
  line-height: normal;
  margin-top: 10px;
  padding: 5px 20px;
  width: 100%;
}
.groups.pay-module .ctn_group .input_inline {
  width: auto;
  float: left;
}
.groups.pay-module .ctn_group .input_inline .container_line.inline {
  float: left;
}
.groups.pay-module .ctn_group .input_inline .container_line.inline .container_input {
  width: 120px;
  float: left;
}
.groups.pay-module .ctn_group .input_inline .container_line.inline .container_input .error_input {
  height: 42px;
}
.groups.pay-module .ctn_group .input_inline .container_line.inline .container_input .btn:focus {
  outline: none !important;
}
.groups.pay-module .ctn_group .input_inline .container_line.inline .container_input .dropdown-menu.open .dropdown-menu.inner {
  max-height: inherit !important;
}
.groups.pay-module .ctn_group .input_inline a {
  color: #333 !important;
  position: static !important;
}
.groups.pay-module .ctn_group .select-card a {
  color: #333 !important;
  position: static !important;
}
.groups.cancel-module {
  background-color: #025568;
  color: #ffffff;
}
.groups.cancel-module span {
  color: rgba(255, 255, 255, 0.5) !important;
}
.groups.cancel-module .pvp_container {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.groups.cancel-module .ctn_res_coin span {
  color: #ffffff !important;
}
.container_processing {
  background-color: #025568;
  float: left;
  width: 100%;
}
.container_processing .ctn_proc_group {
  padding: 40px 0;
}
.container_processing .ctn_proc_group .cnt_tarjetas,
.container_processing .ctn_proc_group .cnt_error {
  text-align: center;
}
.container_processing .ctn_proc_group .content_processing {
  margin-top: 20px;
}
.container_processing .ctn_proc_group .content_processing p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 5%;
}
.container_processing .ctn_proc_group .ctn_btn {
  text-align: center;
  margin-top: 20px;
}
.container_processing .ctn_proc_group .ctn_btn a {
  font-size: 14px;
  font-weight: bold;
}
.container_processing .ctn_proc_group .ctn_btn a p {
  margin: 23px 20px;
}
.container_processing.container_data.container_alert .ctn_proc_group {
  padding: 0;
}
.container_processing.container_data.container_alert .content_processing {
  padding-bottom: 40px;
}
.container_processing.container_data.container_alert .content_processing .ctn_alert {
  margin-top: 15px;
}
.container_processing.container_data.container_alert .content_processing .ctn_alert p {
  color: rgba(255, 255, 255, 0.4);
}
.container_processing.container_data.container_alert .content_processing .ctn_btn p {
  margin: 5px 20px;
}
.gateway-payment .gateway-label.right {
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin: 5px 0;
  text-transform: uppercase;
}
.gateway-payment .modal-link .modal-tooltip {
  right: 0;
  left: auto;
  top: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gateway-payment .modal-link .modal-tooltip img + img {
  margin-top: 15px;
}
.gateway-payment .modal-link p.right {
  font-size: 11px;
  margin-bottom: 5px;
  cursor: pointer;
}
.gateway-payment .modal-link img {
  width: 100%;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gateway-payment .ul_cuerpo label {
  color: #ffffff;
  display: block !important;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.gateway-payment .ul_cuerpo input + .search-select {
  margin-top: 5px;
}
.gateway-payment .ul_cuerpo input,
.gateway-payment .ul_cuerpo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  overflow: hidden;
  background-color: #F1F2F0;
  padding: 9px 30px 9px 10px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: bold;
  color: #04ABCE;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  position: relative;
}
.gateway-payment .ul_cuerpo input::-ms-expand,
.gateway-payment .ul_cuerpo select::-ms-expand {
  display: none;
}
.gateway-payment .ul_cuerpo input option:hover,
.gateway-payment .ul_cuerpo select option:hover,
.gateway-payment .ul_cuerpo input option:active,
.gateway-payment .ul_cuerpo select option:active {
  background-color: #04abce;
}
.gateway-payment .ul_cuerpo .search-select {
  position: relative;
}
.gateway-payment .ul_cuerpo .search-select i {
  font-family: FontAwesome;
  display: block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 10px;
  color: #C0C1C0;
  top: 10px;
  font-size: 25px;
  content: '\f0d7';
}
/*.pay #i_pasarelaPago.gateway-maroc{
  height: 1390px !important;
}*/
.musa-wrap > * {
  margin-bottom: 10px;
  background-color: #f0eab9;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.musa-wrap.alert-wrap > * {
  background-color: #990000;
}
.musa-wrap.alert-wrap .musa-info .box_input .txt_check {
  color: rgba(255, 255, 255, 0.9);
}
.musa-wrap.alert-wrap .musa-info .alert-wrap-info {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 31px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.musa-wrap.alert-wrap .musa-info .alert-wrap-info i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.4) !important;
}
.musa-info {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 50px;
  display: table;
  height: 41px;
  cursor: pointer;
}
.musa-info > * {
  display: table-cell;
  vertical-align: middle;
}
.musa-info .box_input .txt_check {
  color: rgba(0, 0, 0, 0.9);
  font-size: 11px;
  margin: 0;
}
.musa-info .box_input .txt_check i {
  font-size: 14px;
  margin-right: 5px;
}
.musa-info .info {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 31px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.musa-info .info i {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4) !important;
}
.musa-desc,
.musa-acordeon {
  display: none !important;
}
.musa-desc .close-modal,
.musa-acordeon .close-modal {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.musa-desc .close-modal i,
.musa-acordeon .close-modal i {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
}
.musa-desc {
  padding: 10px;
  position: relative;
  cursor: default;
}
.musa-desc > * {
  display: block;
}
.musa-desc > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.musa-desc > div:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.musa-desc p {
  text-transform: none;
  font-weight: 700;
  font-size: 12px !important;
  margin-top: 0;
}
.musa-desc p a {
  color: #00acce;
  text-decoration: underline;
}
.musa-desc p.title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin: 10px 0 0;
  text-transform: uppercase;
}
.musa-desc p.title i {
  margin-right: 5px;
}
.fh_descripcion .musa-desc {
  margin-bottom: 30px;
}
.fh_descripcion .musa-desc > div {
  border-bottom: none;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%;
}
.fh_descripcion .musa-desc > div:first-child {
  padding-left: 0;
}
.fh_descripcion .musa-desc > div:last-child {
  border-right: none;
  padding-right: 0;
}
.fh_descripcion .musa-desc > div:last-child p.title {
  padding-right: 30px;
}
.fh_descripcion .musa-desc > div:nth-child(2n+1) {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.6);
}
.fh_descripcion .musa-desc p,
.fh_descripcion .musa-acordeon p {
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}
.fh_descripcion .musa-desc p.title,
.fh_descripcion .musa-acordeon p.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.fh_descripcion .musa-acordeon {
  margin-bottom: 30px;
}
.musa-acordeon {
  position: relative;
  padding-top: 30px;
}
.musa-acordeon.active {
  display: block !important;
}
.musa-acordeon .accordion-multiple .panel {
  background-color: #f0eab9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.musa-acordeon .accordion-multiple .panel-group .panel-default:last-child {
  border-bottom: none;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-heading {
  background-color: #f0eab9;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-heading .panel-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-heading .panel-title i {
  margin-top: -5px !important;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-heading h4.panel-title a.title:before {
  content: '\f12a';
  margin-right: 5px;
  font-family: FontAwesome;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-collapse .panel-body {
  background-color: #f0eab9;
  padding: 5px 0 15px 0;
}
.musa-acordeon .accordion-multiple .panel-group .panel-default .panel-collapse .panel-body p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
/*-- PAGO PAYPAL --*/
.groups.payPal .ctn_group .container_data {
  width: 100% !important;
  text-align: center;
}
.pay_module_paypal .btn_accept {
  background-color: #04ABCE!important;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 10px auto;
  height: 42px;
  width: 47%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.ctn_radio_pvp img {
  width: 80px;
  margin: -10px 0 0 0;
  display: inline;
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .groups.confirmation {
    padding-top: 30px;
  }
  .groups.confirmation .offer_detail_img .gradientbox .ctn_gradient .P_hotel h3 {
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 0 10px;
  }
  .groups.confirmation .offer_detail_img .gradientbox .ctn_gradient .P_hotel ul li span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
  }
  .groups.confirmation .offer_detail_img .box_offer_image {
    margin-right: 20px;
    margin-top: 10px;
  }
  .groups.confirmation .offer_detail_img .detail-box-offer {
    margin: 0 0 30px 30px;
  }

  .groups.confirmation .ctn_group .container_data .container_line .container_input.domicilio_form,
  .groups.confirmation .modalModify .container_data .container_line .container_input.domicilio_form {
    width: 100%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.mail_form,
  .groups.confirmation .modalModify .container_data .container_line .container_input.mail_form,
  .groups.confirmation .ctn_group .container_data .container_line .container_input.localidad_form,
  .groups.confirmation .modalModify .container_data .container_line .container_input.localidad_form,
  .groups.confirmation .ctn_group .container_data .container_line .container_input.numero_domicilio,
  .groups.confirmation .modalModify .container_data .container_line .container_input.numero_domicilio {
    margin: 0 10px 0 0;
    width: 48.9%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.cod_postal_domicilio,
  .groups.confirmation .modalModify .container_data .container_line .container_input.cod_postal_domicilio {
    width: 48.9%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.provincia_form,
  .groups.confirmation .modalModify .container_data .container_line .container_input.provincia_form {
    width: 48.9%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.provincia_form > *,
  .groups.confirmation .modalModify .container_data .container_line .container_input.provincia_form > * {
    width: 100%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.mail_repeat,
  .groups.confirmation .modalModify .container_data .container_line .container_input.mail_repeat {
    margin: 0;
    width: 48.9%;
  }
  .groups.confirmation .ctn_group .container_data .container_line .container_input.postal_form,
  .groups.confirmation .modalModify .container_data .container_line .container_input.postal_form {
    margin-right: 10px;
  }
  .groups.remember_section {
    float: left;
  }
  .groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check {
    font-size: 10px;
    padding: 5px 45px 0 39px;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics {
    left: auto;
    right: -130px;
    top: -392px;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics i {
    display: block;
  }
  .groups.remember_section.want-pay .pvp_container,
  .groups.remember_section.cancel-module .pvp_container {
    width: 66.66666667%;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li {
    font-size: 17px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li span,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li span {
    float: left;
    width: 40%;
    padding-bottom: 10px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail p,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail p {
    font-size: 15px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary p,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary p {
    font-size: 26px;
    width: 60%;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary > p,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary > p {
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .bottom_detail,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .bottom_detail {
    padding-bottom: 5px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .bottom_detail p,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .bottom_detail p {
    font-size: 12px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .bottom_detail p.aprx,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .bottom_detail p.aprx {
    font-size: 12px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .ctn_res_coin .use,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .use {
    font-size: 20px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .ctn_res_coin .num,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .num {
    font-size: 30px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .ctn_res_coin .symbol,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .ctn_res_coin .symbol {
    font-size: 20px;
  }
  .container_processing .ctn_proc_group .content_processing p {
    font-size: 22px;
  }
  /*  .pay #i_pasarelaPago.gateway-maroc{
      height:1120px !important;
    }*/
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .groups.confirmation {
    padding-top: 60px;
  }
  .groups.confirmation .offer_detail_img .detail-box-offer {
    margin: 0 0 30px 0;
  }
  .groups.remember_section .ctn_group .ctn_rmb {
    float: left;
    width: 31%;
    padding-right: 4%;
  }
  .groups.remember_section .ctn_group .ctn_rmb p {
    font-size: 12px;
  }
  .groups.remember_section .ctn_group .container_data {
    width: 68%;
    float: right;
  }
  .groups.remember_section .ctn_group .container_data.full-widht {
    width: 100%;
  }
  .groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check {
    font-size: 10px;
    padding: 7px 45px 0 50px;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics {
    right: -7%;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics i {
    right: -22%;
  }
  .groups.remember_section.want-pay .pvp_container,
  .groups.remember_section.cancel-module .pvp_container {
    float: left;
    width: 57%;
    padding: 0 0 0 12px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail h3,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail h3 {
    font-size: 11px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li span,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li span {
    font-size: 17px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li p,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li p {
    font-size: 17px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail p,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail p {
    font-size: 15px;
  }
  .groups.remember_section.want-pay .pvp_container .buttons_exchange .modify,
  .groups.remember_section.cancel-module .pvp_container .buttons_exchange .modify {
    font-size: 12px;
    padding: 0 26px 37px;
    width: auto;
    line-height: 39px;
  }
  .groups.remember_section.want-pay .pvp_container .buttons_exchange .btn-primary,
  .groups.remember_section.cancel-module .pvp_container .buttons_exchange .btn-primary {
    padding-bottom: 10px;
    /*              p{
                font-size: 22px;
                width:70%;
              }*/
  }
  .groups.remember_section.want-pay .pvp_container .buttons_exchange .btn-primary .bottom_detail p.aprx,
  .groups.remember_section.cancel-module .pvp_container .buttons_exchange .btn-primary .bottom_detail p.aprx {
    font-size: 12px;
  }
  .groups.remember_section.want-pay .pvp_container .radio_values .pvp_module .ctn_radio_pvp,
  .groups.remember_section.cancel-module .pvp_container .radio_values .pvp_module .ctn_radio_pvp {
    padding: 2px 0 0 !important;
  }
  .groups.remember_section.want-pay .pvp_container .radio_values .pvp_module .ctn_radio_pvp span,
  .groups.remember_section.cancel-module .pvp_container .radio_values .pvp_module .ctn_radio_pvp span {
    padding-bottom: 0;
  }
  .container_processing .ctn_proc_group .content_processing p {
    font-size: 18px;
  }
  /*  .pay #i_pasarelaPago.gateway-maroc{
      height: 840px !important;
    }*/
  .musa-desc.active {
    display: block !important;
  }
  .musa-acordeon.active {
    display: none !important;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .groups.remember_section .ctn_group .ctn_rmb {
    width: 34%;
    padding-right: 4%;
  }
  .groups.remember_section .ctn_group .ctn_rmb h3 {
    font-size: 22px;
  }
  .groups.remember_section .ctn_group .ctn_rmb p {
    font-size: 14px;
  }
  .groups.remember_section .ctn_group .container_data {
    width: 65%;
    float: right;
  }
  .groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check {
    font-size: 11px;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics {
    right: -20%;
  }
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics i {
    right: 30%;
  }
  .groups.remember_section.want-pay .pvp_container,
  .groups.remember_section.cancel-module .pvp_container {
    width: 49%;
    padding: 0 0 0 14px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail h3,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail h3 {
    font-size: 12px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li span,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li span {
    font-size: 15px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail .ctn_transf li p,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail .ctn_transf li p {
    font-size: 15px;
  }
  .groups.remember_section.want-pay .pvp_container .transfer-detail p,
  .groups.remember_section.cancel-module .pvp_container .transfer-detail p {
    font-size: 15px;
  }
  .groups.remember_section.want-pay .buttons_exchange .modify,
  .groups.remember_section.cancel-module .buttons_exchange .modify {
    font-size: 14px;
    padding: 6px 30px 20px;
    line-height: 29px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary p,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary p {
    font-size: 26px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .bottom_detail p,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .bottom_detail p {
    font-size: 12px;
  }
  .groups.remember_section.want-pay .buttons_exchange .btn-primary .bottom_detail p.aprx,
  .groups.remember_section.cancel-module .buttons_exchange .btn-primary .bottom_detail p.aprx {
    font-size: 14px;
  }
  .container_processing .ctn_proc_group .content_processing p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .groups.remember_section .ctn_group .container_data .container_line .pop_politics,
  .groups.remember_section .ctn_group .container_data .container_line .conditionsModal {
    left: 50% !important;
    width: 90% !important;
    margin-left: -45% !important;
    max-width: 90% !important;
    z-index: 31;
  }
  .groups.confirmation .ctn_group .res_call .title {
    font-size: 16px;
  }
  .pay_module_paypal .btn_accept {
    width: 100%;
  }
  .gateway-payment {
    padding: 0;
  }
  .groups.pay-module .ctn_group .input_inline .container_line.inline .container_input.process {
    margin-right: 10px;
  }
  .groups.pay-module .info-cvv .conditionsModal.cvv_modal {
    width: 290px;
  }
}
/*
@media (min-width: 480px) and (max-width: 767px){
  // Pasarela Pago Marruecos Iframe
  .pay #i_pasarelaPago.gateway-maroc{
    height: 1150px !important;
  }
}*/
/************* > 480px *******************************************************/
@media (max-width: 380px) {
  .gateway-payment iframe {
    height: 300px;
  }
}
/************* > 480px *******************************************************/
@media (max-width: 300px) {
  .gateway-payment iframe {
    height: 290px;
  }
  .pay_paypal img {
    width: 100%;
    max-width: 200px;
  }
}
/************* mobile -768px *************/
.result-grey {
  background: #B1B2B1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px;
  float: right;
  width: 100%;
}
.result-grey span {
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  float: left;
  width: 60%;
}
.result-grey a {
  background: #8e8e8e;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  float: right;
}
.cross-cont {
  text-align: right;
  margin-bottom: 10px;
}
.cross-cont .cross {
  font-size: 30px;
  color: white;
}
.inline-box {
  display: inline-block;
  width: 100%;
}
.resultados-dispo-box {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}
.resultados-dispo-box .sectionSearch .form_container .content,
.resultados-dispo-box .nodispoSearch .form_container .content {
  min-height: 241px;
}
.resultados-dispo-box .sectionSearch .form_container .content .cont_error,
.resultados-dispo-box .nodispoSearch .form_container .content .cont_error {
  display: none;
}
.resultados-dispo-box .sectionSearch .form_container .content .cont_error > div,
.resultados-dispo-box .nodispoSearch .form_container .content .cont_error > div {
  color: #ffffff;
  width: 100%;
  height: 35px;
  padding: 8px 5px 6px 5px;
  font-size: 10px;
  line-height: normal;
  margin-bottom: 0;
  border: none;
  outline: none;
  text-transform: uppercase;
  background-color: #990000!important;
  background-image: url(../images/icons.png) !important;
  background-repeat: no-repeat;
  background-position: 100% -531px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
}
.resultados-dispo-box .sectionSearch .form_container .content .cont_error > div span,
.resultados-dispo-box .nodispoSearch .form_container .content .cont_error > div span {
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.6);
}
.resultados-dispo-box .hotels-result {
  margin: 0;
}
.resultados-dispo-box .box-image-hotels {
  background: #FFF;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.resultados-dispo-box .box-image-hotels .col-xs-6 {
  padding: 0;
}
.resultados-dispo-box .box-image-hotels picture {
  position: relative;
  z-index: 1;
}
.resultados-dispo-box .box-image-hotels picture img {
  width: 100%;
}
.resultados-dispo-box .box-image-hotels .list-buttons {
  padding: 0 0 0 3px;
}
.resultados-dispo-box .box-image-hotels .list-buttons li {
  margin-bottom: 3px;
}
.resultados-dispo-box .box-image-hotels .list-buttons li button,
.resultados-dispo-box .box-image-hotels .list-buttons li a {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
}
.resultados-dispo-box .box-image-hotels .list-buttons li button:hover,
.resultados-dispo-box .box-image-hotels .list-buttons li a:hover,
.resultados-dispo-box .box-image-hotels .list-buttons li button:focus,
.resultados-dispo-box .box-image-hotels .list-buttons li a:focus {
  background: #00add1;
  color: #FFF;
}
.resultados-dispo-box .box-image-hotels .benefit {
  background-color: #0daccf;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 2px 5px 2px;
  width: 100px;
  z-index: 2;
  -moz-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.resultados-dispo-box .box-image-hotels .benefit:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 0;
  border-color: transparent #888 transparent transparent;
}
.resultados-dispo-box .box-image-hotels .center-text {
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 11;
}
.resultados-dispo-box .box-image-hotels .center-text span:first-child {
  margin-top: 20%;
}
.resultados-dispo-box .box-image-hotels .center-text span {
  bottom: auto!important;
  display: inline-block;
  font-size: 18px!important;
  line-height: 18px!important;
  font-weight: bold!important;
  left: auto!important;
  position: relative!important;
  text-align: center;
  width: 70%;
}
.resultados-dispo-box .box-image-hotels .img-hotels {
  padding: 0;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  display: inline-block;
  float: left;
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.plus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 50%;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.top {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: auto;
  top: 0;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.top.plus {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  height: 50%;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.top span {
  bottom: auto;
  color: #FFF;
  font-size: 9px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  text-transform: uppercase;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img span.hotelName {
  bottom: 40px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img span.hotelName.city {
  bottom: 25px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img .list-star {
  bottom: 0;
  position: absolute;
}
.resultados-dispo-box .box-image-hotels .img-hotels .gradient-img .list-star li i {
  color: #a1a2a3;
  font-size: 10px;
  margin: -1px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage.blue-bg {
  background: #049bbb;
  border-radius: 5px 0px 0px 5px;
  margin: 0 -10px 0 0;
  padding: 5px 10px 5px 0;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage p:first-child {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: -15px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage p {
  color: #FFF;
  margin-bottom: 0;
  text-align: right;
  font-size: 9px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage p.until {
  float: right;
  margin-top: -10px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span {
  line-height: 29px;
  left: auto;
  text-align: right;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.valor {
  font-size: 22px;
  display: block;
  position: relative;
  font-weight: bold;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.valor.large-valor {
  font-size: 22px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.valor.medium-valor {
  font-size: 23px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.valor.extra-valor {
  font-size: 18px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.symbol {
  bottom: 10px;
  line-height: normal;
  font-size: 10px;
  float: right;
  position: relative;
  display: inline-block;
  width: 100%;
}
.resultados-dispo-box .box-image-hotels .img-hotels span {
  bottom: 5px;
  color: #FFF;
  font-weight: normal;
  left: 10px;
  font-size: 11px;
  position: absolute;
}
.resultados-dispo-box .box-image-hotels .img-hotels .list-buttons {
  position: relative;
  padding: 0;
  top: 5px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .list-buttons li {
  padding: 2px 2px 0 2px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .list-buttons li a.btn {
  font-size: 13px;
}
.resultados-dispo-box .box-image-hotels .img-hotels .list-buttons li .grey {
  background: #7f7f7f;
}
.resultados-dispo-box .box-image-hotels .text-img {
  padding: 0;
}
.box-ofertas {
  background: #04abce;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px;
  float: right;
  width: 100%;
}
.box-ofertas span {
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  float: left;
  text-align: left;
  width: 60%;
}
.box-ofertas span.second-ofertas {
  color: rgba(255, 255, 255, 0.6);
}
.box-ofertas .btn-primary {
  background: #0389a5;
  font-size: 11px;
  display: inline-block;
}
.span_budget_second {
  display: none;
}
.click_city.dispo:hover {
  background-image: url(../images/icons.png) !important;
  background-color: #04ABCE!important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s eagruse-in-out;
}
.num_pers.dispo:hover {
  background-image: url(../images/icons.png) !important;
  background-color: #04ABCE!important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s eagruse-in-out;
}
.num_pers.dispo:hover .nom_num_pers.dispo {
  color: white!important;
}
.filter_click:hover {
  color: white!important;
  background-color: #04ABCE!important;
}
/************* 550px a 650px *************/
@media (min-width: 420px) {
  .inline-box {
    width: 49%;
  }
}
/************* 600px a 768px *************/
@media (min-width: 600px) {
  .resultados-dispo-box .box-image-hotels .img-hotels .gradient-img span.hotelName {
    width: 60%;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage.blue-bg {
    width: 56px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage p:first-child {
    font-size: 9px;
    right: 0;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage .hotelName {
    font-size: 8px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage span.valor.medium-valor {
    font-size: 15px;
  }
  .result-grey {
    min-height: 78px;
  }
  .result-grey span {
    float: left;
    text-align: left;
    width: 70%;
  }
  .box-ofertas span {
    float: left;
    text-align: left;
    width: 70%;
  }
  .box-ofertas .btn-primary {
    font-weight: bold;
  }
  .inline-box {
    width: 33%;
  }
}
/************* 768px a 992px *************/
@media (min-width: 768px) {
  .search-grey {
    float: right;
  }
  .result-grey {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .result-grey span {
    top: 18px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 60%;
  }
  .result-grey .btn-primary,
  .result-grey .btn-gray {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
  }
  .box-ofertas {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .box-ofertas span {
    display: inline-block;
    font-size: 18px;
    width: 60%;
  }
  .box-ofertas .btn-primary {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
  }
  .resultados-dispo-box .center-text span {
    font-size: 20px!important;
    line-height: 20px!important;
  }
  .city.dispo,
  .cont_num_pers.dispo,
  .cont_coin.dispo,
  .cont_filter.dispo,
  .cont_date_in.dispo,
  .cont_date_out.dispo {
    width: 49%;
    display: inline-block;
  }
  .cont_num_pers.dispo,
  .cont_filter.dispo,
  .cont_date_in.dispo {
    float: right;
  }
  .city.dispo,
  .cont_coin.dispo,
  .cont_date_out.dispo {
    float: left;
  }
  .cont_date_in.dispo,
  .cont_date_out.dispo,
  .cont_coin.dispo {
    margin: 0 0 6px 0;
  }
  .filter_click.closed {
    background-position-y: -1465px !important;
  }
  .filter_click.open {
    background-position-y: -1520px !important;
  }
  .cont_budget {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
  }
  .must_open_filters {
    clear: both;
  }
  #buscarGeneral.dispo {
    clear: both;
    display: inline-block;
    margin: 15px 0px;
  }
  .star_box {
    width: 32%;
    display: inline-block !important;
    margin-right: 0.8em;
  }
  .star_box:nth-child(3n+1) {
    margin-right: 0;
  }
  .content.dispo {
    min-height: 0px;
  }
  .span_budget_second {
    display: none;
  }
}
/************* 992px a 1220px *************/
@media (min-width: 992px) {
  .result-grey {
    float: right;
    min-height: 80px;
  }
  .resultados-dispo-box .col-md-9 {
    float: right;
  }
  .resultados-dispo-box .hotels-result {
    margin: 0 -15px 0 0;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.top span {
    font-size: 11px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .gradient-img .list-star li i {
    font-size: 14px;
    margin: 0px;
  }
  .sectionSearch .form_container .content .date .cont_stars .star_box .star-group,
  .nodispoSearch .form_container .content .date .cont_stars .star_box .star-group {
    padding-right: 0;
  }
  .city.dispo,
  .cont_num_pers.dispo,
  .cont_coin.dispo,
  .cont_filter.dispo,
  .cont_date_in.dispo,
  .cont_date_out.dispo {
    width: 100%!important;
    display: block;
    margin-bottom: 3px!important;
  }
  .click_city_b.dispo,
  .num_pers.dispo,
  .date_in_open.dispo,
  .date_out_open.dispo,
  .coin.dispo {
    background-color: #f6f7f5!important;
  }
  .budget_click,
  .star_box {
    background-color: #f6f7f5!important;
    margin-bottom: 3px!important;
  }
  .star_box {
    width: 100%;
    display: block;
  }
  .must_open_filters {
    display: block!important;
    padding-top: 65px;
  }
  .span_budget_first {
    display: none;
  }
  .span_budget_second {
    display: block;
    float: left;
    padding-bottom: 8px;
  }
  .cont_slider {
    clear: both;
  }
  #max_budget {
    float: right;
    padding-right: 6px;
    color: #a3a3a3!important;
  }
  .outer_text {
    color: #a3a3a3;
    margin: 18px 0 6px 0!important;
    display: block;
    padding: 0px!important;
  }
  #buscarGeneral.dispo {
    top: -410px;
  }
}
/************* Laptop > 1220px *************/
@media (min-width: 1200px) {
  .box-ofertas {
    padding: 20px;
  }
  .box-ofertas span {
    font-size: 24px;
    line-height: 24px;
  }
  .box-ofertas .btn-primary {
    top: 30px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels {
    padding: 0;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels span {
    font-size: 14px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage p {
    font-size: 11px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .prizeImage .blue-bg {
    padding: 5px 10px 5px 0px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .gradient-img.top span {
    font-size: 11px;
  }
  .resultados-dispo-box .box-image-hotels .img-hotels .gradient-img .list-star li i {
    font-size: 14px;
    margin: 0px;
  }
  .resultados-dispo-box .box-image-hotels .center-text span {
    font-size: 24px!important;
    line-height: 24px!important;
  }
  .span_budget_first {
    display: none;
  }
  .span_budget_second {
    display: block;
    float: left;
    padding-bottom: 8px;
  }
  .cont_slider {
    clear: both;
  }
}
.box-video {
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: auto;
  cursor: pointer;
  overflow: hidden;
  margin: 20px 0 -10px;
}
.box-video iframe {
  height: 417px;
}
.box-video img,
.box-video.bl video {
  width: 100%;
}
.box-video.box-yt .video-container {
  height: 414px !important;
}
.box-video .bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.box-video .video-container {
  position: relative;
  margin: 0;
  z-index: 1;
}
.box-video .video-container img {
  width: 100%;
}
.box-video:hover .bt-play {
  background-color: #00acce;
  border-color: #00acce;
  color: #fff;
}
.box-video .bt-play {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  position: absolute;
  font-size: 2.2em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  top: 50%;
  left: 50%;
  color: #fff;
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: -50px 0 0 -50px;
}
.box-video .bt-play span {
  margin: 16px 0 0 7px;
  font-size: 46px;
}
.box-video.open .bg-video-wrapper,
.box-video.open .bt-play {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}
.box-video.open .video-container,
.box-video.open .bg-video-wrapper,
.box-video.open .bt-play {
  opacity: 1;
}
@media (min-width: 992px) {
  .home .box-video {
    margin: 30px 0 40px 0;
  }
  .box-video iframe {
    height: 394px;
  }
}
@media (min-width: 1200px) {
  .box-video iframe {
    height: 477px;
  }
}
.formv2 fieldset + fieldset {
  margin-top: 30px;
}
.formv2 legend {
  color: rgba(0, 0, 0, 0.8);
  border: medium none;
  padding-left: 33.3334%;
  width: auto;
}
.formv2 legend span {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00acce;
  color: #ffffff;
  margin-right: 5px;
  margin-left: -36px;
  text-align: center;
}
.formv2 .form-input {
  margin-bottom: 15px;
  font-weight: 700;
}
.formv2 .form-input .input-error {
  z-index: 2;
  display: none !important;
}
.formv2 .form-input.error .label-name {
  color: #990000;
}
.formv2 .form-input.error .input-error {
  display: table-cell !important;
}
.formv2 label {
  display: none !important;
}
.formv2 .label-name {
  text-align: right;
  padding: 0 15px 0 0;
  display: table;
  font-size: .9em;
}
.formv2 .label-name > * {
  vertical-align: middle;
  display: table-cell;
  height: 42px;
  line-height: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.formv2 .label-input,
.formv2 .label-textarea,
.formv2 .label-select {
  padding: 0;
  height: 42px;
  position: relative;
}
.formv2 .label-input > *,
.formv2 .label-textarea > *,
.formv2 .label-select > * {
  height: 42px;
  position: absolute;
  color: #00acce;
  font-weight: 700;
}
.formv2 .label-input input[type="text"],
.formv2 .label-textarea input[type="text"],
.formv2 .label-select input[type="text"],
.formv2 .label-input textarea,
.formv2 .label-textarea textarea,
.formv2 .label-select textarea {
  color: #00acce;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.formv2 .label-input textarea,
.formv2 .label-textarea textarea,
.formv2 .label-select textarea {
  padding: 10px;
}
.formv2 .label-input.width-3,
.formv2 .label-textarea.width-3,
.formv2 .label-select.width-3 {
  width: 32.2%;
  margin-right: 2%;
}
.formv2 .label-input.width-2,
.formv2 .label-textarea.width-2,
.formv2 .label-select.width-2 {
  width: 25%;
}
.formv2 .width-3 + .width-3 {
  margin-right: 0 !important;
}
.formv2 .label-textarea {
  height: 150px;
}
.formv2 .label-textarea > * {
  height: 150px;
  display: block;
}
.formv2 .label-textarea .input-error {
  display: inherit;
}
.formv2 .label-select .input-ok > * {
  border: none;
}
.formv2 .label-select .input-ok .bootstrap-select {
  width: 100%;
}
.formv2 .input-error,
.formv2 .input-ok {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.formv2 .input-error > *,
.formv2 .input-ok > * {
  display: block;
  height: 42px;
  width: 100%;
}
.formv2 .input-ok textarea {
  height: 150px;
}
.formv2 .input-ok > * {
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.formv2 .input-ok > *:hover {
  border-color: #adadad;
}
.formv2 .input-error {
  display: table;
  background-color: #990000;
  color: rgba(255, 255, 255, 0.6);
  line-height: 15px;
  padding: 0 10px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.formv2 .input-error > * {
  display: table-cell;
  height: 41px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .formv2 fieldset + fieldset {
    margin-top: 15px;
  }
  .formv2 legend {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .formv2 legend span {
    margin-left: 0;
  }
  .formv2 .label-name > * {
    border-radius: 5px;
    display: block;
    height: auto;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .formv2 .label-input.width-2,
  .formv2 .label-textarea.width-2,
  .formv2 .label-select.width-2,
  .formv2 .label-input.width-3,
  .formv2 .label-textarea.width-3,
  .formv2 .label-select.width-3 {
    width: 100%;
  }
}
.header-map {
  height: 515px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-map > div {
  height: 100%;
  -webkit-box-shadow: 1px 5px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 8px -1px rgba(0, 0, 0, 0.2);
}
.gmap {
  border: 5px solid #ddf2ff;
  position: relative;
  overflow: hidden;
}
.gmap * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gmap .close-zone {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 19px;
}
.gmap .gmap-wrap {
  position: absolute;
  background-image: url('../images/maps/mapa_mundi.jpg');
  background-position: -300px -250px;
  width: 100%;
  height: 513px;
}
.gmap .gmap-wrap.offset-x {
  background-position: -600px -250px;
}
.gmap .gmap-wrap.offset-x .info-icon.rd {
  left: -22px;
  top: 243px;
}
.gmap .gmap-wrap.offset-x .info-icon.cu {
  left: -79px;
  top: 221px;
}
.gmap .gmap-wrap.offset-x .info-icon.can {
  left: 244px;
  top: 188px;
}
.gmap .gmap-wrap.offset-x .info-icon.morr {
  left: 373px;
  top: 129px;
}
.gmap .gmap-wrap.offset-x .info-icon.es {
  left: 403px;
  top: 46px;
}
.gmap .gmap-wrap.offset-x .info-icon.ma {
  left: 444px;
  top: 71px;
}
.gmap .gmap-wrap.offset-x .info-icon.pt {
  left: 362px;
  top: 81px;
}
.gmap .gmap-wrap.offset-x .info-icon.co {
  left: -62px;
  top: 312px;
}
.gmap .gmap-wrap.offset-x .info-icon.mm {
  left: -139px;
  top: 229px;
}
.gmap .gmap-wrap.offset-y {
  background-position: -300px -375px;
}
.gmap .gmap-wrap.offset-y .info-icon.rd {
  left: 278px;
  top: 118px;
}
.gmap .gmap-wrap.offset-y .info-icon.cu {
  left: 221px;
  top: 96px;
}
.gmap .gmap-wrap.offset-y .info-icon.can {
  left: 544px;
  top: 63px;
}
.gmap .gmap-wrap.offset-y .info-icon.morr {
  left: 673px;
  top: 4px;
}
.gmap .gmap-wrap.offset-y .info-icon.es {
  left: 703px;
  top: -79px;
}
.gmap .gmap-wrap.offset-y .info-icon.ma {
  left: 744px;
  top: -54px;
}
.gmap .gmap-wrap.offset-y .info-icon.pt {
  left: 662px;
  top: -44px;
}
.gmap .gmap-wrap.offset-y .info-icon.co {
  left: 238px;
  top: 187px;
}
.gmap .gmap-wrap.offset-y .info-icon.mm {
  left: 161px;
  top: 105px;
}
.gmap .info-icon {
  display: block;
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #999999;
}
.gmap .info-icon.mm.active {
  background-color: #c8102e;
}
.gmap .info-icon.mm.active .popup a:hover,
.gmap .info-icon.mm.active .popup a:active,
.gmap .info-icon.mm.active .popup a:focus {
  color: #c8102e;
}
.gmap .info-icon.mm .popup:after {
  border-top-color: #c8102e;
}
.gmap .info-icon.mm:after {
  border-top-color: #c8102e;
}
.gmap .info-icon.mm.black:after {
  border-top-color: #c8102e;
}
.gmap .info-icon.mm .mark-icon {
  background: #c8102e url('../images/logo-mm-white.png') no-repeat center / 80%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gmap .info-icon.mm .mark-icon span {
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gmap .info-icon .cols {
  width: 100%;
  padding: 10px;
}
.gmap .info-icon .cols + .cols {
  padding-left: 0;
}
.gmap .info-icon .mark-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: transparent url('../images/logo-white.png') no-repeat center / 80%;
}
.gmap .info-icon .mark-icon span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #b3e6f0;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.gmap .info-icon.black {
  background-color: #000000;
}
.gmap .info-icon.black:after {
  border-top-color: #000000;
}
.gmap .info-icon.black span {
  background-color: #00acce;
}
.gmap .info-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #999999;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -6px;
}
.gmap .info-icon.double .cols {
  float: left;
  width: 50%;
}
.gmap .info-icon.rd {
  left: 278px;
  top: 243px;
}
.gmap .info-icon.cu {
  left: 221px;
  top: 221px;
}
.gmap .info-icon.can {
  left: 544px;
  top: 188px;
}
.gmap .info-icon.morr {
  left: 673px;
  top: 129px;
}
.gmap .info-icon.es {
  left: 703px;
  top: 46px;
}
.gmap .info-icon.ma {
  left: 744px;
  top: 71px;
}
.gmap .info-icon.pt {
  left: 662px;
  top: 81px;
}
.gmap .info-icon.co {
  left: 238px;
  top: 312px;
}
.gmap .info-icon.mm {
  left: 161px;
  top: 229px;
}
.gmap .info-icon .popup,
.gmap .info-icon .info-title,
.gmap .info-icon .close-zone {
  display: none;
}
.gmap .info-icon .info-title {
  height: 45px;
  padding: 5px 30px 5px 54px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.gmap .info-icon .info-title > * {
  display: table-cell;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
}
.gmap .info-icon .info-title strong {
  color: #ffffff;
}
.gmap .info-icon.active {
  z-index: 2;
  min-width: 340px;
  padding-top: 50px;
  cursor: default;
}
.gmap .info-icon.active:after {
  display: none;
}
.gmap .info-icon.active.double {
  width: 600px;
}
.gmap .info-icon.active.double .popup:first-child {
  padding-right: 0;
}
.gmap .info-icon.active .info-title {
  display: table;
}
.gmap .info-icon.active .popup,
.gmap .info-icon.active .close-zone {
  display: block;
}
.gmap .info-icon.active .popup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
}
.gmap .info-icon.active .popup .subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gmap .info-icon.active .popup p {
  padding-left: 10px;
}
.gmap .info-icon.active .popup a {
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.gmap .info-icon.active .popup a:hover {
  color: #00acce;
}
.gmap .popup-hover {
  position: relative;
}
.gmap .popup-hover.active strong {
  display: block;
}
.gmap .popup-hover strong {
  display: none;
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 31px;
  left: 15px;
  width: 335px;
  padding: 10px;
  background-color: #515254;
  z-index: 2;
}
.gmap .popup-hover strong:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #515254;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 12px;
  margin-left: -6px;
}
.gmap .popup-hover strong img {
  width: 100%;
}
.fh .boxDirection.gmap {
  padding: 0;
  background-color: #ddf2ff !important;
}
/************* mobile -768px *************/
.b2b {
  /************* 768px a 992px *************/
  /************* 992px a 1200px *************/
  /************* Laptop > 1220px *************/
  /* Live helper Chat. Plugin B2B Live help Online  */
}
.b2b.tools .groups {
  margin: 15px auto 0 auto;
}
.b2b.tools .datos_hotel h2,
.b2b.tools .search_tools h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.b2b.home .grid .box > h3 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.b2b header hgroup h1,
.b2b header hgroup h2 {
  font-size: 0;
}
.b2b .box h1,
.b2b .search_tools h1,
.b2b .datos_hotel h1,
.b2b .box h2,
.b2b .search_tools h2,
.b2b .datos_hotel h2,
.b2b .box h3,
.b2b .search_tools h3,
.b2b .datos_hotel h3,
.b2b .box h4,
.b2b .search_tools h4,
.b2b .datos_hotel h4,
.b2b .box .title,
.b2b .search_tools .title,
.b2b .datos_hotel .title {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #5f5f5f;
}
.b2b .box h1 i,
.b2b .search_tools h1 i,
.b2b .datos_hotel h1 i,
.b2b .box h2 i,
.b2b .search_tools h2 i,
.b2b .datos_hotel h2 i,
.b2b .box h3 i,
.b2b .search_tools h3 i,
.b2b .datos_hotel h3 i,
.b2b .box h4 i,
.b2b .search_tools h4 i,
.b2b .datos_hotel h4 i,
.b2b .box .title i,
.b2b .search_tools .title i,
.b2b .datos_hotel .title i {
  margin-right: 5px;
}
.b2b .box h1 a,
.b2b .search_tools h1 a,
.b2b .datos_hotel h1 a,
.b2b .box h2 a,
.b2b .search_tools h2 a,
.b2b .datos_hotel h2 a,
.b2b .box h3 a,
.b2b .search_tools h3 a,
.b2b .datos_hotel h3 a,
.b2b .box h4 a,
.b2b .search_tools h4 a,
.b2b .datos_hotel h4 a,
.b2b .box .title a,
.b2b .search_tools .title a,
.b2b .datos_hotel .title a {
  color: #5f5f5f;
}
.b2b .box h1 a:hover,
.b2b .search_tools h1 a:hover,
.b2b .datos_hotel h1 a:hover,
.b2b .box h2 a:hover,
.b2b .search_tools h2 a:hover,
.b2b .datos_hotel h2 a:hover,
.b2b .box h3 a:hover,
.b2b .search_tools h3 a:hover,
.b2b .datos_hotel h3 a:hover,
.b2b .box h4 a:hover,
.b2b .search_tools h4 a:hover,
.b2b .datos_hotel h4 a:hover,
.b2b .box .title a:hover,
.b2b .search_tools .title a:hover,
.b2b .datos_hotel .title a:hover {
  color: #5f5f5f;
}
.b2b .header_agencias {
  padding: 15px 0;
  background-color: #535353;
}
.b2b .header_agencias .container {
  width: 100%;
}
.b2b .header_agencias p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.b2b .header_agencias p.promocion,
.b2b .header_agencias p span {
  color: #bababa;
}
.b2b .header_agencias .comision {
  text-align: center;
}
.b2b .header_agencias .comision p {
  font-size: 26px;
  display: block;
  margin-top: -6px;
}
.b2b .header_agencias .comision p span {
  font-size: 14px;
  display: block;
}
.b2b .header_agencias .actions .btn-group {
  margin-left: 10px;
}
.b2b .header_agencias .actions .btn-default {
  background-color: #757575;
  border: none;
  margin: 0 2px 5px 0;
  color: #ffffff;
  font-size: 11px;
  padding: 10px 9px;
  text-transform: uppercase;
  font-weight: bold;
}
.b2b .header_agencias .actions .btn-default:hover {
  background-color: #04abce;
}
.b2b .header_agencias .actions .btn-default:last-child {
  margin-right: 0;
}
.b2b .header_agencias .actions .tools i {
  margin-right: 7px;
}
.b2b .grey {
  background-color: #E7E7E7;
  color: #fff !important;
}
.b2b .grey:hover {
  background-color: #E7E7E7 !important;
}
.b2b .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b2b .box {
  background-color: #ebebeb;
  padding: 15px;
  height: 340px;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}
.b2b .box h3 {
  margin: 0;
  font-size: 19px;
  text-transform: none;
}
.b2b .box .content_box {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
  top: 50px;
  background-color: #fff;
  display: table-row;
}
.b2b .box .content_box.list_teaser_email,
.b2b .box .content_box.show_mail {
  overflow-y: auto;
}
.b2b .box .content_box .teaser_logo,
.b2b .box .content_box .teaser_img,
.b2b .box .content_box .teaser_mail,
.b2b .box .content_box .open_mail {
  margin: 2px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.b2b .box .content_box .teaser_logo:hover,
.b2b .box .content_box .teaser_img:hover,
.b2b .box .content_box .teaser_mail:hover,
.b2b .box .content_box .open_mail:hover {
  background-color: #eee;
}
.b2b .box .content_box .teaser_logo.new,
.b2b .box .content_box .teaser_img.new,
.b2b .box .content_box .teaser_mail.new,
.b2b .box .content_box .open_mail.new {
  background-color: #04abce;
  font-weight: bold;
}
.b2b .box .content_box .teaser_logo.new a,
.b2b .box .content_box .teaser_img.new a,
.b2b .box .content_box .teaser_mail.new a,
.b2b .box .content_box .open_mail.new a {
  color: #fff;
}
.b2b .box .content_box .teaser_logo.new:hover,
.b2b .box .content_box .teaser_img.new:hover,
.b2b .box .content_box .teaser_mail.new:hover,
.b2b .box .content_box .open_mail.new:hover {
  background-color: #04abce;
}
.b2b .box .content_box .teaser_logo:last-child,
.b2b .box .content_box .teaser_img:last-child,
.b2b .box .content_box .teaser_mail:last-child,
.b2b .box .content_box .open_mail:last-child {
  border-bottom: 0;
}
.b2b .box .content_box .teaser_logo .btn-group .btn,
.b2b .box .content_box .teaser_img .btn-group .btn,
.b2b .box .content_box .teaser_mail .btn-group .btn,
.b2b .box .content_box .open_mail .btn-group .btn {
  background-color: #ccc;
  border: 0;
  margin-right: 2px;
  color: #fff;
}
.b2b .box .content_box .teaser_logo .btn-group .btn.grey:hover,
.b2b .box .content_box .teaser_img .btn-group .btn.grey:hover,
.b2b .box .content_box .teaser_mail .btn-group .btn.grey:hover,
.b2b .box .content_box .open_mail .btn-group .btn.grey:hover,
.b2b .box .content_box .teaser_logo .btn-group .btn.grey:focus,
.b2b .box .content_box .teaser_img .btn-group .btn.grey:focus,
.b2b .box .content_box .teaser_mail .btn-group .btn.grey:focus,
.b2b .box .content_box .open_mail .btn-group .btn.grey:focus {
  background-color: #696969;
}
.b2b .box .content_box .teaser_logo .btn-group .btn.red:hover,
.b2b .box .content_box .teaser_img .btn-group .btn.red:hover,
.b2b .box .content_box .teaser_mail .btn-group .btn.red:hover,
.b2b .box .content_box .open_mail .btn-group .btn.red:hover,
.b2b .box .content_box .teaser_logo .btn-group .btn.red:focus,
.b2b .box .content_box .teaser_img .btn-group .btn.red:focus,
.b2b .box .content_box .teaser_mail .btn-group .btn.red:focus,
.b2b .box .content_box .open_mail .btn-group .btn.red:focus {
  background-color: #c73232;
}
.b2b .box .content_box .tab-pane .head {
  height: 47px;
  position: relative;
  border-bottom: 2px solid #efefef;
}
.b2b .box .content_box .tab-pane .head p {
  font-size: 12px;
  color: #5f5f5f;
  font-weight: 700;
  background-color: #fff;
  display: block;
  margin: 4px 85px 0 9px;
}
.b2b .box .content_box .tab-pane .head p span {
  color: #5f5f5f;
}
.b2b .box .content_box .tab-pane .head .logo_actions,
.b2b .box .content_box .tab-pane .head .img_actions {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -15px;
}
.b2b .box .content_box .tab-pane .content_line {
  height: inherit;
  overflow-y: auto;
  position: absolute;
  top: 98px;
  right: 0;
  bottom: 0;
  left: 0;
}
.b2b .box .content_box .tab-pane .container_data {
  margin-top: 0;
}
.b2b .box .content_box .tab-pane .container_data .btn_wrapper .btn {
  margin-top: 0;
}
.b2b .box .content_box .tab-pane.groups {
  margin: 0;
}
.b2b .box .content_box .tab-pane .search {
  color: #f0f0f0;
}
.b2b .box .content_box .tab-pane .search > div:first-child {
  margin: 15px 15px 0 15px;
  position: relative;
  height: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
}
.b2b .box .content_box .tab-pane .search > div:first-child .camp {
  position: absolute;
  top: 0;
  right: 150px;
  bottom: 0;
  left: 0;
}
.b2b .box .content_box .tab-pane .search > div:first-child .camp .name_hotel {
  width: 100%;
}
.b2b .box .content_box .tab-pane .search > div:first-child .camp label {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 11px;
}
.b2b .box .content_box .tab-pane .search > div:first-child .btn_wrapper {
  position: absolute;
  right: 0;
  top: 1px;
  width: 135px;
}
.b2b .box .content_box .tab-pane .search > div:first-child .btn_wrapper .btn {
  padding: 2px 10px;
}
.b2b .box .content_box .tab-pane .search > div:first-child .btn_wrapper p {
  color: #ffffff;
  font-weight: bold;
  line-height: 5px;
  padding: 4px 9px;
  font-size: 12px;
  margin-top: 10px;
}
.b2b .box .content_box .tab-pane .search > div:nth-child(2) p {
  margin-top: 12px;
  font-size: 12px !important;
}
.b2b .box .content_box .tab-pane .ficha-wrap .btn {
  font-size: 12px;
  height: auto;
  margin-top: 0;
}
.b2b .box .content_box .teaser_logo p,
.b2b .box .content_box .teaser_img p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  right: 200px;
  left: 0;
  bottom: 0;
  margin: 9px 0 0 10px;
}
.b2b .box .content_box .teaser_logo .logo_actions,
.b2b .box .content_box .teaser_img .logo_actions,
.b2b .box .content_box .teaser_logo .img_actions,
.b2b .box .content_box .teaser_img .img_actions {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px !important;
}
.b2b .box .content_box .teaser_logo .logo_actions .btn-primary:hover,
.b2b .box .content_box .teaser_img .logo_actions .btn-primary:hover,
.b2b .box .content_box .teaser_logo .img_actions .btn-primary:hover,
.b2b .box .content_box .teaser_img .img_actions .btn-primary:hover {
  background-color: #04abce !important;
  border-color: #04abce;
}
.b2b .box .content_box .teaser_logo .btn-primary,
.b2b .box .content_box .teaser_img .btn-primary {
  background-color: #ccc;
  border: none;
}
.b2b .box .content_box .teaser_mail a,
.b2b .box .content_box .open_mail a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  right: 73px;
  left: 0;
  bottom: 0;
}
.b2b .box .content_box .teaser_mail a p,
.b2b .box .content_box .open_mail a p {
  margin: 9px 0 0 10px;
}
.b2b .box .content_box .teaser_mail .mail_actions,
.b2b .box .content_box .open_mail .mail_actions {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.b2b .box .nav-tabs.nav-justified > li {
  background-color: #f6f6f6;
  border-bottom: 4px solid  #ebebeb;
  border-left: 2px solid  #ebebeb;
  border-right: 2px solid  #ebebeb;
  border-radius: 0;
  float: left;
  width: 50%;
  height: 44px;
}
.b2b .box .nav-tabs.nav-justified > li:first-child {
  border-left: 0;
}
.b2b .box .nav-tabs.nav-justified > li:last-child {
  border-right: 0;
}
.b2b .box .nav-tabs.nav-justified > li:hover {
  background-color: #eee;
}
.b2b .box .nav-tabs.nav-justified > li:hover a {
  border-radius: 0;
}
.b2b .box .nav-tabs.nav-justified > li.active {
  border-bottom: none;
}
.b2b .box .nav-tabs.nav-justified > li a {
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.b2b .box .nav-tabs.nav-justified.triple > li {
  width: 33.33%;
}
.b2b .box .nav-tabs.nav-justified > .active > a,
.b2b .box .nav-tabs.nav-justified > .active > a:hover,
.b2b .box .nav-tabs.nav-justified > .active > a:focus {
  border-radius: 0;
  border-bottom: 2px solid #fff;
  border-left: 0;
  border-right: 0;
}
.b2b .box .teaser_mail a,
.b2b .box .open_mail a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  right: 90px;
  left: 0;
  bottom: 0;
}
.b2b .box .teaser_mail a p,
.b2b .box .open_mail a p {
  margin: 9px 0 0 10px;
}
.b2b .box .teaser_mail .mail_actions,
.b2b .box .open_mail .mail_actions {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.b2b .box .show_mail .head {
  background-color: #5f5f5f;
  color: #ffffff;
  height: 45px;
  position: relative;
}
.b2b .box .show_mail .head p {
  position: absolute;
  left: 10px;
  top: 11px;
  right: 84px;
}
.b2b .box .show_mail .head .logo_actions {
  right: 7px;
  position: absolute;
  top: 7px;
}
.b2b .box .show_mail .head .btn:hover {
  background-color: #04abce;
}
.b2b .box .show_mail .content_box {
  padding: 10px;
  color: #5f5f5f;
  font-size: 12px;
}
.b2b .box.loyalty-box {
  background-color: #82a7ac;
}
.b2b .box.loyalty-box .box-wrap {
  background-color: #ffffff;
  padding: 15px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.b2b .box.loyalty-box .box-wrap p {
  text-align: center;
  color: #82a7ac;
}
.b2b .box.loyalty-box .box-wrap .balance {
  font-size: 24px;
  font-weight: 700;
}
.b2b .box.loyalty-box .box-wrap img {
  width: 40%;
  max-width: 220px;
  margin: 10px auto 0 auto;
}
.b2b .box.loyalty-box .box-wrap .btn {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #82a7ac;
  color: #ffffff;
}
.b2b .box.loyalty-box .box-wrap .btn:hover {
  background-color: #00acce;
}
.b2b .grid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.b2b .grid + .grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.b2b .wedding-box .box {
  padding: 0;
  overflow-y: hidden;
}
.b2b .wedding-box .box.wedding,
.b2b .wedding-box .box.groups {
  margin-top: 0;
  width: 48%;
  float: left;
}
.b2b .wedding-box .box.wedding.double,
.b2b .wedding-box .box.groups.double {
  width: 100%;
}
.b2b .wedding-box .box.wedding.double .box-wrap,
.b2b .wedding-box .box.groups.double .box-wrap {
  overflow: hidden;
}
.b2b .wedding-box .box.wedding {
  margin-right: 4%;
}
.b2b .wedding-box .box .w-ribbon {
  width: 100%;
  text-align: center;
  padding: 15px;
  display: table;
}
.b2b .wedding-box .box .w-ribbon > div {
  height: 132px;
  display: table-cell;
  vertical-align: middle;
}
.b2b .wedding-box .box .title {
  margin-bottom: 15px;
  font-size: 18px;
}
.b2b .wedding-box .box .btn-primary {
  background-color: #82a7ac;
  border-color: #82a7ac;
}
.b2b .wedding-box img {
  min-height: 162px;
  width: 100%;
  height: auto;
}
.b2b .e-learning {
  background: url("../images/b2b/university.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 140px;
  padding: 10px;
}
.b2b .e-learning .learning-wrap {
  font-weight: 700;
  text-align: center;
}
.b2b .e-learning .learning-wrap .title,
.b2b .e-learning .learning-wrap .subtitle {
  font-size: 12px;
  color: #ffffff;
  margin-top: 0;
}
.b2b .e-learning .learning-wrap .title {
  text-transform: uppercase;
  font-size: 14px;
}
.b2b .e-learning .btn-secondary {
  padding: 5px 10px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #00acce;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.b2b .e-learning .btn-secondary:hover {
  background-color: #00acce;
  color: #ffffff;
}
.b2b .navbar-header h1 {
  font-size: 0;
}
.b2b .groups.want-pay,
.b2b .groups.pay-module {
  margin: 0;
}
.b2b .groups.remember_section .ctn_group.ctn_commission {
  color: #ffffff;
}
.b2b .groups.remember_section .ctn_group.ctn_commission.ctn_rmb h3 {
  border-top: 2px solid #ffffff;
  padding-top: 5px;
}
.b2b .groups.remember_section .ctn_group.ctn_commission.ctn_rmb p .ctn_comm_block {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
  font-weight: bold;
}
.b2b .groups.remember_section .ctn_group.ctn_commission h3.title-comm-fluid {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-top: 17px;
  border-top: 2px solid #ffffff;
  padding-top: 5px;
}
.b2b .groups.remember_section .ctn_group.ctn_commission h3.title-comm-fluid strong {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}
.b2b .groups.remember_section .ctn_group.ctn_commission p {
  vertical-align: baseline;
}
.b2b .groups.remember_section .ctn_group.ctn_commission p.ctn_alert {
  color: #ffffff;
}
.b2b .groups.remember_section .ctn_group.ctn_commission p.ctn_comm_block {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
  font-weight: bold;
}
.b2b .groups.remember_section .ctn_group.ctn_commission p.ctn_comm_block strong span {
  font-size: 14px;
  margin-right: 3px;
}
.b2b .groups.remember_section .ctn_group.ctn_commission .comm_pasarela {
  font-weight: bold;
}
.b2b .groups.remember_section .ctn_group.ctn_commission .externo .title {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-transform: uppercase;
}
.b2b .groups.remember_section .ctn_group.ctn_commission .pay-secure {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  display: table;
}
.b2b .groups.remember_section .ctn_group.ctn_commission .pay-secure > * {
  display: table-cell;
  vertical-align: middle;
}
.b2b .groups.remember_section .ctn_group.ctn_commission .pay-secure img {
  width: 100%;
  max-width: 105px;
  height: auto;
  padding-right: 5px;
}
.b2b .dark_ctn .commission-wrapper {
  display: block;
}
.b2b .dark_ctn .dates {
  margin-top: 15px !important;
}
.b2b .commission-wrapper {
  position: absolute;
  right: 10px;
  top: 42px;
  font-size: 12px;
  display: none;
}
.b2b .commission-wrapper.commission-wrapper-xs .commission-modal {
  width: 308%;
}
.b2b .commission-wrapper .subtitle {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.b2b .commission-wrapper .btn-commission {
  color: #00acce;
  text-align: right;
  border: none;
  background-color: transparent;
  line-height: 11px;
  width: auto;
  max-width: inherit !important;
  padding: 0;
}
.b2b .commission-wrapper .btn-commission:hover {
  text-decoration: underline;
}
.b2b .commission-wrapper .commission-modal {
  background-color: #e0e1df;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: absolute;
  right: 0;
  width: 375px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 12;
  top: 22px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b2b .commission-wrapper .commission-modal.active {
  display: block;
}
.b2b .commission-wrapper .commission-modal:after {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e0e1df;
  content: '';
  position: absolute;
  right: 7px;
  top: -13px;
}
.b2b .commission-wrapper .commission-modal p > * {
  font-weight: 700;
}
.b2b .commission-wrapper .commission-modal:hover {
  cursor: inherit;
}
.b2b .commission-wrapper .commission-modal .close-popover {
  color: #868786;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0px;
  float: right;
}
.b2b .commission-wrapper .commission-modal .close-popover i {
  cursor: pointer;
}
.b2b .infoModal .commission-wrapper .commission-modal {
  width: 344px;
}
.b2b .infoModal .commission-wrapper .commission-modal > * {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.b2b .infoModal .commission-wrapper .commission-modal .subtitle {
  font-weight: 700;
}
.b2b .comm-table-wrapper {
  text-align: right;
  position: relative;
  font-size: 11px;
}
.b2b .comm-table-wrapper .comm-table-head {
  margin-bottom: 5px;
}
.b2b .comm-table-wrapper .comm-modal-info {
  position: absolute;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 12;
  background-color: #202020;
  padding: 15px;
  display: none;
}
.b2b .comm-table-wrapper .comm-modal-info.active {
  display: block;
}
.b2b .comm-table-wrapper .comm-modal-info .subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}
.b2b .comm-table-wrapper .comm-modal-info p {
  color: rgba(255, 255, 255, 0.8);
}
.b2b .comm-table-wrapper .comm-modal-info .close-modal {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 8px;
  width: auto;
}
.b2b .comm-table-wrapper .comm-table-body {
  display: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 10px 10px 10px;
}
.b2b .comm-table-wrapper .comm-table-body.active {
  display: block;
}
.b2b .comm-table-wrapper .comm-table-body .table {
  margin: 0;
  position: relative;
}
.b2b .comm-table-wrapper .comm-table-body .table .comm-slider-sel {
  font-size: 14px;
  line-height: 2.1em;
  font-weight: bold;
  color: #555555;
}
.b2b .comm-table-wrapper .comm-table-body .table-th {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.b2b .comm-table-wrapper .comm-table-body .table-th:hover {
  cursor: pointer;
}
.b2b .comm-table-wrapper .comm-table-body .table-th:last-child {
  border-bottom: 0;
}
.b2b .comm-table-wrapper .comm-table-body .table-th.active {
  font-weight: 700;
}
.b2b .comm-table-wrapper .comm-table-body .table-td {
  display: table-cell;
  vertical-align: middle;
  width: 2%;
  text-align: left;
}
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-td,
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-text,
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-total,
.b2b .comm-table-wrapper .comm-table-body .table-td.total-price {
  padding-right: 10px;
}
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-td {
  width: 13%;
  text-align: right;
}
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-text {
  width: 35%;
}
.b2b .comm-table-wrapper .comm-table-body .table-td.commision-total {
  width: 27%;
}
.b2b .comm-table-wrapper .comm-table-body .table-td.total-price {
  width: 23%;
}
.b2b .comm-table-wrapper .comm-table-body .table-td .radio {
  height: 24px;
  padding-left: 31px;
}
.b2b .comm-table-wrapper .comm-table-body .table-td p {
  margin-top: 7px;
  margin-bottom: 7px;
}
.b2b .comm-table-wrapper .comm-table-body .close-modal {
  color: #868786;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: -5px;
  top: -30px;
  width: auto;
}
.b2b .comm-table-wrapper .comm-table-body .slider-min-max {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
.b2b .comm-table-wrapper .btn {
  margin-top: 0;
  width: auto !important;
  padding: 0 11px;
  background-color: #96a2a6;
  color: #ffffff;
  text-transform: uppercase;
  height: 30px;
  font-size: 11px;
  margin-bottom: 0;
  max-width: inherit !important;
}
.b2b .comm-table-wrapper .btn.up:after,
.b2b .comm-table-wrapper .btn.down:after {
  font-family: FontAwesome;
  margin-left: 5px;
}
.b2b .comm-table-wrapper .btn.up:after {
  content: '\f077';
}
.b2b .comm-table-wrapper .btn.down:after {
  content: '\f078';
}
.b2b.fh .comm-table-wrapper,
.b2b.pay .comm-table-wrapper {
  margin-bottom: 15px;
}
.b2b.fh .comm-table-wrapper .comm-table-head,
.b2b.pay .comm-table-wrapper .comm-table-head {
  text-align: right;
}
.b2b.fh .comm-table-wrapper .comm-table-body,
.b2b.pay .comm-table-wrapper .comm-table-body {
  background-color: #F1F1F1;
  left: 15px;
  z-index: 12;
  min-width: 290px;
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.b2b.pay .total_offer {
  margin-bottom: 3px!important;
}
.b2b.pay .btn-comm-details {
  color: #00acce;
  text-align: right;
  border: none;
  background-color: transparent;
  font-size: 12px;
  line-height: 12px;
  width: auto;
  max-width: inherit !important;
  padding: 0;
  margin: 0 0 5px 0;
  height: auto;
}
.b2b.pay .btn-comm-details.up:after,
.b2b.pay .btn-comm-details.down:after {
  font-family: FontAwesome;
  margin-left: 5px;
}
.b2b.pay .btn-comm-details.up:after {
  content: '\f077';
}
.b2b.pay .btn-comm-details.down:after {
  content: '\f078';
}
.b2b.pay .comm-details {
  display: none;
}
.b2b.pay .comm-details.active {
  display: block;
}
.b2b.pay .comm-details .details {
  float: left;
  border: 2px solid #89a5ab;
  padding: 5px;
  width: 100%;
}
.b2b.pay .comm-details .details dt {
  float: left;
  width: 65%;
  margin-right: 2%;
  font-size: 12px;
}
.b2b.pay .comm-details .details dd {
  float: left;
  width: 33%;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  text-align: right;
}
.b2b.pay .comm-details .details .comm-details-value {
  color: #04abce !important;
}
.b2b.pay .comm-details .details:after {
  clear: both;
  content: " ";
  display: table;
}
.b2b.pay .comm-table-wrapper .comm-table-body {
  position: absolute;
  left: 0px;
}
.b2b.pay .comm-table-wrapper .comm-table-body .slider-min-max {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.b2b.pay .comm-modal-pago {
  background-color: #F1F1F1;
  padding: 15px;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 12px;
}
.b2b.pay .comm-modal-pago:before {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #F1F1F1;
  content: '';
  position: absolute;
  right: auto;
  left: 50px;
  top: -34px;
}
.b2b.pay .comm-modal-pago .subtitle {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.b2b.pay .comm-modal-pago .subtitle strong {
  font-size: 21px;
}
.b2b.pay .comm-modal-pago p {
  font-size: 14px;
  font-weight: bold;
  color: #04ABCE;
  background-color: white;
  padding: 5px;
}
.b2b .com_scroll_fixed {
  position: fixed;
  z-index: 30;
  padding: 15px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
}
.b2b .com_desktop {
  top: 70px;
  right: 10px;
  width: 310px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b2b .com_movil {
  top: 0px;
  right: 0px;
  width: 100%;
}
.b2b .search_tools h2 {
  font-size: 16px;
  color: #5f5f5f;
  text-transform: uppercase;
}
.b2b .search_tools .search {
  margin-bottom: 15px;
}
.b2b .search_tools .search .hr {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.b2b .search_tools .search p {
  font-size: 13px;
  font-weight: bold;
}
.b2b .search_tools .search .btn {
  width: 100%;
  padding: 3px 12px;
}
.b2b .search_tools .search .btn p {
  line-height: 13px;
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
}
.b2b .search_tools .name_hotel {
  width: 100%;
}
.b2b .search_tools .name_hotel .first_label {
  font-size: 14px !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.6) !important;
  margin-top: -2px;
}
.b2b .dropdown {
  margin-bottom: 15px;
  height: 42px;
  background-color: #f0f0f0;
}
.b2b .dropdown.error_input {
  background-color: #990000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.b2b .dropdown.error_input a {
  color: #fff;
}
.b2b .dropdown ul.hotel_select {
  width: 287px !important;
}
.b2b .dropdown a {
  display: block;
  width: 100%;
  font-size: 13px;
  padding-right: 25px;
  line-height: 23px;
}
.b2b .dropdown a span {
  position: absolute;
  right: 11px;
  top: 10px;
}
.b2b .dropdown a.smaller {
  line-height: 15px;
  margin-top: -4px;
}
.b2b.pay .dropdown a span {
  top: 3px;
  right: 0;
}
.b2b .search_tools,
.b2b .datos_hotel {
  border-radius: 5px;
  background-color: #ebebeb;
  background-color: rgba(0, 0, 0, 0.08);
}
.b2b .search_tools h3,
.b2b .datos_hotel h3,
.b2b .search_tools h4,
.b2b .datos_hotel h4 {
  margin-left: 15px;
}
.b2b h2 {
  font-size: 16px;
  font-weight: 400;
}
.b2b h2 span {
  font-size: 21px;
  color: #515151;
  font-weight: bold;
  margin-right: 20px;
}
.b2b .datos_hotel {
  margin: 20px 0;
}
.b2b .datos_hotel h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #5f5f5f;
}
.b2b .datos_hotel h3 span {
  text-transform: none;
  font-size: 13px;
}
.b2b .datos_hotel h4 {
  text-transform: uppercase;
  color: #838383;
}
.b2b .datos_hotel .title {
  font-size: 14px;
}
.b2b .datos_hotel .ficha h3 {
  margin-left: 0;
}
.b2b .datos_hotel .ficha li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.b2b .datos_hotel .ficha .btn-sm {
  padding: 4px 10px;
}
.b2b .datos_hotel .ficha .btn-sm a {
  font-size: 13px;
}
.b2b .datos_hotel .ficha .btn-group span:hover,
.b2b .datos_hotel .ficha .btn-group span:focus {
  background-color: #ccc;
  cursor: default;
}
.b2b .datos_hotel .ficha .btn-group span + a {
  border-bottom-left-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px !important;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
}
.b2b .datos_hotel .ficha .btn-group .btn-primary:active {
  box-shadow: none;
  background-color: #ebebeb;
}
.b2b .datos_hotel .ficha .btn-primary {
  background-color: #ccc;
  border: 0;
  margin-right: 2px;
  font-size: 13px;
}
.b2b .datos_hotel .ficha .btn-primary:hover,
.b2b .datos_hotel .ficha .btn-primary:focus {
  background-color: #04abce;
}
.b2b .datos_hotel .ficha span.btn-primary {
  background-color: #EBEBEB;
  color: #5f5f5f;
  padding-left: 0;
}
.b2b .datos_hotel .ficha span.btn-primary:hover {
  background-color: #EBEBEB;
}
.b2b .thumbnail_grid {
  clear: both;
}
.b2b .thumbnail_grid:last-child {
  margin-bottom: 0;
}
.b2b .thumbnail_grid .teaser_gallery {
  margin-bottom: 20px;
}
.b2b .thumbnail_grid .thumbnail {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  height: 148px;
}
.b2b .thumbnail_grid .thumbnail .caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(4, 171, 206, 0.8);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  z-index: 2;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons {
  position: absolute;
  width: 90%;
  height: 60px;
  top: 37%;
  left: 50%;
  margin-left: -45%;
  margin-top: -30px;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons a {
  display: inline-block;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons a:hover,
.b2b .thumbnail_grid .thumbnail .thumb_buttons a:focus {
  background-color: #fff;
  color: #04abce !important;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons a i {
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 57px;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons a i.glyphicon-arrow-down {
  margin-left: 1px;
}
.b2b .thumbnail_grid .thumbnail .thumb_buttons a i:hover,
.b2b .thumbnail_grid .thumbnail .thumb_buttons a i:focus {
  color: #04abce;
}
.b2b .thumbnail_grid .thumbnail .thumb_rrss {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 32px;
}
.b2b .thumbnail_grid .thumbnail .thumb_rrss > * {
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 27px;
  padding: 3px;
  width: 27px;
}
.b2b .thumbnail_grid .thumbnail .thumb_rrss > *:hover {
  background-color: #ffffff;
  color: #00acce;
}
.b2b .thumbnail_grid .thumb {
  background-color: #ccc;
}
.b2b .thumbnail_grid .thumb a {
  height: 26px;
  line-height: 26px;
}
.b2b .thumbnail_grid .thumb a:hover,
.b2b .thumbnail_grid .thumb a:focus {
  background-color: #04abce;
  color: #fff;
}
.b2b .thumbnail_grid .teaser-desc {
  background-color: #fff;
  padding: 10px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
.b2b .thumbnail_grid .teaser-desc p {
  line-height: 15px;
  color: #838383;
}
.b2b .beneficiary .preference-rate {
  margin-top: 15px;
  margin-bottom: 15px;
}
.b2b .beneficiary .aside {
  margin-bottom: 15px;
}
.b2b .preference-rate {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
}
.b2b .preference-rate .row {
  margin-left: 0;
  margin-right: 0;
}
.b2b .preference-rate .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 768px) {
  .b2b.tools .groups {
    margin: 30px auto 30px auto;
  }
  .b2b .thumbnail_grid .thumbnail {
    height: 138px;
  }
  .b2b .box h1,
  .b2b .search_tools h1,
  .b2b .datos_hotel h1,
  .b2b .box h2,
  .b2b .search_tools h2,
  .b2b .datos_hotel h2,
  .b2b .box h3,
  .b2b .search_tools h3,
  .b2b .datos_hotel h3,
  .b2b .box h4,
  .b2b .search_tools h4,
  .b2b .datos_hotel h4,
  .b2b .box .title,
  .b2b .search_tools .title,
  .b2b .datos_hotel .title {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .b2b .box h1 i,
  .b2b .search_tools h1 i,
  .b2b .datos_hotel h1 i,
  .b2b .box h2 i,
  .b2b .search_tools h2 i,
  .b2b .datos_hotel h2 i,
  .b2b .box h3 i,
  .b2b .search_tools h3 i,
  .b2b .datos_hotel h3 i,
  .b2b .box h4 i,
  .b2b .search_tools h4 i,
  .b2b .datos_hotel h4 i,
  .b2b .box .title i,
  .b2b .search_tools .title i,
  .b2b .datos_hotel .title i {
    margin-right: 10px;
  }
  .b2b .box .nav-tabs.nav-justified.triple > li:last-child a {
    padding: 0 5px;
  }
  .b2b .box .nav-tabs.nav-justified > .active > a,
  .b2b .box .nav-tabs.nav-justified > .active > a:hover,
  .b2b .box .nav-tabs.nav-justified > .active > a:focus {
    border-radius: 0;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-right: 0;
  }
  .b2b .box .tab-pane .search > div:first-child .camp label {
    font-size: 13px;
  }
  .b2b .box .tab-pane .search > div:nth-child(2) p {
    font-size: 12px !important;
  }
  .b2b .buttons_exchange .ctn_res_coin .net-price {
    font-size: 30px !important;
  }
  .b2b .dropdown {
    margin-bottom: 10px;
    height: 42px;
  }
  .b2b .dropdown ul.hotel_select {
    width: 287px !important;
  }
  .b2b .dropdown a {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-right: 20px;
    line-height: 23px;
  }
  .b2b .dropdown a.smaller {
    padding: 4px 20px 0 0;
    height: 27px;
    margin-top: -3px;
    font-size: 11px;
    line-height: 14px;
  }
  .b2b .dropdown a.smaller span {
    top: 14px;
    font-size: 14px;
  }
  .b2b .search_tools h2,
  .b2b .datos_hotel h2,
  .b2b .search_tools h3,
  .b2b .datos_hotel h3 {
    margin-left: 15px;
  }
  .b2b .box .content_box .tab-pane .search > div:nth-child(2) p {
    font-size: 14px;
  }
  .b2b .comm-table-wrapper {
    font-size: 13px;
  }
  .b2b .comm-table-wrapper .comm-table-body .table-td.commision-td {
    width: 10%;
  }
  .b2b.fh,
  .b2b.pay {
    /*.sec_pri .description-box p.wExtras{
        position:absolute;
      }*/
  }
  .b2b.fh .sec_pri .description-box p.wExtras,
  .b2b.pay .sec_pri .description-box p.wExtras {
    font-size: 18px;
    float: left;
    width: 50%;
  }
  .b2b.fh .comm-table-wrapper,
  .b2b.pay .comm-table-wrapper {
    margin-bottom: 15px;
  }
  .b2b.fh .comm-table-wrapper .comm-table-head,
  .b2b.pay .comm-table-wrapper .comm-table-head {
    text-align: right;
  }
  .b2b.fh .comm-table-wrapper .comm-table-body,
  .b2b.pay .comm-table-wrapper .comm-table-body {
    background-color: #F1F1F1;
    position: absolute;
    right: 31px;
    max-width: 360px;
    left: auto;
    z-index: 12;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .b2b.fh .comm-table-wrapper .comm-table-body:before,
  .b2b.pay .comm-table-wrapper .comm-table-body:before {
    right: 7px;
    left: auto;
  }
  .b2b.fh .comm-table-wrapper .comm-table-body .table-td.commision-td,
  .b2b.pay .comm-table-wrapper .comm-table-body .table-td.commision-td {
    text-align: right !important;
    width: 8%;
  }
  .b2b.beneficiary .preference-rate {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .b2b .e-learning {
    padding: 17px;
    background-size: 100% auto;
    min-height: 150px;
    background-image: url('../images/b2b/university-sm.jpg');
  }
  .b2b .e-learning .learning-wrap .title {
    font-size: 18px;
  }
  .b2b .grid {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .b2b .grid + .grid {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .b2b .wedding-box {
    margin-top: 15px;
  }
  .b2b .wedding-box .box .w-ribbon > div {
    height: 148px;
  }
  .b2b .wedding-box .box.wedding.double,
  .b2b .wedding-box .box.groups.double {
    width: 100%;
  }
  .b2b .wedding-box .box.wedding.double .box-wrap,
  .b2b .wedding-box .box.groups.double .box-wrap {
    max-height: 217px;
  }
  .b2b .wedding-box .box.wedding.double .w-ribbon > div,
  .b2b .wedding-box .box.groups.double .w-ribbon > div {
    height: 91px;
  }
}
@media (min-width: 992px) {
  .b2b.tools .groups {
    margin: 45px auto 45px auto;
  }
  .b2b .header_agencias .container {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
  }
  .b2b .header_agencias .container .user,
  .b2b .header_agencias .container .actions {
    padding: 0 15px;
  }
  .b2b .header_agencias .container .actions .tools {
    padding: 5px 10px;
    margin-right: 0;
  }
  .b2b .header_agencias .container .actions .btn-group {
    margin-left: 0;
  }
  .b2b .thumbnail_grid .thumbnail {
    height: 134px;
  }
  .b2b .box .nav-tabs.nav-justified.triple > li:last-child a {
    padding: 10px 10px;
  }
  .b2b .dropdown a .smaller {
    font-size: 14px;
  }
  .b2b .commission-wrapper {
    top: 37px;
  }
  .b2b .close-popover {
    display: none;
  }
  .b2b .e-learning {
    padding: 20px;
    background-size: 100% auto;
    min-height: 140px;
    background-image: url('../images/b2b/university-sm.jpg');
  }
  .b2b .e-learning .learning-wrap .title {
    font-size: 24px;
  }
  .b2b .grid {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .b2b .grid + .grid {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .b2b .comm-modal-info .close-modal {
    display: none;
  }
  .b2b .comm-table-body {
    padding: 15px;
  }
  .b2b .comm-table-body .close-modal {
    display: none;
  }
  .b2b .wedding-box .box.wedding.double .w-ribbon > div,
  .b2b .wedding-box .box.groups.double .w-ribbon > div {
    height: 92px;
  }
  .b2b .wedding-box .box.wedding.double img,
  .b2b .wedding-box .box.groups.double img {
    margin-top: -10px;
  }
  .b2b.loyalty.fh .pvp_container .pvp_module .radio {
    width: 63%;
  }
}
@media (min-width: 1200px) {
  .b2b .header_agencias .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .b2b .thumbnail_grid .thumbnail {
    height: 166px;
  }
  .b2b .thumbnail_grid .thumbnail .thumb_buttons {
    height: 70px;
    margin-top: -35px;
  }
  .b2b .thumbnail_grid .thumbnail .thumb_buttons a {
    margin: 0 13px;
  }
  .b2b .thumbnail_grid .thumbnail .thumb_buttons a i {
    line-height: 60px;
    font-size: 32px;
    margin-left: -1px;
  }
  .b2b .commission-wrapper {
    top: 42px;
  }
  .b2b .comm-modal-info .close-modal {
    display: none;
  }
  .b2b .comm-table-body {
    padding: 15px!important;
  }
  .b2b .wedding-box .box .w-ribbon > div {
    height: 93px;
  }
  .b2b .wedding-box .box.wedding.double img,
  .b2b .wedding-box .box.groups.double img {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .b2b .comm-table-wrapper .comm-modal-info.active {
    width: 310px;
  }
  .b2b.fh .comm-table-wrapper .comm-table-body:before,
  .b2b.pay .comm-table-wrapper .comm-table-body:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #F1F1F1;
    content: '';
    position: absolute;
    right: 7px;
    left: auto;
    top: -13px;
  }
  .b2b.fh .comm-table-wrapper .comm-modal-info,
  .b2b.pay .comm-table-wrapper .comm-modal-info {
    right: 0;
  }
  .b2b.fh .comm-table-wrapper .comm-modal-info:before,
  .b2b.pay .comm-table-wrapper .comm-modal-info:before {
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #202020;
    content: '';
    position: absolute;
    right: 7px;
    top: -13px;
  }
  .b2b.fh .comm-table-wrapper.com_scroll_fixed .comm-table-body:before,
  .b2b.fh .comm-table-wrapper.com_scroll_fixed .comm-modal-info:before {
    right: 22px;
  }
}
@media (min-width: 836px) and (max-width: 991px) {
  .b2b .box .nav-tabs.nav-justified.triple > li:last-child a {
    padding: 10px 5px !important;
  }
}
@media (max-width: 767px) {
  .b2b .preference-rate fieldset + fieldset {
    margin-top: 15px;
  }
  .b2b .preference-rate legend {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .b2b .preference-rate legend span {
    margin-left: 0;
  }
  .b2b .preference-rate .aside {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .b2b .preference-rate .formv2 .label-name > * {
    border-radius: 5px;
    display: block;
    height: auto;
    margin-bottom: 5px;
    text-align: left;
  }
  .b2b .box.loyalty-box {
    padding: 10px;
    height: auto;
  }
  .b2b .box.loyalty-box .box-wrap {
    background-color: #ffffff;
    padding: 10px;
    position: static;
  }
  .b2b .wedding-box .box {
    height: auto;
  }
  .b2b .wedding-box .box .w-ribbon {
    text-align: center;
    color: #ffffff;
    padding: 5px 15px;
  }
  .b2b.fh .comm-table-wrapper .comm-modal-info {
    width: 95%;
  }
  .b2b.pay .comm-table-wrapper .comm-table-body,
  .b2b.pay .comm-table-wrapper .comm-modal-info {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .b2b .gallery .thumbnail_grid .teaser_gallery {
    width: 100%;
  }
  .b2b .gallery .thumbnail_grid .teaser_gallery .thumbnail {
    height: inherit;
  }
  .b2b .gallery .thumbnail_grid .teaser_gallery .thumbnail > img,
  .b2b .gallery .thumbnail_grid .teaser_gallery .thumbnail a > img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .b2b .box h3 {
    font-size: 14px;
  }
  .b2b .wedding-box .box {
    height: auto;
  }
  .b2b .wedding-box .box.wedding,
  .b2b .wedding-box .box.groups {
    width: 100%;
    float: none;
    clear: both;
  }
  .b2b .wedding-box .box.groups {
    margin-top: 15px;
  }
  .b2b .pvp_container .pvp_module.dark_ctn {
    padding-top: 25px;
  }
  .b2b .commission-wrapper {
    right: 0;
    top: 10px;
    width: 100%;
  }
}
.b2b #lhc_status_container {
  padding: 10px 15px;
  width: 100%;
  max-width: 280px;
}
.b2b #lhc_status_container .status-icon {
  font-size: 14px;
}
.b2b #lhc_container iframe.lhc-loading {
  width: 320px !important;
  padding: 0 15px 15px 15px;
}
/************* mobile -768px *************/
.fontAwesomeInput {
  font-family: 'FontAwesome', 'Helvetica Neue', 'Helvetica Neue Light', 'HelveticaNeue-Light', Calibri, Helvetica, Arial;
}
.wrap-alert {
  min-width: 224px;
  background-color: #ffffff;
  max-width: none !important;
  width: auto !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1px 13px 1px 3px;
}
.wrap-alert p {
  color: #82a7ac !important;
  vertical-align: middle;
  font-weight: normal !important;
}
.wrap-alert i {
  padding-right: 5px;
  color: #ffc258;
  font-size: 26px;
}
.wrap-alert span {
  font-weight: bold !important;
  color: #82a7ac !important;
  text-decoration: underline;
}
.b2b {
  /************* 768px a 992px *************/
  /************* Laptop > 1220px *************/
  /************* Only Tablets & Mobile *************/
  /************* Only Mobile *************/
}
.b2b .table-cell {
  display: table;
}
.b2b .table-cell > * {
  display: table-cell;
}
.b2b.over-hidden {
  overflow-y: hidden !important;
}
.b2b .menu_top_b2b {
  border-top: 4px solid #668286;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  height: 60px;
}
.b2b .menu_top_b2b > nav {
  display: table;
}
.b2b .menu_top_b2b > nav ul {
  display: table-cell;
  height: 56px;
  vertical-align: middle;
}
.b2b .menu_top_b2b li {
  font-weight: 700;
  display: inline-block;
  padding: 0 15px;
  border-right: #82a7ac 1px solid;
  position: relative;
}
.b2b .menu_top_b2b li:last-child {
  border-right: 0;
}
.b2b .menu_top_b2b li a,
.b2b .menu_top_b2b li button {
  color: #82a7ac;
}
.b2b .menu_top_b2b li a:hover,
.b2b .menu_top_b2b li button:hover,
.b2b .menu_top_b2b li a:active,
.b2b .menu_top_b2b li button:active {
  color: #00acce;
}
.b2b .menu_top_b2b li .dropdown {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 0;
  height: auto;
}
.b2b .menu_top_b2b li .dropdown .btn {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: inherit;
  background-color: transparent;
}
.b2b .menu_top_b2b li .dropdown .btn:active {
  box-shadow: none;
}
.b2b .menu_top_b2b li .dropdown-menu {
  left: auto;
  width: auto;
  right: 0;
}
.b2b .menu_top_b2b li .dropdown-menu li {
  border-right: 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.b2b .menu_top_b2b li .dropdown-menu li a {
  background-color: transparent;
  font-weight: 700;
}
.b2b .menu_top_b2b li .dropdown-menu li:hover a,
.b2b .menu_top_b2b li .dropdown-menu li .active a {
  color: #00acce;
}
.b2b .header_agencias .container-fluid {
  position: relative;
}
.b2b .header_agencias .dropMenuWrap,
.b2b .header_agencias .dropSubMenuWrap {
  display: none !important;
}
.b2b .header_agencias .dropMenuWrap.active,
.b2b .header_agencias .dropSubMenuWrap.active {
  display: block !important;
}
.b2b .header_agencias .open.btn {
  width: 100%;
  text-align: left;
}
.b2b .header_agencias .open.btn:after {
  content: "\f0d8";
}
.b2b .header_agencias .drop-menu i {
  margin-right: 3px;
}
.b2b .header_agencias .btnDropSubMenu {
  position: relative;
}
.b2b .header_agencias .btnDropSubMenu:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  top: 30%;
}
.b2b .header_agencias .btnDropSubMenu.active:after {
  content: "\f0d8";
}
.b2b .ha_sm p,
.b2b .ha_xs p {
  text-transform: none;
}
.b2b .ha_sm {
  transition: all 0.5s ease;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #82a7ac;
  color: #ffffff;
}
.b2b .ha_sm .title,
.b2b .ha_sm .subtitle {
  font-size: 1em;
  margin: 0;
}
.b2b .ha_sm .title span,
.b2b .ha_sm .subtitle span {
  font-size: 1.2em;
  color: #ffffff;
}
.b2b .ha_sm .title + p span,
.b2b .ha_sm .subtitle + p span {
  font-size: 1.2em;
  color: #d8d8d8;
}
.b2b .ha_sm .left {
  float: left;
}
.b2b .ha_sm .right {
  float: right;
}
.b2b .ha_sm .logo-tf {
  width: 45%;
  padding-right: 15px;
  transition: width 1s ease 0s;
}
.b2b .ha_sm .logo-tf img {
  max-height: 69px;
  max-width: 262px;
  width: 100%;
  padding-top: 7px;
}
.b2b .ha_sm .block-left {
  margin-left: 15px;
  width: 66%;
}
.b2b .ha_sm .dates-tf {
  width: 55%;
}
.b2b .ha_sm .dates-tf p {
  margin-bottom: 9px;
  margin-top: 2px;
  line-height: 15px;
  font-size: .9em;
}
.b2b .ha_sm .dates-tf + div {
  float: left;
  width: 100%;
  max-width: 270px;
}
.b2b .ha_sm .btnDropSubMenu,
.b2b .ha_sm .btnDropMenu {
  position: relative;
}
.b2b .ha_sm .btnDropSubMenu:after,
.b2b .ha_sm .btnDropMenu:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  top: 30%;
}
.b2b .ha_sm .btnDropSubMenu.active:after,
.b2b .ha_sm .btnDropMenu.active:after {
  content: "\f0d8";
}
.b2b .ha_sm .dropMenuWrap,
.b2b .ha_sm .dropSubMenuWrap {
  display: none !important;
}
.b2b .ha_sm .dropMenuWrap.active,
.b2b .ha_sm .dropSubMenuWrap.active {
  display: block !important;
}
.b2b .ha_sm .drop-menu {
  padding: 0;
  background-color: transparent;
  height: auto;
  margin-bottom: 0;
  position: relative;
  margin-top: 0;
}
.b2b .ha_sm .drop-menu .open.btn {
  width: 100%;
  text-align: left;
}
.b2b .ha_sm .drop-menu .open.btn:after {
  content: "\f0d8";
}
.b2b .ha_sm .drop-menu a {
  line-height: 15px;
  font-weight: 300;
  font-size: 14px;
}
.b2b .ha_sm .drop-menu .menu {
  left: 0;
  right: 0;
  top: 23px;
  padding: 5px;
  background-color: #ffffff;
  position: absolute;
  z-index: 26;
}
.b2b .ha_sm .drop-menu .menu li {
  background-color: #709094;
  border-bottom: 1px solid #82a7ac;
}
.b2b .ha_sm .drop-menu .menu li > a,
.b2b .ha_sm .drop-menu .menu li button {
  display: block;
  padding: 10px 25px 10px 10px;
  white-space: normal;
  width: 100%;
  color: #ffffff;
}
.b2b .ha_sm .drop-menu .menu li > a:hover,
.b2b .ha_sm .drop-menu .menu li button:hover,
.b2b .ha_sm .drop-menu .menu li > a:focus,
.b2b .ha_sm .drop-menu .menu li button:focus {
  background-color: #00acce;
}
.b2b .ha_sm .drop-menu .menu li > button {
  border: 0;
  background-color: #709094;
  text-align: left;
  font-weight: 300;
}
.b2b .ha_sm .drop-menu .menu li .sub-menu li {
  border-bottom: #82a7ac;
  background-color: #668286;
}
.b2b .ha_sm .drop-menu .menu li .sub-menu li a,
.b2b .ha_sm .drop-menu .menu li .sub-menu li button {
  padding-left: 25px;
}
.b2b .ha_sm .drop-menu .menu li .sub-menu li:last-child {
  border: none;
}
.b2b .ha_sm .btn-header {
  color: #82a7ac;
  text-transform: uppercase;
  padding: 2px 30px 2px 10px;
  background-color: #ffffff;
  font-weight: 700;
  position: relative;
  min-height: 20px;
}
.b2b .ha_sm .btn-header:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  content: "\f0d7";
}
.b2b .ha_sm .block-right {
  margin-right: 15px;
  text-align: right;
}
.b2b .ha_sm .block-right > div {
  display: table;
  float: right;
  clear: both;
}
.b2b .ha_sm .block-right > div > * {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}
.b2b .ha_sm .block-right .menu-scroll {
  display: none;
  padding: 6px 0 0 6px;
}
.b2b .ha_sm .block-right .menu-scroll .btn-scroll i {
  margin-right: 0 !important;
}
.b2b .ha_sm .block-right .lang-head {
  position: relative;
  cursor: pointer;
  padding-right: 16px;
}
.b2b .ha_sm .block-right .lang-head .subtitle {
  margin-right: 0;
}
.b2b .ha_sm .block-right .lang-head:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 4px;
  top: 2px;
  content: "\f0d7";
}
.b2b .ha_sm .block-right .lang-head .lang-popup {
  display: none;
  background-color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: auto;
  min-width: 160px;
  position: absolute;
  right: 0;
  z-index: 26;
  top: 40px;
  padding: 5px;
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}
.b2b .ha_sm .block-right .lang-head .lang-popup ul {
  margin-bottom: 0;
  background-color: #709094;
}
.b2b .ha_sm .block-right .lang-head .lang-popup ul li {
  border-bottom: 1px solid #82a7ac;
}
.b2b .ha_sm .block-right .lang-head .lang-popup ul li:last-child {
  border: 0;
}
.b2b .ha_sm .block-right .lang-head .lang-popup ul a {
  display: block;
  padding: 10px;
  color: #ffffff;
}
.b2b .ha_sm .block-right .lang-head .lang-popup ul a:hover {
  background-color: #00acce;
}
.b2b .ha_sm .block-right .lang-head.active {
  background-color: #ffffff;
  color: #82a7ac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b2b .ha_sm .block-right .lang-head.active:after {
  content: "\f0d8";
}
.b2b .ha_sm .block-right .lang-head.active .subtitle {
  color: #82a7ac;
}
.b2b .ha_sm .block-right .lang-head.active .subtitle > * {
  color: #82a7ac;
}
.b2b .ha_sm .block-right .lang-head.active .lang-popup {
  display: block;
}
.b2b .ha_sm .block-right .rrss-head a {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 5px;
}
.b2b .ha_sm .block-right h3,
.b2b .ha_sm .block-right p,
.b2b .ha_sm .block-right a,
.b2b .ha_sm .block-right span {
  line-height: 10px;
  margin: 0;
}
.b2b .ha_sm .block-right .subtitle {
  margin-right: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
}
.b2b .ha_sm .block-right .subtitle > * {
  display: block;
  font-size: 1.5em;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  font-weight: 700;
}
.b2b .ha_sm .block-right .btn {
  display: table;
  float: right;
  text-align: right;
  width: auto;
}
.b2b .ha_sm .block-right .btn-wire {
  font-family: 'FontAwesome', 'Helvetica Neue', 'Helvetica Neue Light', 'HelveticaNeue-Light', Calibri, Helvetica, Arial;
  background-color: #82a7ac;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: bold;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  padding: 7px 10px;
  font-size: .9em;
}
.b2b .ha_sm .block-right .btn-wire:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #82a7ac;
}
.b2b .ha_sm.scroll_fixed {
  padding-top: 7px;
  top: 0;
  padding-bottom: 7px;
  position: fixed;
  width: 100%;
  z-index: 31;
  height: 60px;
}
.b2b .ha_sm.scroll_fixed .att-cli,
.b2b .ha_sm.scroll_fixed .rrss-head,
.b2b .ha_sm.scroll_fixed .btn-wire {
  display: none;
}
.b2b .ha_sm.scroll_fixed .drop-menu {
  margin-top: 0;
}
.b2b .ha_sm.scroll_fixed .block-left {
  width: 78%;
}
.b2b .ha_sm.scroll_fixed .block-left .logo-tf {
  max-width: 150px;
  width: 30%;
}
.b2b .ha_sm.scroll_fixed .block-left .dates-tf {
  margin-top: 3px;
  width: auto;
  max-width: 38%;
}
.b2b .ha_sm.scroll_fixed .block-left .dates-tf p {
  margin-bottom: 0;
}
.b2b .ha_sm.scroll_fixed .block-left .dates-tf + div {
  padding-left: 15px;
  width: 32%;
  float: left;
}
.b2b .ha_sm.scroll_fixed .block-left .dates-tf + div .btn-header {
  font-size: 11px;
  margin-top: 8px;
}
.b2b .ha_sm.scroll_fixed .block-right {
  width: 17%;
}
.b2b .ha_sm.scroll_fixed .block-right .menu-scroll {
  display: block;
  margin-right: 0;
}
.b2b .ha_sm.scroll_fixed .block-right .menu-scroll i {
  color: #82a7ac;
}
.b2b .ha_sm.scroll_fixed .block-right:hover i {
  color: #82a7ac;
}
.b2b .ha_sm.scroll_fixed .block-right .lang-head {
  padding-top: 8px;
}
.b2b.newSearch .daterangepicker.dropdown-menu {
  max-height: inherit;
}
.b2b.newSearch .ha_sm .btn {
  line-height: inherit;
  margin-right: 0;
}
.b2b.newSearch .ha_sm .btn-header {
  min-height: 16px;
}
.b2b.newSearch .ha_sm + .menu_top_b2b {
  padding: 0;
}
.b2b.newSearch .ha_sm.ha_sm.scroll_fixed {
  z-index: 21;
}
.b2b.newSearch .ha_sm.ha_sm.scroll_fixed + .menu_top_b2b {
  padding: 0;
}
.b2b.newSearch .ha_sm .block-right .btn-wire {
  padding: 2px 10px;
}
@media (min-width: 768px) {
  .b2b .wrap-alert {
    margin: 0 auto 10px auto;
  }
  .b2b .ha_sm .logo-tf {
    width: 42%;
    text-align: left;
  }
  .b2b .ha_sm.scroll_fixed .wrap-alert {
    display: none;
  }
  .b2b .ha_sm.scroll_fixed + .menu_top_b2b {
    display: none !important;
  }
  .b2b .ha_sm.scroll_fixed + .menu_top_b2b.active {
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed;
    top: 60px;
    z-index: 26;
  }
}
@media (min-width: 1200px) {
  .b2b .wrap-alert {
    margin: 0;
    position: absolute;
    right: 28%;
    top: 10px;
  }
  .b2b .header_agencias.scroll_fixed .wrap-alert {
    display: table-cell;
    right: 17%;
  }
  .b2b .ha_sm .logo-tf {
    width: 36%;
  }
  .b2b .ha_sm .logo-tf img {
    max-width: 290px;
    max-height: inherit;
  }
  .b2b .ha_sm .dates-tf + div {
    width: 100%;
    max-width: 400px;
  }
  .b2b .ha_sm .drop-menu {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .b2b .ha_xs {
    padding: 0;
  }
  .b2b .ha_xs .navbar-default {
    background-color: #82a7ac;
  }
  .b2b .ha_xs .navbar-default .navbar-toggle,
  .b2b .ha_xs .navbar-default .navbar-toggle-tel {
    font-size: 2em;
    color: #ffffff;
  }
  .b2b .ha_xs .navbar-default .navbar-toggle:hover,
  .b2b .ha_xs .navbar-default .navbar-toggle-tel:hover,
  .b2b .ha_xs .navbar-default .navbar-toggle:active,
  .b2b .ha_xs .navbar-default .navbar-toggle-tel:active {
    background-color: #668286;
    color: #ffffff;
  }
  .b2b .ha_xs .navbar-default .navbar-toggle:hover i,
  .b2b .ha_xs .navbar-default .navbar-toggle-tel:hover i,
  .b2b .ha_xs .navbar-default .navbar-toggle:active i,
  .b2b .ha_xs .navbar-default .navbar-toggle-tel:active i {
    color: #ffffff;
  }
  .b2b .ha_xs .header-fixed-xs {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    font-size: 14px;
    z-index: 150;
    padding: 10px 15px 15px 15px;
  }
  .b2b .ha_xs .header-fixed-xs .title,
  .b2b .ha_xs .header-fixed-xs p {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
  }
  .b2b .ha_xs .header-fixed-xs .title > *,
  .b2b .ha_xs .header-fixed-xs p > * {
    font-size: 15px;
    margin-right: 0;
  }
  .b2b .ha_xs .header-fixed-xs .title {
    margin: 15px 0 5px 0;
  }
  .b2b .ha_xs .header-fixed-xs .menu-logo {
    text-align: center;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top {
    margin-bottom: 20px;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell {
    display: table;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell > * {
    display: table-cell;
    vertical-align: top;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell > * .hf-phone {
    font-size: 30px;
    display: block;
    color: rgba(0, 0, 0, 0.8);
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell > * .hf-phone > * {
    padding-top: 2px;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell > * .hf-tel {
    padding-left: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
  }
  .b2b .ha_xs .header-fixed-xs .hf-top .table-cell > * .hf-tel > * {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
  }
  .b2b .ha_xs .header-fixed-xs .btn-close {
    background: transparent;
    display: block;
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .b2b .ha_xs .header-fixed-xs .btn-close:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  .b2b .ha_xs .header-fixed-xs .menu-wrap-xs {
    text-align: left;
    margin-top: 30px;
    /*          li{
            position:relative;
            a,span,button{
              &:after{
                content:"";
                display: block;
                height: 4px;
                position: absolute;
                transition: width 0.3s ease 0s;
                width: 0;
              }
              &:hover,&:active{
                &:after{
                  background: @b2bAgencias none repeat scroll 0 0;
                  width: 100%;
                }
              }
            }
          }*/
  }
  .b2b .ha_xs .header-fixed-xs .menu-wrap-xs .btn-menu {
    padding: 0;
    text-align: left;
    border: none;
    background-color: transparent;
    padding-right: 15px;
  }
  .b2b .ha_xs .header-fixed-xs .menu-wrap-xs .btn-menu.btnDropSubMenu:after {
    top: 7%;
    right: 0;
  }
  .b2b .ha_xs .header-fixed-xs .menu-wrap-xs .btn-header {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    white-space: normal;
    font-weight: bold;
    clear: both;
    display: block;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
  }
  .b2b .ha_xs .header-fixed-xs .menu-wrap-xs .btn-header.active {
    margin-bottom: 5px;
  }
  .b2b .ha_xs .header-fixed-xs .land-head-xs {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 15px 0;
  }
  .b2b .ha_xs .header-fixed-xs .land-head-xs li {
    min-width: 93px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .b2b .ha_xs .header-fixed-xs .land-head-xs li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .b2b .ha_xs .header-fixed-xs .land-head-xs li a:hover {
    color: #82a7ac;
  }
  .b2b .ha_xs .header-fixed-xs .rrss-head-xs {
    font-size: 22px;
    text-align: center;
  }
  .b2b .ha_xs .header-fixed-xs .rrss-head-xs a {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.6);
  }
  .b2b .ha_xs .header-fixed-xs .rrss-head-xs a:last-child {
    margin-right: 0;
  }
  .b2b .ha_xs .header-fixed-xs .rrss-head-xs a:hover {
    color: #82a7ac;
  }
  .b2b .ha_xs .btnDropSubMenu span,
  .b2b .ha_xs .btnDropMenu span {
    position: relative;
    padding-right: 17px;
  }
  .b2b .ha_xs .btnDropSubMenu span:after,
  .b2b .ha_xs .btnDropMenu span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    top: 1%;
  }
  .b2b .ha_xs .btnDropSubMenu.active span:after,
  .b2b .ha_xs .btnDropMenu.active span:after {
    content: "\f0d8";
  }
  .b2b .ha_xs .navbar-header a.logo {
    background: none !important;
  }
  .b2b .ha_xs .navbar-header a.logo img {
    vertical-align: top;
    margin-top: 12px;
  }
  .b2b .ha_xs .menu {
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .b2b .ha_xs .menu li {
    padding-left: 10px;
    margin-bottom: 8px;
    position: relative;
  }
  .b2b .ha_xs .menu li a,
  .b2b .ha_xs .menu li button {
    background-color: transparent;
    color: #82a7ac;
  }
  .b2b .ha_xs .menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 1%;
    left: 0;
  }
  .b2b .ha_xs .sub-menu {
    margin: 8px 0 15px 0;
  }
  .b2b .ha_xs .sub-menu li {
    padding-left: 15px;
  }
  .b2b .ha_xs .sub-menu li a,
  .b2b .ha_xs .sub-menu li button {
    color: #668286;
  }
  .b2b .ha_xs .sub-menu li:before {
    content: "\f101";
    left: 2px;
  }
}
@media (max-width: 480px) {
  .b2b .ha_xs .header-fixed-xs .title,
  .b2b .ha_xs .header-fixed-xs p {
    font-size: 12px;
  }
  .b2b .ha_xs .header-fixed-xs .title > *,
  .b2b .ha_xs .header-fixed-xs p > * {
    font-size: 12px;
    margin-right: 0;
  }
  .b2b .ha_xs .header-fixed-xs p {
    margin-bottom: 15px;
  }
}
.b2b.mm .grey-box-services a {
  color: #c8102e;
}
.b2b.mm .actionButtons ul li.reserve a,
.b2b.mm .description-box .box-image-hotels .benefit,
.b2b.mm .pvp_container .buttons_exchange button.dark-btn,
.b2b.mm .pvp_container .buttons_exchange a.btn.dark-btn,
.b2b.mm .advantage-box,
.b2b.mm .slider-selection,
.b2b.mm .slider-handle,
.b2b.mm .linkHotel:hover,
.b2b.mm .search-reserve,
.b2b.mm .description-carousel .btn-reserve,
.b2b.mm .ha_sm .block-right .lang-head .lang-popup ul a:hover,
.b2b.mm .ha_sm .drop-menu .menu li > a:hover,
.b2b.mm .ha_sm .drop-menu .menu li button:hover,
.b2b.mm .ha_sm .drop-menu .menu li > a:focus,
.b2b.mm .ha_sm .drop-menu .menu li button:focus {
  background-color: #c8102e;
}
.b2b.mm .menu_top_b2b li a:hover,
.b2b.mm .menu_top_b2b li button:hover,
.b2b.mm .menu_top_b2b li a:active,
.b2b.mm .menu_top_b2b li button:active {
  color: #c8102e;
}
.b2b.mm .box .content_box .teaser_logo.new,
.b2b.mm .box .content_box .teaser_img.new,
.b2b.mm .box .content_box .teaser_mail.new,
.b2b.mm .box .content_box .open_mail.new,
.b2b.mm .box .show_mail .head .btn:hover,
.b2b.mm .box.loyalty-box .box-wrap .btn,
.b2b.mm .e-learning .btn-secondary:hover,
.b2b.mm .box.loyalty-box {
  background-color: #c8102e;
}
.b2b.mm .box .content_box .teaser_logo .logo_actions .btn-primary:hover,
.b2b.mm .box .content_box .teaser_img .logo_actions .btn-primary:hover,
.b2b.mm .box .content_box .teaser_logo .img_actions .btn-primary:hover,
.b2b.mm .box .content_box .teaser_img .img_actions .btn-primary:hover {
  background-color: #c8102e !important;
}
.b2b.mm .datos_hotel .ficha .btn-primary:hover,
.b2b.mm .datos_hotel .ficha .btn-primary:focus,
.b2b.mm .dropdown .dropdown-menu li:hover {
  background-color: #c8102e;
}
.b2b.mm .datos_hotel .ficha span.btn-primary:focus,
.b2b.mm .datos_hotel .ficha span.btn-primary:hover {
  background: #EBEBEB;
}
.b2b.mm .thumbnail_grid .thumbnail .caption {
  background: rgba(200, 16, 46, 0.8);
}
.b2b.mm .thumbnail_grid .thumbnail .thumb_buttons a i:hover,
.b2b.mm .thumbnail_grid .thumbnail .thumb_buttons a i:focus,
.b2b.mm .thumbnail_grid .thumbnail .thumb_rrss > *:hover {
  color: #c8102e;
}
.b2b.mm .wedding-box .box .btn-primary {
  background-color: #c8102e;
  border-color: #c8102e;
}
.b2b.mm .slider-handle {
  background-image: -webkit-linear-gradient(top, #c8102e 0%, #990c23 100%);
  background-image: -o-linear-gradient(top, #c8102e 0%, #990c23 100%);
  background-image: linear-gradient(to bottom, #c8102e 0%, #990c23 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@melody-maker', endColorstr='darken(@melody-maker,10%)', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.b2b.mm footer .att_cli_foot a:hover,
.b2b.mm footer .att_cli_foot a:focus,
.b2b.mm footer .att_cli_foot a:active {
  color: #c8102e !important;
}
.b2b.mm footer i:hover,
.b2b.mm footer i:focus,
.b2b.mm footer i:active {
  color: #c8102e !important;
}
.b2b.mm footer li a:hover,
.b2b.mm footer li a:focus,
.b2b.mm footer li a:active {
  color: #c8102e !important;
}
.b2b.mm .radio,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'],
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.add[type='button'],
.b2b.mm .groups .ctn_group .container_data .container_line .container_input .checkbox,
.b2b.mm .doubleRoom .ctn_group .container_data .container_line .container_input .checkbox,
.b2b.mm .groups .modalModify .container_data .container_line .container_input .checkbox,
.b2b.mm .doubleRoom .modalModify .container_data .container_line .container_input .checkbox,
.b2b.mm .sectionSearch .form_container .content .city .cont_city_select .cont_option,
.b2b.mm .nodispoSearch .form_container .content .city .cont_city_select .cont_option {
  background-image: url(../images/icons_mm.png);
}
.b2b.mm .description-box .box-image-hotels .img-hotels .list-buttons li button:hover,
.b2b.mm .description-box .box-image-hotels .img-hotels .list-buttons li a.btn:hover,
.b2b.mm .description-box .adv_sale {
  background-color: #c8102e;
}
.b2b.mm .box-video:hover .bt-play {
  background-color: #c8102e;
  border-color: #c8102e;
}
.b2b.mm .btn-primary {
  background-color: #c8102e;
  border-color: #c8102e;
}
.b2b.mm .btn-primary:active,
.b2b.mm .btn-primary:focus {
  -webkit-box-shadow: 0px 0px 15px #c8102e;
  box-shadow: 0px 0px 15px #c8102e;
  -moz-box-shadow: 0px 0px 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.b2b.mm .commission-wrapper .btn-commission,
.b2b.mm .pvp_container .pvp_module .radio .tarifa-info,
.b2b.mm .groups.remember_section .ctn_group .container_data .container_line .container_input .box_input p.txt_check .link,
.b2b.mm .description-box .text-warning {
  color: #c8102e;
}
.b2b.mm .groups .ctn_group .container_data .container_line .container_input .static-line i,
.b2b.mm .doubleRoom .ctn_group .container_data .container_line .container_input .static-line i,
.b2b.mm .groups .modalModify .container_data .container_line .container_input .static-line i,
.b2b.mm .doubleRoom .modalModify .container_data .container_line .container_input .static-line i,
.b2b.mm .groups .ctn_group .container_data .container_line .container_input input[type="text"],
.b2b.mm .doubleRoom .ctn_group .container_data .container_line .container_input input[type="text"],
.b2b.mm .groups .modalModify .container_data .container_line .container_input input[type="text"],
.b2b.mm .doubleRoom .modalModify .container_data .container_line .container_input input[type="text"],
.b2b.mm .groups .ctn_group .container_data .container_line .container_input textarea,
.b2b.mm .doubleRoom .ctn_group .container_data .container_line .container_input textarea,
.b2b.mm .groups .modalModify .container_data .container_line .container_input textarea,
.b2b.mm .doubleRoom .modalModify .container_data .container_line .container_input textarea,
.b2b.mm .btn-comm-details,
.b2b.mm .comm-modal-pago p,
.b2b.mm .gateway-payment .ul_cuerpo input,
.b2b.mm .gateway-payment .ul_cuerpo select {
  color: #c8102e;
}
.b2b.mm .groups.confirmation .offer_detail_img .box-image-hotels .img-hotels .gradient-img .mod-btn .btn,
.b2b.mm .change_booking,
.b2b.mm .groups.pay-module .ctn_group .btn-booking {
  background-color: #c8102e;
}
.b2b.mm .change_booking .btn-primary {
  background-color: rgba(0, 0, 0, 0.1);
}
.b2b.mm .groups.want-pay,
.b2b.mm .groups.cancel-module {
  background-color: rgba(0, 0, 0, 0.2);
}
.b2b.mm .groups.cancel-module,
.b2b.mm .groups.cancel-module .ctn_rmb h3,
.b2b.mm .groups.cancel-module .ctn_rmb p,
.b2b.mm .groups.cancel-module .ctn_rmb .phone_want {
  color: rgba(0, 0, 0, 0.7);
}
.b2b.mm .groups.cancel-module .ctn_rmb .phone_want span {
  color: rgba(0, 0, 0, 0.7) !important;
}
.b2b.mm .comm-details .details .comm-details-value {
  color: #c8102e !important;
}
.b2b.mm.pay {
  background: #ffffff url("../images/MM-patterns2.png") repeat;
}
.b2b.mm .sectionSearch .form_container .content button.buscar,
.b2b.mm .nodispoSearch .form_container .content button.buscar,
.b2b.mm .sectionSearch .form_container .content .buscar,
.b2b.mm .nodispoSearch .form_container .content .buscar,
.b2b.mm .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:hover,
.b2b.mm .nodispoSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:hover,
.b2b.mm .sectionSearch .form_container .content .city .cont_city .click_city.click_city_b:hover,
.b2b.mm .nodispoSearch .form_container .content .city .cont_city .click_city.click_city_b:hover,
.b2b.mm .sectionSearch .ctn_modals .content_destination ul li .dest_map:hover,
.b2b.mm .nodispoSearch .ctn_modals .content_destination ul li .dest_map:hover,
.b2b.mm .sectionSearch .ctn_modals .content_destination ul li .map:hover,
.b2b.mm .nodispoSearch .ctn_modals .content_destination ul li .map:hover,
.b2b.mm .sectionSearch .ctn_modals .content_destination ul li .dest_map.current,
.b2b.mm .nodispoSearch .ctn_modals .content_destination ul li .dest_map.current,
.b2b.mm .sectionSearch .ctn_modals .content_destination ul li .map.current,
.b2b.mm .nodispoSearch .ctn_modals .content_destination ul li .map.current {
  background-color: #c8102e;
}
.b2b.mm .sectionSearch .form_container .content .city .cont_city .click_city,
.b2b.mm .nodispoSearch .form_container .content .city .cont_city .click_city {
  background-image: url(../images/icons_mm.png);
}
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .ctn_button button:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .ctn_button button:active,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .ctn_button a:active,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .ctn_button a:active {
  background-color: #c8102e;
  -webkit-box-shadow: 0 0 15px #c8102e;
  box-shadow: 0 0 15px #c8102e;
  -moz-box-shadow: 0 0 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px #c8102e 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .ctn_button button,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .ctn_button button,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .ctn_button a,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .ctn_button a,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2:hover,
.b2b.mm .sectionSearch .form_container .content .date .cont_coin .coin_open .coin:hover,
.b2b.mm .nodispoSearch .form_container .content .date .cont_coin .coin_open .coin:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_coin .content_date ul li:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_coin .content_date ul li:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_coin .content_date ul li.current,
.b2b.mm .nodispoSearch .ctn_modals .modal_coin .content_date ul li.current,
.b2b.mm .sectionSearch .ctn_modals .modal_coin .content_date ul li:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_coin .content_date ul li:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_coin .content_date ul li.current,
.b2b.mm .nodispoSearch .ctn_modals .modal_coin .content_date ul li.current,
.b2b.mm .sectionSearch .form_container .content .date .cont_coin .coin_select:hover,
.b2b.mm .nodispoSearch .form_container .content .date .cont_coin .coin_select:hover,
.b2b.mm .sectionSearch .ctn_modals .num_habitaciones ul li input:hover,
.b2b.mm .nodispoSearch .ctn_modals .num_habitaciones ul li input:hover,
.b2b.mm .sectionSearch .ctn_modals .num_edades ul li input:hover,
.b2b.mm .nodispoSearch .ctn_modals .num_edades ul li input:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_adult_select ul li input:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_adult_select ul li input:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_children_select ul li input:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_children_select ul li input:hover,
.b2b.mm .sectionSearch .ctn_modals .num_habitaciones ul li input.active,
.b2b.mm .nodispoSearch .ctn_modals .num_habitaciones ul li input.active,
.b2b.mm .sectionSearch .ctn_modals .num_edades ul li input.active,
.b2b.mm .nodispoSearch .ctn_modals .num_edades ul li input.active,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_adult_select ul li input.active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_adult_select ul li input.active,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_children_select ul li input.active,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_children_select ul li input.active {
  background-color: #c8102e;
}
.b2b.mm .dropdown .dropdown-menu li.current span {
  color: #ffffff;
}
.b2b.mm .sectionSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover,
.b2b.mm .nodispoSearch .form_container .content .cont_date_in .date_in_open .clik_date:hover,
.b2b.mm .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover,
.b2b.mm .nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date:hover,
.b2b.mm .sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover,
.b2b.mm .nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_in .date_in_open .clik_date:hover,
.b2b.mm .sectionSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover,
.b2b.mm .nodispoSearch .form_container .content .buscador_no_dispo .date .cont_date_out .date_out_open .clik_date:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current[type='button'],
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current[type='button'],
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.current,
.b2b.mm .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input:hover,
.b2b.mm .dayPreSelected span,
.b2b.mm .dayPreSelected a {
  background-color: #c8102e !important;
}
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.b2b.mm .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.b2b.mm .nodispoSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
.b2b.mm .sectionSearch .form_container .content .change_option,
.b2b.mm .nodispoSearch .form_container .content .change_option {
  background-color: #c8102e;
}
.b2b .formv2 .input-error,
.b2b .groups .ctn_group .container_data .container_line .container_input .error_input,
.b2b .doubleRoom .ctn_group .container_data .container_line .container_input .error_input,
.b2b .groups .modalModify .container_data .container_line .container_input .error_input,
.b2b .doubleRoom .modalModify .container_data .container_line .container_input .error_input {
  background-color: #ec971f;
}
/************* Fix específicos para móviles *************/
@media (max-width: 767px) {
  .navbar-default .navbar-collapse .nav.select_lang ul li {
    width: 33% !important;
  }
  .description-carousel {
    min-height: 155px;
    position: relative;
  }
  .description-carousel .btn-reserve {
    left: 2%;
    position: absolute;
    width: 96%;
    bottom: 10px;
  }
  .navbar-default .navbar-collapse .nav.menu-first li,
  .navbar-default .navbar-collapse .nav.menu-second li {
    width: 33%;
  }
  .description-box .box-image-hotels .img-hotels .gradient-img > span,
  .description-box .box-image-hotels .ctn_nodispo .gradient-img > span {
    width: 100%;
    max-width: inherit;
    left: 0;
    bottom: 34px;
    text-align: left;
    padding: 0 5px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin,
  .description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin {
    text-align: left;
  }
  .description-box.noprice .box-image-hotels .img-hotels .gradient-img > span,
  .description-box.noprice .box-image-hotels .ctn_nodispo .gradient-img > span {
    text-align: left;
    bottom: 5px;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage,
  .description-box .box-image-hotels .ctn_nodispo .prizeImage {
    width: 100%;
    padding: 0 5px;
    right: auto;
  }
  .description-box .box-image-hotels .img-hotels .prizeImage .ctn_res_coin span,
  .description-box .box-image-hotels .ctn_nodispo .prizeImage .ctn_res_coin span {
    display: inline;
  }
  .description-box .box-image-hotels.dispo .img-hotels {
    text-align: left;
  }
  .description-box .box-image-hotels.dispo .img-hotels .gradient-img > span {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .description-carousel {
    height: 185px;
  }
  .list-activities ul li {
    width: 25%;
  }
  .carousel-inner .item picture img {
    width: inherit;
    height: 217px;
    overflow: hidden;
    margin-left: -150px;
  }
}
@media (max-width: 450px) {
  .navbar-default .navbar-collapse .nav.select_lang ul li {
    width: 50% !important;
  }
  .list-activities ul li {
    width: 33.3%;
  }
  .pvp_container .buttons_exchange button p strong,
  .pvp_container .buttons_exchange a.btn.lines p {
    margin-top: -8px;
  }
  .pvp_container .buttons_exchange button p strong,
  .pvp_container .buttons_exchange a.btn.lines p strong {
    display: block;
    margin-left: 0;
    margin-top: -6px;
  }
  .infoPopover ul li::before {
    margin-left: -5%;
  }
  .description-box .box-image-hotels.dispo .img-hotels .prizeImage {
    bottom: 5px;
  }
  .description-box .box-image-hotels.dispo .img-hotels span {
    bottom: 31px;
    text-align: center;
    line-height: 16px;
  }
  .description-box .box-image-hotels.dispo .img-hotels .prizeImage .ctn_res_coin {
    width: auto;
    display: inline-block;
  }
  .description-box .box-image-hotels.dispo .img-hotels .prizeImage span {
    display: inline-block !important;
  }
  .description-box .box-image-hotels.dispo .img-hotels .prizeImage span.symbol,
  .description-box .box-image-hotels.dispo .ctn_nodispo .prizeImage span.symbol {
    float: none;
  }
  .advantageModal ul,
  .equipmentModal ul {
    width: 100%;
    margin-bottom: 0;
  }
  .advantageModal ul:last-child,
  .equipmentModal ul:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .navbar-default .navbar-collapse .nav.menu-first li {
    width: 100% !important;
  }
  .list-activities ul li {
    width: 50%;
  }
  .conditionsModal {
    width: 100%;
    margin: auto 0;
    left: 0;
  }
  .carousel-inner .item picture img {
    width: inherit;
    height: 300px;
    overflow: hidden;
    margin-left: -50%;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg {
    margin-left: 0;
    margin-top: 80%;
    width: 100%;
    position: inherit;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg span {
    font-size: 12px;
    line-height: 12px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage {
    margin-top: 10px;
    padding-top: 0;
  }
  .advantage-box ul li {
    width: 100%;
  }
  .search-reserve {
    padding: 6px 15px;
  }
  .search-reserve a {
    font-size: 18px;
    padding-right: 24px;
  }
  .search-reserve i {
    top: 13px;
  }
}
@media (max-width: 360px) {
  .description-carousel {
    min-height: 283px;
    position: relative;
  }
  .description-carousel .btn-reserve {
    bottom: 15px;
    left: 4%;
    position: absolute;
    width: 91%;
  }
  .description-carousel {
    min-height: 243px;
  }
  .description-carousel .hotels-offer,
  .description-carousel .ctn_hotel_carousel {
    float: none;
    width: 100%;
  }
  .description-carousel .ctn_hotel_carousel {
    margin-top: 15px;
  }
}
@media (max-width: 330px) {
  .navbar-default .navbar-collapse .nav.select_lang ul li {
    width: 100% !important;
  }
  .navbar-default .navbar-collapse .nav.select_lang .dropdown {
    background-color: #e4e5e3;
  }
  .navbar-default .navbar-collapse .nav.select_lang .dropdown.in {
    height: 260px !important;
  }
  .navbar-default .navbar-collapse .nav.menu-second li {
    width: 100% !important;
  }
  .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_1,
  .nodispoSearch .ctn_modals .modal_bg_destination.modal_bg_dest_1 {
    left: 50%;
    margin-left: -119px;
  }
  .infoPopover {
    padding: 10px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
  }
  .infoPopover.cancelation {
    left: 50%;
    margin-left: -58%;
    width: 116%;
  }
  .infoPopover.cancelation p {
    font-size: 13px;
  }
  .image-services .infoPopover {
    left: 0;
    right: 6% !important;
    width: auto !important;
    margin-left: 0;
  }
  .prizeModal {
    left: 50%;
    margin-left: -45%;
    width: 90%;
  }
  .sectionSearch .ctn_modals .modal_coin,
  .nodispoSearch .ctn_modals .modal_coin,
  .sectionSearch .ctn_modals .modal_bg_date_in,
  .nodispoSearch .ctn_modals .modal_bg_date_in,
  .sectionSearch .ctn_modals .modal_bg_date_out,
  .nodispoSearch .ctn_modals .modal_bg_date_out,
  .sectionSearch .ctn_modals .modal_hab_bg,
  .nodispoSearch .ctn_modals .modal_hab_bg {
    left: 50%;
    width: 90%;
    margin-left: -45%;
  }
  .sectionSearch .form_container .content .change_option.smaller_sm,
  .nodispoSearch .form_container .content .change_option.smaller_sm {
    font-size: 12px !important;
    line-height: 12px;
    margin-top: -5px;
  }
  .description-box .box-image-hotels .img-hotels,
  .description-box .box-image-hotels .ctn_nodispo {
    max-width: 100%;
  }
  .description-box .box-image-hotels .benefit {
    width: 87px;
    font-size: 8px;
  }
  .groups.confirmation .ctn_group .container_data .container_line .dropdown a,
  .groups.confirmation .modalModify .container_data .container_line .dropdown a {
    width: 90% !important;
  }
  footer .att_logo {
    height: 97px;
    position: relative;
  }
  footer .att_cli_foot {
    left: 50%;
    margin-left: -91px;
    position: absolute;
    top: 60px;
  }
  footer .logo_foot {
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -50px;
    width: 100px;
  }
  footer .legal p {
    margin-bottom: 7px;
  }
}
@media (max-width: 300px) {
  .description-box .box-image-hotels .img-hotels,
  .description-box .box-image-hotels .text-img,
  .description-box .list-buttons.hidden-sm.hidden-md.hidden-lg {
    width: 100%;
  }
  .description-box .box-image-hotels .text-img {
    margin-top: 15px;
  }
  .description-box .box-image-hotels .text-img ul {
    margin-bottom: 0;
  }
  .description-box .box-image-hotels .nodispoSearch + .text-img {
    margin-top: 0;
  }
  .description-box .box-image-hotels ul.list-buttons {
    margin-bottom: 0;
  }
  .pvp_container .pvp_module .radio {
    width: 100%;
  }
  .pvp_container .pvp_module .pvp_prize {
    float: none;
  }
  .pvp_container .pvp_module .offer,
  .pvp_container .pvp_module.noWrap .offer {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .description-box .box-image-hotels .benefit {
    width: 70%;
  }
}
@media (max-width: 280px) {
  .navbar-nav > li > a {
    font-size: 11px;
  }
  .navbar-header a.logo {
    background-size: 111px 27px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 22px;
    height: 3px;
  }
  .navbar-default .navbar-toggle-tel {
    font-size: 25px;
  }
  .navbar-default .navbar-toggle-tel i {
    margin-left: 25px;
    margin-top: 19px;
  }
  .description-carousel {
    height: 241px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_zone {
    font-size: 20px;
  }
  .description-carousel .ctn_hotel_carousel .title.name_hotel {
    font-size: 17px;
  }
  .description-carousel .ctn_hotel_carousel .hotels-paraph {
    font-size: 14px;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    font-size: 18px;
    margin-top: 5px;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.num.large-valor,
  .pvp_container .buttons_exchange button div.ctn_res_coin span.valor.large-valor,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin span.valor.large-valor {
    font-size: 17px;
  }
  .description-box .box-image-hotels .list-buttons li button,
  .description-box .box-image-hotels .list-buttons li a {
    font-size: 12px;
  }
  .search-reserve {
    height: 50px;
    padding-top: 7px;
  }
  .search-reserve a {
    font-size: 13px;
  }
  .search-reserve i {
    font-size: 16px;
    right: 10px;
    top: 17px;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    font-size: 18px;
    margin-top: 5px;
    width: 100%;
  }
  .pvp_container .buttons_exchange button div.ctn_res_coin,
  .pvp_container .buttons_exchange a.btn div.ctn_res_coin {
    clear: both;
    text-align: center;
  }
  .pvp_container .buttons_exchange button p,
  .pvp_container .buttons_exchange a.btn p {
    text-align: center;
  }
  .pvp_container .buttons_exchange button p strong,
  .pvp_container .buttons_exchange a.btn p strong {
    display: inline;
  }
}
@media (max-width: 220px) {
  .list-activities ul li {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .navbar-default .navbar-collapse .nav.menu-first li,
  .navbar-default .navbar-collapse .nav.menu-second li {
    width: 50%;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg {
    bottom: 1%;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage {
    margin-top: 5%;
    width: 100%;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p {
    clear: both;
    text-align: center;
    width: 100%;
    display: inline;
    line-height: auto;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p.since {
    margin-bottom: 12px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p.price {
    margin-bottom: 5px;
  }
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg .prizeImage p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .description-box .box-image-hotels .ctn_extend_text.hidden-lg {
    margin-left: 233px;
  }
}
html.lt-ie9 .header_sup .container_menu {
  font-size: 15px;
}
html.lt-ie9 .header_sup .container_menu .menu_top li {
  margin: 20px 7px 0 0;
}
html.lt-ie9 .header_sup .container_menu .navbar-collapse li {
  font-size: 12px;
}
html.lt-ie9 .header_sup .container_menu .submenu_top {
  font-size: 11px;
}
html.lt-ie9 .header_sup .att-cli-head {
  font-size: 9px;
}
html.lt-ie9 .carousel-inner > .item > IMG {
  width: 100%;
}
html.lt-ie9 .header_sup .scroll_fixed {
  background-color: #e4e5e3 !important;
}
html.lt-ie9 .header-loyalty .btn {
  background-color: #949594;
}
html.lt-ie9 .sectionSearch .form_container .content {
  background-color: #2A2A2A;
}
html.lt-ie9 .sectionSearch .form_container .content.off {
  background-color: #2A2A2A;
}
html.lt-ie9 .nodispoSearch .ctn_nodispo .form_container .content form {
  background-color: #2A2A2A;
}
html.lt-ie9 .sectionSearch .form_container .content .cont_option,
html.lt-ie9 .nodispoSearch .form_container .content .cont_option {
  background-color: #777;
}
html.lt-ie9 .description-carousel {
  background-color: #515151;
}
html.lt-ie9 .box-advantage {
  border: 1px solid #ECECEC;
}
html.lt-ie9 .box-mobile > div {
  border: 1px solid #ECECEC;
}
html.lt-ie9 .box-advantage > div .box-icon.selected i {
  color: #00acce;
}
html.lt-ie9 .box-esence {
  min-height: 308px;
}
html.lt-ie9 .box-esence P {
  height: 127px;
}
html.lt-ie9 .overlay {
  background-color: transparent!important;
}
html.lt-ie9 .overlay.hide-over {
  background-color: transparent!important;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_coin .content_date ul li,
html.lt-ie9 .nodispoSearch .ctn_modals .modal_coin .content_date ul li {
  color: #D8D8D8;
  background-color: #555;
}
html.lt-ie9 .sectionSearch .form_container .content .promo .promo_codg_intput button {
  bottom: 1px;
}
html.lt-ie9 .sectionSearch .form_container .content h2 {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .form_container .content .cont_option {
  background-color: #777;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
  color: #FFF;
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
  color: #FFF;
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_coin .coin_open .coin,
html.lt-ie9 .nodispoSearch .form_container .content .date .cont_coin .coin_open .coin {
  color: #FFF;
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content,
html.lt-ie9 .nodispoSearch .form_container .content {
  background-color: #333;
}
html.lt-ie9 .nodispoSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
  color: #FFF;
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .promo .promo_codg .codigo_pormocional {
  color: #FFF;
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .cont_option {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_coin .content_date .title_search,
html.lt-ie9 .nodispoSearch .ctn_modals .modal_coin .content_date .title_search {
  color: #FFF;
}
html.lt-ie9 .pvp_container .buttons_exchange button p strong,
html.lt-ie9 .pvp_container .buttons_exchange a.btn p strong {
  color: #82d5e7;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .destination,
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .dest_map,
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .map,
html.lt-ie9 .sectionSearch .ctn_modals .content_zona ul li .zona {
  color: #A1A1A1;
}
html.lt-ie9 .modalLenguage {
  right: 19px;
}
html.lt-ie9 .infoModal .pvp_module:hover {
  background-color: #434343;
}
html.lt-ie9 .modalLenguage .ctn_button button {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers {
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_num_pers .num_pers_open .num_pers:hover {
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .form_container .content .promo .promo_codg .codigo_pormocional:hover {
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1:hover,
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2:hover {
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .dest_map:hover,
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .map:hover {
  color: #FFF;
  background-color: #04ABCE;
}
html.lt-ie9 .modalLenguage .ctn_button button:hover,
html.lt-ie9 .modalLenguage .ctn_button button.active {
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover {
  color: #FFF;
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  color: #FFF;
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  color: #FFF;
  background-color: #04ABCE;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination .elijaDestino input.valor {
  background-color: #777777;
  color: #FFFFFF;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination .elijaDestino input.localizacion {
  background-color: transparent;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .destination,
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .dest_map,
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li .map,
html.lt-ie9 .sectionSearch .ctn_modals .content_zona ul li .zona {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination h6 {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .ctn_modals .num_habitaciones h6,
html.lt-ie9 .sectionSearch .ctn_modals .num_edades h6,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_adult_select h6,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_children_select h6 {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .ctn_modals .content_destination ul li {
  width: 100%;
}
html.lt-ie9 .sectionSearch .ctn_modals .double_width .content_destination ul li {
  width: 49%;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_2 ul li {
  width: 100%;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_destination.modal_bg_dest_3 ul li {
  width: 100%;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec .botones ul li input.numeros[type='button'] {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box1,
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas .sec.pos_Hab1 .content_line_box .box2 {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .title_search,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .title_search {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #A1A1A1;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #A1A1A1;
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: #A1A1A1;
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_in .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a,
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_date_out .content_date .hasDatepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_coin .coin_open .coin,
html.lt-ie9 .nodispoSearch .form_container .content .date .cont_coin .coin_open .coin {
  background-color: #404040;
}
html.lt-ie9 .sectionSearch .form_container .content,
html.lt-ie9 .nodispoSearch .form_container .content {
  background-color: #2a2a2a;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_date_in .date_in_open .clik_date,
html.lt-ie9 .nodispoSearch .form_container .content .date .cont_date_in .date_in_open .clik_date {
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .form_container .content .date .cont_date_out .date_out_open .clik_date,
html.lt-ie9 .nodispoSearch .form_container .content .date .cont_date_out .date_out_open .clik_date {
  background-color: #777777;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg.double_width {
  max-width: 500px;
  width: 500px;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_hab_bg .content_hab_personas {
  width: 230px;
  max-width: 230px;
}
html.lt-ie9 .sectionSearch .ctn_modals .modal_bg_dest.double_width {
  max-width: 500px;
  width: 500px;
}
html.lt-ie9 .box-segments .active:after {
  display: none;
}
html.lt-ie9 .box-segments a {
  height: 180px;
}
html.lt-ie9 .box-segments .adults.active span {
  background: url(../images/adults_only_n.png);
}
html.lt-ie9 .hotel-adults {
  background-image: url(../images/adults_only.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .adults.active span {
  background: url(../images/adults_only_n.png);
}
html.lt-ie9 .hotel-collection {
  background-image: url(../images/collection_resorts.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .collection.active span {
  background-image: url(../images/collection_resorts_n.png);
}
html.lt-ie9 .hotel-city {
  background-image: url(../images/city_center.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .city.active span {
  background-image: url(../images/city_center_n.png);
}
html.lt-ie9 .hotel-smart {
  background-image: url(../images/smart_concept.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .smart.active span {
  background-image: url(../images/smart_concept_n.png);
}
html.lt-ie9 .hotel-family {
  background-image: url(../images/family_resorts.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .family.active span {
  background-image: url(../images/family_resorts_n.png);
}
html.lt-ie9 .hotel-experience {
  background-image: url(../images/experience_hotels.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}
html.lt-ie9 .box-segments .experience.active span {
  background-image: url(../images/experience_hotels_n.png);
}
html.lt-ie9 .destinos_hoteles .box-segments .active span {
  background-image: none !important;
}
html.lt-ie9 .services .image-services .box-restaurant,
html.lt-ie9 .services .image-services .box-bussines {
  background-color: #444;
}
html.lt-ie9 .services .grey-box-services.wildcard .box-services h5 {
  color: #666;
}
html.lt-ie9 .services .grey-box-services.wildcard .box-services p {
  color: #666;
}
html.lt-ie9 .box-grey {
  background-color: #F0F0F0;
}
html.lt-ie9 .includes a {
  background-color: #E5E5E5;
  color: #A1A1A1;
}
html.lt-ie9 .services .grey-box-services {
  background-color: #E5E5E5;
}
html.lt-ie9 .list-activities li a {
  background-color: #404040;
  color: #fff;
}
html.lt-ie9 .advantage-box {
  background-image: url(../images/ico-present-big.png);
  background-color: #04abce;
  background-position: 90% 10px;
  background-repeat: no-repeat;
}
html.lt-ie9 .advantage-box a {
  background-color: #0389a5;
}
html.lt-ie9 .icons-prize {
  background-color: #E5E5E5;
}
html.lt-ie9 .cnt_loading {
  color: #b2b2b2;
}
html.lt-ie9 .equipmentModal:before,
html.lt-ie9 .advantageModal:before {
  display: none;
}
html.lt-ie9 .estancie {
  background-color: #F0F0F0;
}
html.lt-ie9 .description-box > p,
html.lt-ie9 .description-box .hidden-paragraph {
  color: #797979;
}
html.lt-ie9 .description-box > p a,
html.lt-ie9 .description-box .hidden-paragraph a {
  color: #797979;
  cursor: default;
}
html.lt-ie9 .description-box .text-img p,
html.lt-ie9 .description-box .text-img h3,
html.lt-ie9 .description-box .text-img h5 {
  color: #797979;
}
html.lt-ie9 .description-box .text-img p strong,
html.lt-ie9 .description-box .text-img h3 strong,
html.lt-ie9 .description-box .text-img h5 strong {
  font-weight: 400;
}
html.lt-ie9 .description-box .box-image-hotels {
  background-color: #F0F0F0;
}
html.lt-ie9 .description-box .box-image-hotels .img-hotels img {
  width: 100%;
}
html.lt-ie9 .description-box .adv_sale .terminos a {
  background-color: #0389a5;
}
html.lt-ie9 .description-box .adv_sale.nodispo .terminos a {
  background-color: #8D8E8D;
}
html.lt-ie9 .description-box .box-image-hotels .nodispoSearch .ctn_nodispo .form_container .description-box.offer_sheet .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p {
  color: #fafafa;
}
html.lt-ie9 .description-box .box-image-hotels .list-buttons li button,
html.lt-ie9 .description-box .box-image-hotels .list-buttons li a {
  background-color: #303030;
}
html.lt-ie9 .description-box .box-image-hotels .list-buttons li button,
html.lt-ie9 .description-box .box-image-hotels .list-buttons li a:hover {
  background-color: #04abce;
}
html.lt-ie9 .nodispoSearch .ctn_nodispo .form_container .content {
  background-color: #2a2a2a;
}
html.lt-ie9 .nodispoSearch .ctn_nodispo .form_container .content img {
  display: none;
}
html.lt-ie9 .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.since,
html.lt-ie9 .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.since:hover,
html.lt-ie9 .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.until,
html.lt-ie9 .description-box .box-image-hotels .ctn_extend_text.hidden-xs .prizeImage p.until:hover {
  color: #fff;
}
html.lt-ie9 .dropdown a {
  color: #A1A1A1;
}
html.lt-ie9 .estanciesModal h3,
html.lt-ie9 .estanciesModal p,
html.lt-ie9 .estanciesModal span {
  color: #A1A1A1;
}
html.lt-ie9 .estanciesModal:before {
  display: none;
}
html.lt-ie9 .equipmentModal h3,
html.lt-ie9 .advantageModal h3 {
  color: #A1A1A1;
}
html.lt-ie9 .carousel-inner > .item > img {
  width: 100%;
}
html.lt-ie9 .carousel-inner .item img {
  position: absolute;
  width: 100%;
  z-index: 1;
}
html.lt-ie9 .estadistics .ctn_estadistics h3 {
  color: #999;
}
html.lt-ie9 .estadistics .ctn_estadistics h4 {
  color: #c6c7c6;
}
html.lt-ie9 .estadistics .ctn_estadistics h4.principal {
  color: #9b9c9b;
}
html.lt-ie9 .estadistics .ctn_estadistics p {
  color: #c6c7c6;
}
html.lt-ie9 .mapToget h3 {
  color: #777;
}
html.lt-ie9 .mapToget p {
  color: #999;
}
html.lt-ie9 .mapToget .boxDirection {
  background-color: #E5E5E5;
}
html.lt-ie9 .mapToget .boxDirection h2 {
  color: #888;
}
html.lt-ie9 .mapToget .boxDirection p {
  color: #888;
}
html.lt-ie9 .groups.remember_section {
  background-color: #E5E5E5;
}
html.lt-ie9 .groups.remember_section.want-pay {
  background-color: #BBCBCF;
}
html.lt-ie9 .groups.remember_section.pay-module {
  background-color: #025568;
}
html.lt-ie9 .groups.remember_section .ctn_group .container_data .container_line .container_input a span i.fa-inverse {
  color: #818281;
}
html.lt-ie9 .groups.remember_section .ctn_group .container_data .container_line .container_input a span i.fa-square {
  color: #D8D9D7;
}
html.lt-ie9 .groups.remember_section .ctn_rmb h3 {
  color: #727272;
}
html.lt-ie9 .groups.remember_section.want-pay .pvp_container .transfer-detail h3 {
  color: #333;
}
html.lt-ie9 .groups.remember_section .ctn_rmb p {
  color: #666666;
}
html.lt-ie9 .groups.remember_section.pay-module .ctn_rmb p {
  color: #b1b1b1;
}
html.lt-ie9 .groups .ctn_group .container_data .container_line .container_input .error_input span,
html.lt-ie9 .doubleRoom .ctn_group .container_data .container_line .container_input .error_input span,
html.lt-ie9 .groups .modalModify .container_data .container_line .container_input .error_input span,
html.lt-ie9 .doubleRoom .modalModify .container_data .container_line .container_input .error_input span {
  color: #d69999;
}
html.lt-ie9 .groups.remember_section.pay-module .ctn_rmb h3 {
  color: #B4CCD2;
}
html.lt-ie9 .groups.remember_section.want-pay .pvp_container .buttons_exchange .btn-primary .bottom_detail p {
  color: #333333;
}
html.lt-ie9 .estadistics .ctn_estadistics p {
  color: #616161;
}
html.lt-ie9 .groups .ctn_group .container_data .container_line .container_input .checkbox {
  padding-bottom: 5px;
}
html.lt-ie9 .groups .ctn_group .container_data .container_line h4 {
  max-width: 100px;
}
html.lt-ie9 .groups .ctn_group h3 {
  color: #666;
}
html.lt-ie9 .groups .ctn_group p {
  color: #B1B1B1;
}
html.lt-ie9 .groups .ctn_group .container_data h4 {
  color: #989998;
}
html.lt-ie9 #popover_Pol h3 {
  color: #4A4A4A;
}
html.lt-ie9 #popover_Pol p {
  color: #ffffff;
}
html.lt-ie9 #popover_Pol .close-modal .fa-times {
  color: #FFF;
}
html.lt-ie9 .experience-hotels p {
  color: #444 !important;
}
html.lt-ie9 .musa-desc p.close-modal,
html.lt-ie9 .musa-acordeon p.close-modal,
html.lt-ie9 .musa-info p.close-modal {
  color: #333333 !important;
}
html.lt-ie9 footer .content > div {
  border-bottom: 1px solid #999;
}
html.lt-ie9 footer .content .legal {
  border-bottom: none;
}
@media (max-width: 767px) {
  htlm.lt-ie9 .carousel-inner IMG {
    position: static !important;
  }
}
/*# sourceMappingURL=/styles/main.css.map */