		.overlay {
    pointer-events:none;
    background: white;
    opacity: .1;
	}
	.load{
		z-index:99999;
		background: url(./assets/images/load.gif) center center no-repeat;
	}

 		/* The Modal (background) */
		.modal {
		  display: none; /* Hidden by default */
		 // position: fixed; /* Stay in place */
		  z-index: 1;
		  left: 0;
		  z-index:9999;
		  width: 100%; /* Full width */
		  height: 100%; /* Full height */
		  overflow: hidden; /* Enable scroll if needed */
		  background-color: rgb(0,0,0); /* Fallback color */
		  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
		}

		/* Modal Content/Box */
		.modal-content {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%) !important;
		  background-color: #fefefe;
		 // margin: auto; /* 15% from the top and centered */
		   padding: 15px;
		  border: 1px solid #888;
		 width:90%; /* Could be more or less, depending on screen size */
		//  vertical-align: middle;
		}
		
		.closed {
		  position: absolute;
		  right:  -15px;
		  top:  -15px;
		  opacity:1;
		  Z-index:999;
   
		}



.bg-topclr {
	  background-image:url(../images/top.jpg)
	  
  }
  .bg-cardtop{ 
	  background-color:#06060678;
	  
  }
  
   .cardtop{
	   background-color:#835dfe
	  
  }

.navbar {
    -webkit-box-shadow: 0 4px 3px -3px #999;
    -moz-box-shadow: 0 4px 3px -3px #999;
    box-shadow: 0 4px 3px -3px #999;

    /* the rest of your styling */
}

.dropdown-item.active, .dropdown-item:active {
   background-color: #37b152;
}

.footer {
  background-color: #2a9041;
  text-decoration-color:white;
}

 

    h1{font-size:1.55rem;}
	h2{font-size:1.45rem ;}
	h3{font-size:1.35rem;}
	h4{font-size:1.25rem;}
	h5{font-size:1.15rem;}
	h6{font-size:1.0rem;}
	p{font-size:0.90rem}
	li{font-size:0.90rem}

body{
	background-image:url(../images/bg.jpg);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.show-result {
  margin: 10px;
  padding: 10px;
  color: green;
  font-size: 20px;
}

.star-rating s:hover,
.star-rating s.active {
    color: #ffbe10;
}


.star-rating s {
    color: #ffbe10;
    font-size: 50px;
    cursor: default;
    text-decoration: none;
    line-height: 40px;
}

.star-rating {
   margin-top: -4px;
}


.star-rating s:hover:before,
.star-rating s.rated:before,
.star-rating s.active:before {
    content: "\2605";
}
.star-rating s:before {
    content: "\2606";
}


.str-ful {

	content: "\2605";
}

.rate{
	width:212px; height: 40px;
	border:#e9e9e9 1px solid;
	background-color:  #f6f6f6;
	margin:5px auto;
	margin-bottom:0px;
}
.rate .rate-btn{
	width: 45px; height:40px;
	float: left;
	background: url(rate-btn.png) no-repeat;
	cursor: pointer;
}
.rate .rate-btn:hover, .rate  .rate-btn-hover, .rate  .rate-btn-active{
	background: url(rate-btn-hover.png) no-repeat;
}

.result-container{
	width: 82px; height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
	margin:auto;
}
.result-container2{
	width: 212px; height: 40px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
	margin:auto;
}

.carousel {
  /* any dimensions are fine, it can be responsive with max-width */
  width: 100%;
  height: 350px;
}

.carousel-inner {
  /* make sure your .items will get correct height */
  height: 100%;
}

.item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.item img {
  visibility: hidden;
}

.rate-stars{
	width: 82px; height: 18px;
	background: url(rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}