/* ----------------------------------------------------
Theme Name:		Star Hotel - HTML Template
Version:		1.8
Author:			Star Hotel
------------------------------------------------------- */

/* ======================================================
	TABLE OF CONTENTS
   ====================================================== */

/**

* 1.0	Settings
* 1.1	Top Bar
* 1.2	Navbar
* 1.3	Hero Content
* 1.4	About
* 1.5	Banners
* 1.6	Specials
* 1.7	Rooms
* 1.8	Latest Offers
* 1.9	Dish Menu
* 1.10	Services
* 1.11	Gallery
* 1.12	Team
* 1.13	Testimonials
* 1.14	Price Table
* 1.15	Latest Blog
* 1.16	Newsletter
* 1.17	Contact Form 2
* 1.18	Footer
* 1.19	Page Cover
* 1.20	Custom Forms
* 1.21	About Pages
* 1.22	Room Pages
* 1.23	Dinning Pages
* 1.24	Extra Pages
* 1.25	Contact Pages
* 1.26	Reservation Pages


**/

/* -----------------------------------------------------
		Settings
   ----------------------------------------------------- */

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-yellow.gif) center no-repeat #fff;
}

p {
  color: #808285;
}

.page-heading h2 {
  color: #474747;
}

.page-heading span {
  color: hsl(48, 100%, 51%);
}

.page-heading-2 h2 {
  color: #474747;
}

.page-heading-2.white-heading h2 {
  color: #2f2f2f;
}

.page-heading-2 h2 span {
  color: #da007c;
}

.page-heading-2.white-heading h2 span {
  color: white;
}

.page-heading-2 p {
  color: #5d5d5d;
}

.page-heading-2.white-heading p {
  color: #4d4d4d;
}

.page-heading-2::after {
  background-color: #da007c;
}

.page-heading-3 h4 {
  color: #da007c;
}

.page-heading-3-line {
  background: #333;
}

.page-heading-3-line::after {
  background: #da007c;
}

.innerpage-heading h1 {
  color: #000000;
}

.logo-title,
.logo-title a {
  color: #404040;
}

.logo-title span {
  color: #da007c;
}

.bg-grey {
  background: #f1f2f2;
}

.bg-lightgrey {
  background: #f6f6f6;
}

.btn {
  border-radius: 0px;
  border: 0px;
}

.btn-yellow {
  background: #da007c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}

.btn-yellow:hover {
  background: #010101;
  color: #fff;
}

.btn-w-border {
  border: 1px solid #e2e1e1;
  color: white;
}

.btn-w-border:hover {
  border: 1px solid white;
  color: black;
  background: white;
}

.btn-g-border,
.btn-g-border:focus {
  border: 1px solid #939598;
  color: #565656;
}

.btn-g-border:hover {
  border: 1px solid black;
  color: white;
  background: black;
}

.btn-black,
.btn-black:focus {
  background: #2a2a2a;
  color: white;
}

.btn-black:hover {
  background: #da007c;
  color: white;
}

.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next {
  border-radius: 0px;
  background: #da007c;
  color: #0d0d0d;
}
/* -----------------------------------------------------
		Select
   ----------------------------------------------------- */
.select-container {
  width: 100%;
  max-width: 450px;
  background: white;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.custom-selected {
  position: relative;
  width: 100%;
}
.selected-option {
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #333;
}
.selected-option:hover {
  border-color: #da007c;
}
/* ÍCONO DE FLECHA SVG */
.arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #da007c;
}
.arrow-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
/* Cuando el select está abierto */
.selected-option.active {
  border-color: #da007c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1);
}
.selected-option.active .arrow-icon {
  transform: rotate(180deg);
  color: #da007c;
}
.options-container {
  border: 1px solid #da007c;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  max-height: 320px;
  overflow-y: auto;
  animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.options-container.active {
  display: block;
}
.option {
  padding: 14px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
  color: #444;
  display: flex;
  align-items: center;
}
.option:last-child {
  border-bottom: none;
}
.option:hover {
  background: linear-gradient(90deg, #f0f4ff 0%, #e8eeff 100%);
  padding-left: 25px;
  color: #da007c !important;
}
.floating-flag {
  position: fixed;
  width: 350px;
  height: 350px;
  border: 1 solid #da007c;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 9999;
  pointer-events: none;
  background: white;
  overflow: hidden;
}
.floating-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Scrollbar personalizado */
.options-container::-webkit-scrollbar {
  width: 8px;
}
.options-container::-webkit-scrollbar-track {
  background: #f8f9ff;
  border-radius: 4px;
}
.options-container::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #667eea, #764ba2);
  border-radius: 4px;
}
/* -----------------------------------------------------
		Top Bar
   ----------------------------------------------------- */

#top-bar {
  background-color: #da007c;
}

#top-bar #links ul li a,
#top-bar #info ul li {
  color: white;
}

#top-bar .form-group select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

#top-bar .form-group select option {
  color: black;
}

#top-bar .form-group .fa {
  color: white;
}

.info-list li .fa {
  color: #da007c;
}

.circle-ic.info-list li .fa {
  border-radius: 100%;
}

.info-list li a {
  color: #333;
}

.icon-list li a {
  color: #333;
}

/*************** TOP-BAR-2 ****************/

.top-bar-2-item .top-bar-2-icon {
  color: #da007c;
}

.top-bar-2-item .top-bar-2-text .top-bar-2-ic {
  color: #da007c;
}

@media (max-width: 767px) {
  #top-bar-2 .mynavbar-form input {
    background: #f4f4f4;
  }
  #top-bar-2 .mynavbar-form .btn {
    background: #f4f4f4;
  }
}
/**************** RADIO GROUP ****************/
.titulo_rotulos {
  text-align: left !important;
  color: #000 !important;
  margin-bottom: 6px !important;
}
.radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.radio-group div {
  text-align: center;
  padding: 10px 10px 0 10px;
  width: 33.3%;
}
.radio-group div img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
  border-radius: 4px;
}
.radio-group div p {
  display: block;
  text-align: center;
  margin: 0;
}
.custom-radio {
  padding: 0 !important;
  width: 100% !important;
}
.custom-radio input[type="radio"] {
  display: none;
}
/* Estilo para el contenedor del radio button */
.custom-radio .radio-container {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #da007c;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.custom-radio .radio-container-desab {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
/* Estilo para el estado seleccionado */
.custom-radio input[type="radio"]:checked + .radio-container {
  background-color: #da007c;
}

/* Estilo para el círculo interior */
.custom-radio .radio-container::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
/**********************************************/
.batencioncliente {
  width: 200px;
  line-height: 45px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #2db742;
  color: #fff;
  border-radius: 30px;
  position: relative;
}
.batencioncliente:hover {
  color: #fff !important;
}
.batencioncliente i {
  font-size: 36px;
  margin-left: 10px;
}
.batencioncliente span {
  width: 20px;
  height: 20px;
  background: red;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  right: -4px;
  top: -4px;
}
/**********************************************/
/* Cambiar el color del círculo interior cuando está seleccionado */
.custom-radio input[type="radio"]:checked + .radio-container::after {
  background: #da007c;
}
.btn-cotizar {
  width: 275px;
  padding: 15px 10px;
  background: #da007c;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
  margin-top: 20px;
}
.btn-cotizar:hover {
  background: #454548;
}
.bordecaja {
  width: 60% !important;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 0 40px 0;
  background: #fff;
}
.zonagris {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(216, 216, 216, 0.9)),
      to(rgba(216, 216, 216, 0.9))
    ),
    url("../images/banner-3.jpg");
  background: linear-gradient(
      rgba(216, 216, 216, 0.9),
      rgba(216, 216, 216, 0.9)
    ),
    url("../images/banner-3.jpg");
  background-size: cover;
  background-position: 50% 55%;
}
.cajacarrito .accion {
  display: flex;
  justify-content: end;
}
.cajalibro {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/*******************************************************/
.different-tip-color {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#txtvideo a {
  color: #000 !important;
}
#txtvideo a span {
  color: #da007c !important;
}
/*******************************************************/
/**************   TABLA RESPONSIVE    ******************/
/*******************************************************/
.opciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.opciones p {
  text-align: center;
  font-weight: 500;
}
.opciones img {
  display: block;
  margin: auto;
}
.tresponsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.tresponsive tr {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.tresponsive tr th {
  background-color: #f8f8f8;
}
.tresponsive th,
.tresponsive td {
  padding: 0.625em;
  text-align: left;
}
.tresponsive th {
  font-size: 15px;
}
@media only screen and (max-width: 860px) {
  .btn-cotizar {
    width: 100%;
  }
  .tresponsive {
    border: 0;
  }
  .tresponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tresponsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .tresponsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .tresponsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tresponsive td:last-child {
    border-bottom: 0;
  }
}
/*******************************************************/
/*******************************************************/
.textoizquie {
  text-align: left !important;
}
.inter18 {
  line-height: 18px !important;
}
.textonegro {
  color: #0d0d0d !important;
  font-weight: 600 !important;
}
.ico-cart {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: #da007c;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}
.whapsappfijo {
  width: 90px;
  height: 90px;
  display: block;
  background: #52cb62;
  border-radius: 50px 50px 50px 0;
  position: fixed;
  right: 10px;
  bottom: 15px;
  line-height: 90px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  transition: all 0.3s;
}
.whapsappfijo:hover {
  background: #44a751;
  color: #fff !important;
}
.imgicon {
  width: 90px;
  height: auto;
  display: inline-block;
  margin-right: 6px;
}
.btn-cancelar {
  width: 275px;
  display: block;
  padding: 15px;
  background: #404040;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 10px auto;
}
.btn-cancelar:hover {
  background: #353535;
  color: #da007c;
}
.btn-detalles {
  width: 275px;
  display: block;
  padding: 15px;
  background: #353535;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 10px auto;
}
.btn-detalles:hover {
  background: #da007c;
  color: #fff;
}
.check-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.borrarpro,
.editarpro {
  cursor: pointer;
}
.icon-cabecera {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  display: flex;
  color: #fff !important;
  justify-content: center;
  font-size: 14px;
}
.icon-cabecera li {
  margin-right: 6px;
  color: #bbbbbb !important;
}
.icon-cabecera li i {
  font-size: 18px;
  margin-right: 6px;
}
.social-cabecera {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  color: #fff !important;
  font-size: 14px;
}
.social-cabecera li {
  margin-left: 6px;
}
.social-cabecera li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #d3d3d3;
  font-size: 15px;
  text-align: center;
  line-height: 27px;
  color: #fff !important;
}
.marquesina {
  width: 100%;
  background: #000;
  padding: 4px 0;
}
.marquesina p {
  color: #ffffff;
  text-align: center;
  margin: 0 !important;
  font-size: 14px;
}
.marquesina p a {
  color: #ffffff;
  text-decoration: underline !important;
  font-style: italic;
  font-weight: bold;
}
/********************************************************/
.select-personal {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.select-trigger {
  background-color: #fff;
  padding: 12px 20px;
  border: 1px solid #e6e7e8;
  border-radius: 6px;
  position: relative; /* Para posicionar la flecha */
  text-align: left;
}

.arrow {
  position: absolute;
  right: 10px; /* Ajusta la posición horizontal */
  top: 50%; /* Centra verticalmente */
  transform: translateY(-50%); /* Ajusta el centrado */
  border: solid transparent; /* Para crear la forma de la flecha */
  border-width: 5px 5px 0 5px; /* Tamaño de la flecha */
  border-top-color: #333; /* Color de la flecha */
}

.options {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #e6e7e8;
  border-radius: 6px;
  z-index: 1000;
  width: 100%;
}

.option {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.6s;
  text-align: left;
  background: #f1f1f1;
}

.option:hover {
  background-color: #da007c;
  color: #fff;
}
/********************************************************/
@media (max-width: 800px) {
  .icon-cabecera {
    display: none;
  }
  .social-cabecera {
    justify-content: center;
  }
  .bordecaja {
    width: 95% !important;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 10px 40px 10px;
    background: #fff;
  }
  .cajacarrito {
    margin-bottom: 6px;
  }
  .cajacarrito .num {
    width: 100%;
  }
  .cajacarrito .descripcion {
    width: 100%;
  }
  .cajacarrito .subtotal {
    width: 100%;
  }
  .cajacarrito .accion {
    width: 100%;
    justify-content: start;
  }
  .navbar ul,
  .navbar li {
    line-height: 1.5;
    text-decoration: none;
    background: #111;
  }
}
/**************** TOP-BAR-3 ****************/

#top-bar-3 .circle-ic.info-list li .fa {
  background: #da007c;
  color: white;
}

.top-bar-3-item .circle-ic.info-list li p {
  color: #333;
}

/* -----------------------------------------------------
		Navbar
   ----------------------------------------------------- */

.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
}

