.notify-badge {
  position: absolute;
  right:10px;
  top:10px;
  text-align: center;
  color:white;
  padding:5px 10px;
  z-index: 2;
}

.bottom-radius {
  border-bottom-left-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important;
}

.badge-top-right {
  top: 8px;
  right: 8px;
  border-radius: .35rem;
}

.travel-border {
  border: 1px solid #009F92!important;
}
.travel-border-green {
  border-left: 1px solid #009F92;
  border-right: 1px solid #009F92;
  border-bottom: 1px solid #009F92;
}
.close-button {
  line-height: 1.8;
  height:42px;
}

.daterangepicker .drp-buttons {
  line-height: 52px;
}

.daterangepicker .drp-buttons .btn {
  height: 52px;
}

.daterangepicker .drp-calendar.right {
  padding-bottom: 0px;
}
/*Slider box*/
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.flat-slider.ui-slider {
  border: 0;
  background: #F4F4F4;
  border-radius: 7px;
}

.flat-slider.ui-slider-horizontal {
  height: 6px;
}

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}

.flat-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #009F92;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -10px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
}

.flat-slider .ui-slider-handle:hover {
  opacity: .8;
}

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 7;
  background: #009F92;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 6px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}

.custom-control-input-green:focus~.custom-control-label::before {
  border-color: #009F92 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
  border-color: #009F92 !important;
  background-color: #009F92 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
  border-color: #009F92 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #009F92 !important;
}

/*Search box*/
.bootstrap-select .dropdown-menu.show {
  transform: unset !important;
}

.bootstrap-select>.dropdown-toggle {
  height: 52px !important;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
  color: #5C5C5C;
}

.bootstrap-select .dropdown-menu li a:hover {
  background: #009F92;
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  display: none;
}

.dropdown-menu .dropdown-item {
  padding: 12px 12px 12px 12px;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #656565;
  text-decoration: none;
  background-color: #F4F4F4;
}

.bs-searchbox .form-control {
  height: 52px;
  border: 1px solid #fff;
  font-size: 14px;
  padding-left: 45px;
  color: #656565;
}

.bs-searchbox:before {
  font-family: 'icomoon';
  font-weight: normal;
;
  content: "\e90a";
  position: absolute;
  padding-left: 14px;
  padding-top: 12px;
  font-size: 18px;
  color: #BDBDBD;
}

​ .bs-searchbox .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #009F92;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #009F92 !important;
  outline: 0px !important;
  border-radius: 0% !important;
}

.filter-option-inner-inner {
  line-height: 40px;
  margin-left: 1px;
  margin-top: 1px;
}

.bootstrap-select .no-results {
  padding: 10px 10px 10px 10px;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}

.bootstrap-select input {
  border-radius: 0% !important;
}

.bootstrap-select .dropdown-menu {
  border: 1px solid #009F92;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.bs-searchbox {
  padding: 0 !important;
}

/* Style the person tab */
.persons_tabcontent_pc {
  display: none;
  position: absolute;
  width: 296px;
  height: auto;
  border: 2px solid #eee;
  background: #FFF;
  z-index: 9999;
}

.persons_tabcontent_mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background: #FFF;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: hidden; // hide vertical
overflow-x: hidden; // hide horizontal
}

.disabled {
  display: none !important;
}

.enabled {
  display: block !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #009F92;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #009F92 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ring-room {
  display: none;
  position: relative;
  width: 40px;
  height: 31px;
}

.lds-ring-room div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  margin: 3px;
  border: 3px solid #009F92;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #009F92 transparent transparent transparent;
}

.lds-ring-room div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring-room div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring-room {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.avatar {
  max-height: 200px;
}

.cards {
  width: 55px;
  height: 35px;
}

.btn-template {
  color: #fff;
  background-color: #009F92;
  border-color: #00877C;
}

.btn-template:hover {
  color: #fff;
  background-color: #009F92;
  border-color: #00877C;
}

.btn-template:focus, .btn-template.focus {
  color: #fff;
  background-color: #00B3A4;
  border-color: #009F92;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-template.disabled, .btn-template:disabled {
  color: #fff;
  background-color: #00877C;
}

.btn-template:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #009F92;
  border-color: #00877C;
}

