@import url("covrprice-posts.css");


body {
  background-color: #f3f3f3;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.3px;
}


h1,
h2.makeh1 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
}
h1 small {
  font-weight: 200;
}
h1 .small {
  display: block;
  margin-top: 10px;
}

h2,
h1.makeh2 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 22px;
}

h3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

h4 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 16px;
}


hr {
  border-color: #ddd;
}


table {
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
}

a {
  color: #005870;
  outline: none !important;
}
a:focus,
a:hover {
  color: #204d74;
  text-decoration: none;
}

[data-toggle='modal'] {
  cursor: pointer;
}

img.img-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.make-relative {
  position: relative;
}

.captcha-box {
  margin-top: 10px;
  overflow: hidden;
}

.alert {
  border: none;
  border-radius: 0px;
}

.alert .action-buttons {
  display: inline;
}
.alert .action-buttons a {
  float: right;
}
.alert.alert-box {
  box-shadow: 0px 0px 30px -8px #666;
}
.alert.alert-none {
  background-color: #fff;
}
.alert.alert-info {
  background-color: rgba(217, 237, 247, 0.75);
}
.alert.alert-danger {
  background-color: rgba(242, 222, 222, 0.75);
}
.alert.alert-success {
  background-color: rgba(223, 240, 216, 0.75);
}


.bg-color-movie {
  background-color: #5CB85C !important;
}
.bg-color-book {
  background-color: #903E86 !important;
}
.bg-color-music {
  background-color: #E49632 !important;
}
.bg-color-comic {
  background-color: #5BC0DE !important;
}
.bg-color-game {
  background-color: #E03349 !important;
}


.img-scroller-wrapper {
  position: relative;
  overflow: hidden;
}
.img-scroller-wrapper .nav-scroll {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(255,255,255, .8);
  width: 30px;
  cursor: pointer;
  box-shadow: 0px 0px 30px -8px #666;
}
.img-scroller-wrapper .nav-scroll:hover {
  background-color: rgb(255,255,255, .9);
}
.img-scroller-wrapper .nav-scroll.sneaky {
  opacity: 0;
}
.img-scroller-wrapper .nav-scroll i {
  font-size: 18px;
}
.img-scroller-wrapper .nav-scroll-prev {
  left: 0px;
}
.img-scroller-wrapper .nav-scroll-next {
  right: 0px;
}


.modal-content {
  border-radius: 0px;
}
.modal-title a {
  line-height: 31px;
  font-size: 16px;
  font-weight: 300;
  color: #777;
  text-decoration: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active:hover > a {
  background-color: #0080a5;
}


ul.dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 30px -8px #666;
  border: 0;
}
ul.dropdown-menu a {
  color: #333 !important;
}

ul.no-indent {
  padding-left: 20px;
}


.btn {
  white-space: normal;
}
.btn-primary {
  background-color: #0080a5;
}
.btn-primary:hover {
  background-color: #204d74;
}
.btn-default.btn-more {
  color: #24557F;
  border-color: #24557F;
  background-color: transparent;
}
.btn-default.btn-more:hover {
  border-color: #204d74;
  color: #204d74;
}
.btn-link:focus {
  outline: none;
}


div.table-row {
  display: table-row;
}
div.table-row > div {
  display: table-cell;
}
div.table-row > div .btn {
  white-space: nowrap;
}
div.table-row > div.align-middle {
  vertical-align: middle;
}
div.table-row > div.min-width {
  width: 1%;
}
div.table-row.table-row-wide {
  width: 100%;
}


#top-bar {
  background-color: #0180a5;
  /* background-image: url(https://cdn.clz.com/img/global/layout/topbar-bg.jpg); */
  background-attachment: fixed;
  background-position: right -70px;
  color: #fff;
}
#top-bar.small {
  border-bottom: 5px solid transparent;
}
#top-bar.movie {
  border-bottom-color: #5CB85C;
}
#top-bar.book {
  border-bottom-color: #903E86;
}
#top-bar.music {
  border-bottom-color: #E49632;
}
#top-bar.comic {
  border-bottom-color: #5BC0DE;
}
#top-bar.game {
  border-bottom-color: #E03349;
}

#top-bar .branding {
  padding: 10px 0px 10px 0px;
}
#top-bar .branding .logo {
  color: #fff;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 30px;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-shadow: 3px 2px rgba(0,0,0,.35);
  line-height: 0px;
}
#top-bar .branding .logo .logo-icon {
  margin-right: 10px;
}
#top-bar .branding .logo .logo-text {
  vertical-align: middle;
  margin: 7.5px 0px;
}
#top-bar.small .branding .logo .logo-icon {
  display: none;
}


