/* Banner */
/*.single-page .banner {
  background: rgb(19, 33, 37) url("../images/bg.jpg") no-repeat scroll 0 0 / cover ;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
  padding: 35px 0;
}*/

.single-page .banner {
  background: rgb(19, 33, 37) url("../images/bg5.jpg") no-repeat fixed center center / cover ;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
  padding: 35px 0;
}

.single-page .banner h2 {
  color: rgb(255, 255, 255);
  font-family: "Roboto-medium";
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.single-page .banner h2::after {
  background: rgb(254, 209, 54);
  border: 5px solid rgb(255, 255, 255);
  border-radius: 20px;
  bottom: -11px;
  content: "";
  height: 24px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 24px;
}

.single-page .banner h2::before {
  background: rgb(254, 209, 54);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 140px;
}

/* Page Description */
.page-description {
  padding: 40px 0;
}

.page-description .description {
  font-size: 1em;
}

.page-description p {
  color: rgb(114, 114, 114);
  font-size: 0.9em;
}

.page-description ul {
  color: rgb(114, 114, 114);
}

/* Websites */
/*.item {
  padding: 80px 15px;
}*/

#websites, #packages, #mlm, #inventory, #history {
  padding: 80px 0;
}

.item-box {
  border: 1px solid rgb(119, 119, 119);
  box-shadow: 3px 5px 4px 0px rgba(26, 26, 26,0.5);
}

.item-box > img {
  width: 100%;
}

#websites .view-more-btn, 
#mlm .view-more-btn {
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(255, 255, 255);
  bottom: 15px;
  color: rgb(255, 255, 255);
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translateX(-50%);
}

.item-description {
  background: rgb(227, 227, 227) none repeat scroll 0 0;
  border-top: 1px solid rgb(119, 119, 119);
  height: 240px;
  padding: 10px;
  position: relative;
}

.item-description .text-muted {
  line-height: 20px;
}

.single-page .item {
  margin-bottom: 30px;
}

 /* Packages */
/* #packages .packages-row {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-radius: 18px 18px 0 0;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  box-shadow: 15px 15px 18px -16px rgb(26, 26, 26);
}*/
#packages .col-md-3 {
  padding: 0 7px;
  margin-bottom: 15px;
}

.pricing-title {
  color: rgb(69, 69, 69);
  font-family: "Roboto-medium";
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.package-pricing.text-center > h2 {
  color: rgb(255, 255, 255);
}

#packages .package-col {
  border: 1px solid;
  border-radius: 17px 17px 0 0;
  padding: 0;
}

#packages .package-pricing {
  background-color: rgb(49, 49, 49);
  border-radius: 15px 15px 0 0;
  color: rgb(236, 236, 236);
  padding: 10px 0;
}

#packages .package-pricing.text-center > h4 {
  background-color: rgba(81, 81, 81, 0.4);
  color: rgb(254, 197, 3);
  font-size: 1.5em;
  padding: 10px 0;
}

#packages .package-div {
  border-top: 1px solid;
  height: 480px;
  padding: 10px;
}

#packages .package-div > ul {
  padding-left: 25px;
}

#packages .package-div li {
  line-height: 1.3;
  list-style-image: url("../images/website/check.png");
  padding: 3px 0;
}

/* MLM */
#mlm, #inventory, #websites {
  background: rgb(237, 237, 237) none repeat scroll 0 0;
  border-top: 1px solid rgb(208, 208, 208);
}

/*#mlm .item {
  float: none;
  margin: 0 auto;
}*/

/* Inventory */
#inventory .inventory-box {
  color: rgb(68, 68, 68);
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: left;
  transition: all 0.5s ease 0s;
}

#inventory .service-heading {
  border-bottom: 2px solid rgb(236, 195, 28);
  display: inline-block;
  padding-bottom: 5px;
  text-transform: none;
}

#inventory .heading-space {
  border-color: rgb(178, 178, 178);
  margin-top: -12px;
}

#inventory .inventory-img .screenshot {
  box-shadow: 2px 2px 9px -2px rgb(26, 26, 26);
  margin: 5px 0;
  width: 100%;
}

#call-to-action {
  background-attachment: fixed;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#call-to-action .title, #call-to-action p {
  color: rgb(255, 255, 255);
}

#call-to-action .btn {
  background-color: rgb(254, 197, 3);
  border: 0 none;
  padding: 15px 20px;
  text-transform: uppercase;
}

/* history */
.cubeex-text-img {
  margin-bottom: 30px;
}