.navbar a.navbar-brand {
  color: #fff;
}

.navbar-toggler:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  outline: unset;
}

.navbar-toggler {
  color: white;
}

.navbar a.navbar-brand > span {
  color: #da007c;
}

.navbar .navbar-nav a.nav-link {
  color: #404040;
}

.navbar .dropdown-submenu > a:after {
  border-left-color: #cccccc;
}

.navbar .navbar-nav .mega-dropdown-menu .dropdown-header {
  color: #000;
}

.navbar .navbar-nav a.nav-link:hover > .dropdown-menu {
  display: block;
}

.navbar ul.navbar-nav li.nav-item.dropdown.active > a,
.navbar ul.navbar-nav li.nav-item.dropdown > a:focus,
.navbar ul.navbar-nav li.nav-item.dropdown:hover > a:focus,
.navbar ul.navbar-nav li.nav-item.dropdown:hover > a {
  color: #da007c;
}

.navbar .navbar-nav .mega-dropdown-menu > li ul > li.active > a {
  background-color: #da007c;
}

.navbar a.dropdown-item {
  color: black;
}

nav.navbar ul.dropdown-menu li.dropdown-submenu:hover a:after {
  color: black;
}

.navbar .navbar-nav > li.nav-item {
  position: relative;
}

.navbar .navbar-nav .dropdown-menu li a:after {
  border-left: 5px solid #999;
}

.navbar .navbar-nav .dropdown-menu li:hover.active > a,
.navbar .navbar-nav .dropdown-menu li.active > a {
  background-color: #da007c;
}

.navbar .navbar-nav .dropdown-menu li:hover > a {
  background-color: #ecbd01;
}

.navbar .navbar-nav .dropdown-menu li.active a:after,
.navbar .navbar-nav .dropdown-menu li:hover a:after {
  border-left: 5px solid #000;
}

.navbar a.dropdown-item:focus {
  background-color: #da007c;
}

.navbar .navbar-nav .mega-dropdown-menu .dropdown-header::before {
  color: #da007c;
}

.navbar .navbar-nav > li:last-child a {
  color: #da007c;
  border: 1px solid #da007c;
}

.navbar .navbar-nav > li:last-child:hover a {
  background-color: #da007c;
  color: #000;
}

/* -----------------------------------------------------
		Header 1 
   ----------------------------------------------------- */

.navbar.header-1 {
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.navbar.header-1.header-1-black {
  background-color: black;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
}

.navbar.header-1 ul.navbar-nav li:last-child {
  margin-bottom: 1px;
}

/* -----------------------------------------------------
		Header 1 Landing page links
   ----------------------------------------------------- */

.navbar.landing-page ul li.active a,
.navbar.landing-page ul li:hover a {
  color: #da007c;
}

/* -----------------------------------------------------
		Header 3 
   ----------------------------------------------------- */

.navbar.header-3 .navbar-nav > li:last-child a {
  color: #fff;
}

.navbar.header-3 .navbar-nav > li:last-child:hover a {
  background-color: #404040;
  color: #fff;
}

.navbar.header-3 ul.navbar-nav li.nav-item:last-child.dropdown:hover > a {
  color: #da007c;
}

.navbar.header-3 ul.navbar-nav li.nav-item:last-child.dropdown ul li > a {
  color: #000;
}

.navbar.header-3 ul.navbar-nav li.nav-item:last-child.dropdown ul li:hover > a {
  background-color: #da007c;
  color: #000;
}

/* -----------------------------------------------------
		Header 4
   ----------------------------------------------------- */

.navbar.header-4 {
  background-color: #da007c;
  border-top: 4px solid #444;
}

.navbar.header-4 .navbar-nav li a {
  color: #444;
}

.navbar.header-4 .navbar-nav > li:last-child {
  border: unset;
}

.navbar.header-4 .navbar-nav > li:last-child a {
  color: #444;
}

.navbar.header-4 .navbar-nav > li:last-child:hover a {
  background-color: unset;
  color: #da007c;
}

.navbar.header-4 .navbar-nav > li:last-child a {
  border: unset;
}

.navbar.header-4 ul.navbar-nav li.nav-item:last-child.dropdown:hover > a {
  color: #000;
}

.navbar.header-4 ul.navbar-nav li.nav-item:last-child.dropdown ul li > a {
  color: #000;
}

.navbar.header-4 a.dropdown-item:focus,
.navbar.header-4 .navbar-nav .dropdown-menu li:hover.active > a,
.navbar.header-4 .navbar-nav .dropdown-menu li.active > a {
  background-color: #000;
  color: #fff;
}

.navbar.header-4 a.dropdown-item:focus,
.navbar.header-4 .navbar-nav .dropdown-menu li:hover > a {
  background-color: #222;
  color: #fff;
}

.navbar.header-4 ul.navbar-nav li.nav-item:last-child.dropdown ul li:hover > a {
  background-color: #000;
  color: #fff;
}

.navbar.header-4 ul.navbar-nav li.nav-item.dropdown.active > a,
.navbar.header-4 ul.navbar-nav li.nav-item.dropdown:hover > a {
  font-weight: 600;
  color: #000;
}

.navbar.header-4 .navbar-nav .dropdown-menu li.active a:after,
.navbar.header-4 .navbar-nav .dropdown-menu li:hover a:after {
  border-left-color: #da007c;
}

.navbar.header-4 ul.navbar-nav li.nav-item.dropdown > a:focus,
.navbar.header-4 ul.navbar-nav li.nav-item.dropdown:hover > a:focus,
.navbar.header-4 ul.navbar-nav li.nav-item.dropdown:hover > a {
  color: #000;
}

/* -----------------------------------------------------
		Homepage 3 landing page Navbar
   ----------------------------------------------------- */

.navbar.header-4.landing-page ul li.active a.nav-link {
  color: #000;
  font-weight: 600;
}

.navbar.header-4.landing-page ul li:hover a.nav-link {
  color: #111;
  font-weight: 600;
}

/* -----------------------------------------------------
		Navbar Color Media Queries
   ----------------------------------------------------- */

@media (max-width: 1200px) {
  .navbar a.dropdown-item:focus {
    background-color: unset;
  }
  .navbar .navbar-nav .dropdown-menu li:hover a:after {
    border-left-color: #da007c;
  }
  .dropdown-menu {
    background-color: #000;
  }
  .dropdown-submenu {
    background-color: #000;
  }
  .dropdown-submenu .dropdown-sbm {
    background-color: #000;
  }
  .navbar .navbar-nav a.nav-link {
    color: #fff;
  }
  .navbar a.dropdown-item {
    color: #fff;
  }
  .dropdown-submenu .dropdown-sbm {
    background-color: #000;
  }
  .navbar .navbar-nav a.nav-link:first-child {
    border-top: 1px solid #111111;
  }
  .navbar .navbar-nav a.nav-link {
    border-bottom: 1px solid #111111;
  }
  .navbar a.dropdown-item {
    color: #fff;
    border-bottom: 1px solid #1d1b1b;
    background-color: #000;
  }
  .navbar .navbar-nav > .dropdown-menu {
    border-radius: unset;
  }

  .navbar .navbar-nav .mega-dropdown-menu .dropdown-header {
    color: #fff;
  }
  .navbar .navbar-nav .mega-dropdown-menu > li ul > li.active > a {
    background-color: unset;
    color: #da007c;
  }

  .navbar .navbar-nav .mega-dropdown-menu a:hover {
    background-color: #da007c;
  }

  .navbar .navbar-nav > li:last-child {
    border: 1px solid #da007c;
  }
  .navbar .navbar-nav > li:last-child:hover a {
    background-color: unset;
    color: #da007c;
  }
  .navbar .navbar-nav > li:last-child a {
    color: #fff;
  }
  .navbar .navbar-nav .dropdown-menu li:hover > a {
    background-color: unset;
    color: #da007c;
  }
  .navbar .navbar-nav .dropdown-menu li.active > a,
  .navbar .navbar-nav .dropdown-menu li:hover.active > a,
  .navbar .navbar-nav .dropdown-menu li:hover > a {
    background-color: unset;
    color: #da007c;
  }
  .navbar .navbar-nav .dropdown-menu li.active a:after,
  .navbar .navbar-nav .dropdown-menu li:hover a:after {
    border-left: 5px solid #da007c;
  }
}

/* -----------------------------------------------------
		Header 1
   ----------------------------------------------------- */

@media (max-width: 1200px) {
  .navbar.header-1 ul.navbar-nav {
    background-color: #000;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

/* -----------------------------------------------------
		Header 3
   ----------------------------------------------------- */

@media (max-width: 768px) {
  .navbar.header-3 .nav-toggle-button .navbar-toggler {
    background-color: #fff;
    border-radius: unset;
    color: #000;
  }
}

/* -----------------------------------------------------
		Header 4
   ----------------------------------------------------- */

@media (max-width: 1200px) {
  .navbar.header-4 .navbar-nav a.nav-link {
    border-bottom: 1px solid #666;
  }
  .navbar.header-4 a.nav-link i {
    color: #000;
  }
  .navbar.header-4 li:hover a.nav-link i,
  .navbar.header-4 li.active a.nav-link i {
    color: #000;
    font-weight: 600;
  }
}

/************ RESTAURANT HEADER ***********/

/* -----------------------------------------------------
		SideNav For Restaurant Homepage
   ----------------------------------------------------- */

a {
  text-decoration: none !important;
}

#mySidenav::-webkit-scrollbar {
  background: #f2f2f2;
}

#mySidenav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#mySidenav::-webkit-scrollbar-thumb {
  background-color: #303030;
  outline: 1px solid slategrey;
}

.list-group a,
.list-group a:hover,
.list-group a.active,
.list-group a:hover,
.btn-abs button i {
  color: #000;
}

.list-group a.active,
.btn-abs button:after {
  background-color: #da007c;
}

.btn-abs button:after {
  background-color: #da007c;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.list-group a,
.sidenav {
  background-color: #fff;
}

.sidenav .closebtn {
  color: #fff;
}

.rstnt-header-name h3 span {
  color: #da007c;
}

.rstnt-header-name h3:after {
  background-color: #111;
}

.list-group a:hover {
  background-color: #ecbd01;
}

.list-group a i,
.list-group .sub-menu i,
.list-group .sub-menu a {
  color: #444;
}

.list-group .mega-sub-menu-links a {
  color: #666;
}

ul.main-menu-social li a {
  color: #111;
}

/* -----------------------------------------------------
		Hero Content
   ----------------------------------------------------- */

/************ SLIDER ***********/

.flexslider-container .flexslider {
  border: 0px;
  border-radius: 0px;
}

#slider {
  border: 0px;
  border-radius: 0px;
}

#slider .meta {
  color: black;
}

