@charset "UTF-8";
/* --------------------------------- */
/*  Waterford Airport - LIVE Version */
/*  (c) Cquent.ie 2014               */
/* --------------------------------- */


/* Remove edit icon */ 
ul.actions {
  display: none;
}
li.edit-icon {
  display: none;
}


* {
  border: 0;
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Rosario', sans-serif;
}

.mobile_only,
.mobile-only {
  display: none;
}

.container {
  margin-top: 10px;
  /* border: solid 1px red; */
  overflow: hidden;
}

div#header_upper  .row,
div#header_middle .row,
div#header_lower  .row{
  margin-left: 0;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
  font-family: 'Rosario', sans-serif;
}

h1 {
  color: #009acc;
  font-size: 18px;
}

h2 {
  color: #092c48;
  font-size: 16px;
}

h3 {
  color: #092c48;
  font-size: 15px;
}

.orange {
  color: #cc531c !important;
}

.orange_bold {
  color: #cc531c !important;
  font-weight: bold ;
}

.inline_block {
  display: inline-block;
  margin: 0 4px 0 0 ;
}

.no_bold {
  font-weight: normal;
}

p{
  color: #656667;
  font-size: 15px;
  font-family: 'Rosario', sans-serif;
}

div#main_middle li{
  color: #656667;
  font-size: 15px;
  font-family: 'Rosario', sans-serif;
}

div.item-page ul {
  list-style-type: none;
}

div#main_middle li { 
    text-indent: -.8em;
}

div#main_middle li:before {
    content: "\2022";
    color: #cc531c; 
    margin-right: 7px;
    margin-bottom: 2px;
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
 h1 {
  font-size: 1000/device-width;
 }
 
}

div.clear {
  clear: both;
}

table.contact_table_nro {
  width: 50%;
}

div#contact_us_map {
  float: right;
  /* margin-left: 2%; */
  border: 2px solid black;
  width: 48%;
  overflow: hidden;
}

div#getting_to_map {
  float: right;
  margin-left: 2%;
  border: 2px solid black;
  width: 60%;
  overflow: hidden;
}

div.google_map {
  padding: 0;
  /* border: 2px solid #092c48; */
}

div.google_map_mob {
  display: none;
}


img.header_logo {
  margin-left: 30px;
  width: 25%;
 }

img.slider_image {
  width: 100%;
  height: auto;
}

div#slides_outer {
  display: block;
}

div#slides_outer_mobile {
  display: none;
}

div#slides,
div#mobile_slides {
  display: none;
  /* height: 340px; */
}

a.slidesjs-navigation,
ul.slidesjs-pagination {
  display: none;
  height: 0 !important;
  float: left;
}

ul.slidesjs-pagination {
  display: inline;
  position: relative;
  top : -30px;
  /* left: 500px; */
  left: 43.8%;
  z-index: 9999;
  float: left;
}

ul.slidesjs-pagination li {
}

ul.slidesjs-pagination li ,
ul.slidesjs-pagination li a{
  color: transparent;
  font-size: 2px;
  background-color: white;
  margin-right: 5px;
  display: inline-block;
  height: 8px;
  width: 8px;
}
ul.slidesjs-pagination li {
  height: 8%;
  width: 8%;
  margin-right: 3%;
}

ul.slidesjs-pagination li a.active{
  color: transparent;
  background-color:  #c64d1f;
}

div#header_upper {
  position: relative;
}

div#book_flights_tab {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

div#book_flights_tab a{
  outline: 0;
}

div#book_flights_button {
  display: none;
}

div.static_banner {
  margin-bottom: 10px;
}

div#header_middle {
  background-color: #092c48;
  margin-bottom: 7px ;
  padding-left: 100px;
  padding-right: 0;
  height: 35px;
}

div#header_middle li{
  height: 35px;
  line-height: 5px;
}


/* ============ MAIN MENU ================ */

ul.responsiveMenuTheme1 li a,
ul.responsiveMenuTheme1 span.linker,
ul.responsiveMenuTheme1 li.active  a {
  font-family: 'Rosario', sans-serif;
  font-size: 14px;
}

ul.responsiveMenuTheme1 li.active > a{ /* Selected menu item and its parent if child */
  background-color: #009acc;
}

.responsiveMenuTheme1 > li.parent > span.separator {
  padding: 0 0 0 10px;
}

.responsiveMenuTheme1 span.opener {
  display: none;
}

