@charset "UTF-8";
#appstore .masonry-item a > ul li,
#appstore .masonry-item a > ul dd {
  font-size: 15px;
  line-height: 18px;
  margin-top: 7px;
  padding-left: 16px;
  position: relative;
}
#appstore .masonry-item a > ul li:before,
#appstore .masonry-item a > ul dd:before {
  content: "";
  font-family: "Icons";
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 3px;
  line-height: 21px;
  position: absolute;
  speak: none;
  text-transform: none;
  top: auto;
}
#appstore .masonry-item a > ul li:first-child,
#appstore .masonry-item a > ul dt:first-child + dd {
  margin-top: 0;
}

#appstore {
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (min-width: 47.9375em) {
  #appstore {
    margin-top: 20px;
  }
}

#appstore input[type="checkbox"] {
  display: none;
}

#appstore .clickable {
  cursor: pointer;
}

.app-promo {
  background-color: #f4f4f4;
  margin-bottom: 18px;
}
@media (min-width: 47.9375em) {
  .app-promo {
    float: left;
    margin-left: 0.92593%;
    min-height: 273px;
    width: 58.33333%;
    overflow: hidden;
  }
}
@media (min-width: 61.875em) {
  .app-promo {
    overflow: visible;
    min-height: 333px;
  }
}
@media (min-width: 67.5em) {
  .app-promo {
    min-height: 342px;
  }
}
@media (min-width: 47.9375em) {
  .app-promo .feature-slider .slides {
    background-image: url('/appstore/_img/promo-bg1.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 61.875em) {
  .app-promo .feature-slider .slides {
    background-position: 18% 50%;
    background-size: auto;
  }
}
.app-promo .feature-slider .slides > div {
  display: none;
}
.app-promo .feature-slider .slides > div:first-child {
  display: block;
}
@media (min-width: 47.9375em) {
  .app-promo .feature-slider .slides > div {
    padding-top: 93px;
    padding-bottom: 30px;
  }
}
@media (min-width: 61.875em) {
  .app-promo .feature-slider .slides > div {
    padding-bottom: 32px;
    padding-top: 100px;
  }
}


@media (min-width: 67.5em) {
  .app-promo .feature-slider .slides > div {
    padding-top: 130px;
  }
}
.app-promo .feature-slider .slides > div > div {
  /*-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: rgba(240, 240, 240, 0.8);
  padding: 20px;
}
@media (min-width: 47.9375em) {
  .app-promo .feature-slider .slides > div > div {
    max-width: 300px;
    min-height: 150px;
  }
}
@media (min-width: 61.875em) {
  .app-promo .feature-slider .slides > div > div {
    max-width: 407px;
    min-height: 200px;
  }
}
.app-promo .feature-slider .slides > div a:hover {
  text-decoration: none;
}
.app-promo .feature-slider .slides p {
  color: #464646;
  /*font: 600 19px/1 "open-sans", "Helvetica Neue", "Helvetica", "sans-serif";*/
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 47.9375em) {
  .app-promo .feature-slider .slides p {
    font-size: 31px;
    letter-spacing: -1px;
  }
}
@media (min-width: 61.875em) {
  .app-promo .feature-slider .slides p {
    font-size: 44px;
    letter-spacing: -2px;
  }
}
.app-promo .feature-slider .slides p span {
  color: #11a5e5;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (min-width: 47.9375em) {
  .app-promo .feature-slider .slides p span {
    font-size: 21px;
    font-style: italic;
  }
}
@media (min-width: 61.875em) {
  .app-promo .feature-slider .slides p span {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

.business-types li div, .business-types p {
  -moz-box-shadow: 1px 1px 0 #ccc;
  -webkit-box-shadow: 1px 1px 0 #ccc;
  box-shadow: 1px 1px 0 #ccc;
  background: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 5px 10px 5px 15px;
}
@media (min-width: 47.9375em) {
  .business-types li div, .business-types p {
    font-size: 18px;
  }
}
@media (min-width: 61.875em) {
  .business-types li div, .business-types p {
    font-size: 24px;
    padding: 5px 20px;
  }
}

.business-types li .active, .business-types p.active {
  -moz-box-shadow: 1px 1px 0 #70a330 inset;
  -webkit-box-shadow: 1px 1px 0 #70a330 inset;
  box-shadow: 1px 1px 0 #70a330 inset;
  background: #8ec549;
  color: white;
}

.business-types {
  background-color: #ededed;
  margin: 0 1.66667%;
  padding: 20px;
}
@media (min-width: 47.9375em) {
  .business-types {
    float: right;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    width: 37.96296%;
  }
}
@media (min-width: 61.875em) {
  .business-types {
    padding: 30px 40px;
  }
}
.business-types h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (min-width: 47.9375em) {
  .business-types h1 {
    font-size: 21px;
    letter-spacing: -1px;
  }
}
@media (min-width: 67.5em) {
  .business-types h1 {
    font-size: 29px;
    letter-spacing: -2px;
    text-align: center;
  }
}
@media (min-width: 67.5em) {
  .business-types ul,
  .business-types p {
    margin-left: auto;
    margin-right: auto;
    width: 86%;
  }
}
.business-types li {
  margin-top: 10px;
}
.business-types li div {
  padding-left: 48px;
  position: relative;
}
@media (min-width: 61.875em) {
  .business-types li div {
    padding-left: 55px;
  }
}
@media (min-width: 67.5em) {
  .business-types li div {
    padding-left: 62px;
  }
}
.business-types li div:before {
  color: #0078aa;
  font-family: "Icons";
  position: absolute;
  top: auto;
}
@media (min-width: 47.9375em) {
  .business-types li div:before {
    font-size: 14px;
    top: 10px;
  }
}
@media (min-width: 61.875em) {
  .business-types li div:before {
    font-size: 18px;
  }
}
.business-types li .active:before {
  color: #3c5a0e;
}
.business-types li:first-child {
  margin-top: 0;
}
.business-types .home div:before {
  content: "";
  left: 19px;
}
.business-types .business div:before {
  content: "";
  left: 15px;
}
.business-types .company div:before {
  content: "";
  left: 12px;
}
.business-types p {
  margin-bottom: 0;
  margin-top: 10px;
}

.filters {
  background-color: #f4f4f4;
  letter-spacing: -0.05em;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 61.875em) {
  .filters {
    margin-top: 20px;
  }
}
.filters h2 {
  background-color: #464646;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 14px 10px 14px 20px;
}
.filters div {
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 20px;
}
.filters p {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
}
.filters p.active {
  background: #009ee0;
  color: #fff;
}
.filters .parent-filter > div {
  color: #006e9c;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 12px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.filters .parent-filter > .active {
  background: #009ee0;
  color: #fff;
}
.filters .child-filter li div {
  color: #009ee0;
  cursor: pointer;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
.filters .child-filter li .active:before {
  color: inherit;
  content: "";
  font-family: "Icons";
  font-size: 9px;
  left: 18px;
  position: absolute;
  /*top: 5px;*/
}

@media (min-width: 47.9375em) {
  .filters .bt-ctrls {
    display: none;
  }
}
.filters .bt-ctrls .parent-filter > div {
  margin-top: 0;
}
.filters.sticky {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}

@media (min-width: 47.9375em) {
  .filters.sticky .bt-ctrls {
    display: block;
  }
}

#grid-sizer {
  width: 100%;
}
@media (min-width: 30em) {
  #grid-sizer {
    width: 50%;
  }
}
@media (min-width: 47.9375em) {
  #grid-sizer {
    width: 33.333%;
  }
}

#appstore .masonry-container {
  margin-bottom: 20px;
}
@media (min-width: 47.9375em) {
  #appstore .masonry-container {
    margin-bottom: 40px;
  }
}
#appstore .masonry-container h3 {
  color: #ccc;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 47.9375em) {
  #appstore .masonry-container h3 {
    display: inline-block;
    margin-left: 0.92593%;
    margin-right: 0.92593%;
    text-align: left;
  }
}
#appstore .masonry-container .view-all {
  color: #009ee0;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 47.9375em) {
  #appstore .masonry-container .view-all {
    display: inline-block;
    text-align: left;
  }
}
#appstore .masonry-container > div {
  *zoom: 1;
  margin-top: 20px;
}
#appstore .masonry-container > div:before, #appstore .masonry-container > div:after {
  content: " ";
  display: table;
}
#appstore .masonry-container > div:after {
  clear: both;
}