#slider .item-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(112, 86, 7, 0.45)),
      to(rgba(112, 86, 7, 0.45))
    ),
    url(../images/slider-1.jpg) center center no-repeat;
  background: linear-gradient(rgba(112, 86, 7, 0.45), rgba(112, 86, 7, 0.45)),
    url(../images/slider-1.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
}

#slider .item-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(112, 86, 7, 0.45)),
      to(rgba(112, 86, 7, 0.45))
    ),
    url(../images/slider-2.jpg) center center;
  background: linear-gradient(rgba(112, 86, 7, 0.45), rgba(112, 86, 7, 0.45)),
    url(../images/slider-2.jpg) center center;
  background-size: cover;
  height: 100%;
}

#slider li .category .btn {
  border-radius: 0px;
  border: 1px solid black;
  background: transparent;
  color: black;
  border-radius: 30px;
}

/*************** SLIDER-2 ****************/

#slider-2 li .meta h1,
#slider-2 li .meta p {
  color: white;
}

#slider-2 li .meta .btn-white:hover {
  background: #000;
  color: white;
}

/*************** SLIDER-3 ****************/

#slider-3 li .meta h1,
#slider-3 li .meta p {
  color: white;
}

#slider-3 li .meta .btn-white:hover {
  background: #000;
  color: white;
}

/******* HERO CONTENT ********/

#hero-main .hero-content {
  color: white;
}

#hero-main .hero-content #title .fa {
  background-color: #ed8323;
  color: white;
}

#hero-main .hero-content form h4 {
  margin-bottom: 20px;
}

#hero-main .hero-content form input,
#hero-main .hero-content form select {
  background: none;
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid white;
  color: white;
}

#hero-main .hero-content form input,
#hero-main .hero-content form select,
#hero-main .hero-content form .btn {
  border-radius: 0px;
}

#hero-main .hero-content form input::-webkit-input-placeholder {
  color: white;
}

#hero-main .hero-content form input:-ms-input-placeholder {
  color: white;
}

#hero-main .hero-content form input::-ms-input-placeholder {
  color: white;
}

#hero-main .hero-content form input::placeholder {
  color: white;
}

#hero-main .hero-content form select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#hero-main .hero-content form select option {
  color: black;
}

#hero-main .hero-content form .fa {
  color: #da007c;
}

#hero-main .hero-content form .btn {
  background: white;
  color: #565656;
}

#hero-main .hero-content form .btn:hover {
  background: #da007c;
  color: #000;
}

/******* IMAGE-VERSION ********/

.home-background {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(112, 86, 7, 0.45)),
      to(rgba(112, 86, 7, 0.45))
    ),
    url(../images/background.jpg) center center no-repeat;
  background: linear-gradient(rgba(112, 86, 7, 0.45), rgba(112, 86, 7, 0.45)),
    url(../images/background.jpg) center center no-repeat;
  background-size: cover;
}

/******* VIDEO-VERSION ********/

#homepage-3 #hero-main {
  background: rgba(0, 0, 0, 0.6);
}

/******************* META *****************/

.meta.txt-white h1,
.meta.txt-white p {
  color: white;
}

.meta.txt-white .highlight-price {
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.meta.txt-white .btn-white {
  color: #333;
}

.meta.txt-white .btn-white:hover {
  background: #000;
  color: white;
}

.meta .highlight-price {
  background: #da007c;
}

.overlay-02 {
  background: rgba(0, 0, 0, 0.2);
}

/*************** SEARCH-STYLE *************/

.search-form input,
.search-form select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.search-form input::-webkit-input-placeholder {
  color: #555;
}

.search-form input:-ms-input-placeholder {
  color: #555;
}

.search-form input::-ms-input-placeholder {
  color: #555;
}

.search-form input::placeholder {
  color: #555;
}

.search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-style form .form-group .fa {
  color: #da007c;
}

.search-style {
  position: relative;
  background: #ebebeb;
}

.search-style:after {
  background: linear-gradient(-135deg, #ebebeb 16px, transparent 0),
    linear-gradient(135deg, #ebebeb 16px, transparent 0);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 33px 33px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  height: 32px;
  z-index: 1;
}

/* -----------------------------------------------------
		About
   ----------------------------------------------------- */

#about {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(246, 246, 246, 0.8)),
      to(rgba(246, 246, 246, 0.8))
    ),
    url("../images/about-background.jpg");
  background: linear-gradient(
      rgba(246, 246, 246, 0.8),
      rgba(246, 246, 246, 0.8)
    ),
    url("../images/about-background.jpg");
  background-size: cover;
  background-position: 50% 70%;
}

#about-img {
  background: url("../images/about-img.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

#about-text {
  background: #da007c;
}

#about-text h2,
#about-text p {
  color: #000000;
}

#about-text .btn {
  background: #000000;
  color: white;
}

#about-text .btn:hover {
  background: white;
  color: #000;
}

.about-intro-img:before {
  border: 4px solid #da007c;
}

.about-intro-img:after {
  border: 4px solid #d9d9d9;
}

.about-intro-text p {
  color: #646668;
}

/**************** ABOUT-US-2 ***************/

.about-lines li span {
  color: #da007c;
}

/**************** ABOUT-US-3 ***************/

.about-3-block .fa {
  color: #a4a4a4;
  background: #f2f2f2;
  border-radius: 100%;
}

.about-3-block:hover .fa {
  color: white;
  background: #da007c;
}

/* -----------------------------------------------------
		Banners
   ----------------------------------------------------- */

#banner-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../images/banner-1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/banner-1.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

#banner-1 p {
  color: white;
}

#banner-1 .btn-yellow {
  border: 1px solid #da007c;
}