#account-bar {
  box-shadow: 0px 0px 30px -8px #333;
  background-color: #006684;
  margin-bottom: 20px;
}
#account-bar.movie {
  background-color: #5CB85C;
}
.section #account-bar {
  margin-bottom: 0px;
}
.section.home #account-bar {
  margin-bottom: 20px;
}
.section #account-bar.movie {
  background-color: #5CB85C;
}
.section #account-bar.book {
  background-color: #903E86;
}
.section #account-bar.music {
  background-color: #E49632;
}
.section #account-bar.comic {
  background-color: #5BC0DE;
}
.section #account-bar.game {
  background-color: #E03349;
}
.product #account-bar {
  height: 35px;
  background-color: #555;
  border-top: 5px solid transparent;
}
.product #account-bar.movie {
  border-top-color: #5CB85C;
}
.product #account-bar.book {
  border-top-color: #903E86;
}
.product #account-bar.music {
  border-top-color: #E49632;
}
.product #account-bar.comic {
  border-top-color: #5BC0DE;
}
.product #account-bar.game {
  border-top-color: #E03349;
}
#account-bar .container > a,
#account-bar .container .dropdown > a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px;
}
#account-bar .container a .fa {
  font-size: 16px;
}
.product #account-bar.movie a.active {
  background-color: #5CB85C;
}
.product #account-bar.book a.active {
  background-color: #903E86;
}
.product #account-bar.music a.active {
  background-color: #E49632;
}
.product #account-bar.comic a.active {
  background-color: #5BC0DE;
}
.product #account-bar.game a.active {
  background-color: #E03349;
}

#section-tabs {
  margin: 0px;
  margin-top: 26px;
  background-color: transparent;
}

.section-tab {
  background-color: rgba(0,102,132,.5);
  border-right: 2px solid rgba(0,102,132,.8);
  width: 18%;
  margin: 0px;
  text-align: center;
  float: left;
  height: 45px;
}
.section-tab.movie {
  background-color: #5CB85C;
}
.section-tab.book {
  background-color: #903E86;
}
.section-tab.music {
  background-color: #E49632;
}
.section-tab.comic {
  background-color: #5BC0DE;
}
.section-tab.game {
  background-color: #E03349;
}
.section-tab.login {
  width: 10%;
  text-align: center;
  cursor: pointer;
}
.section-tab .dropdown.open {
  background-color: #fff;
  color: #333 !important;
}
.section-tab .dropdown.open a {
  color: #333 !important;
}
.section-tab .dropdown ul {
  box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.section-tab > a,
.section-tab .dropdown > a {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.75px;
  padding: 10px 0px;
}
.section-tab.active a {
  color: #fff;
}


.section .content-container.product-select {
  position: relative;
}
.section .content-container.product-select .recommended-solution {
  background-color: orange;
  height: 30px;
  position: absolute;
  right: 17px;
  top: 43px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
}

.section .content-container.product-select .price-box .per .fa {
  font-size: 16px;
  margin-left: 3px;
}


.apps-scrollto {
  margin-bottom: 40px;
  text-align: center;
}
.apps-scrollto .img-box {
  display: inline-block;
  margin: 0px auto;
}
.apps-scrollto img {
  max-height: 250px;
  width: auto;
}
.apps-scrollto .btns {
  display: flex;
  justify-content: space-between;
}
.apps-scrollto .btns a {
  display: block;
  width: 34%;
  font-family: Oswald, sans-serif;
  color: #fff !important;
}
.apps-scrollto .btns a:hover {
  filter: brightness(110%);
}
.apps-scrollto .btns a:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.apps-scrollto .btns a:nth-child(2) {
  border-radius: 0px;
  border-left: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
}
.apps-scrollto .btns a:nth-child(3) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


#product-bar {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#product-bar .product-select {
  box-shadow: none;
  opacity: .50;
  padding: 20px 0px;
}
#product-bar .product-select img {
  filter: none;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
#product-bar .product-select .fa {
  display: none;
}
#product-bar .product-select:hover,
#product-bar .active .product-select {
  opacity: 1;
}
#product-bar .product-select:hover img,
#product-bar .active .product-select img {
  filter: gray;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}


.content-container {
  background-color: #fff;
  box-shadow: 0px 0px 30px -8px #666;
  padding: 5px 20px 20px 20px;
}
.content-container-divider-lg {
  height: 30px;
}
.content-container-divider {
  height: 20px;
}
.content-container-divider-sm {
  height: 10px;
}


