* {
  padding: 0px;
  margin: auto;
  width: auto;
}
ul{list-style: none;}
.navbar12 ul {
    margin: 0;
    padding: 0;
    display: block;
}
.navbar12 ul li.nav-item1 {
    display: inline-block;
    list-style: none;
}
a.to-top-button {
  position: fixed;
  z-index: 9999;
  color: #7d694f;
  padding-top: 0px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  background-color: transparent;
  bottom: 28px;
  right: 22px;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px -1px rgb(0 0 0 / 60%);
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #bead8d;
  opacity: 1;
  width: 59px;
  height: 56px;
}

a.to-top-button i {
  vertical-align: top;
  margin: 4px 12%;
}



	@font-face {
	  font-family: 'Quicksand', sans-serif;
	  font-style: normal;
	  font-weight: 300;
	  font-display: block;
	  src: url("fonts/Quicksand-VariableFont_wght.ttf");
	  src: url("fonts/Quicksand-Light.ttf");
	}

	@font-face {
	  font-family: 'Quicksand', sans-serif;
	  font-style: normal;
	  font-weight: 600;
	  font-display: block;
	  src: url("fonts/Quicksand-VariableFont_wght.ttf");
	  src: url("fonts/Quicksand-SemiBold.ttf");
	}

	@font-face {
	  font-family: 'Quicksand', sans-serif;
	  font-style: normal;
	  font-weight: 400;
	  font-display: block;
	  src: url("fonts/Quicksand-VariableFont_wght.ttf");
	  src: url("fonts/Quicksand-Regular.ttf");
	}



/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');*/
  .no-gutter{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
.brush-desk{background: url(../images/14-white-grunge-brush-stroke-5.png);
     bottom: -1px;
     background-repeat: repeat;
    position:absolute; 
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 998;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-origin: content-box;
}
.brush-deskk{background: url(../images/bottom.png);
    background-repeat: repeat;
    position: absolute;
    top:  -1px; 
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 10;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-origin: content-box;
  }
  
  .brush-desk_home_accom{background: url(../images/brush2.png);
     bottom: 0px;
     background-repeat: repeat;
    position:absolute; 
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 998;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-origin: content-box;
}


.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1.5;
    transition: opacity 0.15s ease;
}
.carousel-control-next-icon {
    display: inline-block;
    width: 3rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.visually-hidden, .visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.img-fluid1 {
  max-width: 19%;
  height: auto;
}

.home-header {
  position: fixed;
  z-index: 100;background:none;
}
.room-header {
  position: fixed;
  z-index: 100;background:none;
}
.fixed-top {
  background-color: #000000;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-item a {
    color: #fdfdfd;
    font-size: 23px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -2px;
}

.nav-item a:hover {
  border-bottom: 1px solid #fff;
}

.booking-page{
  background: #bead8d;
  padding: 40px;
}

.img-fluid2 {
  max-width: 100%;
  height: 90px;
}
.carousel11{background-repeat: no-repeat;
    background-image: url();
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 18.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: -3px;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 0px;
  height: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
}
  .carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 1;
}

.owl-carousel .owl-prev {
  left: 10px;
}