/***************** BANNER-2 ****************/

#banner-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/banner-2.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/banner-2.jpg");
  background-size: cover;
  background-position: 50% 55%;
  color: white;
}

#banner-2 .highlight-box h2 {
  color: #da007c;
}

#banner-2.banner-2-colored {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 203, 5, 0.9)),
      to(rgba(255, 203, 5, 0.9))
    ),
    url("../images/banner-2.jpg");
  background: linear-gradient(rgba(255, 203, 5, 0.9), rgba(255, 203, 5, 0.9)),
    url("../images/banner-2.jpg");
  background-size: cover;
  background-position: 50% 55%;
  color: #231f20;
}

#banner-2.banner-2-colored .highlight-box h2,
#banner-2.banner-2-colored .highlight-box h4 {
  color: #222;
}

/***************** BANNER-3 ****************/

#banner-3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 35, 148, 0.9)),
      to(rgba(255, 35, 148, 0.9))
    ),
    url("../images/banner-3.jpg");
  background: linear-gradient(rgba(255, 35, 148, 0.9), rgba(255, 35, 148, 0.9)),
    url("../images/banner-3.jpg");
  background-size: cover;
  background-position: 50% 55%;
  color: #0d0d0d;
}

#banner-3 .b3-block h4,
#banner-3 .b3-block p {
  color: #0d0d0d;
}

#banner-3 .b3-block .fa {
  border: 1px dashed #0d0d0d;
  border-radius: 100%;
}

#banner-3 .b3-block:hover .fa {
  background: #0d0d0d;
  color: #da007c;
}

/***************** BANNER-4 ****************/

#banner-4 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/banner-4.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/banner-4.jpg");
  background-size: cover;
  background-position: 50% 35%;
}

#banner-4 h2,
#banner-4 h4,
#banner-4 p {
  color: white;
}

#reservation-modal .modal-content {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.75)),
      to(rgba(255, 255, 255, 0.75))
    ),
    url("../images/reservation-modal.jpg");
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url("../images/reservation-modal.jpg");
  background-size: cover;
  background-position: 50% 35%;
}

#reservation-modal .modal-content .modal-header {
  border-bottom: 0px;
}

#reservation-modal .modal-body input,
#reservation-modal .modal-body textarea {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  background: #f0f0f0;
}

/***************** BANNER-5 ****************/

#banner-5 {
  background: #f7f7f7;
}

#banner-5 .highlight-box-2 .h-icon .fa {
  color: #da007c;
}

#banner-5 .highlight-box-2 .h-text h2 {
  color: #474747;
}

#banner-5 .highlight-box-2 .h-text h4 {
  color: #808285;
}

/***************** BANNER-6 ****************/

#banner-6 {
  background: url("../images/banner-6.jpg") 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

#banner-6 .banner-6-content {
  background: #da007c;
  color: #222;
}

#banner-6 .banner-6-text p {
  color: #222;
}

#banner-6 .banner-6-text .btn {
  background: #222;
  color: white;
  border-radius: 0px;
}

#banner-6 .banner-6-text .btn:hover {
  background: #000;
  color: white;
}

/* -----------------------------------------------------
		Specials
   ----------------------------------------------------- */

#specials {
  background: #f1f2f2;
}

.special-block {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.special-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.special-title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-5%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) -5%,
    rgba(0, 0, 0, 1) 100%
  );
  color: white;
}

.special-block:hover .special-title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.special-title h4 {
  border-left: 3px solid #da007c;
}

/* -----------------------------------------------------
		Rooms Grid
   ----------------------------------------------------- */

.room-block:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.room-block:hover .room-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.room-block .room-title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 20%,
    rgba(0, 0, 0, 1) 100%
  );
}

.room-block .room-title a {
  color: white;
}

.room-block .room-title .rating {
  color: #da007c;
}

.room-block .room-price {
  background: #f6f6f6;
}

.room-block .room-price li {
  color: #000000;
}

.room-block .room-price li .link a {
  color: #999999;
}

#owl-rooms .owl-controls .owl-page span {
  border-radius: 0px;
  background: none;
  border: 1px solid #939598;
}

#owl-rooms .owl-controls .owl-page.active span {
  border-radius: 0px;
  background: #da007c;
  border-color: #da007c;
}

/*************** ROOM-BLOCK-2 **************/

.room-block-2:hover .room-block-2-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.room-block-2-img .room-block-2-btn .btn {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: white;
  color: #222;
}

.room-block-2-img .room-block-2-btn .btn:hover {
  background: #da007c;
}

.room-block-2-title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(15%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 15%,
    rgba(0, 0, 0, 1) 100%
  );
  color: white;
}

.room-block-2-img .rating {
  color: white;
}

.room-block-2-title h3 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 203, 5, 0)),
    color-stop(30%, rgba(255, 203, 5, 0.8)),
    to(rgba(255, 203, 5, 1))
  );
  background: linear-gradient(
    to left,
    rgba(255, 203, 5, 0) 0%,
    rgba(255, 203, 5, 0.8) 30%,
    rgba(255, 203, 5, 1) 100%
  );
}

.room-block-2-title h3 a {
  color: #111;
}

.room-block-2-title h4 span {
  color: #da007c;
}

#owl-rooms-2 .owl-controls .owl-buttons .owl-prev,
#owl-rooms-2 .owl-controls .owl-buttons .owl-next {
  background: none;
  color: #0d0d0d;
}

/* -----------------------------------------------------
		Latest Offers
   ----------------------------------------------------- */

#offer-1 {
  background: url("../images/offer-1.jpg");
  background-size: cover;
  height: 370px;
  width: 100%;
}

#offer-2 {
  background: url("../images/offer-2.jpg");
  background-size: cover;
  height: 370px;
  width: 100%;
}

.offer-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.offer-block .offer-mask {
  background: rgba(0, 0, 0, 0.65);
  color: white;
}

.offer-block:hover .offer-mask {
  background: rgba(0, 0, 0, 0.8);
}

.offer-block .offer-mask .tag {
  background: #da007c;
  color: #000000;
}

.offer-block .offer-mask .offer-info p {
  color: white;
}

.dish-deal-text {
  background: #0d0d0d;
  color: white;
}

.dish-deal-text h2 {
  color: #da007c;
}

.dish-deal-text p {
  color: white;
}

.dish-deal-mask::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  border-right: 8px solid #da007c;
}

.dish-deal-text {
  -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.4);
}

.dish-deal-text .dish-off {
  background: #da007c;
  border-radius: 100%;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  color: #0d0d0d;
}

.dish-deal-text .dish-deal-price span {
  color: #da007c;
}

/* -----------------------------------------------------
		Dish Menu
   ----------------------------------------------------- */

#dish-menu {
  background: url("../images/dish-m.jpg") no-repeat scroll center bottom /
    contain;
  position: relative;
}

#dish-menu .nav-tabs {
  border-bottom: 4px solid #da007c;
}

#dish-menu .nav-tabs li a {
  color: #474747;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  border-bottom: 0px;
  background: #f2f2f2;
}

#dish-menu .nav-tabs li.active a {
  background: #da007c;
  color: #0d0d0d;
  border-color: #da007c;
}

#dish-menu .nav-tabs li a.active {
  background: #da007c;
  color: #0d0d0d;
  border-color: #da007c;
}

#dish-menu .tab-pane .dish-list img {
  border-radius: 100%;
}

@media (min-width: 768px) {
  #dish-menu .tab-pane ul li:nth-child(odd) {
    border-right: 1px dotted #bebfc1;
  }
}

@media (max-width: 767px) {
  #dish-menu .tab-pane ul li {
    border-bottom: 1px dotted #bebfc1;
  }
  #dish-menu .tab-pane ul li:last-child {
    border-bottom: 0px;
  }
}

/* -----------------------------------------------------
		Services
   ----------------------------------------------------- */

.service-block {
  border: 1px solid #e3e4e5;
}

.service-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.service-block:hover .fa {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.service-block .fa {
  color: #da007c;
}

.service-block .service-name {
  color: #414042;
}

.service-block p {
  color: #808285;
}

/* -----------------------------------------------------
		Gallery
   ----------------------------------------------------- */

.filter-button {
  border-radius: 0px;
  color: #808285;
  outline: none;
  background: #e6e7e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-button:hover {
  background-color: #da007c;
  color: white;
}

.filter-button:focus {
  background-color: #da007c;
  color: white;
}

.filter-button.active {
  background-color: #da007c;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery-block .gallery-mask {
  background: rgba(0, 0, 0, 0.7);
}

#gallery .gallery-block:hover .gallery-title {
  opacity: 1;
}

#gallery .gallery-block .gallery-mask .gallery-title h2 {
  color: white;
}

#gallery .gallery-block .gallery-mask .gallery-title p {
  color: #da007c;
}

/************ MASONRY-GALLERY ************/

.m-gallery-block:hover .m-gallery-mask {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.m-gallery-mask {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.m-gallery-mask a {
  color: #da007c;
}

/* -----------------------------------------------------
 	     Team
   ----------------------------------------------------- */

.member-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.member-block:hover .member-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.member-block:hover .member-img .title {
  background: black;
}

.member-block .member-img .title {
  background: rgba(0, 0, 0, 0.6);
}

.member-block .member-img .title .member-name {
  color: #da007c;
}

.member-block .member-img .title .member-status {
  color: white;
}

.member-block .member-info {
  background: #f6f6f6;
  border: 1px solid transparent;
}

.member-block:hover .member-info {
  background: white;
  border: 1px solid #e3e4e5;
}

.member-block .member-info .connect li a.fb {
  color: #3b5998;
}

.member-block .member-info .connect li a.tw {
  color: #55acee;
}

.member-block .member-info .connect li a.ln {
  color: #1e3361;
}

#owl-team .owl-controls .owl-page span {
  border-radius: 0px;
  background: none;
  border: 1px solid #939598;
}

#owl-team .owl-controls .owl-page.active span {
  border-radius: 0px;
  background: #da007c;
  border-color: #da007c;
}