#appstore .masonry-item {
  height: 175px;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 30em) {
  #appstore .masonry-item {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 47.9375em) {
  #appstore .masonry-item {
    height: 200px;
    width: 33.333%;
  }
}
@media (min-width: 61.875em) {
  #appstore .masonry-item {
    height: 175px;
  }
}
#appstore .masonry-item .front,
#appstore .masonry-item .back {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 30em) {
  #appstore .masonry-item .front,
  #appstore .masonry-item .back {
    left: 10px;
    right: 10px;
  }
}
#appstore .masonry-item .front .desc,
#appstore .masonry-item .front > a,
#appstore .masonry-item .back .desc,
#appstore .masonry-item .back > a {
  bottom: 0;
  left: 0;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
#appstore .masonry-item .front {
  z-index: 1;
}
#appstore .masonry-item .back {
  display: none;
  z-index: 2;
}
#appstore .masonry-item:hover {
  z-index: 100;
}
#appstore .masonry-item:hover .front,
#appstore .masonry-item:hover .back {
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
#appstore .masonry-item:hover .front h4,
#appstore .masonry-item:hover .back h4 {
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: white;
}
#appstore .masonry-item:hover .back {
  display: block;
}
.csstransforms3d #appstore .masonry-item {
  -moz-perspective: 600px;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.csstransforms3d #appstore .masonry-item .front,
