@charset "utf-8";
/* CSS Document */
/* ----- General declarations -----*/
* {
	margin:0;
	padding:0;
	border:none;
	box-sizing:border-box;
}
html, body {
	font-family:"Abel", Tahoma, Geneva, sans-serif;
	color:#000;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	background-color:#FFF;
/*	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scrol;*/
}

/* ----- Navigation -----*/
.topnav {
  overflow: hidden;
  background-color: #222;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #555;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #06b0af;
  color: white;
  transition: 0.3s;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.content {
  padding: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 380px;
}









.navi {
	background-color:#222;
}
.navi::after {
  content: "";
  clear:both;
  display:table;
}
#navi_news {
	width:16px;
	height:16px;
}
#navi_aircraft {
	width:16px;
	height:16px;
}
#navi_list {
	width:14px;
	height:14px;
}
#navi_code {
	width:14px;
	height:14px;
}
.navi ul {
 	list-style-type:none;
	overflow:hidden;
}
.navi a {
  color:#FFF;
  text-decoration:none;
  cursor:pointer;
}
.navi li {
  text-align:center;
  padding:10px;
}
.navi li:hover {
  background-color:#06b0af;
}



.badge {
  background-color: red;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 4px;
}
/* ----- Main content -----*/
/* Main content/Intro */
.intro {
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.title_intro {
	color:#FFF;
	font-size:6vw;
	text-align:center;
	margin:10px;
}
.subtitle_intro {
	color:#FFF;
	font-size:1.0em;
	text-align:center;
	margin:10px;
}

/* Main content/Search */
#panel_search {
	overflow:hidden;
	background:none;
}
.input_search {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px 15px 15px 56px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
    background-image:url(icons/i_search.png);
    background-position:10px; 
    background-repeat: no-repeat;
}
.input_form {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
}
.select_form {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
}
.botton_form {
	display:block;
	background-color:#06b0af;
	color:#FFF;
	letter-spacing:1px;
	margin:0px auto 10px auto;
	width:96%;
	min-height:50px;
	cursor:pointer;
	font-family: "Abel";
	font-size:1.2em;
}
.botton_form:hover {
	color:#000;
	background:#CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Main content/News */
#panel_news {
/*	display:none;*/

}
#news_container {
	max-width:600px;
	background-color:#efefef;
	margin:0px auto 0px auto;

}

/* Main content/Tables */
.mine_title {
	color:#000;
	text-align:center;
	padding:20px;
}
.table_icon {
	width:16px;
	height:16px;
}

/* Main content/Individual table */
#table_individual {
    border-collapse: collapse;
    width: 96%;
	color:#000;
	margin:5px auto 5px auto;
}
#table_individual a {
	cursor:pointer;
}
#table_individual tr {
	border: 1px solid #ddd;
}
#table_individual th {
	text-align:left;
	padding:8px;
}
#table_individual td {
	text-align:left;
	padding:8px;	
}	
#table_individual tr:first-child {
	background-color:#06b0af;
	color:#FFF;	
}
#table_individual tr:nth-child(even){
	background-color: #f2f2f2;
	}
#table_individual tr:hover {
	background-color:#06b0af;
	}

/* Main content/List table */
#panel_list {
	display:none;
	overflow:hidden;
	background:none;
}
#table_list {
    border-collapse: collapse;
    width: 96%;
	color:#000;
	font-size:0.8em;
	margin:5px auto 5px auto;
}
#table_list a {
	cursor:pointer;
	text-decoration:underline;
}
#table_list a:hover {
	color:#000;
}
#table_list tr {
	border: 1px solid #ddd;
}
#table_list th {
	text-align:left;
	padding:8px;
}
#table_list td {
	text-align:left;
	padding:8px;	
}	
#table_list tr:first-child {
	background-color:#06b0af;
	color:#FFF;	
}
#table_list tr:nth-child(even){
	background-color: #f2f2f2;
	}
#table_list tr:hover {
	background-color:#06b0af;
	}

/* Main content/Conditions */
#panel_conditions {
	display:none;
	background:none;
}
.conditions_title {
	color:#000;
	text-align:left;
	padding:5px 10px 5px 10px;
}
.conditions_text {
	color:#000;
	text-align:justify;
	padding:5px 10px 5px 10px;
}

/* Main content/Contact */
#panel_contact {
	display:none;
	background:none;
}




/* Main content/Advertisement */
#advertisement_left {
	width:177px;
	height::702px;
	background-color:none;
	position:absolute;
	float:left;
	top:200px;
	left:0px;
	display:none;
}
#advertisement_left_container {
	width:160px;
	height::600px;
	position:absolute;
	top:40px;
	left:0px;
}
#advertisement_right {
	width:257px;
	height::506px;
	background-color:none;
	position:absolute;
	float:right;
	top:220px;
	right:0px;
	display:none;
}
#advertisement_right_container {
	width:240px;
	height:400px;
	position:absolute;
	top:43px;
	right:0px;

}

#advertisement_bottom {

}

/* ----- Lleego ----- */

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #222;
  background-color: #222;
  width: 20%;
/*  height: 300px;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 20px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-family:"Abel", Tahoma, Geneva, sans-serif;
  color:#FFF;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #06b0af;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:#555;
}

/* Style the tab content */
.tabcontent {
  float: left;
/*  padding: 0px 12px;*/
  border: 1px solid #222;
  width: 80%;
/*  border-left: none;*/
/*  height: 300px;*/
}











/* ----- Footer ----- */
.footer {
	color:#FFF;
	background-color:#222;
	text-align:center;
	padding:4px;
	position:fixed;
	bottom:0px;
	right:0px;
}
.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#06b0af;
	text-decoration:underline;
	cursor:pointer;	
}

/* ----- MEDIA -----*/
/* Rules for: SMARTPHONES */
[class*="col-"] {
  width: 100%;
  float: left;
}

@media only screen and (max-width: 600px) {
/* Rules for: Advertisment */  
#advertisement_left {
	display:none;
}
#advertisement_right {
	display:none;
}


}
/* End of rules for: SMARTPHONES */


/* Rules for: DESKTOP */
@media only screen and (min-width: 601px) {
/* Rules for: columns */
  .col-d1 {width: 8.33%;}
  .col-d2 {width: 16.66%;}
  .col-d3 {width: 25%;}
  .col-d4 {width: 33.33%;}
  .col-d5 {width: 41.66%;}
  .col-d6 {width: 50%;}
  .col-d7 {width: 58.33%;}
  .col-d8 {width: 66.66%;}
  .col-d9 {width: 75%;}
  .col-d10 {width: 83.33%;}
  .col-d11 {width: 91.66%;}
  .col-d12 {width: 100%;}
/* Rules for: navigation container */    
.navi a {
  float: left;
  min-width:120px;
}
/* Rules for: Main content/Intro */   
.title_intro {
	font-size:5vw;
} 
/* Rules for: Main content/Search and add */
.input_search {
	max-width:600px;
}
.input_form {
	max-width:600px;
}
.select_form {
	max-width:600px;
}
.botton_form {
	max-width:600px;
}
#table_individual {
	max-width:600px;
}


}
/* End of rules for: DESKTOP */


/* Rules for: LARGE SCREEN */
@media only screen and (min-width: 1150px) {
/* Rules for: Advertisment */  

#advertisement_left {
	display:inline;
}
#advertisement_right {
	display:inline;
}


}
/* End of rules for: LARGE SCREEN */