.content-container.product-select {
  padding: 20px;
}
.content-container.product-select.product-bar {
  padding: 20px 0px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.product-select .product-name {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
  line-height: 1;
}
.product-select .product-name a {
  color: inherit;
}
.product-select .product-name .name {
  display: inline-block;
  margin-top: 2px;
}
.product-select .product-name small {
  display: block;
  margin-top: 5px;
  font-weight: 200;
  font-size: 65%;
  color: #595959;
}
.product-select .product-name .fa {
  vertical-align: bottom;
  margin-right: 3px;
}
.product-select img.product-logo {
  float: left;
  margin-right: 10px;
  height: 45px;
}


.product-select h2.header {
  position: absolute;
  width: 100%;
  background-color: #0080a5;
  color: #fff;
  left: 0px;
  top: -20px;
  padding: 17px;
}
.product-select .product-details .solution-box .screenshot {
  margin: 20px 0px;
}
.product-select .product-details .solution-box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.product-select .product-details .solution-box .btn-more .fa {
  margin-top: 4px;
}
.product-select .product-details .solution-box .divide {
  height: 20px;
}

.product-select .product-details .action-box {
  margin-top: 20px;
}
.product-select .product-details .action-box div:first-child {
  padding-right: 5px;
}
.product-select .product-details .action-box div:last-child {
  padding-left: 5px;
}
.product-select .product-details .action-box .btn {
  padding: 5px;
}
.product-select .product-details .action-box .btn-block {
  white-space: normal;
  margin-top: 4px;
}
.product-select .product-details .action-box .btn-block .fa {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .product-select .product-details .action-box div:first-child {
    padding-right: 15px;
  }
  .product-select .product-details .action-box div:last-child {
    padding-left: 15px;
  }
}

.product-select .product-details .pricing-box {
  margin: 0px;
  padding-top: 15px;

}
.product-select .product-details .pricing-box .header {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top:-5px;
}
.product-select .product-details .pricing-box .header span {
  background-color: #fff;
  padding: 5px 10px;
}
.product-select .product-details .pricing-box .header hr {
  margin-top: -10px;
}
.product-select .product-details .pricing-box ul {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.product-select .product-details .pricing-box .buy-bullets ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-select .product-details .pricing-box .price-box {
  text-align: center;
}
.product-select .product-details .pricing-box .price-box a {
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-select .product-details .pricing-box .price-box a:hover,
.product-select .product-details .pricing-box .price-box a:active,
.product-select .product-details .pricing-box .price-box a:focus {
  text-decoration: none;
}
.product-select .product-details .pricing-box .price-box a:hover {
  border-bottom: 2px solid #333;
}
.product-select .product-details .pricing-box .price-box .price span {
  font-size: 16px;
  line-height: 0px;
  font-weight: 200;
}
.product-select .product-details .pricing-box .price-box .per {
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px !important;
  line-height: 14px;
  display: block;
  margin-top: 10px;
}
.product-select .product-details .pricing-box .price-box .per:hover {
  text-decoration: underline;
}
.product-select .product-details .pricing-box .divide {
  height: 15px;
}


.tab-items.tab-items-floating {
  margin-top: 10px;
  margin-bottom: 30px;
}
.tab-items .tab-item.content-container {
  padding: 0px;
}
.tab-items .tab-item {
  position: relative;
  background-color: #f3f3f3;
}
.tab-items .tab-item.active {
  z-index: 1;
  background-color: #fff;
}
.tab-items .tab-item a {
  display: block;
  color: inherit;
  padding: 15px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
}
.tab-items .tab-item .tab-spacer {
  display: none;
}
.tab-items .tab-item.active .tab-spacer {
  position: absolute;
  display: block;
  background-color: #fff;
  left: 0px;
  bottom: -40px;
  height: 40px;
  width: 100%;
}
.tab-content {
  position: relative;
  padding: 10px 20px 20px 20px;
}


#shelves {
  margin-bottom: 0px;
}
#shelves .shelf-boxes {
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#shelves .shelf-box {
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all .1s ease-in;
}
#shelves .media {
  margin: 0px 20px;
  z-index: 2;
  transition: all .2s ease;
}
#shelves .media:hover {
  transform: scale(1.035);
}
#shelves .media:hover .btn {
  filter: brightness(110%);
}
#shelves .media a {
  display: inline-block;
  position: relative;
  height: inherit;
  text-align: center;
  padding-top: 15px;
}
#shelves .media .btn {
  display: block;
  margin-top: 5px;
  border: none;
  font-family: Oswald, sans-serif;
  color: #fff !important;
}
#shelves .media .btn .fa {
  margin-left: 5px;
  margin-top: 4px;
}
#shelves .shelf-text {
  font-family: Oswald, sans-serif;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #777;
}

@media (min-width: 500px) {
  #shelves .media img {
    max-height: 225px;
    width: auto;
  }
}
@media (min-width: 768px) {
  #shelves .shelf-boxes {
    justify-content: space-around;
  }
  #shelves .media img {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  #shelves .shelf-boxes {
    justify-content: space-around;
  }
  #shelves .media img {
    max-width: 375px;
  }
}
@media (min-width: 1200px) {
  #shelves .shelf-boxes {
    justify-content: space-evenly;
  }
  #shelves .media img {
    max-width: 475px;
  }
}


.section-sub #content {
  margin-top: 20px;
}

#section-container .usp-container {
  display: flex; padding: 0px !important; margin-bottom: 60px;
}
#section-container .usp-container .img-container {
  background-size: cover; background-position: center center; flex-basis: 50%;
}
#section-container .usp-container .usp-list {
  flex-basis: 50%; padding: 15px;
}
#section-container .usp-container .usp-list .intro-item {
  margin-bottom: 20px;
}
#section-container .usp-container .usp-list .intro-item:last-child {
  margin-bottom: 0px;
}
#section-container .usp-container .usp-list .fa {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #section-container .usp-container .img-container {
    flex-basis: 40%;
  }
  #section-container .usp-container .usp-list {
    flex-basis: 60%;
  }
}

