body {
  background-color: #333;
  overflow-x: hidden;
}

.wrapper {
  font-family: 'Barlow', sans-serif;
  box-shadow: 0 1px 15px #232323;
  background-color: #fff;
}
.wrapper .container {
  max-width: 1200px;
}
.wrapper .top-bar {
  background-color: #670069;
  padding: 15px 0;
}
.wrapper .top-bar .contact {
  margin-left: 30px;
}
.wrapper .top-bar .contact .item {
  display: inline-block;
  margin-right: 10px;
}
.wrapper .top-bar .contact .item h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.wrapper .top-bar .item-wind {
  display: inline-block;
  margin-right: 20px;
}
.wrapper .top-bar .item-wind h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.wrapper .top-bar .book {
  text-align: right;
  display: inline-block;
}
.wrapper .top-bar .book a {
  color: #0f0f0f;
  background-color: #ead905;
  padding: 7px 30px;
  margin-right: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.wrapper header {
  padding: 15px 0;
}
.wrapper header .menu .navbar .logo img {
  max-width: 220px;
}
.wrapper header .menu .navbar .logo h4 {
  font-size: 17px;
  text-align: right;
}
.wrapper header .menu .navbar .navbar-nav .nav-item {
  margin: 0 9px;
}
.wrapper header .menu .navbar .navbar-nav .nav-item:hover{
border-bottom: 3px solid #670069;	
}
.wrapper header .menu .navbar .navbar-nav .nav-item.active {
  border-bottom: 3px solid #670069;
}
.wrapper header .menu .navbar .navbar-nav .nav-item .nav-link {
  padding: 5px 0;
  color: #373737;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.wrapper header .menu .navbar .navbar-nav .nav-item .nav-link:hover{
	color: #a412a7;
}
.wrapper header .menu .navbar .navbar-nav .nav-item .nav-link.active{
	color: #a412a7;
}
.wrapper header .menu .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  background: #670069;
  display: block;
}
.wrapper header .menu .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .dropdown-item {
  color: #fff;
}
.wrapper header .menu .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .dropdown-item:hover {
  background: #b31d1d;
}
.wrapper .welcome {
  padding: 25px 35px;
  background-color: #670069;
}
.wrapper .welcome .welcome-left h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 4px solid #b719ba;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.wrapper .welcome .welcome-left p {
  color: #fff;
}
.wrapper .welcome .welcome-right h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 4px solid #b719ba;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.wrapper .welcome .welcome-right .book-btn {
  margin-top: 5px;
}
.wrapper .welcome .welcome-right .policy {
  background-color: #f0e9e8;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 7px;
}
.wrapper .welcome .welcome-right .policy h4 {
  font-size: 16px;
  font-weight: 700;
}
.wrapper .welcome .welcome-right .policy p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}
.wrapper .area-room {
  padding: 25px 35px;
}
.wrapper .area-room .area .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .area-room .area .heading h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 4px solid #b719ba;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wrapper .area-room .area .heading a.more {
  background-color: #670069;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
  text-decoration: none;
}
.wrapper .area-room .area .item {
  margin-top: 15px;
}
.wrapper .area-room .area .item h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}
.wrapper .area-room .room h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 4px solid #b719ba;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wrapper .area-room .room .item {
  margin-top: 15px;
  display: inline-block;
}
.wrapper .area-room .room .item h4 {
  font-size: 17px;
  margin-top: 10px;
  line-height: 25px;
  font-weight: 700;
}
.wrapper .area-room .room a.more {
  background-color: #670069;
  color: #fff;
  padding: 7px 20px;
  margin-top: 15px;
  display: inline-block;
}
.wrapper footer {
  padding: 15px 30px;
  background-color: #670069;
  color: #fff;
}
.wrapper footer h3 {
  font-size: 21px;
  margin-bottom: 20px;
  display: inline-block;
}
.wrapper footer .testimonial p {
  font-size: 14px;
}
.wrapper footer .testimonial h4 {
  font-size: 16px;
}
.wrapper footer .testimonial h4 span {
  font-size: 13px;
  color: #fabbbb;
  display: inline-block;
  margin-bottom: 5px;
}
.wrapper footer .connect hr {
  border-color: #59015b;
}
.wrapper footer .connect .icons {
  margin-bottom: 10px;
}
.wrapper footer .connect .icons a {
  text-decoration: none;
}
.wrapper footer .connect .icons h4 {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 12px;
  justify-content: center;
  align-items: center;
}
.wrapper footer .connect .icons h4 i {
  color: #670069;
}
.wrapper footer .bottom {
  border-top: 1px solid #59015b;
  padding-top: 12px;
}
.wrapper footer .bottom p {
  margin: 0;
  font-size: 14px;
}
.wrapper footer .bottom .dev {
  text-align: right;
}
.wrapper footer .bottom .dev p a {
  color: #fff;
  text-decoration: none;
}
.wrapper .other-pages .title {
  background: url(../images/slider_2.jpg) center center no-repeat;
	background-size: cover;
  text-align: center;
}
.wrapper .other-pages .title .inner {
  padding: 50px 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.wrapper .other-pages .title .inner h3 {
  color: #fff;
}
.wrapper .other-pages .title .inner h4 {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.wrapper .other-pages .title .inner h4 a {
  color: #fff;
  text-decoration: none;
}
.wrapper .other-pages .content {
  padding: 15px;
}
.wrapper .other-pages .content .room_box .persons i{
	color: #777;
	margin-right: 3px;
	font-style: normal;
}
.wrapper .other-pages .content .room_box {
  margin-top: 20px;
}
.wrapper .other-pages .content .room_box .item img {
  width: auto;
}
.wrapper .other-pages .content .room_box ul {
  padding: 0;
  margin: 0;
}
.wrapper .other-pages .content .room_box ul li {
  list-style: none;
  float: left;
  margin: 0 30px 10px 0;
	font-size: 14px;
}
.wrapper .other-pages .content .room_box ul li:before {
  content: '\f00c';
  font-family: 'fontawesome';
  margin-right: 7px;
  color: #c91414;
}
.wrapper .other-pages .content .room_box h4 {
  color: #c91414;
  font-weight: 700;
	font-size: 19px;
	margin-top: 10px;
}
.wrapper .other-pages .content .room_box h3 {
  font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}
.wrapper .other-pages .content .room_box {
  border: 1px dashed #c91414;
  padding: 15px;
  margin-bottom: 30px;
}
