l/*main body*/ 
/********GENERAL LAYOUT STARTS HERE********/

@font-face {
    font-family: Book Antiqua;
    src: url(../fonts/BKANT.TTF);
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	clear:both;	
	font-family: 'Book Antiqua';
}

.top-links{
	float:left;
	width:100%;
	padding:5px 0px;
	text-align:left;
	background-color: #23c6a1;
	position: relative;
}
.top-links .container{
	position:relative;
}
.top-links ul{
	float:right;
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
	margin-right:13%;
}
.top-links li{
	float:left;
	color:#fff;
	margin-right:15px;
}
.top-links li a{
	color:#fff;
	border-right:2px solid #fff;
	padding-right:15px;
	float:left;
	text-decoration:none;
}

.list-service{
	/*right:0px;
	top:-5px;
	z-index:2;
	color:#fff;
	width:150px;*/
	color:#fff;
	background:none;
	/*padding:12px 0px;
	font-size:15px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	background-color:#23c6a1;
	border:2px solid #fff;
	border-top:none;
	border-radius:7px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.list-service img{
	margin:0px 5px 5px 5px;
}
.list-service:hover{
	background-color:#000;
	text-decoration:none;
	color:#000;*/
}

.navbar-default{
	float:left;
	width:100%;
	border:none;
	background:none;
}
.navbar-default .navbar-collapse .btn{
	margin-top:15px;
	margin-right:15px;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	background:none;
	color:#fff;
}
.navbar-default .navbar-brand{
	color: #fff;
	font-size: 26px;
}
.navbar-default .navbar-brand{
	width:150px;
}

.header-mid{
	text-align:center;
}

.header-mid h1{
	font-size:60px;
	color:#fff;
	float:left;
	width:100%;
	margin-top:100px;
	margin-bottom:25px;
	font-family: 'Book Antiqua';
}
.header-mid .how-works{
	color:#fff;
	font-size:20px;
	padding:10px 15px;
	border-radius:7px;
	background-color:#222222;
	border: 2px solid #95b83a;
	font-family: 'Book Antiqua';
}
.header-mid .how-works:hover{
	text-decoration:none;
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
}

section{
	padding:50px 0;
	background-color:#fff;
}
.section-heading{
	text-align:center;
	font-size:3em;
	margin:0px 0px 30px 0px;
}
.breadcrumb{
	color:#fff;
	background-color:#333;	
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb .active{
	color: #ffb400;
    font-weight: bold;	
}

footer{
	background-color: #23c6a1;
	color:#fff;
	padding:20px 0px;
}
footer h5{
	font-size:16px;
	font-weight:bold;
}
footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
footer ul li{
	margin-bottom:10px;
}
.social-media{
	font-size:14px;
	font-weight:bold;
}
footer .link{
	color:#fff;
	width:30px;
	height:30px;
	margin:0 10px;
	padding:4px 0px;
	border-radius:50%;
	text-align:center;
	text-decoration:none;
	border:1px solid #fff;
}
footer i{
	vertical-align:middle;
}
footer i:hover, footer .link:hover{
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
	
}

/********GENERAL LAYOUT ENDS HERE********/


/********HOME PAGE STARTS********/
#home header {
	/*background:url(../images/header.jpg) left top no-repeat;
	background-size:cover;*/
	background-color:rgba(0, 0, 0, 0.70);
	position:relative;
	overflow:hidden;
	height:530px;
}

#home header  .banner-video {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
}

#home-search{
	width:100%;
	padding:10px;
	margin-top:26px;
	background-color: rgba(255, 255, 255, 0.5);
}
#home-search .form-group{
	width:38%;
	margin-right:10px;
}
#home-search .input-group{
	width:100%;
	height:40px;
	background:none;
	border-radius:0px;
}
#home-search .input-group-addon{
	background:#fff;
	width:17%;
}
#home-search input, #home-search select{
	height:40px;
}
#home-search .btn{
	width:20%;
	color:#fff;
	height:40px;
	font-size:18px;
	background-color: #95b83a;
	border:none;
	border-radius:0px;
	border: 1px solid #23c6a1;
}

/*Services starts*/

#services img{
	margin:auto;
}
#services img:hover{
	-webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}
