@charset "utf-8";

@font-face {
    font-family: GOTHIC;
    src: url(images/astro/navigation/GOTHIC.TTF);
}

body {	
	background: url('images/flightsim/fs_bg.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: GOTHIC;	
}

#fs_header_title {
	position: relative;
	top: 5px;
	right: 18px;
	width: 550px;
	height: 40px;
	text-align: right;
	text-shadow:  2px  2px 2px #2e5793,
                  2px -2px 2px #2e5793,
                 -2px  2px 2px #2e5793,
                 -2px -2px 2px #2e5793;
	font-size: 22px;
	font-weight: 700;
	color: #e5e3e3;
	line-height: 40px;
	float: right;
	z-index: 60;	
}

#fs_header_author {
	position: relative;
	right: 20px;
	width: 550px;
	height: 30px;
	text-align: right;
	text-shadow:  2px  2px 2px #e5e3e3,
                  2px -2px 2px #e5e3e3,
                 -2px  2px 2px #e5e3e3,
                 -2px -2px 2px #e5e3e3;
	font-size: 19px;
	font-weight: 700;
	font-family: Vivaldi;
	color: #2e5793;
	line-height: 20px;
	float: right;
	z-index: 60;	
}

#fs_main_menu_frame {
	position: fixed;
	margin: auto;
	left: 50%;
	margin-left: -452px; 
	top: 5px;
	width: 850px;
	height: 40px;
	background-color: #e5e3e3;
	border-radius: 20px;
	border: 2px solid #2e5793;
	z-index: 1;
}

#fs_main_menu_home {
	position: relative;
	width: 96px;
	height: 40px;
	left: 45px;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	z-index: 5;
}

#fs_main_menu_airbus {
	position: relative;
	width: 192px;
	height: 40px;
	left: 45px;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	z-index: 5;
}

#fs_main_menu_boeing {
	position: relative;
	width: 201px;
	height: 40px;
	left: 45px;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	z-index: 5;
}

#fs_main_menu_misc {
	position: relative;
	width: 190px;
	height: 40px;
	left: 45px;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	z-index: 5;
}

#fs_main_menu_contact {
	position: relative;
	width: 130px;
	height: 40px;
	left: 45px;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	text-decoration: none;
	z-index: 5;
}

:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

a.fs_main_menu_buttons {	
	position: relative;
	height:100%;
	width:100%;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	text-decoration: none;
	z-index: 5;
}

a.fs_main_menu_buttons:hover {	
	position: relative;
	height:100%;
	width:100%;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #2e5793;
	line-height: 40px;
	float: left;
	text-decoration: underline;
	z-index: 5;
}

.fs_li{
	position: relative;
	left: 25px;
}

.dropbtn {
	height: 40px;
    color: #2e5793;
    font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	background-color: Transparent;
    font-family: GOTHIC;		
	border: none;
	outline:none;
}

.dropbtn:hover {
	height:100%;
	width:100%;
    color: #2e5793;
    font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: underline;
    font-family: GOTHIC;		
	border: none;
	outline:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    min-width: 186px;
    z-index: 1;
	background-color: rgba(255,255,255,0.9);
	border: 2px solid #2e5793;
	border-radius: 0px 0px 10px 10px;
	text-align: left;
}

.dropdown-content a:hover {
	color: #2e5793;
	text-decoration: underline;
}

.dropdown-content a {
    color: #2e5793;
    padding: 0px;
    text-decoration: none;
	font-size: 15px;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#fs_main_outer_content_frame {
	position: relative;
	margin: auto;
	top: 26px;
	width: 840px;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 2px #2e5793;
	border: 5px solid #e5e3e3;
}

#fs_main_inner_content_frame {
	position: relative;
	width: 840px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 5px;
}

#fs_info_frame {
	position: relative;
	margin: auto;
	top: 30px;
	width: 780px;
	height: 415px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
}

#fs_info_head {
	position: relative;
	width: 200px;
	height: 40px;
	left: 15px;
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	color: #2e5793;
	text-decoration: underline;
}

#fs_info_text_box {
	position: relative;
	width: 750px;
	height: 140px;
	left: 15px;
	top: 10px;
	font-size: 15px;
	color: #2e5793;
	text-align: justify;
}