.btn-template:not(:disabled):not(.disabled):active:focus, .btn-template:not(:disabled):not(.disabled).active:focus,
.show>.btn-template.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.circle-success {
  height: 60px;
  width: 60px;
  background-color: #009F92;
  border-radius: 50%;
  z-index: 1000;
  min-width: 60px;
  max-width: 60px;
  font-size: 40px;
}

.reservation-success {
  max-width: 300px;
}

.button-maxwidth {
  max-width: 300px;
}

.calculation-border {
  border: 1px solid #009F92;
}

.contact-button-justify {
  justify-content: center !important;
}

.textarea {
  min-height: 200px;
}

.show {
  display: block !important;
}

.filter-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #009F92;
  color: white;
  cursor: pointer;
}

.filters-sidebar {
  display: none; // toggle za button
}

.filter-options {
  border-bottom: 1px solid #dcdcdc;
}

.filter-ul {
  border-top: 1px solid #dcdcdc;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.text-white:hover a, .text-white:hover, .text-white:focus, .text-white:active {
  color: #fff;
}

.filter-options-title {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, .5);
  cursor: pointer;
  list-style-type: none;
  margin: 0;
}

.filter-options-title a {
  color: rgba(0, 0, 0, .5);
}

.filter-options-title:hover a, .filter-options-title:hover, .filter-options-title:focus, .filter-options-title:active {
  color: #009F92;
  background: #F4F4F4;
}

.filter-options-items {
  display: none; // togglaj ovo za otvaranje
}

.bg-blog {
  background: #F4F4F4;
}

.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:focus, .carousel-control-prev:focus {
  filter: none;
  opacity: 0.8;
  cursor: pointer;
}

.gallery-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.modal-backdrop.fade {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.dropdown-submenu {
  position: relative;
}

.bg-black {
  background: #000;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 100%;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.row [class*="col"],
.row [class*="col-"] {
  padding-right: 16px;
  padding-left: 16px;
}

body {
  /*font-family: 'Noto Sans', sans-serif;*/
  font-family: Roboto, Helvetica, sans-serif;
}

.footer-final {
  height: 98px;
  background: #333333;
}

.min-field {
  min-width: 230px;
}

.dropdown.show .dropdown-menu {
  /*max-height: 300px;*/
  opacity: 1;
}

/*Transition end*/
/*Hamburger*/
.travel-bg {
  background: #333333;
}

.reservation {
  overflow: hidden;
  height: 1%;
  margin-top: 0px;
}

.reservation-field {
  width: 100%;
  height: 60px;
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.reservation-room-field {
  width: 100%;
  height: 60px !important;
}

.bg-color {
  background: #F4F4F4;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.dropdown-item {
  color: rgba(0, 0, 0, .5);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #009F92;
  text-decoration: none;
  background-color: #F4F4F4;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #333333;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}

/*Hamburger end*/
#Hotelview .thumb {
  display: none;
}

#Hotelview .image {
  width: 100%;
  height: 252px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
}

#Hotelview .list-inline {
  white-space: nowrap;
  overflow: hidden;
}

#Hotelview .carousel-indicators {
  display: none;
}

.disable-input {
  outline: none;
  border: 0;
  pointer-events: none;
}

.circle {
  height: 42px;
  width: 42px;
  background-color: #009F92;
  border-radius: 50%;
  display: inline-block;
  z-index: 1000;
  min-width: 42px;
  max-width: 42px;
}

.line-between-icon {
  height: 100%;
  position: absolute;
  width: 50px;
  left: 0;
}

.line-between-icon-inner {
  display: block;
  lefT: 0;
  width: 50.5%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border-right: 1px dashed #b7b7b7;
}

