@charset "UTF-8";
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@import "//fonts.googleapis.com/css?family=Open+Sans:300,400,700";
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] {
  display: none;
}

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

body {
  margin: 0;
}

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) ")";
  }

  .ir a:after,
  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;
  }

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

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

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  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, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

p {
  margin: 0 0 10px;
}

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

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

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

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

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

h1 small, .h1 small {
  font-size: 24px;
}

h2 small, .h2 small {
  font-size: 18px;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px;
}

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

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

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

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

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

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: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.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 {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
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 {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

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

code,
pre {
  font-family: Monaco, Menlo, 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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

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

.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,
.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,
.col-md-1,
.col-md-2,
.hlnks .main-logo,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.hlnks ul,
.col-md-11,
.col-md-12,
.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 {
  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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .hlnks .main-logo,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .hlnks ul,
  .col-md-11 {
    float: left;
  }

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

  .col-md-2, .hlnks .main-logo {
    width: 16.66667%;
  }

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

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

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

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

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

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

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

  .col-md-10, .hlnks ul {
    width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped > tbody > tr:nth-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-"] {
  float: none;
  display: table-column;
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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 #333;
  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;
}

.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

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

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

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

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

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

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

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.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;
}
.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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

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

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

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

.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("../bundles/spotliowebappfront/fonts/glyphicons-halflings-regular.eot");
  src: url("../bundles/spotliowebappfront/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bundles/spotliowebappfront/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bundles/spotliowebappfront/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bundles/spotliowebappfront/fonts/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;
}

.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-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-print:before {
  content: "\e045";
}

.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-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.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-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-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

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

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right, .hlnks ul.dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  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.42857;
  color: #999999;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  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-default .caret {
  border-top-color: #333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn: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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
  float: none;
  display: table-cell;
  width: 1%;
}

[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.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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 > .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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}

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

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-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 {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 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;
  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;
  }
}

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

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (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;
  }
}

.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, .hlnks ul.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right,
.hlnks .navbar-nav > li > ul.dropdown-menu {
  left: auto;
  right: 0;
}

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > 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: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.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: #ccc;
}
.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.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  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 > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

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

.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: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

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

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

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

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

.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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  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);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

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

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.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, .hlnks .media > .main-logo, .hlnks ul .media > li {
  margin-right: 10px;
}
.media > .pull-right, .hlnks .media > ul {
  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: #fff;
  border: 1px solid #ddd;
}
.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;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

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

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

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

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

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}

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

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

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  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: #468847;
  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: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  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);
}
.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

body.modal-open {
  margin-right: 15px;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

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

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

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

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

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

.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .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);
  }
}
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
  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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

