
/* Menu Button */

.menu-lg > a{
	margin-left : 10px;
}

.searchForm {
	background: url('../images/search.jpg') no-repeat 0 0;
    width:100%;
    min-height: 350px;
	margin-top:-1px;
	padding-top:0px;
	position:relative;
	line-height:32px;
	vertical-align:middle;
	
}


.container-fluid{
	margin-left:-1px;
	padding-left:0px;
	margin-top:0px;
	margin-right:-1px;
	margin-bottom:0px;
 	padding-right:0px;
   width:100%;
}



/* This is to make checkbox panal limited */

.fixed-panel {

  max-height: 100px;
  overflow-y: scroll;
}
/*************************
*******Typography******
**************************/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/UyBMtLsHKBKXelqf4x7VRQ.woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html,body {
	margin-left :0px !important;
	margin-right :-2px !important;
	padding-right :-2px !important;
	width:100% !important;
	
	
	
	font-family: "Lato", Arial;
    -webkit-font-smoothing: antialiased;
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}


.panel > .panel-heading,.panel > .panel-heading-green {
    background-image: none;
    background-color: #088A29;
    font-size: 16px;
    color: white;
}
.accordion-content >li{
	font-size: 18px;
	line-height: 38px;
	vertical-align :center;

}


.navbar-bottom{
	padding-bottom:0px;
	margin:0px;
}

.footer {
	width: 100%;
	background-color: #252525;
	color: white;
	font-size: 18px;
	text-align: center;
	min-height: 60px; /* this is set based on #wrap.. To change, also effect it in wrap to make it effect */ 
	padding-bottom:0px;
	margin:0px;
}

/* For footer */ 

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

@media (max-width: 768px) {
   .search2 {
		background: url('../images/search.jpg') no-repeat 0 0;
		position:relative;
   }

.v-align{
	margin-top:0px;	
		
}
		 
		 
}
@media (max-width : 992px) {
 body {
		
		 font-family: "Lato", Arial, sans-serif!important;
		 
	}
}

@media only screen and (min-width : 1200px) {
 
}

/* Vertical Scroll CSS Start */

#nt-example1 {
	max-width: 620px;
	margin: 0px;
	padding-left:0px;
	
}

#nt-example1-container {
	text-align: center;
	
}

#nt-example1-container i {
	font-size: 16px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}


#nt-example1 li {
	color: #417B94;
	overflow: hidden;
	height: 70px;
	padding: 0px;
	line-height: 30px;
	list-style: none;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}

/* Vertical Scroll CSS Ends */


/* Home Page - Panel image Full view */ 

.font-title {
	font-size: 24px;
}
.no-padding{
    margin-top: -1px;
    padding: 0px;
}

/* The following codes is for dropdown-submenu */
     .dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:0px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
	
}
.dropdown-submenu:hover>.dropdown-menu {    
	display:block;

}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;


}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/* dropdown hover effect */
 ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  
  
/* to reduce unnecessary gap in top and bottom item in dropdown menu */
ul.dropdown-menu {
    padding: 0px ;
    border: 0px; 
	/* to avoid gap between dropdown & its menu */
}

ul.dropdown-menu >li>a{
    line-height :30px;
}


@media (min-width : 768px) { 
        /* Navigation hover effect & Background color */
        .navbar-nav > li > a:hover, .navbar-nav> li > a:focus,.navbar-default > li > a:hover, 
        .navbar-default> li > a:focus 
        {
                
                color: #fff !important;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
                -webkit-font-smoothing: antialiased;
				background-color: #0B6138 !important;
				border:0px;
				
              
        }
		// remove border in menu
		.navbar {
			position: relative;
			min-height: 50px;
			margin-bottom: 20px;
			border: 0px;
		}
        /* To pad Navigation */
        .navbar-nav > li > a 
        {
                padding-top:15px !important; 
                padding-left:12px;
                padding-bottom:15px !important;
				
        }

        /* dropdown submenu color for navbar */ 
        .dropdown-menu > li > a:hover,.dropdown-submenu:hover > a
        {
          text-decoration: none;
          color: white;
          background-color:  #0B6138;
        }

        /* bg color for nav-bar */
        .navbar-default {
            background-color: #5882FA;
            font-size: 1.2em;

			
        }
        
        /* font color for nav-bar */
        .navbar-default .navbar-nav > li > a 
        {
           color: white; /*Change active text color here*/
        }
		
	/* for left border to differentiate panels and search results */	
		.left-partition
		{
			border-left:3px solid grey;
			min-height:600px;	
			padding-right:0px; 
		}

        
}    
/* Navigation css ends*/
.navbar-default{
    margin-bottom: 0px;
}
/* To avoid line height alignment issue with label and text box */
.form-horizontal .control-label 
{
    padding-top: 0px !important;
    vertical-align: top !important;
}

