@media screen and (max-width: 1160px) {
  .section2 {
    background-image: url('../../images/background_services.png');
    background-repeat: no-repeat;
    background-size: 1160px 100%;
  }
  .section2 .img-responsive.image_main {
    border-bottom: 2px solid #4d6c7f;
    display: none;
  }
  .sectionBack {
    right: 0;
    left: 0;
    top: 0;
    z-index: 998;
    padding-right: 0;
    padding-left: 0;
    height: 202px;
  }
}


@media screen and (max-width: 991px) {
  .right {
    padding-left: 0;
    padding-right: 0;
  }
  .left {
    padding-right: 0;
    padding-left: 0;
  }
  .bot {
    padding-right: 0;
    padding-left: 0;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .section2 {
    opacity: 0;
    z-index: 996;
    max-height: 140px;
  }
  .section4 {
    z-index: 1001;
    background-image: url('../../images/background.png');
    background-repeat: no-repeat;
    background-size: 1160px 199px;
  }
  .section4 .container {
    border-bottom: 2px solid #4d6c7f;
  }
  .section4 h1 {
    font-size: 30px;
  }
  .slogan p {
    display: none;
  }
  .section_title {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .sectionBack {
    opacity: 0;
    min-height: 106px;
    height: 106px;
  }
  .section3 {
    opacity: 0;
  }
  .sectionform {
    padding-top: 30px;
  }
}
@media only screen and (max-device-width : 1060px) and (orientation : landscape) {
  .section5 {
    display: none;
  }
  .navbar {
    min-height: 100%;
    min-width: 100%;
  }
  .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%;
  }
  .nav.navbar-nav.navbar-left{
    display: none;  
  }
  .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;
  }
}
