/*
Theme Name: River Spa Nandini
Theme URI: http://underscores.me/
Author: Alamaya Team
Author URI: https://alamaya.com/
Description: wp theme for River Spa Nandini
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: river-spa-nandini
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

River Spa Nandini is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }
  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */
/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}
/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 
/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  
/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }
.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }
.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
.btn-tab{color: #fff;background-color: #625B2C;font-size: 17px;border-radius: 0;}
button.btn.btn-tab:focus, .btn-tab:hover {color: #fff;text-decoration: none;background-color: #B3A27E;border-radius: 0;outline: 5px auto transparent;}
.bg-black{background-color: #000000;}
.text-gold{color: #b3a258;}
.space{padding-top: 5px;padding-bottom: 5px;}
hr.hr-shade {border: 0;height: 1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75),rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));margin-top: 5px;margin-bottom: 0px;}
.navigation{margin-bottom: 0px;background-color: #000000;border-color: #000000;}
.btn-book-now{margin-left:5px;margin-top: 8px;margin-bottom: 8px;background-color: #b3a258;border-color: #b3a258;color: #ffffff;border-radius: 0px;}
.btn-book-now:hover{background-color: #827126;border-color: #827126;color: #ffffff;}
.btn-book-now:focus{background-color: #827126;border-color: #827126;color: #ffffff;}
.navbar-right li a{color: #b3a258 !important;}
.navbar-right li a:hover{color: #eeeeee !important;}
.standard-font{font-size: 12px;}
.logo{position: absolute;z-index: 9999;}
.footer{position: absolute;bottom: 0;width: 100%;background-color: #000000;color: #b3a258;padding:10px;}
footer a {color:#b3a258; text-decoration:none;}
footer a:hover {color:#fff;}
html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.banner-caption{background-color: rgba(12,12,12,0.75);text-align: right;left: 55%;padding-bottom: 15px;right: 12%;padding-top: 15px;padding-right: 25px;bottom: 50%;padding-left: 25px;}
.li-style{margin-left: 25px !important;list-style-type: disc !important;display: list-item !important;}
.scroll-footer{padding: 10px;color: #b3a258;}
.spa-caption{background-color: rgba(12,12,12,0.75);text-align: left;left: 12%;padding-bottom: 15px;right: 55%;padding-top: 15px;padding-right: 25px;bottom: 33%;padding-left: 25px;}
.bg-texture{background:url(images/bgpattern.jpg);}
.text-green{color: #625b2c;}
.title{margin-top: 50px;margin-bottom: 50px;}
hr.style-content {border-top: 1px solid #b3a258;text-align: center;}
hr.style-content:after {content: '§';display: inline-block;position: relative;top: -14px;padding: 0px 10px;background:url(images/bgpattern.jpg);;color: #b3a258;font-size: 18px;-webkit-transform: rotate(60deg);-moz-transform: rotate(60deg);transform: rotate(90deg);}
.content{margin-top: 25px;margin-bottom: 50px;margin-left: 0px;margin-right: 0px;background-color: #ffffff;}
.content-img{padding-left: 0px; padding-right: 0px;}
.content-p {padding:20px;}
.content-p-1 {padding-top: 20px;}
.full{width: 100%;}
.menu-content{padding: 15px 25px 15px 15px;}
.btn-menu-book{padding-left: 35px;padding-right: 35px;border-radius: 4px;margin-top: 0;background-color: #625b2c;border-color: #625b2c;}
.btn-menu-book:hover{background-color: #827a42;border-color: #827a42;}
.gallery-content{margin-top: 30px;margin-bottom: 30px;}
.spa-pagination li a{margin-left: 5px;margin-right: 5px; border-radius: 0px !important;background-color: #b3a258;border-color: #b3a258;color: #fff;}
.spa-pagination li a:hover{background-color: #625b2c;border-color: #625b2c;color: #ffffff;}
.spa-pagination li a:focus{background-color: #766e36;border-color: #766e36;color: #ffffff;}
.maps{width: 100%;height: 500px;}
.form-contact{margin-top: 15px;margin-bottom: 15px;}
.btn-send{background-color: #625b2d;border-color: #625b2d;color: #fff;padding-left: 30px;padding-right: 30px;border-radius: 0px;}
.btn-send:hover{background-color: #797245;border-color: #797245;color: #fff;padding-left: 30px;padding-right: 30px;border-radius: 0px;}
.title-contact{margin-bottom: 30px;}
.title-contact-span{font-size: 18px;}
.detail-contact{color: #726d4f;}
.mobile-hr{display: none;}
#spanandinimenu ul li a{padding: 10px 5px;}
.img-testimonial{width: 120px;height: 120px;border-radius: 64px;border: 4px solid #FFF;}
.testi-week{font-size: 11px;font-weight: bold;}
.triangle-border.left {margin-left: 30px;}
.triangle-border {position: relative;padding: 15px;margin: 1em 0 3em;border: 5px solid #A8ADA1;color: #333;background: #fff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.triangle-border.left:before {top: 10px;bottom: auto;left: -30px;border-width: 15px 30px 15px 0;border-color: transparent #A8ADA1;}
.triangle-border:before {content: "";position: absolute;bottom: -20px;left: 40px;border-width: 20px 20px 0;border-style: solid;border-color: #5a8f00 transparent;display: block;width: 0;}
.triangle-border.left:after {top: 16px;bottom: auto;left: -21px;border-width: 9px 21px 9px 0;border-color: transparent #fff;}
.triangle-border:after {content: "";position: absolute;bottom: -13px;left: 47px;border-width: 13px 13px 0;border-style: solid;border-color: #fff transparent;display: block;width: 0;}
/*.sprite-rating_rr {background-image: url('http://sungaispa.com/wp-content/themes/images/hotel_review_pack-v87419b0cda8e7c7090f13eb02e8ff79b.png');background-position: left -192px;width: 90px;height: 18px;background-repeat: no-repeat;display: block;overflow: hidden;margin-right: 4px;line-height: 18px;float: left;}
.sprite-rating_rr_fill {background-image: url('http://sungaispa.com/wp-content/themes/images/hotel_review_pack-v87419b0cda8e7c7090f13eb02e8ff79b.png');background-position: left -174px;background-repeat: no-repeat;display: block;height: 18px;}*/
.facebook,.twitter{display: none;}
.gallery{padding: 5px;}
ul li {display: inline;}
ul.wsp-pages-list li {display: list-item;margin-left:-22px;}
.wide {border-bottom: 1px #000 solid;width: 4000px;}
.fleft {float: left; margin: 0 20px 0 0;}
.cboth {clear: both;}
.navbar-inverse .navbar-nav>.active>a {background-color: transparent;}
.navbar-inverse .navbar-nav>.active>a:hover {background-color: transparent;}
#main {background: #fff;margin: 0 auto;padding: 30px;width: 1000px;}
.text-index {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    width:100%;
}
.content-home {
    color: #FFF;
    position: relative;
    font-size: 14px;
    bottom: 0;
    margin-bottom: 10px;
    background-color: rgba(8, 7, 7, 0.7);
    padding: 15px 15px 15px 15px;
    line-height: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: justify;
    width:60%;
    margin: 0px auto;

}
.content-home p{
   margin-right:15px;

}
/* TAB BAR */
.nav-tabs>li>a {
    border: 0;
    padding: 0;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
#menu-item-94 a {
  padding: 0 !important;
}
    .wrapper {
       text-align: center;
    }
    .wrapper ol {
      text-align: center;
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
    }
    .wrapper li {
        float: left;
    }
    .skat {padding: 3px;}
/*=========*/

  ol#pagination{overflow:hidden; text-align:left; margin-left:0px;}
  ol#pagination li{
  padding: 6px 12px;
  background-color: #b3a258 !important;
  border-color: #b3a258;
  float:left;
  background:none;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#fff;
  list-style:none;
  cursor:pointer;
  margin:0 0 0 .5em;
  text-align:center;
  }
  ol#pagination li:hover {
    background-color: #625b2c !important;
    border-color: #625b2c;
  }
  ol#pagination li.current{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  background-color: #625b2c !important;
      border-color: #625b2c;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  }
@media (max-width: 2600px){

}

@media (max-width: 1280px){
.content-home { top: 500px; }

}

@media (max-width: 1100px){

} 
@media (max-width: 1024px){
  #spanandinimenu ul li a{padding: 10px 5px !important;
}
@media (max-width: 800px){
  .logo{position: relative;margin: 0 auto;}
  .header-font{font-size: 11px;}
  .header-font img{width: 16px;}
  #spanandinimenu ul li a{font-size: 11px;}
  .btn-menu-book{margin: 0;}
}
@media (max-width: 768px){
  #spanandinimenu ul li a{font-size: 10px;}
  .banner-caption{left: 47%;font-size: 12px;}
  .spa-caption{right: 47%;font-size: 12px;}
  .contact-form{margin-top: 15px;}
  .content-home{top: 0; margin-bottom: 50px; width: 70%; }
  .txt-center{text-align: center !important; display: block;
    margin-right: auto;
    margin-left: auto;}
}
@media (max-width: 600px){
  .li-style {margin: 0!important;list-style-type: none !important;display: list-item !important;}
  .li-mobile{text-align: center;font-size: 12px !important;}
  .btn-book-now{margin: 0 auto;display: block;width: 140px;margin-top: 10px;margin-bottom: 10px;border-radius: 4px;}
  hr.style-two{border: 0;height: 1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #b3a258, rgba(0, 0, 0, 0));margin: 0;}
  .mobile-hr{display: inherit;}
    .header .col-xs-3{width: 100% !important;}
  .header-font{font-size: 12px;text-align: center;margin-top: 5px;margin-bottom: 5px;}
}
@media (max-width: 568px){
  /* .footer{position: fixed;} */
  .banner-caption{left: 30%;}
  .spa-caption{right: 30%;}
  .content-img { padding-left: 0px; padding-right: 0px; }
  .wrapper li { padding: 5px !important; }
  .text-index{
  position:relative;
}
.content-home{
  top: 35px;
}
.footer {
    width: inherit;
    bottom: inherit;
}
}
@media (max-width: 320px){
#nextslide {
    top: 80% !important;
}
#prevslide{
    top: 80% !important;
}
.text-index{
  position:relative;
}
.content-home{
  top: 35px;
}
.footer {
    width: inherit;
    bottom: inherit;
}
.z-botton{
  z-index:99999;
} 
  .header .col-xs-3{width: 100% !important;}
  .header-font{font-size: 12px;text-align: center;margin-top: 5px;margin-bottom: 5px;}
  .header-font img{width: 18px;}
  .banner-caption {left: 12%;margin-top: 10px;bottom: 0;margin-bottom: 15px;text-align: center;}
  .spa-caption{right: 12%;margin-top: 10px;bottom: 0;margin-bottom: 15px;text-align: center;}

}