.csstransforms3d #appstore .masonry-item .back {
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.csstransforms3d #appstore .masonry-item .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.csstransforms3d #appstore .masonry-item .back {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: block;
}
.csstransforms3d #appstore .masonry-item:hover .front {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.csstransforms3d #appstore .masonry-item:hover .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#appstore .masonry-item .actions {
  bottom: 0;
  position: absolute;
  height: 52px;
  padding: 10px 20px;
  width: 100%;
  z-index: 3;
}
#appstore .masonry-item .actions > a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  padding: 0 10px 3px;
}
#appstore .masonry-item .actions > a:hover {
  border: 2px solid #fff;
  color: #999;
  background-color: #fff;
}


#appstore .masonry-item .actions .try {
  float: right;
  padding-bottom: 0;
}
#appstore .masonry-item a {
  position: relative;
  z-index: 1;
}
#appstore .masonry-item a:hover {
  text-decoration: none;
}
#appstore .masonry-item h4 {
  font-size: 20px;
  /*font-weight: 600;*/
  letter-spacing: -1px;
  margin-bottom: 3px;
}
#appstore .masonry-item p {
  font-size: 16px;
  /*font-weight: 600;*/
  letter-spacing: -1px;
  line-height: 1.25;
  margin-bottom: 0;
}
#appstore .masonry-item a > ul {
  color: #fff;
}
#appstore .masonry-item a > ul li {
  font-size: 14px;
  /*font-weight: 600;*/
  margin-top: 0;
}
#appstore .masonry-item .more-info {
  background-color: darkgrey;
  position: relative;
  background-color: transparent;
  color: #fff;
  float: right;
  font-style: italic;
  font-size: 14px;
  letter-spacing: -0.05em;
  /*margin-top: -7px;*/
  padding-left: 5px;
}
#appstore .masonry-item .more-info:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  left: 100%;
  top: 50%;
}
#appstore .masonry-item .more-info:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: darkgrey;
  border-width: 3px;
  margin-top: -3px;
}
#appstore .masonry-item .more-info:after {
  border-left-color: inherit;
  left: 0;
}

/* common definitions for all the boxes */
#appstore .front:before,
#appstore .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 30px;
}


