body {
  padding-top: 0;
  background-color: #EEECEB;
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
/*
.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
*/
.page {
  background-color: #EEECEB;
}

.page-content {
  margin-top: 0;
  padding: 30px 15px;
}

@media (max-width: 767px) {
  .page-content {
    margin-top: 0;
    padding-top: 10px;
  }
}

.page-content.dashboard {
  margin-top: 0;
}


.navbar {
  border-radius: 0;
  min-height: 34px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.hamburger::before,
.hamburger .hamburger-bar,
.hamburger::after {
  /*background: #ffffff;*/
}

.site-navbar .navbar-container {
  margin-left: auto;
}
.navbar-toggle {
  height: 27px;
  padding: 0;
}
.navbar-collapse-toolbar {
  float: right;
}
.navbar-toolbar > li > a {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 10px;
  margin: 10px 0px 10px 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
}
.navbar-toolbar > li > a i {
  margin-right: 5px;
}
.site-menubar {
  top: 0;
  position: relative;
  height: auto;
  box-shadow: none;
  background: #ffffff;
}
.navbar-brand {
  padding: 0;
  font-weight: 500;
  height: auto;
  width: 100%;
  max-width: 140px;
  font-size: 18px;
  line-height: normal;
}
.navbar-brand-logo {
  height: auto;
  margin: 15px 0;
  width: 100%;
}
.navbar-brand-text {
  margin-left: 6px;
}

.navbar-fixed-top {
  position: absolute;
  height: 66px;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.site-menubar-hide .slowup {
  margin-top: 0;
}


ul.site-menu {
  padding-right: 0;
  padding-left: 0;
  margin-left: 140px;
}

.site-menu .dropdown-menu {
  margin-top: -1px;
}


.dropdown-menu {
  border-radius: 0;
}

/* menubar start */
.dropdown {
  position: unset;
}
ul.menubar {
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 10000px;
}

ul.menubar li.dropdown {
  display: inline-block;
  padding: 0;
  text-align: left;
}

ul.menubar li.dropdown a {
  display: block;
  padding: 14px 10px;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
}

ul.menubar li.dropdown:hover > ul {
  display: inline-block;
}

ul.menubar li.dropdown > ul > li {
  display: block;
  position: relative;
  padding: 0;
}
ul.menubar li.dropdown > ul > li a {
  color: #fff;
  font-size: 14px;
  display: block;
  min-width: 200px;
  padding: 0 20px;
  line-height: 38px;
}
ul.menubar li.dropdown > ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
ul.menubar li.dropdown > ul > li a::after {
  content: '';
  vertical-align: middle;
  font-size: 15px;
  margin: 0;
  margin-left: 15px;
  color: #f1f1f1 !important;
}

ul.menubar li.dropdown:hover a {
  color: #fff;
  background-color: #04887f;
}
ul.menubar li.dropdown > ul > li:hover > ul {
  display: inline-block;
  top: -1px;
  left: 100%;
  right: auto;
}

ul.menubar li.dropdown:last-child > ul > li:hover > ul {
  display: inline-block;
  top: 0;
  left: auto;
  right: 100%;
}
ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub {
  display: none;
  position: absolute;
  top: 45px;
  text-align: left;
  padding: 0;
  background-color: #02a99e;
  width: 650px;
}

ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub.small-menu {
}

ul.menubar li.dropdown.dorpdown-panel-small:hover > .site-menu-sub,
ul.menubar li.dropdown.dorpdown-panel:hover > .site-menu-sub {
  display: inline-block;
}
ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub a {
  color: #ffffff;
  display: block;
  min-width: 200px;
  width: 50%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  padding: 0 20px;
  line-height: 38px;
  background-color: #02a99e;
}
ul.menubar li.dropdown.dorpdown-panel-small > .site-menu-sub a:hover,
ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub a::after {
  content: '';
  margin: 0;
}
.site-menubar-open .navbar-brand {
  position: relative;
}
.site-menubar-open .site-menubar ul {
  display: inline-block;
  width: 100%;
}
.site-menubar-open ul.menubar li.dropdown a {
  width: 100%;
  padding: 7px 20px;
  background-color: #2272BE;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
.site-menubar-open ul.menubar li.dropdown a::after {
  content: "";
}

.site-menubar-open ul.menubar li.dropdown > ul,
.site-menubar-open ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub {
  display: inline-block;
  position: relative;
  top: auto;
  background-color: #ffffff;
  width: 100%;
}
.site-menubar-open ul.menubar li.dropdown > .site-menu-sub a {
  text-overflow: clip;
  padding: 0 20px;
  background-color: #02a99e;
}
.site-menubar-open .site-menu-title:first-child {
  margin-left: auto;
}
.site-menubar-open ul.menubar li.dropdown {
  padding: 5px 0;
  display: inline;
}
.site-menubar-open ul.menubar li.dropdown.dorpdown-panel > .site-menu-sub a {
  width: 100%;
}

.site-menu-title {
  display: inline-block;
  max-width: none;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
  vertical-align: bottom;
  font-weight: normal;
}

@media (max-width: 767px) {

  body.site-navbar-collapse-show {
    padding: 0;
  }

  .logo-small-resolution {
    width: 40%;
    position: absolute;
    left: 30%;
  }

  .logo-small-resolution img {
    height: 57px;
  }

  .logo {
    padding: 5px !important;
    background: transparent;
  }

  .site-menubar-background {
    margin-left: -15px;
  }

  .site-menubar-open .site-menubar {
    position: fixed;
    top: 67px;
    width: 100%;
    height: calc(100% - 66px);
  }

  .navbar {
    min-height: 60px;
    background-color: #fff;
  }

  .navbar-fixed-top {
    position: relative;
    top: 0;
    height: 67px;
  }

  .navbar,
  .navbar-header{
    height: 100%;
  }

  .navbar-toggle {
    height: 100%;
    padding: 10px 15px 8px 15px;
    z-index: 9999;
  }

  .site-menubar
  {
    width: 100%;
    position: fixed;
    top: 44px;
    height: -webkit-calc(100% - 66px);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .site-menubar {
    background-color: #ffffff;
  }

  ul.menubar {
   padding: 0;
  }
}

/*nav-bar start demo6*/
.navbar-collapse {
  padding: 0;
}

.navbar-container {
  background-color: #02a99e !important;
}

.nav-bar-top-contacts .list-unstyled {
  margin: 6px 0 10px 0;
}

.nav-bar-top-contacts .list-unstyled li {
  display: inline-block;
  color: #ffffff;
}

.nav-bar-top-contacts .list-unstyled li:last-child {
  padding-left: 10px;
}

/*
.btn-info {
  color: #fff;
  background-color: #02a99e;
  border-color: #02a99e;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
  background-color: #02b9ae;
  border-color: #02b9ae;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #02988d;
  border-color: #02988d;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info.focus:active, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  background-color: #02988d;
  border-color: #02988d;
}

.btn-primary {
  color: #fff;
  background-color: #f15b24;
  border-color: #f15b24;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #fd5b24;
  border-color: #fd5b24;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #e85c24;
  border-color: #e85c24;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #e85c24;
  border-color: #e85c24;
}
*/

/* end menubar */

.page {
  min-height: -webkit-calc(100% - 0px);
  min-height: calc(100% - 0px);
}

.gallery-top {
  height: 38px;
}
.gallery-body {
  position: relative;
}

.offer-info .panel-body {
  padding: 0;
}
.offer-info .nav-tabs {
  margin-top: 20px;
  /*background-color: #e0e0e0;
  display: table;
  width: 100%;
  */
}
.offer-info .nav-tabs > li {
  /*float: none;*/
  display: table-cell;
  text-align: center;
}
.offer-info .nav-tabs > li > a {
  border-radius: 0;
}
/*
.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:hover, .nav-tabs-line > li.active > a:focus {
  color: #02a99e;
}
.nav-tabs-line > .nav-tabs-autoline {
  background-color: #02a99e;
}

.nav-tabs-line > li > a:hover {
  border-bottom-color: #02a99e;
}

.offer-info .nav > li > a:hover {
  color: #fff;
  background-color: #02a99e;
}
*/
.offer-info .panel-content {
  padding: 20px;
}


.offer-info #tabProgram strong {
  font-weight: bold;
}
.offer-info table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.offer-info table > thead > tr > th,
.offer-info table > tbody > tr > th,
.offer-info table > tfoot > tr > th,
.offer-info table > thead > tr > td,
.offer-info table > tbody > tr > td,
.offer-info table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.57142857;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.offer-info table > thead > tr > th:first-child,
.offer-info table > tbody > tr > th:first-child,
.offer-info table > tfoot > tr > th:first-child,
.offer-info table > thead > tr > td:first-child,
.offer-info table > tbody > tr > td:first-child,
.offer-info table > tfoot > tr > td:first-child {
  text-align: left;
}

.search-tab {
  position: absolute;
  top: auto;
  bottom: 40px;
  width: 100%;
  z-index: 9;
}
.search-tab .nav-tabs > li > a {
  font-size: 17px;
  background-color: #00bcd4;
  color: #fff;
  border-radius: 0;
}
.search-tab .nav-tabs-solid > li.active > a,
.search-tab .nav-tabs-solid > li.active > a:hover,
.search-tab .nav-tabs-solid > li.active > a:focus {
  color: #fff;
  background-color: #222;
  border-color: transparent;
}
.search-tab .nav-tabs-solid ~ .tab-content {
  color: #fff;
  background-color: #222;
}
.search-tab .nav-tabs {
  border-bottom: none;
}
.search-tab .form-control {
  font-size: 17px;
  color: #a4a4a4;
  background-color: #4a515b;
  border: none;
}
.search-tab .btn {
  border-radius: 0;
}
.search-tab .btn-icon,
.search-tab .btn.icon {
  padding: 9px 10px;
}
.search-tab h4 {
  display: none;
}

.search-tab .form-group {
  margin-bottom: 10px;
}

.site-menubar-hide .search-tab {
  position: relative;
  z-index: 9;
  bottom: auto;
  margin-top: 20px;
}
.site-menubar-hide .search-tab .nav-tabs > li.dropdown {
  width: 100%;
}
.site-menubar-hide .search-tab .nav-tabs > li.dropdown a.dropdown-toggle {
  width: 100%;
  background-color: #434a54;
}

.site-menubar-hide .search-tab h4 {
  display: block;
  color: #fff;
  margin-top: 0;
}

/*ãàëåðèÿ*/
.carousel {
  /*margin-bottom: 49px;*/
  margin-top: 76px;
}

.carousel-inner img {
  height: 500px !important;
  /*max-height: 700px;*/
  /*max-width: 1050px !important;*/
}

.carousel-indicators {
  top: 95%;
  left: 58%;
}

@media (max-width: 992px ) and (min-width: 768px ) {
  .carousel-indicators {
    left: 66%;
  }
}

@media (max-width: 767px ) {
  .carousel-indicators {
    top: 91%;
    left: 50%;
  }
}

.carousel-indicators .active {
  background-color: #FF8F8F;
}

.carousel-indicators li {
  background-color: #ffffff;
}

@media (max-width: 768px ) {
  .carousel {
    margin-top: 0;
  }

  .carousel-inner img {
    height: 300px !important;
  }
}

.carousel [class*="overlay-slide"] {
  opacity: 1;
}

.carousel-inner .overlay-panel {
  opacity: 1;
  overflow: hidden;
  width: 38%;
  height: 60%;
  top: auto;
  /* right: 0; */
  /* bottom: 40px; */
  left: 39%;
  /* margin: auto; */
  padding: 0;
}
.carousel-inner .overlay-background {
  background: rgba(0, 0, 0, .1);
}

.carousel-inner .overlay-panel .overlay-background {
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 20px 10px;
  margin-left: 0;
  width: 100%;
}
.carousel-inner .overlay-panel h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-shadow: rgba(0, 0, 0, .70) 2px 2px 2px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
}
.carousel-inner .overlay-panel h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0;
  text-shadow: rgba(0, 0, 0, .70) 2px 2px 2px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
}
.carousel-inner .overlay-panel a {
  background-color: #fff;
  color: #444;
  padding: 2px 10px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(0,0,0,0.70);
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 992px ) and (min-width: 769px ) {
  .carousel-inner .overlay-panel {
    width: 47%;
    left: 42%;
  }
}

@media (min-width: 480px ) and (max-width: 767px ) {
  .carousel-inner .overlay-panel {
    width: 100%;
    top: 11%;
    left: 0;
    height: 80%;
  }

  .carousel .overlay-panel h1 {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .carousel-inner .overlay-panel {
    width: 100%;
    top: 11%;
    left: 0;
    height: 80%;
  }

  .carousel-inner .overlay-panel h1 {
    font-size: 26px;
    margin: 5px 0;
  }

  .carousel-inner .overlay-panel h3 {
    font-size: 16px;
  }
}


@media (max-width: 767px)
{
  body
  {
    padding-top: 0;
  }

  .site-navbar-collapse-show .site-menubar
  {
    top: 106px;
    height: -webkit-calc(100% - 132px);
    height: calc(100% - 106px);
  }

}

.page-content.dashboard h4.title
{
  background: #FFF;
  padding: 8px 20px;
  margin-top: 0;
}

.thumbnail {
  margin-bottom: 0;
}

a.thumbnail:hover {
  text-decoration: none;
}

/*
.widget-content h5.title {
  margin: 4px 0;
}
*/

.widget.hotels-dest {
}
.widget.hotels-dest h5.title {
  color: #fff;
  background-color: #4a515b;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.hotels-dest ul li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  position: relative;
}
.widget.hotels-dest ul li a.title {
  padding: 5px 0;
}
.widget.hotels-dest ul li a.title:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  margin: auto;
  width: 100%;
  border-top: 2px solid #eee;
}
.widget.hotels-dest ul li a span {
  background-color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
  position: relative;
}

.widget.hotels-dest ul li > ul {
  /*padding-left: 20px;*/
}
.widget.hotels-dest ul li > ul li a {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #444;
  background-color: #f7f7f7;
}

.widget.hotels-dest ul li a:hover {
  /*background-color: #ddd;*/
  color: #000;
}
.widget.hotels-dest ul li > ul li a:hover {
  background-color: #ddd;
}

/* widget last-view */
h5.widget-title {
  color: #fff;
  background-color: #4a515b;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget.last-view {
  /*border: 1px solid #18b9d5;*/
  background-color: rgba(24, 185, 213, 0.1);
  margin-bottom: 5px;
}
.widget.last-view h5.title {
  background-color: #18b9d5;
  padding: 10px;
  margin: 0 0 5px 0;
}
.widget.last-view h5.title a,
.widget.last-view h5.title small {
  color: #fff;
  text-shadow: none;
}
.widget.last-view ul {
  padding: 5px 10px;
}
.widget.last-view h4.price,
.widget.last-view h5.price,
.widget.last-view small.price
{
  margin: 3px 10px 0 0;
}


ul.list-border-bottom li
{
  border-bottom: 1px dotted #ddd;
}

ul.list-border-bottom li:last-child
{
  border-bottom: none;
}

.strikethrough:before
{
  position: absolute;
  content: "";
  left: -2px;
  top: 40%;
  right: -2px;
  border-top: 3px solid rgba(188, 14, 18, .4);
  /*border-color: #62A9F7;*/

  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  -o-transform: rotate(-17deg);
  transform: rotate(-17deg);
}


/* ÒÚÐÑÀ×ÊÀ LEFT BAR*/
.breadcrumb {
  margin-bottom: 20px;
  background-color: #027c71;
  border-radius: 0;
}
.breadcrumb li a {
  color: #fff;
  font-weight: 500;
}
.breadcrumb > li + li::before {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
  font-weight: normal;
}
#findPanel.panel-group a.panel-title {
  padding: 15px;
  /*text-transform: uppercase;*/
  font-weight: normal;
}

#findPanel.panel-group .panel-title::before,
#findPanel.panel-group .panel-title::after {
  /*top: 10px;*/
}
#findPanel.panel-group .panel-collapse .panel-body {
  padding: 10px 10px 20px 10px;
}

