/* nav-content */

.navCon {
  padding-left: 5%;
  padding-right: 5%;
  top: 0;
  z-index: 1020;
  box-shadow: 3px 3px 3px #313131;
  background-color: #fff;
}

.contNav {
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  display: flex;
  text-align: center !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.borderEnd {
  border-width: 1px 1px 0px 1px;
}

.contNav:hover{
  border-bottom: 10px solid #C42528;
  height: 60px;
  width: 100%;
  align-items: center;
}

.navCon .active {
  border-bottom: 10px solid #C42528;
  width: 120px;
  height: 60px;
  align-items: center;
}

.sub {
  line-height: 85%;
}

.sub a {
  padding-top: 1rem;
}

.contNav a{
  position: relative;
  font-family: 'Roboto';
  color: black;
  font-size: 1.5rem;
  text-decoration: none;
}

input, button, submit { 
  border:none;  
} 

.dHide .UtiButton{
  align-items: center;
  align-self: center;
}

.navBtn {
  padding: .25rem;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navBtn i {
  color: #fff;
  font-size: 1.5rem;
}

#contactUs {
  background-color: rgba(198,36,40,.85);
}

#btShare {
  background-color: rgba(138,173,203,.85);
}

#print {
  background-color: rgba(251,139,122,.85);
}

.share_center_popup {
  padding: 1rem;
  display: none;
  position: absolute;
  left: auto;
  right: 0px;
  top: 45px;
  z-index: 12;
  min-width: 210px;
  color: #fff;
  background-color: #9cb9d3;
  border: 1px solid #358bd8;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

#btcopy {
  width:  auto !important;
  padding: 3px;
  background-color: #c82021;
  border-radius: 4px;
}


.ps-close-booking {
  position: absolute;
  top: 95px;
  right: -8px;
  font-size: 1rem;
  text-shadow: initial;
  overflow: visible !important;
  padding: 0 !important;
  width: initial !important;
}

@media screen and (min-device-width: 280px) and (max-device-width: 900px) {
  .dHide {
    display: none;
    visibility: hidden;
    clear: both;
  }
  #navbar {
    padding: 0px;
  }
  
  .contNav a{
    position: relative;
    font-family: 'Roboto';
    color: black;
    font-size: 1rem;
    text-decoration: none;
  }

  .contNav {
    padding-bottom: 0px;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    
  }
  
  .sub a {
    padding-top: 0.2rem;
  }
  
.contNav:hover{
  border-bottom: 10px solid #C42528;
  height: 40px;
  width: 100%;
  align-items: center;
}

.navCon .active {
  border-bottom: 10px solid #C42528;
  width: 120px;
  height: 40px;
  align-items: center;
}
}
