@charset "utf-8";
/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  margin: 0px;
  background-color: #a364ff;
}
a {
  text-decoration: none;
  color: #673ab7;
}
.txt-rt {
  text-align: right;
} /* text align right */
.txt-lt {
  text-align: left;
} /* text align left */
.txt-center {
  text-align: center;
} /* text align center */
.float-rt {
  float: right;
} /* float right */
.float-lt {
  float: left;
} /* float left */
.clear {
  clear: both;
} /* clear float */
.pos-relative {
  position: relative;
} /* Position Relative */
.pos-absolute {
  position: absolute;
} /* Position Absolute */
.vertical-base {
  vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
  vertical-align: top;
} /* vertical align top */
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
} /* Add 5px bottom padding and a underline */
nav.vertical ul li {
  display: block;
} /* vertical menu */
nav.horizontal ul li {
  display: inline-block;
} /* horizontal menu */
img {
  max-width: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  padding-left: 0px;
}
.wrapper {
  float: left;
  width: 100%;
}
#content .page {
  float: left;
  width: 100%;
}
.footer1 {
  float: left;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  position: fixed;
  bottom: 0px;
  background: #61398f;
  padding: 15px 0px;
  left: 0px;
  z-index: 999;
}
.footer-links li {
  display: inline-block;
  padding-right: 5px;
  color: #fff;
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-links {
  max-width: 1170px;
  margin: auto;
}
.footer-links .left-links {
  float: left;
}
.footer-links .left-links ul {
  margin: 0px;
  padding: 0px;
}
.footer-links .copy-right {
  float: right;
}
.copy-right {
  color: #fff;
}
.short-content ul {
  padding-left: 40px;
}
#header {
  top: 0;
  height: 67px;
  float: left;
  width: 100%;
  background-color: #61398f;
  z-index: 1;
}
#header .page,
#content {
  max-width: 1170px;
  margin: auto;
}
.vimg1 {
  vertical-align: middle;
  padding-top: 0.7%;
  margin-left: -1.5%;
}
.container-home {
  width: 75%;
  float: right;
}
.content-side-home {
  width: 25%;
  float: left;
  margin-top: 6%;
}
.content-side-home h2 {
  margin: 0px;
  color: #3c3737;
  font-size: 22px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.container-home .android {
  position: relative;
  top: 65px;
  width: 288px;
  float: left;
}
.container-home .btn-left {
  float: left;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 42px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 42px 0px #673ab7;
  box-shadow: inset 1px 1px 42px 0px #673ab7;
  opacity: 0.6px;
  padding: 15px;
}

.container-home .btn-left:hover {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  background: #673ab7;
}

.container-home .btn-left:active {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  background: #d3d3d3;
}

.container-home .btn-mid {
  text-align: center;
  margin-top: 24%;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 42px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 42px 0px #673ab7;
  box-shadow: inset 1px 1px 42px 0px #673ab7;
  opacity: 0.6px;
  padding: 13px;
}

.container-home .btn-mid:hover {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  background: #673ab7;
}

.container-home .btn-mid:active {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  background: #d3d3d3;
}

.container-home .btn-right {
  float: right;
  margin-left: 20px;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 42px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 42px 0px #673ab7;
  box-shadow: inset 1px 1px 42px 0px #673ab7;
  opacity: 0.6px;
  padding: 15px;
}

.container-home .btn-right:hover {
  /*float:left;*/
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  background: #673ab7;
}

.container-home .btn-right:active {
  float: left;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 10px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 10px 0px #673ab7;
  box-shadow: inset 1px 1px 10px 0px #673ab7;
  opacity: 0.6px;
  padding: 13px;
  background: #d3d3d3;
}

.container-home .btn-main {
  margin-top: 6%;
  margin-bottom: 10%;
  margin-left: 15%;
  float: left;
}
.container-home .btn-main a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.container-home .btn-main a:hover {
  color: #fff;
  text-decoration: none;
}
.container-home .btn-main a:active {
  color: #673ab7;
  text-decoration: none;
}
.container-home div.button {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.container-home .button a .g-play {
  background: url(https://www.vpops.com/images/1.png) -145px 0px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: none;
  margin: 3px 5px;
}
.container-home .button a .g-play:hover {
  background-position: 0px 0px;
}
.container-home .button a .g-play:active {
  background-position: -291px 0px;
}

.container-home .button a .app-button {
  background: url(https://www.vpops.com/images/1.png) -145px -58px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: none;
  margin: 3px 5px;
}
.container-home .button a .app-button:hover {
  background-position: 0px -58px;
}
.container-home .button a .app-button:active {
  background-position: -291px -58px;
}

.container-home .button a .app-amazon {
  background: url(https://www.vpops.com/images/1.png) -145px -111px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: none;
}
.container-home .button a .app-amazon:hover {
  background-position: 0px -113px;
}
.container-home .button a .app-amazon:active {
  background-position: -291px -111px;
}
.container-home .short-content {
  float: left;
  font-size: 24px;
  /* margin-left: 32px;*/
  margin-top: 15px;
}
.container-home .a-left {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 42px 0px #673ab7;
  -moz-box-shadow: inset 1px 1px 42px 0px #673ab7;
  box-shadow: inset 1px 1px 42px 0px #673ab7;
  margin-left: 14%;
  float: left;
  margin-top: 7px;
  opacity: 0.6px;
  min-height: 135px;
  padding: 8px 27px;
}
.container-home .a-left h1 {
  font-size: 23px;
}
.container-home .short-content li {
  list-style: none;
}

.content-side-home p {
  font-size: 17px;
  margin-top: 2px !important;
}
#nav-trigger {
  display: none;
  text-align: center;
}
#nav-trigger span {
  display: inline-block;
  padding: 10px 30px;
  background-color: #2586d7;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}
#nav-trigger span:after {
  display: inline-block;
  /*margin-left: 10px;
      width: 20px;
      height: 10px;*/
  content: "";
  border-left: solid 10px transparent;
  border-top: solid 10px #fff;
  border-right: solid 10px transparent;
}
#nav-trigger span:hover {
  background-color: #2586d7;
}
#nav-trigger span.open:after {
  border-left: solid 10px transparent;
  border-top: none;
  border-bottom: solid 10px #fff;
  border-right: solid 10px transparent;
}
.content-left {
  float: left;
}
.content-right {
  float: left;
  width: 50%;
  margin-left: 2.5%;
}
.content-left {
  width: 20%;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
  color: #333;
  height: 100%;
  max-height: 540px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.content-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.content-left li {
  border-bottom: 1px solid #673ab7;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.content-left li a {
  display: block;
  padding: 10px 5px 10px 0.5em;
  border-left: 0px;
  border-right: 0px;
  background-color: #fff;
  color: #3d94f6;
  text-decoration: none;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  /*width: 100%;*/
}
.content-left li img {
  float: left;
  margin-right: 7px;
  width: 22px;
  margin-top: -2px;
}

.content-left li a:hover {
  border-left: 1px solid #1c64d1;
  border-right: 1px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
}
nav#nav-mobile {
  position: relative;
  display: none;
}
nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
  background-color: #fff;
  color: #365d77;
}
nav#nav-mobile li {
  display: block;
  padding: 5px 0;
  margin: 0 5px;
  border-bottom: solid 1px #365d77;
}
nav#nav-mobile li:last-child {
  border-bottom: none;
}
nav#nav-mobile a {
  display: block;
  color: #3d94f6;
  padding: 5px 30px;
}

