.hero {
  height: 709px;
  color: #fff;
  background: #070460;
  background: -moz-linear-gradient(top,  #A6ACD7 0%, #070460 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A6ACD7), color-stop(95%,#070460));
  background: -webkit-linear-gradient(top,  #A6ACD7 0%,#070460 95%);
  background: -o-linear-gradient(top,  #A6ACD7 0%,#070460 95%);
  background: -ms-linear-gradient(top,  #A6ACD7 0%,#070460 95%);
  background: linear-gradient(to bottom,  #A6ACD7 0%,#070460 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A6ACD7', endColorstr='#070460',GradientType=0 );
  margin-bottom: 55px;
}
.hero .onecol {
  background: url("../img/hero-home-01.png") no-repeat 50% 100%;
  text-align: center;
  height: 100%;
}
.hero a.learnmore {
  font-size: 1.6em;
  color: #ABBAFF;
  padding-right: 12px;
  background: url("../img/triangle-cyan.png") no-repeat 100% 50%;
}
.hero h2,
.hero h3 {
  margin: 0;
  font-weight: normal;
}
.hero h2 {
  padding-top: 38px;
  font-size: 5.2em;
}
.hero h3 {
  margin-bottom: 16px;
  font-size: 2.5em;
}


.main .app {
  padding-right: 485px;
  min-height: 300px;
}
.main .app#app-mac { background: url("http://www.viporbit.com/img/apps-mac-screenshot.jpg") no-repeat 100% 100%; }
.main .app#app-iphone { background: url("../img/apps-iphone-screenshot.jpg") no-repeat 100% 100%; }
.main .app#app-ipad { background: url("../img/apps-ipad-screenshot.jpg") no-repeat 100% 100%; }

.main .app h4 {
  font-size: 2.2em;
  font-weight: 400;
  margin: 0.7em 0;
}
.main .app p {
  font-size: 1.5em;
  margin: 0 0 1.7em 0;
}
.main .app p.pricing {
  color: #540781;  
}
.main .app p.pricing a {
  padding-right: 15px;
  background: url("../img/triangle-purple.png") no-repeat 100% 0; 
}
.main .app p.pricing strong {
  font-weight: 400;
}



body.app-detail {
  background: #F2F3E6;
}
.app-detail header {
  background: #EBF6F5;
  border-bottom: 1px solid #E0FCFD;
  padding-left: 60px;
  padding-right: 60px;
}
.app-detail nav {
  background: #CBE5E6;
}

.app-detail .onecol {
  width: 1120px;
}
.app-detail header .onecol,
.app-detail nav .onecol
{
  padding-left: 60px;
  padding-right: 60px;
  width: 1000px;
}

.app-detail .hero {
  height: 578px;
  color: #333;
  background: #A1E6E9;
  background: -moz-linear-gradient(top,  #E0FCFD 0%, #A1E6E9 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0FCFD), color-stop(95%,#A1E6E9));
  background: -webkit-linear-gradient(top,  #E0FCFD 0%,#A1E6E9 95%);
  background: -o-linear-gradient(top,  #E0FCFD 0%,#A1E6E9 95%);
  background: -ms-linear-gradient(top,  #E0FCFD 0%,#A1E6E9 95%);
  background: linear-gradient(to bottom,  #E0FCFD 0%,#A1E6E9 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0FCFD', endColorstr='#A1E6E9',GradientType=0 );
  margin-bottom: 0;
}
#hero-apps-mac .onecol {
  text-align: left;
  background: url("../img/hero-apps-mac.png") no-repeat -36px 73%;
}
#hero-apps-iphone .onecol {
  text-align: left;
  background: url("../img/hero-apps-iphone.png") no-repeat 0 100%;
}
#hero-apps-ipad .onecol {
  text-align: left;
  background: url("http://www.viporbit.com/img/hero-apps-ipad.png") no-repeat 0 100%;
}

.app-detail .hero h2 {
  text-align: center;
  padding-top: 33px;
  font-size: 6em;
}
.app-detail .hero#hero-apps-iphone h2 {
  font-size: 5.6em;
}

.app-detail .hero p {
  font-size: 2.4em;
  font-weight: normal;
  padding: 60px 80px 0 640px;
}
.app-detail .hero#hero-apps-iphone p {
  padding: 20px 60px 25px 640px;
}
.app-detail .hero#hero-apps-ipad p {
  padding: 30px 60px 15px 640px;
}


.app-detail .hero a {
  padding-left: 640px;
}

.app-detail .promos-apps .centered {
  background-color: #DDDED1;
}
.app-detail .promos-apps .promo {
  background-color: #FFF !important;
  margin: 0 0 0 30px !important;
}
.app-detail .promos-apps #promo-app-iphone {
  width: 289px;
}
.app-detail .promos-apps #promo-app-ipad {
  width: 305px;
}

.app-detail .main {
  padding: 50px 0 25px 0;
}

.app-detail .main .feature {
  margin: 0;
  padding: 45px 60px;
  background: #FFF;
  color: #333;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.21), -2px 0px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow:    2px 0px 2px rgba(0, 0, 0, 0.21), -2px 0px 2px rgba(0, 0, 0, 0.21);
  box-shadow:         2px 0px 2px rgba(0, 0, 0, 0.21), -2px 0px 2px rgba(0, 0, 0, 0.21);
  background-color: #EDEDED;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.app-detail .main .feature h4 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  margin: 0;
  font-size: 2.8em;
  font-weight: bold;
}
.app-detail .main .feature p {
  margin: 0 0 1em 0;
  font-size: 2.7em;
}
.app-detail .main .feature ul
{
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}
.app-detail .main .feature ul li
{
  margin-left: 1.6em;
  margin-bottom: 1em;
}
.app-detail .main .feature .twocol {
  float: left;
  width: 46%;
  padding: 0 40px 0 0 !important;
}
.app-detail .main .feature .pullquote {
  clear: both;
}


.app-detail .main .feature .learnmore {
  font-size: 0.55em;
  font-weight: 400;
  line-height: 1.2;
  color: #5B008F;
  padding-right: 15px;
  background: url("../img/triangle-purple.png") no-repeat 100% -1px;
}

/* Apps - Mac *****************************************************************/

.app-detail .main .feature#mac-manage-unlimited-contacts {
  background-image: url("../img/apps-mac-feature-bg-1.jpg");
  min-height: 848px;
}
.app-detail .main .feature#mac-manage-unlimited-contacts > h4,
.app-detail .main .feature#mac-manage-unlimited-contacts > p,
.app-detail .main .feature#mac-manage-unlimited-contacts > ul
{
  padding-right: 600px;
}

.app-detail .main .feature #pullquote-forbes {
  background: url("../img/apps-pullquote-forbes.png") no-repeat 0 0;
  color: #FFF;
  font-size: 0.6em;
  padding: 30px 55px 30px 360px;
  min-height: 164px;
  margin-top: 55px;
}
.app-detail .main .feature #pullquote-forbes .quote {
  font-style: italic;
}