#services h4{
	text-align:center;
}
#services .col-md-4{
	margin:15px 0px;
}
#services .events{
	float:left;
	text-align:right;
	width:45%;
	padding:0 5px;
	font-size:12px;
}
#services .service-providers{	
	width:55%;
	float:right;
	text-align:left;	
	padding:0 5px;
	font-size:12px;
	border-left:1px solid #000;
}

/*Services ends*/

/*How It Works stats*/

#how-works{
	background: #23c6a1;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top:0px;
  margin-top:50px;
  margin-bottom:50px;
  text-align:center;
}
#how-works:before {
 background: inherit;
  top: 0;
  content: '';
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(3deg);
  transform-origin: 100%;
  z-index: -1;
}
#how-works:after {
 background: inherit;
    bottom: -97px;
    content: '';
    display: block;
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(3deg);
    transform-origin: 100%;
    z-index: -1;
    background-color: #23c6a1;
}
#how-works h3{
	text-align:center;
	font-size:32px;
	margin:35px 0;
}
#how-works h4{
	text-align:center;
	font-size:26px;
	margin:15px 0;
}
#how-works .embed-responsive{
	width: 100%;
	height:auto;
	min-height:200px;
	border:5px solid #079a79;
	border-radius:10px;
}
#how-works .circle{
	color:#000;
	margin:auto;
	width:115px;
	height:115px;
	padding:26px 30px;
	border-radius:50%;
	background-color:#fff;
	border: 5px solid #95b83a;
}
#how-works .circle:hover{
	-webkit-animation: swing 0.5s;
    animation: swing 0.5s;
}
#how-works span{
	font-size:45px;
}


/*How It Works ends*/

/*Some Info Starts*/

#some-info{
	position:relative;
	background: -webkit-linear-gradient(left, #D5D5D5, #D5D5D5 64%, white 30%, white);
}
#some-info:before{
	background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(3deg);
    transform-origin: 100%;
    z-index: -1;
}

#some-info h3{
	text-align:center;
	font-size:36px;
}
#some-info h4{
	text-align:center;
	font-size:30px;
}
#some-info .circle{
	color:#000;
	margin:auto;
	width:144px;
	height:144px;
	display:block;
	padding:27px 10px;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
	border: 5px solid #95b83a;
}
#some-info .circle:hover{
	-webkit-animation: swing 0.5s;
    animation: swing 0.5s;
}
#some-info .circle img{
	width:auto;
	height:auto;
}
#some-info .comments{
	color:#23c6a1;
}
#some-info .comments .item img{
	margin:auto;
	width:154px;
	border:5px solid #23c6a1;
}
#some-info .comments .carousel{
	min-height:450px;
}
#some-info .comments .carousel-caption{
	left:0;
	right:0;
	position:static;
	color:#333;
	padding:25px;
	font-family: 'Book Antiqua';
	text-shadow:none;
}
#some-info .comments .name{
	font-size:26px;
	color:#23c6a1;
}
#some-info .comments p{
	position:relative;
	font-size:16px;
}
#some-info .comments p::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #23c6a1;
  
  /*Positioning*/
  position: absolute;
  left: -25px;
  top:-20px;
}
#some-info .comments p::after{
  /*Reset to make sure*/
  content: "\201D";
  /*Font*/
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #23c6a1;
  
  /*Positioning*/
  position: absolute;
  right: -25px;
  bottom:-30px;
}
#some-info .carousel-control.left, #some-info .carousel-control.right{
	background:none;
	margin-top:40px;
}
#some-info .carousel-control .glyphicon-chevron-left, #some-info .carousel-control .icon-prev{
	color:#333;
	left:-5px;
}
#some-info .carousel-control .glyphicon-chevron-right, #some-info .carousel-control .icon-next{
	color:#333;
	right:-5px;
}
.carousel-indicators {
	bottom:-15px
}
.carousel-indicators .active{
	background-color:#23c6a1;
}
.carousel-indicators li{
	border:1px solid #23c6a1;
}

/*Some Info Ends*/


/********HOME PAGE ENDS********/

/********LISTING PAGE STARTS********/

