.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
.slide {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;margin-top:135px;}
.rslides {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0}
.rslides li {-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0}
.rslides li:first-child {position:relative;display:block;float:left}
.rslides img {display:block;height:auto;float:left;width:100%;z-index:1;position:relative}

.slide_tabs{position:absolute;height:50px;bottom:0;left:0;right:0;background:url(images/banner_num_bg.png);z-index:9;text-align:center;margin-right:60px;}
.slide_tabs li{display:inline-block;height:10px;width:10px;margin:20px 4px}
.slide_tabs li a{ display:inline-block;cursor:pointer;height:10px;width:10px;background:#333;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;text-indent:-99999px; opacity:0.7;}
.slide_tabs li a:hover,.slide_tabs li.slide_here a{background:#e90747; opacity:0.7;}

.slide_nav{position:absolute;top:50%;margin-top:-62px;width:62px;height:123px;cursor:pointer;z-index:10;opacity:0.4;
filter:alpha(opacity=40);overflow:hidden;text-indent:-9999px}
.slide_nav:hover {opacity:1.0;filter:alpha(opacity=100)}
.slide_nav.prev{background:url(../images/left.png) no-repeat center;left:35px}
.slide_nav.next{background:url(../images/right.png) no-repeat center;right:35px}

@media (max-width: 1200px) {
.navbar{background-color:#fff;padding-top:3px;}
.slide {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;margin-top:40px}
.slide_nav.prev{background:url() no-repeat center;left:35px}
.slide_nav.next{background:url() no-repeat center;right:35px}
.slide_tabs{position:absolute;padding-top:15px;height:50px;bottom:0;left:0;right:0;background:url(images/banner_num_bg.png);z-index:9;text-align:center;margin-right:60px;}
.navbar-toggle{border:1px solid #ddd;margin-top:12px}

.product-text{font-size:10px; color:#666 !important;}