/******************* TEAM-2 ****************/

.member-block-2 {
  border: 1px solid #e6e6e6;
}

.member-img-2 .member-title-2 {
  background: #da007c;
}

.member-img-2 .member-title-2 p {
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.member-img-2 .member-title-2 ul li .fa {
  background: white;
  color: #222;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.member-img-2 .member-title-2 ul li .fa:hover {
  background: #222;
  color: #da007c;
}

.member-block-2 .member-img-2 .member-mask-2 {
  background: rgba(0, 0, 0, 0.7);
}

#owl-team-2 .owl-controls .owl-page span {
  border-radius: 0px;
  background: none;
  border: 1px solid #939598;
}

#owl-team-2 .owl-controls .owl-page.active span {
  border-radius: 0px;
  background: #da007c;
  border-color: #da007c;
}

/* -----------------------------------------------------
		Testimonials
   ----------------------------------------------------- */

#testimonials {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 203, 5, 0.8)),
      to(rgba(255, 203, 5, 0.8))
    ),
    url("../images/testimonial.jpg");
  background: linear-gradient(rgba(255, 203, 5, 0.8), rgba(255, 203, 5, 0.8)),
    url("../images/testimonial.jpg");
  background-size: cover;
  background-position: center;
}

.review-carousel h2 {
  color: #231f20;
}

.review-carousel .carousel-inner img {
  border: 10px solid white;
}

.review-carousel .carousel-inner p {
  color: #231f20;
}

.review-carousel .carousel-inner .carousel-item .rating .fa {
  color: #231f20;
}

.review-carousel .carousel-inner .carousel-item .rating .fa.star-opacity {
  opacity: 0.7;
}

.review-carousel .carousel-indicators li {
  border-radius: 100%;
  border-color: #000;
}

.review-carousel .carousel-indicators li.active {
  background: #000;
}

@media (max-width: 767px) {
  .review-carousel .carousel-inner img {
    border: 7px solid white;
  }
}

/************ TESTIMONIALS-2 ************/

#testimonials-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 203, 5, 0.85)),
      to(rgba(255, 203, 5, 0.85))
    ),
    url("../images/testimonial-2.jpg");
  background: linear-gradient(rgba(255, 203, 5, 0.85), rgba(255, 203, 5, 0.85)),
    url("../images/testimonial-2.jpg");
  background-size: cover;
  background-position: 50% 55%;
  color: #231f20;
}

#testimonials-2 .page-heading h2 {
  color: #231f20;
}

.review-block .reviewer-text small {
  color: #231f20;
}

.review-block .reviewer-text,
.review-block .reviewer-img img {
  border: 1px solid #231f20;
}

.review-block .reviewer-text blockquote {
  border-left: 0px;
}

#owl-testimonials-2 .owl-controls .owl-buttons div {
  background: transparent;
  color: #111;
}

.t-highlight-box {
  -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.t-highlight-box:before,
.t-highlight-box:after,
.border-shape:before,
.border-shape:after {
  background: #231f20;
}

.t-highlight-text p {
  color: #231f20;
}

/************** TESTIMONIALS-3 *************/

#testimonials-3.testimonials-3-col-bg {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 35, 148, 0.8)),
      to(rgba(255, 35, 148, 0.8))
    ),
    url("../images/fondocomentarios.jpg") 50% 0%;
  background: linear-gradient(rgba(255, 35, 148, 0.8), rgba(255, 35, 148, 0.8)),
    url("../images/fondocomentarios.jpg") 50% 0%;
  background-size: cover;
  background-position: center;
}

#testimonials-3 .page-heading-2 p,
.testimonial-block .testimonial-img .testimonial-title h5 {
  color: #2f2f2f;
}

.testimonial-block .testimonial-text blockquote {
  border-left: 0px;
}

.testimonial-block .testimonial-img .testimonial-title p {
  color: #f2f2f2;
}

#testimonials-3 .owl-theme .owl-controls .owl-buttons div {
  background: none;
  color: #2f2f2f;
}

/* -----------------------------------------------------
		Price Table
   ----------------------------------------------------- */

.price-table {
  background: #f1f2f2;
}

.price-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.price-table .p-table-heading .title {
  color: #000000;
}

.price-table .p-table-heading .price {
  background-color: #da007c;
  color: white;
}

.price-table .features li {
  color: #58595b;
  border-bottom: 1px solid #d1d3d4;
}

.price-table .features li:last-child {
  border-bottom: 0px;
}

/*************** PRICE-TABLE-2 *************/

.price-table-2:hover {
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.price-table-2 .p-table-2-heading {
  background: #4d4d4d;
  color: white;
}

.price-table-2:hover .p-table-2-heading {
  background: #da007c;
}

.price-table-2 .p-table-2-heading .price-2 {
  background: white;
  color: #aaaaaa;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.price-table-2:hover .p-table-2-heading .price-2 {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #da007c;
}

.price-table-2 .features-2 {
  border: 1px solid #e6e6e6;
  border-top: 0px;
}

.price-table-2 .features-2 li {
  color: #6d6e71;
}

.price-table-2:hover .features-2 li {
  color: #4d4d4d;
}

.price-table-2 .btn {
  background: #727272;
  color: white;
}

.price-table-2 .btn:hover {
  background: #000;
  color: white;
}

.price-table-2.best-package .p-table-2-heading {
  background: #da007c;
  color: white;
}

.price-table-2.best-package .p-table-2-heading .price-2 {
  background: white;
  color: #da007c;
}

.price-table-2.best-package .features-2 li {
  color: #4d4d4d;
}

.price-table-2.best-package .btn {
  background: #da007c;
  color: white;
}

.price-table-2.best-package .btn:hover {
  background: #000;
  color: white;
}

/* -----------------------------------------------------
		Latest Blog
   ----------------------------------------------------- */

.latest-block:hover .latest-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.latest-block .latest-img .latest-info {
  background: rgba(0, 0, 0, 0.73);
  color: white;
  border-left: 8px solid #da007c;
}

.latest-block:hover .latest-img .latest-info {
  background: rgba(0, 0, 0, 1);
}

.latest-block .latest-img .latest-info p,
.latest-block .latest-img .latest-info a {
  color: white;
}

.latest-block .latest-img .latest-info p span {
  color: #da007c;
}

/* -----------------------------------------------------
		Newsletter
   ----------------------------------------------------- */

#newsletter {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/newsletter.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/newsletter.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

#newsletter p {
  color: white;
}

#newsletter form input {
  border-radius: 0px;
}

#newsletter form .input-group-btn .btn {
  border: 1px solid #da007c;
  background: #da007c;
  color: #000;
}

#newsletter form .input-group-btn .btn:hover {
  background: black;
  color: #da007c;
}

/*************** NEWSLETTER 2 ***************/

#newsletter-2 {
  background: #da007c;
  color: #000;
  position: relative;
}

#newsletter-2:after {
  background: linear-gradient(-135deg, #da007c 16px, transparent 0),
    linear-gradient(135deg, #da007c 16px, transparent 0);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 33px 33px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  height: 32px;
  z-index: 1;
}

#newsletter-2 form input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

#newsletter-2 form input,
#newsletter-2 form .input-group-btn .btn {
  border: 0px;
}

#newsletter-2 form .input-group-btn .btn {
  background: white;
  color: #da007c;
}

#newsletter-2 form .input-group-btn .btn:hover {
  background: #000;
  color: white;
}

/* -----------------------------------------------------
		Contact Form 2
   ----------------------------------------------------- */

#contact-form-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/contact-form.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/contact-form.jpg");
  background-size: cover;
  background-position: center;
  color: #f2f2f2;
}

#contact-form-2 h2 {
  color: white;
}

#contact-form-2 h2:first-letter {
  color: #da007c;
  border-bottom: 2px solid #da007c;
}

#contact-form-2 input,
#contact-form-2 textarea {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.address-text-icon .a-text p {
  color: #f2f2f2;
}

.address-text-icon .a-text a {
  color: #da007c;
}

/* -----------------------------------------------------
		Footer
   ----------------------------------------------------- */

#footer-top {
  background: #ededee;
}

#footer-top #more-about .footer-heading {
  color: #6d6e71;
}

#footer-top #more-about .footer-heading span {
  color: #da007c;
}

#footer-top #more-about .social-links li a {
  color: #4b4b4b;
}

#footer-top .footer-heading,
#footer-top p,
#footer-top ul li,
#footer-top ul li a {
  color: #717171;
}

#footer-top #contact-us li {
  color: #828282;
}

#footer-top #f-newsletter input {
  border-radius: 0px;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer-top #f-newsletter .btn {
  background: white;
  color: #6d6e71;
  border: 1px solid white;
}

#footer-top #f-newsletter .btn:hover {
  background: #da007c;
  color: #000;
  border-color: #da007c;
}

#footer-top.txt-white .footer-heading,
#footer-top.txt-white #more-about .footer-heading,
#footer-top.txt-white #more-about .social-links li a,
#footer-top.txt-white p,
#footer-top.txt-white ul li,
#footer-top.txt-white ul li a,
#footer-top.txt-white #contact-us li {
  color: white;
}

#footer-bottom.grey {
  background: #202020;
}

#footer-bottom p,
#footer-bottom a,
#footer-bottom .line {
  color: #979797;
}

#footer-bottom li:first-child:after {
  background: #979797;
}

/*********** FOOTER TOP STYLE 2 ***********/

#footer-top.ftr-top-style-2 {
  background: #111;
}