ul.responsiveMenuTheme1 li.first a { /*  HOME menu item */
  margin-left: 5px;
}

ul.responsiveMenuTheme1 li#item-101 { /*   Home  */ 
  width: 70px !important;
  padding-right: 0 !important;
}

ul.responsiveMenuTheme1 li#item-122 { /*  FLIGHT INFO menu item*/ 
  width: 160px !important;
  padding-right: 0 !important;
}

ul.responsiveMenuTheme1 li#item-122 a{ /*  FLIGHT INFO menu item*/ 
  margin-right: 0 !important;
  padding-right: 0 !important;
}

ul.responsiveMenuTheme1 li#item-124 { /*  DESTINATIONS menu item*/ 
  width: 120px !important;
}

ul.responsiveMenuTheme1 li#item-126 { /*  ACCESS menu item*/ 
  width: 75px !important;
}

ul.responsiveMenuTheme1 li#item-127 { /*  SE Ireland menu item*/ 
  width: 145px !important;
}

ul.responsiveMenuTheme1 li#item-130,
ul.responsiveMenuTheme1 li#item-131,
ul.responsiveMenuTheme1 li#item-132 { /*  Destinations items */ 
  width: 165px !important;
}

ul.responsiveMenuTheme1 li#item-181 { /*  Passenger Services */ 
  width: 160px !important;
}
ul.responsiveMenuTheme1 li#item-182 { /*  SAR */ 
  width: 160px !important;
}

ul.responsiveMenuTheme1 li#item-183 { /*  Executive Aircraft */ 
  width: 160px !important;
}

/* ======================================= */

div#main_middle {
  margin-top: 5px;
}

div#main_left,
div#main_right {
  width:  24%;
  height: 400px;
}

div#main_3col div#main_component {
  width: 50%;
}


@media screen and (max-width: 640px){
  div#main_left,
  div#main_right {
    width: 100%;
  }    
}



div#main_left {
  margin-right: 5px;
  margin-right: 0 ;
  
}

div#main_right {
  margin-left: 10px;
  margin-left: 2%;
}

a.large_button, 
a.large_button:hover {
  text-decoration: none;
}

div.arr_dep_btn_halfwidth {
  display: inline-block;
  width: 48%;
}

div#arrivals_button,
div#departures_button,
div#twitter_feed_button, 
div#offer_button,
div#newsfeed_button,
div.moduletable.inspire_me a{
  color: white;
  font-size: 16px;
  font-family: 'Rosario', sans-serif;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
}

div#newsfeed_button {
  height: 45px;
  line-height: 45px;
}

div.moduletable.inspire_me {
  text-align: center;
}

div.moduletable.inspire_me a{
  font-size: 18px;
}

a#newsfeed_link:hover,
div#twitter_feed_button a {
  color: white;
  text-decoration: none;
}

div#arrivals_button {
  background-color: #e7b01b;
  margin-right: 10px;
  letter-spacing: 1.5px;
}

div#departures_button {
  background-color: #c64d1f;
  letter-spacing: 0.5px;
}

div#offer_button,
div.moduletable.inspire_me {
  background-color: #911729;
  letter-spacing: 0.5px;
  z-index: 9999;
}

div.moduletable.inspire_me {
  display: block;
}


div#newsfeed_button {
  background-color: #cc531c;
  letter-spacing: 0.5px;
  z-index: 9999;
}

div#twitter_module {
  margin-top: 14px;

}

div#twitter_feed_button {
  background-color: #009acc;
  height: 50px;
  line-height: 50px;
  width: 97.3%;
  letter-spacing: 0.8px;
}

div#twitter_feed {
  height: 290px; 
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-right: 9px;
}

img.twitter_logo {
  margin-top: -4px;
  margin-right: 10px;
  width: 25px;
}

@media screen and (max-width: 640px){
  div#arrivals_button {
    margin-left: 10px;
    font-size: width / 150 ;
  }
}

div#destinations_button {
  display: none;
}

div#homepage_map {
  position: relative;
  display: block;
}

div#mobile_homepage_map {
  display: none;
}


div#home_map_man,
div#home_map_bir {
  /* margin: 0 0 10px 10px; */
  margin: 0 0 10px 2%;
}

div#home_map_man img,
div#home_map_bir img {
  width : 100%;
}
/*
div#home_map_bir {
  display: none;  
}
*/


a#man_map_link ,
a#bir_map_link  {
  outline: 0;
}

a#man_map_link {
  position: absolute;
  display: block;
  height: 10%;
  top: 35%;
  left: 12%;
  color: transparent;
}