.category_stores_filter_max_overflow{
	max-height : 200px ;
	overflow: auto;
}



input[type="checkbox"] {
  position: relative !important;
  display: inline-block;
  vertical-align: text-bottom;
}

input[type="text"] {
    min-width: 200px;
}

span {
  display: inline-block;
  vertical-align: middle;
  font-size:15px;

}


/* Datepicker colouring */
.cssfullDayBook a.ui-state-default {
    color: white;
	background-image: linear-gradient(red 25px,  red 25px, red 25px, red 25px);
	
}
.cssAuspiciousDay a.ui-state-default{
  color: white;
  /* background-image: linear-gradient(180deg, #1971A0 25px, transparent 0, transparent); */
  background-image: linear-gradient(180deg, Green 25px, transparent 0, transparent);
}

 /* for large display of datepicker */
.cssFirstHalf a.ui-state-default{
  color: Green;
  background-image: linear-gradient(180deg, red 25px, transparent 0, transparent);
}

.cssSecondHalf a.ui-state-default{
	color: Green;
  background-image: linear-gradient(360deg, red 25px, transparent 0, transparent);
}

 /* for small display of datepicker */
.smallcssFirstHalf a.ui-state-default{
  color: Green;
  background-image: linear-gradient(180deg, red 12px, transparent 0, transparent);
}

.smallcssSecondHalf a.ui-state-default{
	color: Green;
  background-image: linear-gradient(360deg, red 12px, transparent 0, transparent);
}


