/* ----- ===== SCSS MIXIN ===== ----- */
/*================-------------------
                        min 1200px
                  -------------------====================*/
@media (min-width: 1200px) {
  .product-container .product-info {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-container:hover .product-info {
    opacity: 1;
  }
}

/*================-------------------
                        min 992px
                  -------------------====================*/
/*================-------------------
                        min 768px
                  -------------------====================*/
@media (min-width: 768px) {
  #main-product-list .product-container .product-info {
    opacity: 1;
  }
  #copyright p {
    display: inline-block;
  }
  #copyright p:last-child {
    margin-left: 5px;
  }
}

/*================-------------------
                  min 992px and max 1199px
                  -------------------====================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-container .product-info {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-container:hover .product-info {
    opacity: 1;
  }
}

/*================-------------------
                  min 768px and max 991
                  -------------------====================*/
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding-left: 0px;
    padding-right: 8px;
  }
  .product-container .product-info {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-container:hover .product-info {
    opacity: 1;
  }
}

/*================-------------------
                        max 767px
                  -------------------====================*/
@media (max-width: 767px) {
  .top-info {
    padding-right: 0;
  }
  .top-info span {
    float: left;
  }
  .top-info a {
    float: right;
  }
  .top-info:before, .top-info:after {
    display: table;
    content: "";
  }
  .top-info:after {
    clear: both;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .open > a, .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    text-align: left;
    background-color: #ddd;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active:hover {
    color: #fe0303;
  }
  .main-swiper .banner-text {
    width: 50%;
  }
  .main-swiper .banner-text.left {
    left: 50px;
  }
  .main-swiper .banner-text.right {
    right: 50px;
  }
  .product-container {
    overflow: visible;
  }
  .product-image {
    overflow: hidden;
  }
  .product-info {
    position: relative;
  }
  .berita-container {
    margin-bottom: 15px;
  }
  #kelengkapan-paket .section-header {
    margin-bottom: 10px;
  }
  #kelengkapan-paket ul {
    margin-bottom: 30px;
  }
  #copyright {
    padding-bottom: 80px;
  }
}

/*================-------------------
                        max 480px
                  -------------------====================*/
@media (max-width: 480px) {
  .col-2xs-12 {
    float: left;
    width: 100%;
  }
  .col-2xs-6 {
    float: left;
    width: 50%;
  }
  .hidden-2xs {
    display: none !important;
  }
  .main-swiper .banner-text {
    width: 75%;
  }
  .main-swiper .banner-text.left, .main-swiper .banner-text.right {
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #no-whatsapp, #jenis-motor, #alamat-form {
    height: 67px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #no-whatsapp.disabled, .disabled#jenis-motor, #alamat-form.disabled {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  #jenis-motor {
    height: 35px;
  }
}

/*================-------------------
                        max 320px
                  -------------------====================*/
@media (max-width: 320px) {
  .col-3xs-12 {
    width: 100%;
    float: left;
  }
  .banner-text h2 {
    font-size: 27px;
  }
  .banner-text.left, .banner-text.right {
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-info h2 {
    font-size: 23px;
  }
  .info-container .info-head {
    font-size: 16px;
  }
  .main-galeri-header .section-header {
    margin-bottom: 5px;
  }
  #sewa-motor .product-container {
    min-height: 389px;
  }
}

/*# sourceMappingURL=responsive.css.map */