a#bir_map_link {
  position: absolute;
  display: block;
  height: 10%;
  top: 24%;
  left: 12%;
  color: transparent;
}

div#rh_feature_mobile {
  display: none;
}

div#rh_feature img {
  width: 100.17%;
  max-width: 102%;
}

div#main_1col {
  border-top :1px solid #cc531c;
  margin-top: 2px;
  padding-left: 10px;
  padding-top: 8px;
  border-bottom :1px solid #cc531c;
  margin-bottom: 10px;
}

div#main_1col div.content_left {
  float: left;
  width: 70%;
}


div#main_1col div.content_right {
  float: right;
  width: 27%;
  margin-top: 5px;
  margin-bottom: 10px;
}

div#main_1col div.content_right img {
  width: 100%;
}

.bottom5  {
  margin-bottom: 5px;
}

.bottom10  {
  margin-bottom: 10px;
}

.bottom15  {
  margin-bottom: 15px;
}

.bottom20  {
  margin-bottom: 20px;
}

.bottom25  {
  margin-bottom: 25px;
}

.bottom30  {
  margin-bottom: 30px;
}


div#main_1col div.content_right:after {
  clear:both;
}

div#main_1col div.accordion-group {
  border: none !important;
  background-color: #f3f5f5;
}


div#main_1col div.accordion-heading,
div#main_1col div.timetables div.accordion-heading.color-0,
div#main_1col div.accordion-heading.color-0 {
  background-color: #cc531c;
}

div#main_1col div.timetables div.accordion-heading.color-1,
div#main_1col div.accordion-heading.color-1 {
  background-color: #aaa;
}

div#main_1col div.timetables div.accordion-heading.color-2,
div#main_1col div.accordion-heading.color-2 {
  background-color: #092c48;
}

div#main_1col div.timetables div.accordion-heading {
  background-color: #092c48;
}

div.accordion-group hr {
  border: 1px dotted #666;
  margin : 5px 0 5px 0;  
}

div#main_1col div.accordion-heading > a{
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;

}

div#main_1col div.accordion-heading a.accordion-toggle > h2{
  color: white;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  margin: 0;
}


div#main_1col div.accordion-heading span.header_arrow {
  background-image: url('../images/right-arrow.png');
  width: 34px;
  height: 34px;
  float: right;
  display: block;
}

div#main_1col div.accordion-heading a.active span.header_arrow {
  background-image: url('../images/down-arrow.png');
  width: 34px;
  height: 34px;
  float: right;
  display: block;
}

div#main_1col div.accordion-inner .accordion_item {
  min-height: 100px;
}

div#main_1col div.accordion-inner img {
  float: right;
  margin-top: -30px;
  margin-bottom: 20px;
  margin-left: 30px;
  width: 25%;
}

div#main_1col div.content_rhimage img{
  float: right;
  width: auto;
  /* margin-top: 30px; */
  margin-bottom: 20px;
  margin-left: 30px;
}

div.content_rhimage:after,
img.rhimage {
  clear: both; /* not working in browsers - need JS to do this */
}

div#main_1col div.content_lhimage img{
  float: left;
  width: auto;
  /* margin-top: 30px; */
  margin-bottom: 10px;
  margin-right: 20px;
}

div.content_lhimage:after,
img.lhimage {
  clear: both; /* not working in browsers - need JS to do this */
}

div#main_1col div.accordion-inner h2  {
  display: inline;
  margin-right: 3px;
  margin-left: 4px;
  line-height: 10px;
}

div#main_1col div.accordion-inner p  {
  margin-left: 4px;
}

div#main_1col div.accordion-body div.item-separator {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

div#main_1col div.accordion-inner h2.accordion_item_header {
  display: block;
  font-size: 135%;
  line-height: 135%;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* ========== What's On Blog ========== */
div.cat-children {
  display: none;
}

div.whatson_cat_head {
  font-family: 'Rosario', sans-serif;
  color: #009acc;
  color: white;
  font-size: 18px;
}

/* ==================================== */

div#footer {
  background-color: #092c48;
  height: 300px;
  width: 100%;
}

div#footer ul{
  margin-left: 8px;;
}

div#footer a {
  color: white;
}

div#footer p {
  color: white;
  font-family: 'Rosario', sans-serif;
  font-size: 12px;
  line-height:10px;
  padding-left: 15px;
}

div#footer span.separator {
  margin-left: 8px;
  color: #cc531c;
}

