

.header-top-page {
	
	height: 40px; 
	width: 100%; 
	color: white;
	text-align: center;
}
/*
@media (max-device-width: 800px) {
	.header-top-page {
    height: 40px; 
	width: 100%; 
	color: white;
	text-align: right;
	}

}
*/

.carousel-center {
	width: 80%;
	margin: 0 auto;
}

.carousel-control-custom {
	
	height: 150px;
	width:  100px;
	
	display: block;
	
	
}

.carousel-img {
  max-height: 400px;
  max-width: 80%;
  margin: 0 auto;
}

.carousel-img-background {
  background-color: #9d9fa1; 
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right;
  max-height: 400px;
  
}

.carousel-img-hdr {
	height: 50px;
	max-width: 100%;
	background-color: white;
	
}

#navBar {
	
}

.navbar-brand-block {
	
	width: 90px;
	
	
}

.nav-brand-img {
	height: 86px;
	width: 100px;
	position: absolute;
	z-index: 10;

}

#Metar {
	
	
}

#content {

	margin-top: 95px;
	margin-left: 5px;
	margin-right: 5px;
 
}

#faq {
	margin-top: 70px;
}

.faq_list {
	margin-top: 40px;
}

.bottom-up {
	width: 100%;
	z-index: 10;
	position: fixed;
	height: 40px;
	//background-color: #9d9fa1;
	
}

.cap-bottom {
	
	margin-bottom: -10;
	padding-bottom: 0px;
	position: relative;
	min-height: 50px;
	max-width: 80%;
	color: black;
	text-align: center;
	
}

#contactList {
	
}

.costs {
	
	position: fixed;
	top:100;
	right: 0;
	z-index: 10;
	/*color: #21943a;
	background-color: #fafafa;
	border-radius: 10px; */
}

#extra_UnUsed {
	background-image:  url('../img/plane_sil - left.jpg');
	
}

.dropdown:hover > .dropdown-menu {
    display: block;    
}