@media (max-width: 767px) {
  #section-container .usp-container {
    flex-wrap: wrap;
  }
  #section-container .usp-container .img-container {
    flex-basis: 100%;
    height: 150px;
  }
  #section-container .usp-container .usp-list {
    flex-basis: 100%;
  }
}

#covrprice-details {
  display: flex; 
  padding: 0px !important;
}
#covrprice-details .content {
  flex-basis: 65%; 
  padding: 15px;
}
#covrprice-details .img-container {
  flex-basis: 35%; 
  min-width: 315px;
  background-size: cover; 
  background-repeat: no-repeat; 
  margin-top: 15px; 
  margin-right: 15px;
}

@media (max-width: 767px) {
  #covrprice-details {
    flex-direction: column;
  }

  #covrprice-details .content {
    flex-basis: 100%;
  }
  #covrprice-details .img-container {
    min-height: 350px;
    background-size: 60%;
    background-position: top center;
  }
}

@media (max-width: 550px) {
  #covrprice-details {
    flex-direction: column;
  }

  #covrprice-details .content {
    flex-basis: 100%;
  }
  #covrprice-details .img-container {
    min-height: 350px;
    background-size: 80%;
    background-position: top center;
  }
}


#section-container .intro {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#section-container .content-container {
  padding: 20px;
}
#section-container .product-select {
  transition: .1s ease-in-out;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 17px;
}
#section-container .product-select:hover {
  transform: scale(1.025);
  transition: .1s ease-in-out;
}
#section-container .product-select .for-your {
  position: absolute; top: -13px; left: 50%; margin-left: -70px; text-align: center; background-color: #f7a829; color: #fff; font-family: Oswald, sans-serif; font-weight: 200; font-size: 17px; padding: 0px; border-radius: 100px; height: 26px; line-height: 24px; width: 140px;
}
#section-container .product-select .more-info {
  background-color: #fff; padding: 0px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center;
}
#section-container .product-select .more-info .for-os {
  font-family: Oswald, sans-serif; font-weight: 200; font-size: 17px; opacity: .65;
}
#section-container .product-select .more-info .os-list {
  font-family: Oswald; font-weight: 200; font-size: 20px; opacity: .65;
}
#section-container .product-select .more-info a.learn-more {
  padding-left: 8px; padding-right: 8px;
}
#section-container .product-select .product-name small {
  min-height: 30px;
}
#section-container .product-select .screenshot {
  margin-top: 5px;
}

#section-container .product-select .solution-box .action-box {
  margin-top: 5px;
}
#section-container .product-select .solution-box .action-box .trial-subtext {
  display: block; font-size: 12px; opacity: .65;
}
#section-container .product-select .solution-box .action-box .subscribe-subtext {
  display: block; font-size: 12px; opacity: .65;
}

#section-container .intro-item {
  font-size: 14px;
}
#section-container .intro-item .fa {
  font-size: 42px;
  margin-right: 20px;
}
#section-container .intro-item b {
  display: block;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
#section-container .intro-item hr {
  margin: 15px 0px;
}
#section-container h2 {
  margin-bottom: 20px;
}

#section-container #whatsnew-browser .changes-container {
  border-top: 0px;
}
#section-container  #whatsnew-browser .changes-container a {
  font-size: 18px;
}
#section-container  #whatsnew-browser .changes-container a:first-child {
  padding-top: 0px;
}
#section-container  #whatsnew-browser .changes-container a:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

#section-container #products {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  #section-container #products {
    gap: 5px;
  }
}
@media (max-width: 475px) {
  #section-container #products .product-name img {
    float: none;
  }
  #section-container #products .product-name .name {
    display: block;
  }

  #section-container #products .screenshot {
    margin: 10px 0px 0px 0px;
  }

  #section-container #products .os-list {
    margin-bottom: 5px;
  }

  #section-container #products .more-info {
    flex-direction: column;
  }
}
#section-container #products .product {
  flex-basis: 50%;
}

#section-container #old-school h3 {
  margin-top: 0px;
}
#section-container #old-school a {
  text-decoration: underline;
}


#section-clz-cloud-container {
  margin-bottom: 30px;
}
#section-clz-cloud-container h2 {
  margin-top: 0px;
}


#solutions-header > div {
  padding-bottom: 10px;
}
#solutions-header > div:nth-child(2) {
  padding-left: 10px;
}
#solutions-header .btn .fa {
  margin-left: 5px;
}