#findPanel .form-group {
  margin-bottom: 5px;
}

#findPanel .panel .panel-head {
  background-color: #02a99e !important;
  /*margin-bottom: 5px;*/
}
#findPanel .panel .panel-head.active {
}
#findTours {
  border-radius: 0;
}
#findHotels {
  border-radius: 0;
}
#findHolidaysBody .btn {
  margin-top: 10px;
}
#findHotelsBody .btn {
  margin-top: -20px;
}

#findPanel .panel div:first-child a.panel-title {
  color: #fff !important;
}

#findPanel .panel-body {
  /*background-color: #ddd !important;*/
  /*border: 1px solid #e0e0e0 !important;*/
}

/*.widget.card-1 .overlay-scale,
.widget.card-2 .overlay-spin,
.widget.card-3 .overlay-spin,
.widget.card-6 .overlay-spin,
.widget.card-7 .overlay-spin,
.widget.card-8 .overlay-spin,
.widget.card-5 .overlay-scale {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}*/

/*Carts and Stuff Start*/
h1.content-title {
  font-size: 27px;
  margin: 30px 0 20px;
  color: #f15b24;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1.theme-title {
  margin: 0;
  color: #ffffff;
  text-shadow: 3px 5px #000;
  text-align: center;
  font-weight: 900;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.5em;
  text-transform: uppercase;
}