nav#nav-mobile a:hover {
  background-color: #2586d7;
  color: #fff;
}

nav li a:hover {
  border-left: 1px solid #1c64d1;
  border-right: 1px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
}
.third-part {
  float: right;
  width: 25%;
}
.android {
  width: 270px;
  margin: auto;
}
.button {
  margin-left: 0px;
  text-align: center;
  margin-top: 20px;
}
.button a {
  display: inline-block;
  float: none;
}
#fssList {
  display: none;
}
#fssPrev {
  display: none;
}
#fssNext {
  display: none;
}
#fssPlayPause {
  display: none;
}
ul#slideshow {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: auto;
  margin-left: 13px;
  margin-right: auto;
  margin-top: 37px;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  width: 171px;
}
#pageslide {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #222222 inset;
  color: #ffffff;
  display: none;
  height: 100%;
  max-width: 300px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.third-part-title11 {
  margin-top: 17px;
  margin-bottom: 12%;
  font-size: 17px;
  width: 100%;
  color: #fff;
}
.button a .g-play {
  background: url(https://www.vpops.com/images/1.png) -145px 0px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.button a .g-play:hover {
  background-position: 0px 0px;
}
.button a .g-play:active {
  background-position: -291px 0px;
}

.button a .app-button {
  background: url(https://www.vpops.com/images/1.png) -145px -58px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0px 5px;
}
.button a .app-button:hover {
  background-position: 0px -58px;
}
.button a .app-button:active {
  background-position: -291px -58px;
}
.button a .app-amazon {
  background: url(https://www.vpops.com/images/1.png) -145px -111px no-repeat;
  width: 133px;
  height: 43px;
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.button a .app-amazon:hover {
  background-position: 0px -113px;
}
.button a .app-amazon:active {
  background-position: -291px -111px;
}
.fullwidth {
  float: left;
  width: 100%;
}
.third-part-title {
  font-family: Arial, Helvetica, sans-serif !important;
}
.third-part-title h2 {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  margin: 0px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold;
}
.feature-page ul#slideshow {
  margin-left: 40px;
}
.features ul li {
  width: 215px;
  padding-bottom: 10px;
  padding-top: 7px;
  list-style: none;
}

.features ul li p {
  font-size: 17px;
  padding: 0px;
  margin-top: 2px;
  line-height: 17px;
}
.feature-page .and334 {
  text-align: center;
  width: 35%;
  float: right;
}
.feature-page .apple {
  float: left;
  margin-left: -55px;
}
.features h2 {
  margin: 0px;
  color: #3d94f6;
  font-size: 22px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
#title {
  padding: 12px 20px;
  background: #3d94f6;
  border: 1px solid #3d94f6;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  color: #fff;
}
#title h1 {
  margin: 3px 0px;
  font-size: 25px;
}
.inner-content section {
  padding: 20px 20px;
}
.inner-content section p {
  margin: 0px;
}
.inner-content section a {
  color: #40a9d8;
}
.pvt-text {
  font-size: 20px;
  color: #fff;
  float: right;
  margin-top: 2%;
}
@media only screen and (max-width: 1180px) {
  #header {
    width: 100%;
  }
  .home .page,
  .footer-links,
  #header .page,
  .main {
    width: 90%;
  }
  #content {
    width: 90%;
  }
  .features {
    width: 100%;
  }
  .features ul li {
    width: 35%;
    margin-right: 7%;
    float: left;
    background-position: 0px 11px !important;
  }
  .feature-page .android {
    padding-left: 0px;
    width: 260px;
  }
  .feature-page .apple {
    float: left;
    margin-left: -55px;
    margin-top: 10px;
    position: relative;
    z-index: 99;
  }
  .feature-page ul#slideshow {
    margin-top: 30px;
  }
  .mobile-show {
    width: 390px;
    margin: auto;
  }
  .feature-page .and334 {
    width: 50%;
    float: left;
  }
  .feature-page .para {
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block;
    margin-bottom: 8px;
    margin-top: 20px;
  }

  .content-left#nav-main {
    display: none;
    width: 0%;
  }
  .content-right {
    width: 100%;
    float: none;
  }
  nav#nav-mobile {
    display: block;
    z-index: 1000;
  }

  nav#nav-mobile li img {
    float: left;
    margin-right: 7px;
    width: 22px;
    margin-top: -2px;
  }

  .third-part {
    width: 100%;
    margin-bottom: 30px;
  }
  .third-part-title {
    margin-top: 25px;
  }
  .feature-page .and334 {
    width: 50%;
    float: left;
  }
  .feature-page .para {
    width: 40%;
  }
  .feature-page #fade {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    width: 100%;
  }
  #header {
    text-align: center;
  }
  .footer-links {
    width: 95%;
  }
  .footer-links .left-links,
  .footer-links .copy-right {
    width: 100%;
    text-align: center;
  }
  .footer-links .copy-right {
    margin-top: 10px;
  }
  .container-home .android,
  .android {
    top: 0px;
    float: none;
    margin: auto;
    height: 370px;
  }
  .a-left {
    float: none;
    clear: both;
    margin-left: 14%;
  }
  .short-content {
    float: left;
    width: 100%;
    text-align: center;
  }
  .short-content ul {
    padding-left: 0px;
    display: inline-block;
  }
  .short-content li {
    text-align: left;
  }
  .btn-main {
    display: inline-block;
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .btn-main span.btn-links {
    display: inline-block;
  }
  .content-side #testDiv,
  .content-side .slimScrollDiv {
    width: 100% !important;
  }
  .video-js .vjs-tech {
    top: 53px !important;
  }
  .content-side-home,
  .container-home {
    width: 100%;
    padding-top: 7%;
  }
  .container-home .btn-main {
    margin-left: 0px;
  }
  div.button {
    float: none !important;
    text-align: center !important;
  }
  #testDiv {
    overflow: scroll;
  }
  .a-left h1 {
    text-align: center;
  }
  .features ul li {
    width: 90%;
    margin-right: 0px;
  }
  .feature-page .para {
    width: 100%;
  }
  .feature-page .android {
    float: left;
  }
  .feature-page .video-js {
    margin-top: 0px;
  }
  .feature-page .apple {
    margin-left: -120px;
  }
  .about-page .img223 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    width: 100%;
  }
  .btn-main span.btn-links {
    width: 100%;
  }
  .btn-main span.btn-links div {
    width: 100%;
    margin: 0px;
    margin-bottom: 7px;
    float: left;
    padding: 15px 0px;
  }
  .short-content {
    font-size: 19px;
  }
  .features ul li {
    width: 85%;
  }
  .pvt-text {
    width: 100%;
    text-align: center;
    margin-top: -6px;
  }
}

.wrapper {
  background: url(black-strip.png) repeat-x;
}

.footer-links-a a {
  display: inline-block;
  color: #fff;
  margin-right: 50px;
}

.footer-links-a span {
  float: right;
  display: inline-block;
  color: #fff;
}
