@media screen and (max-width: 1160px) {
   .section1 img.img-responsive {
    min-width: 1160px;
  }
  .section4 img.img-responsive {
    min-width: 1160px;
  }
  .section6 img.img-responsive {
    min-width: 1160px;
  }
}

@media screen and (max-width: 997px) {
  p.bigs {
    font-size: 36px;
  }
  p.bigs strong{
    font-size: 40px;
  }
  p.ideas {
    font-size: 40px;
  }
  .app-icon {
    padding-left: 15px;
  }
  .desing-icon {
    padding-right: 15px;
  }
   .slogan_footer {
    padding-right: 5%;
  }
}

@media only screen and (max-device-width : 1060px) and (orientation : landscape) {
  .section5 {
    display: none;
  }
  .navbar {
    min-height: 100%;
    min-width: 100%;
  }
  .nav.navbar-nav.navbar-left{
    display: none;  
  }
  .navbar-default {
    background-image: url('../../images/background_home.png')!important;
    background-repeat: no-repeat;
    border-color: transparent;
    padding: 0 10px 0 10px;
    background-size: 100% 100%;
  }
  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left .4s;
    display: none;
  }
  .side-collapse-container p {
    margin: 0 0 0px;
  }
  .container.slogan-lanscape {
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 1030;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
  }
  .container.slogan-lanscape p.ideas {
    font-size: 22px;
  }
  .container.slogan-lanscape p.ideas strong {
    font-size: 1.034em;
    color: #ffffff;
  }
  .container.slogan-lanscape p.bigs {
    font-size: 1.46em;
  }
  .container.slogan-lanscape p.bigs strong {
    font-size: 1.04em;
    color: #ffffff;
  }
  .container.footer-lanscape {
    position: absolute;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    color: #636363;
    background-color: #ffffff;
    display: block;
  }
  .container.footer-lanscape p {
    margin: 0 0 0px;
  }

  .container.footer-lanscape a {
    color: #636363;
    text-decoration: none;
  }
  .navbar-default .navbar-toggle {
    display:none;
  }
  .turn_your_device .img-responsive {
    max-width: 61px;
    float: right;
    position: absolute;
    top: -100px;
    right: 0;
  }
  .img-responsive.logo {
    max-width: 250px!important;
  }
  .footer-lanscape-copyright {
    text-align: center;
    border-right: 1px solid;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer-lanscape-contact {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px){
  .section4 {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .section5 {
    min-width: 320px;
    border-bottom: 2px solid #4d6c7f;
    background-image: url('../../images/background.png');
    background-repeat: no-repeat;
    background-size: 1160px 199px;
  }
  .section5 .container {
    padding-top: 70px;
  }
  .section5 p {
    text-transform: uppercase;
    font-size: 1.19em;
    text-align: center;
    width: 100%;
    opacity: 0;
  }
  p.bigs {
    font-size: .96em;
  }
  p.bigs strong{
    font-size: 16px;
  }
  p.ideas {
    font-size: 15px;
  }
  p.ideas strong{
    font-size: 16px;
  }
  .section1 {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
  }
  .section2 {
      padding-top: 140px!important;
      padding-bottom: 25px;
      color: #000;
      background-color: #ffffff;
      padding-right: 0;
      padding-left: 0;
  }
  .app-icon {
    padding-left: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  .web-icon {
    margin-bottom: 20px;
    width: 100%;
  }
  .desing-icon {
    padding-right: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  .section3{
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .section3 .container {
    padding-top: 25px;
    padding-bottom: 5px;
    color: #fff;
    background-color: #303133;
    height: auto;
  }
  .section3 h3 {
    font-size: 12px;
    text-align: right;
  }
  .slogan_footer {
    padding-right: 15%;
  }
  .section6 {
    opacity: 0;
  }
  .section6 img.img-responsive {
    min-width: 1160px;
    height: 95px;
  }
  .section1 img.img-responsive {
    min-width: 1160px;
    height: 95px;
  }
}
@media screen and (max-width: 480px){
  .section2 {
    padding-top: 140px;
    padding-bottom: 0;
    color: #000;
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }
  .section3 .container {
    padding-top: 25px;
    padding-bottom: 5px;
    height: auto;
  }
  .section3 h3 {
    font-size: 12px;
    text-align: right;
    line-height: 16px;
  }
  .slogan_footer {
    padding-right: 10%;
  }
}
