/* Style ogólne dla każdej rozdzielczości */

body
{
  margin: 0;
}

.top_bar
{
  width: 100%;
  overflow: hidden;
}

.left_top_bar
{
  float: left;
}

.right_top_bar
{
  float: left;
}

.right_top_bar img
{
  height: 10px;
}

.right_top_bar ul
{
  margin: 0;
  padding: 0;
}

.right_top_bar ul li, li
{
  list-style-type: none;
  display: inline;
  font-family: Verdana;
}

.menu_bar
{
  width: 100%;
  height: 30px;
  background-color: #EE9B05;
  position: sticky;
  top: 0;
  z-index: 999;
}

.menu_bar ul
{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 50%;
  height: 50px;
}

.menu_bar ul li
{
  padding: 0;
  margin: 0;
}

.menu_bar ul li a
{
  color: #FFFFFF;
  text-decoration: none;
  transition-duration: 1s;
  font-weight: bold;
}

#menu14
{
  cursor: pointer;
  z-index: 100;
}

#menu4
{
  cursor: pointer;
  z-index: 100;
}

.mobile_submenu
{
  display: none;
  padding-left: 0;
}

.mobile_submenu a:hover
{
  color: #000000;
}

.menu_bar ol
{
  position: absolute;
  background-color: #FFFFFF;
  width: 200px;
  margin: 0;
  padding: 0px;
  padding-bottom: 20px;
}

.menu_bar ul > li > ol > li
{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  display: block;
}

.mobile_menu_bar
{
  width: 100%;
  height: 30px;
  background-color: #EE9B05;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999999;
}