#footer-top.ftr-top-style-2 #more-about .footer-heading {
  color: white;
}

#footer-top.ftr-top-style-2 #more-about .social-links li .fa {
  border: 1px solid #da007c;
  border-radius: 100%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  color: #da007c;
}

#footer-top.ftr-top-style-2 #more-about .social-links li .fa:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #da007c;
  color: #000;
}

#footer-top.ftr-top-style-2 #more-about p {
  color: #bbbbbb;
}

#footer-top.ftr-top-style-2 #more-about .other-links li a {
  color: #bbbbbb;
}

#footer-top.ftr-top-style-2 #more-about .other-links li:after {
  background: #da007c;
  border-radius: 100%;
}

/*********** FOOTER TOP STYLE 3 ***********/

#footer-top.ftr-top-style-3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url("../images/restaurant-footer.jpg") 50% 40%;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("../images/restaurant-footer.jpg") 50% 40%;
  background-size: cover;
}

#footer-top.ftr-top-style-3 .footer-heading {
  color: #da007c;
}

#footer-top.ftr-top-style-3 #footer-bottom {
  border-top: 1px dashed white;
}

#footer-top.ftr-top-style-3 #footer-bottom #copyright a {
  color: #da007c;
}

/********** RESTAURANT-FOOTER ***********/

#rstnt-footer {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url("../images/restaurant-footer.jpg") 50% 40%;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("../images/restaurant-footer.jpg") 50% 40%;
  background-size: cover;
}

.rstnt-footer-content {
  background: rgba(255, 255, 255, 0.05);
}

.rstnt-footer-content:before,
.rstnt-footer-content:after,
.rstnt-footer-content .border-shape:before,
.rstnt-footer-content .border-shape:after {
  background: #da007c;
}

.rstnt-name {
  color: white;
}

.rstnt-name span {
  color: #da007c;
}

#rstnt-footer p,
.rstnt-info li,
.rstnt-social li a {
  color: white;
}

.rstnt-info li.rstnt-time {
  color: #da007c;
}

.rstnt-social li a:hover {
  color: #da007c;
}

.rstnt-copyright a {
  color: #da007c;
}

/* -----------------------------------------------------
		Page Cover
   ----------------------------------------------------- */

.page-cover {
  color: white;
}

.page-cover .breadcrumb {
  background: none;
}

.page-cover .breadcrumb li a,
.page-cover .breadcrumb li.active {
  color: white;
}

.page-cover .breadcrumb li.active {
  color: #da007c;
}

.page-cover .breadcrumb > li + li::before {
  color: white;
}

.page-cover.black-full-overlay-img {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/page-cover.jpg") 50% 77%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/page-cover.jpg") 50% 77%;
  background-size: cover;
  height: 380px;
}

.page-cover.black-content-overlay-img {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(55%, rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 1))
    ),
    url("../images/page-cover.jpg") 50% 77%;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("../images/page-cover.jpg") 50% 77%;
  background-size: cover;
}

/********** PAGE-COVER-STYLE-3 **********/

.page-cover.page-cover-style-3 {
  background: #f2f2f2;
  color: grey;
}

.page-cover.page-cover-style-3 .breadcrumb li a {
  color: #868686;
}

.page-cover.page-cover-style-3 .breadcrumb > li + li::before {
  color: #868686;
}

/* -----------------------------------------------------
		Custom Forms
   ----------------------------------------------------- */

#custom-form-wrapper {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.85)),
      to(rgba(255, 255, 255, 0.85))
    ),
    url("../images/custom-form-wrapper.jpg") 50% 77%;
  background: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("../images/custom-form-wrapper.jpg") 50% 77%;
  background-size: cover;
}

.custom-form h3 {
  color: #222;
}

.custom-form .form-group .fa {
  color: #a7a9ac;
}

.custom-form .form-group input,
.custom-form .form-group textarea {
  border-radius: 30px;
  border-color: #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-form button {
  border-radius: 30px;
}

.custom-form .link-line,
.custom-form .simple-link {
  color: #6e7071;
}

.custom-form .link-line > a {
  color: #da007c;
}

.custom-check input[type="checkbox"] + label {
  color: #7d7d7d;
}

.custom-check input[type="checkbox"] + label span {
  color: #646464;
}

.custom-check input[type="checkbox"] + label span {
  background-color: #8d8d8d;
}

.custom-check input[type="checkbox"]:checked + label span {
  background-color: #da007c;
}

.custom-check input[type="checkbox"] + label span,
.custom-check input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  color: white;
}

/************* FULL-PAGE-FORM *************/

.full-page-body {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.65)),
      to(rgba(0, 0, 0, 0.65))
    ),
    url("../images/full-page-form.jpg") 100% 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../images/full-page-form.jpg") 100% 50%;
  background-size: cover;
  height: 100%;
}

.full-page-content .full-page-txt .about-intro-text h2 {
  color: #da007c;
}

.full-page-content .full-page-txt .about-intro-text h4,
.full-page-content .full-page-txt .about-intro-text p {
  color: white;
}

.full-page-form .custom-form {
  background: white;
}

.full-page-form .custom-form input {
  background: #f2f2f2;
  border: 0px;
}

/* -----------------------------------------------------
		About Pages
   ----------------------------------------------------- */

/********** ABOUT-1 **********/

#about-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/about-cover.jpg") 50% 67%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/about-cover.jpg") 50% 67%;
  background-size: cover;
}

#features ul li {
  border: 1px solid #e6e7e8;
}

#features ul li:nth-child(odd) {
  background: #f1f2f2;
}

#features .feature-block .fa {
  color: #da007c;
}

#features ul li p {
  color: #58595b;
}

#video {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(242, 192, 70, 0.8)),
      to(rgba(242, 192, 7, 0.8))
    ),
    url("../images/about-video.jpg") bottom;
  background: linear-gradient(rgba(242, 192, 70, 0.8), rgba(242, 192, 7, 0.8)),
    url("../images/about-video.jpg") bottom;
  background-size: cover;
  color: white;
}

#video .innerpage-heading h1,
#video p {
  color: white;
}

#video #play-button .fa {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.68);
  border: 8px solid rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  #features ul li:nth-child(2),
  #features ul li:nth-child(5) {
    border-left: 0px;
    border-right: 0px;
  }
  #features ul li:nth-child(-n + 3) {
    border-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #features ul li:nth-child(-n + 4) {
    border-bottom: 0px;
  }
  #features ul li:nth-child(odd) {
    border-right: 0px;
  }
}

/********** ABOUT-2 **********/

#intro #intro-img img {
  border-radius: 30px;
}

@media (min-width: 992px) {
  #intro #features ul li:nth-child(3) {
    border-right: 0px;
  }
  #intro #features ul li:nth-child(-n + 3) {
    border-bottom: 1px solid #e6e7e8;
  }
}

/* -----------------------------------------------------
		Room Pages
   ----------------------------------------------------- */

/********** ROOM LISTINGS PAGE **********/

#room-listing-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/room-listing-cover.jpg") 25% 77%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/room-listing-cover.jpg") 25% 77%;
  background-size: 185%;
}

#room-listing-blocks #room-list-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))
    ),
    url(../images/room-list-1.jpg) bottom;
  background: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../images/room-list-1.jpg) bottom;
  background-size: cover;
}

#room-listing-blocks #room-list-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))
    ),
    url(../images/room-list-2.jpg) 65% 70%;
  background: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../images/room-list-2.jpg) 65% 70%;
  background-size: cover;
}

#room-listing-blocks #room-list-3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))
    ),
    url(../images/room-list-3.jpg) 65% 80%;
  background: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../images/room-list-3.jpg) 65% 80%;
  background-size: cover;
}

#room-listing-blocks #room-list > li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

#room-listing-blocks #room-list > li .room-text {
  background: rgba(239, 239, 240, 0.85);
  color: black;
}

#room-listing-blocks #room-list > li:hover .room-text {
  background: rgba(239, 239, 240, 1);
}

.room-position {
  color: #8f8f8f;
}

.room-info .room-features li .fa {
  background: white;
  color: #585858;
}

.room-info p {
  color: #6b6768;
}

.room-info .btn {
  color: #222121;
}

.room-info .btn:hover {
  color: white;
}

@media (max-width: 768px) {
  #room-listing-blocks #room-list-3 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.2)),
        to(rgba(255, 255, 255, 0.2))
      ),
      url(../images/room-list-3.jpg) 0% 80%;
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
      ),
      url(../images/room-list-3.jpg) 0% 80%;
    background-size: cover;
  }
}

/************ ROOM GRID PAGE ***********/

#room-grid-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/room-grid-cover.jpg") 50% 63%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/room-grid-cover.jpg") 50% 63%;
  background-size: 130%;
}

/********** ROOM DETAILS PAGE **********/

#room-details-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/room-details-cover.jpg") 0% 33%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/room-details-cover.jpg") 0% 33%;
  background-size: 150%;
}

#room-details-page .carousel-indicators li {
  background: white;
}

#room-details-page .carousel-indicators li.active {
  background: #da007c;
  border-color: #da007c;
}

#room-inner-carousel .price-tag {
  background: #da007c;
}

#room-inner-carousel .price-tag p {
  color: black;
}

#room-details .content-side {
  margin-top: 0px;
}

.search-bar {
  background: #e5e5e5;
}

.search-bar form .fa {
  color: #808285;
}

.search-bar input,
.search-bar select {
  border-radius: 0px;
  border: 0px;
  color: #808285;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-bar form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-bar form select option {
  color: black;
}

.room-description {
  border: 1px solid #eceded;
}

#room-facilities {
  background: #f2f3f3;
}

.facility-block .fa {
  background: white;
  color: #6d6e71;
}

.facility-block p {
  color: #979797;
}