h1.theme-title a{
  font-size: 29px;
  text-decoration: none !important;
  color: #ffffff;
  text-transform: uppercase;
}

h4.cart-title {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  overflow: hidden;
  height: 1.5em;
  text-align: center;
}

h4.cart-title a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none !important;
  color: #000000;
  text-transform: uppercase;
}

p.overflow {
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #000;
}

h4.cart-footer {
  height: 1.5em;
  overflow: hidden;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0;
}

.price {
  font-size: 15px;
  color: #f15b24;
  margin: 0;
  padding: 0;
}

.price a {
  color: #f15b24;
}

.btn  {
  margin-bottom: 10px;
 /* background-color: #FF8F8F;
  border-color: #FF8F8F;*/
}

/*.btn-info:hover, .btn-info:focus, .btn-info.focus {
  background-color: #FF8F8F;
  border-color: #FF8F8F;
}*/

/*container-change*/
.container-change {
  position: relative;
  margin: 30px 0;
}

.index-left-bar {
  position: absolute;
  top: auto;
  bottom: -2px;
  width: 260px;
  padding: 15px;
  padding-bottom: 0;
  z-index: 1;
  border-radius: 3px;
}

.logo {
  padding-bottom: 15px;
}

.index-left-bar .widget {
  margin-bottom: 15px;
}