.img-travel {
  width: 100%;
  height: auto;
;
  background-position: center 0;
  background-repeat: no-repeat;
}

.equipment {
  padding: .185rem .35rem;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-14 {
  font-size: 14px;
}

.icon-fix {
  margin-top: -1px;
  margin-right: 4px;
}

.font-size-12 {
  font-size: 12px;
}

.dropdown-menu {
  border: 0;
  padding: 10px;
  min-width: 250px;
  border-radius: 0;
  margin: 0;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.icon-chevron-down {
  float: right;
  padding-top: .3em;
}

.icon-chevron-right {
  float: right;
  padding-top: .35em;
}

.dropdown-item {
  padding: 0px 12px;
}

.navbar-nav>li>a:hover {
  background-color: #F4F4F4;
}

.navbar-nav {
  padding-top: 12px;
  font-weight: 300;
  line-height: 1.8;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.navbar-nav .nav-link {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 12px;
}

.dropdown-menu {
  padding: 0px;
}

.navbar-nav>li>a {
  border-bottom: 1px solid #dcdcdc;
}

.icon-menu {
  display: block;
}

.pointer-cursor {
  cursor: pointer;
}

.blog-center-cropped {
  width: 100%;
  height: 300px;
  /* 216px*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
}

.center-cropped {
  width: 100%;
  height: 296px;
  /* 216px*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
  border-top-left-radius: .35rem !important;
  border-top-right-radius: .35rem !important;
}

.center-cropped:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /*background: linear-gradient(to bottom, transparent 80%, black 100%);*/
  border-top-left-radius: .35rem !important;
  border-top-right-radius: .35rem !important;
}

.image-cat {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
  border-top-left-radius: .35rem !important;
  border-top-right-radius: .35rem !important;
  border-left: 1px solid #009F92;
  border-right: 1px solid #009F92;
  border-top: 1px solid #009F92;

}

.category-item {
  min-height: 147px;
}

.category-price {
  min-height: auto;
}

.category-color {
  background: #F4F4F4;
  border-bottom-left-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important;
}

.guide-cropped {
  width: 100%;
  height: 216px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
  border-top-left-radius: .35rem !important;
  border-top-right-radius: .35rem !important;
}

.guide-bottom {
  height: 123px;
  background-color: #fff;
  border-bottom-left-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important;
}

.featured {
  font-size: 24px;
}

.destination {
  line-height: 30px;
}

.on-top {
  z-index: 1000;
}

a:hover, a:active {
  text-decoration: none;
  color: #009F92;
}

.title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #656565;
  z-index: 2;
}

.details {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  z-index: 2;
}

.shadow-travel {
  box-shadow: 0 2px 6px #656565 !important;
}

.nav-link {
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link:focus, .nav-link:hover {
  color: #009F92 !important;
}

.dropdown-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.logo-menu {
  display: block !important;
  width: 162px;
  height: 40px;
}

.informations {
  height: 70px;
}

.picker-text:hover {
  color: #000;
  border-bottom: 2px solid #000 !important;
}

.picker-tab {
  width: 50%;
}

.picker-text {
  color: #656565;
  font-size: 16px;
  border-bottom: 2px solid #656565 !important;
  max-width: 100%;
  padding: 24px 0px 24px 0px;
  margin: 0px 0px 24px 0px;
}

.picker-text.active {
  border-bottom: 2px solid #009F92 !important;
  color: #009F92 !important;
}

.picker-icon {
  font-size: 24px;
  vertical-align: -3px;
}

.navbar-toggler {
  font-size: 24px;
  border: 0px;
  padding: 0;
  justify-content: right;
}

.header {
  height: auto;
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
}

.destination-link {
  color: #656565;
}

.destination-link:hover, .destination-link:focus, .destination-link:active {
  text-decoration: none;
  color: #009F92;
}

.green {
  color: #009F92 !important;
}

.template-color {
  color: #F4F4F4 !important;
}

.green a, .green:hover, .green:focus, .green:active {
  color: #009F92;
}

.bg-main {
  background: #333333;
}

.star {
  color: #FEBB02;
}

.bg-green {
  background: #009F92;
}

.bg-gray {
  background: #656565;
}

.picker {
  background: #F4F4F4;
}

.newsletter {
  background: #333333;
  height: auto;
}

.icon-share {
  font-size: 16px;
}

.sc-box {
  width: 100%;
  height: 30px;
}

.fbcol {
  background-color: #4776B6;
}

.twcol {
  background-color: #5599F5;
}

.picol {
  background-color: #AB001F;
}

.whcol {
  background-color: #4DC236;
}

.vicol {
  background-color: #7C4B9E;
}

.macol {
  background-color: #DB534B;
  color: #fff;
}

.incol {
  background-color: #DD2A7B;
  color: #fff;
}

.icon-viber:before {
  content: "\e900";
  color: #fff !important;
}

.newsletter-button {
  min-width: 111px;
  width: 111px;
  height: 42px;
  min-height: 42px;
}

.button-template {
  min-width: 111px;
  width: 111px;
  height: 42px;
  min-height: 42px;
}

.button-size-default {
  width: 100%;
  height: 42px;
  min-height: 42px;
}

.button-size-date-change {
  width: 100%;
  height: auto;
}

.d-block {
  display: none !important;
}

.picker-pc {
  display: none;
}

.nav-tabs {
  border: 0px;
  margin: 0 16px 0 16px;
}

.nav-tabs .nav-link {
  border: 0px;
}

.nav-tabs .nav-link.active {
  background: #F4F4F4;
}

.travel {
  padding-left: 16px;
  padding-right: 16px;
  height: 60px;
}

.travel-desc {
  min-height: 50px;
}

.travel-dest {
  width: 100%;
  border: 4px solid #333333;
  border-radius: 5px 5px 0px 0px;
}

.travel-date-mobile-left {
  border: 4px solid #333333;
  border-top: 0px;
  width: 100%;
}

.travel-date-mobile-hotelview {
  width: 100%;
  border: 4px solid #333333;
  border-radius: 5px 5px 0px 0px;
}
}

.travel-date-mobile-right {
  border: 4px solid #333333;
  border-top: 0px;
  border-left: 0px;
  width: 100%;
}

.travel-date-mobile-last {
  border: 4px solid #333333;
  border-top: 0px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}

.travel-background {
  width: 100%;
  background-color: #333333;
  color: #FFF;
}

.travel-box {
  font-weight: 800;
}

.bottom-box {
  height: 318px;
  min-height: 318px;
}

.travel-form {
  font-size: 14px;
}

.travel-form:focus {
  border-color: #009F92;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 159, 146, 1);
}

.form-control-default {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #fff;
  color: #5C5C5C;
  padding-left: 45px;
  -webkit-appearance : caret;
}
/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

  .form-control-default {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background: #fff;
    color: #5C5C5C;
    text-indent: 20px;
  }
}}

