



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*
 *	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;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #3C3C3C;
  margin: 60px 0 40px;
}
h3 {
  margin-bottom: 40px;
  margin-top: 0;
}
.navbar-brand {
  padding: 0 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: 18px;
  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;
}

.rate {
  padding: 30px 0;
  margin: 130px 0 0;
  background: url('../img/city.jpg') 50% 50% no-repeat;
}
.rate a {
  display: block;
  position: relative;
  padding: 20px 10px;
}
.rate a .bg {
  display: block;
  position: absolute;
  background: #d78707;
  -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;
}
.rate a .bg.t {
  height: 1px;
  width: 0;
  top: 0;
  left: 0;
}
.rate a .bg.r {
  height: 0;
  width: 1px;
  top: 0;
  right: 0;
}
.rate a .bg.b {
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
}
.rate a .bg.l {
  height: 0;
  width: 1px;
  bottom: 0;
  left: 0;
}
.rate a img {
  margin: 0 auto;
}
.rate a:hover .bg.t, .rate a:hover .bg.b {
  width: 100%;
}
.rate a:hover .bg.r, .rate a:hover .bg.l {
  height: 100%;
}
.rate .title {
  margin: 20px 0 0;
  text-align: center;
  color: #d89715;
  text-shadow: 0 0 10px #222, 0 0 3px #222;
}

.feature {
  padding: 50px 0;
  margin: 130px 0 0;
  background: url('../img/feautered-bg.jpg') 50% 0 repeat;
  background-size: cover;
}
.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: 48px;
  height: 48px;
  font-size: 26px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(6, 161, 57, 1);
  color: #fff;
  line-height: 36px;
}
.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) {
  .rate {
    background-attachment: fixed;
  }

  .feature {
    background-attachment: fixed;
  }
  .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;
  }
}

/************NEW CSS**************/

.active-menu a {
    color: #EC870E !important;
}