a {
  color: #f58b0a;
  text-decoration: none;
}

.nav-collapse a:active,
.nav-collapse .active a {
  color: #f58b0a;
}

span.line {
  width: 290px;
  height: 2px;
  background: #f58b0a;
  margin: auto;
  /*
  display: block;
  margin: 30px auto;
  text-align: center;
     object-position: 50% 50%;
  */
}

.banner a {
  color: #f58b0a;
}

.banner .button-container a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f58b0a;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.banner .button-container a:hover {
  background: #fff;
  color: #f58b0a;
  transition: all 0.4s;
}

.video h2 {
  text-align: center;
  padding-top: 135px;
}

.video span.line {
  width: 290px;
  height: 2px;
  margin: auto;
  background: #f58b0a;
  color: #f58b0a;
}

.video a img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  text-align: center;
  top: 8px;
  margin: auto;
  /*margin-left: 10px;*/
}

.video a {
  color: #f58b0a;
  text-transform: uppercase;
  font-weight: 700;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  text-align: center;
  margin: auto;
}

.video p {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  padding-bottom: 40px;
  margin: auto;
}

.laptop img {
  max-width: 100%;
  display: block;
  height: 392px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.services h3 {
  font-weight: 700;
  color: #f58b0a;
  padding: 15px 0;
}

.price {
  padding: 120px 0 100px;
  text-align: center;
  background: #f4f4f4;
}

.black {
  padding: 30px 0 55px;
  background: #5a5a5a;
  color: #fff;
}

.price .price-container .black {
  padding: 30px 0 55px;
  background: #5a5a5a;
  color: #fff;
  /*
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  */
}

.price .price-container .black h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 0;
}

.price .price-container {
  background: #fff;
  padding-bottom: 35px;
}

.price .price-container h4 {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f4f4f4;
  display: block;
  color: #5a5a5a;
  margin: -30px auto 35px;
  font-weight: 700;
}

.price .price-container a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f58b0a;
  display: block;
  color: #fff;
  margin: 20px auto 0px;
  font-weight: 700;
}

.price .price-container a:hover {
  background: #5a5a5a;
  color: #fff;
  transition: all 0.4s;
}

.price .price-container:hover .black {
  background: #f58b0a;
}

.features h3 {
  font-weight: 400;
  color: #f58b0a;
}

a.showmore {
  font-weight: 400;
  color: #f58b0a;
  display: block;
  margin: 30px auto 0;
  background: url(../images/down.png) no-repeat center 100%;
  min-height: 8px;
  height: 40px;
}

.joinnow {
  padding: 70px 0;
  background: #f58b0a;
}

.joinnow a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  color: #f58b0a;
  text-align: center;
  font-weight: 700;
  position: relative;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: -10px;
}

.cta2 a, .cta3 a, .button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f58b0a;
  display: block;
  color: #fff;
  margin: 40px auto 0px;
  font-weight: 700;
}

.cta2 a:hover {
  background: #fff;
  color: #f58b0a;
  transition: all 0.4s;
}

.imgDescription2 {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background: rgba(245, 139, 10, 0.75);
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding-top: 28.5%;
  transition: all 0.5s;
  cursor: pointer; /*remove comment if you want a gradual transition between states
-webkit-transition: visibility opacity 0.2s;
*/
}/*# sourceMappingURL=custom.css.map */