header.slider-header{
 background:none !important;
 z-index:-1; 
}



#listing-page header{	
	background:url(../images/header.jpg) left top no-repeat;
	background-size:cover;
	height:362px;
}
#listing-page .header-mid h1{
	margin-top:50px;
}

.list-item{
	width:100%;
	float:left;
	margin-bottom:20px;
	border:1px solid #333;
}
.list-item:hover .top .name{
	background-color:#333;
	color:#fff;
}
.list-item .top{	
	width:100%;
	float:left;
	border-bottom:1px solid #333;
}
.list-item .top .name, #listing-page.resorts .name{
	width:75%;
	color:#333;
	float:left;
	padding:10px;
	display:block;
	font-size:20px;
	font-family: 'Book Antiqua';
}
.list-item .top .discount{
	width:25%;	
	color:#fff;
	float:right;
	height:48px;
	padding:14px 0;
	font-size:18px;
	text-align:center;
	vertical-align: middle;
	background-color:#23c6a1;
}
.list-item .item-detail{
	float:left;
	width:100%;
}
.list-item .item-detail .image {
	padding:10px;
	width:30%;
	float:left;
}
.list-item .item-detail .image img{	
	border:2px solid #333;
}
.list-item .item-detail .details{
	width:45%;
	float:left;
	margin-top:15px;
}
.list-item .item-detail .details span{
	width:100%;
	float:left;
	font-size:16px;
	padding:8px 0px;
	font-family: 'Book Antiqua';
	border-bottom:1px solid #333;	
}
.list-item .item-detail .details .valet{
	width:auto;
	border:none;
	margin-top:5px;
	font-size:12px;
	padding:6px 0px 6px 40px;
	background:url(../images/valet-logo.png) left top no-repeat;
	background-size: contain;
}
.list-item .item-detail .link-others{
	float:left;
	width:25%;
	padding:10px;
}
.list-item .item-detail .link-others .verified{
	width:auto;
	margin:0 10% 10px;
}
.list-item .item-detail .link-others .view-details, #listing-page.resorts .link-others .view-details{
	width:100%;
	float:left;
	color: #222;
    font-size: 18px;
    padding: 6px 0 ;
	text-align:center;
	margin-bottom:10px;
    border-radius: 7px;
    background-color: #fff;
    border: 2px solid #23c6a1;
    font-family: 'Book Antiqua';
} 
#listing-page.partyhalls .list-item .book-now, .list-item .item-detail .link-others .book-now, #listing-page.resorts .link-others .book-now, #admin-panel .book-now{
	width:100%;
	float:left;
	color: #fff;
    font-size: 18px;
    padding: 7px 0 ;
	text-align:center;	
	margin-bottom:10px;
    border-radius: 7px;
    background-color: #222222;
    border: 2px solid #23c6a1;
    font-family: 'Book Antiqua';
}