#product-home {
  margin-top: 30px;
}
#product-home .product-box {
  padding: 20px;
}
#product-home .product-select {
  margin-bottom: 0px;
}
#product-home .product-select .product-logo {
  height: 55px;
  margin-right: 15px;
}
#product-home .screenshot.shadow {
  box-shadow: 0px 0px 30px -8px #666;
}
#product-home .product-select .name {
  font-size: 28px;
}
#product-home .product-select small {
  font-size: 18px;
  font-weight: 200;
}
#product-home .product-box .price-box .price {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-right: 15px;
}
#product-home .product-box .price-box .price span {
  font-size: 16px;
}
#product-home .product-box .per {
  margin-top: 10px;
  font-size: 12px; line-height: 14px; color: #4F4F4F; font-weight: 200; font-family: 'Droid Sans', sans-serif; text-align: center;
}
#product-home .product-box .per .fa {
  font-size: 16px; margin-left: 3px;
}
#product-home .product-box .product-text h1 {
   margin-top: 0px;
   margin-bottom: 30px;
}
#product-home .product-info h2 {
  margin-bottom: 5px;
}
#product-home .product-info p {
  padding-left: 45px;
}
#product-home .product-info .fa {
  font-size: 28px;
  margin-top: 10px;
}
#product-home .product-info .fa:first-child {
  margin-top: 0px;
}

#product-home .product-box h1 {
  font-size: 24px;
  margin-top: 0px;
}
#product-home .product-box .product-info h2 {
  font-size: 18px;
  letter-spacing: .3px;
}
#product-home .product-box .product-info h2:first-of-type {
  margin-top: 0px;
}

#product-home .product-box .product-details {
  display: flex;
}
#product-home .product-box .product-details .latest-update {
  font-size: 12px;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  background-color: #f3f3f3;
  color: #525252;
  border-radius: 4px;
  padding: 5px;
  flex-wrap: wrap;
}
#product-home .product-box .product-details .latest-update p {
  margin-bottom: 0px;
  white-space: nowrap;
}
#product-home .product-box .product-details .latest-update p:first-child {
  font-size: 12px;
  font-weight: bold;
}
#product-home .product-box .product-details .latest-update p span {
  margin-left: 6px;
}
#product-home .product-box .product-details .latest-update .fa {
  font-size: 14px;
  margin-right: 2px;
}
#product-home .product-box .product-details .imgbox {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 100%;
}
#product-home .product-box .product-details .product-info {
  padding-left: 20px;
}
#product-home .product-box .product-info.product-info-fw {
  padding-top: 20px;
}

#product-home .product-box .action-box {
  background-color: #eee;
  padding: 15px;
  border-radius: 6px;
}

@media (min-width: 1200px) {
  #product-home .product-box .product-details .imgbox {
    flex-basis: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product-home .product-box .product-details .imgbox {
    flex-basis: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product-home .product-box .product-details .imgbox img {
    max-width: 320px;
  }
  #product-home .product-box .product-details {
    display: block;
  }
  #product-home .product-box .product-details .product-info {
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media (max-width: 550px) {
  #product-home .product-box .col-xxs {
    width: 100%;
  }
  #product-home .product-box .col-xxs .action-box {
    margin-top: 20px;
  }
}


#product-home .bundles-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
#product-home .bundles-wrapper h2 {
  margin-bottom: 20px;
}
#product-home .bundles-wrapper #bundles-container {
  background-color: #eee; padding: 15px; border-radius: 6px; margin-top: 20px;
}


#latest-software-updates {
  margin-top: 20px;
}
#latest-software-updates h3 {
  font-weight: 200;
  font-size: 20px;
}
#latest-software-updates .changes-container {
  margin: 0px;
}
#latest-software-updates .changes-container a {
  font-size: 18px !important;
}
#latest-software-updates .more-updates {
  text-align: right;
}
#latest-software-updates .more-updates a .fa {
  margin-left: 5px;
}


#products-container {
  display: flex;
  flex-wrap: wrap;
}

#products-container .product-box-header {
  padding: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  xtext-align: center;
  background-color: #383838;
}

#products-container .product-select {
  box-shadow: none;
}
#products-container .product-select .product-name img {
  height: 55px;
}
#products-container .product-select .product-name .name {
  font-size: 28px;
}
#products-container .product-select .product-name small {
  font-size: 18px;
  font-weight: 200;
}

#products-container .product-row {
  flex-basis: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 30px -8px #666;
  margin-bottom: 40px;
}
#products-container .product-row.products-mobile {
  order: 1;
}

@media (max-width: 767px) {
  #products-container .product-row.products-mobile {
    order: 0;
  }
}
@media (min-width: 768px) {
  #products-container .product-row .product-select {
    max-width: 360px;
    margin: 0px auto;
  }

  #products-container .product-row > .row > div:nth-child(1) {
    border-right: 2px solid #383838;
    padding-right: 0px !important;
  }
  #products-container .product-row > .row > div:nth-child(2) {
    border-left: 2px solid #383838;
    padding-left: 0px !important;
  }
}


.bundles-wrapper .content-container {
  margin-bottom: 10px; padding-top: 20px;
}
.bundles-wrapper h2 {
  margin-top: 0px;
}

#bundles-container {
  display: flex;
}
#bundles-container .products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  flex-basis: 50%;
  gap: 10px;
}
#bundles-container .products .other {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 236px;
  align-items: flex-start;
}
#bundles-container .products .other .product {
  margin-top: 5px;
  margin-bottom: 5px;
}

