html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #808284;
  font-weight: 300;
}
a {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  text-decoration: none;
}
a:hover {
  color: #C6833A;
  text-decoration: none;
}
::placeholder {
  color: 000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: 000;
}
::-ms-input-placeholder {
  color: 000;
}
/*COMMOM STYLES*/
.bg-grey {
  background-color: #808284 !important;
}
.bg-brand {
  background-color: #C6833A;
}
.btn-brand {
  background-color: #808284;
  transition: all 0.32s ease-out;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 25px;
  letter-spacing: 1.5px;
  border: none;
}
.btn-brand:hover {
  background-color: #C6833A;
  color: #FFF !important;
}
.text-red, .text-brand {
  color: #C6833A !important;
}
.text-black {
  color: #000 !important;
}
.has-bg {
  background-position: center;
  background-size: cover;
}
.img-linked {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}
.img-linked:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.text-linked {
  color: inherit;
}

.text-linked-footer {
  color: #FFF;
  line-height: 32px;
}

.text-linked-footer:hover {
 text-decoration: underline;
  color: #FFF;
}
.accordion_head {
  font-size: 29px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion_head:hover {
  cursor: pointer;
}
.accordion_head .plusminus {
  color: #656565;
  width: 40px;
  height: 40px;
  text-align: center;
}
.accordion_body {
  display: none;
  border-bottom: 1px solid #656565 !important;
  border-top: 1px solid #656565;
}
.fw-th {
  font-weight: 100;
}
.fw-li {
  font-weight: 300;
}
.fw-re {
  font-weight: 400;
}
.fw-me {
  font-weight: 500;
}
.fw-bo, strong {
  font-weight: 600;
}
.fs-72 {
  font-size: 72px;
}
.fs-30 {
  font-size: 30px;
}
.fs-20 {
  font-size: 20px;
}
.fs-15 {
  font-size: 15px;
}
.fs-12 {
  font-size: 12px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-5 {
  letter-spacing: 5px;
}
.lh-125 {
  line-height: 1.25;
}
@media screen and (max-width: 1199px) {
  .fs-30 {
    font-size: 22px;
  }
  .fs-72 {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .fs-30 {
    font-size: 18px;
  }
  .fs-72 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .fs-72 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .fs-72 {
    font-size: 24px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-20 {
    font-size: 20px;
  }
}
/* Navigation */
#mainNav {
  border-bottom: 1px solid #000;
}
#mainNav .nav-link {
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
}
#mainNav .nav-link:hover {
  color: #C6833A;
}
@media screen and (max-width: 767px) {
  #mainNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(218, 130,132, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler {
    border-color: rgba(4, 63, 131, 0);
  }
  .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 33px;
  }
}	
  #nav-register {
    position: fixed;
    background-color: #f7941e;
    color: #FFF !important;
    top: 55px;
    right: -56px;
    letter-spacing: 1px;
    z-index: 99;
    transform: rotate(90deg);
    font-size: 18px !important;
    padding: 10px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  #nav-register:hover {
    background-color: #808284;
  }

@media (min-width: 1199px) {
  #mainNav {
    padding-top: 20px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 998px) {
  #mainNav {
    padding-top: 20px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand img {
    width: 90px;
  }
  #mainNav .nav-link {
    text-align: left;
  }

  #register #nav-register{display: none;}
}
@media screen and (max-width: 991px) {
  #navigationsItems .img-logo {
    width: 135px;
    padding: 15px;
  }
}
@media screen and (min-width:992px) {}
.hero-wrapper {
  position: relative;
}

.hero {
  height: 725px;
  width: 100%;
  background-image: url('../images/hero/hero.jpg');
  background-size: cover;
  background-position: top;
}

.hero-wrapper .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 350px;
  padding: 20px;
  text-align: center;
  background-color: #808284;
  color: #FFF;
  line-height: 1.75;
  margin-bottom: 0 !important;
}


#location .hero-wrapper .caption {	
	position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #808284;
    color: #FFF;
    line-height: 1.75;
    margin-bottom: 0 !important;	
}


