h1.textcenter.newboxhead {
	font-size: 32px;
}
@media only screen and (max-width: 768px) {
	h1.textcenter.newboxhead {
		font-size: 28px;
	}
}
.displayflex {
	display: flex;
    justify-content: center;
}
.displayinmobile {
	display: none !important;
}
.displayinpc {
	display: block !important;
}
.menutexttop {
	font-size: 24px;
	vertical-align: middle;
	font-weight: bold;
	color: #868686;
}
.navbar-light .navbar-toggler {
	border-color: #868686;
}
.fontbold {
	font-weight:bold;
}
.floatright {
	float: right;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px 0; 
}
.padding4020all {
	padding: 40px 20px;
}
a.nav-link {
	font-size: 18px;
	font-weight: bold;
	color: #000 !important;
	text-transform: uppercase;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.bordertopboxes {
	border-top: 5px solid #868686;
}
.borderbottomboxes {
	border-bottom: 5px solid #868686;
}
.formbottomremover {
	
}
.back1 {
	background-image: url("img/back2.png");
	height: 630px;
    background-size: cover;
	background-position: center;
}
.back2 {
	background-image: url("img/back1.jpg");
	height: 580px;
    background-size: cover;
	background-position: center;
}
.boxhead {
    font-weight: bold;
    color: #868686;
}
.boxpara {
    font-size: 18px;
    font-weight: 500;
    color: black;
}
.fontitalic {
	font-style: italic;
}
.colorwhite {
	color:#fff;
}
.colorblack {
	color:#000 !important;
}
.newtopbuttom {
	transform: scale(1.5) !important;
    margin-left: 35px !important;
}
.newboxhead {
	text-transform: uppercase;
    color: #868686;
    font-weight: bold;
}
.newboxpara {
	font-size: 16px;
    font-weight: 500;
    color: black;
}
.buttontext {
	width: 20%;
    margin: 0 40%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background: #868686;
    color: white;
    border: 0;
    border-radius: 8px;
	box-shadow: 3px 3px 0px black;
}

.buttontext1 {
    font-size: 18px;
    background: #868686;
    color: white;
    border: 0;
	box-shadow: 3px 3px 0px black;
}
.buttontext2 {
    font-size: 18px;
    background: #868686;
    color: white;
    border: 0;
	padding: 10px;
	font-weight:bold;
	width:100%;
	box-shadow: 3px 3px 0px black;
}
.boxnew1 {
    padding: 50px 20px;
}
.ahrefnormal {
    text-decoration: none;
    color: #000;
}
.ahrefnormal:hover {
    text-decoration: none;
    color: #000;
}
.ahrefnormal:focus {
    text-decoration: none;
    color: #000;
}
.bordertopbottom {
	border: 2px solid #000;
}
.socialmedia {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 20px;
    margin: 05px 0;
    padding: 3px 10px;
}
.buttontext:hover {
	text-shadow: 0 0 5px black;
	border: 1px solid black;
}
.buttontext:focus {
	text-shadow: 0 0 5px black;
	border: 1px solid black;
}

.buttontext1:hover {
	text-shadow: 0 0 5px black;
}
.buttontext1:focus {
	text-shadow: 0 0 5px black;
}

.buttontext2:hover {
	text-shadow: 0 0 5px black;
}
.buttontext2:focus {
	text-shadow: 0 0 5px black;
}
.backblue {
	background: #868686;
}
.backblack {
	background: #000000;
}
.textcenter {
	text-align: center;
}
.fonttimes {
	font-family: none;
}
.airportboxedits {
    padding: 20px;
    box-shadow: 0 0 10px #0000005c;
	margin-bottom: 40px;
}
.form-control {
	margin: 20px 0;
	color: black;
	font-weight: bold;
}
.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: black;
    outline: 0;
}
.onlyformobilecenter {
	text-align: left;
}


/*LIGHTBOX*/

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #ffffffd9;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 58%;
  max-width: 1200px;
}