@media screen and (min-width: 768px) {
  .carousel-control .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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.pull-right, .hlnks ul {
  float: right !important;
}

.pull-left, .hlnks .main-logo, .hlnks ul li {
  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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

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

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

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

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

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

  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 {
  display: none !important;
}

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

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

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

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

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

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

  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 {
  display: none !important;
}

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

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

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

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

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

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

  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 {
  display: none !important;
}

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

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

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

  tr.hidden-xs {
    display: none !important;
  }

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

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  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 {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

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

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

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 {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

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

  tr.hidden-sm {
    display: none !important;
  }

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

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

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

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

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 {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  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 {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

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

  tr.hidden-md {
    display: none !important;
  }

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

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

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 {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  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 {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  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 {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

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

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

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

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

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

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

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

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

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

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

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

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

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

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

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

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

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

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 *  Font Awesome 4.4.0 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("../bundles/spotliowebappfront/fonts//fontawesome-webfont.eot?v=4.4.0");
  src: url("../bundles/spotliowebappfront/fonts//fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../bundles/spotliowebappfront/fonts//fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../bundles/spotliowebappfront/fonts//fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../bundles/spotliowebappfront/fonts//fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../bundles/spotliowebappfront/fonts//fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right, .hlnks ul {
  float: right;
}

.pull-left, .hlnks .main-logo, .hlnks ul li {
  float: left;
}

.fa.pull-left, .hlnks .fa.main-logo, .hlnks ul li.fa {
  margin-right: .3em;
}
.fa.pull-right, .hlnks ul.fa {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* from 0 to xxx */
/* from xxx to infinite */
/* define exact measures */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes heartbeat {
  92% {
    -webkit-transform: scale(1, 1);
  }
  94% {
    -webkit-transform: scale(1.2, 1.2);
  }
  96% {
    -webkit-transform: scale(1, 1);
  }
  98% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  50% {
    -moz-transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
  80% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-10px);
  }
  20% {
    -moz-transform: translateX(10px);
  }
  30% {
    -moz-transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
  }
  50% {
    -moz-transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(10px);
  }
  70% {
    -moz-transform: translateX(-10px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  90% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes heartbeat {
  92% {
    -moz-transform: scale(1, 1);
  }
  94% {
    -moz-transform: scale(1.2, 1.2);
  }
  96% {
    -moz-transform: scale(1, 1);
  }
  98% {
    -moz-transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  50% {
    -ms-transform: translateY(0);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
  80% {
    -ms-transform: translateY(0);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10% {
    -ms-transform: translateX(-10px);
  }
  20% {
    -ms-transform: translateX(10px);
  }
  30% {
    -ms-transform: translateX(-10px);
  }
  40% {
    -ms-transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(10px);
  }
  70% {
    -ms-transform: translateX(-10px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  90% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes heartbeat {
  92% {
    -ms-transform: scale(1, 1);
  }
  94% {
    -ms-transform: scale(1.2, 1.2);
  }
  96% {
    -ms-transform: scale(1, 1);
  }
  98% {
    -ms-transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes heartbeat {
  92% {
    transform: scale(1, 1);
  }
  94% {
    transform: scale(1.2, 1.2);
  }
  96% {
    transform: scale(1, 1);
  }
  98% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@font-face {
  font-family: "coppermountain";
  src: url("../bundles/spotliowebappfront/fonts//coppermountain.eot");
  src: url("../bundles/spotliowebappfront/fonts//coppermountain.eot?#iefix") format("embedded-opentype"), url("../bundles/spotliowebappfront/fonts//coppermountain.woff") format("woff"), url("../bundles/spotliowebappfront/fonts//coppermountain.ttf") format("truetype"), url("../bundles/spotliowebappfront/fonts//coppermountain.svg#coppermountain") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "copper";
  src: url("../bundles/spotliowebappfront/fonts//copper.eot");
  src: url("../bundles/spotliowebappfront/fonts//copper.eot?#iefix") format("embedded-opentype"), url("../bundles/spotliowebappfront/fonts//copper.woff") format("woff"), url("../bundles/spotliowebappfront/fonts//copper.ttf") format("truetype"), url("../bundles/spotliowebappfront/fonts//copper.svg#copper") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="coppericon-"], [class*=" coppericon-"] {
  font-family: 'coppermountain';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.coppericon-plus:before {
  content: "\2b";
}

.coppericon-minus:before {
  content: "\2d";
}

.coppericon-activities:before {
  content: "\61";
}

.coppericon-calendar:before {
  content: "\63";
}

.coppericon-cart:before {
  content: "\73";
}

.coppericon-lessons:before {
  content: "\6c";
}

.coppericon-lift-tickets:before {
  content: "\74";
}

.coppericon-lodging:before {
  content: "\68";
}

.coppericon-mountain:before {
  content: "\6d";
}

.coppericon-package:before {
  content: "\70";
}

.coppericon-rentals:before {
  content: "\72";
}

.coppericon-triangle:before {
  content: "\64";
}

[class^="copper-"], [class*=" copper-"] {
  font-family: 'copper';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copper-lodging:before {
  content: "\e600";
}

.copper-lessons:before {
  content: "\e601";
}

.copper-tubing:before {
  content: "\e603";
}

.copper-bus0:before {
  content: "\e604";
}

.copper-activities:before {
  content: "\e605";
}

.copper-tickets:before {
  content: "\e606";
}

.copper-package:before {
  content: "\e607";
}

.copper-rentals:before {
  content: "\e602";
}

.icon-arrival:before {
  content: "\e91d";
}

.icon-departure:before {
  content: "\e91c";
}

/* General styles for all menus */
.cbp-spmenu {
  background: #1ec8f9;
  position: fixed;
}
.cbp-spmenu .wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 70px;
  bottom: 0px;
  padding: 10px 15px 40px 15px;
  left: 5px;
  right: 5px;
}
.cbp-spmenu > .btn {
  color: #FFF;
  background: none;
  margin: 14px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.cbp-spmenu h3 {
  color: #7fa9b6;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0f647d;
  opacity: 0;
  pointer-events: none;
}
.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  background: #4297b0;
}
.cbp-spmenu a:active {
  background: #7fa9b6;
  color: black;
}
.cbp-spmenu .mobile-cart-wrapper {
  height: 100%;
  padding-bottom: 100px;
  overflow-y: scroll;
  width: 100%;
}
.cbp-spmenu ul.mobile-cart-items {
  padding: 0;
  margin: 0;
  width: 100%;
}
.cbp-spmenu ul.mobile-cart-items li {
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  border-bottom: 1px solid #4297b0;
}
.cbp-spmenu ul.mobile-cart-items li .title {
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
}
.cbp-spmenu ul.mobile-cart-items li .qtty {
  font-weight: 300;
  color: #666;
}
.cbp-spmenu ul.mobile-cart-items li .price {
  font-weight: 700;
  font-size: 1.1em;
  color: white;
  float: right;
}
.cbp-spmenu .input-group > span.form-control {
  font-size: 2.0em;
  line-height: 10px;
}
.cbp-spmenu .big {
  font-size: 2em;
  line-height: 1em;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow: auto;
}
.cbp-spmenu-vertical a:not(.language) {
  width: 33.33333333333vw;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-right: 0px;
  float: left;
  height: 33.5vw;
  position: relative;
}
.cbp-spmenu-vertical a:not(.language):nth-of-type(-n+3) {
  border-top: 1px solid;
  margin-top: -1px;
}
.cbp-spmenu-vertical a:not(.language):nth-of-type(3n+3) {
  border-right: none;
}
.cbp-spmenu-vertical a:not(.language) span.text {
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -moz-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cbp-spmenu-vertical a:not(.language) i {
  position: absolute;
  -webkit-transform: perspective(1px) translate(-50%, -50%);
  -moz-transform: perspective(1px) translate(-50%, -50%);
  -ms-transform: perspective(1px) translate(-50%, -50%);
  transform: perspective(1px) translate(-50%, -50%);
  font-size: 16vw !important;
  top: 50%;
  left: 50%;
}
.cbp-spmenu-vertical a:not(.language) i.icon-wactivities, .cbp-spmenu-vertical a:not(.language) i.icon-wbus {
  font-size: 9vw !important;
}
.cbp-spmenu-vertical a:not(.language) i.fa-money {
  font-size: 13vw !important;
}
.cbp-spmenu-vertical a:not(.language) i + span.text {
  -webkit-transform: perspective(1px) translate(-50%, 0);
  -moz-transform: perspective(1px) translate(-50%, 0);
  -ms-transform: perspective(1px) translate(-50%, 0);
  transform: perspective(1px) translate(-50%, 0);
  bottom: 5px;
  left: 50%;
  top: auto;
  line-height: 1.2em;
}
.cbp-spmenu-vertical .buttons_wrapper.menu {
  margin-bottom: 79px;
}
.cbp-spmenu-vertical .buttons_wrapper.features {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid;
}
.cbp-spmenu-vertical .buttons_wrapper.features > ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.cbp-spmenu-vertical .buttons_wrapper.features > ul > li > a {
  height: 80px;
  border: none !important;
}
.cbp-spmenu-vertical .buttons_wrapper.features > ul > li > a i {
  font-size: 30px !important;
  margin-top: -10px;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  color: #7fa9b6;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0f647d;
}
.cbp-spmenu-horizontal .form-group {
  padding-top: 10px;
}
.cbp-spmenu-horizontal .form-group label.control-label {
  line-height: 42px;
  color: #FFF;
  font-size: 1.2em;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
  display: none;
}

.cbp-spmenu-right {
  right: -240px;
  display: none;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  display: block;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  display: block;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
  display: none;
}

.cbp-spmenu-bottom {
  bottom: -100%;
  display: none;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
  display: block;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
  display: block;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
@media screen and (min-width: 768px) {
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .cbp-spmenu.cbp-spmenu-bottom {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.chromeframe {
  height: 600px;
  font-size: 18px;
  color: white;
  background: #333;
  text-align: center;
  padding-top: 100px;
}

/* NO RESPONSIVE
body > .container {
    min-width: 970px !important;
    max-width: 970px !important;
    width: 970px !important;
}
*/
/* OVERRIDES */
body {
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  background: #e4ebef;
}
@media screen and (min-width: 992px) {
  body {
    background: url("../bundles/spotliowebappfront/stayaspensnowmass/images/background.jpg") no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
body.modal-open {
  margin-right: 0;
}

a {
  cursor: pointer;
}

.container.headerWr {
  position: relative;
  padding: 0;
}

.container.prel {
  position: relative;
}

.googlemapcanvas {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.affix-spacer {
  display: none;
}

.viewtype-selector i {
  top: 2px;
}

/* layout */
@media screen and (max-width: 992px) {
  .content-wrapper {
    background: white;
  }
}
@media screen and (min-width: 992px) {
  .content-wrapper {
    padding-right: 0;
  }
  .content-wrapper .content-body {
    background: white;
    padding: 15px;
  }
}

/* re-maketar */
.header-bar {
  font-family: 'Karla', sans-serif;
}
@media screen and (min-width: 992px) {
  .header-bar {
    width: 970px;
  }
}
.header-bar .mobile-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #333333;
}
.header-bar .mobile-nav .btn {
  border: none;
  color: #FFF;
  background: none;
  outline: none;
  position: relative;
}
.header-bar .mobile-nav .btn i {
  font-size: 2em;
}
.header-bar .mobile-nav .btn span {
  position: absolute;
  right: 0;
  top: 0;
  color: black;
  background: #1ec8f9;
  border-radius: 10px;
  width: 19px;
  font-weight: bold;
}
.header-bar .mobile-nav.affix {
  position: fixed !important;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
}
.header-bar .mobile-nav.affix + .affix-spacer {
  display: block;
  height: 46px;
}
@media screen and (min-width: 992px) {
  .header-bar {
    padding-top: 18px;
    color: white;
  }
}
.header-bar .col-logo img {
  margin-top: 6px;
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .header-bar .col-logo img {
    margin: 0 auto;
  }
}
.header-bar .col-info {
  text-align: right;
  font-size: 20px;
  text-shadow: 0 0 2px black, 0 0 1px black;
  color: white;
}
.header-bar .col-chat {
  position: relative;
}
.header-bar .col-chat .chat-bubble {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 53px;
  height: 36px;
  background: url("../bundles/spotliowebappfront/stayaspensnowmass/images/chat_trans.png") no-repeat;
}
.header-bar .col-chat .chat-bubble:hover {
  cursor: pointer;
}
.header-bar .header-tabs {
  font-size: 11px;
  font-weight: 700;
}
.header-bar .header-tabs .superheader-tab {
  float: left;
  position: relative;
  text-transform: uppercase;
  background: rgba(3, 96, 123, 0.6);
  border-radius: 8px 8px 0 0;
  height: 55px;
  color: white;
}
.header-bar .header-tabs .superheader-tab .supertext {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 -5px;
}
.header-bar .header-tabs .header-tab {
  display: inline-block;
  position: relative;
  top: 10px;
  float: left;
  white-space: nowrap;
  height: 30px;
  padding-left: 30px;
  padding-right: 2px;
  line-height: 30px;
  margin-right: 1px;
  text-transform: uppercase;
  text-align: center;
  background: rgba(3, 96, 123, 0.8);
  color: white;
  border-radius: 8px 8px 0 0;
}
.header-bar .header-tabs .header-tab.header-packages-tab {
  width: 133px;
}
.header-bar .header-tabs .header-tab i {
  font-size: 21px;
  line-height: 30px;
  position: absolute;
  left: 5px;
}
.header-bar .header-tabs .header-tab i.fa {
  font-size: 17px;
}
.header-bar .header-tabs .header-tab:not(.active):hover {
  cursor: pointer;
  background: rgba(6, 174, 222, 0.8);
  text-decoration: none;
}
.header-bar .header-tabs .header-tab.active {
  background: #1ec8f9;
}
.header-bar .header-tabs .header-tab.active:hover {
  text-decoration: none;
}
.header-bar .cart {
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  border-top-right-radius: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlYzhmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWVjOGY5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #1ec8f9), color-stop(50%, #1ec8f9), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, #1ec8f9, #1ec8f9 50%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(right, #1ec8f9, #1ec8f9 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, #1ec8f9, #1ec8f9 50%, rgba(0, 0, 0, 0));
}
.header-bar .cart i {
  font-size: 46px;
  line-height: 40px;
  height: 40px;
  display: block;
  position: relative;
  top: 3px;
}
.header-bar .cart .num-items {
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
  position: relative;
  top: 0px;
  font-size: 17px;
  font-weight: 700;
}
.header-bar .cart .price-items {
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
  position: relative;
  top: 0px;
  font-size: 17px;
  font-weight: 700;
}
.header-bar .cart .go-to-cart {
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
  position: relative;
  top: 0px;
  font-size: 17px;
  font-weight: 700;
  color: #33694F;
}
.header-bar .cart:hover {
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3Y2VmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzdjZWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #37cefa), color-stop(50%, #37cefa), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, #37cefa, #37cefa 50%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(right, #37cefa, #37cefa 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, #37cefa, #37cefa 50%, rgba(0, 0, 0, 0));
}
.header-bar .cart:hover .num-items, .header-bar .cart:hover .price-items, .header-bar .cart:hover .go-to-cart {
  top: -20px;
}

.mobile-search .col-xs-6 {
  padding: 0;
}
.mobile-search .col-xs-4 {
  padding: 0;
}
.mobile-search .col-xs-10 {
  padding: 0;
}
.mobile-search .col-xs-2 {
  padding: 0;
}
.mobile-search .col-xs-5 {
  padding: 0;
}
.mobile-search .col-xs-12 {
  padding: 0;
}
.mobile-search .btn {
  height: 41px;
  font-size: 18px;
  font-weight: bold;
  background: #1ec8f9;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-search .btn.call {
  background: #2dccf9;
}
.mobile-search .btn.activebutton {
  background: white;
  color: #333;
}
.mobile-search.affix {
  position: fixed !important;
  top: 46px;
  left: 0;
  right: -2px;
  margin: 0;
  z-index: 100;
}
.mobile-search.affix + .affix-spacer {
  display: block;
  height: 41px;
}
.mobile-search .dropdown-menu {
  left: auto;
  top: 38px;
  right: 0px;
}
.mobile-search .dropdown-menu > li > a {
  font-size: 17px;
  line-height: 35px;
}
.mobile-search .dropdown-menu > li > a:hover {
  background-color: #1ec8f9;
}

.search-bar {
  position: relative;
}
@media screen and (min-width: 992px) {
  .search-bar {
    width: 970px !important;
    max-width: 970px !important;
    min-width: 970px !important;
  }
  .search-bar.search-white {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.search-bar .search-panel {
  background-color: #1ec8f9;
  height: 50px;
  margin-bottom: 4px;
}
.search-bar .search-panel .search-plan-title {
  color: white;
  font-family: 'Karla', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 50px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.search-bar .search-panel .search-plan-title + div {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .search-bar .search-panel .search-plan-title + div {
    white-space: nowrap;
    left: -10px;
  }
}
@media screen and (min-width: 767px) {
  .search-bar .search-panel .search-plan-title {
    display: inline-block !important;
  }
}
.search-bar .search-panel .search-plan-title h1 {
  font-family: 'Karla', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
.search-bar .search-panel span.arrival, .search-bar .search-panel span.departure {
  display: inline-block;
  margin: 0;
  padding: 0px 5px;
  top: -10px;
  position: relative;
}
.search-bar .search-panel label.arrivalDate {
  vertical-align: top;
  margin: 0;
  font-size: 20px;
  line-height: 55px;
  margin-right: -46px;
  margin-left: 11px;
  z-index: 1;
  position: relative;
}
.search-bar .search-panel .search-input-wrapper {
  position: relative;
  margin-top: 9px;
  display: inline-block;
  width: 142px;
  height: 32px;
  border: 1px solid #2b323b;
  background: #EEE;
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 9px 10px 0 9px;
  /* datepicker */
  /* dropdown */
}
.search-bar .search-panel .search-input-wrapper:last-child {
  margin-right: 0;
}
.search-bar .search-panel .search-input-wrapper.smallinput {
  width: 110px;
}
.search-bar .search-panel .search-input-wrapper.submitinput {
  width: 134px;
  background: #DD381A;
}
.search-bar .search-panel .search-input-wrapper.submitinput .inputlabel {
  right: 0;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  padding-right: 0;
  color: white;
}
.search-bar .search-panel .search-input-wrapper.submitinput:hover {
  background: #e6472b;
  cursor: pointer;
}
.search-bar .search-panel .search-input-wrapper.active, .search-bar .search-panel .search-input-wrapper:hover {
  background: #fbfbfb;
}
.search-bar .search-panel .search-input-wrapper:hover {
  cursor: pointer;
}
.search-bar .search-panel .search-input-wrapper .inputlabel {
  font-family: 'Karla';
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 30px;
  line-height: 30px;
  text-align: right;
  color: #333;
  padding-right: 4px;
}
.search-bar .search-panel .search-input-wrapper .inputlabel.smalltext {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-right: 0;
  line-height: 31px;
  right: 22px;
}
.search-bar .search-panel .search-input-wrapper .inputicon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  display: block;
  text-align: right;
  padding-right: 5px;
  z-index: 5;
}
.search-bar .search-panel .search-input-wrapper .inputicon i {
  color: #333;
  line-height: 30px;
  font-size: 14px;
  top: 0;
}
.search-bar .search-panel .search-input-wrapper div.datewrapper {
  display: none;
  position: absolute;
  left: -30%;
  top: 29px;
  background: #fbfbfb;
  border: 1px solid #2b323b;
  z-index: 6;
  color: #333;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
}
.search-bar .search-panel .search-input-wrapper div.datewrapper .table-condensed {
  margin-left: 6px;
}
.search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker.datepicker-inline {
  width: 230px;
}
.search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker table tr td:hover, .search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker thead tr:first-child th:hover {
  background: white;
}
.search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker .day.active, .search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker .month.active, .search-bar .search-panel .search-input-wrapper div.datewrapper .datepicker .year.active {
  background: #1ec8f9;
  text-shadow: 0 1px 1px black;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown {
  z-index: 6;
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  right: 0;
  padding: 0;
  border: 1px solid #2b323b;
  background: #EEE;
  margin: 0 -1px;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown li {
  color: #333;
  list-style: none;
  padding-left: 96px10px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown li:hover {
  background: #fbfbfb;
  color: #666666;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

body:not(.ios) .search-bar.affix {
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -485px;
  z-index: 1000;
}
body:not(.ios) .search-bar.affix .search-panel {
  background-color: #1ec8f9 !important;
}
body:not(.ios) .search-bar.affix + .affix-spacer {
  display: block;
  height: 63px;
}

.search-bar.search-white .search-panel {
  background-color: #1ec8f9;
  border: 1px solid #DDD;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search-bar.search-white .search-panel {
    background: none;
    border: none;
  }
  .search-bar.search-white .search-panel .search-plan-title {
    display: none;
  }
  .search-bar.search-white .search-panel .col-xs-9 {
    width: 100%;
  }
  .search-bar.search-white .search-panel .col-xs-9 > div {
    width: 90%;
    margin-left: 10px;
  }
  .search-bar.search-white .search-panel .search-input-wrapper div.datewrapper {
    left: 13px;
    top: -101px;
  }
  .search-bar.search-white .search-panel .search-input-wrapper ul.dropdown {
    position: fixed;
    top: 87px;
    bottom: 0;
  }
  .search-bar.search-white .search-panel .search-input-wrapper ul.dropdown li {
    height: 40px;
    line-height: 40px;
  }
}

.step-wizard {
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .step-wizard {
    width: 970px !important;
    max-width: 970px !important;
    min-width: 970px !important;
  }
}
.step-wizard .step {
  position: relative;
  color: white;
  float: left;
  width: 20%;
  height: 40px;
  background-color: #5d5e5f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
}
.step-wizard .step:not(.step5):after {
  display: block;
  z-index: 2;
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 1px;
  border: 20px solid #5d5e5f;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.step-wizard .step:not(.step5):before {
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  right: -41px;
  top: 0;
  bottom: 0;
  width: 0px;
  border: 20px solid rgba(0, 0, 0, 0.1);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.step-wizard .step.step1.active {
  background-color: #1ec8f9;
}
.step-wizard .step.step1.active:after {
  border-left-color: #1ec8f9;
}
.step-wizard .step.step1.passed {
  background-color: #BBBBBB;
}
.step-wizard .step.step1.passed:after {
  border-left-color: #BBBBBB;
}
.step-wizard .step.step2.active {
  background-color: #1ec8f9;
}
.step-wizard .step.step2.active:after {
  border-left-color: #1ec8f9;
}
.step-wizard .step.step2.passed {
  background-color: #BBBBBB;
}
.step-wizard .step.step2.passed:after {
  border-left-color: #BBBBBB;
}
.step-wizard .step.step3.active {
  background-color: #1ec8f9;
}
.step-wizard .step.step3.active:after {
  border-left-color: #1ec8f9;
}
.step-wizard .step.step3.passed {
  background-color: #BBBBBB;
}
.step-wizard .step.step3.passed:after {
  border-left-color: #BBBBBB;
}
.step-wizard .step.step4.active {
  background-color: #1ec8f9;
}
.step-wizard .step.step4.active:after {
  border-left-color: #1ec8f9;
}
.step-wizard .step.step4.passed {
  background-color: #BBBBBB;
}
.step-wizard .step.step4.passed:after {
  border-left-color: #BBBBBB;
}
.step-wizard .step.step5.active {
  background-color: #1ec8f9;
}
.step-wizard .step.step5.active:after {
  border-left-color: #1ec8f9;
}
.step-wizard .step.step5.passed {
  background-color: #BBBBBB;
}
.step-wizard .step.step5.passed:after {
  border-left-color: #BBBBBB;
}
.step-wizard .step .step-number {
  font-family: 'Karla';
  font-weight: 700;
  margin-left: 20px;
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  border: 2px solid #FFF;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 2px;
  text-align: center;
}
.step-wizard .step:not(.step1) .step-number {
  margin-left: 30px;
}
.step-wizard .step .step-text {
  font-family: 'Karla';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 14px;
  margin-left: 7px;
}

body.ios .step-wizard.affix {
  position: relative;
}

body:not(.ios) .step-wizard.funnel-search.affix {
  top: 50px;
  left: 50%;
  margin-left: -485px;
  z-index: 100;
}
body:not(.ios) .step-wizard.funnel-search.affix + .affix-spacer {
  display: block;
  height: 50px;
}

@media screen and (min-width: 480px) {
  #list-location-wrapper {
    min-height: 900px;
  }
}
#list-location-wrapper .list-location-header {
  height: 64px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  color: gray;
  border-bottom: 1px solid #DDD;
  position: relative;
  top: -15px;
  padding-top: 15px;
}
#list-location-wrapper .list-location-header span {
  color: black;
}
#list-location-wrapper .list-location-map {
  margin: -14px -14px 0 -14px;
  height: 650px;
}
#list-location-wrapper .list-location-map #bigmap {
  height: 650px;
}
#list-location-wrapper .filtering-mess {
  display: none;
}
#list-location-wrapper .location {
  border-bottom: 1px solid #666666;
  padding: 5px 0;
}
#list-location-wrapper .location .location-header .location-image {
  position: relative;
}
#list-location-wrapper .location .location-header .location-image .location-mapmarker {
  position: absolute;
  top: 0;
  left: 15px;
}
#list-location-wrapper .location .location-header .location-image .button {
  font-family: 'Karla', sans-serif;
  color: white;
  line-height: 23px;
  height: 23px;
  text-align: center;
  background: rgba(30, 200, 249, 0.8);
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
}
#list-location-wrapper .location .location-header .location-main-info {
  font-family: 'Karla', sans-serif;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #list-location-wrapper .location .location-header .location-main-info {
    overflow-x: hidden;
  }
}
#list-location-wrapper .location .location-header .location-main-info .arrow {
  line-height: 67px;
  padding-right: 13px;
  color: #AAA;
}
#list-location-wrapper .location .location-header .location-main-info .rating {
  /*margin-top: 10px;
  margin-bottom: 5px;*/
  margin: 0;
}
#list-location-wrapper .location .location-header .location-main-info .rating a:hover {
  text-decoration: none;
}
#list-location-wrapper .location .location-header .location-main-info .rating i {
  float: left;
}
#list-location-wrapper .location .location-header .location-main-info .rating span {
  float: left;
  line-height: 16px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #list-location-wrapper .location .location-header .location-main-info .rating {
    margin: 0;
  }
  #list-location-wrapper .location .location-header .location-main-info .rating i {
    /*position: relative;
    top: 1px;*/
  }
}
#list-location-wrapper .location .location-header .location-main-info .title {
  font-size: 19px;
  font-weight: 700;
  color: #1ec8f9;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #list-location-wrapper .location .location-header .location-main-info .title {
    font-size: 13px;
    margin-bottom: 0px;
  }
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price {
  color: #1ec8f9;
  font-weight: 700;
  font-size: 20px;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .trail {
  color: #898989;
  font-size: 15px;
  font-weight: 200;
}
#list-location-wrapper .location .location-header .location-main-info .short-description {
  font-size: 15px;
  color: #666666;
}
#list-location-wrapper .location .location-header .location-avg-price {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #1ec8f9;
  text-align: right;
}
#list-location-wrapper .location .location-header .location-avg-price .average {
  font-size: 35px;
}
#list-location-wrapper .location .location-header .location-avg-price .average .dec {
  font-size: 28px;
}
#list-location-wrapper .location .location-header .location-avg-price .subprice {
  font-weight: 200;
  color: #666666;
  font-size: 15px;
  position: relative;
  top: -10px;
}
#list-location-wrapper .location .location-header .location-avg-price .booknow {
  font-weight: 200;
  color: #DD381A;
  font-size: 15px;
  position: relative;
}
#list-location-wrapper .location .location-header .location-avg-price .button-select-location {
  margin-top: 0px;
  background: #1ec8f9;
  color: white;
  height: 32px;
  border-radius: 32px;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  width: 110px;
}
@media screen and (min-width: 480px) {
  #list-location-wrapper .location .location-header .location-avg-price .button-select-location {
    margin-right: 17px;
  }
}
#list-location-wrapper .location .location-tabs {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #list-location-wrapper .location .location-tabs {
    margin-top: 0;
  }
}
#list-location-wrapper .location .location-tabs.closed .location-nav-tabs {
  border-bottom: none;
}
#list-location-wrapper .location .location-tabs .location-nav-tabs li {
  width: 140px;
  text-align: center;
}
#list-location-wrapper .location .location-tabs .location-nav-tabs li a {
  display: inline-block;
  border-radius: 0;
  color: #004165;
  background: #EEE;
  padding: 5px;
  border-color: #DDD;
  width: 130px;
  text-align: center;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 10px;
}
#list-location-wrapper .location .location-tabs .location-nav-tabs li.active a {
  margin-bottom: 0;
  height: 41px;
  background: #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  line-height: 30px;
  font-weight: 700;
  color: black;
  top: 2px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 480px) {
  #list-location-wrapper .location .location-tabs .location-tab-content {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #FAFAFA;
  }
  #list-location-wrapper .location .location-tabs .location-tab-content .description-tab {
    padding: 20px;
  }
}
#list-location-wrapper .location .locations-carousel .carousel-inner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
#list-location-wrapper .location .locations-carousel .carousel-inner img {
  margin: 20px auto;
  height: 300px;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
