@font-face
{
	font-family:Lato-Semibold;
	src: url(../css/font/Lato-Semibold.ttf);
}

.grids-1 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    width: 470px;
    
}

.grids-2 {
    float: left;
    margin-top: 170px;
    position: relative;
    
}

.grids-3 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    width: 470px;
    
}

.grids-4 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 400px;
    height: 265px;
    
    
}

.grids-5 {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 680px;
    height: 265px;
    
}

.grids-6 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    width: 490px;
    
    
    
}

.grids-7 {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 600px;
    
    
}

.grids-1:after, .grids-2:after, .grids-3:after, .home-hotel-details-wrapper:after, .grids-4:after, .grids-5:after, .grids-6:after, .grids-7:after, .budget-hotel-wrapper:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.home-hotel-details-wrapper {
    width: 465px;
    border: 1px solid #C3C3C3;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

.home-hotel-details-wrapper:hover {
    background-color: #FEFACB;
}

.home-hotel-img {
    display: inline-flex;
    float: left;
    padding: 2px;
    }
    .home-hotel-img img{
        display: block;
        height: 130px;
       
        width: 150px;
    }
.hotel_features {
    border-right: 1px solid #e5e5e5;
    height: 125px;
    padding: 9px 3px 0 10px;
    width: 190px;
}
.hotel_features a{
    text-decoration: none;
}

.home_hotel_price {
     padding: 8px 3px;
    position: relative;
    width: 90px;
}

h2 {
    color: #4E4E4E;
    font-family: MedulaOne-Regular;
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
    margin: 0;
    padding: 0;
}

h1 {
    color: #FFA336;
    font-family: oswald;
    text-transform: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
  }
  
 
  
  .area {
      color: #09C;
      font-family: pt-sans;
      font-size: 12px;
  }
  
  .home-hotel-p {
      font-family: pt-sans-regular;
      font-size: 12px;
      color:  #4E4E4E;
      margin: 0;
  }
  
  .hotel-rupee {
      text-align: right;
      margin-bottom: 3px;
      color: #CE4300;
      font-size: 24px;
      line-height: 24px;
  }
  
  .INR {
      font-family:WebRupee;
      font-size: 24px;
      margin-right: 3px;
     }
     
  .price-room-details {
         text-align: right;
         font-family: pt-sans-regular;
         font-size: 12px;
         color:  #5D9533;
         margin: 0;
     }
     
  .button-booknow {
        background: rgb(255,114,10);
background: -moz-linear-gradient(top,  rgb(255,114,10) 0%, rgb(173,25,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,114,10)), color-stop(100%,rgb(173,25,0)));
background: -webkit-linear-gradient(top,  rgb(255,114,10) 0%,rgb(173,25,0) 100%);
background: -o-linear-gradient(top,  rgb(255,114,10) 0%,rgb(173,25,0) 100%);
background: -ms-linear-gradient(top,  rgb(255,114,10) 0%,rgb(173,25,0) 100%);
background: linear-gradient(to bottom,  rgb(255,114,10) 0%,rgb(173,25,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff720a', endColorstr='#ad1900',GradientType=0 );

        border: 1px solid #FF6C00;
        border-radius: 5px;
        color: #FEFEFF;
        float: right;
        font-size: 15px;
        font-weight: normal;
        height: 20px;
        line-height: 19px;
        margin-right: 5px;
        overflow: hidden;
        padding: 4px 6px;
        text-align: center;
        width: 80px;
    }
    
    .button-booknow a {
        text-decoration: none;
        color: #FFF;
        font-family: oswald;
    }
    
    .button-booknow:hover {
        background: rgb(173,25,0);
background: -moz-linear-gradient(top,  rgb(173,25,0) 0%, rgb(255,114,10) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(173,25,0)), color-stop(100%,rgb(255,114,10)));
background: -webkit-linear-gradient(top,  rgb(173,25,0) 0%,rgb(255,114,10) 100%);
background: -o-linear-gradient(top,  rgb(173,25,0) 0%,rgb(255,114,10) 100%);
background: -ms-linear-gradient(top,  rgb(173,25,0) 0%,rgb(255,114,10) 100%);
background: linear-gradient(to bottom,  rgb(173,25,0) 0%,rgb(255,114,10) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1900', endColorstr='#ff720a',GradientType=0 );

    }
    
    .offer-slider-wrapper {
        width: 395px;
        border: 1px solid #C3C3C3;
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        
        }
        .whyUs-wrapper{
            width: 680px;
            border: 1px solid #C3C3C3;
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
            height: 210px;
            background-color: #FFFFFF;

        }
        
        .whyUs-box {
            float: left;
            width: 339px;
            position: relative;
        }
        
        .teamWork-img {
            width: 106px;
            height: 106px;
            
            background-image: url(../images/home/teamwork_p.gif);
            float: left;
        }
        
        
        
        .whyUs-font {
            font-family: oswald;
            font-size: 24px;
            color: #F16C17;
            line-height: 24px;
            margin: 10px 0 10px 5px;
        }
        
        .whyUs-para {
            font-family: pt-sans-regular;
            font-size: 13px;
            color:  #4E4E4E;
            margin: 0 5px 0 5px;
            padding: 5px;
        } 
        
        .budget-hotel-wrapper {
            width: 595px;
            border: 1px solid #C3C3C3;
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
            margin-bottom: 16px;
            background-color: #FFFFFF;
            margin-top: 5px;
        }
        
        .budget-hedeing {
            text-align: left;
            font-family: oswald;
            font-size: 18px;
            line-height: 18px;
            color: #000;
            padding:7px;
            background-color: #F8F9F9;
            
            border-bottom: 1px solid #DCDCDC;
        }
        
.budgetCntnt > div {
    float: left;
    margin-right: 10px;
    width: 135px;
}

.budgetCntnt {
    overflow: auto;
    float: left;
}

.budgetCntnt > div > ul > li {
    
    font-family: pt-sans-regular;
    font-size: 13px;
    padding-left: 10px;
    list-style: none outside none;
    outline: 0 none;
}
.budget-table-body >div{
    width: 135px;
    float: left;
    font-family: pt-sans-regular;
    font-size: 13px;
    padding-left: 10px;
    list-style: none outside none;
    outline: 0 none;
    text-decoration: none;
    padding: 3px 0 0 10px;
   
}

.budget-table-body a{
    color: #0E6DBF;
    text-decoration: none;
   
}

.budget-table-body a:hover{
    text-decoration: none;
    color: #FF820A;
}

.budget-table-body{
    display: table;
    height: auto;
    margin: 4px 0 6px;
}
.budgetCntnt ul li a {
    color: #0E6DBF;
    text-decoration: none;
    padding: 3px 0;
    display: inline-table;
}

.budgetCntnt ul li a:hover {
    text-decoration: none;
    color: #FF820A;
}

.budget-content-margin {
    margin: 0 !important;
    padding: 1px !important;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
        margin: 0 auto;
	width:400px;
	height:360px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:200px;
	height:100%;
	text-align:center;
}
.rd-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #FFC136;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
        text-decoration: none;
}
/*.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}*/
.ca-item-main{
	padding:5px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:180px;
	height:150px;
	position:relative;
	background:transparent url(../images/home/CircularCarousel/kanchan-view.jpg);
}
.ca-item-2 .ca-icon{
	background-image:url(../images/home/CircularCarousel/laliguras.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/home/CircularCarousel/charkhol.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/home/CircularCarousel/Lolegaon.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/home/CircularCarousel/lava.jpg);
}
/*.ca-item-6 .ca-icon{
	background-image:url(../images/home/CircularCarousel/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/home/CircularCarousel/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/home/CircularCarousel/animal8.png);
}*/
.ca-item h3{
	font-family: oswald;
	text-transform:uppercase;
	font-size:20px;
	color:#589442;
	text-align:center;
        margin: 5px 0 5px 0;
	
}


.ca-item h4 {
	color: #03566C;
        font-family: pt-sans-regular;
        font-size: 13px;
        font-weight: 300;
        line-height: 13px;
        text-align: left;
        margin: 0;
}
/*.ca-item h4 span{
	text-indent:40px;
	display:block;
}*/
/*.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}*/
/*.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px;  expands to width of the wrapper minus 1 element 
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}*/
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/home/CircularCarousel/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.offer-carousel
{
   height: 212px !important;
}
.offer-carousel img{
     height: 212px !important;
     width: 100% ;
}   

/*css for under construction*/

.location-no-record{
    display: none;
    left: 35%;
    position: relative;
    height: 200px;
   
}
.offer-no-record{
    display: none;
    position: relative;
    height: 210px;
    background: #FFF;
    border: 1px solid #c3c3c3;
   
}

.homePageHotelsUnderConsrtuction1{
    height: 325px;
    width: 470px;
    display: none;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.construction-content-Hotel-grid{
   color: #4e4e4e;
    font-family: MedulaOne-Regular;
    font-size: 40px;
    position: relative;
    text-align: center;
    top: 40%;
}

.homePageHotelsUnderConsrtuction2{
    height: 325px;
    width: 470px;
    display: none;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.construction-content-Hotel-grid{
   color: #4e4e4e;
    font-family: MedulaOne-Regular;
    font-size: 40px;
    position: relative;
    text-align: center;
    top: 40%;
}

.homePageHotelsUnderConsrtuction3{
    height: 325px;
    width: 470px;
    display: none;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.construction-content-Hotel-grid{
   color: #4e4e4e;
    font-family: MedulaOne-Regular;
    font-size: 40px;
    position: relative;
    text-align: center;
    top: 40%;
}

.homePageHotelsUnderConsrtuction4{
    height: 325px;
    width: 470px;
    display: none;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.construction-content-Hotel-grid{
   color: #4e4e4e;
    font-family: MedulaOne-Regular;
    font-size: 40px;
    position: relative;
    text-align: center;
    top: 40%;
}




.our-hotel-small-slider-construction{
    background: url("../images/destination/portfolio_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 360px;
    margin-bottom: 15px;
    width: 400px;
}
.our-hotel-con-content{
    color: #fff;
    font-family: MedulaOne-Regular;
    font-size: 38px;
    position: relative;
    text-align: center;
    top: 40%;
}