#fs_info_latest {
	position: relative;
	width: 200px;
	height: 40px;
	left: 15px;
	text-align: left;	
	top: 30px;
	font-size: 17px;
	font-weight: 700;
	color: #2e5793;
	text-decoration: underline;
}

#fs_info_arrival {
	position: relative;
	width: 650px;
	height: 139px;
	top: 30px;
	left: 15px;
	border-radius: 5px;
	background-color: #2e5793;
}

#fs_info_line_1 {
	position: relative;
	margin: auto;
	width: 646px;
	height: 25px;
	top: 7px;
	background-color: #e5e3e3;
}

#fs_info_line_2 {
	position: relative;
	margin: auto;
	width: 646px;
	height: 25px;
	top: 7px;
}

#fs_info_line_3 {
	position: relative;
	margin: auto;
	width: 646px;
	height: 25px;
	top: 7px;	
	background-color: #e5e3e3;
}

#fs_info_line_4 {
	position: relative;
	margin: auto;
	width: 646px;
	height: 25px;
	top: 7px;	
}

#fs_info_line_5 {
	position: relative;
	margin: auto;
	width: 646px;
	height: 25px;
	top: 7px;	
	background-color: #e5e3e3;
}

#fs_info_avatar1 {
	position: relative;
	width: 35px;
	height: 25px;
	line-height: 25px;
	float: left;
}

#fs_info_title1 {
	position: relative;
	width: 500px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #2e5793;
	float: left;	
	text-decoration: none;
}

#fs_info_title1:hover {
	position: relative;
	width: 500px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #2e5793;
	float: left;	
	text-decoration: underline;
}

#fs_info_title2 {
	position: relative;
	width: 500px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #e5e3e3;
	float: left;	
	text-decoration: none;
}

#fs_info_title2:hover {
	position: relative;
	width: 500px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #e5e3e3;
	float: left;	
	text-decoration: underline;
}

#fs_info_download1 {
	position: relative;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #2e5793;
	text-align: right;
	float: left;
}

#fs_info_download2 {
	position: relative;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #e5e3e3;
	text-align: right;
	float: left;
}

#fs_anchor {
	position: relative;
	padding-top: 1px;
	height: 1px;
	width: 100px;
}

#fs_pa318cfm_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa319cfm_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa319iae_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa320cfm_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa320iae_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa321iae_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_pa321cfm_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_csb752pw_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_csb752rr_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_csb753rr_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_misc_anchor {
	position: relative;
	padding-top: 50px;
	height: 20px;
	width: 100px;
}

#fs_aircraft_frame_pa318cfm {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa319cfm {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa319iae {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa320cfm {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa320iae {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa321cfm {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_pa321iae {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_csb752pw {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_csb752rr {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_csb753rr {
	position: relative;
	width: 840px;
}

#fs_aircraft_frame_misc {
	position: relative;
	padding-bottom:60px;
	width: 840px;
}

#fs_aircraft_type_frame {
	position: relative;
	top: 20px;
	width: 200px;
	height: 48px;
}

#fs_pa_318cfm_title_top {
	position: relative;
	width: 200px;
	height: 28px;
	background-color: #e5e3e3;
	border-radius: 0px 14px 14px 0px;
	border-color: #2e5793;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	font-size: 16px;
	font-weight: 700;
	color: #2e5793;
	text-align: center;
	line-height: 28px;
	z-index: 0;
}

#fs_pa_318cfm_title_btm {
	position: relative;
	width: 170px;
	height: 20px;
	background-color: #e5e3e3;
	border-radius: 0px 0px 20px 0px;
	border-color: #2e5793;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	font-size: 13px;
	font-weight: 700;
	color: #2e5793;
	line-height: 20px;
	text-indent: 47px;
	z-index: 0;
}

#fs_cs_b757_title_btm {
	position: relative;
	width: 170px;
	height: 20px;
	background-color: #e5e3e3;
	border-radius: 0px 0px 20px 0px;
	border-color: #2e5793;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	font-size: 12px;
	font-weight: 700;
	color: #2e5793;
	line-height: 20px;
	text-indent: 47px;
	z-index: 0;
}