.font-size-icon {
  font-size: 55px;
}

.icon-absolute {
  position: absolute;
  padding-left: 15px;
  font-size: 18px;
  color: #BDBDBD;
}

.guides-text {
  font-size: 18px;
}

.guides-text-line {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 48%;
  vertical-align: middle;
  margin: 0 auto;
  background: #009F92;
}

.quantity {
  max-width: 60px;
}

.text-color {
  color: #656565;
}

.radius {
  border-radius: .35rem !important;
}

.radius-r {
  border-top-right-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important;
}

.radius-l {
  border-top-left-radius: .35rem !important;
  border-bottom-left-radius: .35rem !important;
}

.btn-info {
  border-color: #009F92;
}

.picker-mobile {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 100%;
}

.travel-container {
  margin-top: 0px;
}

.tab-content {
  padding-top: 16px;
}

.reservation-bg {
  background: #EBEBEB;
}

.reservation-border {
  border: 1px solid #EBEBEB;
}

.reservation-border-inner {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  padding-left: 8px;
  padding-right: 8px;
}

.reservation-border-bottom {
  border-bottom: 1px solid #ced4da;
  padding-left: 8px;
  padding-right: 8px;
}

.form-control-reservation {
  padding-left: 10px;
  height: 42px;
}

.form-control-reservation:focus {
  border-color: #009F92;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 159, 146, 1);
}