div#footer_upper {
  height: 50px;
}

div#footer_middle {
  height: 240px;
}

div#footer_col1,
div#footer_col2,
div#footer_col3,
div#footer_col4,
div#footer_col5 {
  /* display: inline-block; */
  float:left;
  height: 80%;
} 

div#footer_col2,
div#footer_col3,
div#footer_col4,
div#footer_col5 {
  margin-top: 0.75%;
}

div#mob_footer_row1,
div#mob_footer_row2_col1,
div#mob_footer_row2_col2,
div#mob_footer_row3,
div#mob_footer_row4 {
  display: none; 
} 


div#footer_col1,
div#footer_col2,
div#footer_col3,
div#footer_col4 {
  border-right: 1px dashed white;
} 

div#footer_col1 {
  width: 25%; 
}

div#footer_col1_inner{
  margin: -7% 18% 0 10%;
}

div#footer_col1_inner img{
  margin-left: 6%;
}

div#footer_col1_lower{
  margin-top: 15%;
  color: white;
  font-size: 80%;
}

div#footer_col1_lower a{
  color: white;
}


div#footer_col2{
  width: 16%;

}

div#footer_col3{
  width: 18%;

}

div#footer_col4{
  width: 16%;

}

div#footer_col5{
  width: 20%;

}

div#footer_col5 :after{
  clear: both;
}


div#footer_lower {
  border-top: 1px solid #cc531c;
  height: 20px;
  position: relative;
}

div#footer li {
  list-style-type: none;
}

div#footer_lower div#copyright {
  position: absolute;
  bottom: 20px;
  left: 35%;
}


/* --------------- Footer for Mobile ----------- */
@media screen and (max-width: 640px){
  div#footer {
    height: 600px;
  }
  
  div#footer_col1,
  div#footer_col2,
  div#footer_col3,
  div#footer_col4,
  div#footer_col5 {
    display: block;
    border: none;
  } 
  
  
  div#footer_lower {
    display: none;
  }
  
  div#footer_lower div#copyright {
    position: absolute;
    bottom: 0;
    left: 0;
  }


}
/* --------------------------------------------- */
/* Live Flight Tables */

div.live_flight_info {
  position: relative;
}

div.live_flight_info span#status_ind {
  position: absolute; 
  top: 20px; 
  right: 0px;
  color: red;
} 

tr.time_table_header {
  background-color: #009acc;
  color: white;
  text-align:center;
}

td.col1 {
  width: 10%;
}

td.col2 {
  width: 10%;
  padding: 0 4px 0 4px;
}

td.col3 {
  width: 10%;
  padding: 0 4px 0 4px;
}

td.col4 {
  width: 30%;
}

td.col4 {
  width: 40%;
}

tr.odd,
tr.even {
  text-align:center;
}

table#live_flights_main_table td {
  border-right: 1px solid #009acc;
}


td#a5, td#b5, td#c5,
td#d5, td#e5, td#f5,
td#g5, td#h5 {
  border-right: none !important;
}

td#h1, td#h2, td#h3, td#h4, td#h5  {
  border-bottom: 1px solid #009acc;
}

tr.even {
  background-color:#f3f5f5;
}

div.timetables div.accordion-inner {
  padding: 0;
}

div#southeast_map {
  position: relative;
}


#tipp_map_link,
#kilk_map_link,
#car_map_link,
#wex_map_link,
#wat_map_link {
  display: block;
  outline: 0;
  position: absolute;
  color: transparent;
}


a#tipp_map_link {
  height: 10%;
  top: 62%;
  left: 8%;
}

a#kilk_map_link {
  height: 8%;
  top: 60%;
  left: 43%;
}

a#car_map_link {
  height: 8%;
  top: 55%;
  left: 58%;
}

a#wex_map_link {
  height: 10%;
  top: 64%;
  left: 72%;
}

a#wat_map_link {
  height: 10%;
  top: 78%;
  left: 20%;
}

/* ATC Form */

div#atc_questionnaire td {
  /* border: 1px dotted red;     */
  padding: 5px 0 5px 0;
}
div#atc_questionnaire hr {
  border-color: #ccc;
}

div#atc_questionnaire h1 {
  font-size: 190%;
}

div#atc_questionnaire h3 {
  font-size: 150%;
}

div#atc_questionnaire td.form_ques {
  width: 700px;
  font-size: 130%;  
}