.cart-highlight,
.support-block {
  background: #efeff0;
}

.cart-highlight p {
  color: #7e7e7e;
}

.support-block .query {
  color: #5c5c5c;
}

.support-block ul li {
  color: #a7a9ac;
}

.support-block ul li .fa {
  color: #a1a1a1;
}

.special-offer {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 203, 5, 0.8)),
      to(rgba(255, 203, 5, 0.8))
    ),
    url("../images/special-offer.jpg");
  background: linear-gradient(rgba(255, 203, 5, 0.8), rgba(255, 203, 5, 0.8)),
    url("../images/special-offer.jpg");
  background-size: cover;
  background-position: 15% 50%;
}

.special-offer #circle {
  background: black;
  border-radius: 100%;
  color: white;
}

.special-offer #circle p {
  color: white;
}

.special-offer #offer-text {
  color: black;
}

.special-offer .btn {
  border: 1px solid black;
  color: black;
}

.special-offer .btn:hover {
  border: 1px solid white;
  color: black;
  background: white;
}

/* -----------------------------------------------------
		Dinning Pages
   ----------------------------------------------------- */

/********** DINNING-1 **********/

#dinning-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/dining-cover.jpg") 66% 36%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/dining-cover.jpg") 66% 36%;
  background-size: cover;
}

#shef-text h1 {
  color: #2d2d2d;
}

#shef-text #tagline {
  color: #575656;
}

#shef-info p {
  color: #808285;
}

#dinning {
  background: #da007c;
}

.white {
  background: white;
}

#dinning-1 {
  background: url("../images/dish-1.jpg") 7% 57% no-repeat;
  background-size: 180%;
}

#dinning-2 {
  background: url("../images/dish-2.jpg") 34% 50% no-repeat;
  background-size: 240%;
}

#dinning-3 {
  background: url("../images/dish-3.jpg") 50% 47% no-repeat;
  background-size: 180%;
}

.dinning-block .dish-title {
  color: #252525;
}

.dinning-block .btn {
  background: black;
  color: white;
}

.dinning-block .btn:hover {
  background: #da007c;
  color: white;
}

.dish-block:hover .dish-img img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.dish-img .dish-mask {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(35%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 35%,
    rgba(0, 0, 0, 1) 100%
  );
  color: white;
}

.dish-img .dish-mask .dsh-title {
  border-left: 2px solid #da007c;
}

.dish-img .dish-mask .dsh-price {
  color: #da007c;
}

/********** DINNING-2 **********/

#menu {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.8)),
      to(rgba(255, 255, 255, 0.8))
    ),
    url("../images/pattern.jpg");
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("../images/pattern.jpg");
  background-size: cover;
}

#menu #menu-tabs {
  border-bottom: 1px solid #4d4d4d;
}

#menu #menu-tabs li a {
  border-radius: 15px 15px 0px 0px;
  color: #262626;
  border-color: transparent;
}

#menu #menu-tabs li a:hover {
  background: none;
  color: #da007c;
}

#menu #menu-tabs li a.active {
  color: #262626;
  background: #da007c;
}

#menu #menu-content .dish-category {
  border-bottom: 1px dashed lightgrey;
}

#menu #menu-content .dish-category h3 {
  color: #da007c;
}

.dish-category .dish-type .dish-name {
  color: #333333;
}

.dish-category .dish-type .dish-price {
  color: #595959;
}

/* -----------------------------------------------------
		Extra Pages
   ----------------------------------------------------- */

/************ OFFERS PAGE ***********/

#offer-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/offer-cover.jpg") 33% 67%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/offer-cover.jpg") 33% 67%;
  background-size: 140%;
}

.grey {
  background: #efeff0;
}

.offer-background .e-offer-block .offer-title,
.offer-background .e-offer-block p {
  color: white;
}

#e-offer-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/e-offer-1.jpg") 73% 47% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../images/e-offer-1.jpg") 73% 47% no-repeat;
  background-size: 182%;
}

#e-offer-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/e-offer-2.jpg") 26% 66% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../images/e-offer-2.jpg") 26% 66% no-repeat;
  background-size: 250%;
}

#e-offer-3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/e-offer-3.jpg") 36% 26% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../images/e-offer-3.jpg") 36% 26% no-repeat;
  background-size: 142%;
}

.e-offer-block p {
  color: #a7a9ac;
}

.offer-price {
  color: #8d720d;
}

.e-offer-block .btn {
  border: 1px solid transparent;
}

.offer-background .btn-yellow:hover {
  border: 1px solid #da007c;
}

@media (max-width: 420px) {
  #e-offer-1 {
    background-size: cover;
  }
  #e-offer-2 {
    background-size: cover;
  }
  #e-offer-3 {
    background-size: cover;
  }
}

/************ SERVICE PAGES ***********/

#service-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/service-cover.jpg") 50% 13%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/service-cover.jpg") 50% 13%;
  background-size: cover;
}

#our-services {
  background: #ededee;
}

#our-services .service-block {
  background: white;
}

#our-services-2 .service-block-2 {
  border-bottom: 2px solid #da007c;
  border-top: 1px solid #000;
  background: white;
}

#our-services-2 .service-block-2:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#our-services-2 .service-block-2:after {
  background: #da007c;
}

.service-block-2 .main-icon .fa {
  background: #da007c;
}

.service-block-2:hover .main-icon .fa {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#our-services-2 .service-block-2 .back-icon {
  color: #f2f2f2;
}

/************** TEAM PAGE ************/

#team-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/team-cover.jpg") 62% 46%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/team-cover.jpg") 62% 46%;
}

/************ GALLERY PAGE ***********/

#gallery-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/gallery-cover.jpg") 50% 76%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/gallery-cover.jpg") 50% 76%;
  background-size: cover;
}

#our-gallery #gallery .gallery-block:hover .gallery-mask {
  opacity: 1;
}

/************* SPA PAGE **************/

#spa-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/spa-cover.jpg") 50% 56%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/spa-cover.jpg") 50% 56%;
  background-size: cover;
}

#spa-services {
  background: #f2f2f2;
}

#owl-spa-services .spa-service-img,
#owl-spa-services .spa-service-img img {
  border-radius: 30px 0px;
}

#owl-spa-services .spa-service-block:hover .spa-service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#owl-spa-services .spa-service-img .spa-mask {
  background: #da007c;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

#owl-spa-services .spa-service-img .spa-mask p {
  color: #333;
}

#owl-spa-services .spa-service-img .spa-mask p span {
  color: #111;
}

#owl-spa-services .spa-service-text h3 {
  color: #333;
}

/********* TESTIMONIALS PAGE *********/

#testimonials-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/testimonials-cover.jpg") 70% 46%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/testimonials-cover.jpg") 70% 46%;
}

.reviewer-block {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.11);
}

.reviewer-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.reviewer-block .reviewer-img img {
  border: 6px solid #dadada;
}

.reviewer-block:hover .reviewer-img img {
  border-color: #da007c;
}

.reviewer-block .reviewer-info p {
  color: #6b6768;
}

.reviewer-block .reviewer-info .rating .fa {
  color: #da007c;
}

.reviewer-block .reviewer-info .rating .fa.star-grey {
  color: #a7a7a7;
}

/********** TESTIMONIALS-2 PAGE *********/

#our-testimonials-2 .page-heading h2 {
  color: #474747;
}

#our-testimonials-2 #testimonials-2.testimonials-2-no-bg {
  background: none;
}

#our-testimonials-2 #owl-testimonials-2 .reviewer-text .star-rating li .fa {
  color: #da007c;
}

/********** TESTIMONIALS-3 PAGE *********/

#our-testimonials-3 .testimonial-block .testimonial-text::before {
  border-left-color: #da007c;
}

#our-testimonials-3 .testimonial-block .testimonial-img .testimonial-title p {
  color: grey;
}

/********** EVENT LISTINGS PAGE *********/

#event-listing-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/event-listing-cover.jpg") 80% 66%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/event-listing-cover.jpg") 80% 66%;
  background-size: 150%;
}

.event-img .event-features li {
  color: #939598;
}

.event-img .event-features li .icon .fa {
  background: white;
}

.event-img .event-features li:hover {
  background: white;
}

#event-1 {
  background: url("../images/event-1.jpg") no-repeat;
  background-size: cover;
}

#event-2 {
  background: url("../images/event-2.jpg") no-repeat;
  background-size: cover;
}

#event-3 {
  background: url("../images/event-3.jpg") no-repeat;
  background-size: cover;
}

#event-4 {
  background: url("../images/event-4.jpg") no-repeat;
  background-size: cover;
}

#event-5 {
  background: url("../images/event-5.jpg") no-repeat;
  background-size: cover;
}

#event-6 {
  background: url("../images/event-6.jpg") no-repeat;
  background-size: cover;
}

.event-block .mask {
  background: rgba(0, 0, 0, 0.6);
}

.event-block .event-title::after {
  background: rgba(0, 0, 0, 0.6);
}

.event-block .event-title h2,
.event-block .event-title p {
  color: white;
}

.event-block .btn.btn-g-border {
  background: #efeff0;
  border-color: #dcddde;
  color: #414042;
}

.event-block:hover .btn.btn-g-border {
  background: #da007c;
  border-color: #da007c;
}

#event-blocks .pagination li a {
  border-radius: 0px;
  border: 0px;
  color: #414042;
}

#event-blocks .pagination li.active a {
  color: black;
  background: #da007c;
}

#event-blocks .pagination li a:focus {
  background: none;
}

#event-blocks .pagination li:first-child a,
#event-blocks .pagination li:last-child a {
  color: #939598;
}

#event-blocks .pagination li:hover:first-child a,
#event-blocks .pagination li:hover:last-child a,
#event-blocks .pagination li:first-child a:focus,
#event-blocks .pagination li:last-child a:focus {
  background: none;
  color: black;
}