#list-location-wrapper .location .locations-carousel .carousel-control {
  background-image: none;
}
#list-location-wrapper .location .locations-carousel .carousel-control span {
  color: black;
}
#list-location-wrapper .location .locations-carousel .claim2 {
  text-align: center;
  background: #DD381A;
  height: 30px;
  padding: 5px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  #list-location-wrapper .location .locations-carousel .claim2 {
    display: none;
  }
}
#list-location-wrapper .location .googlemapcanvas {
  height: 300px;
  width: 100%;
  margin: 1px;
  position: relative;
}
#list-location-wrapper .location .googlemapcanvas > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 2px;
  border: 1px dashed #CCC;
}

.lodging-offer-container {
  position: relative;
  height: 40px;
  line-height: 20px;
  background: #1ec8f9;
  margin: 0 -15px 5px -15px;
  font-family: 'Karla', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lodging-offer-container {
    overflow-x: hidden;
    font-size: 13px;
    margin: 0 -15px;
    background: #EEE;
    color: black;
  }
}

.product {
  padding: 5px 0;
  margin: 0 15px;
  border-bottom: 2px dashed #D5D5D5;
}
@media screen and (max-width: 767px) {
  .product {
    border-bottom: 1px solid black;
    padding: 5px 0;
    margin: 0 15px;
  }
  .product.no-border {
    border-bottom: none !important;
  }
  .product.package-version {
    border-bottom: none;
  }
  .product.package-version .product-header {
    margin-bottom: 0;
    border-bottom: 2px solid #cecece;
  }
  .product.package-version .product-header .product-info .title {
    font-size: 15px;
    color: green;
  }
  .product.package-version .product-header .product-package .options a {
    width: 100%;
    margin: 10px 0;
  }
  .product:hover {
    background: #f0fffa;
    box-shadow: 0px 0px 3px #646464;
  }
}
@media screen and (min-width: 480px) {
  .product:hover {
    background: #f0fffa;
    box-shadow: 0px 0px 3px #646464;
  }
}
@media screen and (min-width: 480px) {
  .product:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .product.last {
    border-bottom: none;
    margin-bottom: -5px;
  }
}
.product:first-child .product-header {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .product:first-child .product-header {
    margin-top: 0;
  }
}
.product .arrow {
  line-height: 67px;
  padding-right: 13px;
  color: #AAA;
}
.product .product-header {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product .product-header {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.product .product-header .product-image .image-wrapper {
  max-height: 100px;
  overflow-y: hidden;
}
.product .product-header .product-image .button {
  font-family: 'Karla', sans-serif;
  color: white;
  text-align: center;
  background: rgba(30, 200, 249, 0.8);
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 25px;
  height: 25px;
  font-weight: 700;
  position: absolute;
  bottom: -10px;
  left: 15px;
  right: 15px;
}
.product .product-header .product-info .only-left {
  float: left;
  line-height: 14px;
}
.product .product-header .product-info .title {
  color: #1ec8f9;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product .product-header .product-info .title {
    font-size: 13px;
  }
}
.product .product-header .product-info .mobile-avg-price {
  color: #1ec8f9;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  text-align: right;
}
.product .product-header .product-info .mobile-avg-price .trail {
  color: #898989;
  font-size: 13px;
  font-weight: 200;
}
.product .product-header .product-info .rating {
  margin: 0;
  float: left;
  padding-right: 15px;
}
.product .product-header .product-info .rating a:hover {
  text-decoration: none;
}
.product .product-header .product-info .rating i {
  float: left;
}
.product .product-header .product-info .rating span {
  float: left;
  line-height: 16px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .product .product-header .product-info .rating {
    margin: 0;
  }
}
.product .product-header .product-description {
  padding: 10px 0;
}
.product .product-header .product-options {
  text-align: right;
}
.product .product-header .product-options .product-prices {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1ec8f9;
  text-align: right;
}
.product .product-header .product-options .subprice {
  font-weight: 200;
  color: #898989;
  font-size: 15px;
  text-align: right;
}
.product .product-header .product-options .button-select-accommodation {
  margin-top: 15px;
  background: #1ec8f9;
  color: white;
  height: 32px;
  border-radius: 32px;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 0 5px;
  width: 110px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product .product-header .product-options .button-select-accommodation {
    margin: 0;
    width: 100%;
  }
}
.product .product-tabs {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .product .product-tabs {
    margin: 0;
  }
}
.product .product-tabs .product-nav-tabs li {
  width: 130px;
  text-align: center;
}
.product .product-tabs .product-nav-tabs li:first-child {
  text-align: left;
}
.product .product-tabs .product-nav-tabs li:last-child {
  text-align: right;
}
.product .product-tabs .product-nav-tabs li a {
  margin-right: 0;
  display: inline-block;
  color: #C97109;
  background: #EEE;
  padding: 2px;
  border-color: #DDD;
  cursor: pointer;
  border-radius: 0;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
}
.product .product-tabs .product-nav-tabs li.active a {
  background: #FFF;
  margin-bottom: 0;
  height: 35px;
  border-bottom: none;
  line-height: 31px;
  color: #000;
  top: 2px;
}
.product .product-tabs .product-tab-content {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: white;
}
@media screen and (max-width: 767px) {
  .product .product-tabs .product-tab-content {
    border: none;
  }
}
.product .product-tabs .product-tab-content .description-tab {
  padding: 20px;
}
.product .products-carousel .carousel-inner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.product .products-carousel .carousel-inner img {
  margin: 20px auto;
  height: 300px;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 480px) {
  .product .products-carousel .carousel-control {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .product .products-carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.product .products-carousel .carousel-control span {
  color: black;
}
@media screen and (max-width: 767px) {
  .product .products-carousel .carousel-control span {
    color: white;
    font-size: 3em;
    line-height: 0;
  }
}
.product .claim {
  text-align: center;
  background: #DD381A;
  height: 30px;
  padding: 5px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .product .claim {
    display: none;
  }
}

.lodging-filters {
  background: white;
  padding: 0;
}
.lodging-filters .googlemapcanvas {
  height: 200px;
  width: 100%;
  margin: 1px;
  position: relative;
}
.lodging-filters .googlemapcanvas > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 2px;
}
.lodging-filters #summary_filters {
  font-family: 'Karla', sans-serif;
}
.lodging-filters #summary_filters .filters-applied-caption {
  margin-top: 5px;
  font-size: 16px;
}
.lodging-filters #summary_filters .filters-applied {
  list-style: none;
  padding-left: 0;
}
.lodging-filters #summary_filters .filters-applied li {
  line-height: 22px;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
  padding-top: 4px;
}
.lodging-filters #summary_filters .filters-applied li i {
  position: absolute;
  top: 4px;
  left: -2px;
  font-size: 20px;
  color: #dcdee1;
}
.lodging-filters #summary_filters .filters-applied li:hover {
  cursor: pointer;
}
.lodging-filters #summary_filters .filters-applied li:hover i {
  color: crimson;
}
.lodging-filters .filter-wrapper {
  background: white;
}
.lodging-filters .filter-wrapper .filter-caption {
  text-align: center;
  position: relative;
  background: #1ec8f9;
  color: white;
  height: 35px;
  display: block;
  font: 14px/35px Arial;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #06aede;
  border-bottom: 1px solid #06aede;
}
.lodging-filters .filter-wrapper .filter-caption i {
  position: absolute;
  right: 8px;
  top: 10px;
}
.lodging-filters .filter-wrapper .filter-cog i.fa {
  font-size: 14px;
  font-weight: normal !important;
  color: #CCC;
}
.lodging-filters .filter-wrapper .filter-pdesc {
  padding-left: 15px;
  color: #888;
  font-size: 11px;
}
.lodging-filters .filter-wrapper .filter-body {
  /* filter type slider */
  /* filter type checkbox */
}
.lodging-filters .filter-wrapper .filter-body .peak-link {
  display: inline-block;
  padding: 4px 30px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price {
  position: relative;
  padding: 0 10px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper {
  height: 22px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-min, .lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-max {
  position: absolute;
  top: 0;
  height: 24px;
  width: 50px;
  font-size: 10px;
  background: #808080;
  border-radius: 1px;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-min:after, .lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-max:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 38%;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-top-color: #808080;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-min {
  left: 13px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-ammounts-wrapper .amount-max {
  right: 13px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper {
  position: relative;
  height: 40px;
  padding: 10px 20px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper #avg-rate-slider {
  border: 5px solid #E5E5E5;
  border-radius: 24px;
  background: #FFF;
  height: 19px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper #avg-rate-slider .ui-slider-range {
  background: #1ec8f9;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper #avg-rate-slider .ui-slider-handle {
  border-radius: 40px;
  background: #55606e;
  border-color: #55606e;
  outline: none !important;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper #avg-rate-slider .ui-slider-handle:active, .lodging-filters .filter-wrapper .filter-body.filter-class-price .slider-wrapper #avg-rate-slider .ui-slider-handle:focus {
  outline: none !important;
}
.lodging-filters .filter-wrapper .filter-body.filter-name {
  padding: 10px;
}
.lodging-filters .filter-wrapper .filter-body.filter-name input {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 4px;
  color: gray;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p {
  padding: 10px 0;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option {
  position: relative;
  cursor: pointer;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .filter-checkbox {
  min-height: 30px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .filter-checkbox .filter-text {
  line-height: 26px;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
  color: gray;
  padding-left: 15px;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .checked {
  color: #24afb2;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .unchecked {
  color: #dcdee1;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .checked {
  display: none;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .unchecked {
  display: inline-block;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option.checked .checked {
  display: inline-block;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option.checked .unchecked {
  display: none;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option.checked .filter-text {
  color: #24afb2;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option:hover {
  background: #f2f2f2;
}

.product-package:first-child {
  margin-top: 3px;
}
.product-package .row {
  height: 40px;
  line-height: 30px;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  color: green;
}
.product-package .row .title {
  padding-left: 30px;
  font-size: 15px;
}
.product-package .row .title p.description {
  line-height: 15px;
  font-size: 11px;
  color: #000;
}
.product-package .row .price {
  font-size: 17px;
  font-weight: 700;
}
.product-package .row .options {
  padding-right: 30px;
  padding-top: 2px;
  text-align: right;
}

.cart-full {
  font-family: 'Karla', sans-serif;
}
.cart-full .cart-header {
  background: white;
}
.cart-full .cart-header > div {
  padding-left: 60px;
  padding-top: 30px;
}
.cart-full .cart-header h1 {
  font-size: 26px;
  color: #00568a;
}
.cart-full .cart-itinerary {
  background: white;
  padding: 50px 0;
}
.cart-full .cart-itinerary .itinerary-text {
  font-family: Helvetica;
  font-size: 19px;
  font-weight: 200;
  color: #e2001a;
}
.cart-full .cart-itinerary .itinerary-button {
  font-size: 13px;
  font-weight: 700;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e9e9e), color-stop(100%, #454545));
  background-image: -moz-linear-gradient(top, #9e9e9e, #454545);
  background-image: -webkit-linear-gradient(top, #9e9e9e, #454545);
  background-image: linear-gradient(to bottom, #9e9e9e, #454545);
  color: white;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 5px 24px;
  margin-right: 20px;
}
.cart-full .cart-itinerary .checkout-button {
  font-family: Helvetica;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOWYxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NzQwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f9f15), color-stop(100%, #45740f));
  background-image: -moz-linear-gradient(top, #5f9f15, #45740f);
  background-image: -webkit-linear-gradient(top, #5f9f15, #45740f);
  background-image: linear-gradient(to bottom, #5f9f15, #45740f);
  padding: 15px 30px;
  position: relative;
  left: 15px;
}
.cart-full .cart-products {
  background: white;
  padding-bottom: 20px;
}
.cart-full .cart-products .cart-product-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-full .cart-products .container:nth-child(2n) .cart-product-row {
  background: #e1e1e1 !important;
}
.cart-full .cart-proceed-checkout {
  background: white;
  padding-bottom: 60px;
}
.cart-full .cart-totals {
  background: white;
  padding-bottom: 20px;
}
.cart-full .cart-totals .cart-totals-table, .cart-full .cart-totals .cart-savings {
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
.cart-full .cart-totals .cart-totals-table .subtotal, .cart-full .cart-totals .cart-savings .subtotal {
  background: #dcdcdc;
}
.cart-full .cart-totals .cart-totals-table .taxes, .cart-full .cart-totals .cart-savings .taxes {
  background: #eeeeee;
}
.cart-full .cart-totals .cart-totals-table .total, .cart-full .cart-totals .cart-savings .total {
  background: #d1f2eb;
}
.cart-full .cart-totals .cart-savings {
  background: #d1f2eb;
}
.cart-full .location-name, .cart-full .product-name, .cart-full .info {
  color: #333;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.cart-full .info {
  color: #7d7d7d;
}
.cart-full .info .info-text {
  font-weight: 400;
}
.cart-full .cart-product-row {
  background: #EEE;
}
.cart-full .cart-product-row .product-image {
  position: relative;
  height: 127px;
  text-align: center;
  font-size: 70px;
  color: #808080;
  color: rgba(0, 0, 0, 0.4);
}
.cart-full .cart-product-row .product-image i, .cart-full .cart-product-row .product-image img {
  position: absolute;
  height: 78px;
  top: 50%;
  margin-top: -39px;
}
.cart-full .cart-product-row .product-image img {
  width: 104px;
}
.cart-full .cart-product-row .product-image i {
  right: 0;
  left: 0;
}
.cart-full .cart-product-row .product-image i:not(.fa) {
  font-size: 60px;
}
.cart-full .cart-product-row .price-column {
  padding-left: 0;
}
.cart-full .cart-product-row .price-column .price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.cart-full .cart-product-row .price-column .taxes {
  color: #808080;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  text-align: right;
}
.cart-full .cart-product-row .price-column .savings {
  color: #080;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.cart-full .package-part {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.cart-full .package-header {
  background: #1ec8f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  padding: 0 !important;
}
.cart-full .package-header .package-icon {
  text-align: center;
  font-size: 40px;
}
.cart-full .package-header .title {
  position: relative;
  font-size: 18px;
}
.cart-full .package-header .title span {
  color: black;
  display: block;
  margin-top: 3px;
}
.cart-full .package-header .remove-button {
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.cart-full .package-header .remove-button i {
  margin-right: 5px;
}
.cart-full .package-footer {
  background: #1ec8f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 !important;
  height: 20px;
  margin-bottom: 20px;
}
.cart-full .removal {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #AAA;
  color: #FFF;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.cart-full .removal i {
  margin-right: 5px;
}
.cart-full .lock {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cart-full .lock i {
  margin-right: 5px;
}

/* vista de carrit. upselling */
.upselling {
  background: #ECF6F8;
  border: 1px solid #D9E7EA;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
}
.upselling div {
  padding: 0;
}
.upselling p {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 1.3em;
}
.upselling a.col-xs-2 {
  padding: 0;
  margin: 10px 0;
}
.upselling a.col-xs-2:not(:last-child) {
  border-right: 1px solid #D9E7EA;
}
.upselling i {
  display: block;
  text-align: center;
  font-size: 38px;
  /*color: #AAA;*/
  line-height: 53px;
}
.upselling .text {
  display: block;
  text-align: center;
  color: #333;
}
.upselling a:hover {
  text-decoration: none;
}
.upselling a:hover i {
  color: #222;
}
.upselling a:hover .text {
  color: #222;
}

.cart-summary.cart-review-mobile {
  background: white;
  margin: 0 -15px;
}
.cart-summary.cart-review-mobile .summary-item {
  position: relative;
}
.cart-summary.cart-review-mobile .summary-item .remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cart-summary.cart-review-mobile .summary-item.package-header {
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  text-align: left;
  color: black;
}
.cart-summary.cart-review-mobile .summary-item.package-header span {
  font-weight: normal;
}
.cart-summary.cart-review-mobile .cart-totals {
  background: white;
}
.cart-summary.cart-review-mobile .cart-totals .cart-totals-table, .cart-summary.cart-review-mobile .cart-totals .cart-savings {
  font-weight: 700;
  line-height: 45px;
}
.cart-summary.cart-review-mobile .cart-totals .cart-totals-table .subtotal, .cart-summary.cart-review-mobile .cart-totals .cart-savings .subtotal {
  background: #dcdcdc;
}
.cart-summary.cart-review-mobile .cart-totals .cart-totals-table .taxes, .cart-summary.cart-review-mobile .cart-totals .cart-savings .taxes {
  background: #eeeeee;
}
.cart-summary.cart-review-mobile .cart-totals .cart-totals-table .total, .cart-summary.cart-review-mobile .cart-totals .cart-savings .total {
  background: #d1f2eb;
}
.cart-summary.cart-review-mobile .cart-totals .cart-savings {
  background: #d1f2eb;
}
.cart-summary.cart-review-mobile .cart-itinerary {
  background: white;
  padding: 10px 0 30px;
}
.cart-summary.cart-review-mobile .cart-itinerary .itinerary-text {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 200;
  color: #e2001a;
  text-align: center;
}
.cart-summary.cart-review-mobile .cart-itinerary .checkout-button {
  font-family: Helvetica;
  font-size: 16px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOWYxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NzQwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f9f15), color-stop(100%, #45740f));
  background-image: -moz-linear-gradient(top, #5f9f15, #45740f);
  background-image: -webkit-linear-gradient(top, #5f9f15, #45740f);
  background-image: linear-gradient(to bottom, #5f9f15, #45740f);
  padding: 10px 30px;
  position: relative;
  top: 15px;
  left: 15px;
}

/* cart summary */
.cart-summary .row {
  margin: 0;
}
.cart-summary > .row:nth-child(2n):not(:last-child):not(.summary-footer):not(.summary-header) {
  background: #f2f2f2;
}
.cart-summary .summary-item {
  border-bottom: 1px dashed #CCC;
  padding: 7px 0;
}
.cart-summary .summary-item .mini-removal {
  position: relative;
  z-index: 10;
  margin-right: 5px;
}
.cart-summary .summary-item .summary-title {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  margin-bottom: 0px;
}
.cart-summary .summary-item .summary-title .location-name {
  font-weight: 700;
  color: #1ec8f9;
}
.cart-summary .summary-item .summary-title .product-name {
  color: #666;
}
.cart-summary .summary-item .summary-info {
  padding: 0;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.cart-summary .summary-item .summary-info .info .info-label {
  color: black;
  display: block;
  padding-top: 5px;
}
.cart-summary .summary-item .summary-info .info .info-text {
  display: block;
}
.cart-summary .summary-item .summary-info .info.inline {
  padding: 0 15px;
}
.cart-summary .summary-item .summary-info .info.inline .info-label, .cart-summary .summary-item .summary-info .info.inline .info-text {
  display: inline-block;
}
.cart-summary .summary-item .summary-info .info.inline .info-text {
  padding-top: 5px;
  color: #1ec8f9;
}
.cart-summary .summary-item.summary-header {
  background: #1ec8f9;
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
}
.cart-summary .summary-item.summary-header .head-label {
  font-size: 18px;
}
.cart-summary .summary-item.package-header {
  font-size: 16px;
  background: #1ec8f9;
}
.cart-summary .summary-item.package-header span {
  color: black;
  display: block;
}
.cart-summary .summary-item.summary-footer {
  background: #1ec8f9;
  color: white;
  font-weight: 700;
}
.cart-summary .summary-item.summary-footer .summary-info .info.big {
  margin-top: 5px;
}
.cart-summary .summary-item.summary-footer .summary-info .info.big .info-label {
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
}
.cart-summary .summary-item.summary-footer .summary-info .info.big .info-text {
  color: #FFF;
  font-size: 20px;
  line-height: 16px;
  position: relative;
  left: -19px;
  font-weight: 700;
}
.cart-summary .summary-item.summary-footer .summary-info .info.pad {
  padding: 0 10px;
}
.cart-summary .summary-item.summary-footer .summary-info .info .info-label {
  color: white;
}
@media screen and (max-width: 992px) {
  .cart-summary .col-xs-6.summary-info.text-right {
    display: none;
  }
  .cart-summary .col-xs-6.summary-info.text-right + .col-xs-6.summary-info {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 16px;
    text-align: right;
    right: -6px;
  }
  .cart-summary.cart-review-mobile .summary-item .remove-button {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background-color: #AAA;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    position: absolute;
    padding: 4px 8px;
  }
}

#checkout-customer {
  padding: 15px 35px;
}

@media screen and (max-width: 767px) {
  .checkout-mobile {
    padding-left: 15px !important;
    padding-top: 30px;
  }
  .checkout-mobile .page-header {
    margin-top: 0;
  }
  .checkout-mobile .page-header.spaced {
    margin-top: 40px;
  }
  .checkout-mobile .login-or-register {
    padding-bottom: 30px;
  }
}

.checkout-body {
  font-family: 'Karla', sans-serif;
}
.checkout-body .page-header h2 {
  color: #1ec8f9;
}
@media screen and (max-width: 767px) {
  .checkout-body .page-header h2 {
    margin-top: 0;
  }
}
.checkout-body .button {
  font-family: Helvetica;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #45740f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOWYxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NzQwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f9f15), color-stop(100%, #45740f));
  background-image: -moz-linear-gradient(top, #5f9f15, #45740f);
  background-image: -webkit-linear-gradient(top, #5f9f15, #45740f);
  background-image: linear-gradient(to bottom, #5f9f15, #45740f);
  padding: 10px 30px;
  border: none;
  outline: none;
}
.checkout-body .button:hover {
  background: #60a115;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhY2MxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYTExNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7acc1b), color-stop(100%, #60a115));
  background-image: -moz-linear-gradient(top, #7acc1b, #60a115);
  background-image: -webkit-linear-gradient(top, #7acc1b, #60a115);
  background-image: linear-gradient(to bottom, #7acc1b, #60a115);
}
.checkout-body .button:active, .checkout-body .button:focus {
  outline: none;
  border: none;
}
.checkout-body .button.button-mt {
  margin-top: 20px;
}

label[for="form_ccexpireyear"] {
  color: white;
  color: transparent;
}

.forgot-password-link {
  line-height: 40px;
  font-size: 16px;
}

.bundle-page {
  font-family: 'Karla', sans-serif;
  padding-top: 0;
  padding-left: 0;
}
.bundle-page .bundle-body {
  background: #FFF;
  margin: 0px;
  padding: 15px 15px 70px 15px;
}
@media screen and (max-width: 991px) {
  .bundle-page .bundle-body {
    margin-right: -15px;
  }
}
.bundle-page .checkout-button {
  display: block;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOWYxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NzQwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f9f15), color-stop(100%, #45740f));
  background-image: -moz-linear-gradient(top, #5f9f15, #45740f);
  background-image: -webkit-linear-gradient(top, #5f9f15, #45740f);
  background-image: linear-gradient(to bottom, #5f9f15, #45740f);
  padding: 10px 30px;
}
.bundle-page .package-header .location-title {
  font-size: 26px;
  color: #1ec8f9;
}
@media screen and (max-width: 991px) {
  .bundle-page .package-header .location-title {
    font-size: 14px;
  }
}
.bundle-page .package-header .location-rating {
  font-size: 20px;
  margin: 0;
}
.bundle-page .package-header .location-rating a:hover {
  text-decoration: none;
}
.bundle-page .package-header .location-rating i {
  float: left;
}
.bundle-page .package-header .location-rating span {
  float: left;
  line-height: 16px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .bundle-page .package-header .location-rating {
    margin: 0;
  }
}
.bundle-page .package-header .package-name {
  font-size: 23px;
  color: #1ec8f9;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .bundle-page .package-header .package-name {
    font-size: 11px;
  }
}
.bundle-page .package-header .package-description {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7d7d7d;
}
@media screen and (max-width: 991px) {
  .bundle-page .package-header .package-description {
    margin: 3px 0;
    border-top: none;
    border-bottom: none;
  }
  .bundle-page .package-header .package-description .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.bundle-page .package-header .package-info-block > div {
  background: #e5e5e5;
  padding: 20px 10px;
}
.bundle-page .package-header .package-info-block .top-label, .bundle-page .package-header .package-info-block .bottom-label {
  font-size: 17px;
  color: #898989;
}
.bundle-page .package-header .package-info-block .top-label .old-price, .bundle-page .package-header .package-info-block .bottom-label .old-price {
  float: right;
}
.bundle-page .package-header .package-info-block .price {
  font-size: 38px;
  color: #434343;
  text-align: center;
  font-weight: 700;
}
.bundle-page .package-header .package-info-block .bottom-label {
  text-align: right;
}
.bundle-page .package-header .package-info-block .book-button {
  margin-top: 30px;
}
.bundle-page .package-header .package-info-block .book-button .bookit {
  text-transform: uppercase;
}
.bundle-page .package-header .package-info-block .book-button .bookit {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  color: white;
  line-height: 68px;
  height: 68px;
  font-size: 26px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkOWMxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNmYwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5d9c15), color-stop(100%, #426f0f));
  background-image: -moz-linear-gradient(top, #5d9c15, #426f0f);
  background-image: -webkit-linear-gradient(top, #5d9c15, #426f0f);
  background-image: linear-gradient(to bottom, #5d9c15, #426f0f);
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.bundle-page .package-header .package-info-block .book-button .bookit:hover {
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4YzkxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkOWMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78c91b), color-stop(100%, #5d9c15));
  background-image: -moz-linear-gradient(top, #78c91b, #5d9c15);
  background-image: -webkit-linear-gradient(top, #78c91b, #5d9c15);
  background-image: linear-gradient(to bottom, #78c91b, #5d9c15);
}
.bundle-page .package-header .package-info-block .book-button .bookit:active, .bundle-page .package-header .package-info-block .book-button .bookit:focus {
  outline: none;
  border: none;
}
.bundle-page .package-header .package-info-block .book-button .bookit i {
  font-size: 44px;
  position: relative;
  top: 13px;
}
.bundle-page .guide {
  margin: 10px 0;
}
.bundle-page .guide .bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVQIW2NkgIJNmzb9ZwSxQQw/Pz9GRhgDJAgAyIALGemeN2oAAAAASUVORK5CYII=);
  height: 10px;
  margin-top: 9px;
}
.bundle-page .guide .title {
  font-size: 19px;
  font-weight: 700;
  color: #f5af40;
  text-transform: uppercase;
}
.bundle-page .package-component-header {
  height: 35px;
  background: #e5e5e5;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .bundle-page .package-component-header {
    margin: 10px -15px;
  }
}
.bundle-page .package-component-header .coppericon-plus {
  display: none;
}
.bundle-page .package-component-header .coppericon-minus {
  display: block;
}
.bundle-page .package-component-header.closed .coppericon-plus {
  display: block;
}
.bundle-page .package-component-header.closed .coppericon-minus {
  display: none;
}
.bundle-page .package-component-header.closed:hover {
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(10%, #e5e5e5), color-stop(20%, #cccccc));
  background-image: -moz-linear-gradient(left, #e5e5e5 10%, #cccccc 20%);
  background-image: -webkit-linear-gradient(left, #e5e5e5 10%, #cccccc 20%);
  background-image: linear-gradient(to right, #e5e5e5 10%, #cccccc 20%);
}
@media screen and (max-width: 991px) {
  .bundle-page .package-component-header.closed:hover {
    background-image: none;
  }
}
.bundle-page .package-component-header .iconic, .bundle-page .package-component-header .separator, .bundle-page .package-component-header .text {
  display: inline-block;
  height: 35px;
  float: left;
}
.bundle-page .package-component-header .iconic {
  background: #1ec8f9;
  color: black;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  width: 35px;
}
.bundle-page .package-component-header .iconic.selected {
  background: #37cefa;
}
.bundle-page .package-component-header .iconic.required {
  background: #37cefa;
}
.bundle-page .package-component-header .iconic i {
  position: relative;
  top: 6px;
}
.bundle-page .package-component-header .iconic i.fa {
  top: -2px;
  font-size: 16px;
}
.bundle-page .package-component-header .separator {
  width: 35px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlYzhmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWVjOGY5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #1ec8f9), color-stop(50%, #1ec8f9), color-stop(50%, #e5e5e5), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top left, #1ec8f9, #1ec8f9 50%, #e5e5e5 50%, #e5e5e5);
  background-image: -webkit-linear-gradient(top left, #1ec8f9, #1ec8f9 50%, #e5e5e5 50%, #e5e5e5);
  background-image: linear-gradient(to bottom right, #1ec8f9, #1ec8f9 50%, #e5e5e5 50%, #e5e5e5);
}
.bundle-page .package-component-header .separator.selected {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3Y2VmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzdjZWZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #37cefa), color-stop(50%, #37cefa), color-stop(50%, #e5e5e5), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top left, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
  background-image: -webkit-linear-gradient(top left, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
  background-image: linear-gradient(to bottom right, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
}
.bundle-page .package-component-header .separator.required {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3Y2VmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzdjZWZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #37cefa), color-stop(50%, #37cefa), color-stop(50%, #e5e5e5), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top left, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
  background-image: -webkit-linear-gradient(top left, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
  background-image: linear-gradient(to bottom right, #37cefa, #37cefa 50%, #e5e5e5 50%, #e5e5e5);
}
.bundle-page .package-component-header .text {
  width: auto;
  line-height: 35px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .bundle-page .package-component-header .text {
    position: absolute;
    font-size: 13px;
  }
}
.bundle-page .package-component-body {
  border: 1px solid #EEE;
  margin-top: -10px;
  border-top: none;
  padding-top: 0px;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .bundle-page .package-component-body {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 5px;
  }
}
.bundle-page .package-component-body.template {
  border-top: 1px solid #EEE;
}
.bundle-page .package-component-body.template .mobile-version .mobile-row {
  margin: 3px 0;
}
.bundle-page .package-component-body .mobile-version .title {
  font-size: 13px;
  font-weight: 700;
  color: #f5af40;
  text-transform: uppercase;
  line-height: 45px;
}
.bundle-page .package-component-body .mobile-version .price {
  line-height: 45px;
}
.bundle-page .package-component-body .mobile-version .mobile-row {
  margin-bottom: 3px;
  margin-top: 3px;
}
.bundle-page .package-component-body > .row {
  margin-bottom: 5px;
  line-height: 34px;
}
.bundle-page .package-component-body .row.addmore {
  background: #efe;
  line-height: 34px;
}
.bundle-page .package-component-body .component-description {
  font-size: 14px;
  padding: 5px 15px;
  line-height: 21px;
  color: #666;
  border-bottom: 1px dashed #DDD;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .bundle-page .package-component-body .component-description {
    padding-left: 5px;
    padding-right: 10px;
  }
}
.bundle-page .package-component-body .component-description p {
  margin: 10px 0;
}
.bundle-page .package-component-body .component-description .required {
  color: crimson;
}
.bundle-page .package-component-body:last-child .drop .component-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.bundle-page .package-component-body .component-dropdown {
  position: relative;
}
.bundle-page .package-component-body .component-dropdown.qtty-dropdown {
  display: inline-block;
  width: 67px;
}
.bundle-page .package-component-body .component-dropdown .dropdown-toggle {
  position: relative;
  height: 34px;
}
.bundle-page .package-component-body .component-dropdown .dropdown-toggle .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 20px;
  line-height: 31px;
  overflow: hidden;
}
.bundle-page .package-component-body .component-dropdown .dropdown-toggle .caret {
  float: right;
  line-height: 31px;
  margin-right: 6px;
}
.bundle-page .package-component-body .component-dropdown .dropdown-menu {
  min-width: 294px;
}
.bundle-page .package-component-body .component-dropdown .dropdown-menu li {
  line-height: 25px;
  padding: 0 5px;
  white-space: nowrap;
}
.bundle-page .package-component-body .component-dropdown .dropdown-menu li:hover {
  background: #eee;
  cursor: pointer;
}
.bundle-page .package-component-body .price {
  color: #080;
  font-weight: 700;
}

.bundle-resume {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: white;
  margin: 0 -15px;
}
.bundle-resume .package-info-block {
  font-family: 'Karla', sans-serif;
  color: white;
}
.bundle-resume .package-info-block .block {
  margin-top: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 14px;
}
.bundle-resume .package-info-block .top-label {
  font-size: 17px;
}
.bundle-resume .package-info-block .top-label .from {
  font-weight: 700;
}
.bundle-resume .package-info-block .top-label .old-price {
  float: right;
}
.bundle-resume .package-info-block .price {
  font-weight: 700;
  font-size: 50px;
  text-align: right;
}
.bundle-resume .package-info-block .bottom-label {
  font-size: 17px;
  text-align: right;
}
.bundle-resume .package-desc-block {
  color: white;
}
.bundle-resume .package-desc-block .location {
  font-weight: 700;
  font-size: 24px;
  margin-top: 32px;
}
.bundle-resume .package-book-block .bookit {
  text-transform: uppercase;
  margin-top: 39px;
  border: 3px solid #FFF;
}
.bundle-resume .package-book-block .bookit {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  color: white;
  line-height: 68px;
  height: 68px;
  font-size: 26px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkOWMxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNmYwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5d9c15), color-stop(100%, #426f0f));
  background-image: -moz-linear-gradient(top, #5d9c15, #426f0f);
  background-image: -webkit-linear-gradient(top, #5d9c15, #426f0f);
  background-image: linear-gradient(to bottom, #5d9c15, #426f0f);
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.bundle-resume .package-book-block .bookit:hover {
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4YzkxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkOWMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78c91b), color-stop(100%, #5d9c15));
  background-image: -moz-linear-gradient(top, #78c91b, #5d9c15);
  background-image: -webkit-linear-gradient(top, #78c91b, #5d9c15);
  background-image: linear-gradient(to bottom, #78c91b, #5d9c15);
}
.bundle-resume .package-book-block .bookit:active, .bundle-resume .package-book-block .bookit:focus {
  outline: none;
  border: none;
}
.bundle-resume .package-book-block .bookit i {
  font-size: 44px;
  position: relative;
  top: 13px;
}

body.ios .bundle-resume.affix {
  position: relative !important;
}

body:not(.ios) .bundle-resume.affix {
  position: fixed;
  top: 0;
  height: 150px;
  width: 970px;
  background: #1ec8f9;
  z-index: 2;
}

/* bundle page */
.bundle-summary {
  background: #FFF;
  padding: 0;
}
.bundle-summary .button {
  width: 80%;
}
.bundle-summary #summary-cart {
  overflow-y: auto;
  overflow-x: hidden;
}

.bundle-summary-item {
  /* durations */
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  overflow: hidden;
  position: relative;
}
.bundle-summary-item:after {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1ec8f9;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .bundle-summary-item {
    /* durations */
    -webkit-transition: all 0.001s linear 0s;
    -moz-transition: all 0.001s linear 0s;
    transition: all 0.001s linear 0s;
  }
  .bundle-summary-item:after {
    -webkit-transition: all 0.001s linear 0s;
    -moz-transition: all 0.001s linear 0s;
    transition: all 0.001s linear 0s;
  }
}
.bundle-summary-item.ng-enter {
  max-height: 0;
}
.bundle-summary-item.ng-enter:after {
  opacity: 0;
}
.bundle-summary-item.ng-enter.ng-enter-active {
  max-height: 300px;
}
.bundle-summary-item.ng-enter.ng-enter-active:after {
  opacity: 1;
}
.bundle-summary-item.ng-leave {
  max-height: 300px;
}
.bundle-summary-item.ng-leave:after {
  opacity: 1;
}
.bundle-summary-item.ng-leave.ng-leave-active {
  max-height: 0;
}
.bundle-summary-item.ng-leave.ng-leave-active:after {
  opacity: 1;
}
.bundle-summary-item.ng-enter, .bundle-summary-item.ng-leave {
  display: block !important;
}

.bundle-package-row {
  /* durations */
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  overflow: hidden;
  /* initial */
    /*&.ng-enter { max-height: 0px; }
    &.ng-enter.ng-enter-active { max-height: 300px; }

    &.ng-leave { max-height: 300px; }
    &.ng-leave.ng-leave-active { max-height: 0px; }*/
}
@media screen and (max-width: 767px) {
  .bundle-package-row {
    width: 100%;
    margin: 0;
    /*-webkit-transition: all $mobile-animation-duration linear 0s;
       -moz-transition: all $mobile-animation-duration linear 0s;
            transition: all $mobile-animation-duration linear 0s;*/
  }
}
@media screen and (max-width: 767px) {
  .bundle-package-row .col-md-12 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .bundle-package-row .col-md-12 div {
    padding: 0 5px;
  }
}
.bundle-package-row .col-md-12 div .btn {
  width: 100%;
  padding: 2px 0px;
}

/* bundle cart summary */
.checkout-body.bookit-button {
  background: white;
  text-align: center;
  padding: 20px 0;
}

.bundle-card .search-bar.search-white .search-panel {
  border: 0 none;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .bundle-card .search-bar.search-white .search-panel {
    background: transparent;
    background-color: transparent;
  }
  .bundle-card .search-bar.search-white .search-panel .col-xs-9 {
    width: 100%;
  }
  .bundle-card .search-bar.search-white .search-panel .col-xs-9 .search-input-wrapper {
    width: calc(100% - 20px);
  }
}
#loader {
  background: #999;
  background: rgba(0, 0, 0, 0.2);
  height: 700px;
  position: relative;
  margin-bottom: 5px;
}

#bookloading-wrapper {
  margin-top: -193.5px;
  height: 387px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

#bookloading-cloud {
  height: 106px;
  background-image: url("../bundles/spotliowebappfront/stayaspensnowmass/images/loading/cloud.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 600px) {
  #bookloading-cloud {
    height: 53px;
    background-size: 100px;
    margin-top: 50px;
  }
}

#bookloading-snowflakes {
  height: 132px;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  #bookloading-snowflakes {
    height: 66px;
  }
}
#bookloading-snowflakes div {
  position: absolute;
  height: 24px;
  width: 23px;
  background-image: url("../bundles/spotliowebappfront/stayaspensnowmass/images/loading/snow.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #bookloading-snowflakes div {
    height: 12px;
    width: 12px;
    background-size: 100%;
  }
}
#bookloading-snowflakes .snowflake-1, #bookloading-snowflakes .snowflake-2, #bookloading-snowflakes .snowflake-3, #bookloading-snowflakes .snowflake-4 {
  left: 50%;
  top: 0;
}
#bookloading-snowflakes .snowflake-5, #bookloading-snowflakes .snowflake-6, #bookloading-snowflakes .snowflake-7 {
  left: 50%;
  top: 34px;
}
@media screen and (max-width: 600px) {
  #bookloading-snowflakes .snowflake-5, #bookloading-snowflakes .snowflake-6, #bookloading-snowflakes .snowflake-7 {
    top: 17px;
  }
}
#bookloading-snowflakes .snowflake-8, #bookloading-snowflakes .snowflake-9, #bookloading-snowflakes .snowflake-10 {
  left: 50%;
  top: 68px;
}
@media screen and (max-width: 600px) {
  #bookloading-snowflakes .snowflake-8, #bookloading-snowflakes .snowflake-9, #bookloading-snowflakes .snowflake-10 {
    top: 34px;
  }
}
#bookloading-snowflakes .snowflake-1 {
  -webkit-animation: flash 6.5s -0.6s ease both;
  -moz-animation: flash 6.5s -0.6s ease both;
  -ms-animation: flash 6.5s -0.6s ease both;
  -o-animation: flash 6.5s -0.6s ease both;
  animation: flash 6.5s -0.6s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 73px;
}
#bookloading-snowflakes .snowflake-2 {
  -webkit-animation: flash 6.4s -1.2s ease both;
  -moz-animation: flash 6.4s -1.2s ease both;
  -ms-animation: flash 6.4s -1.2s ease both;
  -o-animation: flash 6.4s -1.2s ease both;
  animation: flash 6.4s -1.2s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 23px;
}
#bookloading-snowflakes .snowflake-3 {
  -webkit-animation: flash 6.6s -3s ease both;
  -moz-animation: flash 6.6s -3s ease both;
  -ms-animation: flash 6.6s -3s ease both;
  -o-animation: flash 6.6s -3s ease both;
  animation: flash 6.6s -3s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: -27px;
}
#bookloading-snowflakes .snowflake-4 {
  -webkit-animation: flash 6.7s -4.5s ease both;
  -moz-animation: flash 6.7s -4.5s ease both;
  -ms-animation: flash 6.7s -4.5s ease both;
  -o-animation: flash 6.7s -4.5s ease both;
  animation: flash 6.7s -4.5s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: -77px;
}
#bookloading-snowflakes .snowflake-5 {
  -webkit-animation: flash 6.6s -2.25s ease both;
  -moz-animation: flash 6.6s -2.25s ease both;
  -ms-animation: flash 6.6s -2.25s ease both;
  -o-animation: flash 6.6s -2.25s ease both;
  animation: flash 6.6s -2.25s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 49px;
}
#bookloading-snowflakes .snowflake-6 {
  -webkit-animation: flash 6.6s -1.45s ease both;
  -moz-animation: flash 6.6s -1.45s ease both;
  -ms-animation: flash 6.6s -1.45s ease both;
  -o-animation: flash 6.6s -1.45s ease both;
  animation: flash 6.6s -1.45s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: -4px;
}
#bookloading-snowflakes .snowflake-7 {
  -webkit-animation: flash 6.8s -2.06s ease both;
  -moz-animation: flash 6.8s -2.06s ease both;
  -ms-animation: flash 6.8s -2.06s ease both;
  -o-animation: flash 6.8s -2.06s ease both;
  animation: flash 6.8s -2.06s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: -57px;
}
#bookloading-snowflakes .snowflake-8 {
  -webkit-animation: flash 6.2s -1.25s ease both;
  -moz-animation: flash 6.2s -1.25s ease both;
  -ms-animation: flash 6.2s -1.25s ease both;
  -o-animation: flash 6.2s -1.25s ease both;
  animation: flash 6.2s -1.25s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 69px;
}
#bookloading-snowflakes .snowflake-9 {
  -webkit-animation: flash 6.3s -2.4s ease both;
  -moz-animation: flash 6.3s -2.4s ease both;
  -ms-animation: flash 6.3s -2.4s ease both;
  -o-animation: flash 6.3s -2.4s ease both;
  animation: flash 6.3s -2.4s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 16px;
}
#bookloading-snowflakes .snowflake-10 {
  -webkit-animation: flash 6.7s -3.2s ease both;
  -moz-animation: flash 6.7s -3.2s ease both;
  -ms-animation: flash 6.7s -3.2s ease both;
  -o-animation: flash 6.7s -3.2s ease both;
  animation: flash 6.7s -3.2s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: -37px;
}
@media screen and (max-width: 600px) {
  #bookloading-snowflakes .snowflake-1 {
    -webkit-animation: flash 6.5s -0.6s ease both;
    -moz-animation: flash 6.5s -0.6s ease both;
    -ms-animation: flash 6.5s -0.6s ease both;
    -o-animation: flash 6.5s -0.6s ease both;
    animation: flash 6.5s -0.6s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 30px;
  }
  #bookloading-snowflakes .snowflake-2 {
    -webkit-animation: flash 6.4s -1.2s ease both;
    -moz-animation: flash 6.4s -1.2s ease both;
    -ms-animation: flash 6.4s -1.2s ease both;
    -o-animation: flash 6.4s -1.2s ease both;
    animation: flash 6.4s -1.2s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 10px;
  }
  #bookloading-snowflakes .snowflake-3 {
    -webkit-animation: flash 6.6s -3s ease both;
    -moz-animation: flash 6.6s -3s ease both;
    -ms-animation: flash 6.6s -3s ease both;
    -o-animation: flash 6.6s -3s ease both;
    animation: flash 6.6s -3s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -10px;
  }
  #bookloading-snowflakes .snowflake-4 {
    -webkit-animation: flash 6.7s -4.5s ease both;
    -moz-animation: flash 6.7s -4.5s ease both;
    -ms-animation: flash 6.7s -4.5s ease both;
    -o-animation: flash 6.7s -4.5s ease both;
    animation: flash 6.7s -4.5s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -30px;
  }
  #bookloading-snowflakes .snowflake-5 {
    -webkit-animation: flash 6.6s -2.25s ease both;
    -moz-animation: flash 6.6s -2.25s ease both;
    -ms-animation: flash 6.6s -2.25s ease both;
    -o-animation: flash 6.6s -2.25s ease both;
    animation: flash 6.6s -2.25s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 20px;
  }
  #bookloading-snowflakes .snowflake-6 {
    -webkit-animation: flash 6.6s -1.45s ease both;
    -moz-animation: flash 6.6s -1.45s ease both;
    -ms-animation: flash 6.6s -1.45s ease both;
    -o-animation: flash 6.6s -1.45s ease both;
    animation: flash 6.6s -1.45s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 0px;
  }
  #bookloading-snowflakes .snowflake-7 {
    -webkit-animation: flash 6.8s -2.06s ease both;
    -moz-animation: flash 6.8s -2.06s ease both;
    -ms-animation: flash 6.8s -2.06s ease both;
    -o-animation: flash 6.8s -2.06s ease both;
    animation: flash 6.8s -2.06s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -20px;
  }
  #bookloading-snowflakes .snowflake-8 {
    -webkit-animation: flash 6.2s -1.25s ease both;
    -moz-animation: flash 6.2s -1.25s ease both;
    -ms-animation: flash 6.2s -1.25s ease both;
    -o-animation: flash 6.2s -1.25s ease both;
    animation: flash 6.2s -1.25s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 25px;
  }
  #bookloading-snowflakes .snowflake-9 {
    -webkit-animation: flash 6.3s -2.4s ease both;
    -moz-animation: flash 6.3s -2.4s ease both;
    -ms-animation: flash 6.3s -2.4s ease both;
    -o-animation: flash 6.3s -2.4s ease both;
    animation: flash 6.3s -2.4s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: 5px;
  }
  #bookloading-snowflakes .snowflake-10 {
    -webkit-animation: flash 6.7s -3.2s ease both;
    -moz-animation: flash 6.7s -3.2s ease both;
    -ms-animation: flash 6.7s -3.2s ease both;
    -o-animation: flash 6.7s -3.2s ease both;
    animation: flash 6.7s -3.2s ease both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -15px;
  }
}

#bookloading-logo-wrapper {
  height: 100px;
  position: relative;
}
#bookloading-logo-wrapper #bookloading-logo {
  height: 100px;
  background-image: url("../bundles/spotliowebappfront/stayaspensnowmass/images/loading/logo.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: growup 10s 0s ease both;
  -moz-animation: growup 10s 0s ease both;
  -ms-animation: growup 10s 0s ease both;
  -o-animation: growup 10s 0s ease both;
  animation: growup 10s 0s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 600px) {
  #bookloading-logo-wrapper {
    height: 50px;
  }
  #bookloading-logo-wrapper #bookloading-logo {
    background-size: 50%;
  }
}

#bookloading-text, .bookloading-text {
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  height: 19px;
  font-family: Helvetica;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #bookloading-text, .bookloading-text {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
  }
}

.noresults-div {
  background: #999;
  background: rgba(0, 0, 0, 0.75);
  height: 700px;
  position: relative;
  margin-bottom: 5px;
}

#noresults-wrapper {
  margin-top: -178.5px;
  height: 357px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

#noresults-logo-wrapper {
  height: 100px;
  position: relative;
}
#noresults-logo-wrapper #noresults-logo {
  height: 100px;
  background-image: url("../bundles/spotliowebappfront/stayaspensnowmass/images/loading/logo.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: growup 10s 0s ease both;
  -moz-animation: growup 10s 0s ease both;
  -ms-animation: growup 10s 0s ease both;
  -o-animation: growup 10s 0s ease both;
  animation: growup 10s 0s ease both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 600px) {
  #noresults-logo-wrapper {
    height: 50px;
  }
  #noresults-logo-wrapper #noresults-logo {
    background-size: 50%;
  }
}

#noresults-text {
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  height: 19px;
  font-family: Helvetica;
  color: white;
  margin-top: 20px;
  line-height: 2em;
}
@media screen and (max-width: 600px) {
  #noresults-text {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
  }
}
#noresults-text a {
  color: #1ec8f9;
}

.footer {
  position: relative;
  margin-top: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  padding-top: 10px;
  min-height: 250px;
  border-bottom: 40px solid #000;
}
@media screen and (max-width: 991px) {
  .footer {
    margin-top: -1px;
    min-height: 150px;
  }
  .footer ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: -1px;
    min-height: 100px;
  }
  .footer ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .footer .container {
    /*width: 970px !important;
    max-width: 970px !important;
    min-width: 970px !important;*/
  }
}
.footer .col-banners a {
  display: block;
  width: 45%;
  float: right;
  margin-left: 5%;
}
.footer .col-banners a img {
  width: 100%;
  height: auto;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  display: block;
  float: none;
}
.footer ul li a {
  color: white;
}
@media screen and (max-width: 767px) {
  .footer ul li a {
    color: #FFF;
    font-size: 1.3em;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .footer ul li a {
    font-size: 1.6em;
    line-height: 50px;
  }
}
.footer p.text-info {
  margin-left: 54px;
  color: #1ec8f9;
}
.footer .lodging-info {
  margin-top: 40px;
  font-size: 1em;
  color: white;
}
.footer .lodging-info strong {
  color: white !important;
}
@media screen and (max-width: 767px) {
  .footer .lodging-info {
    font-size: 1em;
    margin-top: 5px;
  }
}
.footer .last-row {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .footer .last-row p {
    text-align: center;
    line-height: 39px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .last-row p {
    text-align: center;
    line-height: 39px;
    margin: 0;
  }
}
.footer .poweredby {
  height: 40px;
}
.footer .poweredby span {
  font-size: 15px;
  margin-right: 4px;
  color: #fff;
  line-height: 40px;
}
.footer .poweredby img {
  position: relative;
  width: 87px;
}
@media screen and (max-width: 767px) {
  .footer .poweredby span {
    font-size: 10px;
  }
  .footer .poweredby img {
    width: 44px;
  }
}
@media screen and (max-width: 991px) {
  .footer .poweredby span {
    font-size: 10px;
  }
  .footer .poweredby img {
    width: 44px;
  }
}

.checkout-review {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
}
.checkout-review .border-gray-right {
  border-right: 1px dashed #DDD;
}
.checkout-review .review-title {
  color: #BBB;
  font-weight: 700;
}
.checkout-review .review-value {
  padding-left: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-review .customer-requirement h4.media-heading {
    font-size: 14px;
  }
}
.checkout-review .customer-requirement.approved i.media-object {
  background: #64E2AB;
  color: white;
}
.checkout-review .customer-requirement.approved .media-body.title {
  background: #E6FAD4;
}
.checkout-review .customer-requirement i.media-object {
  background: #EEE;
  color: #AAA;
  float: left;
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #DDD;
}
.checkout-review .customer-requirement .media-body.title {
  padding: 10px;
  border: 1px solid #DDD;
  height: 70px;
  border-left: none;
  border-bottom: 1px dashed #DDD;
  background: #F8F8F8;
}
.checkout-review .customer-requirement .media.form {
  margin-left: 0;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top: 0;
  padding: 10px 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .checkout-review .customer-requirement .media.form {
    margin-left: 69px;
  }
}
.checkout-review .customer-requirement .media.form .form-label {
  line-height: 34px;
}
@media screen and (min-width: 480px) {
  .checkout-review .customer-requirement .media.form .form-label {
    text-align: right;
  }
}
.checkout-review .customer-requirement .media.form .has-error {
  color: #B94A48;
}
.checkout-review .customer-requirement .media.form .btn, .checkout-review .customer-requirement .media.form .btn:focus {
  outline: none;
}

.datepicker table tr td.invalid, .datepicker table tr td.invalid:hover {
  color: #D68A8A;
  background: #FCEFEF;
}

/* background overlay test */
.body-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.availability .m1, .availability .m2, .availability .m3, .availability .m4 {
  display: inline-block;
}
.availability .m1 .datepicker-inline, .availability .m2 .datepicker-inline, .availability .m3 .datepicker-inline, .availability .m4 .datepicker-inline {
  width: auto;
  margin: 0 6px;
}
.availability .m1 .datepicker-inline .datepicker-days, .availability .m2 .datepicker-inline .datepicker-days, .availability .m3 .datepicker-inline .datepicker-days, .availability .m4 .datepicker-inline .datepicker-days {
  display: inline-block !important;
}
.availability .m1 .datepicker-inline .day, .availability .m2 .datepicker-inline .day, .availability .m3 .datepicker-inline .day, .availability .m4 .datepicker-inline .day {
  border-radius: 0;
}
.availability .m1 .datepicker-inline .day.old, .availability .m2 .datepicker-inline .day.old, .availability .m3 .datepicker-inline .day.old, .availability .m4 .datepicker-inline .day.old {
  color: #DDD;
  background: #FFF;
}
.availability .m1 .datepicker-inline .day.old:hover, .availability .m2 .datepicker-inline .day.old:hover, .availability .m3 .datepicker-inline .day.old:hover, .availability .m4 .datepicker-inline .day.old:hover {
  cursor: default;
}
.availability .m1 .datepicker-inline .day.gray, .availability .m2 .datepicker-inline .day.gray, .availability .m3 .datepicker-inline .day.gray, .availability .m4 .datepicker-inline .day.gray {
  color: #999;
  background: #EEE;
}
.availability .m1 .datepicker-inline .day.gray:hover, .availability .m2 .datepicker-inline .day.gray:hover, .availability .m3 .datepicker-inline .day.gray:hover, .availability .m4 .datepicker-inline .day.gray:hover {
  cursor: default;
}
.availability .m1 .datepicker-inline .day.red, .availability .m2 .datepicker-inline .day.red, .availability .m3 .datepicker-inline .day.red, .availability .m4 .datepicker-inline .day.red {
  background: #FFE5E5;
  color: black;
}
.availability .m1 .datepicker-inline .day.green, .availability .m2 .datepicker-inline .day.green, .availability .m3 .datepicker-inline .day.green, .availability .m4 .datepicker-inline .day.green {
  background: #E5FFEE;
  color: black;
}

/* animaciones */
#loader {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* initial */
  opacity: 1;
  height: 700px;
  /* transition */
  /* hide ON */
}
@media screen and (min-width: 1200px) {
  #loader {
    /* durations */
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
  }
}
#loader.ng-hide-add, #loader.ng-hide-remove {
  position: absolute;
  width: 100%;
  top: 0;
  display: block !important;
  overflow: visible;
}
#loader.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.lodging-filters, .lodging-body {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* initial */
}
@media screen and (min-width: 1200px) {
  .lodging-filters, .lodging-body {
    /* durations */
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
  }
}
.lodging-filters.ng-enter, .lodging-body.ng-enter {
  opacity: 0;
}
.lodging-filters.ng-enter.ng-enter-active, .lodging-body.ng-enter.ng-enter-active {
  opacity: 1;
}
.lodging-filters.ng-hide, .lodging-body.ng-hide {
  opacity: 0;
}
.lodging-filters.ng-hide-remove.ng-hide-remove-active, .lodging-body.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.fadein {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
@media screen and (min-width: 1200px) {
  .fadein {
    /* durations */
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
  }
}
.fadein.ng-hide-add, .fadein.ng-hide-remove {
  opacity: 0;
  display: block !important;
}
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

/* animaciones */
.repeat-item {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* initial */
  opacity: 1;
  /* hide ON */
  /* transition */
  /* hide ON */
}
@media screen and (min-width: 1200px) {
  .repeat-item {
    /* durations */
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
  }
}
.repeat-item.ng-enter, .repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-item.ng-enter.ng-enter-active, .repeat-item.ng-leave {
  opacity: 1;
}
.repeat-item.ng-hide-add, .repeat-item.ng-hide-remove {
  display: block !important;
}
.repeat-item.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
.repeat-item.ng-hide {
  opacity: 0;
}
.repeat-item.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

/* animaciones */
.grow {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* initial */
  max-height: 400px;
  overflow: hidden;
  /* hide ON */
  /* transition */
  /* hide ON */
}
@media screen and (min-width: 1200px) {
  .grow {
    -webkit-transition: max-height 1s linear 0s;
    -moz-transition: max-height 1s linear 0s;
    transition: max-height 1s linear 0s;
  }
}
.grow.ng-enter, .grow.ng-leave.ng-leave-active {
  max-height: 0px;
}
.grow.ng-enter.ng-enter-active, .grow.ng-leave {
  max-height: 400px;
}
.grow.ng-hide-add, .grow.ng-hide-remove {
  display: block !important;
  overflow: hidden;
}
.grow.ng-hide-add.ng-hide-add-active {
  max-height: 0px;
}
.grow.ng-hide {
  max-height: 0px;
}
.grow.ng-hide-remove.ng-hide-remove-active {
  max-height: 400px;
}

.modal-dialog {
  width: 750px !important;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 97% !important;
  }
  .modal-dialog .modal-header h3 {
    font-size: 18px;
    margin: 0;
  }
  .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal-dialog .modal-footer .btn {
    width: 100%;
  }
  .modal-dialog .modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 5px;
  }
}

.header-tabs {
  z-index: 1;
}

body.noscroll {
  position: fixed;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body .carousel-indicators {
    left: 40%;
    width: 80%;
  }
  body .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  body .carousel-indicators .active {
    width: 22px;
    height: 22px;
  }
}

#list-location-wrapper .location {
  border-color: #d0d0d0;
}
#list-location-wrapper .location .locations-carousel .carousel-control span {
  color: white;
  font-size: 60px;
}
#list-location-wrapper .location .location-header .location-main-info {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#list-location-wrapper .location .location-header .location-main-info .title {
  color: #333333;
  font-size: 21px;
  line-height: 21px;
}
#list-location-wrapper .location .location-header .location-main-info .special {
  background-color: #ffd800;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
#list-location-wrapper .location .location-header .location-main-info .short-description {
  font-size: 13px;
  color: #666666;
  line-height: 17px;
}
#list-location-wrapper .location .location-header .location-main-info .short-description .wrapVillage {
  padding-bottom: 6px;
}
#list-location-wrapper .location .location-header .location-main-info .short-description .desc-label {
  font-weight: 700;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .average {
  float: right;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .strike {
  float: right;
  text-decoration: line-through;
  color: #cccccc;
  margin-right: 5px;
  font-size: 15px;
  line-height: 26px;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .strike span.currency {
  float: left;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .savings {
  float: right;
  clear: both;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .savings .int {
  background-color: #bf2c37;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
#list-location-wrapper .location .location-header .location-main-info .mobile-avg-price .otherCurrency {
  margin-top: 8px;
  float: right;
  width: 100%;
}
#list-location-wrapper .location .location-header .location-avg-price {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price {
  padding-bottom: 20px;
  line-height: 14px;
}
#list-location-wrapper .location .location-header .location-avg-price .otherCurrency {
  font-size: 14px;
}
#list-location-wrapper .location .location-header .location-avg-price .subprice {
  line-height: 14px;
  top: 0;
  float: right;
  clear: left;
  width: 100%;
  font-size: 12px;
  padding-bottom: 10px;
}
#list-location-wrapper .location .location-header .location-avg-price .button-select-location {
  margin: 0;
}
#list-location-wrapper .location .location-tabs {
  margin-top: 0;
}
#list-location-wrapper .location .location-tabs .location-nav-tabs li a {
  width: 100%;
  color: #333333;
  margin-bottom: 0;
}
#list-location-wrapper .location .location-tabs .location-nav-tabs li.active a {
  top: 0;
  line-height: inherit;
  height: auto;
}
#list-location-wrapper .location .location-tabs .location-tab-content .description-tab {
  font-size: 13px;
}