#listing-page.partyhalls .list-item, #admin-panel.listing.partyhalls .list-item{
	width:100%;
	float:left;
	margin:0;
	margin-bottom:30px;
	border:none;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: box-shadow 0.2s, margin 0.2s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 0.2s, margin 0.2s;
	box-shadow: 0 10px 10px -12px rgba(0,0,0,0.25)
}
#listing-page.partyhalls .list-item:hover, #admin-panel.listing.partyhalls .list-item:hover {
    z-index: 1;
	margin-left:10px;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,0.25), 0 -12px 12px -12px rgba(0,0,0,0.25);
}
#listing-page.partyhalls .list-item .name,  #admin-panel.listing.partyhalls .list-item .name{
	width:70%;
	float:left;
	padding:10px 10px 10px 0px;
	font-size:18px;
	box-sizing:border-box;
	font-family: 'Book Antiqua';
}
#listing-page.partyhalls .list-item .name a, #admin-panel.listing.partyhalls .list-item .name a{		
	color:#333;
	text-decoration:none;
}
#listing-page.partyhalls .list-item .image,  #admin-panel.listing.partyhalls .list-item .image{
	padding:10px 20px 10px 10px;
	width:30%;
	float:left;	
	box-sizing:border-box;
}
#listing-page.partyhalls .list-item .image img, #admin-panel.listing.partyhalls .list-item .image img{	
	border:2px solid #333;	
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
	/*temperorary until croper implement*/
	max-height: 186px;
    min-height: 186px;
    width: 100%;
}
#listing-page.partyhalls .list-item .item-detail, #admin-panel.listing.partyhalls .list-item .item-detail{
	float:left;
	width:50%;
}
#listing-page.partyhalls .list-item .item-detail span, #admin-panel.listing.partyhalls .list-item .item-detail span{
	float:left; 
	width:100%;
	padding-bottom:15px;
}
#listing-page.partyhalls .list-item .other-details, #admin-panel.listing.partyhalls .list-item .other-details{
	float:left;
	width:19%;
	min-width:162px;
	position:relative;
}
#listing-page.partyhalls .list-item .other-details .price, #admin-panel.listing.partyhalls .list-item .other-details .price{
	color:#fff;
	font-size:20px;
	padding-bottom:15px;
	font-family: 'Book Antiqua';
	letter-spacing:0.7px;
	right: 0px;
	top: 10px;
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
	background: #95b83a;
	-moz-border-radius: 0 3px 2px 0px;
	-webkit-border-radius: 0;
	border-radius: 0 3px 2px 0px;
}
#listing-page.partyhalls .list-item .other-details .price:after, #admin-panel.listing.partyhalls .list-item .other-details .price:after{
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #95b83a #95b83a #95b83a transparent;
}
#listing-page.partyhalls .list-item .other-details .price:before, #admin-panel.listing.partyhalls .list-item .other-details .price:before{
  content: '';
  position: absolute;
  bottom: 6px;
  width: 120px;
  left: -35px;
  height: 4px;
  -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
  z-index: -1;
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
}
#listing-page.partyhalls .list-item .other-details span, #admin-panel.listing.partyhalls .list-item .other-details span{
	width:50%;
	float:left;
	padding-bottom:10px;
}
#listing-page.partyhalls .list-item .book-now, #admin-panel.listing.partyhalls  .list-item .book-now{
    top: 65px;
    right: 0px;
    position: absolute;
}





#listing-page.resorts header{
	background:none;
	max-height:360px
}
#listing-page #resort-list-header{
	float:left;
	z-index:-1;	
	position:absolute;
	border-bottom: 2px solid #333;
}
#listing-page.resorts .list-item{
	width: 100%;
    float: left;
	height:375px;
	border-radius:10px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}
#listing-page.resorts .image{
	position:relative;
}
#listing-page.resorts .image img{
	width:100%;
	height:272px;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#listing-page.resorts .image .price{
	left:0;
	width:35%;
	bottom:0px;
	color:#fff;
	font-size:22px;
	padding:10px 2.5%;
	position:absolute;
	background-color:#23c6a1;
	font-family: 'Book Antiqua';
}
#listing-page.resorts .name{
	width: 100%;
    font-size: 16px;
    padding: 10px 10px 5px 10px;
}
#listing-page.resorts .details, #listing-page.resorts .rating{
	padding-left:10px;
	padding-right:10px;
}
#listing-page.resorts .rating .glyphicon {
	font-size: 16px;
	margin-top:10px;
    margin-right: 5px;
    color: #95b83a;
}
#listing-page.resorts .details span{
	width:50%;
	float:left;
	margin-top:8px;
	text-align:left;
}

/*.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }*/



/*#listing-page.resorts .name{
	width:100%;
	font-size:18px;
	padding:5px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
#listing-page.resorts .list-item{
	height:570px;
}

#listing-page.resorts .image img {
	width:100%;
}
#listing-page.resorts .image{
	position:relative;
}
#listing-page.resorts .image .price{
	left:0;
	width:35%;
	bottom:0px;
	color:#fff;
	font-size:22px;
	padding:10px 2.5%;
	position:absolute;
	background-color:#23c6a1;
	font-family: 'Book Antiqua';
}
#listing-page.resorts .details{
	padding-left:10px;
	padding-right:10px;
}
#listing-page.resorts .details span{
	width:50%;
	float:left;
	margin-top:8px;
	text-align:left;
}
#listing-page.resorts .details span.full{
	width:50%;
}
#listing-page.resorts .details span strong{
	width:100%;
	float:left;
	margin-bottom:5px;
	text-align:left;
	border-bottom:1px solid #000;
}
#listing-page.resorts .link-others{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
#listing-page.resorts .link-others .verified{
	width:80px;
	float:right;
}*/