#fs_aircraft_main_frame {
	position: relative;
	margin: auto;
	margin-top: 50px;
	width: 760px;
	height: 200px;
}

#fs_aircraft_headline_frame {
	position: relative;
	margin: auto;
	width: 758px;
	height: 30px;
	background-color: #2e5793;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #e5e3e3;
	line-height: 30px;
	text-indent: 25px;
	float: left;
}

#fs_aircraft_date {
	position: relative;
	width: 150px;
	height: 30px;
	top: -30px;
	right: 25px;
	font-size: 13px;
	color: #e5e3e3;
	line-height: 30px;
	text-align: right;
	float: right;
}

#fs_aircraft_update {
	position: relative;
	width: 200px;
	height: 30px;
	top: -30px;
	right: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #00bfc1;
	line-height: 30px;
	text-align: right;
	float: right;
}

#fs_aircraft_inner_frame {
	position: relative;
	top: 30px;
	margin: auto;
	width: 724px;
	height: 140px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0px 0px 20px 20px;
	border-color: #2e5793;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
}

#fs_aircraft_info_frame {
	position: relative;
	top: 30px;
	margin: auto;
	width: 600px;
	height: 25px;
	background-color: #2e5793;
	border-radius: 0px 0px 25px 25px;
}

#fs_aircraft_descripton {
	position: relative;
	left: 10px;
	width: 150px;
	height: 25px;
	font-size: 14px;
	color: #e5e3e3;
	line-height: 22px;
	text-indent: 15px;
	float: left;
}

.modalDialog {
		position: fixed;
		color: #2e5793;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 550px;
		position: relative;
		margin: 10% auto;
		padding: 20px;
		border-radius: 20px;
		border: 2px solid #2e5793;
		background: #e5e3e3;
		
	}

	.close {
		background: #e5e3e3;
		color: #2e5793;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-indent: 8px;
		border: 2px solid #2e5793;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { 
		background: #2e5793; 
		color: #e5e3e3;
	}
	
#box {
	color: #2e5793;
	text-indent: 0px;
}	

#box_text {
	color: #2e5793;
	font-size: 14px;
	text-indent: 0px;
}
	
#fs_aircraft_download {
	position: relative;
	left: 35px;
	width: 150px;
	height: 25px;
	font-size: 15px;
	color: #e5e3e3;
	line-height: 22px;
	text-indent: 15px;
	float: left;
}

#fs_aircraft_download_provider {
	position: relative;
	top: -42px;
	right: -15px;
	width: 350px;
	height: 25px;
	float: right;
	line-height: 23px;
}

#fs_aircraft_dl_prov {
	list-style-type: none;
	display:inline-block;
	margin-left: 8px;
}

.fs_dl {
	font-size: 13px;
	color: #e5e3e3;
	text-decoration: none;
}

.fs_dl:hover {
	font-size: 13px;
	color: #e5e3e3;
	text-decoration: underline;
}

.fs_dl2 {
	font-size: 14px;
	color: #00bfc1;
	text-decoration: none;
}

.fs_dl2:hover {
	font-size: 14px;
	color: #00bfc1;
	text-decoration: underline;
}

.fs_dl3 {
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
}

.fs_description {
	font-size: 14px;
	color: #e5e3e3;
	text-decoration: none;
}

.fs_description:hover {
	font-size: 14px;
	color: #e5e3e3;
	text-decoration: underline;
}

#fs_aircraft_image_row {
	position: absolute;
	width: 730px;
	height: 65px;
	top: 6px;
	left: -25px;
}

#fs_image_row_li {
	list-style-type: none;
	display:inline-block;
	margin-left: 6px;
}

.fs_img_rounded_border {
	border-radius: 10px;
}


body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/ka/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/ka/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/ka/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/ka/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#fs_copyright {
	position: relative;
	width: 350px;
	height: 27px;
	top: 27px;
	margin: auto;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #d9d9d9;
	background-color: #2e5793;
	border-radius: 0px 0px 27px 27px;
}

#navWrap {
    height: 20px;
	z-index: 9;
}

