body, p, h1, h2, h3, h4, h5, a, ul, li{padding: 0; margin: 0;}
a, a:hover{text-decoration: none;}
ul{list-style: none;}

body{background-color: #fff; position: relative; min-height: 100vh; padding-bottom:165px;}

header{
  width: 100%;
  height: 250px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

nav{
  width: 100%;
  height: 64px;
  background-color: rgba(0,90,146,.8);
  position: absolute;
  bottom: 0;
}

.logo{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin: 6px 0;
}

.menu{
  margin: 13px 0;
}

.menu ul li{
  float: left;
}

.menu ul li a{
  display: inline-block;
  font-size: 15px;
  color: #c8e3f4;
  padding: 8px 20px;
}

.menu ul li a img{
  margin-right: 2px;
  margin-top: -6px;
}

.menu ul li a:hover{
  color:#fff;
}

.content{
  margin-top: 30px;
  padding-bottom: 65px;
}

form{
	margin-bottom:40px;
}

.lable{
  margin-bottom: 10px;
  color: #343434;
  font-size: 15px;
  display: block;
}

.heliportButton{
  line-height: 20px;
  padding: 8px 16px;
  background-color: #61b3e3;
  color: #fff;
  border: 0;
}

.heliportButton:hover{
  background-color: #59a7d5;
}

.departure{
  width: 16%;
}

.selectBox{
  position: relative;
}

.selectDate, .selectArrow{
  background-color: #f3f3f3;
  color: #343434;
  padding: 9px 10px;
  border: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;      
  appearance: none;
  background-repeat: no-repeat;
  background-position: top right;
}

.selectDate{
  background-image: url(../images/date.png);
}

.selectArrow{
 background-image: url(../images/down_arrow.png);
}

footer{
  height: 65px;
  background-color: #f3f3f3;
  width: 100%;
  padding: 12px 0px;
}

.bigFooter{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.facebook{
  color: #343434;
}

.facebook span{
  font-size: 40px;
  color: #475993;
  vertical-align: middle;
  margin-right: 5px;
}

.tieto img{
  width: 115px;
  display: none;
}

.divider{
  height: 40px;
  display: block;
}

/************flights page css Start***************/

.flightsList{
  width: 100%;
  margin-bottom: 30px;
}

.flightsList th, .flightsList td{
  background-color: #f8f8f8;
  padding: 8px 16px;
  border: 1px solid #dcdcdc;
  width: 25%;
}

 .flightsList td table tr td{
  	padding:0 !important;
 }

.flightsList td a{
  color: #61b3e3;
}

.flightsList td a:hover{
  text-decoration: underline;
}

.flights p{
  text-align: center;
  margin-bottom: 30px;
}

.flights p a:hover{
  color: #61b3e3;
}

/************flights page css End***************/

@media screen and (min-width: 0) and (max-width: 768px){
  header {
    height: 200px;
    background-size: 150%;
  }

  nav {
    height: 46px;
  }

  .logo {
    font-size: 24px;
    margin: 6px 0;
  }

  .menu {
    margin: 8px 0;
  }

  .menu ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }

  .flightsList th, .flightsList td {
    padding: 6px 10px;
    font-size: 13px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
  }
  
  .departure{
    width: 100%;
    margin-bottom: 10px;
  }

  .departure form .lable{
    display: inline-block;
    margin-right: 15px;
  }

  .lable {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .flights p {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .tieto img {
      width: 90px;
  }
  .facebook span {
    font-size: 32px;
  }

  footer {
    height: 55px;
  }
}

@media screen and (min-width: 0) and (max-width: 360px){
  header {
    height: 150px;
    background-size: 150%;
  }

  nav {
    height: 38px;
  }

  .logo {
    font-size: 20px;
    margin: 5px 0;
  }

  .menu {
    margin: 6px 0;
  }

  .menu ul li a {
    font-size: 13px;
    padding: 4px 8px;
  }

  .flightsList th, .flightsList td {
    padding: 4px 6px;
    font-size: 12px;
  }

  .lable {
    font-size: 14px;
  }

  .flights p {
    font-size: 12px;
  }

  .tieto img {
      width: 80px;
  }

  .facebook{
    font-size: 12px;
    text-decoration: none;
  }

  .facebook span {
    font-size: 28px;
  }
  
  .facebook:hover{text-decoration: none;}

  footer {
    height: 50px;
  }
}

legend {
    font-size: 18px;
    border: 0;
    border-bottom: 0;
    text-align: center;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #dcdcdc;
}

fieldset select{
	width:100% !important;
}

.language img{
	border:1px solid #ffffff;
}