.cart-21 .overlay-background {
  background: rgba(0, 0, 0, .5);
  padding: 5px;
}

.calendar {
  margin-bottom: 0;
}
.calendar ul li {
  margin-top: -1px;
}
.calendar ul li:hover a {
  color: #fff;
  background-color: #02a99e;
  border-color: #02a99e;
}
.calendar h5.title {
  color: #fff;
  background-color: #02a99e;
  padding: 10px 20px;
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar ul li a {
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  border: 1px solid #f1f1f1;
  color: #444;
  font-size: 12px;
}

.cart-13 {
  position: relative;
  width: 72%;
  left: 28%;
}
/*
.cart-13-background {
  position: relative;
}

.cart-13 .cart-13-background:before {
  content: '';
  position: absolute;
  top: -97px;
  width: 100%;
  height: 22px;
  background: rgba(0, 0, 0, .5);
}
*/

.cart-13 .cart-title {
  position: absolute;
  top: 50%;
  left: auto;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  padding: 10px 0;
  height: auto;
}

.cart-13 .cart-title a {
  color: #ffffff;
}

.cart-13 .btn {
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media (max-width: 992px ) and (min-width: 768px ) {
  .container-change {
    margin-bottom: 158px;
  }

  .index-left-bar {
    bottom: -159px;
  }

  .cart-13 {
    width: 63%;
    left: 38%;
  }
}

@media (max-width: 768px ) {
  .cart-13 {
    position: static;
    width: 100%;
  }
}

@media (max-width: 480px ) {
  .cart-13 .thumbnail {
    margin-bottom: 20px;
  }
}


/*cart-1*/
.cart-1 {
  background-color: transparent;
}

.cart-1 .overlay-panel {
  height: 27%;
  top: 44%;
  right: 20%;
  left: 19%;
  bottom: 37%;
  padding: 10px;
  text-align: center;
}

.cart-1 .overflow {
  height: 4.5em;
  color: #fff;
}

.cart-1 .cart-title a {
  color: #ffffff;
  font-weight: 500;
  text-shadow: rgba(0, 0, 0, .5) 0 0 1px;
}

.cart-1 .color-1 {
  background-color: #FFE490;
}

.cart-1 .color-2 {
  background-color: #8FC9FF;
}

.cart-1 .color-3 {
  background-color: #FF8F8F;
}

@media (max-width: 992px ) {
  .cart-1 .overlay {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px ) {
  .cart-1 .overlay-panel {
    height: 35%;
  }
}


/*cart-2*/
.cart-2 {
}

.cart-2 .overlay-right {
  /*left: 62%;*/
  width: 30%;
}

.cart-2 .cart-2-information {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}

.cart-2 .overflow {
  height: 4.5em;
}

.cart-2 .price {
  color: #ffffff;
}

.cart-2 .btn {
  background-color: transparent;
  color: #000000;
}

.cart-2 .color-1 {
  border-color: #FF8F8F;
}

.cart-2 .color-2 {
  border-color: #8FC9FF;
}

.cart-2 .color-3 {
  border-color: #FFE490;
}

/*
@media (max-width: 1200px) {
  .cart-2 .overlay-right {
    right: 0;
  }
}
*/

@media (max-width: 767px ) {
  .cart-2 .overlay-right {
    width: 100%;
    height: 100%;
    bottom: auto;
  }

  .cart-2 .btn {
    width: auto !important;
  }
}

@media (max-width: 480px ) {
  .cart-2 .overlay-right {
    width: 30%;
    height: 100%;
    bottom: auto;
  }

}

/*cart-3*/

.cart-3 {
  background-color: transparent;
}

.cart-3 .cart-title a {
  color: #ffffff;
}

.cart-3 .overflow {
  height: 4.5em;
}

.cart-3 .information {
  padding: 5px 20px;
  background-color: rgba(0,0,0,0.5);
}
/*
.theme-1 .overflow {
  color: #fff;
}
.theme-1 .overflow-2 {
  text-align: center;
  height: 3em;
  width: 66%;
  margin: 10px auto;
}
*/
.theme-1 {
  margin: 30px 0;
  color: #fff;
}
.theme-1 h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.5em;
  text-transform: uppercase;
  margin: 0 -20px;
  background-color: rgba(0,0,0,0.5);
}
.theme-1 p {
  color: #fff;
}
.theme-1 h6 {
  text-align: center;
  height: 3em;
  margin: 10px auto;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.theme-1-background {
  background: rgba(66, 66, 66, 0.42);
  padding: 0 20px;
}

/*cart-4*/
.cart-4 {
  border: 1px solid rgba(158, 158, 158, 0.48);
  padding: 10px 15px;
}

/*cart-10*/
.cart-10 {
  border: 1px solid rgba(189, 189, 189, 0.55);
}

.cart-10 .cart-10-information {
  border-bottom: 1px solid rgba(189, 189, 189, 0.55);
  position: relative;
}

.cart-10 .cart-10-airplane {
  width: 25%;
  text-align: center;
  padding: 10px;
  font-size: 23px;
  background-color: #02a99e;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: 0;
}

.cart-10 .cart-title {
  text-align: left;
}

.cart-10-information .cart-title {
  margin: 14px 0;
  padding-left: 20px;
}

.cart-10 .list-unstyled {
  padding-top: 10px;
}

.cart-10 .list-unstyled li {
  display: inline-block;
}

.cart-10 .list-unstyled li:first-child {
  margin-right: 20px;
}

.cart-10 .cart-10-information-2 {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.55);
  position: relative;
}

.cart-10 .cart-10-information-2 .cart-title {
  margin-top: 15px;
}

.cart-10 .cart-10-information-2 .btn {
  position: absolute;
  top: 53px;
  right: 15px;
}

@media (max-width: 992px ) and (min-width: 768px ) {
  .cart-10 .cart-10-information-2 {
    padding-left: 0;
  }

  .cart-10 .list-unstyled li:first-child {
    margin-right: 0;
  }
}

@media (max-width: 480px ) {
  .cart-10 .cart-10-information-2 .btn {
    top: 33px;
    right: 15px;
  }
}

/*cart-11*/
.cart-11 .cart-11-information {
  border: 1px solid rgba(189, 189, 189, 0.55);
  position: relative;
}

.cart-11 .cart-11-hotel {
  width: 25%;
  text-align: center;
  padding: 9px;
  font-size: 23px;
  background-color: #02a99e;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}


.cart-11-information .cart-title {
  margin: 14px 0;
  padding-left: 20px;
  text-align: left;
}

.cart-11-information-2 {
  padding: 10px 20px;
}

.cart-11-information-2 .overflow {
  height: 1.5em;
}


/*cart-5*/
.cart-5 {
  /*background-color: transparent;*/
  border: 1px solid #bdbdbd;
}

.cart-5 .overlay-panel {
  top: 63%;
  padding: 10px;
}

.cart-5 .overflow  {
  color: #ffffff;
}

.cart-5-information {
  padding: 5px 10px;
}

.cart-5 .price {
  color: #f15b24;
}

.cart-5 .btn {
  margin-top: 10px;
}

/*cart-12*/
.cart-12 {
  background-color: #F2F2F2;
}

.cart-12-information {
  padding: 14px 20px;
}

.cart-12 i  {
  margin-right: 10px;
}

.cart-12 i {
  color: #f15b24;
}

.cart-12 .btn {
  margin-top: 10px;
}

@media (max-width: 1200px ) and (min-width: 992px ) {
  .cart-12-information {
    padding: 0 20px;
  }
}

/*theme-2 and cart-7*/
.theme-2 {
  margin: 30px 0;
}

.theme-2 .theme-title {
  margin-top: 30px;
}

.cart-7 {
  background: linear-gradient(to bottom, rgba(66, 66, 66, 0.42) 60%, rgba(66, 66, 66, 0.9) 100%);
  margin-top: 30px;
}

.cart-7-information {
  text-align: center;
  padding: 20px;
}

.cart-7-information .cart-7-border {
  border-bottom: 1px solid rgba(224, 224, 224, 0.24);
  margin: 10px 0;
}

.cart-7-information .overflow {
  height: 1.5em;
  margin: 5px 0;
}

.cart-7-information .overflow a {
  color: #ffffff !important;
}

/*cart-8*/
.cart-8 {
  border: 1px solid rgba(117, 117, 117, 0.46);
}
/*
.cart-8 .cart-8-border {
  border-top: 1px solid #E9E4E0;
}
*/

.cart-8 {
  text-align: center;
}

.cart-8 h4.cart-title {
  padding: 5px 0;
  height: auto;
}
.cart-8 .cart-8-information {
  padding: 10px 20px;
  border-top: 1px solid #E9E4E0;
  border-bottom: 1px solid #E9E4E0;
  margin-top: -1px;
}

.cart-8 .cart-8-information:last-child {
  border-bottom: none;
}

.cart-8 .cart-8-information .overflow {
  margin: 10px 0;
  height: 1.5em;
}

.cart-8-information-1 {
  margin: 5px 0;
}

@media (max-width: 1200px ) and (min-width: 768px ) {
  .cart-8 .cart-8-information {
    padding: 10px;
  }
}

/*cart-6*/
.cart-6 {
  padding: 5px;
}

.cart-6 .overlay-panel {
  top: auto;
  bottom: 0;
  padding: 0;
}

.cart-6 .overlay .cart-title {
  padding: 0;
  margin: 4px 0;
}

.cart-6 .overlay .cart-title a {
  color: #ffffff !important;
  font-size: 18px;
  text-decoration: none;
}

.cart-6 .text-information-6{
  padding: 10px 20px 10px 20px;
  text-align: center;
}

.cart-6 .text-information-6 ul {
  padding-left: 0;
  padding-top: 0;
  font-size: 15px;
}

.cart-6 .text-information-6 ul li i{
  padding-right: 5px;
}

@media (min-width: 770px) and (max-width: 1000px) {

  .cart-6 .text-information-6 .btn {
    width: 100% !important;
    font-size: 12px !important;
  }
}

/*cart-9*/
.cart-9 .widget-body {
  padding: 18px 25px;
}

.cart-9 .widget-body-footer {
  margin: 0;
}

.cart-9 .overflow {
  height: 7.5em;
}

.cart-9 {
  background-color: #F6F6F6;
}

.last-news .overflow {
  height: 8em;
  color: #000000;
  padding: 0 8px;
}


/*PAGE-2*/
.theme-4 {
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  margin-top: 85px;
}

@media (max-width: 768px ) {
  .theme-4 {
    margin-top: 10px;
  }
}

.cart-19-background {
  background-color: #ffffff;
  text-align: center;
}

.cart-19-background .overflow {
  height: 4.5em;
  margin: 0;
}

.cart-19 .panel-head {
  background-color: #ffffff;
}

/*
.cart-19 .panel-group .panel-title {
  padding: 10px 15px;
}
*/
/*
.cart-19 .panel-group .panel-title:before, .panel-group .panel-title:after {
  top: 1px;
}
*/
.cart-19 .panel-group .panel-collapse .panel-body {
  padding: 0 25px;
  background-color: #ffffff;
}
/*
.cart-19 .panel-group .panel-title:before {
  content: '>';
  font-size: 23px;
}
*/
.cart-19 .color-1 {
  background-color: #204d92;
  color: #ffffff;
}

.cart-19 .color-2 {
  background-color: #02a99e;
  color: #ffffff;
}

.cart-19 .cart-19-list {
  text-align: left;
  padding: 10px 25px 0;
  margin: 0;
}

.cart-19 ul li {
  padding: 6px 0;
  margin-bottom: 1px;
  border-bottom: 1px dashed #ddd;
}
.cart-19 ul li:last-child {
  border-bottom: none;
}
.cart-19 ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #04887f;
  display: block;
}

.cart-22 {
  padding: 0;
}
.cart-22 ul li {
}
.cart-22 ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #04887f;
  display: block;
  padding: 4px 6px;
  margin: 6px;
  border: 1px dashed #ddd;
}
.cart-22 ul li a:hover {
  color: #222;
  background-color: rgba(2, 169, 158, 0.2);
  border-color: #02a99e;
}
.cart-22 .cart-title {
  background-color: #02a99e;
}
.cart-22 .cart-title a {
  color: #ffffff;
}

/*cart-17*/
.cart-17 {
  background: transparent;
}

.cart-17 .cart-title {
  background-color: #f15b24;
  text-align: center;
}

.cart-17 .cart-title a {
  color: #ffffff !important;
}

.cart-17-information {
  border: 1px solid #f15b24;
  padding: 5px;
  margin-top: 10px;
}
.cart-17 .cart-17-information a {
  color: #f15b24;
}

.cart-17 .overflow {
  font-size: 15px;
  border-bottom: 1px dashed #ddd;
}

.cart-17 .list-unstyled li {
  font-size: 12px;
}

.cart-17 .price {
  text-align: right;
  color: #000;
}

@media (max-width: 992px ) and (min-width: 768px ) {
  .cart-17 .overlay-panel {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/*overlay*/
.cart-20 .price {
  margin: 0;
  padding: 8px 20px;
  text-align: center;
}


/*CART PAGE 2*/
.cart-14 .cart-title,
.cart-15 .cart-title,
.cart-16 .cart-title {
  background-color: #02a99e;
}

.cart-14 .cart-title a,
.cart-16 .cart-title a,
.cart-15 .cart-title a {
  color: #ffffff;
}

.cart-14 .overflow,
.cart-15 .overflow,
.cart-16 .overflow {
  height: 4.5em;
}

.cart-14 .cart-14-information,
.cart-15 .cart-15-information,
.cart-16 .cart-16-information {
  padding: 10px 20px 0;
}

/*cart-14*/
.cart-14 .overflow {
  margin: 0;
}

.cart-14-information-2 {
  margin-top: 20px;
}

.cart-14-information-2 .price {
  margin: 10px 0;
}

/*cart-15*/
.cart-15 .list-unstyled {
  /*
  position: relative;
  top: 10px;
  */
  padding: 15px 0;
}

/*
.cart-15 .ribbon {
  top: -8px;
  right: -136px;
  left: auto;
  z-index: 1;
}
*/

.cart-15 .ribbon .price {
  color: #ffffff;
  padding: 0 20px;
}

.cart-15 .ribbon-inner {
  background-color: #f15b24;
}

.cart-15 .ribbon-danger.ribbon-bottom .ribbon-inner:after {
  border-bottom-color: #f15b24;
}

.cart-15 .ribbon-danger .ribbon-inner:after {
  border-right-color: #f15b24;
}

.cart-15 .list-unstyled li {
  display: inline-block;
  padding-right: 20px;
}

.cart-15 .btn {
  /*
  margin: 0;
  top: -13px;
  */
}

/*cart-16*/

.cart-16 .btn {
  right: 20px;
  margin: 0;
}

/*media cart-14,15,16*/
@media (max-width: 992px ) and (min-width: 768px ) {
  .cart-15 .list-unstyled .ribbon {
    top: 15px;
    left: 0;
  }

  .cart-15 .btn {
    top: 50px;
  }

  .cart-16 .overflow {
    height: 10.5em;
  }

  .cart-14 ul {
    padding: 0;
  }
}

@media (max-width: 767px ) {
  .cart-15-information {
    margin-bottom: 30px;
  }

  .cart-15 .list-unstyled {
    top: 20px;
  }

  .cart-15 .ribbon {
    top: 40px;
    left: -13px;
  }

  .cart-15 .btn {
    top: 0;
  }

  .cart-16 .btn {
    top: -6px;
  }
}

@media (max-width: 480px ) and (min-width: 220px ) {
  .cart-15 .btn {
    top: 0;
  }

  .cart-15 .list-unstyled li {
    display: block;
  }

  .cart-15 .ribbon {
    top: 70px;
  }
}
/*END PAGE 2*/


/*BLOG*/
.category .title,
.publication .title {
  padding: 10px 15px;
  margin: 0 !important;
  border-bottom: 1px solid #EBEBEB !important;
}

.side-bar-title-blog .list-unstyled li a,
.side-bar-publication .list-unstyled li a {
  color: #838383;
  padding: 10px 25px 10px 10px !important;
}

.blog-cart .widget-body {
  padding: 10px;
}

.blog-cart .widget-title {
  line-height: 1.5em;
}

.category .list-unstyled,
.publication .list-unstyled {
  padding: 0 10px;
}
/*BLOG END*/

#btnLeftSidebar {
  padding: 6px;
}


/* In Pages .vcard */
.vcard {
  border: 1px solid #eee;
}

/* widget-pages */
.widget-pages dl.address {
  /*color: #424242;*/
}
.widget-pages dl.address dt {
  width: 60px;
  text-align: left;
  float: left;
}
.widget-pages dl.address dd {
  margin-left: 60px;
}
.widget-pages dl.contacts dt {
  width: 20px;
  text-align: left;
  float: left;
}
.widget-pages dl.contacts dd {
  margin-left: 20px;
}

/* tabTours */
#tabTours h4 {
  padding: 10px 20px;
  background-color: #f1f1f1;
}

#tabTours h5 {
  text-transform: uppercase;
}

