@charset "utf-8";
/* CSS Document */

.column {
	display: inline-grid;
	grid-template-columns: 50% 50%;
	gap:3px;
}

.singlecolumn {
	display:grid;
}

.item {
	overflow: hidden;
	margin-top: 20px;
	padding: 10px;
	background: rgba(153,153,153,.9);
	transition: .5s;
}

.item:hover {
	background: rgba(130,190,190,1.00);
	transition: .5s;
	color: #242424;
}

.itemtext {
	margin-top: 10px;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

.itemtext:hover {
	color: #696969;
}

/*	Everything for the modal	*/

.row > .columnn {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.columnn {
  float: left;
  width: 25%;
}

.columnnz {
  float: left;
  width: 25%;
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}


/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background: #696969;
  border: 3px solid gray;
}



#caption {
	padding: 10px;
	font-size: 18px;
}

.cursor {
  cursor: pointer;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.galleryshadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}





.overlay_flight_traveldil {
    position: fixed;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
	display: grid;
	justify-content: center;
	
}
.overlay_flight_traveldil:target {
  visibility: visible;
  opacity: 1;
}
.popup_flight_travlDil {
  margin: auto;
  padding: 20px 20px 40px 20px;
  background: #fff;
  position: relative;
  transition: all 2s ease-in-out;
}

.popup_flight_travlDil h2 {
	padding: 20px;
	text-align: center;
}

.popup_flight_travlDil .close_flight_travelDl {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_flight_travlDil .content_flightht_travel_dil {
  max-height: 30%;
  overflow: auto;
}


.popupimg {
	max-width: 60%;
	height: auto;
	border-radius: 5px;
	
}

.doublewide {
	display: grid;
	grid-template-columns: 50% 50%;
}

.returnbutton {
	max-width: 200px;
	padding: 15px;
	text-align: center;
	margin: 20px 30px;
	border-radius: 25px;
	font-weight: bold;
	border: 3px solid rgba(130,190,255,1.00);
	background: transparent;
	color: #000;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 5;
	float: center;
	text-decoration: none;
	transition: .5s ease;
}

.returnbutton:hover {
	background: rgba(130,190,255,1.00);
	transition: .5s ease;
	color: #fff;
}

.btnwrap {
	line-height: 100px;
}

@media screen and (max-width:800px) {
	.overlay_flight_traveldil {
		top: 33px;
	}
}