#nav {
	margin: auto;
	width: 900px;
	height: 40px;
	left: 30px;
	background-color: #e5e3e3;
	border-radius: 20px;
	border: 2px solid #2e5793;
	z-index: 10;
}

.container {
	position: relative;
	margin: auto;
	width: 850px;
	height: 210px;
	background-color: #e5e3e3;
	border-radius: 20px;
	border: 2px solid #2e5793;
	z-index: 12;
}

.main-slider {
	position: relative;
	top: 5px;
	left: 5px;
	width: 840px;
	height: 200px;
	border-radius: 15px;
	z-index: 11;
}

div[class^="slide"] {
    width: 100%;
    min-width: 800px;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: -9999999
}

.main-slider .background-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-repeat: no-repeat;
    overflow: hidden;
	border-radius: 15px;
}

.main-slider .slide1 .background-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_01.png');
}

.main-slider .slide2 .background-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_02.png');
}

.main-slider .slide3 .background-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_03.png');
}

.main-slider .slide4 .background-img {
     background-image: url('images/flightsim/header_logos/fs_header_logo_04.png');
}

.main-slider .slide5 .background-img {
     background-image: url('images/flightsim/header_logos/fs_header_logo_05.png');
}

.main-slider .slide6 .background-img {
     background-image: url('images/flightsim/header_logos/fs_header_logo_06.png');
}

.main-slider .content-holder {
    position: absolute;
    width: 90%;
    height: 370px;
    margin: 2% 65px;
    padding-top: 35px;
}

.main-slider .slide1 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_01.png');
}

.main-slider .slide2 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_02.png');
}

.main-slider .slide3 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_03.png');
}

.main-slider .slide4 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_04.png');
}

.main-slider .slide5 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_05.png');
}

.main-slider .slide6 .author-img {
    background-image: url('images/flightsim/header_logos/fs_header_logo_06.png');
}

.slide1 {
    animation: fadeInOut1 70s ease reverse forwards infinite;
}

.slide2 {
    animation: fadeInOut2 70s ease reverse forwards infinite;
}

.slide3 {
    animation: fadeInOut3 70s ease reverse forwards infinite;
}

.slide4 {
    animation: fadeInOut4 70s ease reverse forwards infinite;
}

.slide5 {
    animation: fadeInOut5 70s ease reverse forwards infinite;
}

.slide6 {
    animation: fadeInOut6 70s ease reverse forwards infinite;
}

@keyframes fadeInOut1 {
    0% { opacity: 0 }
    5% { opacity: 1; z-index: 999999 }
    16% { opacity: 1; z-index: 999999 }
    18% { opacity: 0; z-index: -10 }
}

@keyframes fadeInOut2 {
    0% { opacity: 0 }
    16% { opacity: 0 }
    18% { opacity: 1; z-index: 999999 }
    32% { opacity: 1; z-index: 999999 }
    34% { opacity: 0; z-index: -10 }
}

@keyframes fadeInOut3 {
    0% { opacity: 0 }
    32% { opacity: 0 }
    34% { opacity: 1; z-index: 999999 }
    47% { opacity: 1; z-index: 999999 }
    49% { opacity: 0; z-index: -10 }
}

@keyframes fadeInOut4 {
    0% { opacity: 0 }
    47% { opacity: 0 }
    49% { opacity: 1; z-index: 999999 }
    66% { opacity: 1; z-index: 999999 }
    68% { opacity: 0; z-index: -10 }
}

@keyframes fadeInOut5 {
    0% { opacity: 0 }
    66% { opacity: 0 }
    68% { opacity: 1; z-index: 999999 }
    80% { opacity: 1; z-index: 999999 }
    82% { opacity: 0; z-index: -10 }
}

@keyframes fadeInOut6 {
    0%  { opacity: 1; z-index: 999999 }
    4%  { opacity: 1; z-index: 999999 }
    6%  { opacity: 0 }
    80% { opacity: 0; z-index: -10 }
    82% { opacity: 1; z-index: 999999 }
    99% { opacity: 1; z-index: 999999 }
    100% { opacity: 1; z-index: 999999 }
}