#admin-panel.catering header {
background:url(../images/cater-slider1.jpg) left top no-repeat;
}
.catering .list-item{
	padding-bottom:10px;
	background-color:#fff;
	border: 1px solid #e6e6e6;
}
.catering .list-item .image img{
	height:200px;
}
.catering .list-item .name{
	color: #333;
	width:100%;
    padding: 10px;
    display: block;
    font-size: 16px;
	height:64px;	 
    font-family: 'Book Antiqua';
}
.catering .list-item .place{
	color:#888;
	width:100%;
	float:left;	
	font-size:12px;
	padding:0px 10px 10px 10px;
}
.catering .list-item .spec-head{
	float:left;
	width:100%;
	color:#888;	
	padding:10px;
    font-size: 14px;
	background-color:#f7f7f7;
	font-family: 'Book Antiqua';
}
.catering .list-item .spec-head span, .catering .list-item .details span{
	float:left;
	text-align:center;
	width: calc(60% / 2);
}
.catering .list-item .spec-head span:last-of-type, .catering .list-item .details span:last-of-type{
	width:40%;
}
.catering .list-item .details{
	float:left;
	width:100%;
	padding:10px;
	font-size:14px;
}
.catering .list-item .rating{	
	width:100%;
	float:left;	
	padding-left:10px;
	padding-right:10px;
}
.catering .list-item .glyphicon {
	font-size: 16px;
    margin-right: 5px;
    color: #95b83a;
}



.photographers .list-item{
	background-color:#fff;
	border: 1px solid #e6e6e6;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photographers .list-item .image img{
	height:200px;
	width:100%;
}
.photographers .list-item .image{
	position:relative;
	overflow: hidden;
}
.photographers .list-item .image .featured-tag{
  top: -10px;
  right: -10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.photographers .list-item .name{
	color: #333;
	width:100%;
	height: 45px;
	display: block;
	font-size: 18px;
	overflow: hidden;
	letter-spacing: 1px;
	font-family: 'Book Antiqua';
	padding: 10px 10px 15px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.photographers .list-item .spec-head{
	float:left;
	width:100%;
	color:#fff;	
	padding:10px;
    font-size: 14px;
	text-align:center;
	background-color:#333;
	font-family: 'Book Antiqua';
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photographers .list-item .details{
	float:left;
	width:100%;
	padding:10px;
	font-size:14px;
}


/******** Others ********/


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #95b83a;
    border-color: #222222;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #333;
    background-color: #eee;
    border-color: #95b83a;
}
.pagination>li>a, .pagination>li>span{
	color:#333;
}
/********LISTING PAGE ENDS********/


/********FILTER STARTS********/
		.collapse.in.scroll  {
		    overflow: hidden;
    		overflow-y: scroll;
    		max-height: 200px;
    		margin-bottom: 23px;
		}
    	.behclick-panel  .list-group {
    		margin-bottom: 0px;
		}
		.behclick-panel .list-group-item:first-child {
			border-top-left-radius:0px;
			border-top-right-radius:0px;
		}
		.behclick-panel .list-group-item {
			border-right:0px;
			border-left:0px;
		}
		.behclick-panel .list-group-item:last-child{
			border-bottom-right-radius:0px;
			border-bottom-left-radius:0px;
		}
		.behclick-panel .list-group-item {
			padding: 5px;
		}
		.behclick-panel .panel-heading {
			/* 				padding: 10px 15px;
                            border-bottom: 1px solid transparent; */
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
			border-bottom: 1px solid darkslategrey;
		}
		.behclick-panel>.panel-heading {
			background-color:#333333;
			color:#fff;
			}
		.behclick-panel .panel-heading:last-child{
			/* border-bottom: 0px; */
		}
		.behclick-panel {
			border-radius: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 0px;
			box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
		}
		.behclick-panel .radio, .checkbox {
			margin: 0px;
			padding-left: 10px;
		}
		.behclick-panel .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
			outline: none;
		}
		.behclick-panel .panel-body > .panel-heading{
			padding:10px 10px;
		}
		.behclick-panel .panel-body {
			padding: 0px;
		}
		 /* unvisited link */
		.behclick-panel a:link {
		    text-decoration:none;
		}

		/* visited link */
		.behclick-panel a:visited {
		    text-decoration:none;
		}

		/* mouse over link */
		.behclick-panel a:hover {
		    text-decoration:none;
		}

		/* selected link */
		.behclick-panel a:active {
		    text-decoration:none;
		}

/********FILTER ENDS********/

/**BREAD CRUMS STARTS**/

.breadcrumb>li+li:before{
	    content: "/\27BB";
}

/**BREAD CRUMS ENDS**/

/********SIGNUP PAGE START********/


/*FORM WIZARD STARTS*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
	font-size:18px;
	color:#222;
	font-family: 'Book Antiqua' ;
}
.setup-content{
	font-size:14px;
	margin-top:20px;
	color:#222;
	font-family: 'Book Antiqua' ;
}
.setup-content .col-md-6, .setup-content .form-group{
	padding-right:0px;
	margin-right:0px;
	margin-bottom:20px;
}
.setup-content .form-control{
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 50%;
}
.stepwizard-step .btn-warning {
  background-color:#ffb402;
}

/*FORM WIZARD STARTS*/



/********SIGNUP PAGE ENDS********/


/********DETAIL PAGE STARTS********/

#detail-page header {
	background:url(../images/header.jpg) left top no-repeat;
	background-size:cover;
	height:330px;
}