/* colour for disabled block */
.ui-datepicker td.ui-state-disabled>span{
	color: white;
	background-image: linear-gradient( #E6E6E6 25px,  #E6E6E6 25px, #E6E6E6 25px, #E6E6E6 25px); */
	}
.ui-datepicker td.ui-state-disabled{opacity:100;}

/* colouring Month and Year picker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
      color: Black;
      font-weight: bold;
}

/* fixing bug on table-responsive firefox bug */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


/* star rating stars */

fieldset, label { margin: 0; padding: 0; }
body{ 
/* margin: 20px; */
 }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/
div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {

  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-1deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

@font-face {
  font-family: 'FontAwesome';
  src:url('font-awesome2.min.css');
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: 'Glyphicons Halflings';
   src: url('../fonts/glyphicons-halflings-regular.ttf');
  
}

.half-star {
        width:1px; 
        overflow:hidden;
		margin:0px;
		padding:0px;
		
 }
.balance-star{
		width:30px; 
		content: "\e007";
	
} 

.bg-glyphicon {
    background: url('../images/glyphicon7.png') no-repeat;
	margin:0px;
	padding:0px;
		
 }      

.height-to-20px{
	height:22px;
} 


/* star rating ends  */


/* Home Page - Client Request CSS*/ 
h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Cabin",Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

h3{
	font-size: 22px !important;
	
	
}	

.underlineGreen{
	font-size:22px;
	color: #555;
    border-bottom: 2px solid Green;
}
.font-bigger{
	font-size: 16px !important;
    line-height: 1.6;
    margin-bottom: 10px;
	color: #555;
	
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.lineheight28{
	line-height: 28px;
	
}

.tos .tos-icon {
    color: #f30;
	color: Green;
}

.tos-change .tos:hover  {
    background: #f30;
	background: #01DF3A;
	color : white;
}

.tos {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

.tos:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow .1s ease-in-out;
    -moz-transition: box-shadow .1s ease-in-out;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}

.tos:hover i {
    color: #656565;
}

.tos .tos-desc {
    padding: 0 15px;
    overflow: hidden;
}

.tos .tos-desc h4 {
    font-size: 22px;
    line-height: 25px;
}

.tos .tos-icon {
    float: left;
    padding: 10px;
    color: Green;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


.tos .tos-icon.icon-cogs {
    font-size: 37px;
}

.tos .tos-icon.icon-plane {
    font-size: 43px;
}
h4 {
    line-height: 25px
}

.headline {
    display: block;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #e4e9f0
}

.headline h2 {
    font-size: 22px
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #f30
}

.headline-md {
    margin-bottom: 15px
}

.headline-md h2 {
    font-size: 21px
}

.heading-footer {
    text-align: left;
    position: relative;
    padding-bottom: 2px
}

 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
   
}

.heading-footer h2 {
    color: #eee;
    font-size: 18px;
    text-transform: uppercase
}


.footer .link-news {
    margin-bottom: 0
}

 .footer .link-news li {
    padding: 12px 0;
    border-top: solid 1px #333
}

 .footer .link-news li:first-child {
    padding-top: 0;
    border-top: 0
}

 .footer .link-news li a {
    color: grey;
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block
}

 .footer .link-news a:hover {
    color: #bbb
}

 .footer .link-news li small {
    color: #555;
    display: block
}

/* hall filter option  */ 

.hall-list-border {
    border-top: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
    border-bottom: 0px solid #ccc!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.hall-list-underline{
	border-bottom: 1px solid #c03;
	width: 100%;
	display: block;
}
.hall-list-content {
	font-size:16px;
	line-height:24px;
}

.font12{
	font-size:12px;
}

.font16{
	font-size:16px;
	line-height:30px;
}
.font18{
	font-size:18px;
	line-height:24px;
}

.font20{
	font-size:20px;
	line-height:24px;
}

.font22{
	font-size:22px;
	line-height:24px;
}

.font24{
	font-size:20px;
	vertical-align:bottom;
	line-height:24px;
}

.font26{
	font-size:26px;
	vertical-align:bottom;
	line-height:30px;
}

.font32{
	font-size:32px;
	line-height:40px;
}

.border-3{
	border:solid 3px;
}

/* single Hall Detail */

.font28{
	font-size:28px;
}
.table-border-primary{
	border:solid 1px;
	border-color: #DDDDDD;
}
.border-bottom {
	border-bottom:solid 1px;
	border-color: #DDDDDD;
	
}

.border-bottom-text-green {
	border-bottom:solid 3px;
	border-color: green;
	
}
.google-map{
	
    left: 0px;
    top: 0px;
	
    z-index: 3;
    width: 100%;
    height: 100%;
}
.input-center{
	text-align:center;
}

/* dropdown hover*/ 

#customerdd:hover > ul.dropdown-menu{
    display: block;    
}

/* Rotation*/ 
#rotation {
    position: relative;
    z-index: 4;
}

.bg-grey{
	background-color:#F2F2F2;
	
}

/*  home page check box alignment*/
.form-control-static {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

/* */ 
.box-shadow-green{
        -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
        /* box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5); */
		box-shadow: 0 0 15px green;
}

.box-shadow-dark-green{
        -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
        /* box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5); */
		box-shadow: 0 0 15px #134c1f;
}

.opacity-to-twenty{
	 opacity:0.30; 
}

.show-waiting{
	display:block;
	z-index:500;
}

.bg-green{
background-color:#134c1f !important;

}

a.homepage, a.homepage:hover{
    text-decoration: none;
	color:#fff;
	font-size:30px; 
	padding-left:20px;
}

.panel-custom>.panel-heading {
    color: #fff;
    background-color: #134c1f;
    border-color: #134c1f;
}

.btn-custom {
    color: #fff;
    background-color: #265065;
    border-color: #265065;
}

.btn-custom:hover{
    color: #fff;
    background-color:#6f1a1a;
    border-color: #6f1a1a;
}


.price-strike-through{
	text-decoration: line-through;
	color: #A4A4A4;
}

/* thumbnail css */
.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	height: auto;
	position: relative;
}
.flex-text {
	flex-grow: 1;
}
.flex-row img {
	min-width: 0;
	width: 100%;
}

.flex-row  {
    padding-left: 0px;
    padding-right: 0px;
}


/*  waiting spinner*/ 

.loading {
  background: transparent url('../images/loading_spinner.gif') center no-repeat;
}

.fontstrong{
	font-weight: bold;
}	


/* jquery counter  themess icon css */
.themify-icon-center-content {
    background-color: #FAFAFA;
    padding: 30px;
    margin-bottom: 30px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0,0.08);
	float: left;
    width: 100%;
	text-align: center;
	background:
}
.themify-icon-center-content .icon i {
	display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: green;
	font-family: 'themify';
}

	
.hover-effect-red:hover {
	margin-top: -10px;
	color:#fff;
	background-color:#FA5858;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.2s ease-out;
}
	
.bg-effect-green {
	
	color:#fff;
	border-top:10px solid green;
	border-bottom:10px solid green;
	background-color:##9FF781;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.2s ease-out;
}

	
.hover-effect-white:hover {
	border-top:10px solid green;
	background-color:#fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.2s ease-out;
}
.font-black{
	color:#000;
}


.vertical-text{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
	padding-bottom:80px;
	padding-right:15px;
	color:#fff;
    bottom:0;
}