.product .product-tabs {
  border-bottom: 1px solid #dedede;
}
.product .product-tabs .product-nav-tabs li.active a {
  height: 28px;
  line-height: 20px;
  top: 0;
  font-weight: 400;
}
.product .product-tabs .product-nav-tabs li a {
  font-size: 13px;
  color: #333333;
  padding: 4px;
  width: 100%;
  margin-bottom: 0;
}
.product .product-tabs .tab-content .tab .description-tab,
.product .product-tabs .tab-content .tab .policies {
  font-size: 13px;
}
.product .product-tabs .tab-content .tab .availability {
  font-size: 13px;
}
.product .product-tabs .tab-content .tab .availability .m1,
.product .product-tabs .tab-content .tab .availability .m2,
.product .product-tabs .tab-content .tab .availability .m3 {
  text-align: center;
  width: 33%;
}
.product .product-tabs .tab-content .tab .availability.legend .m1 {
  width: 100%;
  text-align: left;
}
.product .products-carousel .carousel-control span {
  color: white;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .lpchat-container {
    display: none !important;
  }
}

.popover-content {
  font-size: 15px;
  font-weight: 400;
}

.search-panel .search-input-wrapper.submitinput {
  background: #1ec8f9 !important;
  border-radius: 15px;
  box-shadow: 0px 0px 0px;
}