div#atc_questionnaire td.form_cbox {
  width: 80px;
}
div#atc_questionnaire input.q_checkbox {
  margin-left: 10px;
}

div#atc_questionnaire textarea {
  width: 700px;
}

div#atc_questionnaire span#click_one_msg {
  margin-left:200px;
  font-size: 80%;
  font-weight: bold;
}

input#submit_btn {
  color: white;
  width: 200px;
  background-color: #009acc;
  height: 50px;
  margin-right: 10px;
  letter-spacing: 1.5px;
  font-size: 16px;
}

div#atc_questionnaire table#atcques_tab1 {
  font-size: 130%;
}


div#flight_charts  {
  width: 99%;
}

div#flight_charts td.chart {
  width: 32%;
  padding-right: 100px;
  text-align: center;
}

div#flight_charts td.title {
  width: 32%;
  padding-bottom: 60px;
}


/* --------------- Added by Ray for timetables ----------- */

div.timetables div.accordion-heading {
  background-color: #092c48;
}

 .div_time_table
{
    display:  table;
    width:100%;
	font-family: 'Rosario',sans-serif;
	border-bottom: 1px solid #009acc;
	text-align:center;
}

.time_table_a
{
    display:  table;
    width:100%;
   text-align:center;
   background-color:#f3f5f5;
}

.time_table_b
{
    background-color:#ff4100;
}

.time_table_head_flight
{
    float:left;
	width:12%;
	color:#FFFFFF;	
    background-color:#009acc;
}

.time_table_head_depart
{
    float:left;
	width:12%;
	color:#FFFFFF;
	background-color:#009acc;
}

.time_table_head_arrive
{
    float:left;
	width:12%;
	color:#FFFFFF;
    background-color:#009acc;
}

.time_table_head_days
{
    float:left;
	width:42%;
	color:#FFFFFF;
    background-color:#009acc;
}

.time_table_head_validity
{
    float:left;
	width:22%;
	color:#FFFFFF;
    background-color:#009acc;
}

.time_table_flight
{
    float:left;
	width:12%;
	border-right: 1px solid #009acc;
}

.time_table_depart
{
    float:left;
	width:12%;
	border-right: 1px solid #009acc;
}

.time_table_arrive
{
    float:left;
	width:12%;
	border-right: 1px solid #009acc;
}

.time_table_day_m
{
    float:left;
	width:6%;
	border-right: 1px solid #009acc;
}

.time_table_day_t
{
    float:left;
	width:6%;
	border-right: 1px solid #009acc;
}
.time_table_day_w
{
    float:left;
	width:6%;
	border-right: 1px solid #009acc;
}

.time_table_day_f
{
    float:left;
	width:6%;
	border-right: 1px solid #009acc;
}

.time_table_day_s
{
    float:left;
	width:6%;
	border-right: 1px solid #009acc;
}



.time_table_validity
{
    float:left;
	width:19%;
}


.time_table_data
{
	float:left;
    display:table-column;
    width:200px;
    background-color:#ccc;
}

/* --------------------------------------------- */


/* --------------- Added by Ray for Charges ----------- */

.time_table_landing
{
    float:left;
	width:20%;
	border-right: 1px solid #009acc;
}

.time_table_based
{
    float:left;
	width:20%;
	border-right: 1px solid #009acc;
}

.time_table_full_stop
{
    float:left;
	width:20%;
	border-right: 1px solid #009acc;
}

.time_table_touch
{
    float:left;
	width:20%;
	
}

.time_table_non-based
{
    float:left;
	width:19%;
	border-right: 1px solid #009acc;
}

.time_table_head_landing
{
    float:left;
	width:20%;
	background-color:#009acc;
	border-right: 1px solid #009acc;
}

.time_table_head_based
{
    float:left;
	width:20%;
	background-color:#009acc;
	border-right: 1px solid #009acc;
}

.time_table_head_full_stop
{
    float:left;
	width:20%;
	background-color:#009acc;
	border-right: 1px solid #009acc;
}

.time_table_head_touch
{
    float:left;
	width:20%;
	background-color:#009acc;
}

.time_table_head_non-based
{
    float:left;
	width:19%;
	background-color:#009acc;
	border-right: 1px solid #009acc;
}

/* --------------------------------------------- */

div#rad_div img {
  width: 640px;
}

div#metars_div,
div#laf_div {
  font-family: Arial, Helvetica, sans-serif; 
}
/* --------------------------------------------- */