.app-detail .main .feature#mac-tracks-events-and-tasks {
  background-image: url("http://www.viporbit.com/img/apps-mac-feature-bg-2.jpg");
  min-height: 692px;
}
.app-detail .main .feature#mac-tracks-events-and-tasks > h4,
.app-detail .main .feature#mac-tracks-events-and-tasks > p,
.app-detail .main .feature#mac-tracks-events-and-tasks > ul
{
  padding-left: 610px;
}
.app-detail .main .feature#mac-tracks-events-and-tasks > h4 {
  padding-top: 20px;
}

.app-detail .main .feature#mac-logs-communication-history {
  background-image: url("../img/apps-mac-feature-bg-3.jpg");
  min-height: 604px;
}
.app-detail .main .feature#mac-logs-communication-history > h4,
.app-detail .main .feature#mac-logs-communication-history > p,
.app-detail .main .feature#mac-logs-communication-history > ul
{
  padding-right: 600px;
}
.app-detail .main .feature#mac-logs-communication-history > h4 {
  padding-top: 60px;
}

.app-detail .main .feature#mac-track-social-media {
  background-image: url("../img/apps-mac-feature-bg-4.jpg");
  min-height: 559px;
}
.app-detail .main .feature#mac-track-social-media > h4,
.app-detail .main .feature#mac-track-social-media > p,
.app-detail .main .feature#mac-track-social-media > ul
{
  padding-left: 620px;
}
.app-detail .main .feature#mac-track-social-media > h4 {
  padding-top: 60px;
}

.app-detail .main .feature#mac-syncs-between-devices {
  background-image: url("../img/apps-mac-feature-bg-5.jpg");
  min-height: 623px;
  overflow: visible;
  position: relative;
}
.app-detail .main .feature#mac-syncs-between-devices > h4,
.app-detail .main .feature#mac-syncs-between-devices > p,
.app-detail .main .feature#mac-syncs-between-devices > ul
{
  padding-right: 640px;
}
.app-detail .main .feature#mac-syncs-between-devices .cta {
  position: absolute;
  left: 625px;
  top: 530px;
  z-index: 2;
  padding: 0;
}

/* Apps - iPhone **************************************************************/

.app-detail .main .feature#iphone-manage-unlimited-contacts {
  background-image: url("../img/apps-iphone-feature-bg-1.jpg");
  min-height: 1010px;
}

.app-detail .main .feature #pullquote-iphonelife {
  background: url("../img/apps-pullquote-iphonelife.png") no-repeat 0 0;
  color: #FFF;
  font-size: 0.75em;
  padding: 25px 25px 25px 480px;
  min-height: 163px;
  margin-top: 660px;
}
.app-detail .main .feature #pullquote-iphonelife .quote {
  font-style: italic;
}


