.hoteldescription .boxx ul {
    padding-left: 25px;
}


.otzivi-wrapper table input[type=text],
.otzivi-wrapper table textarea,
.otzivi-wrapper table select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.otzivi-wrapper table input[type=text]:focus,
.otzivi-wrapper table textarea:focus,
.otzivi-wrapper table select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.otzivi-wrapper table select {
  display: inline-block;
  width: auto;
}

.otzivi-wrapper table span {
  padding: 0 !important;
}

.otzivi-wrapper table textarea,
.otzivi-wrapper table input[name=num] {
  margin-top: 10px;
}


#tourdata {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border: none !important;
  background: #fff;
  padding: 20px 0 0 0 !important;
}

.container #maintable, .container #detail_rate {
    display: block;
}
.container #maintable td, .container #detail_rate td {
    padding: 10px;
    font-size: 0.9rem;
}

.tabsnew {
    margin-top: -30px!important;
}

div.px-0.text-secondary.text-justify div.main-wrapper{
    /* overflow: hidden; */
    width: 99%;
    margin: 0 auto;
}


table.v tr:first-child td p {
  word-wrap: break-word;
  line-height: 1em;
  width: .7em;
  width: 1ch;
  margin: auto;
}


table.v td {
  width: 30px;
  text-align: center;
}

.m_else{
  display:none
}


.tab-price-wrapper {
  display: flex;
}

.tab-wrapper-col {
  width: 50%;
}

.tab-wrapper-col ul {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  margin: 0;
  padding-left: 0;
}

.tab-wrapper-ul {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.tab-wrapper-ul .prev,
.tab-wrapper-ul .next {
  background: #fff;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #4c4c4c;
  cursor: pointer;
  transition: .3s color, .3s opacity;
}

.tab-wrapper-ul .prev:hover,
.tab-wrapper-ul .next:hover {
  color: #313131;
}


.tab-wrapper-col ul li {
  border-top: 1px solid #0984e3;
  border-bottom: 1px solid #0984e3;
  padding: 3px 8px;
  cursor: pointer;
  color: #0984e3;
  background: #fff;
  list-style: none;
  white-space: nowrap;
  transition: .3s color, .3s background;
}

.tab-wrapper-col ul li:hover {
  color: #fff;
  background: #0984e3;
}

.tab-wrapper-col ul li.active {
  color: #fff;
  background: #0984e3;
}

.tab-wrapper-col ul li:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #0984e3;
}

.tab-wrapper-col ul li:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #0984e3;
}

.tab-wrapper-col ul::-webkit-scrollbar { width: 4px; height: 0px;}
.tab-wrapper-col ul::-webkit-scrollbar-track {  background-color: #999;}
.tab-wrapper-col ul::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.tab-wrapper-col ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 5px;}
.tab-wrapper-col ul::-webkit-scrollbar-corner { background-color: #999;}
.tab-wrapper-col ul::-webkit-resizer { background-color: #c3c3c3;}


.price-wrapper-col {
  width: 50%;
}


.chart-container {
  height: auto !important;
}


table#top10 {
  width: 100%;
}

.collections-wrapper .top10-wrap {
  max-height: 400px;
  overflow: auto;
}

.collections-wrapper .top10-wrap::-webkit-scrollbar { width: 4px; height: 5px;}
.collections-wrapper .top10-wrap::-webkit-scrollbar-track {  background-color: #999;}
.collections-wrapper .top10-wrap::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.collections-wrapper .top10-wrap::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 5px;}
.collections-wrapper .top10-wrap::-webkit-scrollbar-corner { background-color: #999;}
.collections-wrapper .top10-wrap::-webkit-resizer { background-color: #c3c3c3;}


.collections-wrapper #top10 tr {
  background: #f9f9f9;
  transition: .3s background;
}

.collections-wrapper #top10 td {
  line-height: 13px !important;
}


.collections-wrapper #top10 tr:hover {
  background: #f1f1f1 !important;
}

.collections-wrapper #top10 tr td:first-child {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 8px;
  min-width: 100px;
}

.collections-wrapper #top10 tr td:first-child a,
.collections-wrapper #top10 tr td:nth-child(2) a {
  text-decoration: none !important;
}

.collections-wrapper #top10 tr td:nth-child(2) {
  color: #636e72;
}

.collections-wrapper #top10 tr td:nth-child(2) a {
  color: #0984e3;
  transition: .3s color;
}