.form-control-template {
  padding-left: 10px;
  height: 42px;
}

.form-control-template:focus {
  border-color: #009F92;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 159, 146, 1);
}

/* Tabs*/
#tabs .nav-link-travel.active {
  color: #fff !important;
  font-size: 10px;
  background-color: #009F92 !important;
  border-right: 1px solid #009F92 !important;
}

#tabs .nav-tabs-travel>a:hover {
  text-decoration: none;
  color: #009F92;
}

#tabs .nav-tabs-travel .nav-link-travel {
  position: relative;
  margin: 0;
  padding: 13px 0;
  font-size: 10px;
  font-weight: 700;
  color: #808285;
  background-color: #f4f4f4;
  text-transform: uppercase;
  border-right: 1px solid #d7d7d7;
}

.result-box {
  height: auto;
}

.circle-holder {
  justify-content: flex-start !important;
}

.circle-discount {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #FEBB02;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-discount-hotelview {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #FEBB02;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs-travel a:last-child {
  border-right: 0px !important;
}

.travel-box-height {
  min-height: 62px;
}

.box-bottom {
  height: auto;
  min-height: 124px;
  background-color: #F4F4F4;
  border-bottom-left-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important;
}

.box-text {
  font-size: 18px;
}

.box-text-bottom {
  position: absolute;
  bottom: 0;
}

.center-cropped-results {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
  height: 252px;
}

.center-cropped-results:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.icon-spacer {
  width: 25px;
}

.result-button {
  height: 42px;
}

td {
  cursor: pointer;
}