#bundles-container .products .plus-sign {
  font-size: 20px;
  font-weight: bold;
}

#bundles-container .products .product {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 200;
  font-size: 16px;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 6px;
  width: 135px;
  padding-bottom: 42px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
#bundles-container .products .product:after {
  background-color: #ddd;
  height: 32px;
  width: 133px;
  position: absolute;
  bottom: 0px;
  left: -1px;
  content: '\f0c8';
  font-size: 24px;
  font-family: FontAwesome;
  color: #fff;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#bundles-container .products .product .name {
  font-weight: normal;
}
#bundles-container .products .product .quantity {
  color: #595959;
}
#bundles-container .products .product img {
  margin-bottom: 5px;
}
#bundles-container .products .product.hover {
  border-color: #bbb;
}
#bundles-container .products .product.selected {
  border-color: #0080a5;
}
#bundles-container .products .product.hover:after {
  background-color: #bbb;
}
#bundles-container .products .product.selected:after {
  background-color: #0080a5;
}
#bundles-container .products .product.selected:after {
  content: '\f14a';
}

#bundles-container .products .product.smallx {
  width: 108px;
  font-size: 13px;
  padding-bottom: 34px;
}
#bundles-container .products .product.smallx:after {
  height: 24px;
  width: 106px;
  font-size: 19px;
}
#bundles-container .products .product.smallx img {
  height: 44px;
  width: 44px;
}

#bundles-container .bundle-action {
  display: flex;
  gap: 20px;
  flex-basis: 50%;
}
#bundles-container .pricing {
  align-self: center;
  text-align: right;
  width: 150px;
}
#bundles-container .pricing .price-old {
  text-decoration: line-through;
  color: #595959;
  margin-right: 1px;
}
#bundles-container .pricing .price-new {
  font-size: 28px;
  font-family: Oswald, sans-serif;
}
#bundles-container .pricing .amount-saved {
  color: #0080a5;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  margin-right: 1px;
}
#bundles-container .buy {
  align-self: center;
  text-align: right;
}
#bundles-container .buy .btn {
  width: 100%;
}
#bundles-container .buy .btn .fa {
  margin-right: 10px;
}

#bundles-container.product-compact .product {
  padding-bottom: 10px;
}
#bundles-container.product-compact .product:after,
#bundles-container.product-compact .product .quantity {
  display: none;
}

@media (max-width: 991px) {
  #bundles-container .products {
    
  }
  #bundles-container .bundle-action {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #bundles-container {
    flex-wrap: wrap;
  }

  #bundles-container .products {
    flex-grow: 1;
    justify-content: center;
  }
  #bundles-container .bundle-action {
    flex-grow: 1;
    justify-content: center;
    margin-top: 15px;
  }
}


#freetrial h3,
.freetrial-box h3 {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  text-align: center;
}
#freetrial form button,
.freetrial-box form button {
  margin-top: 10px;
  margin-bottom: 10px;
}
#freetrial form .privacy,
.freetrial-box form .privacy {
  text-align: center;
  color: #777;
  font-size: 12px;
  line-height: 14px;
}

h2#features {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

#features-platform {
  margin-top: 30px;
}
.desktop #features-platform,
.connect #features-platform {
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  #features-platform a .fa {
    display: none;
  }
}

#features-container {
  margin-top: 20px;
  padding: 20px;
}
#features-container.tab-content {
  margin-top: 0px;
}

#features-container h2 {
  margin: 20px 0px;
}
#features-container img {
  margin-bottom: 20px;
  border-radius: 4px;
}
body.connect #features-container h2 {
  margin-top: 10px;
}
body.connect #features-container img {
  box-shadow: 0px 0px 30px -8px #666;
}
body.mobile #features-container ul,
body.connect #features-container ul {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}
body.mobile #features-container ul ul,
body.connect #features-container ul ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
}
body.mobile #features-container ul li,
body.connect #features-container ul li {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 20px;
}
body.mobile #features-container ul li:before,
body.connect #features-container ul li:before {
  font-family: FontAwesome;
  font-size: 10px;
  content: "\f111";
  display: inline-block;
  margin-left: -20px;
  width: 20px;
  vertical-align: top;
  margin-top: 3px;
}
body.mobile #features-container ul.lead,
body.connect #features-container ul.lead {
  font-size: 18px;
}
body.mobile #features-container ul.lead li,
body.connect #features-container ul.lead li {
  margin-bottom: 20px;
}
body.mobile #features-container p,
body.connect #features-container p {
  font-size: 16px;
}


#features-container .img-scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#features-container .img-scroller > div {
  margin-left: 20px;
}
#features-container .img-scroller > div:first-child {
  margin-left: 0px;
}
#features-container .img-scroller img {
  margin-bottom: 0px;
}