/* .pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #02a99e;
  border-color: #02a99e;
}

/* FOOTER */
.site-footer {
  height: auto;
  padding: 30px 0 0 0;
  background-color: #04887f;
  color: #ffffff;
}

.site-footer .logo.thumbnail {
  background-color: transparent;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
}

.site-footer .logo.thumbnail img {
  width: auto;
  height: 60px;
}

.site-footer .social-footer {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  margin-top: 15px;
}

.site-footer .row.borderer {
  border-top: 1px solid rgba(0,0,0,0.2);
}

.site-footer .cart-title {
  margin-bottom: 20px;
}

.site-footer .list-unstyled li {
  padding: 5px 10px;
  margin: 0 0 10px;
  background-color: rgba(0,0,0,0.3);
}
.site-footer .list-unstyled li a {
  color: #ffffff;
}

.footer-form {
  position: relative;
}

.border-footer {
}

.footer-address li {
  display: inline-block;
}

.site-footer .form-control {
  width: 66%;
  margin-bottom: 15px;
}

.footer-form .btn {
  position: absolute;
  top: 29%;
  right: 0;
  border-radius: 25px;
  background-color: rgba(0,0,0,0.2); /*#2272BE;*/
  border-color: rgba(0,0,0,0.2); /*#2272BE;*/
}