@media (min-width: 768px) {
  .cards {
    width: 65px;
    height: 35px;
  }

  .contact-button-justify {
    justify-content: flex-end !important;
  }

  .picker-pc {
    width: 100%;
    display: flex;
    margin: auto;
    right: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .picker-mobile {
    display: none;
  }

  .travel-box {
    border: 4px solid #333333;
    border-right: 0px;
  }

  .travel-box-last {
    border: 4px solid #333333;
    border-radius: 0px 5px 5px 0px;
  }

  .travel {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }

  .travel-form {
    font-size: 14px;
  }

  .travel-dest {
    height: 60px;
    border-radius: 5px 0px 0px 5px;
  }

  .travel-date {
    width: auto;
    min-width: 200px;
    height: 60px;
  }

  .travel-guests {
    width: auto;
    min-width: 180px;
    height: 60px;
  }

  .travel-search {
    width: 10%;
    height: 60px;
  }

  .picker {
    height: 276px;
  }

  .nav-link {
    border: 0;
  }

  .height-auto {
    height: auto;
  }

  .newsletter {
    background: #333333;
    height: auto;
  }

  .row [class*="col"],
  .row [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  #Hotelview .thumb {
    display: block;
    width: 80px;
    height: 64px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  #Hotelview .image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    background-color: #fff;
  }

  #Hotelview .list-inline {
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }

  #Hotelview .carousel-indicators {
    justify-content: left;
    height: 64px !important;
    display: flex;
    position: relative;
    margin: 0;
    overflow: hidden;
  }

  #Hotelview .carousel-indicators>li {
    width: 80px;
    height: 60px;
    border: 0px;
    margin: 0;
    margin-right: 12px;
  }

  #Hotelview .carousel-indicators>li.active img {
    display: block;
    opacity: 0.7;
  }

  .sc-box {
    width: 48px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .cards {
    width: 75px;
    height: 45px;
  }

  .circle-success {
    height: 120px;
    width: 120px;
    background-color: #009F92;
    border-radius: 50%;
    z-index: 1000;
    min-width: 120px;
    max-width: 120px;
    font-size: 100px;
  }

  .contact-button-justify {
    justify-content: flex-end !important;
  }

  .filter-toggle {
    display: none;
  }

  .filters-sidebar {
    border-top: 1px solid #ccc;
    display: block;
  }

  .navigation-category {
    max-width: 20%;
  }

  .m-more-less-content {
  span {
    display: inline;
  }

  .m-show-more, .m-show-less {
    color: blue;
    cursor: pointer;
    font-style: italic;
  }

  .m-show-more {
&:before {
   content: " ... more";
 }
}

.m-more-text {
  overflow: hidden;
  display: none;
}

.m-show-less {
  display: none;

&:before {
   content: " less";
 }
}

&.m-display-more {
.m-show-more {
  display: none;
}

.m-more-text {
  display: inline;
}

.m-show-less {
  display: inline;
}
}
}

.icon-chevron-down {
  display: none;
}

.icon-chevron-right {
  float: right;
  padding-top: .35em;
}

.container {
  width: 1200px !important;
  padding: 0;
  min-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.nav-item {
  width: auto;
}

.nav-tabs {
  padding-top: 24px !important;
}

.nav-link {
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-menu {
  display: none !important;
}

.header {
  display: block;
}

.navbar {
  border-top: 1px solid #ccc;
}

.navbar-height {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 60px;
}

.featured {
  font-size: 28px;
  font-weight: 400;
}

.text-color {
  color: #656565;
}

.picker-text {
  width: 243px;
  color: #656565;
  font-size: 18px;
  border-bottom: 2px solid #656565;
  min-width: 180px;
  padding: 24px 48px 24px 48px;
  margin: 0px 0px 24px 0px;
}

.picker {
  height: 276px;
  background: #F4F4F4;
  padding: 0;
}

.dropdown-menu {
  border: 1px solid #ccc;
}

.picker-pc {
  width: 1200px;
  display: flex;
  margin: auto;
  right: 0;
  left: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.picker-mobile {
  display: none;
}

.navbar-nav>li>a {
  border-bottom: 0px;
}

.nav-link {
  border: 0;
}

.dropdown-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.navbar-nav {
  padding-top: 0px;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.height-auto {
  height: auto;
}

.newsletter {
  background: #333333;
  height: 133px;
}

.destination {
  line-height: 30px;
}

.row [class*="col"],
.row [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.travel-container {
  margin-top: -122px;
}

.reservation {
  overflow: hidden;
  height: 1%;
  margin-top: 121px;
}

.tab-content {
  padding-top: 50px;
}

#tabs .nav-tabs-travel .nav-link-travel {
  position: relative;
  margin: 0;
  padding: 17px 0;
  width: 142px;
  max-width: 142px;
  font-size: 12px;
  font-weight: 700;
  color: #808285;
  background-color: #f4f4f4;
  text-transform: uppercase;
}

.result-box {
  height: 215px;
}

.circle-holder {
  padding-bottom: 1.0rem !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.circle-discount {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #FEBB02;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Hotelview .thumb {
  display: block;
  width: 80px;
  height: 64px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

#Hotelview .image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
}

#Hotelview .list-inline {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#Hotelview .carousel-indicators {
  justify-content: left;
  height: 64px !important;
  display: flex;
  position: relative;
  margin: 0;
  overflow: hidden;
}

#Hotelview .carousel-indicators>li {
  width: 80px;
  height: 60px;
  border: 0px;
  margin: 0;
  margin-right: 12px;
}

#Hotelview .carousel-indicators>li.active img {
  display: block;
  opacity: 0.7;
}

.icon-share {
  font-size: 24px;
}

.sc-box {
  width: 68px;
  height: 50px;
}
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.custom-control-label:before{
  background-color:#fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#009F92;
}
.custom-control-input:active~.custom-control-label::before{
  background-color:green;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #009F92;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: #009F92;
  border-radius: 50%;
  display: inline-block;
}