.owl-carousel .owl-next {
  right: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.btn1 {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -1px;
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    color: #fbfdff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #bead8d;
    border: 1px solid transparent;
    padding: 3px 21px;
    font-size: 19px;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 34px;
    margin-top: 9px;
}

.btn1:hover {
  background: grey;
  color: black;
}

.btn {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid transparent;
  padding: 0.375rem 2.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 20px;
}

.story-text h4 {
  color: #bead8d;
  margin-top: 31px;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.story-text p {
  padding: 0px 0%;
  font-family: 'Quicksand', sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 300;
}

.images2-link {
    padding-left: 3%;
    padding-right: 3%;
}

.image-margin {
    margin-left: 3px;
    margin-right: 6px;
}

.formtext p {
    font-family: 'Quicksand', sans-serif;
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px -12px 8px 3px;
}

.form-select {
  font-family: 'Quicksand', sans-serif;
  display: block;
  width: 60%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  vertical-align: middle;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 14px;
}

.img-fluid3 {
  max-width: 100%;
  height: 200px;
}
/*body {
    margin-bottom:50px;
}*/
.footer {
    background: #000;
    padding: 50px;
    margin-top: 30px;
    padding-bottom: 0px;
}
/*#footer{position: sticky;
    height: 50px;
    background: #0000;
    bottom: 0px;
    left: 0px;
    right: 0px;z-index: 99;
    margin-bottom: 0px;}*/
    
/*.navbar-nav {
  display: -webkit-inline-box;
} */

.nav-item1 a {
  color: #fdfdfd;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0px;
}

.nav-link1 {
  border: none;
  width: 5px;
  height: 5px;
  padding: 0px;
}

.footer i {
  font-size: 30px;
  padding: 5px;
  margin: 5px;
}

.footer h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 14px;
}

.footer p {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}

.footer p.Copyright {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 4px;
 /* letter-spacing: 2px;*/
  margin: 10px;
}

.copy {
  color: #fff;
  padding-left: 10px;
}


/*room-style-sheet*/

.inner-header h1 {
  color: #ffffff;
  font-size: 70px;
  font-family: 'Quicksand', sans-serif;
  text-transform: none;
  line-height: 60px;
}

.img-fluid123 {
  max-width: 18%;
  height: auto;
}

.img-fluid78 {
  max-width: 100%;
  height: auto;
}

.img-fluid-rrom {
  max-width: 100%;
  height: auto;
}

.container1 {
  padding: 50px 5% 23px 6%;
  margin: 4% 0px 0PX 0PX;
}
.text-icon p {
  padding: 0px 0%;
  font-family: 'Quicksand', sans-serif;
  color: #303030;
  font-size: 13px;
  font-weight: 500;
}

.inner-header {
    top: 50%;
    left: 43%;
}


.crousel-text-p p {
  padding: 0px 0%;
  font-family: 'Quicksand', sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 300;margin: 0px;
  text-align: justify;
}

.text-icon {
  padding: 20px;
}

.crousel-text-p h4 {
  color: #bead8d;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.btn12:hover {
  background: transparent;
  border: 1px solid #000;
  color: black;
}

.btn12 {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: -2px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fbfdff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #bead8d;
  border: 1px solid transparent;
  padding: 5px 14px;
  font-size: 22px;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 0px;
}

.footer-room {
  margin-top: 0px;
}

.carousel-control-next-icon {
  display: inline-block;
  width: 3rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1.5;
  transition: opacity 0.15s ease;
}


/*eat&drink*/
.eat-inner-header {
    top: 40%;
    left: 40%;
}

.eat-inner-header h1 {
    color: #ffffff;
    font-size: 70px;
    font-family: 'Quicksand', sans-serif;
    text-transform: none;
    line-height: 60px;
}
.eat-accordion{padding: 17px 18%;
}

.eat-accordion-button {font-family: 'Quicksand', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 2rem;
    color: #bead8d;
    background-color:#fff;
    border: 0px solid #fff;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.eat-accordion-button:not(.collapsed) {
    color: #010101;
    background-color: #fff;
}
.eat-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.eat-accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.eat-accordion-button:hover{color: #010101;}
.accordion-body ul li {letter-spacing: 2px; font-family: 'Quicksand', sans-serif;
    color: #222 ;
    font-size: 14px ;
    line-height: 12px;
    padding-bottom: 15px;
    border: white ;}
.eat-slider {padding-left: 20px;
    padding-right: 20px;
} 

/*Activities */  
.Activities-story-text p {
    padding: 32px 10%;
    font-family: 'Quicksand', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 500;
}
.activities-crousal h2{color: #bead8d;
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;text-align: center;margin-top: 10px;letter-spacing: normal;
}
.activities-crousal p{
    font-family: 'Quicksand', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;}
.activities-inner-header {
    top: 50%;
    left: 39%;
}
.activities-inner-header h1 {
    color: #ffffff;
    font-size: 70px;
    font-family: 'Quicksand', sans-serif;
    text-transform: none;
    line-height: 60px;
}    

/*
locetion*/

.location iframe {width: 100%}
 .location-margin{margin-left: 13px;
    margin-right: 13px;margin-bottom: 20px}   
/*gallery*/
.btn-gallery {
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
     color: rgb(255,255,255);
    text-align: center;
    text-decoration: none;
    vertical-align: middle; 
    cursor: pointer;
    background: rgb(144,118,84);
    border: 1px solid transparent;
    padding: 0.375rem 2.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 20px;}

.btn-gallery:hover{color: #fff}
/*contect*/
.contect-section{margin-top: 35px;} 
.form-control-contect {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 22px;
    font-family: 'Quicksand', sans-serif;
}
                                                  
.btn-contect {
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #000;
    padding: 0.375rem 1.75rem;
    font-size: 25px;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 20px;
}
.form-control-contect placeholder{color: #000}
.contect-story-text p {
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    margin: 45px 0px;
}

.location-contect iframe{width: 100%;padding: 30px}
.story-text-contect{padding: 0px 30px}
.story-text-contect h4 {
    color: #bead8d;
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
.story-text-contect p {
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: justify;
}
.story-text-contect span{color:#bead8d}
.story-text-contect span:hover{color:#b3b1d6}

/*link*/
.btn-link {
    font-family: 'Quicksand', sans-serif;letter-spacing: 2px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: red;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid red;
    padding: 0.375rem 2.75rem;
    font-size: 23px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 20px;
}
.btn-link:hover{background: red;color: #fff}
.images2-link {
    padding-left: 10%;
    padding-right: 10%;
}

.actCl .owl-next{font-size:100px;color: #fff ;}
.actCl .owl-prev{font-size: 100px;color: #fff ;}
.actCl .nav-button {
    height: 100px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 29% !important;
}
.rrrr {
    padding: 0px 0%;
    margin: 4% 0px 0px;
}
.scroll1{width: 90%;height: 280px;overflow-y:auto; margin-right: 0px; }
/*.Experience{background: #000}*/
.Experience h4 {
    color: #bead8d;
    margin-top: 31px;
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;}
.Experience p {
    padding: 0px 0%;
    font-family: 'Quicksand', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: justify;
}

.border-red{border-radius: 10px}

/* Hrh Suresh */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Quicksand', sans-serif;
}

.contect-accordion {
    padding: 3px 3%;
}
.accordion-body1 {
    font-family: 'Quicksand', sans-serif;
    color: rgb(48, 48, 48);
    font-size: 17px;
    font-weight: 300;
    padding: 19px;
    text-align: justify;
}
.contect-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 14px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    background-color:#fff;
    border: 0px solid #fff;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.contect-accordion-button:not(.collapsed) {
    color: #010101;
    background-color: #fff;
}
.contect-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background: url(../images/plus-512.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
   

}
.contect-accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.contect-accordion-button:hover{}
.accordion-body ul li {letter-spacing: 2px; font-family: 'Quicksand', sans-serif;
    color: #222 ;
    font-size: 14px ;
    line-height: 12px;
    padding-bottom: 15px;
    border: white ;}
  .contect-accordion-button:not(.collapsed)::after {
  background-image: url("../images/images.png ");
  transform: rotate(180deg);background-color: #bead8d; 
}
.story-text-contect h3{ color: #bead8d;
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;}

.gallery_filter-button{display: none;
 }
 .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #292929;
    color: rgba(255,255,255,0.71);
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: -31px;
    width: 48px;
    padding: 0px 14px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

.page-active { 
  border-bottom: 3px solid #bead8d; 
}

.error{
  color: #ef4040;
    float: left;
    padding-bottom: 10px;
}
#ajaxsuccess { 
    color: #09e05f; 
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
}
