.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  width: 100%;
  height: 100%;
}
a {
  outline: 0;
  color: #3a6a88;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.container404 {
  width: 100%;
  height: 100%;
}
.container404 .insides {
  text-align: center;
  width: 500px;
  height: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
}
.container404 .insides .title {
  color: #95ABBF;
  padding-top: 130px;
  font-size: 25px;
}
.container404 .insides .link {
  margin-top: 20px;
}
.container {
  width: 100%;
  text-align: center;
}
.container .header {
  display: inline-block;
  width: 1200px;
  margin: 40px auto;
  text-align: left;
}
.container .header .logo {
  cursor: pointer;
  float: left;
  background: url(../../images/logo.png);
  width: 216px;
  height: 74px;
  position: relative;
}
.container .header .logo .beta {
  position: absolute;
  left: 216px;
  top: 10px;
  color: #B5B5B5;
  font-size: 18px;
}
.container .header .logo .desc {
  position: absolute;
  top: 77px;
  color: #959595;
  font-size: 16px;
  font-weight: 300;
}
.container .header .supported {
  float: right;
}
.container .header .supported .item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-right: 30px;
  float: left;
  width: 70px;
}
.container .header .supported .item .os {
  width: 70px;
  height: 70px;
}
.container .header .supported .item .os.web {
  background: url(../../images/os_web.png);
}
.container .header .supported .item .os.chrome {
  background: url(../../images/os_chrome.png);
}
.container .header .supported .item .os.osx {
  background: url(../../images/os_osx.png?2);
}
.container .header .supported .item .os.ios {
  background: url(../../images/os_ios.png);
}
.container .header .supported .item .os.android {
  background: url(../../images/os_android.png);
}
.container .header .supported .item .name {
  line-height: 17px;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.container .header .supported .item.avail {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s linear;
}
.container .header .supported .item.avail .name {
  font-weight: 600;
}
.container .header .supported .item.avail:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
}
.container .header .supported .item.avail:active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .header .supported .item.unavailable .name {
  font-weight: 400;
  color: #c0c0c0;
}
.container .header .supported .item:last-child {
  margin-right: 0;
}
.container .features-main {
  width: 100%;
  text-align: center;
  background: #F7F9FB;
  padding: 30px 0;
  box-sizing: border-box;
}
.container .features-main h2 {
  color: #95ABBF;
  font-weight: 300;
  font-size: 54px;
  margin: 0;
  letter-spacing: -2px;
}
.container .features-main h3 {
  color: #838383;
  font-weight: 300;
  font-size: 25px;
  margin: 0;
}
.container .features-main h3 span {
  font-weight: 400;
}
.container .features-main .features-list {
  width: 1200px;
  margin: 40px auto 40px auto;
  text-align: center;
}
.container .features-main .features-list .items {
  display: inline-block;
  margin: 0 auto;
  width: 1000px;
}
.container .features-main .features-list .items .item {
  float: left;
  width: 210px;
  margin-right: 40px;
}
.container .features-main .features-list .items .item .circle {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 147px;
  -moz-border-radius: 147px;
  border-radius: 147px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: opacity 0.6s;
}
.container .features-main .features-list .items .item .circle:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .features-main .features-list .items .item .circle.design {
  background-color: #6CB1C5;
}
.container .features-main .features-list .items .item .circle.design img {
  position: relative;
  top: 35px;
}
.container .features-main .features-list .items .item .circle.organized {
  background-color: #90CD9C;
}
.container .features-main .features-list .items .item .circle.organized img {
  position: relative;
  top: 25px;
}
.container .features-main .features-list .items .item .circle.inside {
  background-color: #9E7394;
}
.container .features-main .features-list .items .item .circle.inside img {
  position: relative;
  top: 35px;
}
.container .features-main .features-list .items .item .circle.fast {
  background-color: #E6A672;
}
.container .features-main .features-list .items .item .circle.fast img {
  position: relative;
  top: 35px;
}
.container .features-main .features-list .items .item .title {
  margin-top: 15px;
  font-weight: 600;
}
.container .features-main .features-list .items .item .desc {
  color: #7b7b7b;
  font-size: 15px;
}
.container .features-main .features-list .item:last-child {
  margin-right: 0;
}
.container .features-extra {
  width: 890px;
  margin: 60px auto 30px auto;
  text-align: left;
  position: relative;
  left: 38px;
}
.container .features-extra .item {
  height: 90px;
  margin-bottom: 50px;
  display: inline-block;
  width: 360px;
  margin-right: 80px;
}
.container .features-extra .item .icon {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.container .features-extra .item .info {
  width: 280px;
  float: left;
}
.container .features-extra .item .info .title {
  font-weight: 600;
}
.container .features-extra .item .info .desc {
  color: #9e9e9e;
}
.container .features-extra .item.favourite .icon {
  background: url(../../images/extrafeatures_favourite.png) no-repeat 50% 50%;
}
.container .features-extra .item.hide .icon {
  background: url(../../images/extrafeatures_hide.png) no-repeat 50% 50%;
}
.container .features-extra .item.sync .icon {
  background: url(../../images/extrafeatures_sync.png) no-repeat 50% 50%;
}
.container .features-extra .item.colored .icon {
  background: url(../../images/extrafeatures_colored.png) no-repeat 50% 50%;
}
.container .features-extra .item.subreddits .icon {
  background: url(../../images/extrafeatures_subreddits.png) no-repeat 50% 50%;
}
.container .features-extra .item.free .icon {
  background: url(../../images/extrafeatures_free.png) no-repeat 50% 50%;
}
.container .screenshots {
  padding: 40px 0;
  margin: 0px 0 40px 0;
  background: #F5F5F1;
}
.container .screenshots h2 {
  color: #A9A6A1;
  font-weight: 300;
  font-size: 44px;
  margin: 0;
  letter-spacing: -2px;
}
.container .screenshots .current {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 1050px;
  margin: 30px auto 0 auto;
}
.container .screenshots .current .arrow {
  display: inline-block;
  float: left;
  background: url(../../images/arrow.png);
  cursor: pointer;
  width: 30px;
  height: 49px;
  position: relative;
  top: 270px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.container .screenshots .current .arrow:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.container .screenshots .current .arrow:active {
  transition: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .screenshots .current .arrow.left {
  transform: rotate(180deg);
  margin-right: 10px;
}
.container .screenshots .current .arrow.right {
  margin-left: 10px;
}
.container .screenshots .current .image {
  cursor: pointer;
  display: inline-block;
  float: left;
  border: 1px solid #dbdbdb;
  width: 964px;
  height: 602px;
  background-size: cover;
  transition: background-image 0.3s;
}
.container .screenshots .list {
  width: 1000px;
  margin: 20px auto 0 auto;
}
.container .screenshots .list .screenshot {
  display: inline-block;
  width: 175px;
  height: 109px;
  background-size: cover;
  margin-right: 8px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.4s;
}
.container .screenshots .list .screenshot.selected {
  border: 2px solid #636363;
}
.container .screenshots .list .screenshot.selected:hover {
  border: 2px solid #636363;
}
.container .screenshots .list .screenshot:hover {
  border: 2px solid #c6c6c6;
}
.container .betatest {
  margin: 40px 0 100px 0;
}
.container .betatest .trybutton {
  width: 600px;
  letter-spacing: -2px;
  margin: 0 auto;
  padding: 15px 0;
  color: #ffffff;
  font-size: 43px;
  font-weight: 400;
  text-align: center;
  background-color: #9ECBA5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: 0.2s background-color;
  cursor: pointer;
}
.container .betatest .trybutton:hover {
  background-color: #a9d6b0;
}
.container .betatest .trybutton:active {
  background-color: #8bb492;
  transition: none;
}
.container .betatest h2 {
  color: #CF7241;
  font-weight: 300;
  font-size: 64px;
  margin: 0;
  letter-spacing: -2px;
}
.container .betatest .desc {
  margin: 15px auto 0 auto;
  color: #767676;
  width: 800px;
}
.container .betatest .label {
  margin: 15px 0 15px 0;
  font-weight: 600;
}
.container .betatest .form {
  display: inline-block;
}
.container .betatest .form .input-container {
  float: left;
  display: inline-block;
}
.container .betatest .form .input-container input {
  width: 407px;
  height: 64px;
  font-size: 30px;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c0c0c0;
}
.container .betatest .form .arrow {
  display: inline-block;
  margin: 6px 0 0 20px;
  float: left;
  width: 30px;
  height: 49px;
  background-image: url(../../images/arrow_beta.png);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: opacity 0.2s, left 0.2s;
  cursor: pointer;
  position: relative;
  left: 0;
}
.container .betatest .form .arrow:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  left: 5px;
}
.container .betatest .form .arrow:active {
  transition: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .betatest .form .already-have {
  top: 10px;
  position: relative;
  display: inline-block;
}
.container .betatest .status {
  width: 400px;
  margin: 20px auto 0 auto;
  font-weight: 600;
}
.container .betatest .status.red {
  color: #a20000;
}
.container .betatest .status.orange {
  color: #ff7f51;
}
.container .betatest .status.green {
  color: #5aa47a;
  font-size: 25px;
}
.container .footer {
  margin-bottom: 50px;
}
.container .footer a:first-child {
  margin-left: 15px;
}
.container .footer a {
  margin-left: 10px;
}
.container .page-contact {
  text-align: left;
  width: 1200px;
  margin: 0px auto 40px auto;
  min-height: 500px;
}
.container .page-contact h1 {
  font-size: 40px;
  font-weight: 300;
  color: #6c7c8c;
}
.container .page-unsubscribe {
  text-align: left;
  width: 1200px;
  min-height: 500px;
  margin: 0px auto 40px auto;
}
.container .page-unsubscribe h1 {
  font-size: 40px;
  font-weight: 300;
  color: #6c7c8c;
}
.container .page-privacypolicy {
  text-align: left;
  width: 1200px;
  margin: 0px auto 40px auto;
}
.container .page-privacypolicy h1 {
  font-size: 40px;
  font-weight: 300;
  color: #6c7c8c;
}
.container .page-privacypolicy h2 {
  font-size: 20px;
  font-weight: 400;
  color: #6c7c8c;
}
.container .page-termsofuse {
  text-align: left;
  width: 1200px;
  margin: 0px auto 40px auto;
}
.container .page-termsofuse h1 {
  font-size: 40px;
  font-weight: 300;
  color: #6c7c8c;
}
.container .page-termsofuse h2 {
  font-size: 20px;
  font-weight: 400;
  color: #6c7c8c;
}