#appstore .masonry-item.dedicated h4 {
  color: #7e9da7;
}
#appstore .masonry-item.dedicated p {
  color: #3f4e53;
}
/*#appstore .masonry-item.dedicated .front:before,
#appstore .masonry-item.dedicated .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.dedicated .front:before,
#appstore .masonry-item.dedicated .back:before {
  content: "";
}
#appstore .masonry-item.dedicated .front {
  background-color: #cdd9dd;
}
#appstore .masonry-item.dedicated .front:before {
  color: #c1d0d5;
}
#appstore .masonry-item.dedicated .front .actions {
  background-color: #7e9da7;
}
#appstore .masonry-item.dedicated .back {
  background-color: #7e9da7;
}
#appstore .masonry-item.dedicated .back:before {
  color: #8aa6af;
}
#appstore .masonry-item.dedicated .back a > ul li:before {
  color: #3f4e53;
}
#appstore .masonry-item.dedicated .back .more-info {
  border-color: #3f4e53;
  color: #3f4e53;
}
#appstore .masonry-item.dedicated .back .actions {
  background-color: #a4bac1;
}
#appstore .masonry-item.dedicated .back .buy:hover {
  background: #fff;
  color: #7e9da7;
}
#appstore .masonry-item.dedicated .try {
  border-color: #5e757d;
  color: #5e757d;
}
#appstore .masonry-item.dedicated .try:hover {
  background: #5e757d;
  color: #cdd9dd;
}
#appstore .masonry-item.ecommerce h4 {
  color: #f9ae64;
}
#appstore .masonry-item.ecommerce p {
  color: #7c5732;
}
/*#appstore .masonry-item.ecommerce .front:before,
#appstore .masonry-item.ecommerce .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.ecommerce .front:before,
#appstore .masonry-item.ecommerce .back:before {
  content: "";
}
#appstore .masonry-item.ecommerce .front {
  background-color: #fdf1e4;
}
#appstore .masonry-item.ecommerce .front:before {
  color: #fce7d1;
}
#appstore .masonry-item.ecommerce .front .actions {
  background-color: #f9ae64;
}
#appstore .masonry-item.ecommerce .back {
  background-color: #f9ae64;
}
#appstore .masonry-item.ecommerce .back:before {
  color: #f9b673;
}
#appstore .masonry-item.ecommerce .back a > ul li:before {
  color: #7c5732;
}
#appstore .masonry-item.ecommerce .back .more-info {
  border-color: #7c5732;
  color: #7c5732;
}
#appstore .masonry-item.ecommerce .back .actions {
  background-color: #fac692;
}
#appstore .masonry-item.ecommerce .back .buy:hover {
  background: #fff;
  color: #f9ae64;
}
#appstore .masonry-item.ecommerce .try {
  border-color: #ba824b;
  color: #ba824b;
}
#appstore .masonry-item.ecommerce .try:hover {
  background: #ba824b;
  color: #fdf1e4;
}
#appstore .masonry-item.email h4 {
  color: #e8866a;
}
#appstore .masonry-item.email p {
  color: #744335;
}
/*#appstore .masonry-item.email .front:before,
#appstore .masonry-item.email .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.email .front:before,
#appstore .masonry-item.email .back:before {
  content: "";
}
#appstore .masonry-item.email .front {
  background-color: #fbebe6;
}
#appstore .masonry-item.email .front:before {
  color: #f8ddd4;
}
#appstore .masonry-item.email .front .actions {
  background-color: #e8866a;
}
#appstore .masonry-item.email .back {
  background-color: #e8866a;
}
#appstore .masonry-item.email .back:before {
  color: #ea9278;
}
#appstore .masonry-item.email .back a > ul li:before {
  color: #744335;
}
#appstore .masonry-item.email .back .more-info {
  border-color: #744335;
  color: #744335;
}
#appstore .masonry-item.email .back .actions {
  background-color: #eeaa96;
}
#appstore .masonry-item.email .back .buy:hover {
  background: #fff;
  color: #e8866a;
}
#appstore .masonry-item.email .try {
  border-color: #ae644f;
  color: #ae644f;
}
#appstore .masonry-item.email .try:hover {
  background: #ae644f;
  color: #fbebe6;
}
#appstore .masonry-item.web-hosting h4 {
  color: #a864a8;
}
#appstore .masonry-item.web-hosting p {
  color: #543254;
}
/*#appstore .masonry-item.web-hosting .front:before,
#appstore .masonry-item.web-hosting .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.web-hosting .front:before,
#appstore .masonry-item.web-hosting .back:before {
  content: "";
}
#appstore .masonry-item.web-hosting .front {
  background-color: #e9dee8;
}
#appstore .masonry-item.web-hosting .front:before {
  color: #e1d2df;
}
#appstore .masonry-item.web-hosting .front .actions {
  background-color: #a864a8;
}
#appstore .masonry-item.web-hosting .back {
  background-color: #a864a8;
}
#appstore .masonry-item.web-hosting .back:before {
  color: #b073b0;
}
#appstore .masonry-item.web-hosting .back a > ul li:before {
  color: #543254;
}
#appstore .masonry-item.web-hosting .back .more-info {
  border-color: #543254;
  color: #543254;
}
#appstore .masonry-item.web-hosting .back .actions {
  background-color: #c292c2;
}
#appstore .masonry-item.web-hosting .back .buy:hover {
  background: #fff;
  color: #a864a8;
}
#appstore .masonry-item.web-hosting .try {
  border-color: #7e4b7e;
  color: #7e4b7e;
}
#appstore .masonry-item.web-hosting .try:hover {
  background: #7e4b7e;
  color: #e9dee8;
}
#appstore .masonry-item.cloudsite h4 {
  color: #8fa0b7;
}
#appstore .masonry-item.cloudsite p {
  color: #47505b;
}
/*#appstore .masonry-item.cloudsite .front:before,
#appstore .masonry-item.cloudsite .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.cloudsite .front:before,
#appstore .masonry-item.cloudsite .back:before {
  content: "";
}
#appstore .masonry-item.cloudsite .front {
  background-color: #f2f5f9;
}
#appstore .masonry-item.cloudsite .front:before {
  color: #e4eaf3;
}
#appstore .masonry-item.cloudsite .front .actions {
  background-color: #8fa0b7;
}
#appstore .masonry-item.cloudsite .back {
  background-color: #8fa0b7;
}
#appstore .masonry-item.cloudsite .back:before {
  color: #9aa9be;
}
#appstore .masonry-item.cloudsite .back a > ul li:before {
  color: #47505b;
}
#appstore .masonry-item.cloudsite .back .more-info {
  border-color: #47505b;
  color: #47505b;
}
#appstore .masonry-item.cloudsite .back .actions {
  background-color: #b0bccc;
}
#appstore .masonry-item.cloudsite .back .buy:hover {
  background: #fff;
  color: #8fa0b7;
}
#appstore .masonry-item.cloudsite .try {
  border-color: #6b7889;
  color: #6b7889;
}
#appstore .masonry-item.cloudsite .try:hover {
  background: #6b7889;
  color: #f2f5f9;
}
#appstore .masonry-item.kickstart h4 {
  color: #0077a1;
}
#appstore .masonry-item.kickstart p {
  color: #003b50;
}
/*#appstore .masonry-item.kickstart .front:before,
#appstore .masonry-item.kickstart .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.kickstart .front:before,
#appstore .masonry-item.kickstart .back:before {
  content: "";
}
#appstore .masonry-item.kickstart .front {
  background-color: #d9e6eb;
}
#appstore .masonry-item.kickstart .front:before {
  color: #ccdde4;
}
#appstore .masonry-item.kickstart .front .actions {
  background-color: #0077a1;
}
#appstore .masonry-item.kickstart .back {
  background-color: #0077a1;
}
#appstore .masonry-item.kickstart .back:before {
  color: #1984aa;
}
#appstore .masonry-item.kickstart .back a > ul li:before {
  color: #003b50;
}
#appstore .masonry-item.kickstart .back .more-info {
  border-color: #003b50;
  color: #003b50;
}
#appstore .masonry-item.kickstart .back .actions {
  background-color: #4c9fbd;
}
#appstore .masonry-item.kickstart .back .buy:hover {
  background: #fff;
  color: #0077a1;
}
#appstore .masonry-item.kickstart .try {
  border-color: #005978;
  color: #005978;
}
#appstore .masonry-item.kickstart .try:hover {
  background: #005978;
  color: #d9e6eb;
}
#appstore .masonry-item.sitelock h4 {
  color: #ae0007;
}
#appstore .masonry-item.sitelock p {
  color: #570003;
}
/*#appstore .masonry-item.sitelock .front:before,
#appstore .masonry-item.sitelock .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.sitelock .front:before,
#appstore .masonry-item.sitelock .back:before {
  content: "";
}
#appstore .masonry-item.sitelock .front {
  background-color: #f1d3d4;
}
#appstore .masonry-item.sitelock .front:before {
  color: #ecc4c5;
}
#appstore .masonry-item.sitelock .front .actions {
  background-color: #ae0007;
}
#appstore .masonry-item.sitelock .back {
  background-color: #ae0007;
}
#appstore .masonry-item.sitelock .back:before {
  color: #b6191f;
}
#appstore .masonry-item.sitelock .back a > ul li:before {
  color: #570003;
}
#appstore .masonry-item.sitelock .back .more-info {
  border-color: #570003;
  color: #570003;
}
#appstore .masonry-item.sitelock .back .actions {
  background-color: #c64c51;
}
#appstore .masonry-item.sitelock .back .buy:hover {
  background: #fff;
  color: #ae0007;
}
#appstore .masonry-item.sitelock .try {
  border-color: #820005;
  color: #820005;
}
#appstore .masonry-item.sitelock .try:hover {
  background: #820005;
  color: #f1d3d4;
}




#appstore .masonry-item.brand h4 {
  color: #ae0007;
}
#appstore .masonry-item.brand p {
  color: #570003;
}
/*#appstore .masonry-item.sitelock .front:before,
#appstore .masonry-item.sitelock .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.brand .front:before,
#appstore .masonry-item.brand .back:before {
  content: "\00ae";
  font-family: arial;
  font-size: 80px;
}
#appstore .masonry-item.brand .front {
  background-color: #efc9bb;
}
#appstore .masonry-item.brand .front:before {
  color: #E5C1B0;
}
#appstore .masonry-item.brand .front .actions {
  background-color: #CD7C7C;
}
#appstore .masonry-item.brand .back {
  background-color: #C1504B;
}
#appstore .masonry-item.brand .back:before {
  color: #CA5B50;
}
#appstore .masonry-item.brand .back a > ul li:before {
  color: #570003;
}
#appstore .masonry-item.brand .back .more-info {
  border-color: #570003;
  color: #570003;
}
#appstore .masonry-item.brand .back .actions {
  background-color: #CD7C7C;
}
#appstore .masonry-item.brand .back .buy:hover {
  background: #fff;
  color: #ae0007;
}
#appstore .masonry-item.brand .try {
  border-color: #820005;
  color: #820005;
}
#appstore .masonry-item.brand .try:hover {
  background: #820005;
  color: #f1d3d4;
}












#appstore .masonry-item.sitecreator h4 {
  color: #ef6e7e;
}
#appstore .masonry-item.sitecreator p {
  color: #77373f;
}
/*#appstore .masonry-item.sitecreator .front:before,
#appstore .masonry-item.sitecreator .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.sitecreator .front:before,
#appstore .masonry-item.sitecreator .back:before {
  content: "";
}
#appstore .masonry-item.sitecreator .front {
  background-color: #fce6e9;
}
#appstore .masonry-item.sitecreator .front:before {
  color: #fad4d9;
}
#appstore .masonry-item.sitecreator .front .actions {
  background-color: #ef6e7e;
}
#appstore .masonry-item.sitecreator .back {
  background-color: #ef6e7e;
}
#appstore .masonry-item.sitecreator .back:before {
  color: #f07c8a;
}
#appstore .masonry-item.sitecreator .back a > ul li:before {
  color: #77373f;
}
#appstore .masonry-item.sitecreator .back .more-info {
  border-color: #77373f;
  color: #77373f;
}
#appstore .masonry-item.sitecreator .back .actions {
  background-color: #f399a4;
}
#appstore .masonry-item.sitecreator .try {
  border-color: #b3525e;
  color: #b3525e;
}
#appstore .masonry-item.sitemaker .try:hover {
  background: #b3525e;
  color: #fce6e9;
}
#appstore .masonry-item.office365 h4 {
  color: #e03d02;
}
#appstore .masonry-item.office365 p {
  color: #701e01;
}
/*#appstore .masonry-item.office365 .front:before,
#appstore .masonry-item.office365 .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.office365 .front:before,
#appstore .masonry-item.office365 .back:before {
  content: "";
}
#appstore .masonry-item.office365 .front {
  background-color: #f3d6cc;
}
#appstore .masonry-item.office365 .front:before {
  color: #efc9bb;
}
#appstore .masonry-item.office365 .front .actions {
  background-color: #e03d02;
}
#appstore .masonry-item.office365 .back {
  background-color: #e03d02;
}
#appstore .masonry-item.office365 .back:before {
  color: #e3501b;
}
#appstore .masonry-item.office365 .back a > ul li:before {
  color: #701e01;
}
#appstore .masonry-item.office365 .back .more-info {
  border-color: #701e01;
  color: #701e01;
}
#appstore .masonry-item.office365 .back .actions {
  background-color: #e9774d;
}
#appstore .masonry-item.office365 .back .buy:hover {
  background: #fff;
  color: #e03d02;
}
#appstore .masonry-item.office365 .try {
  border-color: #a82d01;
  color: #a82d01;
}
#appstore .masonry-item.office365 .try:hover {
  background: #a82d01;
  color: #f3d6cc;
}
#appstore .masonry-item.ssl h4 {
  color: #8ec549;
}
#appstore .masonry-item.ssl p {
  color: #476224;
}
/*#appstore .masonry-item.ssl .front:before,
#appstore .masonry-item.ssl .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.ssl .front:before,
#appstore .masonry-item.ssl .back:before {
  content: "";
}
#appstore .masonry-item.ssl .front {
  background-color: #ebf5e0;
}
#appstore .masonry-item.ssl .front:before {
  color: #e1f0d1;
}
#appstore .masonry-item.ssl .front .actions {
  background-color: #8ec549;
}
#appstore .masonry-item.ssl .back {
  background-color: #8ec549;
}
#appstore .masonry-item.ssl .back:before {
  color: #99ca5b;
}
#appstore .masonry-item.ssl .back a > ul li:before {
  color: #476224;
}
#appstore .masonry-item.ssl .back .more-info {
  border-color: #476224;
  color: #476224;
}
#appstore .masonry-item.ssl .back .actions {
  background-color: #afd67f;
}
#appstore .masonry-item.ssl .back .buy:hover {
  background: #fff;
  color: #8ec549;
}
#appstore .masonry-item.ssl .try {
  border-color: #638933;
  color: #638933;
}
#appstore .masonry-item.ssl .try:hover {
  background: #638933;
  color: #ebf5e0;
}
#appstore .masonry-item.seo h4 {
  color: #00a89c;
}
#appstore .masonry-item.seo p {
  color: #00544e;
}
/*#appstore .masonry-item.seo .front:before,
#appstore .masonry-item.seo .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.seo .front {
  background-color: #d3f0ee;
}
#appstore .masonry-item.seo .front:before {
  color: #c4ebe8;
}
#appstore .masonry-item.seo .front .actions {
  background-color: #00a89c;
}
#appstore .masonry-item.seo .back {
  background-color: #00a89c;
}
#appstore .masonry-item.seo .back:before {
  color: #19b0a5;
}
#appstore .masonry-item.seo .back a > ul li:before {
  color: #00544e;
}
#appstore .masonry-item.seo .back .more-info {
  border-color: #00544e;
  color: #00544e;
}
#appstore .masonry-item.seo .back .actions {
  background-color: #4cc2b9;
}
#appstore .masonry-item.seo .back .buy:hover {
  background: #fff;
  color: #00a89c;
}
#appstore .masonry-item.seo .try {
  border-color: #007e75;
  color: #007e75;
}
#appstore .masonry-item.seo .try:hover {
  background: #007e75;
  color: #d3f0ee;
}
#appstore .masonry-item.ppc h4 {
  color: #00a89c;
}
#appstore .masonry-item.ppc p {
  color: #00544e;
}
/*#appstore .masonry-item.ppc .front:before,
#appstore .masonry-item.ppc .back:before {
  font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;
}*/
#appstore .masonry-item.ppc .front {
  background-color: #d3f0ee;
}
#appstore .masonry-item.ppc .front:before {
  color: #c4ebe8;
}
#appstore .masonry-item.ppc .front .actions {
  background-color: #00a89c;
}
#appstore .masonry-item.ppc .back {
  background-color: #00a89c;
}
#appstore .masonry-item.ppc .back:before {
  color: #19b0a5;
}
#appstore .masonry-item.ppc .back a > ul li:before {
  color: #00544e;
}
#appstore .masonry-item.ppc .back .more-info {
  border-color: #00544e;
  color: #00544e;
}
#appstore .masonry-item.ppc .back .actions {
  background-color: #4cc2b9;
}
#appstore .masonry-item.ppc .back .buy:hover {
  background: #fff;
  color: #00a89c;
}
#appstore .masonry-item.ppc .try {
  border-color: #007e75;
  color: #007e75;
}
#appstore .masonry-item.ppc .try:hover {
  background: #007e75;
  color: #d3f0ee;
}
#appstore .masonry-item.seo .front:before,
#appstore .masonry-item.seo .back:before, #appstore .masonry-item.ppc .front:before,
#appstore .masonry-item.ppc .back:before {
  content: "";
 /* font-family: "Icons";
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 14px;
  speak: none;
  text-transform: none;
  top: 0;*/
}
#appstore .masonry-item.seo .front:before, #appstore .masonry-item.ppc .front:before {
  color: #c4ebe8;
}
#appstore .masonry-item.seo .back:before, #appstore .masonry-item.ppc .back:before {
  color: #19b0a5;
}

