.elementor-1041 .elementor-element.elementor-element-690b3e45 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;}.elementor-1041 .elementor-element.elementor-element-2b1a7901 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;}/* Start custom CSS */.table {
	margin: 0 0 40px 0;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	display: table;
}

.roww {
	display: table-row;
	background: #f6f6f6;
}

.roww:nth-of-type(odd) {
	background: #e9e9e9;
}
.roww.header {
	font-weight: 900;
	color: #ffffff;
	background: #ea6153;
}

.roww.green {
	background: rgba(6, 117, 46, 1);
}

.roww.blue {
	background: #2980b9;
}

@media screen and (max-width: 580px) {
	.row {
		padding: 8px 0;
		display: block;
	}
}

.rates-table {
	margin: 0 auto;
	margin-bottom: 25px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: balance;
    column-fill: balance;
}

.rates-header .row-alt {
	font-weight: 900 !important;
	color: #ffffff !important;
	background: rgba(6, 117, 46, 1) !important;
}

.rates-header {
	margin: 0 auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: balance;
    column-fill: balance;
}

.header-hide {
	display: block;
}

.half-sized {
	max-width: 480px;
}
.row-alt {
    padding: 6px 12px;
    font-size: 15px;
	background: #f6f6f6;
}
.row-alt:nth-of-type(odd) {
	background: #e9e9e9;
}

.aligntoleft {
	margin-left: 15px;
	font-weight: bold;
}

.aligntoright {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	width: 30px;
	white-space: nowrap;
}
.cell {
	padding: 6px 12px;
	display: table-cell;
	font-size: 15px;
}

@media screen and (max-width: 580px) {
	.cell {
		padding: 2px 12px;
		display: block;
  }
}

@media (max-width: 799px) {
.rates-table,
	.rates-header {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
}
.header-hide {
	display: none;
}

.rates-header .row-alt {
	padding: 0;
}
}

.stern_taxi_container.container_hidden {
	height: 0;
	overflow: hidden;
}

.airport_direction_to,
.airport_direction_from {
	cursor: pointer;
}

.airport_direction_to.inactive:not(:hover),
.airport_direction_from.inactive:not(:hover) {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
	filter: alpha(opacity=36);
	opacity: .36;
}

.airport_direction_to:hover,
.airport_direction_from:hover {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.alert-success {
    background-color: #dff0d8 !important;
}/* End custom CSS */