.no-js .top-bar, .no-js .title-bar,
.no-js .title-bar ul {
 	display: none !important;}

@media screen and (max-width:39.9em) {
	.no-js .top-bar {display: none; }
	.no-js .title-bar {display: none;}
}

.overlay-container {
  position: relative; /* <-- Set as the reference for the positioned overlay */
}

.overlay-container .overlay {
  position: absolute; /* <-- Remove the overlay from normal flow         */
  bottom: 0.4rem;          /* <-- Keep the overlay at the bottom of the box   */
  left: 0.8rem;            /* <-- Set left and right properties to 0          */
  right: 0.8rem;           /*     In order to expand the overlay horizontally */

  padding: 0.4rem;
  background-color: #ffffff;;
  color:#1779ba;
}

.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: #0a0a0a;
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: #fffff;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}

#mobile-menu ul{
  width:100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  list-style:none;
  padding: 0;
  margin:0;
}

#mobile-menu li a {
  padding: 0.75rem 0;
  color: #ffffff;
}

#mobile-menu li a.active {
  padding: 0.75rem 0;
  color: #414141;
}




.contact-us-section {
  padding: 2rem;
  background: #fefefe;
}

.contact-us-section .contact-us-section-left {
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-left {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #e6e6e6;
  }
}

.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}

.contact-us-section .responsive-embed {
  margin-bottom: 0;

}

.contact-us-list {
  list-style-type: none;
  margin-left: 1em;
  font-size:inherit;
}

.contact-us-list li{
  	padding-left: 2.2em; 
	padding-bottom:1em;
}

.contact-us-list li a {
  color: #1779ba;
}

.contact-us-list .address {
	background:  url('../images/location-icon.png')  left top no-repeat;

}

.contact-us-list .email {
  background:  url('../images/email-icon.png')  left top no-repeat;

}

.contact-us-list .phone {
    background:  url('../images/phone-icon.png')  left top no-repeat;

}

#drop-off-prices, #pick-up-prices, #airport-transfers{
	padding-bottom:0;
	margin-bottom:0;
}



#drop-off-table, #drop-off-table .button, #pick-up-table, #pick-up-table .button, #airport-form #submit{
	margin-bottom:0;
}

.prices-table  caption{
padding-top:0;	
padding-bottom:0;
}

.prices-table .prices-vehicle{
	color: #1779ba;
	font-weight:bold;
	text-align:left;
}

.prices-table .price{
	color: #3e3e3e;
	font-weight:bold;
	text-align:left;
}

.prices-table caption{
	font-size:1rem;
	color: #3e3e3e;
	font-weight:bold;
}

#footer{
 border-top: 2px solid #cecece;	
 padding-top:1em;
 padding-bottom:1em;
  font-size:0.8em;
}


a{
	color: #1779ba;
}



