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


h1,
h2.makeh1 {
  font-family: Oswald, "Droid Sans", Helvetica, 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, "Droid Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
}

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

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


hr {
  border-color: #ddd;
}


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

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


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

.make-relative {
  position: relative;  
}

.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-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);
}


.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: #337ab7;
  border-color: #337ab7;
  background-color: transparent;
}
.btn-default.btn-more:hover {
  border-color: #204d74;
  color: #204d74;
}
.btn-link:focus {
  outline: none;
}


#top-bar {
  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, "Droid Sans", Helvetica, 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;
  height: 50px;
}
#top-bar .branding .logo .logo-text {
  height: 35px;
  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;
}
.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;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.75px;
  padding: 10px 0px;
}
.section-tab.active a {
  color: #fff;
}


#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;
  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: #777;
}
.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 .product-details .solution-box .screenshot {
  margin: 20px 0px 0px 0px; 
}
.product-select .product-details .solution-box .screenshot.shadow {
  box-shadow: 0px 0px 30px -8px #666;
}
.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 .btn-block {
  white-space: normal;
  margin-top: 4px;
}
.product-select .product-details .action-box .btn-block .fa {
  margin-top: 4px;
}

.product-select .product-details .pricing-box {
  margin: 0px; 
  padding-top: 20px;
}
.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; 
  font-family: Oswald; 
  font-size: 28px; 
  line-height: 34px;
}
.product-select .product-details .pricing-box .price-box a {
  color: inherit;
}
.product-select .product-details .pricing-box .price-box a:hover {
  color: #0080a5;
}
.product-select .product-details .pricing-box .price-box .price span {
  font-size: 16px;
}
.product-select .product-details .pricing-box .price-box .per {
  font-family: 'Droid Sans'; 
  font-size: 12px !important; 
  line-height: 14px; 
  color: #777;
}
.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;
  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-box {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: .1s ease-in-out;
}
#shelves .shelf-box:hover {
  transform: scale(1.05);
  transition: .1s ease-in-out;
}
#shelves .media {
  background-size: auto 200px;
  height: 200px; 
  margin: 0px 20px; 
  z-index: 2; 
}
#shelves .media.comic {
  background-position: right top;
}
#shelves .media.music {
  background-position: center top;
}
#shelves .media a {
  display: block;
  height: inherit;
}
#shelves .media .btn {
  background-color: rgba(255,255,255,.8);
  position: absolute; 
  left: 50%; 
  top: 50%; 
  margin: -5px 0px 0px -100; 
  border: 1px solid #333; 
  font-weight: normal;
  font-family: Oswald;
  font-size: 18px;
  width: 200px;
}
#shelves .media:hover .btn {
  background-color: #fff;
}
#shelves .media .btn .fa {
  margin-left: 5px; 
  margin-top: 4px;
}
#shelves .shelf {
  height: 20px;
  z-index: 99;
  position: relative;
  background: #006684;
  border-radius: 2px;
  background-position: -300;
  margin-top: -1px;
  box-shadow: 0px 8px 20px -4px #666;
}


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

#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;
}
#section-container .product-select:hover {
  transform: scale(1.03);
  transition: .1s ease-in-out;
  box-shadow: 0px 0px 30px -8px #999;
}
#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; 
  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-clz-cloud-container h3 {
  margin-top: 0px;
}

#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; 
  font-size: 28px; 
  line-height: 34px; 
  margin-right: 15px;
}
#product-home .product-box .price-box .price span {
  font-size: 16px;
}
#product-home .product-box .price-box .price .per {
  font-size: 12px; line-height: 14px; color: #777; font-weight: 200; font-family: 'Droid Sans'; text-align: center;
}
#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 #freetrial {
  padding-top: 20px; 
  margin-bottom: 30px;
}
#product-home #freetrial h2 {
  margin-top: 10px; 
  margin-bottom: 20px;
  text-align: center;
}
#product-home #freetrial p.intro {
  text-align: center; 
  margin-bottom: 20px;
}
#product-home #freetrial .version {
  margin-top: 10px;
  color: #777;
}


@media (min-width: 1200px) {
  #shelves .media.movie {
    background-position: -85px 0;
  }
  #shelves .media.game {
    background-position: -23px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shelves .media.movie {
    background-position: -2px 0;
  }
  #shelves .media.game {
    background-position: -92px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shelves .media.movie {
    background-position: -5px 0;
  }
  #shelves .media.game {
    background-position: -159px 0;
  }
}
@media (max-width: 767px) {
  #shelves .media.movie {
    background-position: center top;
    background-repeat: no-repeat;
  }
  #shelves .media.game {
    background-position: center top;
  }
}


