@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------
    Input type file
-----------------------------------------------------------------*/
.browse-file {
  display: block;
  position: relative;
  width: 80px;
  margin: auto;
  cursor: pointer;
  border: 0;
  height: 24px;
  border-radius: 2px;
  outline: 0;
  margin-top: 10px;
}
.browse-file:hover:after {
  background: #e5e5e5;
}
.browse-file:after {
  transition: 200ms all ease;
  background: #efefef;
  color: #000;
  border: 1px solid #4f4f4f;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "Browse";
  line-height: 24px;
  border-radius: 2px;
}

.image-remove {
  display: block;
  position: relative;
  width: 80px;
  margin: auto;
  cursor: pointer;
  border: 0;
  height: 24px;
  border-radius: 2px;
  outline: 0;
  margin-top: 10px;
  background: #a10c14;
  color: #fff;
  border: 1px solid #4f4f4f;
  font-size: 10px;
}
.image-remove:hover {
  background: #e5e5e5;
  color: #000;
}

/*--------------------------------------------------------------------
    Google
--------------------------------------------------------------------- */
.goog-te-combo {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

ul#top_links a.goog-te-menu-value {
  color: #000;
}
.fade.in {
  opacity: 0.75;
  background-color: #000;
}
.tour_list_desc .event_desc {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.pull-right {
  float: right !important;
}

.flat-row.section-client {
  padding: 60px 0 60px;
}

.section-client .title-section {
  margin-bottom: 30px;
}

.section-client .title-section .title {
  margin-bottom: 20px;
}

.flat-client .client {
  position: relative;
}

.client .featured-client {
  position: relative;
}

.client .featured-client:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
}

.client:hover .featured-client:before {
  background-color: rgba(0, 129, 255, 0.8);
}

.client .content-client {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 47px 5px 10px 34px;
  color: #fff;
}

.client .content-client .icon {
  float: left;
  margin-right: 10px;
}

.client .content-client .text {
  overflow: hidden;
  padding-top: 7px;
}

.client .content-client .text h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #fff;
}

.client .content-client .text a {
  color: #fff;
}

.flat-client.owl-theme .owl-controls .owl-nav div {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.icon-star:before {
  content: "\e80b";
}

.rating img {
  margin-right: 0.2em;
  line-height: 1em;
  margin-left: 0.2em;
}

.flat-client.owl-theme .owl-controls .owl-nav div {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
  margin-left: 0;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  margin-left: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
}

.owl-theme .owl-dots {
  text-align: center;
}

.list-group-item {
  padding: 0.75rem 0.75rem;
}

/*pagination*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*Admin*/

.card .profile-pic-lg {
  width: 180px;
  height: 180px;
  border: 0;
}

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

header.admin #logo_home h1 a {
  background-image: url(../img/logo_sticky.png);
}

.admin .main-menu > ul > li > a {
  color: #333;
}

.card-blue {
  border-color: #337ab7;
  border-radius: 4px;
}