.collections-wrapper #top10 tr td:nth-child(2) a:hover {
  color: #0b69b1;
}

.collections-wrapper #top10 td:first-child a.recalcprice {
  color: #00b894;
  transition: .3s color;
}

.collections-wrapper #top10 td:first-child a.recalcprice:hover {
  color: #00997b;
}

.collections-wrapper #top10 tr td:first-child img {
  margin-left: 5px;
}

.collections-wrapper #top10 tr td:last-child {
  text-align: right;
  padding-right: 8px;
  color: #636e72;
}

  .tab-price-wrapper {
    flex-direction: column;
  }

  .tab-wrapper-col,
  .price-wrapper-col {
    width: 100%;
  }
  .price-wrapper-col {
    margin-top: 40px;
  }

@media (max-width: 1149px) {
  .tab-wrapper-ul .prev,
  .tab-wrapper-ul .next {
    opacity: 1;
    pointer-events: auto;
  }
}



@media (max-width: 991px) {
  .collections-wrapper #top10 tr {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 4fr 1fr;
    grid-template-areas:
        "name price"
        "name date";
  }
  .collections-wrapper #top10 tr td:first-child {
    grid-area: price;
    justify-content: flex-end;
    padding: 5px;
  }

  .collections-wrapper #top10 tr td:nth-child(2) {
    grid-area: name;
    display: flex;
    align-items: center;
    padding-left: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .collections-wrapper #top10 tr td:last-child {
    grid-area: date;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



@media screen and (max-width: 540px) {
  .collections-wrapper table#top10 td:nth-of-type(1):before,
  .collections-wrapper table#top10 td:nth-of-type(2):before,
  .collections-wrapper table#top10 td:nth-of-type(3):before {
      content: none;
  }
  .collections-wrapper table#top10 td {
    padding: 0;
  }
  .collections-wrapper table#top10 tr:nth-child(2n+1) {
    background: #f9f9f9;
  }
  .collections-wrapper table#top10 tr,
  .collections-wrapper table#top10 {
    border: none !important;
  }
.collections-wrapper table div:nth-child(4),
.collections-wrapper table div:nth-child(9) {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.container h2 {
    margin: 0;
    text-align: center!important;
}
}







#modal_auth .modal-dialog {
  max-width: 400px !important;
  width: auto !important;
  max-height: 420px !important;
  margin: 0 auto !important;
  height: 420px !important;
  top: 30px;
}

@media screen and (max-width: 992px) {
  table#f1tbl1 > tbody > tr > td > div.clidata-box {
      margin: 0 0 10px 0 !important;
  }
}

#myorder tr:first-child td br:first-child {
  display: none;
}
#myorder tr:first-child h1 {
  color: #000;
  font-size: 25px;
  font-weight: normal !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 400px) {
  #reg_tbl td {
      display: block;
      line-height: 1.5em;
      width: 100% !important;
  }
  .s4 tr {
    margin: 0 !important;
  }
  
  
  
}

@media(max-width: 1450px) {
  .site-footer {
    padding-bottom: 65px !important;
  }
}


.__search {
  margin: 0 10px 20px 0 !important;
  border: none !important;
  padding: 10px 20px !important;
  height: auto !important;
  line-height: 30px !important;
  font-weight: bold !important;
  color: #007bff !important;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .25) !important;
  border-radius: 5px !important;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.__search input[type=submit] {
  background: #007bff !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 1px 20px !important;
  cursor: pointer !important;
  transition: .3s background;
}
.__search input[type=submit]:hover {
  background: #0068d8 !important;
}
.__search input[type=text],
.__search select,
#newForm input,
#newForm select {
  outline: 0 !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  margin: 0 10px 0 5px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.__search input[type=text]:focus,
.__search select:focus,
#newForm input:focus,
#newForm select:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.__rpr {
  border-radius: 5px !important;
  margin-top: 25px !important;
}
.__rpr span,
.__rpr a {
  border-radius: 0 !important;
  height: auto !important;
  width: auto !important;
  padding: .5rem .75rem !important;
  line-height: 1.25 !important;
  color: #007bff !important;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  margin: 0 !important;
  margin-left: -1px !important;
  transition: .15s border, .15s background, .15s color;
}
.__rpr span {
  color: #6c757d !important;
  pointer-events: none !important;
}
.__rpr a:hover {
  text-decoration: none !important;
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #007bff !important;
}