@media (max-width: 1200px)  {  /* window 1200 or LESS eg iPad landscape */

  .mobile_only,
  .mobile-only {
    display: block;
  }
  
  .desktop_only,
  .desktop-only {
    display: none;
  }
  
  .container {
    width: 98% !important;
  }
  
  div#header_middle {
    background-color: transparent;
    margin-bottom: 5px ;
    padding-left: 100px;
    padding-right: 0;
    height: auto;
  }
  
  div#main_middle {
    margin-left: 0;
  }

  
  div#main_left {
    height: auto;
    margin-left:19px
  }
  
  div#main_right {
    height: auto;
  }
  
  div#main_3col div#main_component {
    width: 50%;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  div#main_left, 
  div#main_right  {
    width: 22%
  }
  
  div#header_middle {
    margin-bottom: 5px ;
    padding-left: 0;
    padding-right: 0;
  }

  
  div#arrivals_button,
  div#departures_button,
  div#twitter_feed_button, 
  div#offer_button,
  div#newsfeed_button,
  div.moduletable.inspire_me {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding-left: 4.5%;
  }
  
  div.moduletable.inspire_me  a,
  div.moduletable.inspire_me  a:hover  {
    font-size: 14px;
    line-height: 50px;
  }
  
  div.moduletable.inspire_me   {
    margin-bottom: 3%;  
  }
  
  div#arrivals_button {
    /* padding-left: 16%; */
  
  }
  
  div#twitter_module {
    /* margin-left: 10px; */
    overflow: hidden;
  }

  
  div#twitter_feed {
    height: 238px; 
    margin-right: 5px;
  }
  
  a.toggleMenu.isMobile span { /*  'menu' text */
    color: white !important;
  }
  

  div#footer_lower div#copyright {
    left: 25%;
  }
  
  div#social_media_links img#fb_image,
  div#social_media_links img#tw_image    {
    width: 18%;
  }
  
  div#social_media_links img#yt_image    {
    width: 35%;
  }

  
}
/* --------------------------------------------- */


@media screen and (max-width: 1000px){

  div#footer_lower div#copyright {
    left: 10%;
  }
  
  div#twitter_feed {
    height: 150px; 
    margin-right: 5px;
  }
  
  div#twitter_module {
    margin-left: 0;
  }


}

@media screen and (max-width: 999px){

  div#main_left {
    margin-left: 0;  
  }

}

/* --------------------------------------------- */