/* The Close Button */
.close {
	color: black;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 35px;
	font-weight: bold;
	opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #969696;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.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;
  box-shadow: 0 0 10px #00000061;
}

.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);
}
.floatleft {
	float: left;
}
.lightgrayback {
	background: #c7c7c7;
}
.langtoppara {
    position: absolute;
    margin: 0;
    right: 0;
    z-index: 999999;
	top: 10px;
}
.langtop {
    background: black;
    color: white;
    text-decoration: none;
    margin: 0 08px 0 0;
    padding: 5px 5px;
	font-weight: bold;
}
.langtop:hover, .langtop:focus {
    background: black;
    color: white;
    text-decoration: none;
    margin: 0 08px 0 0;
    padding: 5px 5px;
	font-weight: bold;
}

/* END LIGHTBOX */

.allborders {
	border: 2px solid gray;
	padding: 20px;
    text-align: justify;
}
.font16 {
	font-size: 16px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
.font28 {
	font-size: 28px;
}
.font32 {
	font-size: 32px;
}
.font38 {
	font-size: 38px;
}
.font42 {
	font-size: 42px;
}
.bottomtagpadding {
	padding: 10px;
}
.imptextcss {
	padding: 20px;
    background: #868686;
    box-shadow: 5px 5px 0px black;
}
.hoverwhite:hover {
	color: white !important;
}
.hoverwhite:focus {
	color: white !important;
}
.hoverwhite:active {
	color: white !important;
}
.linkclass {
	position: absolute;
    right: 20px;
}

@media only screen and (max-width: 768px) {
	.displayflex {
		display: block;
		justify-content: center;
	}
	.linkclass {
		position: relative;
	}
	.imptextcss {
		padding: 10px;
		background: #868686;
		box-shadow: 5px 5px 0px black;
	}
	.displayinmobile {
		display: block !important;
	}
	.font22 {
		font-size: 22px;
	}
	.floatright {
		float: left !important;
	}
	.displayinpc {
		display: none !important;
	}
	.navbar {
		background: #f3f3f3;
		border-radius: 5px;
	}
	.marginbottom20 {
		margin-bottom: 20px;
	}
	.newboxpara {
		font-size: 15px;
		font-weight: 500;
		color: black;
	}
	.back1 {
		background-image: url("img/back1.jpg");
		height: 310px;
		background-size: cover;
		background-position: center;
	}
	.back2 {
		background-image: url("img/back2.png");
		height: 310px;
		background-size: cover;
		background-position: center;
	}
	.bottomtagpadding {
		padding: 5px;
	}
	.onlyformobilecenter {
		text-align: center;
	}
	.floatleft {
		width: 100%;
	}
	.buttontext {
		width: 80%;
		margin: 0 10%;
	}
	.padding4020all {
		padding: 20px;
	}
	.fonttimes {
		font-family: none;
		font-size: 18px;
	}
	.modal-content {
	  width: 100%;
	  margin-top: 30px;
	}
	.prev, .next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		padding: 10px;
		margin-top: -20px;
		color: white;
		font-weight: bold;
		font-size: 15px;
	}
	.close {
		color: black;
		padding: 0 0 10px;
		position: absolute;
		top: 0px;
		right: 5px;
		font-size: 35px;
		text-align: center;
		font-weight: bold;
		opacity: 1;
		width: 100%;
		background: #868686;
	}
	.close:hover, .close:focus {
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 1;
		background: #444;
	}
	.font16 {
		font-size: 14px;
	}
	.font20 {
		font-size: 16px;
	}
	.font24 {
		font-size: 18px;
	}
	.font28 {
		font-size: 20px;
	}
	.font32 {
		font-size: 22px;
	}
	.font38 {
		font-size: 24px;
	}
	.font42 {
		font-size: 26px;
	}
}
@media only screen and (min-width: 768px) {
	a.nav-link {
		padding: 30px 20px 30px 0 !important;
	}
	a.nav-link:hover {
		transform: scale(1.05);
		transition: transform .6s;
	}	
}