@media (max-width: 1249px) {
  .__search {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
  }
}

@media (max-width: 1000px) {
  .__hotels_list tr {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
  .__hotels_list tr td{
    width: auto !important;
  }
}

@media (max-width: 460px) {
.collections-wrapper #top10 tr td:first-child a, .collections-wrapper #top10 tr td:nth-child(2) a {
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    max-width: 200px;
}	
#top10 a[id^="s_"]:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 70%; */
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* position: relative; */
    /* max-width: 150px; */
}	
	
  .__search {
    grid-template-columns: 1fr !important;
    grid-gap: 0px !important;
  }

  .__search input[type=text],
  .__search select {
    margin: 0 !important;
  }
  .__search input[type=submit] {
    margin-top: 15px !important;
  }
}

#newForm {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .25);
  border-radius: 10px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.accommodation {
  /* margin: 30px 0 60px 0; */
}
#newForm a.btn {
  background: #007bff !important;
  font-size: 13px;
  color: #fff;
  transition: .15s background;
}
#newForm a.btn:first-child:hover {
  background: #d10202;
}
#newForm a.btn:last-child:hover {
  background: #006ee4 !important;
}
@media (max-width: 720px) {
  #newForm .icon_flight,
  #newForm .icon_nights {
    display: none;
  }
  #newForm {
    flex-direction: column;
    align-items: flex-start;
  }
  #newForm input,
  #newForm select {
    margin: 0 !important;
    width: 100% !important;
  }
  #nghts {
    margin-top: 10px;
  }
  #newForm a.btn {
    margin-top: 10px;
  }
}


ol:last-of-type,
ul:last-of-type {
  padding-left: 20px;
}
.container .m_else.else {
    display: none;
}
/*
.whydiv {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 5px;
}
*/
/*
.whyform {
  display: unset !important;
}
*/
.noshortspan {
  display: none;
}

.whyform center {
  /* display: grid; */
  /* display: flex; */
  align-items: center;
  flex-direction: column;
    grid-template-areas:
        "title"
        "descr"
        "button";
}

.whyform br {
  display: none;
}

span.whytitle {
  color: #0984e3 !important;
  transition: .3s color;
}

span.whytitle:hover {
  color: #086cb9 !important;
}

.whyform center input[name="whytitle"] {
  width: 100% !important;
  height: auto !important;
  padding: 5px;
  outline: none;
  grid-area: title;
  border: 1px solid #c2c2c2!important;
  border-radius: 3px !important;
  transition: .3s border;
  max-width: 210px !important;
  font-weight: normal;
}

.whyform center textarea[name="whybody"] {
  width: 100% !important;
  height: auto !important;
  min-height: 80px !important;
  max-height: 80px !important;
  outline: none;
  grid-area: descr;
  margin: 5px 0;
  padding: 5px;
  border-radius: 3px !important;
  border: 1px solid #c2c2c2;
  transition: .3s border;
}

.whyform center input[name="doSubmit"] {
  grid-area: button;
  margin-top: 5px;
  border: 1px solid #0984e3;
  padding: 5px 8px;
  cursor: pointer;
  color: #0984e3;
  background: #fff;
  border-radius: 4px;
  transition: .3s color, .3s background;
}

.whyform center input[name="doSubmit"]:hover {
  color: #fff;
  background: #0984e3;
}


.whyform center input[name="whytitle"]:focus,
.whyform center textarea[name="whybody"]:focus {
  border: 1px solid #1b1b1b;
}

.whyheader {
  font-size: 17px !important;
}

@media (max-width: 767px) {
  .whydiv {
    display: flex;
    flex-direction: column;
  }
  .whyform {
    margin-top: 10px;
  }

  .whyform center {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
    max-width: 400px;
  }
}









.main-container-step {
  margin: 30px 0;
  color: #2D3436;
  font-size: 21px;
}

.accordion-list {
  display: flex;
  flex-wrap: wrap;
}

.accordion-list a {
  width: 33.33%;
  color: #FF7800;
}

.accordion-list a:hover {
  color: #ce670d;
}

.accordion-list a:nth-child(3n+3) {
  text-align: right;
}

.accordion-list a:nth-child(3n+2) {
  text-align: center;
}

.accordion-btn {
  width: 100%;
  height: 100%;
  text-align: left;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 15px 20px !important;
}