#features-container .img-scroller-phone img {
  height: 498px;
  width: 249px;
}
#features-container .img-scroller-phone.img-scroller-ios img {
  height: 454px;
  width: 210px;
}
#features-container .img-scroller-phone.img-scroller-android img {
  height: 442.5px;
  width: 249px;
}


#features-container .img-scroller-tablet img {
  height: 417px;
  width: 313px;
}


.powered-imdb,
.partner-covrprice {
  float: right;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.powered-imdb div,
.partner-covrprice div {
  margin-top: -4px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  letter-spacing: .5px;
  white-space: nowrap;
}
.powered-imdb img,
.partner-covrprice img {
  height: 40px;
  margin-top: 2px;
}

.blog-header-box {
  display: flex;
}
.blog-header-box .title {
  flex-grow: 1;
}
.blog-header-box .filter {
  flex-grow: 0;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 10px;
}
.blog-header-box .filter button {
  white-space: nowrap;
  font-weight: bold;
}
.blog-header-box .filter button .fa {
  margin-left: 5px;
}


#blog-container .makeh1 {
  margin-bottom: 20px;
}
#blog-container .makeh1 small {
  margin-left: 5px;
}
#blog-container .blog-post {
  padding: 20px 20px 17px 20px;
}
#blog-container .blog-post .makeh2 {
  margin: 0px;
}
#blog-container .blog-post .makeh2 a {
  color: inherit;
}
#blog-container .blog-post .wp-content-container {
  margin-top: 5px;
}
#blog-container .blog-post .wp-content-container .wp-date {
  color: #777;
  font-size: 14px;
}
#blog-container .blog-post .wp-content-container .wp-date .fa {
  margin: 0px 5px;
}
#blog-container .blog-post .wp-content-container .wp-caption-text {
  margin-top: 10px;
  font-style: italic;
}
#blog-container .blog-post .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#blog-container .blog-post .header .icon {
  vertical-align: top;
  width: 50px;
}
#blog-container .blog-post img.wp-post-icon {
  height: 45px;
  width: 45px;
}
.wp-tagcloud-container .tag-cloud-link {
  margin-left: 5px;
  margin-right: 5px;
}


#blog-browser h2 {
  margin-bottom: 10px;
}
#blog-browser h2:first-child {
  margin-top: 0px;
}
#blog-browser h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#blog-browser h4 {
  margin-bottom: 5px;
  color: #4F4F4F;;
  font-size: 14px;
}
#blog-browser .indent-level {
  padding-left: 15px;
}


#compare-container {
  padding: 0px;
}

.table-compare {
  margin-top: 20px;
}
.table-compare td {
  width: 20%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.table-compare thead th {
  border-bottom-width: 1px !important;
  background-color: #fff !important;
  vertical-align: middle;
}
.table-compare thead th h2 {
  background-color: #fff !important;
  font-size: 24px;
  margin: 0px;
  line-height: 40px;
}
.table-compare thead td {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  height: 50px;
  vertical-align: middle !important;
  color: #fff;
}

.section.movie .table-compare thead * {
  background-color: #5CB85B;
}
.section.book .table-compare thead * {
  background-color: #903E86;
}
.section.music .table-compare thead * {
  background-color: #E49632;
}
.section.comic .table-compare thead * {
  background-color: #5BC0DE;
}
.section.game .table-compare thead * {
  background-color: #E03349;
}

.table-compare thead .barry {
  background-color: #000000 !important;
}


.table-compare tbody td {
  min-width: 80px;
  vertical-align: top !important;
  font-size: 13px;
}
.table-compare tbody th {
  font-family: Oswald, sans-serif;
  vertical-align: middle !important;
  font-size: 17px;
  font-weight: 400;
}
.table-compare tbody th small {
  display: block;
  font-weight: 200 !important;
  font-size: 14px;
  color: #777;
}
.table-compare tbody td .fa.yes {
  font-size: 24px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-compare tbody tr.section th {
  font-size: 18px;
  line-height: 24px;
  background-color: #666;
  color: #fff;
}

.table-compare-long-text tbody td {
  text-align: left;
}


#about-container #crew img {
  height: 35px;
  width: 35px;
}

#news-container .gutter {
  width: 3.99%;
}
#news-container .news {
  width: 48%;
  margin-bottom: 20px;
}
#news-container .news hr {
  margin: 10px 0px;
}
#news-container .news .content-container {
  padding: 20px 20px 10px 20px;
}
#news-container .news .content-container .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#news-container .news .content-container .header .title {
  padding-right: 10px;
}
#news-container .news .content-container .header .title h3 {
  margin-top: 0px;
}
#news-container .news .content-container .header .title a {
  color: inherit;
}
#news-container .news .content-container .header .title .date {
  font-family: 'Droid Sans', sans-serif;
  margin-top: 5px;
  color: #4F4F4F;
  font-size: 13px;
  vertical-align: middle;
}
#news-container .news .content-container .header .icon {
  vertical-align: top;
  width: 50px;
}
#news-container .news .wp-content {
  margin-top: 10px;
}
#news-container .news img {
  max-width: 100%;
  height: auto;
  display: block;
}
#news-container .news img.wp-post-icon {
  height: 45px;
  width: 45px;
}


