body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f6f6f6;
}
a {
  color: #E02626;
  text-decoration: none
}
a:focus, a:hover {
  color: #d13e45;
  text-decoration: underline
}
.pricelist td{
  border: 0;
}
.pricelist tr {
  border: 0;
}
.table.pricelist>tbody>tr>td {
  border-top: 0;
}
/* Timeline.css */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  /* left: 50%; */
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 90%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  /* padding: 20px; */
  position: relative;
  left: 50px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  /* left: 50%; */
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}

/* .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  right: -15px;
  left: 0px;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  right: -14px;
  left: 0px;
} */

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #d4d4d4;
  border-width: 15px;
  top: 25px;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #d4d4d4;
  border-width: 10px;
  top: 25px;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.heading-inner {
  margin-top: 15px;
}
.timeline-body {
  padding: 20px;
}
.timeline-heading {
  border-bottom: 1px solid #d4d4d4;
}
.timeline-title {
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.grey {
  color: #fff;
  background-color: #999;
}
.orange {
  color: #fff;
  background-color: #F0AD4E;
}
.red {
  color: #fff;
  background-color: #D9534F;
}
@media (max-width: 767px) {
  .timeline > li > .timeline-badge {
    position: relative;
    float: left;
    right: -1px;
    margin: 0 5px -10px 0;
  }
  .timeline > li {
    margin-bottom: 55px;
  }
  .timeline > li > .timeline-panel {
    width: 100%;
    left: auto;
    content: "";
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 0;
    top: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 0;
    top: 0;
  }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 0;
    background-color: #eeeeee;
    /* left: 50%; */
    margin-left: 0;
  }
}

/* /Timeline.css */

.well {
  padding: 10px;
}
.well.inner {
  background-color: #FCF8E3;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.well.notice {
  background-color: #FCF8E3;
  width: 100%;
  padding: 0;
}
.well-inner-head {
  padding-left: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.well-inner-body {
  padding: 20px;
}
.btn {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #fff;
}
.btn:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: #E02626;
}
.jumbotron .btn {
  margin-top: 20px;
}
.jumbotron {
  padding: 25px;
  background: #E02626;
  /* Old Browsers */
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #E02626), color-stop(100%, #9D292E));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #E02626 0%, #9D292E 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE 10+ */
  background: linear-gradient(to bottom, #E02626 0%, #9D292E 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68b2f7', endColorstr='#0971e0', GradientType=0);
  /* IE6-9 */
}
.jumbotron h1 {
  color: #fff;
  font-size: 1.7em;
  text-shadow: 0px 0px 5px #ababab;
}
.jumbotron h1>small {
  color: #fff;
  font-size: 0.8em;
}
.header {
  /* background: #f2efe6;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2efe6), color-stop(81%, #f2efe6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f2efe6 0%, #f2efe6 81%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2efe6 0%, #f2efe6 81%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2efe6', endColorstr='#ffffff', GradientType=0); */
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border: none;
}
.header > h3 {
  margin-left: 15px;
  float: left;
}
.lead h4 {
  font-size: 1em;
  color: #4a4a4a;
  padding-bottom: 5px;
  border-bottom: 1px solid #4a4a4a;
}
.lead p {
  font-size: 0.7em;
  color: #4a4a4a;
}
.container {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border: 1px solid #d3d3d3;
}
p > strong {
  font-size: 0.9em;
}
.hotels-head {
  padding: 10px;
  color: #fff;
  background: #E02626;
  margin-left: -15px;
  margin-right: -15px;
}
.hotels-head h2 {
  margin: 0;
}
.hotels > address {
  margin-top: 5px;
}
.hotels > h5 {
  margin-bottom: 0;
  padding: 5px;
  color: #fff;
  background-color: #E02626;
}
.hotels img {
  width: 100%;
}
hr.dot {
  margin-top: 0;
  border-width: 1px 0 0;
  border-style: dotted;
  border-color: #d3d3d3;
  height: 1px;
  clear: both
}
.map img {
  border: 1px solid #d4d4d4;
}
thead > tr {
  border-top: 1px solid #ddd;
}
tr > td {
  border: 1px solid #ddd;
}
.footer-logo {
  margin-bottom: 20px;
}
ul.nav {
  margin-bottom: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #E02626
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff0f0;
}