/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-width: 640px){

  div.accordion-heading h2{
    font-size: 75%;
  }
  
  img.header_logo {
    margin-left: 30px;
    width: 90%;
  }
  
  ul.responsiveMenuTheme1  { /*  the whole menu  */
    margin-bottom: 30px;  /* Push next item off iPhone 5 screen*/
  }

  ul.responsiveMenuTheme1 li.first a { /*  HOME menu item */
    margin-left: 0;
  }


  ul.responsiveMenuTheme1 li#item-122 { /*  FLIGHT INFO menu item*/ 
    width: 160px !important;
    padding-right: 0 !important;
  }

  ul.responsiveMenuTheme1 li#item-122 a{ /*  FLIGHT INFO menu item*/ 
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  ul.responsiveMenuTheme1 li#item-124 { /*  DESTINATIONS menu item*/ 
    width: 120px !important;
  }

  ul.responsiveMenuTheme1 li#item-126 { /*  ACCESS menu item*/ 
    width: 195px !important; 
  }

  ul.responsiveMenuTheme1 li#item-127 { /*  SE Ireland menu item*/ 
    width: 165px !important;
  }

  ul.responsiveMenuTheme1 li li li { /* Third level item*/ 
    padding-left: 15px;
  }

  ul.responsiveMenuTheme1 > li > a {
    padding-left: 10px;
  }
  
  
  
  div#main_1col {
    padding-left: 0;
  }
  
  div#getting_to_map {
    float: right;
    margin-left: 15px;
    width: 300px;
    height: 200px;
    overflow: hidden;
  }
  
  div#contact_us_map {
    float: right;
    width: 250px;
    height: 200px;
    margin: 0 15px 10px 0;
  }
  
  div.google_map {
    display: none;
  }
  div.google_map_mob {
    display: block;
  }


  
  div.time_table_head_flight,
  div.time_table_head_depart,
  div.time_table_head_arrive,
  div.time_table_head_days,
  div.time_table_head_validity,
  div.time_table_head_landing,
  div.time_table_head_based,
  div.time_table_head_full_stop,
  div.time_table_head_touch,
  div.time_table_head_non-based {
    height: 80px;
  }
  
  div.time_table_flight,
  div.time_table_depart,
  div.time_table_arrive,
  div.time_table_days,
  div.time_table_validity,
  div.time_table_landing,
  div.time_table_based,
  div.time_table_full_stop,
  div.time_table_touch,
  div.time_table_non-based {
    height: 75px;
  }
  
  div [class*="time_table_day"] {
    height: 75px;
  }
  
  div#main_1col div.accordion-heading a.accordion-toggle > h2 {
    height: auto;
  }
  
  div.live_flight_info span#status_ind {
    top: auto;
    bottom: 0;
  }
  
  ul.slidesjs-pagination {
    display: none;
  }
  
  div#destinations_button  {
    display: inline-block;
    background-color: #092c48;
    width: 94.2%;
    letter-spacing: 0.8px;
    color: white;
    font-size: 20px;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 4% 0 0 3.5%;
  } 
  
  div.moduletable.inspire_me {
    display: block;
  }
  
  div#offer_button {
    display: none;
  }
  
  div.moduletable.inspire_me  a,
  div.moduletable.inspire_me  a:hover  {
    color: white;
    font-size: 20px;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    text-align: center;
    outline: 0;
    text-decoration: none;
    line-height: 50px;
  }
  
  
  div#homepage_map {
    display: none;
  }
  
  div#mobile_homepage_map {
    display: block;
    position: relative;
  }
  
  div#mobile_homepage_map a#man_map_link {
    position: absolute;
    display: block;
    height: 10%;
    top: 12%;
    left: 55%;
    color: transparent;
    /* color: red; */
  }
  
  
  div#mobile_homepage_map a#bir_map_link {
    position: absolute;
    display: block;
    height: 10%;
    top: 12%;
    left: 9%;
    color: transparent;
    /* color: green; */
  }
  
  
  div#mob_home_map_bir {
    display: none;
  }
  
  div#book_flights_tab,
  div#twitter_feed    {
    display: none;
  }
  
  div#main_component,
  div#main_left,
  div#main_right {
    height: auto;
    width: 100%
  }
  
  
  div#book_flights_button {
    display: inline-block;
    background-color: #009acc;
    width: 100%;
    letter-spacing: 0.8px;
    color: white;
    font-size: 20px;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 2.5%;
  }
  
  div#header_middle {
    background-color: transparent;
    position: relative;
    padding: 0;
  }
  
  a.toggleMenu.isMobile {
    position: absolute;
    z-index: 9999;
    top: -30px;
    left: 0;
    background-image: url('../images/toggle-icon-dark.png'); 
    background-color: white;
    height: 30px;
  }
  
  a.toggleMenu.isMobile span{
    display: none;
  }
  
  
  div#main_3col div#main_component {
    width: 100%;
  }
  
    div#arrivals_button,
    div#departures_button,
    div#twitter_feed_button, 
    div#offer_button,
    div#newsfeed_button,
    div.moduletable.inspire_me   {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      height: 50px;
      line-height: 50px;
      padding-left: 4.5%;
    }
    
    div#arrivals_button {
      padding-left: 8%;
    
    }
    
    div#rh_feature {
      display: none;
    }
    
    div#rh_feature_mobile {
      display: block;
      width: 94.2%;      
      margin: 4% 0 0 3.5%;      
    }
    
    div#twitter_module {
      margin-top: 0;
    }
    
    div#twitter_feed_button {
      margin: 1% 0 4% 3.5%;      
      width: 90%;      
    }
    
    div#main_1col div.accordion-inner img {
      margin-top: 0;
    }
    
    
    div#mob_footer_row1 {
      margin-bottom: 20px;
    }
    
    div#mob_footer_row1 div.moduletable_newsfeed {
      display: inline-block;
    }
    
    div#mob_footer_row1 div#newsfeed_button {
      display: block;
      padding-left: 0;   
      height: 40px;
      line-height: 40px;
      width: 150px;
      margin-right: 10px;
    }
    
    div#mob_footer_row2_col1 {
      float: left;
      width: 47%;
      margin-left: 10px;
      border-right: 1px dashed white;
      height: 100%;
      margin-right: 10px;
    }
    
    div#mob_footer_row2_col2 span.separator {
      margin-left: 0; 
    }
    
    div#mob_footer_row3 {
      margin-top: 20px;
    }
    
    div#mob_footer_row2_col1:after {
      clear: both;
    }
    
    div#rh_feature_mobile img{
      display: none;
    }

    div#footer_col1,
    div#footer_col2,
    div#footer_col3,
    div#footer_col4,
    div#footer_col5 {
      display: none; 
    } 
    
    div#mob_footer_row1,
    div#mob_footer_row2_col1,
    div#mob_footer_row2_col2,
    div#mob_footer_row3,
    div#mob_footer_row4 {
      display: block; 
    } 
    
    div#social_media_links img#fb_image,
    div#social_media_links img#tw_image    {
      width: auto;
    }

    div#social_media_links img#yt_image    {
      width: auto;
    }

    div#flight_charts td.chart {
      width: auto;
      padding-right: 5px;
      text-align: center;
    }

    div#slides_outer {
      display: none;
    }
    
    div#slides_outer_mobile {
      display: block;
    }

}