#whatsnew-browser h2 {
  margin-top: 0px;
}
#whatsnew-browser .changes-container {
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 20px;
}
#whatsnew-browser .changes-container a {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
#whatsnew-browser .changes-container a.active {
  color: #333;
}
#whatsnew-browser .changes-container a span {
  font-family: 'Droid Sans', sans-serif;
  display: block;
  color: #525252;
  font-size: 13px;
}

#review-container .gutter {
  width: 3.99%;
}
#review-nav {
  padding-top: 20px;
  margin-bottom: 20px;
}

.hot-review {
  margin-top: 5px;
  text-align: center;
}
.hot-review .fade {
  opacity: 1 !important;
}
.hot-review .content {
  font-family: Oswald, sans-serif;
  font-weight: 200;
  font-size: 22px;
}
.hot-review .author {
  color: #595959;
}
.hot-review .quote {
  vertical-align: top;
}

.review {
  width: 48%;
  margin-bottom: 40px;
}
.review .fade {
  opacity: 1 !important;
}
.review .title {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.review .author {
  color: #595959;
  font-style: italic;
}
.review .rating {
  float: left;
  font-size: 22px;
  line-height: 24px;
  color: orange;
  white-space: nowrap;
}
.review .rating span:last-child {
  margin-right: 10px;
}
.review .date {
  float: left;
  line-height: 24px;
  color: #595959;
  font-size: 13px;
}
.review .fa.platform-icon,
.review .fa.device-icon {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: top;
  margin-top: 2px;
}
.review .fa.fa-mobile.device-icon {
  font-size: 20px;
}
.section #content .review .fa.platform-icon,
.section-sub #content .review .fa.platform-icon {
  display: none;
}
.product #content .review .fa.device-icon,
.product #content .review .product-name {
  display: none;
}
.review .content {
  clear: both;
}


.wp-content-container hr {
  margin-top: 20px;
  margin-bottom: 15px;
}
.wp-content {
  margin-top: 20px;
}
.wp-content br:nth-child(1) {
  display: none;
}
.wp-content img {
  max-width: 100%;
  height: auto;
}
.wp-content iframe {
  max-width: 100%;
}
.wp-content .more-link .fa {
  margin-left: 5px;
}
.wp-content .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.wp-content .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.wp-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .btn {
  margin-top: 10px;
}
.wp-tags a {
  color: #4F4F4F;
  font-size: 13px;
}
.wp-tags span {
  margin-right: 10px;
}
.wp-tags span::before {
  font-family: FontAwesome;
  content: '\f02b';
  margin-right: 3px;
  color: #4F4F4F;
  font-size: 13px;
}
.wp-categories {
  list-style: none;
  padding: 0px;
}
.wp-categories li {
  list-style: none;
  padding-left: 15px;
}
.wp-categories li a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 8px;
  color: #333;
}
.wp-archived-container ul {
  padding-left: 0px;
  margin-left: 0px;
}
.wp-archived-container li {
  list-style: none;
  padding-left: 15px;
  color: #777;
  font-size: 12px;
}
.wp-archived-container li a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 8px;
  color: #333;
}
.wp-archived-container li a {
  font-size: 14px;
}
.wp-container-right {
  float: right;
  margin-left: 20px;
}
.wp-container-left {
  float: left;
  margin-right: 20px;
}


#about-location-imgs img {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 30px -8px #666;
}


footer {
  border-top: 1px solid #ddd;
  padding: 20px;
  margin-top: 40px;
}
footer .copyright {
  margin-bottom: 0px;
}


@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-select.content-container .product-name small {
    font-size: 61%;
  }
  #product-bar .product-select.content-container .product-name small {
    font-size: 65%;
  }
}
@media (max-width: 991px) {
  #product-bar .product-select .product-name small .more {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-select h2.header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #top-bar .branding .logo .logo-icon {
    height: 40px;
    width: auto;
  }
  #top-bar .branding .logo .logo-text {
    height: 28px;
    width: auto;
  }

  #section-tabs {
    margin-top: 0px;
  }

  #product-bar .product-select {
    text-align: center;
  }
  #product-bar .product-select img {
    display: none;
  }
  #product-bar .product-select .product-name .fa {
    display: none;
  }

  #product-home .product-box .price-box {
    float: none;
    clear: both;
  }
  #product-home .product-box .price-box .price {
    margin-right: 0px;
    margin-top: 20px;
  }

  #news-container .gutter,
  #review-container .gutter {
    width: 0%;
  }
  #news-container .news,
  #review-container .review {
    width: 100%;
  }
}
@media (max-width: 625px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
  .col-xxs-6 {
    position: relative;
    min-height: 1px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 535px) {
  #product-bar .product-select .product-name .name {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-width: 435px) {
  #product-bar .product-select .product-name small {
    display: none;
  }
  #product-bar .product-select .product-name .name {
    width: 40px;
  }
}