.card-header {
  background: #EAFAFF !important;
  border-bottom: 1px solid #EAFAFF !important;
}

.card {
  border: 1px solid #EAFAFF !important;
}


@media (max-width: 767px) {
  .accordion-list a {
      width: 50%;
  }
  .accordion-list a:nth-child(2n+1) {
      text-align: left;
  }
  .accordion-list a:nth-child(2n+2) {
      text-align: right;
  }
}

@media (max-width: 399px) {
  .accordion-list a {
      width: 100%;
      text-align: left;
  }
  .accordion-list a:nth-child(2n+1) {
      text-align: left;
  }
  .accordion-list a:nth-child(2n+2) {
      text-align: left;
  }
}

.accordion .card h5 button.collapsed {
  border-bottom: 1px solid #a8edfe !important;
  border-radius: 0;
}

.accordion .card:last-child h5 button {
  border-bottom: none !important;
}



.site-footer-menu-item:nth-child(2) {
  text-align: center;
}

.site-footer-menu-item:last-child {
  text-align: right;
}

.site-footer-sm-footer {
  margin-top: 10px;
  display: none;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* .site-footer-sm-footer a,
.site-footer-sm-footer span {
  width: 30%;
} */

.site-footer-menu {
  display: flex;
  justify-content: space-between;
}

.site-footer-menu-item {
  display: flex;
  flex-direction: column;
}


@media (max-width: 767px) {
  .site-footer-menu-item:nth-child(2) {
      text-align: right;
  }
  .site-footer-sm-footer {
      display: flex;
  }
  .site-footer-menu-item:last-child {
      display: none;
  }
}

@media (max-width: 499px) {
  .site-footer-menu {
      flex-direction: column;
  }
  .site-footer-menu-item:nth-child(2) {
      text-align: center;
  }
  .site-footer-menu-item:nth-child(1) {
      text-align: center;
  }
}

h1, h2 {
  font-size: 25px !important;
  text-align: center;
  text-decoration: none !important;
  margin: 0 !important;
}

h1 {
  color: #ff6969 !important;
}

.paragraph-white {
  background: #fff;
}

.paragraph-gray {
  background: #f3f3f3;
}

#paragraph1 {
  margin-top: 70px;
}

a.unicode:after {
  content: '\2794';
  position: relative;
  top: 1px;
  left: 5px;
}

header {
  top: 0 !important;
  left: 0 !important;
}

nav.top-menu {
  min-height: auto;
}

#navbarSupportedContent {
  margin-top: 0 !important;
  position: absolute !important;
  /* right: 1px !important;
  top: 46px !important; */
  right: 80px !important;
  top: 15px !important;
  z-index: 1001;
}

nav.top-menu .navbar-toggler {
  right: 0px !important;
  /* top: -15px !important; */

}

.logo-container .nav-link {
  padding: 0 !important;
}

.logo-container img {
  height: 95px !important;
}

nav.top-menu {
	    position: absolute;
	}