#details-sec .col-md-8 h3{
    margin: 0px;
    padding: 10px;
    color: #ffffff;
    background-color: #5a5a5a;
	border: 1px solid #23c6a1;
}
#partyhall-gallery{
	margin-bottom:30px;
	overflow:hidden;
	height:450px;
}
#partyhall-gallery .item{
}
#partyhall-gallery .item img{
	width:100%;
	
}
#partyhall-gallery .carousel-control{
	background:none;
}
#partyhall-gallery .carousel-indicators{
	bottom:0px;
}


#details-sec .nav-tabs{
	background-color:#fff;

}
#details-sec .nav-tabs li a{
	color:#23c6a1;
	padding:10px 42px;	
	border:1px solid #23c6a1;
	
}
#details-sec .nav-tabs>li.active>a, #details-sec .nav-tabs>li.active>a:focus, #details-sec .nav-tabs>li.active>a:hover{
	color:#fff;
	background-color:#23c6a1;
}
#details-sec .tab-content>.active{
	float:left;
	width:100%;
	padding:10px;
	border-top:0px;
	border:1px solid #23c6a1;
	box-shadow: 1px 2px 10px #dddddd;
}
#details-sec .tab-content>.active p span{
	width:100%;
	display:block;
	font-size:16px;
	padding:8px 0px;
	font-family: 'Book Antiqua';
	border-bottom:1px solid #23c6a1;	
}
#details-sec .tab-content>.active .facility-item{
	width:100%;
	float:left;
	text-align:center;
}
#details-sec .tab-content>.active .facility-item img{
	width:80px;
	margin:auto;
}
#details-sec .tab-content #facilities span, #details-sec .tab-content #type span{
	color:#fff;
	width:100%;
	float:left;
	font-size:18px;
	padding:8px 5px;
	margin-bottom:10px;
	background-color:#777777;
	font-family: 'Book Antiqua';
}
#details-sec .tab-content #facilities ul, #details-sec .tab-content #type ul{
	padding-left:20px;
	margin-bottom:30px;
	width:100%;
	float:left;
}
#details-sec .tab-content #facilities ul li{
	line-height:2em;	
}
#details-sec .tab-content #type ul li{
	width:33%;
	float:left;
	line-height:2em;	
}
#details-sec .tab-content #package span{
	color:#fff;
	width:100%;
	float:left;
	font-size:18px;
	padding:8px 5px;
	margin-bottom:15px;
	background-color:#777777;
	font-family: 'Book Antiqua';
}
#details-sec .tab-content #package p{
	font-size:16px;	
	margin-bottom:20px;
}
.quick-look{
	width:100%;
	float:left;
	padding:10px;
	font-size:16px;
	border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
	font-family: 'Book Antiqua';
	box-shadow: 1px 2px 10px #dddddd;
}
.quick-look h3{
	float:left;
	width:100%;	
    color: #fff;
	padding:10px;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	box-sizing:content-box;
	background-color: #23c6a1;
	border-bottom: 1px solid #d3d3d3;
}
.quick-look p{
	float:left;
	width:100%;
	font-family: 'Book Antiqua';
}
.quick-look p span{
	width:100%;
	display:block;
	padding:8px 0px;
	word-break: break-word;
}
.quick-look .availablity{
	float:left;
	margin-top:20px;
}
.quick-look .availablity strong{
	float:left;
	margin-top:5px;
}
.quick-look .availablity .form-horizontal{
	width:55%;
	float:right;
}
.quick-look .availablity .form-horizontal input {
	border: 1px solid #23c6a1;
}
.quick-look .availablity .form-horizontal .input-group-addon{
	color:#fff;	
	background-color:#23c6a1;
	border: 1px solid #23c6a1;
}
.quick-look a{
	width:100%;
	float:left;
	color:#fff;
	border:none;
	font-size:18px;
	padding:5px 0px;
	margin-top:15px;
	font-weight:bold;
	border-radius:0px;
	text-align:center;
	background-color:#23c6a1;
}