.selectboxit-container {
  cursor: pointer;
  display: block;
  position: relative;
}
.selectboxit-container * {
  font-size: 12px;
  font-family: "open-sans", "Helvetica Neue", "Helvetica", "sans-serif";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .save {
  color: #e03d02 !important;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: auto;
}
.selectboxit-container .save .discount {
  color: #666 !important;
}
.selectboxit-container .selectboxit-btn {
  position: relative;
  display: block;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container {
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-arrow {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.selectboxit-container .selectboxit-option-icon-container {
  display: none !important;
}
.selectboxit-container .selectboxit-options {
  display: none;
  position: absolute;
  z-index: 200;
}
.selectboxit-container .selectboxit-options .selectboxit-option-anchor {
  display: block;
}
.selectboxit-container .selectboxit-options .selectboxit-option-anchor:hover {
  text-decoration: none;
}

#appstore .selectboxit-select {
  float: right;
  position: relative;
  width: 110px;
}
#appstore .selectboxit-container {
  height: 30px;
}
#appstore .selectboxit-container .selectboxit-btn {
  background: #FFF;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: auto !important;
}
#appstore .selectboxit-container .selectboxit-text {
  color: color-o365-darkest;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 20px;
}
#appstore .selectboxit-container .selectboxit-text .save {
  right: 28px;
}
#appstore .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
  background: url('/appstore/_img/select-arrow.png') no-repeat;
  height: 15px;
  top: 8px;
  width: 15px;
}
#appstore .selectboxit-container .selectboxit-options {
  background: #FFF;
  border-bottom: 1px solid #ccc;
  border-left: 1px dotted #EEECEC;
  border-right: 1px dotted #EEECEC;
  left: 0;
  padding: 0;
  width: 100%;
}
#appstore .selectboxit-container .selectboxit-options .selectboxit-option {
  border-top: 2px dotted #EEE;
  margin-bottom: 0;
}
#appstore .selectboxit-container .selectboxit-options .selectboxit-option .selectboxit-option-anchor {
  color: #701e01;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  padding: 0 15px 0 20px;
  font-style: normal;
}
#appstore .selectboxit-container .selectboxit-options .selectboxit-option-last,
#appstore .selectboxit-container .selectboxit-options .selectboxit-option-last a {
  border-bottom: none;
}
#appstore .selectboxit-container .selectboxit-options .selectboxit-focus a {
  background: #FAFAFA;
  color: #a82d01;
}
#appstore .selectboxit-container.top .selectboxit-options {
  border-bottom: 1px solid #fff;
}

/*# sourceMappingURL=appstore.css.map */