.site-footer .social-facebook, .site-footer .social-twitter,
.site-footer .social-google-plus, .site-footer .social-skype {
  background-color: rgba(0,0,0,0.2) !important; /*#2272BE !important;*/
  margin-right: 10px;
  margin-bottom: 0;
}

.site-footer-legal {
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  text-align: right;
  color: rgba(0,0,0,0.5);
  padding: 5px 0;
}

.site-footer-legal .logo {
  background: transparent;
}

.site-footer-legal a {
  color: rgba(0,0,0,0.5);
}

@media (max-width: 767px ) {
  .social-footer {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .site-footer ul.links li {
    float: none;
  }
}

#form-book-search {
  background-color: #02a99e1a !important;
}

.form-control.focus, .form-control:focus {
  border-color: #02a99e;
}
.input-sm {
  padding: 6px;
}
.border-bottom-primary {
  border-bottom: 1px solid #02a99e;
}
.bg-primary {
  color: #fff;
  background-color: #02a99e;
}
.bg-primary:hover {
  background-color: #02b9ae;
}
.bg-indigo-50 {
  background-color: #fff !important;
}
.border-bottom-warning {
  border-bottom: 1px solid #f15b24;
}
.bg-warning {
  color: #fff;
  background-color: #f15b24;
}
.bg-warning:hover {
  background-color: #fd5b24;
}
.bg-orange-100 {
  background-color: #fff !important;
}
.border-bottom-white {
  border-bottom: 1px solid #f15b24;
}
.label-warning {
  background-color: #f15b24;
}