nav.top-menu {
    background: url(/images/sky.jpg) top center/cover no-repeat;
    padding-bottom: 10px;
    height: 65px;
}
/*@media all and (max-width: 767px){*/
nav.top-menu::after {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(
      rgba(248, 249, 250, 0.1) 0%,
   rgba(248, 249, 250, 0.33) 20%,
   rgba(248, 249, 250, 0.43) 30%,
   rgba(248, 249, 250, 0.63) 50%,
   rgba(248, 249, 250, 0.73) 70%,
   rgba(248, 249, 250, 0.83) 80%,
   rgba(248, 249, 250, 0.95) 90%,
      #ffffff 100%) !important;
    background: none;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* #link_btn,
#copy_btn {
  background: rgba(0,0,0,0) !important;
  padding: 3px !important;
  border: 1px solid #0090fb !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  color: #6c6c6c !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  width: 130px !important;
  height: 30px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

.site-footer {
   background-color: #dedcdc;
}
*/

.main-container-question {
  position: relative;
  display: flex;
  justify-content: center;
}

@media(max-width: 1100px) {
  .slogan {
    /* padding-bottom: 65px !important; */
  }
}
.container.after {
	padding-top: 10px;
	margin-top: 30px;
}
#mplaces label {
    margin-bottom: 0px;
}
.col2 a {
    text-decoration: underline;
}
/*
.block_search {
	    display: block!important;
}
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: linear-gradient( #ffffff 0px, rgba(131, 226, 255, 0) 70px, rgba(131, 226, 255, 0.3) 90px, rgba(131, 226, 255, 0.5) 130px,  rgba(131, 226, 255, 0.3) 150px, rgba(131, 226, 255, 0) 200px) !important;
}

#logo-nav .dropdown {
    background: none;
}


.main {
  padding-top: 73px;
}

.country-label {
  margin-bottom: 5px !important;
  font-size: 30px;
}

.country-label img {
  width: 31px;
  top: -3px;
  position: relative;
}

.main-container-about-card {
  width: 170px;
  height: 190px;
  margin-right: 10px;
  width: 23%;
}

.main-container-menu-item {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  border-bottom: 1px solid #0079ff !important;
}

.main-container-menu-item:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: black !important;
}

.main-container-menu .active {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #333a40 !important;
  border-bottom: 2px solid red !important;
}

.main-container-menu-descr-title {
  font-size: 20px;
}

.main-container-iframe-date {
  width: 100%;
  height: 380px;
}

.main-container-iframe-weather {
  width: 100%;
  height: 335px;
  transform: scaleY(1.4);
  margin: 80px 0 80px 0;
}

.main-container-iframe-hotel {
  width: 100%;
  height: 380px;
}

#carouselExampleControls {
  margin-top: 25px;
}

.carousel-question {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* width: 100%; */
}

.carousel-title {
  width: 100%;
  height: 2em;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #0081ff;
  text-shadow: 0px 0px 6px #fff;
  cursor: default;
  user-select: none;
  background-image: radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
  padding-bottom: 10px;
}

.carousel-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-buttons button {
  width: 175px;
}

.carousel-buttons button:first-child {
  margin-right: 10px;
}

.carousel-item {
  /* min-height: 600px; */
}

.carousel-item img {
  /* height: 600px !important; */
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.carousel-item img:hover {
  /* -webkit-transform: scale(1.1);
          transform: scale(1.1); */
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.carousel-control-prev {
  width: 50px;
  height: 50px;
  background-color: #3a9bff;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel-control-prev-icon {
  right: 2px;
  position: relative;
}

.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #3a9bff;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel-control-next-icon {
  left: 2px;
  position: relative;
}

.carousel-all-image {
  position: absolute;
  width: 90px;
  padding: 9px 0 9px 0;
  text-align: center;
  border: 1px solid white;
  background-color: #0000004f;
  z-index: 10;
  font-size: 14px;
  border-radius: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.carousel-all-image:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #0000008f;
}

.main-bg {
  background: url(../image/bali-main-bg.jpg) top center/cover no-repeat;
  width: 100%;
  height: 300px;
}

.subscribe {
  /* background: none; */
  padding-top: 18px;
  padding-bottom: 1px;
}

.tab-price {
  color: #fff !important;
  width: 100%;
  /* background: linear-gradient( #0181dc 0%, rgb(140, 207, 255) 100%); */
  border: none;
  border-radius: 0px;
  background: linear-gradient( #8ac6f0 0%, #008ff4 50%, #8ac6f0 100%);
  transition: 0.3s all;
}

.tab-price:hover {
  color: #fff !important;
  transition: 0.3s all;
  background: linear-gradient( rgba(0, 143, 244, 0.68) 0%, #8ac6f0 50%, rgba(0, 143, 244, 0.65) 100%);
}

.rating-table {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #2a74d0;
}

.rating-table tr {
  border-bottom: 1px solid #2a74d0;
}

.rating-table tr td:nth-child(1){
  color: #007bff;
  font-weight: bold;
}

.rating-table tr td:nth-child(2){
  color: #28a745;
  font-weight: bold;
  text-align: center;
}

.rating-table th,
.rating-table td {
  padding: 10px;
}

@media (max-width: 1919px) {
  .main-container {
    /* width: 100% !important; */
  }
}

@media (max-width: 991px) {
  .main-container-iframe-weather {
    width: 100%;
    height: 335px;
    transform: scaleY(1);
    margin: 0;
  }

}

@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
  h2 {
    font-size: 25px;
  }
  .country-label {
    font-size: 26px;
  }
  .carousel-container {
    padding: 0px !important;
  }
  .logo-container img {
    height: 75px !important;
    position: relative;
    top: 5px !important;
  }
  .main-container-iframe-date,
  .main-container-iframe-weather {
    width: 600px;
    left: 50%;
    position: relative;
    transform: translateX(-50%) scale(1);
  }
  .main-container-iframe-date {
    height: 350px;
  }
  #carouselExampleControls {
    margin-top: 20px;
  }
  .rating-table {
    width: 90%;
  }
  #navbarSupportedContent {
    right: 1px !important;
    top: 46px !important;
  }
}

