/* CSS StyleSheet */
* {
  padding: 0px;
  margin: 0px;
}

div.imageSlider ul li {
  list-style: none;
}

body {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #7ba46a;
}

.main-all {
  width: 938px;
  margin: auto;
  border: 0px;
  color: #2e2e2e;
  font-size: 11px;
  padding-bottom: 5px;
}

.main {
  width: 938px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: auto;
}

.banner {
  width: 938px;
  margin: auto;
}

h1,
h2 {
  margin-bottom: 15px;
  color: #669999;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  color: #669999;
  font-weight: 500;
}

.imb {
  border: 1px solid #ccc;
  padding: 2px;
}

table tr td {
  vertical-align: top;
  text-align: left;
}

.tbl {
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
}

.tbl tr td,
.tbl tr th {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  padding: 3px;
}

.bd {
  border: 1px solid #cccccc;
  padding: 10px;
}

.LF {
  float: left;
}

.RF {
  float: right;
}

.L {
  margin-left: 12px;
}

.R {
  margin-right: 12px;
}

.B {
  margin-bottom: 12px;
}

.T {
  margin-top: 12px;
}

/*========= TOp menu ==========*/
.top_menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  height: 30px;
  background: url(../../uploads/images/menu-bg.png) repeat-x;
  border: 1px solid #ccc;
  justify-content: center;
  display: flex;
}

#nav,
#nav ul {
  list-style: none;
  line-height: 1;
  background: none;
  padding: 0;
  border: 0px solid #eda;
  /*border-width: 1px 0;*/
  margin: 0 0 1em 0;
}

#nav a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 0px solid #000;
  font-weight: bold;
  padding: 8px 9px 8px 9px;
}

#nav a:hover {
  color: #669999;
}

#nav li.parent {
  padding-right: 4px;
  background: url(../images/rightarrow2.gif) center right no-repeat;
}

#nav li {
  float: left;
  padding: 0;
}

#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 12px;
  width: 140px;
  font-weight: normal;
  border-width: 1px;
  border-color: #ccc;
  text-align: left;
  background: #eee;
  margin: 0;
}

#nav li li {
  padding-right: 1em;
  width: 13em;
}

#nav li ul a {
  width: 12px;
  width: 115px;
  padding: 6px;
}

#nav li ul ul {
  margin: -1.75em 0 0 10em;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover,
#nav li.sfhover {
  background: none;
  color: #fff;
}

#current a span,
.active a span {
  color: #f00;
}

/*=================== end top menu ==================*/
.content-menu {
  width: 936px;
  padding: 20px 20px 3px 20px;
  background: #ffffff;
}

.content {
  border: 0px solid #f00;
  width: 936px;
  padding: 14px 20px;
  background: #ffffff;
}

.content ul {
  margin-left: 14px;
}

.content ul li {
  list-style: square;
}

.footer {
  width: 898px;
  padding: 20px;
  background: #ffffff;
  color: #5f5f5f;
  font-size: 11px;
  text-align: center;
}

img {
  border: none;
  object-fit: cover;
}

.besps_holder {
  width: 28rem;
  height: 26rem;
}

h1 {
  font-size: 25px !important;
}

h3 {
  font-size: 17px !important;
}

p {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
}

.image-source-link {
  color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.zoom-gallery a img {
  padding-bottom: 3px;
}

.zoom-gallery {
  text-align: center;
}

.menuactive {
  color: #f00 !important;
}

.hotel_one,
.hotel_two {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.on_absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(213, 24, 19, 0.3);
  display: none;
}

.hotel_one:hover .on_absolute,
.hotel_two:hover .on_absolute {
  display: block !important;
}

.hotel-1 .on_absolute,
.hotel-2 .on_absolute {
  display: block !important;
}