/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  #mainMenu, #header {
    display: none;
  }
  #mobilMenu {
	display: block;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .topText img {
    display: none;
  }
  .menuBtn {
    background: url('../images/menuBars.png') no-repeat right center transparent;
    padding-right: 40px;
    cursor: default;
  }
  #mobilMenu #mainMenu {
    margin-top: 20px;
    padding: 0;
  }
  #mobilMenu #mainMenu li {
    text-align: center;
    margin-bottom: 10px;
    float:  none;
  }
  .menu_logo {
    width: 40%;
    margin-top: 10px;
  }
  #topSlider a {
    float: inherit;
  }
  #topSlider p {
    margin-bottom: 30px;
  }
  .btnApple {
    width: 44%;
   }
  .btnApple img {
    display: block !important;
    width: 50%;
    margin-top: 22px;
  }
  #aboutUs .btnApple {
    width: 100%;
  }
  .slick-prev {
    left: -10px!important;
  }
  .slick-next {
    right: -10px!important;
  }
  .aboutText {
    display: inherit;
  }
  .aboutText img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .business .slick-prev {
    left: 10px !important;
  }
  .business .slick-next {
    right: 10px !important;
  }
  .businessBg_01, .businessBg_02, .businessBg_04 {
    padding: 45px 70px;
  }
  .businessBg_03 {
    padding: 15px 70px;
  }
  .business h2 {
    font-size: 2.5em;
  }
  .business p {
    font-size: 1.2em;
    width: inherit;
  }
  #contactForm form {
    text-align: center;
  }
  #contact_form table td {
    display: block;
    margin-bottom: 30px;
  }
  #contactForm table input[type="text"] {
    width: 90%;
  }
  .backTop, .topLogo img {
    display: none!important;
  }
  #isoIcons table {
    text-align: center;
  }
  #isoIcons table td {
    display: inline-block;
    padding-bottom: 20px;
  }
  #isoIcons table td img {
    width: 20%;
  }
  #isoIcons table strong {
    font-size: 1.1em;
  }
  #isoIcons table strong {
    top: 0;
  }
  #indexSearch {
    display: inherit;
  }
  #indexSearch input[type="text"] {
    float: none;
    margin-top: 20px;
  }
  body.enterIso .topLogo {
    display: none;
  }
  #spinningEarth {
    height: 430px;
    padding-top: 65px;
  }
  #profile {
    font-size: 1em;
    padding-right: 0;
    margin-top: 100px;
  }
   .skillsTable {
    width: 100%;
    font-size: 1.2em; 
   }
  .skillsTable td {
    display: block;
  }
  .slideContent table td {
    display: block;
  }
}

/* Extra small devices (phones, less than 768px) orientation: lanscape */
@media (max-width: 767px) and (orientation : landscape) {
	
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Small devices (tablets, 768px and up) orientation: lanscape */
@media (min-width: 768px) and (orientation : landscape) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}	

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}