/* --------------------------------------------- */

@media screen and (min-width: 340px) and (max-width: 770px){
/*
  div#homepage_map {
    display: block;
    padding: 0 2.8% 0 0.5%;
  }
*/  
  div#mobile_homepage_map {
    display: none;
    position: relative;
  }
  



}


/* -------------- Online Check-in -------------- */

div#online_checkin_tab {
  position: absolute;
  right: 240px;
  bottom: 1px;
  z-index: 9999;
}


div.online_checkin {
  width:800px;
}


div.oci_para {
}

div.oci_para p{
  text-align: justify;
}


div.online_checkin.oci_screen1 a.button,
div.online_checkin.oci_screen2 a.button,
div.online_checkin.oci_screen2 input.button,
div.online_checkin.oci_screen3 a.add_btn,
div.online_checkin.oci_screen3 input.button {
  display: inline-block;
  float: right;
  width: 180px;
  color: white;
  font-size: 16px;
  font-family: 'Rosario', sans-serif;
  font-weight: bold;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  /* background-color: #009acc; */ /* blue */
  background-color: #cc531c; /* orange */
  margin-bottom: 30px;
}

div.online_checkin.oci_screen3 a.add_btn {
  float: none;
  width: 120px;
  height: 15px;
  font-size: 12px;
  line-height: 25px;
  background-color: #009acc;  /* blue */
  font-weight: normal;
  padding-bottom: 9px;
  margin-bottom: 0;
}

div.online_checkin.oci_screen2 div.tabrow {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: 4px;
}

div.online_checkin.oci_screen2 div.textcell {
  display: inline-block;
  width: 93%;
  padding: 3px 0 3px 5px;
}

div.online_checkin.oci_screen2 div.checkboxcell {
  display: inline-block;
  width: 2%;
  margin-top: 15px;
  padding-left: 10px;
  height: 70px;
}


div.online_checkin.oci_screen3 div.tabrow {
  border: none;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
}

div.online_checkin.oci_screen3 div.textcell {
  display: inline-block;
  width: 30%;
  padding: 3px 0 3px 5px;
}

div.online_checkin.oci_screen3 div.checkboxcell {
  display: inline-block;
  width: 30%;
  margin-top: 15px;
  padding-left: 10px;
  height: 70px;
}

div.online_checkin.oci_screen3 div.seat {
  display: inline-block;
  width: 30%;
}
div.online_checkin.oci_screen3 div.seat select {
  width: 180px;
}

div.online_checkin.oci_screen3 div.fname {
  display: inline-block;
  width: 25%;
}
div.online_checkin.oci_screen3 div.fname input {
  width: 160px;
}

div.online_checkin.oci_screen3 div.sname {
  display: inline-block;
  width: 25%;
}

div.online_checkin.oci_screen3 div.sname input {
  width: 160px;
}

div.online_checkin.oci_screen3 div.pax div.tabrow {
  display: none;
}

div.online_checkin.oci_screen3 div.tabrow.header {
  height: auto;
}

div.online_checkin.oci_screen3 div.pax div.tabrow#paxline1 {
  display: block;
}

div#tnc_form_errorloc  {
  background-color: yellow;
  width: 50%;
}

div#tnc_form_errorloc ul {
  height: 40px;
  list-style: none;
  background-color: transparent;
}

div#tnc_form_errorloc li {
  font-weight: bold;
  color: black;
  list-style: none;
  line-height: 40px;
}

div#tnc_form_errorloc li:before {
  content: '';
}


 /*  Mobile */
@media screen and (max-width: 640px){

  div.oci_para {
    width: 95%;
  }


}

/* --------------------------------------------- */