.map-box{
	width:100%;
	float:left;
	padding:10px;
	font-size:16px;
	margin-top:60px;
	border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
	font-family: 'Book Antiqua';
	box-shadow: 1px 2px 10px #dddddd;
}
.map-box h3{
	float:left;
	width:100%;	
    color: #fff;
	padding:10px;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	box-sizing:content-box;
	background-color: #23c6a1;
	border-bottom: 1px solid #d3d3d3;
}
.map-box iframe{
	height:300px;
	width:100%;
}
/********DETAIL PAGE ENDS********/

/******** ENDS********/


/********ADMIN PANEL STARTS********/

#admin-panel header{
    height: 250px;
    background-size: cover;
	background: url(../images/header.jpg) left bottom no-repeat;
}
#admin-panel.resorts header{
	background: url(../images/resort2.jpg) left bottom no-repeat;
}
#admin-panel .header-mid h1{
	margin-top:50px;
}
#admin-panel .navbar-default .navbar-collapse .btn-group{
	margin-top:15px;
}
#admin-panel .navbar-default .navbar-collapse .btn-group .btn{
	margin:0px;
}


/********ADMIN PANEL ENDS********/

/*pages 
-sections
--id's
---classes





breaked bootstrap



others*/

@media only screen and (max-width: 480px) {
    /* For mobile phones: */
	
	#home-search{
		float:left;	
	}
	
	
	
	
    .header-mid h1{
		margin-top:30px;
		font-size:40px;
	}
	#home-search .input-group, #home-search .form-group{
		width:100%;
	}
	#home-search .btn{
		width:50%;
	}
	#services .col-md-3{
		margin-bottom:50px;
	}
	#how-works:after{
		bottom: -54px;
		height: 5%;
	}
	#some-info{
	background: -webkit-linear-gradient(left, #D5D5D5, #D5D5D5 64%, #D5D5D5 30%, #D5D5D5);
	}
	#some-info .col-md-4{
		margin-bottom:40px;
	}
	footer .link{
		margin-top:10px;
	}
	
	
	/********LISTING PAGE STARTS********/
	
	#listing-page .header-mid h1{
		float:none;
	}
	
	.list-item .top .name, .list-item .top .discount{
		width:100%;
		padding:5px 10px;
		height:auto;
	}
	
	.list-item .item-detail .image, .list-item .item-detail .image img{
		width:100%;
	}
	.list-item .item-detail .details{
		width:100%;
		padding:10px;
		margin-top:0px;
	}
	.list-item .item-detail .link-others{
		width:100%;
		position:relative;
	}
	.list-item .item-detail .link-others .verified{
		position:absolute;
		right:0px;
		top:-40px;
		width:100px;
	}
	
	
	/********LISTING PAGE ENDS********/
	
	
}