#section-slider-container {
  position: relative;
  background-color: #333;
}
#section-slider-container #section-slides {
  margin: 0 auto;
  box-shadow: 0px 0px 30px -8px #333;
  max-height: 400px;
}
#section-slider-container li p.caption {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  margin: 0px;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
}
#section-slider-container.movie .rslides_tabs {
  border-top: 0px solid rgba(92,184,92,1);
}
#section-slider-container.book .rslides_tabs {
  border-top: 0px solid rgba(144,62,134,1);
}
#section-slider-container.music .rslides_tabs {
  border-top: 0px solid rgba(228,150,50,1);
}
#section-slider-container.comic .rslides_tabs {
  border-top: 0px solid rgba(91,192,222,1);
}
#section-slider-container.game .rslides_tabs {
  border-top: 0px solid rgba(224,51,73,1);
}
#section-slider-container ul.rslides_tabs {
  padding: 15px 0px;
  margin: 0px;
  text-align: center;
  background-color: #f3f3f3;
}
#section-slider-container ul.rslides_tabs li {
  display: inline;
}
#section-slider-container ul.rslides_tabs li a {
  display: inline-block;
  background-color: #999;
  text-indent: -999999px;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
#section-slider-container ul.rslides_tabs li.rslides_here a {
  background-color: #333;
}
#section-slider-container .rslides_nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 3;
  text-align: center;
  font-size: 32px;
  padding: 0px;
  color: #333;
  line-height: 0px;
  background-color: #fff;
  line-height: 22px;
  border-radius: 60px;
  box-shadow: 0px 0px 30px -8px #666;
}
#section-slider-container .rslides_nav.prev {
  left: 10px;
}
#section-slider-container .rslides_nav.prev::before {
  font-family: FontAwesome;
  content: '\f0a8';
}
#section-slider-container .rslides_nav.next {
  right: 10px;
}
#section-slider-container .rslides_nav.next::before {
  font-family: FontAwesome;
  content: '\f0a9';
}


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

#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;
}


#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 table.header {
  width: 100%;
}
#blog-container .blog-post table.header .icon {
  vertical-align: top; 
  width: 50px;
}
#blog-container .blog-post img.wp-post-icon {
  height: 45px;
  width: 45px;
}


#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: #777;
  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;
}
.table-compare thead td {
  font-family: Oswald;
  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 tbody td {
  min-width: 80px;
  vertical-align: middle !important;
  font-size: 13px;
}
.table-compare tbody th {
  font-family: Oswald;
  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;
}


#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 table.header {
  width: 100%;
}
#news-container .news .content-container table.header .title {
  padding-right: 10px;
}
#news-container .news .content-container table.header .title h3 {
  margin-top: 0px;
}
#news-container .news .content-container table.header .title a {
  color: inherit;
}
#news-container .news .content-container table.header .title .date {
  font-family: 'Droid Sans'; 
  margin-top: 5px; 
  color: #777; 
  font-size: 13px; 
  vertical-align: middle;
}
#news-container .news .content-container table.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; 
  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'; 
  display: block; 
  color: #777; 
  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 .content {
  font-family: Oswald; 
  font-weight: 200; 
  font-size: 22px;
}
.hot-review .author {
  color: #999;
}
.hot-review .quote {
  vertical-align: top;
}

.review {
  width: 48%;
  margin-bottom: 40px;
}
.review .fade {
  opacity: 1 !important;
}
.review .title {
  font-family: Oswald,"Droid Sans",Helvetica,sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.review .author {
  color: #999;
  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: #999;
  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: #777;
  font-size: 13px;
}
.wp-tags span {
  margin-right: 10px;
}
.wp-tags span::before {
  font-family: FontAwesome;
  content: '\f02b';
  margin-right: 3px;
  color: #777;
  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;
}


.tracking-container {
  display: none;
}


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


@media (min-width: 1200px) {
}
@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) {
}
@media (max-width: 767px) {
  #top-bar .branding .logo .logo-icon {
    height: 40px;
  }
  #top-bar .branding .logo .logo-text {
    height: 28px;
  }
  
  #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;
  }
  
  #section-slider-container li img {
    padding-bottom: 40px;
  }
  #section-slider-container li p.caption {
    padding: 10px;
    font-size: 17px;
    background-color: transparent;
  }
  
  #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;
  }
}
