.form-list {
  padding-left: 0;
}
.form-list button {
  margin-top: 20px;
}
.form-list li div {
  width: 45%;
  display: inline !important;
}
#order-form-box {
  background-color: #dce5f2;
  border-radius: 5px;
  padding: 25px;
}
#topBar {
  background-image: url("../img/slider/3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
#topBar form {
  margin: 0 auto;
  width: 80%;
}
#topBar form input {
  display: inline;
}
#topBar form input[type="submit"] {
  width: 10%;
  border: none;
  background-image: url("../img/lupa.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
#topBar form input[type="text"] {
  margin: 0 auto;
  width: 89%;
  margin-top: 250px;
}
#featuresBar {
  padding: 0 0 25px 0;
}
#featuresBar div {
  text-align: center;
}
#featuresBar div img {
  height: 45px;
}
#featuresBar h5 {
  text-align: center;
  font-size: 15px;
}
#order-row-1 {
  border-radius: 5px;
}
#order-row-1 #trip-main-image-wrap {
  text-align: center;
}
#order-row-1 .trip-main-image {
  margin: 0 auto;
}
#order-row-1 #trip-order-box {
  background-color: #dce5f2;
  border-radius: 15px;
}
#order-row-1 #trip-order-box p.price {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
[class*="col-"] {
  background-clip: padding-box;
  border: 10px solid transparent;
}
#order-row-2 .rowcol {
  background-color: #dce5f2;
  margin-top: 25px;
  border-radius: 15px;
  padding: 25px;
}
#gallery {
  margin-top: 25px;
  text-align: center;
}
#gallery img {
  width: 50px;
}
#order-gallery {
  border-radius: 5px;
  background-color: #dce5f2;
  margin-top: 25px;
  padding: 25px;
}
#order-gallery img {
  margin-right: 15px;
  border-radius: 5px;
}
.trip-box {
  background: #e9eaeb;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  text-align: center;
}
.trip-box .description {
  text-align: left;
}
.trip-box div {
  width: 100%;
  text-align: left;
}
.trip-box table {
  height: 100%;
}
.trip-box p {
  text-align: right;
  margin-bottom: 0 !important;
}
.trip-box img {
  border-radius: 10px;
  max-height: 100%;
  height: 150px;
  max-width: 100%;
}
.trip-box span.price {
  font-size: 18px;
  font-weight: bold;
}
#cart-items tr th.empty {
  width: 100%;
  text-align: center;
}
.centertext {
  text-align: center;
}
#flashes {
  margin-top: 25px;
}
#order-variants {
  margin: 10px 0;
}
#order-variants span {
  display: block;
  font-size: 12px;
}
#order-variants span strong {
  font-size: 15px;
}
#order-variants input,
#order-variants label {
  display: inline !important;
}
#order-variants label {
  font-weight: bold;
}
.cart-item {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 25px;
}
#home-header {
  padding: 25px 0;
}
ol.breadcrumb {
  padding: 25px 0px;
  background-color: inherit;
}
ol.breadcrumb a {
  color: inherit;
}
a.colored {
  color: darkblue !important;
}
.btn-orange {
  border: none;
  color: #fff !important;
  background-color: #f2a129;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
}
.btn-orange:hover {
  text-decoration: none;
  color: #fff;
}
.btn-orange.btn-large {
  padding: 10px 30px;
}
footer {
  text-align: right;
}
footer li {
  display: inline;
  list-style-type: none;
  padding-right: 15px;
}
footer li a {
  text-decoration: none;
  color: #000;
}
.img-responsive {
  max-width: 100%;
  max-height: 100%;
}
#logo {
  max-width: 100%;
  max-height: 70px;
}
#paymentLogos img {
  max-height: 50px;
  max-width: 50px;
}
#main {
  min-height: 500px;
}
#similar {
  margin-top: 25px;
  padding: 25px;
  border-radius: 10px;
  background-color: #dce5f2;
}
#similar .similar-trip-box img {
  max-width: 100%;
}
#similar .price {
  text-align: right;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
#cart-icon {
  width: 30px;
}
#datepicker {
  background: white url("../img/icons/calendar.png") no-repeat 2% 50%;
  background-size: 25px;
  padding-left: 35px;
}
#navbarSearch input[type="search"] {
  width: 88%;
}
#navbarSearch button {
  background-image: url("../img/lupa.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border: 1px solid #ddd;
}
#categories {
  padding-left: 0;
}
#categories li {
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}
#categories a {
  color: inherit !important;
  text-align: left;
}
.zoom {
  transition: transform 0.2s;
}
.zoom:hover {
  transform: scale(1.08);
}
a,
a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
.btn {
  color: #fff !important;
}
.summary-box {
  margin-bottom: 25px;
}
.summary-box img {
  max-width: 250px;
}
.similar-name {
  height: 50px;
  display: block;
  text-align: center;
}
#fbicon {
  top: 7px;
  position: relative;
}
#fbicon img {
  height: 60%;
}
/*# sourceMappingURL=style.css.map */