.header-bar .header-tabs .superheader-tab:last-child {
  margin-left: 10px;
}
.header-bar .header-tabs .header-tab {
  padding-left: 35px;
  padding-right: 7px;
}
.header-bar .header-tabs .header-tab i.icon-wlodging {
  font-size: 28px;
  top: -1px;
  left: 3px;
}
.header-bar .header-tabs .header-tab i.icon-wlifttickets, .header-bar .header-tabs .header-tab i.icon-wlessons, .header-bar .header-tabs .header-tab i.icon-wrentals {
  font-size: 28px;
  left: 2px;
}
.header-bar .header-tabs .header-tab i.icon-additional {
  font-size: 34px;
  left: 0;
}
.header-bar .header-tabs .header-tab i.icon-wbus {
  font-size: 14px;
}
.header-bar .header-tabs .header-tab i.icon-wactivities {
  font-size: 18px;
  left: 10px;
}

.upselling i {
  color: #154666;
}
.upselling i.icon-wlodging, .upselling i.icon-wlifttickets, .upselling i.icon-wlessons, .upselling i.icon-wrentals, .upselling i.icon-additional {
  font-size: 60px;
}
.upselling i.icon-wbus {
  font-size: 25px;
}
.upselling i.icon-wactivities {
  font-size: 30px;
}

