html,
body,
header,
.view {
  height: 100%;
}

.intrImg{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}


.nopadding{
  padding:0px !important;
}

.cardHdr0{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom: 0px !important; 
}


.scroll0{
  position: fixed;
  top: 100px;
  width: 250px;
}

.ft1{
  width: 100%;
  padding:10px 0px;
  font-size: 16px;
}

.ind0{
  width: 100%;
  padding-left: 30px;
  font-size: 22px;

}

.ind1{
  width: 100%;
  padding-left: 20px;
  font-size: 22px;

}

.ind2{
  width: 100%;
  padding-left: 35px;
  font-size: 20px;

}

.ind3{
  padding-left: 10px;
}

.ind4{
  padding-left: 20px;
}

.main-container{
  padding-top: 100px;
}

.card-img0{
  width: 100%;
  height: 22vh;
}

.pullrgt{
  right: 5%;
  position: absolute;
}

.nbdr{
  border: none;
}

.bdr1{
  border:#e6e6e6 1px solid;
}

.ctnlight{
  background-color: #fff;
  max-width: 100vw;
  padding:50px 17vw;
}

.ctndark{
  background-color: #3a3c50;
  max-width: 100vw;
  padding:50px 17vw;
  color: white;
}

.upcase{
  text-transform: uppercase;
}

.hgt100{
  height: 100vh !important;
}

.bgtrans{
  background-color: transparent;
  color: white;
}

.font0{
  font-family: 'Muli', sans-serif !important;
}

.joinF{
  padding: 11px;
  font-size: 15px;
  height: 40px;
}


/*rating*/
.rate {
  float: left;
  height: 46px;
  padding: 0 10p;x
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label{ 
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

/*rating*/




.rg0{
  text-align: right;
}

.fsm{
  font-size: medium;
}

#byMap0{
  margin-right: 15px;
    margin-top: 10px;
    min-width: 150px !important;
}


.lb0{
  
  display: inline-block;
  margin-bottom: .5rem; 
}

.bx100{
  width: 100%;
  height: 600px;
}

.bdlr0{
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.bdrb0{
  
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

.bdrt0{
  
  border-top: 1px solid #e6e6e6;
  padding-top: 5px;
}

.pl30{
  padding-left: 30%;
}

.pr30{
  padding-right: 30px;
}

.lgtblue{
  color: #000;
  background-color: #bbd9ee;
  border-color: #bbd9ee;
}

.bg-modal {
  z-index: 300;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.modal-contents {
  
	height: 300px;
	width: 500px;
	background-color: white;
	text-align: center;
	padding: 20px;
	position: relative;
	border-radius: 4px;
}

.inh1 {
	margin: 15px auto;
	display: block;
	width: 50%;
	padding: 8px;
	border: 1px solid gray;
}




.close0 {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 42px;
	color: #333;
	transform: rotate(45deg);
  cursor: pointer;
}
	.close:hover {
		color: #666;
	}


.noti{
  z-index: 207;
  border-radius: 50px;
  position: fixed;
  top: 10%;
  right: 5%;
  font-size: large;
  width: 2%;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: auto;
  color:#333;
  background-color: #faf9e7;
}




.btn1{
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: inherit;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  margin-top: -8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

[data-href] {
  cursor: pointer;
}

#map {
  height: 600px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

.pt10{
  padding-top: 10px;
}


.pt20{
  padding-top: 20px;
}

.pb20{
  padding-bottom: 20px;
}

.pb30{
  padding-bottom: 30px;
}



.ctr0{
  float:none;
  margin: 0 auto;
  clear:both;
}

#input-upload-id{
  color: #fff;
  background-color: #3a3c50;
  border-color: #3a3c50;
}


.tit0{
  padding-left: 10px;
  font-size: 23px;
}


.tclr0{
  color: rgba(255, 255, 255, 0.788);
}

.bgclr0{
  background-color: #faf9e7;

}

.bgclr1{
  background-color: #f5f5f5 !important;
}


.logo1{
  display: inline-block;
  height: 52px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}


.widdwn{
  width: 45%;
}

.rds1 {
  border-radius: 25px !important;

}

.rds2 {
  border-radius: 12px !important;

}

.rds3{
  border-radius: 8px !important;

}

.drnylw0 {
  color: #3a3c50;
  background-color: #faf9e7;
  border-color: #faf9e7;
}
.drnylw1 {
  color: #3a3c50;
  background-color: #faf9e7;
  border-color: #7175764f;

}
.drnblue {
  color: #fff !important ;
  background-color: #3a3c50;
  border-color: #3a3c50;
}
.drnylw {
color: #fff;
background-color: #faf9e7;
border-color: #faf9e7;
}
.drngrey {
color: #fff;
background-color: #97a1a3;
border-color: #717576;
}


.mgt1{
  margin-top: 2px;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100%;
  }
}

.nbdrn{
    background-color: #3a3c50;
}

.top-nav-collapse {
  background-color: #f5f5f5 !important;
}


/*.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

*/
@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #f5f5f5 !important;
  }
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: linear-gradient(to 45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}