/********** EVENT DETAILS PAGE *********/

#event-details-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/event-details-cover.jpg") 30% 56%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/event-details-cover.jpg") 30% 56%;
}

.content-side .event-details-img .tag {
  background: #da007c;
}

.content-side .event-details-img ul li {
  color: #58595b;
  border: 1px solid #ecedee;
}

.content-side .event-details-img ul li:hover {
  background: #da007c;
  color: black;
  border-color: #da007c;
}

.side-bar-heading {
  color: #000000;
}

#details-content .content-side p {
  color: #939598;
}

#details-content .about-block p {
  color: #939598;
}

#details-content .about-block .butn .btn {
  border-color: #939598;
  color: #939598;
}

#details-content .about-block .butn .btn:hover {
  border-color: black;
  color: white;
  background: black;
}

#details-content .detail-buttons .btn.btn-yellow {
  border: 1px solid #da007c;
}

#details-content .detail-buttons .btn.btn-g-border {
  background: #efeff0;
  border-color: #dcddde;
}

#details-content .detail-buttons .btn.btn-g-border:hover {
  background: black;
  border-color: black;
  color: white;
}

.side-bar .related-events #event-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/related-event-1.jpg") 52% 6% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/related-event-1.jpg") 52% 6% no-repeat;
  background-size: 200%;
}

.side-bar .related-events #event-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/related-event-2.jpg") 73% 83% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/related-event-2.jpg") 73% 83% no-repeat;
  background-size: 200%;
}

.side-bar .related-events .related-event-block .title,
.side-bar .related-events .related-event-block p {
  color: white;
}

.side-bar .related-events .related-event-block .title:hover {
  color: #da007c;
}

.side-bar .related-events .related-event-block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.side-bar .related-events #event-1:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/related-event-1.jpg") 52% 6% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/related-event-1.jpg") 52% 6% no-repeat;
  background-size: 200%;
}

.side-bar .related-events #event-2:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/related-event-2.jpg") 73% 83% no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/related-event-2.jpg") 73% 83% no-repeat;
  background-size: 200%;
}

/************ ERROR PAGE ***********/

#error-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/error-cover.jpg") 50% 46%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/error-cover.jpg") 50% 46%;
}

#error-text #code,
#error-text p {
  color: #3a3a3a;
}

#error-text #code .fa {
  color: #b6b6b6;
  -webkit-animation: example 4s linear infinite;
  animation: example 4s linear infinite;
  position: relative;
}

@-webkit-keyframes example {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes example {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

#error-text .btn {
  color: #303030;
}

#error-text .btn:hover {
  color: #da007c;
}

/****** BLOG LISITINGS PAGE ********/

#blog-listing-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/blog-listing-cover.jpg") 20% 26%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/blog-listing-cover.jpg") 20% 26%;
  background-size: cover;
}

.blog-sidebar .side-bar-heading {
  color: #444546;
}

.blog-list-detail {
  background: #f6f6f6;
}

.blog-list-block:hover:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.blog-list-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-list-detail ul li {
  color: #a7a9ac;
}

.blog-list-detail ul li .fa {
  color: #da007c;
}

.blog-list-detail .list-title {
  color: #444649;
}

.side-bar .search .form-group input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e7e8;
}

.side-bar .search .form-group .btn {
  color: #808284;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-bar .contact .c-list .icon .fa {
  background: #e8e8e8;
  color: #585858;
}

.side-bar .recent-post .recent-block .recent-text h5 {
  color: #5d5d5d;
}

.side-bar .recent-post .recent-block .recent-text span {
  color: #696868;
}

.side-bar .categories .nav-pills li {
  background: #f1f2f2;
}

.side-bar .categories .nav-pills li a {
  color: #929292;
  border-radius: 0px;
}

.side-bar .categories .nav-pills li a:hover {
  color: black;
  background-color: #da007c;
}

.side-bar .categories .nav-pills li.active a {
  color: black;
  background-color: #da007c;
}

.side-bar .follow-us li a {
  color: #a9a9a9;
}

.side-bar .follow-us li a:hover {
  color: #da007c;
}

.side-bar .tags li .btn-g-border {
  border-color: #9b9b9b;
  color: #464646;
}

.side-bar .tags li .btn-g-border:hover {
  border-color: #da007c;
  background: #da007c;
}

/******** BLOG DETAILS PAGE ********/

#blog-details-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/blog-details-cover.jpg") 100% 26%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/blog-details-cover.jpg") 100% 26%;
  background-size: cover;
}

#blog-details .blog-list-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#blog-details .blog-list-block:hover img {
  -webkit-transform: none;
  transform: none;
}

.comment-block .user-text ul .user-name:after {
  background: #333;
}

.comment-block .user-text ul .date {
  color: #9d9fa2;
}

.comment-block .user-text p {
  color: #828486;
}

.comment-block .user-text a {
  color: #c0c0c0;
}

#comment-form .innerpage-heading h1 {
  color: #464646;
}

#comment-form input,
#comment-form textarea {
  border-radius: 0px;
  border: 0px;
  background: #f1f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/******** COMING SOON ********/

#coming-soon {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.85)),
      to(rgba(0, 0, 0, 0.85))
    ),
    url("../images/coming-soon.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("../images/coming-soon.jpg");
  background-size: cover;
  color: white;
  border-bottom: 8px solid #da007c;
  border-top: 8px solid #da007c;
}

#coming-soon:before,
#coming-soon:after {
  background: #da007c;
}

.coming-soon-text h1 span {
  color: #da007c;
}

.coming-soon-text p {
  color: #b3b3b3;
}

.coming-soon-text form .btn {
  background: #da007c;
  color: #000;
}

.coming-soon-text form .btn:hover {
  background: #e6b800;
}

.coming-soon-text .coming-soon-links .fa {
  border: 1px solid #da007c;
  color: #da007c;
}

.coming-soon-text .coming-soon-links .fa:hover {
  background: #da007c;
  color: #000;
}

/******** PRICING ********/

#pricing-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/pricing-cover.jpg") 100% 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/pricing-cover.jpg") 100% 50%;
  background-size: cover;
}

/* -----------------------------------------------------
		Contact Pages
   ----------------------------------------------------- */

/********** CONTACT-1 **********/

#contact-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/contact-cover.jpg") 50% 87%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/contact-cover.jpg") 50% 87%;
  background-size: cover;
}

#contact-page #contact-blocks ul li {
  border: 1px solid #e6e7e8;
}

#contact-page #contact-blocks ul li .fa {
  color: #da007c;
}

#contact-page #contact-blocks ul li:nth-child(even) {
  background: #f1f2f2;
  border-left: 0px;
  border-right: 0px;
}

#contact-page #contact-blocks ul li p {
  color: #939598;
}

#contact-page #contact-blocks ul li .support {
  color: #000000;
}

#contact-page p {
  color: #a7a9ac;
}

#contact-page #contact-form input,
#contact-page #contact-form select,
#contact-page #contact-form textarea {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #e6e7e8;
  border-radius: 6px;
}

#contact-page #contact-form input:focus,
#contact-page #contact-form textarea:focus {
  border-color: #da007c;
}

#contact-page #contact-form .btn-g-border:hover {
  background: #da007c;
  color: black;
  border-color: #da007c;
}

.map iframe {
  border: 0;
}

@media (max-width: 767px) {
  #contact-page #contact-blocks ul li:nth-child(2) {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #e6e7e8;
    border-right: 1px solid #e6e7e8;
  }
}

/********** CONTACT-2 **********/

#map-contact-block {
  background: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #da007c;
}

#map-contact-block:after {
  background: #da007c;
}

#map-contact-block ul li .mc-icon {
  color: #da007c;
}

#map-contact-text .contact-links li a {
  color: #a7a9ac;
}

#map-contact-text .contact-links li a:hover {
  color: #da007c;
}

/* -----------------------------------------------------
		Reservation Pages
   ----------------------------------------------------- */

#reservation-cover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/reservation-cover.jpg") 33% 40%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/reservation-cover.jpg") 33% 40%;
  background-size: cover;
}

#reservation {
  background: white;
}

#reservation .innerpage-heading h1 {
  color: #575757;
}

#reservation input,
#reservation select,
#reservation textarea {
  border-radius: 0px;
  border: 1px solid #e6e7e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a7a9ac;
}

#reservation input,
#reservation input::-webkit-input-placeholder,
#reservation select,
#reservation textarea::-webkit-input-placeholder {
  color: #a7a9ac;
}

#reservation input,
#reservation input:-ms-input-placeholder,
#reservation select,
#reservation textarea:-ms-input-placeholder {
  color: #a7a9ac;
}

#reservation input,
#reservation input::-ms-input-placeholder,
#reservation select,
#reservation textarea::-ms-input-placeholder {
  color: #a7a9ac;
}

#reservation input,
#reservation input::placeholder,
#reservation select,
#reservation textarea::placeholder {
  color: #a7a9ac;
}

#reservation .fa {
  color: #da007c;
}

#reservation .selected-room-block .selected-room-price span {
  color: #da007c;
}

.reservation-info {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 203, 5, 0.8)),
      to(rgba(255, 203, 5, 0.8))
    ),
    url("../images/special-offer.jpg");
  background: linear-gradient(rgba(255, 203, 5, 0.8), rgba(255, 203, 5, 0.8)),
    url("../images/special-offer.jpg");
  background-size: cover;
}

.reservation-info p {
  color: black;
}

.reservation-support {
  background: #f1f1f1;
}

.reservation-support .support-list .icon .fa {
  color: #da007c;
}

.reservation-support .support-list .text p {
  color: #939598;
}

.reservation-support .support-list .text .bold {
  color: black;
}