.hide_image
{
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.show_image
{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mobile_menu
{
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  display: none;
  z-index: 999999;
}

.mobile_menu ul, ul li
{
  width: 70%;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.mobile_menu li
{
  float: left;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.mobile_menu a
{
  color: #EE9B05;
  text-decoration: none;
  font-weight: bold;
}

.mobile_menu a:hover
{
  color: #000000;
}

.banner
{
  width: 100%;
  background-image: url('foto/foto1.jpg');
  background-size: cover;
  background-position: center;
}

.little_banner
{
  width: 100%;
  height: 50px;
  background-image: url('images/blackboard.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.little_title
{
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 16px;
}

.airplane
{
  width: 20px;
}

.little_airplane
{
  width: 20px;
}

.orange_airplane
{
  width: 20px;
}

#airplane11
{
  position: fixed;
  transform: rotate(70deg);
}

#airplane22
{
  position: fixed;
}

#airplane33
{
  position: fixed;
  transform: rotate(20deg);
}

#airplane44
{
  position: fixed;
  transform: rotate(20deg);
}

.banner_title
{
  color: #FFFFFF;
  font-family: Verdana;
  font-weight: bold;
  position: relative;
  text-shadow: 2px 2px #000000;
}

.white_box
{
  width: 100%;
}

.orange_exclamation
{
  height: 70px;
  position: relative;
  left: 20px;
  padding-right: 0;
}

.info_box
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #000000;
  width: 90%;
  min-height: 100px;
  text-align: center;
}

.info_title
{
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
}

.info_text
{
  font-family: Verdana;
}

.left_rectangle
{
  width: 40px;
  height: 10px;
  border: 1px solid #000000;
  transform: rotate(0deg);
  position: relative;
  left: -5px;
  top: -5px;
  z-index: 9999;
}

.left_orange_rectangle
{
  width: 40px;
  height: 10px;
  background-color: #EE9B05;
  transform: rotate(-45deg);
  position: relative;
  left: -10px;
  z-index: 9998;
}

.right_rectangle
{
  width: 40px;
  height: 10px;
  border: 1px solid #000000;
  transform: rotate(0deg);
  position: relative;
  top: -5px;
  z-index: 9999;
}

.right_orange_rectangle
{
  width: 40px;
  height: 10px;
  background-color: #EE9B05;
  transform: rotate(-45deg);
  float: right;
  position: relative;
  top: 125px;
  right: -10px;
  z-index: 9998;
}

.news_foto
{
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

.news
{
  margin: 0;
  width: 100%;
  height: auto !important;
  height: 250px;
  min-height: 250px;
  padding-bottom: 20px;
  clear: both;
  background-color: #e1e1e1;
  font-size: 12px;
}

.news a
{
  text-decoration: none;
  color: #000000;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  transition-duration: 1s;
}

.news a:hover
{
  color: #FAB823;
}

.news_image
{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  overflow: hidden;
  clear: both;
  padding-bottom: 50px;
}

.news_item
{
  margin: 10px;
  margin-top: 80px;
  width: 90%;
  height: 150px;
  outline: 3px dashed #FAB823;
  outline-offset: -10px;
}

.news_item img:hover
{
  outline: 3px dashed #000000;
  outline-offset: -10px;
  -webkit-filter: sepia(100%); /* Safari 6.0 - 9.0 */
  filter: sepia(100%);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.news_item a img
{
  width: 100%;
  height: 150px;
}

.news_item_big
{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 180px;
}

.news_title_big
{
  width: 100%;
  margin-bottom: 0;
}

.news_item_big img
{
  width: 70%;
  outline: 3px dashed #FAB823;
  outline-offset: -10px;
}

.news_item_big img:hover
{
  outline: 3px dashed #000000;
  outline-offset: -10px;
  -webkit-filter: sepia(100%); /* Safari 6.0 - 9.0 */
  filter: sepia(100%);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.news_item_big a img
{
  width: 100%;
  height: 150px;
  float: left;
}

.title_image
{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.news_title
{
  width: 100%;
  text-align: center;
}

.news_button
{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ffffff;
  transition-duration: 1s;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}

.news_button:hover
{
  border: 1px solid #FAB823;
}

#white_news_button
{
  color: #FFFFFF;
}

#white_news_button:hover
{
  color: #FAB823;
}

.gallery_button
{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 40px;
  border: 1px solid black;
  background-color: #e1e1e1;
  transition-duration: 1s;
  text-align: center;
  padding-top: 20px;
  display: block;
}

.gallery_button:hover
{
  border: 1px solid #FAB823;
}

.rodo
{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.teacher_list
{
  margin: 0;
  padding: 0;
}

.teacher_list li
{
  width: 90%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 5px;
  font-family: Verdana;
  font-size: 12px;
}

.gallery_box
{
  margin: 0;
  width: 100%;
  height: auto !important;
  min-height: 250px;
  clear: both;
}

.album_image
{
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
  position: relative;
  top: 20px;
  left: 5%;
}

.contact
{
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  padding-bottom: 50px;
}

.contact_title
{
  text-align: center;
  font-family: Verdana;
  font-weight: bold;
}

.contact_text
{
  margin-left: 10px;
  line-height: 25px;
}

.contact label
{
  display: block;
  margin-left: 10px;
}

.contact input[type=text], input[type=email]
{
  width: 90%;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  border: 2px solid #000000;
  background-color: #EE9B05;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.contact textarea
{
  width: 89%;
  height: 100px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  border: 2px solid #000000;
  background-color: #EE9B05;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  resize: none;
}

.contact input[type=text]:focus, input[type=email]:focus
{
  box-shadow: 0px 0px 10px 0px #EE9B05;
}

.contact textarea:focus
{
  box-shadow: 0px 0px 10px 0px #EE9B05;
}

.contact input[type=submit]
{
  width: 80%;
  height: 40px;
  background-color: transparent;
  border: 2px solid #000000;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  cursor: pointer;
  margin-left: 10%;
}

.contact input[type=submit]:hover
{
  background-color: #EE9B05;
}

.map
{
  width: 100%;
  height: 300px;
}

.marker
{
  background-image: url('images/mapbox-icon.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.big_footer
{
  margin: 0;
  width: 100%;
  min-height: 100px;
  background-color: #000000;
  padding-top: 10px;
}

.footer_column
{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  color: #FFFFFF;
  font-family: Verdana;
}

.footer_cell
{
  padding-bottom: 10px;
}

.footer_cell ul
{
  padding-left: 0;
}

.footer_cell li
{
  padding-bottom: 10px;
}

.footer_cell a
{
  color: #FFFFFF;
  text-decoration: none;
}

.footer_cell a:hover
{
  color: #EE9B05;
}

#last
{
  border-bottom: 0;
  margin-bottom: 0;
}

.footer_title
{
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 0;
  border-bottom: 1px solid #FFFFFF;
}

.footer
{
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;
}

.footer a
{
  text-decoration: none;
  color: #000000;
}

.left_footer
{
  width: 100%;
}

.right_footer
{
  width: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px)
{

  .left_top_bar
  {
    height: 30px;
    width: 40%;
  }

  .left_top_bar p
  {
    font-family: Verdana;
    font-size: 12px;
    padding-left: 30px;
    margin-top: 10px;
  }

  .left_top_bar img
  {
    width: 50px;
    height: 55px;
    top: -10px;
    left: 0;
    z-index: 10;
    position: absolute;
  }

  .right_top_bar
  {
    height: 30px;
    width: 60%;
  }

  .right_top_bar ul
  {
    margin-top: 2px;
  }

  .right_top_bar ul li
  {
    width: 100%;
    font-size: 10px;
    display: block;
    margin-top: 2px;
  }

  .menu_bar
  {
    display: none;
  }

  .mobile_menu_bar img
  {
    position: relative;
    height: 45px;
    top: -5px;
  }

  .banner
  {
    height: 150px;
  }

  #airplane11
  {
      top: -100px;
      left: -100px;
  }

  #airplane22
  {
    top: 100px;
    left: -100px;
  }

  #airplane33
  {
    top:50px;
    left: -50px;
  }

  #airplane44
  {
    top: 200px;
    left: 1000px;
  }

  #airplane1
  {
    position: relative;
    top: 20px;
    left: 10px;
    transform: rotate(70deg);
    transition-duration: 3s;
  }

  #airplane2
  {
    position: relative;
    top: 30px;
    left: 65px;
    transition-duration: 1.2s;
  }

  #airplane3
  {
    position: relative;
    top: 10px;
    left: 200px;
    transform: rotate(20deg);
    transition-duration: 1.7s;
  }

  #airplane4
  {
    position: relative;
    top: 100px;
    left: 180px;
    transition-duration: 2.2s;
    transform: rotate(270deg);
  }

  #orange_airplane1
  {
    position: relative;
    left: -200px;
    transform: rotate(250deg);
  }

  #orange_airplane2
  {
    position: relative;
    top: -40px;
  }

  .banner_title_hidden
  {
    position: relative;
    left: -200px;
    top: 20px;
  }

  .banner_title
  {
    width: 50%;
    top: 20px;
    left: 50px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
  }

  .white_box
  {
    min-height: 100px;
  }

  .info_title
  {
    font-size: 12px;
  }

  .info_text
  {
    font-size: 12px;
  }

  .news_button
  {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news a
  {
    font-size: 12px;
  }

  .teacher_list
  {
    font-size: 12px;
    padding-top: 10px;
  }

  .teacher_list > li:first-of-type
  {
    font-weight: bold;
  }

  .title_image
  {
    width: 80%;
  }

  #cell6
  {
    border-bottom: none;
  }

  .teacher_list li
  {
    font-size: 12px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 320px)
{

  .left_top_bar
  {
    height: 35px;
    text-align: center;
  }

  .left_top_bar img
  {
    width: 55px;
    height: 60px;
    top: -10px;
    left: 0;
    z-index: 10;
    position: absolute;
  }

  .right_top_bar
  {
    height: 35px;
  }

  .right_top_bar ul
  {
    margin-top: 0px;
  }

  .right_top_bar ul li
  {
    font-size: 12px;
  }

  .banner_title
  {
    width: 180px;
    left: 50px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
  }

  .info_box
  {
    min-height: 150px;
  }

  .right_orange_rectangle
  {
    top: 125px;
    right: -10px;
  }

  .news_item
  {
    width: 270px;
  }

  .news_button
  {
    width: 75%;
  }

  #orange_airplane1
  {
    position: relative;
    left: 35px;
    top: -20px;
    transform: rotate(210deg);
  }

  #orange_airplane2
  {
    position: relative;
    right: 270px;
    top: -15px;
    transform: rotate(30deg);
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 480px)
{

  .left_top_bar
  {
    height: 40px;
  }

  .left_top_bar p
  {
    font-family: Verdana;
    font-size: 14px;
  }

  .left_top_bar img
  {
    top: -10px;
    width: 60px;
    height: 68px;
  }

  .right_top_bar
  {
    height: 40px;
  }

  .right_top_bar ul
  {
    margin-top: 0px;
    margin-left: 0px;
  }

  .right_top_bar ul li
  {
    font-size: 14px;
    margin-left: 10px;
  }

  .banner
  {
    height: 200px;
  }

  .little_banner
  {
    height: 100px;
  }

  .little_title
  {
    padding-top: 40px;
  }

  #airplane1
  {
    top: 20px;
    left: 10px;
  }

  #airplane2
  {
    top: 30px;
    left: 65px;
  }

  #airplane3
  {
    top: 10px;
    left: 300px;
  }

  #airplane4
  {
    top: 100px;
    left: 340px;
  }

  .banner_title_hidden
  {
    width: 240px;
    left: -200px;
    top: 50px;
    font-size: 20px;
  }

  .banner_title
  {
    width: 240px;
    left: 50px;
    top: 50px;
    font-size: 20px;
  }

  .info_box
  {
    min-height: 200px;
  }

  .info_title
  {
    font-size: 16px;
  }

  .info_text
  {
    font-size: 14px;
  }

  .right_orange_rectangle
  {
    top: 180px;
    right: -10px;
  }

  .news_item
  {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
  }

  .news_button
  {
    width: 200px;
  }

  .news a
  {
    font-size: 16px;
  }

  .title_image
  {
    width: 200px;
  }

  .news_item_big
  {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 150px;
  }

  .news_title_big
  {
    width: 70%;
  }

  .news_item_big img
  {
    width: 70%;
    outline: 3px dashed #FAB823;
    outline-offset: -10px;
  }

  .gallery_button
  {
    width: 200px;
    height: 40px;
    margin-left: 10%;
    border: 1px solid black;
    text-align: center;
  }

  #orange_airplane1
  {
    position: relative;
    left: 180px;
    top: 0px;
    transform: rotate(210deg);
  }

  #orange_airplane2
  {
    position: relative;
    right: 150px;
    top: -15px;
    transform: rotate(30deg);
  }

  .rodo
  {
    font-size: 14px;
  }

  .teacher_list li
  {
    font-size: 14px;
  }

  .contact
  {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }

  .contact_title
  {
    font-size: 20px;
  }

  .contact input[type=submit]
  {
    width: 60%;
    margin-left: 20%;
  }

  .footer
  {
    font-size: 12px;
  }

}

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

  .top_bar
  {
    height: 42px;
  }

  .left_top_bar
  {
    height: 40px;
  }

  .left_top_bar img
  {
    width: 68px;
    height: 76px;
    top: -10px;
    left: 0px;
  }

  .left_top_bar p
  {
    margin-top: 20px;
  }

  .right_top_bar
  {
    height: 50px;
  }

  .right_top_bar ul
  {
    margin-top: 5px;
    margin-left: 90px;
  }

  .right_top_bar ul li
  {
    font-size: 14px;
    margin-left: 30px;
  }

  .mobile_menu
  {
    display: none;
  }

  .menu_bar
  {
    display: block;
    height: 40px;
  }

  .menu_bar ul
  {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    height: 50px;
  }

  .menu_bar ul li
  {
    margin-right: 20px;
    position: relative;
    top: 10px;
    left: 45px;
    display: inline;
  }

  .mobile_menu_bar
  {
    display: none;
  }

  .submenu
  {
    width: 150px !important;
    position: relative;
    left: -45px !important;
    top: 30px;
    z-index: 100;
    background-color: #FFFFFF;
    display: none;
  }

  .submenu li
  {
    display: block !important;
    padding-bottom: 10px !important;
    left: 22px !important;
    text-align: center !important;
  }

  .submenu a
  {
    color: #EE9B05 !important;
  }

  .submenu a:hover
  {
    color: #000000 !important;
  }

  .banner
  {
    height: 200px;
  }

  #airplane1
  {
    top: 20px;
    left: 50px;
  }

  #airplane2
  {
    top: 30px;
    left: 220px;
  }

  #airplane3
  {
    top: 10px;
    left: 500px;
  }

  #airplane4
  {
    top: 100px;
    left: 530px;
  }

  .banner_title_hidden
  {
    left: -200px;
    top: 40px;
  }

  .banner_title
  {
    left: 100px;
    top: 40px;
  }

  .info_title
  {
    font-size: 20px;
  }

  .info_text
  {
    font-size: 16px;
  }

  .title_image
  {
    width: 250px;
  }

  .news_foto
  {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }

  .news_item
  {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
    float: left;
  }

  .news_item_big
  {
    margin-left: 0;
    width: 100%;
    height: 150px;
  }

  .news_item_big p
  {
    float: left;
    width: 200px;
    margin-left: 10px;
  }

  .news_item_big a img
  {
    width: 320px;
    height: 160px;
  }

  .gallery_button
  {
    width: 200px;
    height: 40px;
    border: 1px solid black;
    text-align: center;
  }

  .news_title_big
  {
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-right: 30px;
  }

  #orange_airplane1
  {
    position: relative;
    left: 250px;
    top: 0px;
    transform: rotate(210deg);
  }

  .rodo
  {
    font-size: 16px;
  }

  .teacher_list li
  {
    font-size: 16px;
  }

  .album_image
  {
    width: 25% !important;
    padding-left: 5%;
  }

  .contact input[type=submit]
  {
    width: 50%;
    margin-left: 25%;
  }

  .big_footer
  {
    height: 100%;
    overflow: hidden;
  }

  .footer_column
  {
    width: 200px;
    height: 400px;
    float: left;
    margin-left: 10px;
  }

  .footer_cell
  {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #cell2, #cell4
  {
    border-bottom: none;
  }

  .footer
  {
    height: 50px;
    padding-top: 9px;
    font-size: 16px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 760px)
{

  .menu_bar ul li
  {
    margin-left: 13px;
  }

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 50px;
  }

  .right_top_bar ul li
  {
    font-size: 14px;
    margin-left: 10px;
    display: inline;
  }

  .menu_bar ul li
  {
    margin-right: 47px;
    position: relative;
    top: 10px;
    left: 15px;
  }

  .menu_bar ul > li > ol > li
  {
    margin-left: 0px;
  }

  .submenu
  {
    left: -45px;
  }

  .banner
  {
    height: 300px;
  }

  .little_banner
  {
    height: 110px;
    padding-top: 15px;
  }

  .airplane
  {
    width: 40px;
  }

  .orange_airplane
  {
    width: 40px;
  }

  #airplane4
  {
    top: 200px;
    left: 550px;
  }

  .banner_title_hidden
  {
    width: 420px;
    left: -400px;
    top: 50px;
    font-size: 36px;
  }

  .banner_title
  {
    width: 420px;
    left: 100px;
    top: 50px;
    font-size: 36px;
  }

  .right_orange_rectangle
  {
    top: 200px;
  }

  .orange_exclamation
  {
    height: 100px;
  }

  .info_title
  {
    font-size: 22px;
  }

  .title_image
  {
    width: 300px;
  }

  #orange_airplane1
  {
    left: 300px;
  }

  #orange_airplane2
  {
    left: -200px;
  }

  .news
  {
    font-size: 16px;
  }

  .rodo
  {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact
  {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    min-height: 300px;
  }

  .big_footer
  {
    padding-top: 30px;
  }

  .footer_column
  {
    margin-left: 28px;
    margin-right: 28px;
    width: 200px;
    height: 400px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px)
{

  .left_top_bar img
  {
    width: 68px;
    height: 76px;
    top: 2px;
    left: 0px;
  }

  .left_top_bar p
  {
    font-size: 16px;
    margin-top: 20px;
  }

  .right_top_bar img
  {
    height: 15px;
  }

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 0px;
  }

  .right_top_bar ul li
  {
    font-size: 16px;
    margin-left: 50px;
  }

  .menu_bar ul
  {
    width: 80%;
  }

  .menu_bar ul li
  {
    margin-right: 27px;
    position: relative;
    top: 10px;
    left: 80px;
  }

  .menu_bar ol
  {
    left: -20px;
    width: 170px;
  }

  .menu_bar ul > li > ol > li
  {
    margin-left: -10px;
  }

  .submenu
  {
    width: 160px !important;
    position: relative;
    left: -50px !important;
    top: 30px;
    background-color: #FFFFFF;
    display: none;
  }

  .submenu li
  {
    display: block !important;
    left: 35px !important;
  }

  #airplane3
  {
    left: 800px;
  }

  #airplane4
  {
    left: 750px;
  }

  .banner_title_hidden
  {
    left: -500px;
    top: 50px;
  }

  .banner_title
  {
    left: 150px;
    top: 50px;
  }

  .info_box
  {
    width: 75%;
  }

  .title_image
  {
    width: 300px;
  }

  #orange_airplane1
  {
    left: 400px;
  }

  #orange_airplane2
  {
    left: -100px;
  }

  .news_item
  {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30%;
    text-align: center;
  }

  .news_item a img
  {
    width: 100%;
  }

  .news_item_big p
  {
    width: 500px;
  }

  .footer_column
  {
    margin-left: 20px;
    margin-right: 20px;
    width: 300px;
    height: 400px;
  }

  .left_footer
  {
    width: 50%;
    float: left;
    padding-top: 10px;
  }

  .right_footer
  {
    width: 50%;
    float: left;
    padding-top: 10px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px)
{

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 0px;
  }

  .menu_bar ul li
  {
    margin-right: 40px;
    margin-left: 40px;
  }

  #airplane44
  {
    left: 1500px;
  }

  #airplane3
  {
    left: 1000px;
  }

  #airplane4
  {
    left: 950px;
  }

  .title_image
  {
    width: 400px;
  }

  #orange_airplane1
  {
    left: 500px;
  }

  #orange_airplane2
  {
    left: -100px;
  }

  .news_foto
  {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
  }

  .news_item
  {
    margin-left: 48px;
    margin-right: 48px;
    width: 288px;
  }

  .big_footer
  {
    padding-top: 50px;
  }

  .footer_column
  {
    margin-left: 100px;
    margin-right: 20px;
    width: 300px;
    height: 400px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1366px)
{

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 100px;
  }

  .menu_bar ul li
  {
    margin-right: 45px;
    margin-left: 50px;
  }

  .little_banner
  {
    height: 150px;
  }

  .little_title
  {
    font-size: 30px;
    padding-top: 50px;
  }

  #airplane44
  {
    left: 1500px;
  }

  #airplane3
  {
    left: 1000px;
  }

  #airplane1
  {
    top: 400px;
    left: 600px;
  }

  #airplane4
  {
    top: 400px;
    left: 950px;
  }

  .banner
  {
    height: 500px;
  }

  .banner_title_hidden
  {
    left: -600px;
    top: 100px;
    width: 580px;
    font-size: 50px;
  }

  .banner_title
  {
    left: 250px;
    top: 100px;
    width: 580px;
    font-size: 50px;
  }

  .info_box
  {
    width: 50%;
  }

  .news_image
  {
    width: 1152px;
  }

  .contact_title
  {
    font-size: 30px;
  }

  .contact input[type=submit]
  {
    width: 30%;
    margin-left: 35%;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1680px)
{

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 300px;
  }

  .menu_bar ul li
  {
    display: block;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center;
    left: 0;
  }

  .submenu
  {
    left: 55px !important;
  }

  .submenu li
  {
    width: 160px !important;
    margin-left: -35px !important;
  }

  .banner
  {
    height: 500px;
  }

  .banner_title_hidden
  {
    left: -600px;
  }

  #orange_airplane1
  {
    left: 800px;
  }

  #orange_airplane2
  {
    left: 0px;
  }

  .rodo
  {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .news_image
  {
    width: 1164px;
  }

  .news_foto
  {
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
  }

  .news_item
  {
    margin-left: 50px;
    margin-right: 50px;
  }

  .contact
  {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-height: 300px;
  }

  .contact input[type=text]
  {
    width: 50%;
  }

  .contact input[type=email]
  {
    width: 50%;
  }

  .contact textarea
  {
    width: 50%;
  }

  .contact input[type=submit]
  {
    width: 20%;
    margin-left: 40%;
  }

  .big_footer
  {
    padding-top: 75px;
  }

  .footer_column
  {
    margin-left: 200px;
    margin-right: 20px;
    width: 300px;
    height: 400px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1920px)
{

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 300px;
  }

  .menu_bar ul
  {
    width: 70%;
  }

  #airplane44
  {
    left: 200px;
  }

  #airplane3
  {
    left: 1000px;
  }

  #airplane1
  {
    top: 400px;
    left: 1800px;
  }

  #airplane4
  {
    top: 400px;
    left: 600px;
  }

  .info_box
  {
    width: 40%;
  }

  #orange_airplane2
  {
    left: 200px;
  }

  .footer_column
  {
    margin-left: 255px;
    margin-right: 0;
    width: 300px;
    height: 400px;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 2560px)
{

  .right_top_bar ul
  {
    margin-top: 20px;
    margin-left: 300px;
  }

  .menu_bar ul
  {
    width: 50%;
  }

  .submenu
  {
    width: 170px !important;
    left: 42px !important;
  }

  .submenu li
  {
    width: 170px !important;
  }

  .banner
  {
    height: 1000px;
  }

  .little_banner
  {
    height: 300px;
  }

  .little_title
  {
    font-size: 50px;
    padding-top: 100px;
  }

  #airplane44
  {
    left: 200px;
  }

  #airplane3
  {
    left: 2000px;
  }

  #airplane1
  {
    top: 750px;
    left: 2400px;
  }

  #airplane4
  {
    top: 800px;
    left: 600px;
  }

  .banner_title_hidden
  {
    width: 700px;
    left: -1000px;
    top: 200px;
    font-size: 60px;
  }

  .banner_title
  {
    width: 700px;
    left: 500px;
    top: 200px;
    font-size: 60px;
  }

  #orange_airplane1
  {
    left: 1200px;
  }

  #orange_airplane2
  {
    left: 500px;
  }

  .news_foto
  {
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
  }

  .footer_column
  {
    margin-left: 340px;
    margin-right: 0;
    width: 400px;
  }

}