#welcome .hero .caption {
  right: 0 !important;
  left: auto;
}
#location .hero {
  /*background-image: url('/images/hero/location.jpg');*/
  background-image: transparent !important;
  height: auto;
}
#nature .hero {
  background-image: url('/images/hero/nature.jpg');
}
#lifestyle .hero {
  background-image: url('/images/hero/lifestyle.jpg');
}
.blog-list {
  margin-left: -38px;
}
.blog-list li {
  margin-bottom: 25px;
  list-style-type: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.blog-list li a {
  color: #808284;
}
.blog-list li a:hover {
  color: #C6833A;
}
.blog-content {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 325px;
  }
  .hero-wrapper .caption {
    position: relative;
    max-width: 100%;
    padding: 15px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 576px) {
  footer .img-logo {
    width: 75px;
  }
  footer .img-img-triology {
    width: 125px;
  }
}
#registrationForm .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  height: 50px;
}
#registrationForm .form-control::placeholder {
  color: #666667;
  opacity: 1;
  font-weight: 300;
}
#registrationForm .form-control:-ms-input-placeholder {
  color: #666667;
}
#registrationForm .form-control::-ms-input-placeholder {
  color: #666667;
}
#registrationForm select {
  display: block;
  line-height: 1.3;
  font-weight: 300;
  padding: .6em 1.4em .5em .8em;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23C6833A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.modal-backdrop.show {
  opacity: .7;
}
#POPupModal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#POPupModal .modal-header {
  border: none;
  border-radius: 0;
}
#POPupModal .modal-header .close {
  color: #FFF;
  font-size: 16px;
  opacity: 1;
  padding-bottom: 0;
  font-weight: 400;
}
#POPupModal .modal-body {
  padding: 5px;
}
/* .amm-map{float: left; width: calc(100% - 375px);} */
.rd-amm-dir-wrapper {
  float: left;
  width: 375px;
  height: 100%;
}
.rd-amm-list {
  height: 530px;
  overflow: auto;
  padding: 15px;
}
#rd-directionBox {
  padding: 25px 15px 20px;
  text-align: right;
  border-top: 1px solid #FFF;
  margin-top: 10px;
}
#rd-directionBox h5 {
  font-size: 24px;
  color: #656565;
}
#rd-directionBox .dirInp:before {
  content: '';
  background-image: url('/map-assets/icons/pointer.png');
  background-position: left;
  background-repeat: no-repeat;
}
#rd-directionBox .dirInp {
  color: #656565;
  border: 1px solid #808284;
  background-color: transparent;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  height: 32px;
  padding: 10px;
}
#rd-directionBox .dirBtn {
  font-size: 14px;
  background-color: #656565;
  color: #FFF;
  border: 0;
  padding: 5px 10px;
}
.rd-amm-list-head {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rd-amm-list-head .plusminus {
  color: #000;
  width: 5px;
  height: 5px;
  text-align: center;
  font-size: 17px;
  padding-top: 15px;
}
.rd-amm-list-body {
  display: none;
  border-bottom: 1px solid #656565 !important;
}
.rd-amm-list-title {
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 55px;
  height: 70px;
  font-size: 14px;
  padding-top: 10px;
}
.ico-shop {
  background-image: url('/map-assets/icons/shopping.png');
}
.ico-food {
  background-image: url('/map-assets/icons/food.png');
}
.ico-health {
  background-image: url('/map-assets/icons/health.png');
}
.ico-entertainment {
  background-image: url('/map-assets/icons/entertainment.png');
}
.rdmap-amm-items {
  max-width: 350px;
  counter-reset: counter;
  list-style: none;
  padding-left: 40px;
}
.rdmap-amm-items li {
  margin: 0 0 0.75rem 0;
  counter-increment: counter;
  position: relative;
  font-size: 12px;
}
.rd-amm-list-head, .rdmap-amm-items li:hover {
  cursor: pointer;
}
.rdmap-amm-items li::before {
  content: counter(counter);
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  --size: 20px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #C6833A;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rd-amm-dir-wrapper {
    width: 100%;
    height: 100%;
  }
  .rd-amm-list {
    height: 100%;
  }
}
/*Added by mhb*/
#banner-video {
  width: 100%;
  height: auto;
  display: block;
}
#mainNav:before {
  height: 117px;
}
.nav-offset {
  margin-top: 117px;
}


@media screen and (max-width: 991px) {
  .nav-offset {
    margin-top: 83px;
  }
	
 #nav-register {
    top: 50%;
  }
}