.app-detail .main .feature#iphone-tracks-events-and-tasks {
  background-image: url("../img/apps-iphone-feature-bg-2.jpg");
  min-height: 569px;
}
.app-detail .main .feature#iphone-tracks-events-and-tasks > h4,
.app-detail .main .feature#iphone-tracks-events-and-tasks > p,
.app-detail .main .feature#iphone-tracks-events-and-tasks > ul
{
  padding-left: 590px;
}
.app-detail .main .feature#iphone-tracks-events-and-tasks > h4 {
  padding-top: 70px;
}


.app-detail .main .feature#iphone-logs-communication-history {
  background-image: url("../img/apps-iphone-feature-bg-3.jpg");
  min-height: 513px;
}
.app-detail .main .feature#iphone-logs-communication-history > h4,
.app-detail .main .feature#iphone-logs-communication-history > p,
.app-detail .main .feature#iphone-logs-communication-history > ul
{
  padding-right: 540px;
  padding-left: 55px;
}
.app-detail .main .feature#iphone-logs-communication-history > h4 {
  padding-top: 95px;
}


.app-detail .main .feature#iphone-syncs-between-devices {
  background-image: url("../img/apps-iphone-feature-bg-4.jpg");
  min-height: 712px;
  overflow: visible;
  position: relative;
}
.app-detail .main .feature#iphone-syncs-between-devices .cta {
  position: absolute;
  left: 64px;
  top: 370px;
  z-index: 2;
  padding: 0;
  width: 260px;
  line-height: 0.6;
}
.app-detail .main .feature#iphone-syncs-between-devices .learnmore {
  font-weight: bold;
}
.app-detail .main .feature#iphone-syncs-between-devices > h4 {
  padding-top: 40px;
}


/* Apps - iPad ****************************************************************/

.app-detail .main .feature#ipad-manage-unlimited-contacts {
  background-image: url("../img/apps-ipad-feature-bg-1.jpg");
  min-height: 1017px;
}

.app-detail .main .feature #pullquote-usatoday {
  background: url("../img/apps-pullquote-usatoday.png") no-repeat 0 0;
  color: #FFF;
  font-size: 0.6em;
  padding: 30px 30px 30px 360px;
  min-height: 163px;
  margin-top: 680px;
}
.app-detail .main .feature #pullquote-usatoday .quote {
  font-style: italic;
}


.app-detail .main .feature#ipad-tracks-events-and-tasks {
  background-image: url("../img/apps-ipad-feature-bg-2.jpg");
  min-height: 702px;
}
.app-detail .main .feature#ipad-tracks-events-and-tasks > h4,
.app-detail .main .feature#ipad-tracks-events-and-tasks > p,
.app-detail .main .feature#ipad-tracks-events-and-tasks > ul
{
  padding-left: 570px;
  padding-right: 30px;
}
.app-detail .main .feature#ipad-tracks-events-and-tasks > h4 {
  padding-top: 90px;
}


.app-detail .main .feature#ipad-logs-communication-history {
  background-image: url("../img/apps-ipad-feature-bg-3.jpg");
  min-height: 422px;
}
.app-detail .main .feature#ipad-logs-communication-history > h4,
.app-detail .main .feature#ipad-logs-communication-history > p,
.app-detail .main .feature#ipad-logs-communication-history > ul
{
  padding-right: 600px;
}
.app-detail .main .feature#ipad-logs-communication-history > h4 {
  padding-top: 50px;
}


.app-detail .main .feature#ipad-track-social-media {
  background-image: url("http://www.viporbit.com/img/apps-ipad-feature-bg-4.jpg");
  min-height: 688px;
}
.app-detail .main .feature#ipad-track-social-media > h4,
.app-detail .main .feature#ipad-track-social-media > p,
.app-detail .main .feature#ipad-track-social-media > ul
{
  padding-left: 610px;
}
.app-detail .main .feature#ipad-track-social-media > h4 {
  padding-top: 100px;
}


.app-detail .main .feature#ipad-syncs-between-devices {
  background-image: url("../img/apps-ipad-feature-bg-5.jpg");
  min-height: 676px;
  overflow: visible;
  position: relative;
}
.app-detail .main .feature#ipad-syncs-between-devices .cta {
  position: absolute;
  left: 64px;
  top: 345px;
  z-index: 2;
  padding: 0;
  width: 260px;
  line-height: 0.6;
}
.app-detail .main .feature#ipad-syncs-between-devices .learnmore {
  font-weight: bold;
}
.app-detail .main .feature#ipad-syncs-between-devices > h4 {
  padding-top: 10px;
}


@media only screen and (max-width: 1024px) {
  .app-detail header,
  .app-detail footer,
  .app-detail nav,
  .app-detail .hero,
  .app-detail .main,
  .app-detail .promos-apps,
  .app-detail #promo-backup
  {
    width: 1144px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .app-detail header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .app-detail .main {
    padding-top: 12px !important;
  }
  .main .app {
    margin-left: 12px;
    margin-right: 12px;
  }
}