body {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
}
.wrap-product {
  width: 30%;
}

.size16 {
  font-size: 16px;
}

/*
 *	Mobile up
 */
.container-fluid {
  max-width: 1200px;
}
.mb {
  margin-bottom: 40px;
}
h1,
h2,
h3 {
  text-align: center;
  display: block;
  line-height: 1;
}
h1 {
  font-size: 46px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #282828;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
h1 span {
  display: block;
  font-size: 24px;
  color: #000;
  margin: 20px 0 0;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #3C3C3C;
  margin: 60px 0 40px;
}
h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 35px;
  font-weight: bold;
}
.navbar {
	background-color: #0099cc;
}
.navbar-brand {
	padding: 5px 0 0 15px;
}

.navbar-brand img {
  height: inherit;
}
.navbar-inverse {
  border-radius: 0;
  -webkit-backface-visibility: hidden;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a.active {
  background-color: #11BF28;
  color: #000;
}
.btn-showjs {
  margin: 40px 0 0;
  display: inline-block;
  border: 1px solid #000;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
.btn-showjs:hover {
  background: #eee;
  color: #000;
  text-decoration: none;
}
.btn-showjs:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.showjs {
  display: none;
  padding: 15px;
  margin: 15px 0 0;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
}

.feature {
  padding: 50px 0;
  margin: 160px 0 0;
  background: url('../img/feautered-bg.jpg') 50% 50% repeat;
  background-attachment: fixed;
}
.feature h2 {
  margin: 0 0 40px;
  color: #fff;
}
.feature .feature-wrap {
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 5px;
  border: 1px solid #f8f8f8;
}
.feature ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.feature ul li {
  margin-bottom: 70px;
}

.feature ul li .icon {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.feature ul li .icon i {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 36px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(6, 161, 57, 1);
  color: #fff;
}
.feature ul li .title {
  display: block;
  overflow: hidden;
  padding: 0 0 8px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}
.feature ul li .text {
  display: block;
  overflow: hidden;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 17px;
}

.html-op {
  color: #000080;
  font-size: 17px;
  padding: 10px;
  margin: 0 0 15px;
  white-space: nowrap;
  overflow: auto;
  background: #F5F5F5;
}
.attribute {
  color: #008080;
}
.html-op .value {
  color: #dd1144;
}
.class-color {
  color: #dd1144;
}
.option-name {
  font-size: 20px;
  font-weight: bold;
}
.steps {
  font-weight: bold;
}
.to-top {
  width: 45px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  background: url('../img/to-top.png') 50% 50% no-repeat;
  border-radius: 5px;
  display: none;
}


/*
 *	Tablet up
 */
@media (min-width: 768px) {
  .navbar-inverse {
    border: none;
  }
}


/*
 *	Desktop up
 */
@media (min-width: 992px) {
  .feature ul li:nth-child(7), .feature ul li:nth-child(8), .feature ul li:nth-child(9) {
    margin-bottom: 0;
  }
  .feature ul li:nth-child(3n+1) {
    clear: left;
  }
}


/*
 *	Mobile only
 */
@media (max-width: 767px) {
  #example2 {
    margin: 60px 0 0;
  }
  .feature ul li:nth-child(9) {
    margin-bottom: 0;
  }
}


/*
 *	Tablet only
 */
@media (min-width: 768px) and (max-width: 991px) {
  .feature ul li:nth-child(8), .feature ul li:nth-child(9) {
    margin-bottom: 0;
  }
  .feature ul li:nth-child(2n+1) {
    clear: left;
  }
}