@media (max-width: 700px) {
  h2 {
    font-size: 25px;
  }
}

@media (max-width: 630px) {
  .main-container-iframe-date,
  .main-container-iframe-weather {
    width: 500px;
  }
  .main-container-iframe-date {
    height: 335px;
    transform: translateX(-50%) scaleY(1.2);
    top: 17px;
  }
  .main-container-iframe-weather {
    height: 335px;
    transform: translateX(-50%) scaleY(1.2);
    top: 40px;
  }
}

@media (max-width: 599px) {
  .country-label {
    font-size: 25px;
  }
  .country-label img {
    width: 27px;
  }
  h2 {
    font-size: 23px;
  }
}

@media (max-width: 499px) {
  .main {
    padding-top: 75px;
  }
  .country-label {
    font-size: 25px;
  }
  .country-label img {
    width: 24px;
  }
  h2 {
    font-size: 21px;
  }
  .carousel-buttons {
    /* flex-wrap: wrap; */
  }
  .carousel-buttons button {
    width: 150px;
    font-size: 12px;
  }
  .carousel-buttons button:first-child {
    margin-right: 0px;
    /* margin-bottom: 2px; */
  }
  .carousel-title {
    font-size: 17px;
    margin-bottom: 5px !important;
  }
}

@media (max-width: 399px) {
  .main {
    padding-top: 80px;
  }
  .country-label {
    font-size: 22px;
  }
  .country-label img {
    width: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .carousel-title {
    font-size: 17px;
  }
}

@media (max-width: 399px) {
  .country-label {
    font-size: 19px;
  }
  .country-label img {
    width: 22px;
    top: -2px;
  }
  h2 {
    font-size: 19px;
  }
}

@media (max-width: 520px) {
  .main-container-iframe-date,
  .main-container-iframe-weather {
    width: 400px;
  }
  .main-container-iframe-date {
    transform: translateX(-50%) scaleY(1.4);
    top: 50px;
  }
  .main-container-iframe-weather {
    transform: translateX(-50%) scaleY(1.8);
    top: 112px;
  }
}

@media (max-width: 424px) {
  .country-title {
    font-size: 17px;
  }
  .country-title img {
    width: 19px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
  }
  .carousel-control-next-icon {
    left: 1px;
  }
  .carousel-control-prev-icon {
    right: 1px;
  }
  .main-container-iframe-date,
  .main-container-iframe-weather {
    width: 350px;
  }
  .main-container-iframe-date {
    top: 75px;
  }
}

@media (max-width: 374px) {
  .carousel-question {
    /* top: 61%; */
  }
  .carousel-buttons button {
    width: 125px;
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
@media (min-width: 768px) and (max-width: 1249px) {
  .container {
    max-width: 80% !important;
  }
}

.carousel-indicators {
  align-items: center;
}

.carouselexamplecaptions {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #f2451b !important;
  opacity: 1 !important;
}
.carousel-indicators .active {
  background-color: #ffed00 !important;
  width: 8px !important;
  height: 8px !important;
}
#resorts_list_div .__resorts_list{
	padding-top: 25px;
	padding-bottom: 20px;

}
.__resorts_list a{
	border-bottom: 1px dotted #00F;
}
.__resorts_list a:hover{
	border-bottom: 1px dotted #EC340F;
}
.pull-left{
	float: left
}
.__clear{
	clear: both;
}
div.boxx.minimized {
    overflow: hidden;
    max-height: 200px;
    position: relative;
    padding-bottom: 20px;
}
div.boxx {
/*    background: #f6fbff;  */
    border: 1px solid #2a74d0;
    border-radius: 10px;
    padding: 8px 22px;
    text-align: left;
}
.maximize_link {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%) repeat scroll 0 0;
    bottom: 0;
    color: #05d;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 16px 0 10px;
    position: absolute;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}
._link {
    cursor: pointer;
    text-decoration: underline;
    COLOR: #05d;
}