.lodging-offer-container {
  font-size: 20px;
  padding-top: 10px;
}

.rating i {
  color: #1ec8f9;
}
.rating i.active {
  color: #1ec8f9;
}
.rating i.inactive {
  color: #ddd;
}

.hlnks {
  background-color: #333333;
  border-radius: 0px 0px 4px 4px;
  padding: 0px;
  position: relative;
}
.hlnks .main-logo {
  padding: 0;
  position: absolute;
  height: 100%;
  background-color: #BF2C37;
}
.hlnks .main-logo img {
  width: 86%;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-top: 10px;
}
.hlnks ul {
  list-style: none;
  margin: 0;
}
.hlnks ul li {
  display: inline;
  width: 20%;
  text-align: center;
}
.hlnks ul li a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 30px 15px;
  text-decoration: none;
  color: #ffffff;
}
.hlnks ul li a:hover {
  color: #E5EAF0;
  text-decoration: none;
}

.cbp-spmenu-vertical {
  background-color: #333333 !important;
}
.cbp-spmenu-vertical a.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
}

.header-bar {
  position: relative;
  width: 100%;
}
.header-bar .col-logo {
  padding: 0;
}
.header-bar .col-info {
  padding: 0;
}
.header-bar .header-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
}
.header-bar .header-tabs .header-tab {
  background-color: rgba(179, 179, 179, 0.8);
  color: #000;
  border-radius: 1px 1px 0 0;
  padding-left: 8px;
  padding-right: 8px;
}
.header-bar .header-tabs .header-tab:not(.active):hover {
  background-color: rgba(217, 217, 217, 0.8);
  color: #000;
}
.header-bar .header-tabs .header-tab.active {
  background-color: white;
  color: #333333;
}
.header-bar .header-tabs .header-tab.active:hover {
  text-decoration: none;
}
.header-bar .cart {
  width: 20%;
  background-color: #1ec8f9;
  background-image: none;
  color: #333333;
  position: absolute;
  right: 0px;
  z-index: 2;
}
.header-bar .cart .col-xs-5 {
  width: 30%;
}
.header-bar .cart .col-xs-7 {
  width: 70%;
}
.header-bar .cart .num-items {
  color: #333333;
}
.header-bar .cart .go-to-cart {
  color: #333333;
}

