/* Helper Classes */
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
.oh {
  overflow: hidden;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.cp {
  cursor: pointer;
}
.centeredDiv {
  margin-right: auto;
  margin-left: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearer {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ömer, 21/03/13 */
/* edit, 03/09/13 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Arial", sans-serif;
}
.wide-line {
  width: 100%;
  float: left;
}
.container {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.varela {
  font-family: 'Varela Round', sans-serif;
}
.avenir {
  font-family: 'AvenirLTStd-Light', Sans-Serif;
}
[class*="col-"] {
  margin-right: 1.171875%;
  margin-left: 1.171875%;
  float: left;
  min-height: 1px;
}
.col-1 {
  width: 10.15625%;
}
.col-2 {
  width: 22.65625%;
}
.col-3 {
  width: 35.15625%;
}
.col-4 {
  width: 47.65625%;
}
.col-5 {
  width: 60.15625%;
}
.col-6 {
  width: 72.65625%;
}
.col-7 {
  width: 85.15625%;
}
.col-8 {
  width: 97.65625%;
}
[class*="cl-"] {
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  min-height: 1px;
}
.cl-2 {
  width: 18%;
}
.header {
  width: 100%;
  background-color: #313131;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 55556;
}
.header .header-content {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  min-width: 360px;
}
.header .header-content .logo-link {
  display: block;
  float: left;
  margin: 15px 0 12px 0;
}
.header .header-content .header-nav {
  float: right;
  height: 100%;
  font-family: 'Varela Round', sans-serif;
}
.header .header-content .header-nav .nav-toggler {
  display: none;
}
.header .header-content .header-nav ul {
  height: 100%;
  float: left;
}
.header .header-content .header-nav ul li {
  height: 100%;
}
.header .header-content .header-nav ul li a {
  text-decoration: none;
  font-size: 13px;
  height: 100%;
  color: #c2c2bd;
  display: block;
}
.header .header-content .header-nav ul li a.activated {
  border-bottom: 2px solid #fcab5f;
  background-color: #5b5b58;
  color: #fff;
}
.header .header-content .header-nav ul li a:hover {
  border-bottom: 2px solid #fcab5f;
  background-color: #464645;
  color: #fff;
}
.header .header-content .header-nav .login-cont {
  float: right;
  position: relative;
  height: 100%;
}
.header .header-content .header-nav .login-cont > a#login-toggler {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
  height: 100%;
  position: relative;
  background-color: #171716;
}
.header .header-content .header-nav .login-cont > a#login-toggler:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  left: -5px;
  z-index: 6;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.header .header-content .header-nav .login-cont > a#login-toggler.activated {
  border-bottom: 2px solid #fcab5f;
  background-color: #5b5b58;
}
.header .header-content .header-nav .login-cont > a#login-toggler.activated:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 45%;
  z-index: 6;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fcab5f;
}
.header .header-content .header-nav .login-cont a#logged-in {
  font-size: 13px;
  display: block;
  position: relative;
}
.header .header-content .header-nav .login-cont a#logged-in img {
  width: 50px;
  height: 50px;
}
.header .header-content .header-nav .login-cont .login-box {
  position: absolute;
  z-index: 5;
  background-color: #444;
  border: 1px solid #222;
  padding: 10px;
  right: 0;
}
.header .header-content .header-nav .login-cont .login-box .wide-line {
  padding: 5px 0;
}
.header .header-content .header-nav .login-cont .login-box .wide-line input {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 6px;
  width: 180px;
  height: 30px;
  border: 1px solid #222;
}
.header .header-content .header-nav .login-cont .login-box .wide-line input:focus {
  outline: 0;
  background-color: #FFE3C7;
}
.header .header-content .header-nav .login-cont .login-box .wide-line button {
  float: right;
}
.header .header-content .header-nav .login-cont .login-box .wide-line a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 18px;
  width: 70px;
  text-align: right;
}
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-login-text,
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-reg-text {
  width: 194px;
}
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-login-button,
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-reg-button {
  width: 70px;
  float: right;
}
.header .header-content .header-nav .login-cont .login-box .btn_link {
  margin-top: 5px;
  float: left;
}
.header .header-content .header-nav .login-cont .login-box .btn_link a {
  font-size: 12px;
  text-align: left;
  color: orange;
}
.header .header-content .header-nav .login-cont .login-box .login-box-content,
.header .header-content .header-nav .login-cont .login-box .register-box-content {
  padding: 10px 10px 5px;
}
.header .header-content .header-nav .login-cont .login-box #error-box {
  color: #DD5151;
  font-size: 11px;
  width: 100%;
  float: left;
  text-align: center;
}
.header .header-content .header-nav .login-cont .user-header-info {
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #454545;
  background-color: #222;
}
html,
body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -56px;
  min-width: 360px;
}
.page-wrap:after {
  content: "";
  display: block;
  height: 56px;
}
.footer {
  text-align: center;
  height: 56px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}
.banner,
.login-banner,
.register-banner {
  width: 100%;
  background: #b5b5af;
  padding: 15px 0;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.banner.integrations,
.login-banner.integrations,
.register-banner.integrations {
  background: #2F323C!important;
}
.banner .banner-content,
.login-banner .banner-content,
.register-banner .banner-content {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.banner .banner-content .banner-title,
.login-banner .banner-content .banner-title,
.register-banner .banner-content .banner-title {
  font-size: 38px;
  color: #fff;
  line-height: 70px;
  z-index: 4;
  position: relative;
}
.banner .banner-content .login-cont,
.login-banner .banner-content .login-cont,
.register-banner .banner-content .login-cont {
  position: relative;
  z-index: 10;
  width: 100%;
  float: left;
  padding-top: 25px;
}
.banner .banner-content .login-cont input[type=text],
.login-banner .banner-content .login-cont input[type=text],
.register-banner .banner-content .login-cont input[type=text],
.banner .banner-content .login-cont input[type=password],
.login-banner .banner-content .login-cont input[type=password],
.register-banner .banner-content .login-cont input[type=password] {
  height: 25px;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 6px;
  width: 180px;
  border: 1px solid #ddd;
  outline: 0;
  margin: 0;
  color: #888;
  position: relative;
  top: -1px;
}
.banner .banner-content .login-cont input[type=text]:focus,
.login-banner .banner-content .login-cont input[type=text]:focus,
.register-banner .banner-content .login-cont input[type=text]:focus,
.banner .banner-content .login-cont input[type=password]:focus,
.login-banner .banner-content .login-cont input[type=password]:focus,
.register-banner .banner-content .login-cont input[type=password]:focus {
  outline: 0;
  background-color: #FFE3C7;
}
.banner .banner-content .login-cont .login-exp,
.login-banner .banner-content .login-cont .login-exp,
.register-banner .banner-content .login-cont .login-exp {
  font-size: 18px;
  line-height: 25px;
}
.banner .banner-content .login-cont .login-form-cont,
.login-banner .banner-content .login-cont .login-form-cont,
.register-banner .banner-content .login-cont .login-form-cont {
  float: right;
}
.banner .banner-content .login-cont .login-error,
.login-banner .banner-content .login-cont .login-error,
.register-banner .banner-content .login-cont .login-error {
  color: #777;
  font-size: 14px;
  float: right;
  padding: 0;
  margin: 0;
  line-height: 27px;
  display: inline-block;
}
.banner .banner-bg-title,
.login-banner .banner-bg-title,
.register-banner .banner-bg-title {
  position: absolute;
  z-index: 4;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: -6px;
  line-height: 100px;
  bottom: -25px;
  right: 50px;
  color: #c2c2bd;
}
.login-banner,
.register-banner {
  min-height: 100px;
}
.nav-list {
  width: 95%;
  float: left;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  margin-top: 30px;
}
.nav-list li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.nav-list li a {
  color: #888;
  padding: 8px 14px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-weight: bold;
}
.nav-list li a:hover {
  color: #666;
  background-color: #eee;
}
.nav-list li a.active {
  background-color: #fcab5f;
  color: #fff;
}
.nav-list li a.active:hover {
  background-color: #ef9643;
  color: #fff;
}
.nav-list li a > div {
  font-size: 12px;
  line-height: 17px;
  color: #999;
  font-weight: normal;
  display: block;
  overflow: hidden;
  padding-top: 2px;
}
.nav-list li a > div span {
  width: 100%;
  float: left;
  color: #fcab5f;
}
.nav-list li.selected a {
  background-color: #fcab5f;
  color: #fff;
}
.nav-list li.selected a:hover {
  background-color: #ef9643;
  color: #fff;
}
.content-cont {
  width: 78%;
  border-left: 1px #DDD solid;
  float: left;
  padding-bottom: 40px;
  min-height: 675px;
}
.content-cont h1 {
  font-size: 2em;
  text-indent: 1em;
  border-left: 5px solid orange;
  line-height: 1.5em;
  padding: 0.5em 0;
  margin: 0;
  width: 100%;
  float: left;
  /* & + * { border-top: 1px dashed #ddd; } */
}
.content-cont h1.app-name {
  padding-left: 135px;
  text-indent: 0;
}
.content-cont h1 img {
  position: absolute;
  margin-left: -95px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.content-cont h1 .app-desc {
  font-size: 18px;
  display: block;
  line-height: 24px;
  text-indent: 1px;
  font-weight: normal;
  color: #666;
}
.content-cont h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 0;
  margin: 0;
  width: 100%;
  float: left;
}
.content-cont p {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  float: left;
}
.content-cont .raquo-list {
  padding-left: 15px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0;
}
.content-cont .raquo-list li:before {
  content: "»";
  display: inline-block;
  margin-right: 5px;
  color: #454545;
}
.content-cont .content-section {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
  position: relative;
}
.content-cont .content-section .h1-exp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 72px;
  left: 40px;
  color: #999;
}
.content-cont .s-content {
  padding-left: 40px;
  float: left;
  width: 100%;
  padding-top: 1em;
}
.content-cont .s-content img {
  display: block;
  float: left;
}
.content-cont .s-content.from-github h1 {
  margin-left: -40px;
}
.content-cont .s-content.from-github h3 {
  margin: 0.5em 0;
  float: left;
  width: 100%;
}
.content-cont .s-content.from-github code {
  padding: 10px;
}
.content-cont .s-content.from-github > div {
  float: left;
}
.content-cont .s-content.from-github:first-child {
  border-top: 0;
}
.content-cont .s-content.from-github p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.content-cont .s-content.from-github li {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content-cont .s-content.from-github li:before {
  display: inline-block;
  content: "»";
  margin-right: 5px;
}
.content-cont .s-content.from-github li ~ p {
  margin: 0;
}
.content-cont pre {
  background-color: #fff;
  padding: 10px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  float: left;
  width: 100%;
}
.content-cont pre code {
  display: block;
  background-color: #444;
  color: #eee;
}
.content-cont .indent-list {
  padding-left: 20px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.content-cont .indent-list li div {
  margin-left: 20px;
}
.content-cont a {
  color: #fcab5f;
  text-decoration: none;
}
.content-cont a:hover {
  color: #ef9643;
}
.content-cont .demo-results {
  float: left;
  padding-left: 20px;
  line-height: 36px;
  font-size: 14px;
  color: #139045;
}
.content-cont .demo-results:before {
  display: inline-block;
  content: "";
  background: url("../images/gt-h14.png");
  width: 17px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.content-cont .demo-results:empty:before {
  display: none;
}
.content-cont:empty {
  padding-bottom: 0!important;
  background-color: red;
}
.content-cont .post-body a {
  display: inline;
  font-weight: bold;
}
.affix {
  position: fixed;
  width: 17.1%;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
  [class*="col-"],
  [class*="cl-"],
  .content-cont {
    width: 97.65625%;
    margin: 5px 1.171875%;
  }
  .container {
    width: 100%;
    position: relative;
    padding-top: 62px;
    border: 0;
  }
  .container .content-cont {
    float: left;
  }
  .header {
    height: 62px;
    position: fixed;
    z-index: 12;
  }
  .header .header-content {
    width: 100%;
    padding: 0 20px;
  }
  .header .header-content .logo-link {
    display: block;
    float: left;
  }
  .header .header-content .logo-link img {
    width: 192px;
    height: 30px;
  }
  .header .header-content .header-nav {
    position: relative;
  }
  .header .header-content .header-nav .nav-toggler {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #222;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 15px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .header .header-content .header-nav ul {
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .header .header-content .header-nav ul li {
    width: auto;
    height: 40px;
  }
  .header .header-content .header-nav ul li a {
    padding: 10px 16px;
    line-height: 20px;
    font-size: 12px;
    background-color: #111;
    border: 1px solid #222;
    border-bottom: 0;
  }
  .header .header-content .header-nav ul li a:hover,
  .header .header-content .header-nav ul li a:active {
    background-color: #222;
    border-bottom-width: 1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    display: none;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 40px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 62px;
  }
  .banner {
    height: 90px;
    top: 62px;
    z-index: 2;
  }
  .login-banner,
  .register-banner {
    top: 62px;
  }
  .login-banner .login-cont,
  .register-banner .login-cont {
    padding-top: 0!important;
  }
  .login-banner .login-cont [class*="col-"],
  .register-banner .login-cont [class*="col-"],
  .login-banner .login-cont [class*="cl-"],
  .register-banner .login-cont [class*="cl-"] {
    text-align: center;
  }
  .login-banner .login-cont .login-exp,
  .register-banner .login-cont .login-exp {
    font-size: 16px!important;
  }
  .login-banner .login-cont .login-form-cont,
  .register-banner .login-cont .login-form-cont {
    float: none!important;
  }
  .login-banner .login-cont input,
  .register-banner .login-cont input {
    width: 90%!important;
    margin-bottom: 6px!important;
    height: 32px!important;
  }
  .login-banner .login-cont button,
  .register-banner .login-cont button {
    padding: 8px 15px!important;
    font-size: 16px!important;
    margin-top: 8px;
  }
  .screenshots {
    width: 100%;
    float: left;
    /*.big-part { .size(100%,280px);
			.empty { line-height: 280px; font-size: 32px; }
		}*/
  }
  .m15-cont {
    margin: 0!important;
  }
  .content-cont {
    border: 0;
  }
  .index-banner {
    width: 100%;
    font-family: 'AvenirLTStd-Light', Sans-Serif;
    margin-top: 13px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 18px;
    text-shadow: 0px 0px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .index-image {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  [class*="col-"],
  [class*="cl-"],
  .content-cont {
    width: 97.65625%;
    margin: 5px 1.171875%;
  }
  .container {
    width: 100%;
    position: relative;
    padding-top: 72px;
    border: 0;
  }
  .container .content-cont {
    float: left;
  }
  .footer {
    float: left;
    width: 100%;
  }
  .header {
    height: 72px;
    position: fixed;
    z-index: 12;
  }
  .header .header-content {
    width: 100%;
    padding: 0 20px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
  }
  .header .header-content .header-nav {
    position: relative;
  }
  .header .header-content .header-nav .nav-toggler {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #222;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-top: 16px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .header .header-content .header-nav ul {
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 60px;
    right: 0;
    height: auto!important;
  }
  .header .header-content .header-nav ul li {
    width: auto;
    height: 44px;
  }
  .header .header-content .header-nav ul li a {
    padding: 10px 20px;
    line-height: 24px;
    font-size: 12px;
    background-color: #111;
    border: 1px solid #222;
    border-bottom: 0;
  }
  .header .header-content .header-nav ul li a:hover,
  .header .header-content .header-nav ul li a:active {
    background-color: #222;
    border-bottom-width: 1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    display: none;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 35px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 72px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding: 11px;
  }
  .banner {
    height: 120px;
    position: relative;
    top: 72px;
    z-index: 1;
  }
  .banner.short {
    height: 50px;
  }
  .banner .banner-content {
    overflow: hidden;
  }
  .login-banner,
  .register-banner {
    top: 72px;
  }
  .login-banner .login-cont,
  .register-banner .login-cont {
    padding-top: 0!important;
  }
  .login-banner .login-cont [class*="col-"],
  .register-banner .login-cont [class*="col-"],
  .login-banner .login-cont [class*="cl-"],
  .register-banner .login-cont [class*="cl-"] {
    text-align: center;
  }
  .login-banner .login-cont .login-exp,
  .register-banner .login-cont .login-exp {
    font-size: 16px;
  }
  .login-banner .login-cont .login-form-cont,
  .register-banner .login-cont .login-form-cont {
    float: none!important;
  }
  .login-banner .login-cont input,
  .register-banner .login-cont input {
    margin-bottom: 6px!important;
    height: 32px!important;
    top: -2px !important;
  }
  .login-banner .login-cont button,
  .register-banner .login-cont button {
    padding: 7px 15px!important;
    font-size: 16px!important;
  }
  .screenshots {
    width: 448px;
    float: left;
  }
  .screenshots .big-part {
    width: 100%;
    height: 280px;
  }
  .screenshots .big-part img {
    width: 100%;
    height: 280px;
  }
  .screenshots .big-part:before {
    content: "Screenshots";
    display: inline-block;
    line-height: 280px;
    font-size: 32px;
  }
  .m15-cont {
    margin: 0!important;
  }
  .content-cont {
    border: 0;
  }
  .index-banner {
    width: 100%;
    font-family: 'AvenirLTStd-Light', Sans-Serif;
    margin-top: 36px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 21px;
    text-shadow: 0px 0px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .index-image {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 720px;
  }
  .header {
    height: 72px;
  }
  .header .header-content {
    width: 720px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 10px;
    padding-top: 35px;
    letter-spacing: -1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    margin-left: 10px;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 12px;
    padding-top: 35px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 72px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding: 11px;
  }
  .banner {
    height: 160px;
  }
  .banner.short {
    height: 80px;
  }
  .banner .banner-content {
    width: 720px;
  }
  .login-banner .banner-content,
  .register-banner .banner-content {
    width: 720px;
  }
  .login-banner .banner-content .login-cont .login-form-cont input,
  .register-banner .banner-content .login-cont .login-form-cont input {
    width: 40%;
  }
  .login-banner .banner-content .login-cont .login-exp,
  .register-banner .banner-content .login-cont .login-exp {
    font-size: 16px;
  }
  .affix {
    position: fixed;
    width: 123.12px;
  }
  .screenshots {
    width: 336px;
    float: left;
  }
  .screenshots .big-part {
    width: 100%;
    height: 210px;
  }
  .screenshots .big-part img {
    width: 100%;
    height: 210px;
  }
  .screenshots .big-part:before {
    content: "Screenshots";
    display: inline-block;
    line-height: 210px;
    font-size: 21px;
  }
  .index-banner {
    width: 40%;
    font-family: 'AvenirLTStd-Light', Sans-Serif;
    margin-top: 24px;
    padding-left: 25px;
    border-left: 6px solid #d68156;
    color: #fff;
    float: left;
    font-size: 24px;
    padding-top: 10px;
    text-shadow: 0px 0px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .index-image {
    width: 50%;
    float: right;
    position: relative;
    top: -15%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  body {
    font-size: 18px;
  }
  .container {
    width: 960px;
  }
  .header {
    height: 82px;
  }
  .header .header-content {
    width: 960px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
    margin-top: 10px;
  }
  .header .header-content .header-nav .nav-toggler {
    display: none;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 12px;
    padding-top: 45px;
  }
  .header .header-content .header-nav ul li a#api-link {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 12px;
    padding-top: 45px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 82px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding: 16px;
  }
  .banner {
    height: 240px;
  }
  .banner.short {
    height: 100px;
  }
  .banner .banner-content {
    width: 960px;
  }
  .login-banner .banner-content,
  .register-banner .banner-content {
    width: 960px;
  }
  .affix {
    position: fixed;
    width: 164.16px;
  }
  .screenshots {
    width: 448px;
    float: left;
  }
  .screenshots .big-part {
    width: 100%;
    height: 280px;
  }
  .screenshots .big-part img {
    width: 100%;
    height: 280px;
  }
  .screenshots .big-part:before {
    content: "Screenshots";
    display: inline-block;
    line-height: 280px;
    font-size: 32px;
  }
  .index-banner {
    width: 40%;
    font-family: 'AvenirLTStd-Light', Sans-Serif;
    margin-top: 50px;
    padding-left: 25px;
    border-left: 6px solid #d68156;
    color: #fff;
    float: left;
    font-size: 32px;
    padding-top: 10px;
    text-shadow: 0px 0px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .index-image {
    width: 54%;
    float: right;
    position: relative;
    top: -8%;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .container {
    width: 1200px;
  }
  .header {
    height: 82px;
  }
  .header .header-content {
    width: 1200px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
    margin-top: 10px;
  }
  .header .header-content .header-nav .nav-toggler {
    display: none;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 18px;
    padding-top: 45px;
  }
  .header .header-content .header-nav ul li a#api-link {
    padding-left: 36px;
    padding-right: 36px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 45px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 82px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding: 16px;
  }
  .banner {
    height: 240px;
  }
  .banner.short {
    height: 100px;
  }
  .banner .banner-content {
    width: 1200px;
  }
  .login-banner .banner-content,
  .register-banner .banner-content {
    width: 1200px;
  }
  .affix {
    position: fixed;
    width: 205.2px;
  }
  .screenshots {
    width: 592px;
    float: left;
  }
  .screenshots .big-part {
    width: 100%;
    height: 370px;
  }
  .screenshots .big-part img {
    width: 100%;
    height: 370px;
  }
  .screenshots .big-part:before {
    content: "Screenshots";
    display: inline-block;
    line-height: 370px;
    font-size: 48px;
  }
  .index-banner {
    width: 50%;
    font-family: 'AvenirLTStd-Light', Sans-Serif;
    margin-top: 64px;
    padding-left: 25px;
    border-left: 6px solid #d68156;
    color: #fff;
    float: left;
    font-size: 36px;
    padding-top: 10px;
    text-shadow: 0px 0px 8px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .index-image {
    width: 50%;
    float: right;
    position: relative;
    top: -20%;
  }
}
/* Again common styles */
/*  Pagination Starts  */
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  display: block;
}
.simple-pagination ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.compact-theme a,
.compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #aaa;
  border-right: 0;
  min-width: 14px;
  padding: 0 7px;
  background-color: #efefef;
}
.compact-theme a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.compact-theme .next {
  border-right: 1px solid #ccc;
}
.compact-theme .current {
  background-color: #ddd;
  cursor: default;
}
.compact-theme .ellipse {
  background-color: #eaeaea;
  padding: 0 10px;
  cursor: default;
}
/*  Pagination Ends  */
.post-wrapper {
  display: block;
  text-decoration: none;
  color: #999;
  overflow: hidden;
  text-indent: 10px;
}
.warning {
  font-size: 12px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
.posts {
  width: 100%;
  border-bottom: 1px solid #fef5eb;
  border-top: 1px solid #fef5eb;
  font-size: 12px;
}
.posts li {
  overflow: hidden;
  line-height: 32px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.posts li:nth-child(even) {
  background-color: #fef5eb;
}
.posts li:nth-child(even):hover {
  background-color: #f8ebdc;
}
.posts li:nth-child(odd):hover {
  background-color: #FFFCF9;
}
.posts li:first-child {
  font-weight: bold;
}
.posts li:first-child:hover {
  background-color: #fff;
}
.posts li div {
  float: left;
  padding: 4px;
  border-right: 1px solid #fef5eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.posts li div span {
  text-indent: 10px;
  display: inline-block;
  padding: 4px;
}
.posts li a {
  color: #555;
  display: block;
  padding: 4px;
}
.posts li a:hover {
  color: #000;
}
.d1 {
  width: 50%;
  text-align: left!important;
  border-left: 1px solid #fef5eb;
  padding: 0!important;
}
.d2 {
  width: 20%;
}
.d3 {
  width: 10%;
}
.forum-controls {
  width: 100%;
  float: left;
  padding: 13px 0px;
}
.forum-controls .create-cont {
  float: left;
  width: 50%;
}
.forum-controls .create-cont a {
  font-size: 14px;
  line-height: 27px;
  display: block;
}
.forum-controls .search-cont {
  float: right;
  width: 252px;
}
.forum-controls .search-cont input {
  height: 25px;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 6px;
  width: 180px;
  border: 1px solid #ddd;
  outline: 0;
  margin: 0;
  color: #888;
  display: block;
  float: left;
  margin-right: 5px;
  height: 27px;
}
.forum-controls .search-cont input:focus {
  outline: 0;
  background-color: #FFE3C7;
}
.forum-controls .search-cont button {
  display: block;
  float: left;
}
/* Forum Post styles */
.breadcrumb-cont {
  height: 32px;
}
.breadcrumb-cont li {
  float: left;
}
.breadcrumb-cont .breadcrumb {
  width: 84%;
  height: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-cont .breadcrumb a {
  display: block;
  float: left;
  padding: 10px 5px 2px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #A7A0A0;
  text-decoration: none;
  position: relative;
}
.breadcrumb-cont .breadcrumb a:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.breadcrumb-cont .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-cont .breadcrumb a:first-child:before {
  content: "\2302";
  display: inline-block;
  color: #7A7474;
  position: absolute;
  left: -18px;
  top: 7px;
  font-size: 24px;
}
.master-post li {
  float: left;
}
.master-post li a {
  color: #fcab5f;
  text-decoration: none;
}
.master-post .first-box {
  width: 16%;
}
.master-post .second-box {
  width: 84%;
  padding-left: 20px;
}
.master-post .second-box .post-title {
  font-size: 24px;
  padding: 30px 0 5px 0;
}
.master-post .second-box .post-freshness {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
}
.master-post .second-box div {
  width: 100%;
  float: left;
}
.update-post {
  float: right;
  margin-top: 5px!important;
}
.cancel-update {
  float: right;
  background-color: #f2f2f2;
  margin-right: 5px!important;
  margin-top: 5px!important;
  color: #666;
}
.cancel-update:hover {
  background-color: #f2f2f2;
  color: #333;
}
.post-line {
  width: 100%;
  float: left;
}
.post-line > li {
  float: left;
  padding-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid rgba(181, 181, 175, 0.2);
}
.post-line > a {
  color: #fcab5f;
  text-decoration: none;
  cursor: pointer;
}
.form-cont {
  padding: 0!important;
}
.form-cont li {
  min-height: 35px;
  line-height: 30px;
  font-size: 14px;
  padding-bottom: 5px;
  overflow: hidden;
  border: 0;
  margin-top: 0;
}
.form-cont li input {
  height: 30px;
  border: 1px solid #ccc;
  width: 50%;
  padding: 4px 6px;
  line-height: 22px;
}
.form-cont li textarea {
  height: 120px;
  border: 1px solid #ccc;
  width: 50%;
  padding: 4px 6px;
  line-height: 22px;
}
.post-title {
  width: 84%;
  padding: 20px;
  font-size: 21px;
  line-height: 32px;
}
.post-owner,
.post-info {
  width: 16%;
  float: left;
}
.post-owner span,
.post-info span {
  font-size: 14px;
  margin-top: 12px;
  color: #777;
  display: block;
  width: 62%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-owner a,
.post-info a {
  float: left;
  display: inline-block;
  font-size: 11px;
  margin-top: 2px;
}
.post-info {
  font-size: 14px;
}
.post-cont {
  width: 84%;
  float: left;
}
.post-cont .post-content {
  margin-bottom: 2px;
  width: 100%;
  float: left;
  background-color: rgba(181, 181, 175, 0.1);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 21px;
  border-top: 0;
  color: #000;
}
.post-cont .post-content article,
.post-cont .post-content aside,
.post-cont .post-content details,
.post-cont .post-content figcaption,
.post-cont .post-content figure,
.post-cont .post-content footer,
.post-cont .post-content header,
.post-cont .post-content hgroup,
.post-cont .post-content nav,
.post-cont .post-content section,
.post-cont .post-content summary {
  display: block;
}
.post-cont .post-content audio,
.post-cont .post-content canvas,
.post-cont .post-content video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.post-cont .post-content [hidden] {
  display: none;
}
.post-cont .post-content html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.post-cont .post-content html,
.post-cont .post-content button,
.post-cont .post-content input,
.post-cont .post-content select,
.post-cont .post-content textarea {
  font-family: sans-serif;
}
.post-cont .post-content body {
  margin: 0;
}
.post-cont .post-content a:focus {
  outline: thin dotted;
}
.post-cont .post-content a:active,
.post-cont .post-content a:hover {
  outline: 0;
}
.post-cont .post-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.post-cont .post-content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.post-cont .post-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.post-cont .post-content h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.post-cont .post-content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.post-cont .post-content h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.post-cont .post-content abbr[title] {
  border-bottom: 1px dotted;
}
.post-cont .post-content ul,
.post-cont .post-content ol {
  list-style-type: square;
}
.post-cont .post-content ul li,
.post-cont .post-content ol li {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.post-cont .post-content b,
.post-cont .post-content strong {
  font-weight: bold;
}
.post-cont .post-content blockquote {
  margin: 1em 40px;
}
.post-cont .post-content dfn {
  font-style: italic;
}
.post-cont .post-content mark {
  background: #ff0;
  color: #000;
}
.post-cont .post-content p,
.post-cont .post-content pre {
  margin: 1em 0;
}
.post-cont .post-content code,
.post-cont .post-content kbd,
.post-cont .post-content pre,
.post-cont .post-content samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.post-cont .post-content pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.post-cont .post-content q {
  quotes: none;
}
.post-cont .post-content q:before,
.post-cont .post-content q:after {
  content: "";
  content: none;
}
.post-cont .post-content small {
  font-size: 80%;
}
.post-cont .post-content sub,
.post-cont .post-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.post-cont .post-content sup {
  top: -0.5em;
}
.post-cont .post-content sub {
  bottom: -0.25em;
}
.post-cont .post-content dl,
.post-cont .post-content menu,
.post-cont .post-content ol,
.post-cont .post-content ul {
  margin: 1em 0;
}
.post-cont .post-content dd {
  margin: 0 0 0 40px;
}
.post-cont .post-content menu,
.post-cont .post-content ol,
.post-cont .post-content ul {
  padding: 0 0 0 40px;
}
.post-cont .post-content nav ul,
.post-cont .post-content nav ol {
  list-style: none;
  list-style-image: none;
}
.post-cont .post-content img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.post-cont .post-content figure {
  margin: 0;
}
.post-cont .post-content form {
  margin: 0;
}
.post-cont .post-content fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.post-cont .post-content legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.post-cont .post-content button,
.post-cont .post-content input,
.post-cont .post-content select,
.post-cont .post-content textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.post-cont .post-content button,
.post-cont .post-content input {
  line-height: normal;
}
.post-cont .post-content button,
.post-cont .post-content html input[type="button"],
.post-cont .post-content input[type="reset"],
.post-cont .post-content input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.post-cont .post-content button[disabled],
.post-cont .post-content input[disabled] {
  cursor: default;
}
.post-cont .post-content input[type="checkbox"],
.post-cont .post-content input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.post-cont .post-content input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.post-cont .post-content input[type="search"]::-webkit-search-cancel-button,
.post-cont .post-content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.post-cont .post-content button::-moz-focus-inner,
.post-cont .post-content input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.post-cont .post-content textarea {
  overflow: auto;
  vertical-align: top;
}
.post-cont .post-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.post-cont .post-fr {
  width: 100%;
  float: left;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding: 8px 16px;
}
.wmd-preview article,
.wmd-preview aside,
.wmd-preview details,
.wmd-preview figcaption,
.wmd-preview figure,
.wmd-preview footer,
.wmd-preview header,
.wmd-preview hgroup,
.wmd-preview nav,
.wmd-preview section,
.wmd-preview summary {
  display: block;
}
.wmd-preview audio,
.wmd-preview canvas,
.wmd-preview video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wmd-preview [hidden] {
  display: none;
}
.wmd-preview html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.wmd-preview html,
.wmd-preview button,
.wmd-preview input,
.wmd-preview select,
.wmd-preview textarea {
  font-family: sans-serif;
}
.wmd-preview body {
  margin: 0;
}
.wmd-preview a:focus {
  outline: thin dotted;
}
.wmd-preview a:active,
.wmd-preview a:hover {
  outline: 0;
}
.wmd-preview h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.wmd-preview h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.wmd-preview h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.wmd-preview h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.wmd-preview h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.wmd-preview h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.wmd-preview abbr[title] {
  border-bottom: 1px dotted;
}
.wmd-preview ul,
.wmd-preview ol {
  list-style-type: square;
}
.wmd-preview ul li,
.wmd-preview ol li {
  float: none;
  padding: 0;
}
.wmd-preview b,
.wmd-preview strong {
  font-weight: bold;
}
.wmd-preview blockquote {
  margin: 1em 40px;
}
.wmd-preview dfn {
  font-style: italic;
}
.wmd-preview mark {
  background: #ff0;
  color: #000;
}
.wmd-preview p,
.wmd-preview pre {
  margin: 1em 0;
}
.wmd-preview code,
.wmd-preview kbd,
.wmd-preview pre,
.wmd-preview samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.wmd-preview pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wmd-preview q {
  quotes: none;
}
.wmd-preview q:before,
.wmd-preview q:after {
  content: "";
  content: none;
}
.wmd-preview small {
  font-size: 80%;
}
.wmd-preview sub,
.wmd-preview sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wmd-preview sup {
  top: -0.5em;
}
.wmd-preview sub {
  bottom: -0.25em;
}
.wmd-preview dl,
.wmd-preview menu,
.wmd-preview ol,
.wmd-preview ul {
  margin: 1em 0;
  border: 0;
}
.wmd-preview dd {
  margin: 0 0 0 40px;
}
.wmd-preview menu,
.wmd-preview ol,
.wmd-preview ul {
  padding: 0 0 0 40px;
}
.wmd-preview nav ul,
.wmd-preview nav ol {
  list-style: none;
  list-style-image: none;
  list-style-type: square;
}
.wmd-preview img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.wmd-preview figure {
  margin: 0;
}
.wmd-preview form {
  margin: 0;
}
.wmd-preview fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.wmd-preview legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.wmd-preview button,
.wmd-preview input,
.wmd-preview select,
.wmd-preview textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.wmd-preview button,
.wmd-preview input {
  line-height: normal;
}
.wmd-preview button,
.wmd-preview html input[type="button"],
.wmd-preview input[type="reset"],
.wmd-preview input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.wmd-preview button[disabled],
.wmd-preview input[disabled] {
  cursor: default;
}
.wmd-preview input[type="checkbox"],
.wmd-preview input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.wmd-preview input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wmd-preview input[type="search"]::-webkit-search-cancel-button,
.wmd-preview input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wmd-preview button::-moz-focus-inner,
.wmd-preview input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wmd-preview textarea {
  overflow: auto;
  vertical-align: top;
}
.wmd-preview table {
  border-collapse: collapse;
  border-spacing: 0;
}
[class*="w-"] {
  float: left;
  position: relative;
}
.w-20 {
  width: 20%;
}
.w-50 {
  width: 50%;
}
.w-80 {
  width: 80%;
}
.w-100 {
  width: 100%;
}
div.form-cont .wide-line {
  padding-bottom: 5px;
}
div.form-cont .wide-line textarea {
  width: 100%;
}
div.form-cont .wide-line textarea:focus {
  outline: 0;
  border-color: #fcab5f;
}
div.form-cont .w-20 {
  padding: 5px 16px 0px 16px;
}
div.form-cont .w-80 input {
  border: 1px solid #ccc;
  width: 100%;
  height: 26px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
}
div.form-cont .w-80 input:focus {
  outline: 0;
  border-color: #fcab5f;
}
div.form-cont .w-80 select {
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: none;
  padding: 2px 5px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: inline-block;
  height: auto;
  cursor: pointer;
  width: 100%;
  height: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 3;
  border: 1px solid #ccc;
}
div.form-cont .w-80 select:focus {
  outline: 0;
}
div.form-cont .w-80 select:focus {
  outline: 0;
  border-color: #fcab5f;
}
.content-cont p {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  float: left;
}
.posts {
  width: 100%;
  border-bottom: 1px solid #fef5eb;
  border-top: 1px solid #fef5eb;
  font-size: 12px;
}
.posts li {
  overflow: hidden;
  line-height: 32px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.posts li div {
  float: left;
  padding: 4px;
  border-right: 1px solid #fef5eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.posts li div span {
  text-indent: 10px;
  display: inline-block;
  padding: 4px;
}
.posts li:nth-child(even) {
  background-color: #fef5eb;
}
.posts li:nth-child(even):hover {
  background-color: #f8ebdc;
}
.warning {
  font-size: 12px;
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
}
.posts li:nth-child(odd) .body {
  background: #eee;
}
.avatar {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  float: left;
  display: inline-block;
}
.reply {
  background: rgba(181, 181, 175, 0.2);
  padding: 16px;
}
.delete.big {
  float: left;
  font-size: 14px;
  padding: 6px 16px;
  margin: 12px;
}
.post .time {
  padding: 6px 0;
  float: left;
}
.post .body {
  float: left;
  width: 82%;
  padding: 0 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.edit {
  padding: 16px 0;
}
textarea {
  color: #777;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 16px;
}
textarea:focus {
  outline: 0;
}
.edit-post {
  float: right;
  display: block;
  cursor: pointer;
}
.delete-m-post {
  float: right;
  display: block;
  font-size: 12px;
  color: #fcab5f;
  cursor: pointer;
}
.select-cat {
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: none;
  padding: 2px 5px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: inline-block;
  height: auto;
  cursor: pointer;
  width: 100%;
  height: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 3;
  border: 1px solid #ccc;
}
.select-cat:focus {
  outline: 0;
}
.selectMasker {
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #fff;
  display: block;
  top: 1px;
  right: 1px;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.selectMasker:before {
  display: inline-block;
  content: "▼";
  color: #666;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 24px;
}
.selectMasker:focus {
  border: 0;
  outline: 0;
}
/* Forum Post styles */
/* APP STYLES */
.gr {
  color: #71a980!important;
}
.m15-cont {
  width: 100%;
  float: left;
  margin: 15px;
}
.app-form-cont {
  width: 100%;
  float: left;
  padding: 20px 30px;
  border: 1px solid #ddd;
}
.app-form-cont .form-title {
  font-size: 27px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 40px;
  line-height: 36px;
}
.app-form-cont .form-title:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #71a980;
}
.app-form-cont .form-list {
  width: 100%;
  float: left;
}
.app-form-cont .form-list > ul > li {
  width: 100%;
  padding-bottom: 24px;
  float: left;
}
.app-form-cont .form-list > ul > li .tagz {
  width: 32%;
  text-align: right;
  padding-right: 2%;
  padding-top: 4px;
  float: left;
}
.app-form-cont .form-list > ul > li .tagz .title {
  font-size: 16px;
  font-weight: bold;
  color: #b3b3b3;
}
.app-form-cont .form-list > ul > li .tagz .expln {
  font-size: 10px;
  line-height: 12px;
  color: #808080;
}
.app-form-cont .form-list > ul > li .fieldz {
  width: 68%;
  float: left;
  color: #666;
}
.app-form-cont .form-list > ul > li .fieldz > div {
  line-height: 20px;
  font-size: 13px;
}
.app-form-cont .form-list > ul > li .fieldz input[type=text] {
  width: 100%;
  height: 37px;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 10px;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.app-form-cont .form-list > ul > li .fieldz textarea {
  width: 100%;
  height: 145px;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 10px;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.app-form-cont .form-list > ul > li .fieldz input:focus,
.app-form-cont .form-list > ul > li .fieldz textarea:focus {
  outline: 0;
  border-color: #fcab5f;
}
.app-form-cont .form-list > ul > li .fieldz select {
  color: #666;
  width: 50%;
  height: 37px;
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border: 1px solid #DDD;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  /*FF fix*/
  text-overflow: '';
  /*FF fix*/
  position: relative;
  z-index: 3;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.app-form-cont .form-list > ul > li .fieldz .select-arrow {
  float: left;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  top: 1px;
  left: -37px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #ddd;
}
.app-form-cont .form-list > ul > li .fieldz .select-arrow:before {
  content: "\25bc";
  display: inline-block;
}
.app-form-cont .form-list > ul > li .fieldz .category-list {
  width: 100%;
  float: left;
  overflow: hidden;
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul {
  float: left;
  width: 100%;
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul li {
  width: 50%;
  float: left;
  line-height: 20px;
  font-size: 13px;
  padding: 2px 5px;
  position: relative;
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul li input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  margin: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul li input[type=checkbox] + label {
  cursor: pointer;
  vertical-align: middle;
  background-position: 0px -2px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 22px;
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul li input[type=checkbox]:checked + label {
  background-position: 0 -20px;
  color: #6faa7f;
}
.app-form-cont .form-list > ul > li .fieldz .category-list ul li label {
  background-image: url(../images/app-green-check.png);
}
.parameters-cont .parameters-form {
  float: left;
  width: 85%;
}
.parameters-cont .parameters-form > input[type="text"] {
  width: 33%!important;
  float: left;
  margin-right: 5px;
}
.parameters-cont .more-options {
  display: inline-block;
  width: 32px;
  margin-left: 5px;
  float: left;
}
.parameters-cont .more-options a {
  line-height: 36px;
}
.parameters-cont .cancel-update-2 {
  height: 37px;
  background-color: #71A980;
  color: #f9f9f9;
  margin-right: 5px;
  float: right;
}
.parameters-cont .cancel-update-2:hover {
  background-color: #70b583;
  color: #fff;
}
.parameters-cont .cancel-update-2:active {
  background-color: #649972;
  outline: 0;
}
.parameters-cont .adv-param-cont {
  width: 117%;
  float: left;
  position: relative;
  background-color: #373C37;
  padding: 6px 10px;
  color: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.parameters-cont .adv-param-cont:before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
  border-bottom-color: #373C37;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer > div {
  margin: 6px 0 2px 0;
  float: left;
  width: 100%;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer select {
  background-color: #fff!important;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .APClose {
  float: right;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-value {
  display: block;
  float: left;
  width: 24%;
  line-height: 37px;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-label {
  display: block;
  clear: both;
  margin-left: 24%;
  font-size: 11px;
  color: #9D9D9D;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-input {
  float: left;
  width: 76%!important;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .APDefaultValue {
  float: left;
  width: 76%!important;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .APOptions {
  width: 76%!important;
  float: right;
  margin-top: 5px;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-inner-cont {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-inner {
  display: inline-block;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-inner label {
  display: block;
  margin-right: 15px;
}
.parameters-cont .adv-param-cont .advancedOptionsContainer .def-inner label input[type=radio] {
  vertical-align: middle;
  margin-right: 5px;
}
.parameters-cont .add-button {
  height: 37px;
  float: left;
}
.parameters-cont .add-button:focus {
  outline: 0;
}
.parameters-cont .listed-parameters {
  width: 100%;
  float: left;
}
#addIcon {
  width: 80px;
  height: 80px;
  color: #999;
  cursor: pointer;
  overflow: hidden;
}
#addIcon p {
  margin: 0;
  font-size: 12px;
  line-height: 78px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ececec;
}
#addIcon img {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#addIcon br {
  display: none;
}
.appIconImg {
  width: 80px;
  height: 80px;
}
#appRegisterSubmit {
  width: 100%;
  height: 56px;
  background-color: #71a980;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  outline: 0;
  border: 0;
  line-height: 56px;
  font-family: 'AvenirLTStd-Light', Sans-Serif;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#appRegisterSubmit:hover {
  background-color: #70b583;
  color: #fff;
}
#appRegisterSubmit:active {
  background-color: #649972;
}
.apps-page-title {
  font-size: 25px;
  color: #b3b3b3;
  padding: 32px 0 12px 32px;
  line-height: 25px;
  margin-top: 30px;
  border-top: 1px solid #DDD;
  width: 100%;
  float: left;
  font-weight: bold;
}
.apps-cont {
  width: 100%;
  float: left;
  padding: 20px 32px;
}
.apps-cont .each-app {
  width: 100%;
  float: left;
  border-top: 1px dashed #ddd;
  padding: 24px 0 16px 0;
  font-size: 13px;
  line-height: 21px;
}
.apps-cont .each-app > div {
  float: left;
}
.apps-cont .each-app .app-expl {
  width: 50%;
}
.apps-cont .each-app .app-expl img {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #eee;
  border: 0;
}
.apps-cont .each-app .app-expl .app-bio {
  min-width: 215px;
  width: 67%;
  float: left;
}
.apps-cont .each-app .app-expl .app-bio li {
  width: 100%;
  float: left;
}
.apps-cont .each-app .app-expl .app-bio li .labels {
  float: left;
  color: #b8b8b8;
  text-align: right;
  width: 27%;
}
.apps-cont .each-app .app-expl .app-bio li .infos {
  float: left;
  color: #919191;
  padding-left: 4%;
  width: 73%;
}
.apps-cont .each-app .app-details {
  width: 50%;
}
.apps-cont .each-app .app-details > div {
  float: left;
}
.apps-cont .each-app .app-details .app-expl {
  min-width: 275px;
  width: 85%;
}
.apps-cont .each-app .app-details .app-expl .expl-label {
  float: left;
  width: 75px;
  color: #b8b8b8;
}
.apps-cont .each-app .app-details .app-expl .expl-text {
  padding-left: 75px;
  color: #919191;
  word-wrap: break-word;
}
.apps-cont .each-app .app-details .app-actions {
  width: 40px;
  float: right;
}
.apps-cont .each-app .app-details .app-actions ul li {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: -1px;
  border: 1px solid #ddd;
  background: url("../images/app-actions.png");
  z-index: 2;
  /*&#status-app { background: none; font-size: 10px; text-align: center; line-height: 12px; padding-top: 14px; }*/
}
.apps-cont .each-app .app-details .app-actions ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.apps-cont .each-app .app-details .app-actions ul li#edit-app {
  background-position: 0 -38px;
}
.apps-cont .each-app .app-details .app-actions ul li#status-app {
  background-position: 0 0;
}
.apps-cont .each-app .app-details .app-actions ul li#status-app.closed {
  background-position: 0 -114px;
}
.apps-cont .each-app .app-details .app-actions ul li#delete-app {
  background-position: 0 -76px;
}
.apps-cont .each-app .app-details .app-actions ul li:hover {
  border-color: #aaa;
  z-index: 3;
}
.screenshots .big-part {
  float: left;
  background-color: #eee;
  color: #bbb;
  text-align: center;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  padding: 0;
}
.screenshots .big-part img {
  float: left;
  display: block;
  z-index: 5;
  position: relative;
}
.screenshots .big-part:before {
  content: "Screenshots";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.screenshots .big-part .delete-img-link {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  line-height: 12px;
  height: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 7;
}
.screenshots .iconic {
  width: 100%;
  margin: 4px 0;
  float: left;
  overflow: hidden;
}
.screenshots .iconic li {
  height: 60px;
  width: 60px!important;
  overflow: hidden;
  margin-right: 4px;
  float: left;
  padding-bottom: 0!important;
  background-color: #eee;
}
.screenshots .iconic li:last-child {
  margin-right: 0px;
}
.screenshots .iconic li button.add-screenshot {
  display: block;
  width: 100%;
  height: 60px;
  cursor: pointer;
  background-color: #ddd;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 14px 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}
.screenshots .iconic li img {
  height: 60px;
  display: block;
  cursor: move;
}
/* APP STYLES */
button,
.button {
  background-color: #fcab5f;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 7px 12px 5px 12px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button:hover,
.button:hover {
  background-color: #ef9643;
  text-decoration: none;
  color: #fff;
}
button:active,
.button:active {
  background-color: #f2b344;
  text-decoration: none;
  color: #fff;
}
button.github-button,
.button.github-button {
  padding-left: 26px;
  position: relative;
}
button.github-button:before,
.button.github-button:before {
  content: "";
  display: inline-block;
  background: url("../images/github-icons.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.c-button {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  outline: 0;
  border: 0;
  line-height: 56px;
  font-family: 'AvenirLTStd-Light', Sans-Serif;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.c-button:before,
.c-button:after {
  opacity: 0;
  filter: '~alpha(opacity=' 0 ')';
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.c-button:before {
  content: "[";
  margin-right: -2px;
}
.c-button:after {
  content: "]";
  margin-left: -2px;
}
.c-button:hover:before {
  opacity: 1;
  filter: '~alpha(opacity=' 100 ')';
  margin-right: 5px;
}
.c-button:hover:after {
  opacity: 1;
  filter: '~alpha(opacity=' 100 ')';
  margin-left: 5px;
}
.comp-button {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  outline: 0;
  border: 0;
  line-height: 56px;
  font-family: 'AvenirLTStd-Light', Sans-Serif;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 280px;
  height: 56px;
  color: #f9f9f9;
  background-color: #18191e;
  margin-top: 91px;
}
.comp-button:before,
.comp-button:after {
  opacity: 0;
  filter: '~alpha(opacity=' 0 ')';
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.comp-button:before {
  content: "[";
  margin-right: -2px;
}
.comp-button:after {
  content: "]";
  margin-left: -2px;
}
.comp-button:hover:before {
  opacity: 1;
  filter: '~alpha(opacity=' 100 ')';
  margin-right: 5px;
}
.comp-button:hover:after {
  opacity: 1;
  filter: '~alpha(opacity=' 100 ')';
  margin-left: 5px;
}
.comp-button:hover {
  background-color: #23262d;
  color: #fff;
}
.comp-button:active {
  background-color: #0e0f11;
}
.standard-input {
  height: 25px;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 6px;
  width: 180px;
  border: 1px solid #ddd;
  outline: 0;
  margin: 0;
  color: #888;
}
.standard-input:focus {
  outline: 0;
  background-color: #FFE3C7;
}
.rounded-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.big-button {
  padding: 8px 18px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
button::-moz-focus-inner {
  border: 0;
}
::selection {
  background-color: #fa7a7c;
  color: #fff;
}