.card-blue > .card-header {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.card-blue a {
  color: #337ab7;
}

.card-green {
  border-color: #5cb85c;
}

.card-green .card-header {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.card-green a {
  color: #5cb85c;
}

.card-red {
  border-color: #d9534f;
}

.card-red .card-header {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.card-red a {
  color: #d9534f;
}

.card-orange {
  border-color: #f26522;
}

.card-orange .card-header {
  border-color: #f26522;
  color: #fff;
  background-color: #f26522;
}

.card-orange a {
  color: #f26522;
}

.card-magenta {
  border-color: #662d91;
}

.card-magenta .card-header {
  border-color: #662d91;
  color: #fff;
  background-color: #662d91;
}

.card-magenta a {
  color: #662d91;
}

.card-gray {
  border-color: #818181;
}

.card-gray .card-header {
  border-color: #818181;
  color: #fff;
  background-color: #818181;
}

.card-gray a {
  color: #818181;
}

.cbp_tmicon {
  width: 25px;
  height: 25px;
  font-family: "fontello";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  color: #e04f67;
  background: #f9f9f9;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e04f67;
  text-align: center;
}

#top_2 {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: table;
  text-align: center;
  z-index: 1;
}

#top_2 .intro_title h1 {
  font-size: 38px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.sw-main .tab-content {
  border: 0;
}

/*admin photo*/
.divImgSmallList {
  max-height: 140px;
  margin-left: 5px;
  border: 1px solid #dedede;
  padding: 4px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.imgSmallList {
  max-height: 100px;
  margin-bottom: 5px;
}

.imgList {
  max-height: 255px;
  margin-left: 5px;
  border: 1px solid #dedede;
  padding: 4px;
  float: left;
  margin-bottom: 20px;
}

#list-accommodations .rating img {
  width: 14px;
  height: 14px;
  border: 0;
}

/* File input */

.file-input {
  border: 1px solid #dfdfdf;
  padding: 10px;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}

.file-input .file-preview {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.file-preview-frame {
  display: table;
  margin: 0 10px 10px 0;
  height: 150px;
  border: 0 none;
  box-shadow: none;
  padding: 0;
  float: left;
  text-align: center;
}

.no-touch .file-preview-frame:hover {
  box-shadow: none;
  background-color: transparent;
}

.help-block {
  font-size: 11px;
  font-style: italic;
}

/*--------------------------------------------------------------------
    Button
-------------------------------------------------------------------- */

/*
.btn {
    border-radius: 2px;
    text-decoration: none;
}
.btn-o {
    border-width: 1px;
    border-style: solid;
}
.btn-round {
    border-radius: 50px;
}
.btn-round {
    border-radius: 50px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs{
    padding: 4px 8px;
    font-size: 11px;
}
.btn.btn-round.btn-xs {
    display: inline-block;
    width: 100%;
    height: 22px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 12px;
    border-radius: 50px;
}
.btn-o.btn-primary {
    background-color: transparent;
    color: #0bacd3;
    border-color: #0bacd3;
}
.btn-o.btn-primary:hover {
    background-color: #0bacd3;
    color: #ffffff;
}
.btn-o.btn-success {
    background-color: transparent;
    color: #51bf87;
    border-color: #51bf87;
}
.btn-o.btn-success:hover {
    background-color: #51bf87;
    color: #ffffff;
}
.btn-o.btn-danger {
    background-color: transparent;
    color: #db5565;
    border-color: #db5565;
}
.btn-o.btn-danger:hover {
    background-color: #db5565;
    color: #ffffff;
}*/
/*radio button*/
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*event calendar*/

.media {
  background-color: inherit;
}

.media img {
  width: 100px;
  border: 1px solid #000;
}

.media-body {
  padding: 10px;
  border-top: 0;
}

.media-body h4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

#calendar hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #000;
}

.card {
  background-color: inherit;
}

/* .card img {
  height: 70px;
  border: 1px solid #000;
} */

.card-body {
  padding: 10px;
  border-top: 0;
}

.card-body h4 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

/*Trip timeline*/

.cbp_tmlabel h3 {
  margin-top: 5px;
}

.cbp_tmlabel p {
  color: #000;
  margin: 0 0 10px 0;
}

/*View Rating*/

.rating-listing {
  margin-bottom: 0;
}

#single_tour_desc ol.desc,
#single_tour_desc ul.desc {
  list-style: inherit;
  padding-left: 20px;
}

li .history ul,
li .history ol {
  padding-left: 14px;
  list-style: initial;
}

li .description ul,
li .description ol {
  padding-left: 14px;
  list-style: initial;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

.rating-listing li {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  margin-right: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
}

.rating-listing .social-links a {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.social-links a {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  color: #000;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-links {
  padding-right: 3px;
}

.social-links a:hover {
  background: #fff;
  color: #000;
}

/*view facility*/

.wrap-list {
  margin-bottom: 15px;
}

.wrap-list .list {
  padding-right: 80px;
}

.wrap-list ul li {
  margin-bottom: 10px;
}

.wrap-list .list li span {
  width: 20px;
  height: 20px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 19px;
  line-height: 20px;
  color: #0081ff;
  /* background-color: #0081FF; */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.upload_1 {
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .client .content-client {
    padding: 70px 5px 10px 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