.search-bar,
.search-bar.search-white {
  width: 100% !important;
  max-width: 1170px !important;
}
.search-bar .mountains-row,
.search-bar.search-white .mountains-row {
  position: relative;
  height: 2px;
  background: white;
}
.search-bar .search-panel,
.search-bar.search-white .search-panel {
  background: white;
}
.search-bar .search-panel .search-plan-title,
.search-bar.search-white .search-panel .search-plan-title {
  color: #333333;
}
.search-bar .search-panel .search-input-wrapper,
.search-bar.search-white .search-panel .search-input-wrapper {
  background: transparent;
  background-color: transparent;
  border-color: #333333;
}
.search-bar .search-panel .search-input-wrapper:hover,
.search-bar.search-white .search-panel .search-input-wrapper:hover {
  background: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.15);
}
.search-bar .search-panel .search-input-wrapper span.inputlabel, .search-bar .search-panel .search-input-wrapper span.inputicon,
.search-bar.search-white .search-panel .search-input-wrapper span.inputlabel,
.search-bar.search-white .search-panel .search-input-wrapper span.inputicon {
  color: #333333;
}
.search-bar .search-panel .search-input-wrapper span.inputlabel i, .search-bar .search-panel .search-input-wrapper span.inputicon i,
.search-bar.search-white .search-panel .search-input-wrapper span.inputlabel i,
.search-bar.search-white .search-panel .search-input-wrapper span.inputicon i {
  color: #333333;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown,
.search-bar.search-white .search-panel .search-input-wrapper ul.dropdown {
  background: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #333333;
  border-top: 0;
}
.search-bar .search-panel .search-input-wrapper ul.dropdown li,
.search-bar.search-white .search-panel .search-input-wrapper ul.dropdown li {
  color: #333333;
}
.search-bar .search-panel .search-input-wrapper.submitinput,
.search-bar.search-white .search-panel .search-input-wrapper.submitinput {
  border-radius: 0;
  border-color: #1ec8f9;
}
.search-bar .search-panel .search-input-wrapper.submitinput .inputlabel,
.search-bar.search-white .search-panel .search-input-wrapper.submitinput .inputlabel {
  color: #ffffff;
  background: #1ec8f9;
}
.search-bar .search-panel .search-input-wrapper.submitinput .inputlabel:hover,
.search-bar.search-white .search-panel .search-input-wrapper.submitinput .inputlabel:hover {
  background: #06aede;
}
.search-bar .search-panel .col-xs-9,
.search-bar.search-white .search-panel .col-xs-9 {
  width: 75%;
  float: right;
}
.search-bar.affix,
.search-bar.search-white.affix {
  margin-left: auto !important;
  left: auto !important;
  max-width: inherit !important;
}

body:not(.ios) .search-bar.affix .search-panel,
.search-bar.affix .search-panel {
  background-color: #FFFFFF !important;
}

.step-wizard {
  width: 100% !important;
  max-width: 1170px !important;
}
.step-wizard.affix {
  margin-left: auto !important;
  left: auto !important;
  max-width: inherit !important;
}

.footer .container {
  padding: 0;
}
.footer .container .footerExplanationTitle .title {
  color: #1ec8f9;
  font-size: 20px;
  text-align: center;
}
.footer .container .footerExplanationTitle .content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1.11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .container .footerExplanationTitle .content b, .footer .container .footerExplanationTitle .content strong {
  font-weight: 500;
}
.footer .container .footerImage {
  text-align: center;
}
.footer .container .footerImage img {
  margin-top: 22px;
}

.product:hover {
  background: none;
  /*margin: 0;
  padding: 5px 15px;*/
  box-shadow: inherit;
}
.product .product-header .product-info .title {
  color: #333333;
  font-size: 16px;
}
.product .product-header .product-info .short-description {
  font-size: 12px;
  font-weight: 300;
}
.product .product-header .product-options .product-prices {
  width: 100%;
  float: left;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
}
.product .product-header .product-options .product-prices .currency {
  font-weight: 400;
}
.product .product-header .product-options .product-prices .averagep {
  font-size: 24px;
  line-height: 24px;
}
.product .product-header .product-options .product-prices .normal {
  font-size: 20px;
  line-height: 20px;
}
.product .product-header .product-options .product-prices .subprice {
  font-weight: 300;
  font-size: 12px;
}
.product .product-header .product-options .product-prices .strike {
  float: right;
  text-decoration: line-through;
  color: #cccccc;
  margin-right: 5px;
  font-size: 15px;
  line-height: 26px;
}
.product .product-header .product-options .product-prices .strike span.currency {
  float: left;
}
.product .product-header .product-options .product-prices .current {
  float: right;
}
.product .product-header .product-options .product-prices .current span.currency {
  float: left;
}
.product .product-header .product-options .subprice {
  font-size: 13px;
  font-weight: 300;
}
.product .product-header .product-options .button-select-accommodation {
  background: #1ec8f9;
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid #1ec8f9;
}
.product .product-header .product-options .button-select-accommodation:hover {
  text-decoration: none;
  background: ligthen(#1ec8f9, 10%);
}

#list-location-wrapper .location .location-header .location-avg-price .from_price {
  width: 100%;
  float: left;
  line-height: 25px;
  color: #333333;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .strike {
  float: right;
  text-decoration: line-through;
  color: #888888;
  margin-right: 5px;
  font-size: 14px;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .strike span.currency {
  float: left;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .current {
  float: right;
  font-size: 31px;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .current .big {
  font-weight: 400;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .savings {
  float: right;
  margin-right: 10px;
}
#list-location-wrapper .location .location-header .location-avg-price .from_price .savings .int {
  background-color: #bf2c37;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
#list-location-wrapper .location .location-header .location-avg-price .button-select-location {
  background: #1ec8f9;
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#list-location-wrapper .location .location-header .location-avg-price .button-select-location:hover {
  text-decoration: none;
  background: #06aede;
}

.product-package .options .gtm-property-option-book-now {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #1ec8f9;
  border-color: #1ec8f9;
  border-radius: 2px;
}
.product-package .options .gtm-property-option-book-now:hover {
  color: #FFFFFF;
  background-color: #1ec8f9;
  border-color: #1ec8f9;
}
.product-package .options .gtm-property-option-select-offer {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #1ec8f9;
  border-color: #1ec8f9;
  border-radius: 2px;
}
.product-package .options .gtm-property-option-select-offer:hover {
  color: #FFFFFF;
  background-color: #1ec8f9;
  border-color: #1ec8f9;
}

.packageHeader {
  padding-top: 10px;
  border-bottom: 1px solid #7d7d7d;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #7d7d7d;
}
.packageHeader .title {
  color: #1ec8f9;
  padding-left: 0;
  font-weight: 700;
  font-size: 18px;
}
.packageHeader .savings,
.packageHeader .avg {
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  padding: 0;
}
.packageHeader .savings {
  padding-left: 5px;
}

.product-package .price {
  padding: 0;
}

.pkg_saving {
  color: #bf2c37;
  font-weight: 400;
  padding: 0;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 15px;
}

.bundle-page .package-component-body > .row.bundle-package-row {
  margin-bottom: 5px;
  margin-top: 5px;
}
.bundle-page .package-component-body > .row.bundle-package-row .date,
.bundle-page .package-component-body > .row.bundle-package-row .drop,
.bundle-page .package-component-body > .row.bundle-package-row .qtty {
  padding: 0px 5px;
}
.bundle-page .package-component-body > .row.bundle-package-row .price {
  padding: 0 5px 0 5px;
}
.bundle-page .package-component-body > .row.bundle-package-row .price span.altCurrency {
  font-weight: 400;
  color: #7d7d7d;
  float: left;
}

.bundle-summary-item .summary-title-supplier {
  color: #1ec8f9;
  line-height: 15px;
}
.bundle-summary-item .summary-title-group {
  color: #999999;
  line-height: 15px;
  padding-bottom: 5px;
}

.customizations.color {
  color: #1ec8f9;
}
.customizations.prcode-tab {
  background-color: #efefef;
  color: #333333;
}
.customizations.prcode-tab.active_ {
  background-color: #ffffff;
  color: #333333;
}
.customizations.prcode-tab-content {
  background-color: #ffffff;
}
.customizations.background {
  background-color: #1ec8f9;
  color: #333333;
}
.customizations.background.inverted {
  background-color: #fff;
  color: #333;
}
.customizations.background2 {
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
}
.customizations.background2.not-active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.customizations.background2.not-active.arrow {
  background-color: transparent;
}
.customizations.background2.not-active.arrow:after {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.customizations.cta1 {
  background: #1ec8f9;
  color: #ffffff;
  border: 1px solid #1ec8f9 !important;
}
.customizations.cta1:hover {
  text-decoration: none;
  background-color: #50d4fa;
}
.customizations.cta2 {
  color: #333333;
  background: #ffffff;
  border: 1px solid #333333 !important;
}
.customizations.cta3 {
  background: #45740f;
  background-color: #45740f;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.customizations.cta3:hover {
  background: #7bce1b;
  background-color: #7bce1b;
}
.customizations.cta4 {
  background: #1ec8f9;
  background-color: #1ec8f9;
  color: #333333;
  border: 1px solid #1ec8f9;
  text-decoration: none;
}
.customizations.cta4:hover {
  background: #dbdbdb;
  background-color: #dbdbdb;
}
.customizations.active-contrast {
  color: #333333;
  border-style-color: #333333;
}
.customizations.selected-element {
  color: #b7b7b7;
}

.header-bar .mobile-nav .text-right {
  padding-left: 0;
}
.header-bar .mobile-nav .text-right .btn {
  padding: 6px 0px;
  float: right;
  margin-right: 5px;
}
.header-bar .mobile-nav .text-right .btn span {
  color: #ffffff;
  right: -10px;
}
.header-bar .mobile-nav .text-right .phone {
  color: #ffffff;
  font-size: 35px;
  float: right;
  line-height: 48px;
  margin-right: 0;
}
.header-bar .mobile-nav .text-right .phone:hover {
  text-decoration: none;
}

.lodging-filters .filter-wrapper .filter-caption {
  background: #889097;
  background-color: #889097;
  border-bottom: 0 none;
  border-top: 1px solid #889097;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option .checked {
  color: #889097;
}
.lodging-filters .filter-wrapper .filter-body.filter-class-select-p .filter-option.checked .filter-text {
  color: #889097;
}

.yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay.active {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
}

.seach-options-yield .dropdownOptionsC.customizations.active-contrast,
.seach-options-yield .dropdownOptionsD.customizations.active-contrast {
  border-color: #2B323B !important;
}
.seach-options-yield .dropdownOptionsC.customizations.active-contrast::-ms-expand,
.seach-options-yield .dropdownOptionsD.customizations.active-contrast::-ms-expand {
  display: none;
}

.yield-soption.cal-header a.unMonth {
  border: 1px solid #2B323B !important;
  border-right: 0 none !important;
}

.yield-soption.cal-header #selectedMonth {
  border-top: 1px solid #2B323B !important;
  border-bottom: 1px solid #2B323B !important;
}

.yield-soption.cal-header a.inMonth {
  border: 1px solid #2B323B !important;
  border-left: 0 none !important;
}

.lodgingRequiredMessage {
  min-height: 600px;
  padding-top: 150px !important;
}
.lodgingRequiredMessage div {
  text-align: center;
}
.lodgingRequiredMessage div a {
  font-weight: 700;
}
