@media (min-width: 768px) {
  .copyright {
    height: 48px;
    line-height: 48px;
  }

  .carousel-example-generic {
    height: 500px;
  }
}

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

  .carousel-caption h2 em {
    font-weight: 800;
    text-shadow: none;
    color: #38a758;
    font-size: 30px;
    font-style: normal;
  }

  #carousel-example-generic {
    height: 600px;
  }

  #mv-box .mv-wrap .mv {
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 600px;
      background-image: url(/top/img/background.jpg)
    background-color: #fff;
  }

  /* slider */
  .carousel-caption h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
  }


  /* works */


  /* team */

  .member-thumb {
    width: auto;
  }

  .service-desc h3 {
    margin-left: 20px
  }

  .service-desc p {
    margin-left: 20px
  }

  .service-icon img {
    width: 50px;
  }

  .footer-single {
    width: 420px;
  }

  .footer-single img {
    padding-left: 2px
  }

  .footer-social {
    width: 500px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .footer-social li {
    display: inline-block;
  }

  .copyright {
    color: #fff;
    padding-top: 18px;
    font-size: 12px;
    padding-bottom: 45px;
    margin: 0 auto;
    line-height: 0px;
    text-align: center;
    display: block;
  }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

  .carousel-caption h2 {
    line-height: 0.7;
  }

  .carousel-caption h2 em {
    font-weight: 800;
    text-shadow: none;
    color: #38a758;
    font-size: 34px;
    font-style: normal;
  }

  #mv-box .mv-wrap .mv {
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: bottom;
    height: 680px;
      background-image: url(/top/img/background.jpg)
  }

  .carousel-example-generic {
    height: 680px;
  }

  /* slider */

  .carousel-caption h2 {
    font-size: 55px;
  }

  .carousel-caption h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  /* services */

  .service-item {
    margin: 0 auto 30px;
    text-align: center;
    width: 325px;
  }

  .service-icon {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
    width: 80px;
  }

  .service-icon img {
    width: 60px;
  }

  .service-desc {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  /* works */

  .work-item {
    width: 33%;
  }

  /* team */

  .member-thumb .overlay h5 {
    margin: 25px 0;
  }

  .member-thumb {
    margin: 0 auto;
  }

  /* fatcs */

  #facts {
    background-position: center top !important;
  }

  .counters-item {
    margin-bottom: 30px;
  }

  .counters-item i {
    margin: 0 0 15px;
  }

  .counters-item strong {
    font-size: 45px;
  }

  /* contact */

  .contact-form .name-email input {
    margin-right: 0;
    width: 100%;
  }

  .footer-social {
    margin-bottom: 45px;
  }

  /* footer */

  .footer-single {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-social {
    width: 500px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .footer-social li {
    display: inline-block;
  }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

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

  #carousel-example-generic {
    height: 600px;
  }

  #mv-box .mv-wrap .mv {
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    height: 600px;
    background-image: url(/top/img/sp_background.jpg)
  }


  .sec-sub-title p {
    font-size: 14px;
  }

  /* slider */
  .carousel-caption h2 {
    font-size: 35px;
  }

  .carousel-caption h3 {
    font-size: 22px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .social-links {
    margin-top: 20%;
  }

  /* services */

  .service-item {
    margin: 0 auto 30px;
    text-align: center;
    width: 280px;
  }

  .service-icon {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
    width: 80px;
  }

  .service-icon img {
    width: 54px;
  }

  .service-desc {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  /* works */

  .work-item {
    left: 5% !important;
    width: 90%;
  }

  /* team */

  .team-member {
    margin-bottom: 30px;
  }

  .team-member:last-child {
    margin-bottom: 0;
  }

  .member-thumb {
    margin: 0 auto;
  }

  /* facts */

  #facts {
    background-position: center top !important;
  }

  .counters-item {
    margin-bottom: 30px;
  }

  /* contact */
  .contact-address {
    margin-bottom: 30px;
  }

  .footer-social {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-social li {
    display: inline-block;
  }

  .footer-social li a {
    margin: 0 10px;
  }

  /* footer */

  .footer-single {
    margin-bottom: 15px;
    text-align: center;
  }


}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

  #carousel-example-generic {
    height: 680px;
  }

  #mv-box .mv-wrap .mv {
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 680px;
    background-color: #fff;
    background-image: url(/top/img/tab_background.jpg)
  }

  /* services */

  .service-item {
    margin: 0 auto 30px;
    text-align: center;
    width: 325px;
  }

  .service-icon {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
    width: 80px;
  }

  .service-icon img {
    width: 54px;
  }

  .service-desc {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  /* works */

  .work-item {
    left: inherit !important;
    width: 50%;
  }

}

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

    #carousel-example-generic {
        height: 680px;
    }

    #mv-box .mv-wrap .mv {
        background-size: 100% auto;
        background-repeat: repeat-x;
        background-position: bottom;
        height: 680px;
        font-size: 24px;
        background-color: #fff;
        background-image: url(/top/img/sp_background.jpg)
    }

    /* services */

    .service-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 325px;
    }

    .service-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 80px;
    }

    .service-icon img {
        width: 54px;
    }

    .service-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        left: inherit !important;
        width: 50%;
    }

}


@media only screen and (min-width: 1050px) {
  #mv-box .mv-wrap .mv {
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 600px;
    background-image: url(/top/img/pc_background.png)
    background-color: #fff;
  }

  #carousel-example-generic {
    height: 600px;
  }

  .carousel-caption h2 em {
    font-weight: 800;
    text-shadow: none;
    color: #38a758;
    font-size: 28px;
    font-style: normal;
  }

  .carousel-caption h3 {
    font-weight: 400;
    text-shadow: none;
    color: #38a758;
    font-size: 24px;
    font-style: normal;
  }

  .service-icon img {
    width: 40px;
  }

  .copyright {
    color: #fff;
    padding-top: 18px;
    font-size: 12px;
    padding-bottom: 45px;
    margin: 0 auto;
    line-height: 0px;
    text-align: center;
    display: block;
  }

  .footer-social {
    width: 500px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-left: 80px;
  }

  .footer-social li {
    display: inline-block;
  }

  .footer-single {
    width: 420px;
  }

  .footer-single img {
    padding-left: 2px
  }

}
