body {
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body #docsSearch {
  background: none;
}
body #docsSearch h1 {
  font-size: 36px;
  line-height: 50px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Fjalla one", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding-top: 20px;
  margin: 15px 0;
}
.contentWrapper h1 {
  font-size: 34px
}
#fullArticle h2 {
  font-size: 28px;
  line-height: 35px;
}
header .container-fluid {
  margin-top: 13px;
}

#mainNav .navbar-inner ul.nav { background:#fff }
.back-to-pc {
    position: absolute;
    z-index: 10;
    left: 20px;
}
.back-to-pc a {
   color: #2849ff;
}
#content #fullArticle p, #content #fullArticle ul, #content #fullArticle ol, #content #fullArticle li, #content #fullArticle div, #content #fullArticle blockquote, #content #fullArticle dd, #content #fullArticle table {
    font-size: 16px;
}
.twoCol .popArticles, .threeCol .popArticles, .most-pop-articles .popArticles {
  font-size: 17px;
}
#contentArea #sidebar h3, #contentArea .related h3 {
  text-transform: uppercase;
  font-size: 18px;
}
#fullArticle a, .related a, #fullArticle strong a {
  text-decoration: underline;
  color: #2849ff;
}
a.printArticle {
  text-decoration: none!important;
}
#searchBar button {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,.4);
  background: #2849ff;
  border-radius: 0 5px 5px 0;
  border: 1px solid #2849ff;
  font-size: 18px;
  padding: 0 1.5em;
  height: 50px;
  position: absolute;
  top: 32px;
  right: -1px;
}
body #searchBar button:hover {
  background: #2849ff;
}
textarea:focus, input:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    border-color: rgba(40, 73, 255, 0.61);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
    outline: 0!important;
}
#sidebar .nav-list a {
  font-size: 1.05em
}
#sidebar form .search-query:focus, #sidebar form .search-query:focus:invalid {
  border-color: rgba(40, 73, 255, 0.61);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(40, 73, 255, 0.61);
  outline: 0!important;
}

#content #fullArticle blockquote {
  border-left-color: #2849ff;
  background-color: #eee;
}

/* Hide HelpScout Credit link */
footer p span {
  display: none;
}

#sidebar .related {
    padding: inherit;
    border: none;
}

/* home button */
.edd-submit {
    color: #fff;
    background: #f0ad4e;
    border-color: #eea236;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
     -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
/* pro support button*/
.edd-submit.premium-support {
  font-size: 17px;
  padding: 10px 15px;
  margin-top: 10px;
  border-color: #d58512;
}
.edd-submit:hover {
    color: #fff;
    background: #ed9c28;
    border-color: #d58512;
    text-decoration: none;
}

/* pro support content */
.premium-support-content {
    font-size: 13px;
    line-height: 22px;
}

@media (min-width: 1200px) {
 /* .row-fluid #sidebar {
      width: 16.9%;
  }*/
}

@media (min-width: 1200px) {
  .row-fluid #content {
      width: 83%;
  }
}
@media (max-width: 768px) {
  .navbar .btn-navbar:hover .icon-bar {
      background: #2849ff;
  }
  #searchBar button {
    top: 24px;
  }
}


/* Hueman Pro Introduction */
.hueman-pro-introduction #sidebar { display:none;}

/* User feedback */
.article-votes {
    text-align: center;
}
.article-votes-controls {
  margin-top: 1em;
}
.article-votes .article-vote {
      text-decoration: none;
    background: transparent;
    border: 1px solid #2849ff;
    color: #2849ff;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}
.article-votes .article-vote:hover, .article-votes .article-vote[aria-selected="true"] {
    background-color: #2849ff;
    color: #ffffff;
    text-decoration: none;
}
.article-votes .article-vote:focus, .article-votes .article-vote:active {
    background-color: transparent;
    color: #2849ff;
    text-decoration: none;
}
.article-votes .article-vote::before {
    font-size: 8px;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.article-votes .article-vote::after {
    content: attr(title);
}
.article-votes .article-vote-down::before {
    content: "\2715";
}
.article-votes .article-vote-up::before {
    content: "\2713";
}
.article-votes .button {
    border: 1px solid #2849ff;
    border-radius: 4px;
    color: #2849ff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    -webkit-touch-callout: none;
}

/* Jumping smileys */
div.smiley {
    position: relative;
    height: 100px;
    width: 40px;
    display: inline-block;
    margin: 0 5px 10px;
    cursor: pointer;
}

div.smiley:hover div {
  border-color: #2849ff;
  color: #2849ff;
  animation: jump 0.5s infinite alternate;
  -o-animation: jump 0.5s infinite alternate;
  -ms-animation: jump 0.5s infinite alternate;
  -moz-animation: jump 0.5s infinite alternate;
  -webkit-animation: jump 0.5s infinite alternate;
}

div.smiley div {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 38px;
  border: 3px solid #f0ad4e;
  color: #f0ad4e;
  padding: 0 0 8px;
  border-radius: 50%;
  margin: 100px auto;
  font-size: 24px;
  font-family: "comic sans ms";
  font-weight: bold;

  transition: color .25s linear;
  transition: border-color .25s linear;
  transform: rotate(90deg);
  animation: jump 0.5s infinite alternate;

  -o-transition: color .25s linear;
  -o-transition: border-color .25s linear;
  -o-transform: rotate(90deg);
  -o-animation: jump 0.5s infinite alternate;

  -ms-transition: color .25s linear;
  -ms-transition: border-color .25s linear;
  -ms-transform: rotate(90deg);
  -ms-animation: jump 0.5s infinite alternate;

  -moz-transition: color .25s linear;
  -moz-transition: border-color .25s linear;
  -moz-transform: rotate(90deg);
  -moz-animation: jump 0.5s infinite alternate;

  -webkit-transition: color .25s linear;
  -webkit-transition: border-color .25s linear;
  -webkit-transform: rotate(90deg);
  -webkit-animation: jump 0.5s infinite alternate;
}


div.smiley div.one {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

div.smiley div.two {
    animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

div.smiley div.three {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

div.smiley div.four {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

div.smiley div.five {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}


@keyframes jump {
  0% {
    top: -40px;
        -moz-transform: scale(1,0.7) rotate(90deg);
  }
  30% {-moz-transform: scale(1,1) rotate(90deg);}
  100% {top: -70px;}
}

@-o-keyframes jump {
  0% {
    top: -40px;
        -moz-transform: scale(1,0.7) rotate(90deg);
  }
  30% {-moz-transform: scale(1,1) rotate(90deg);}
  100% {top: -70px;}
}

@-ms-keyframes jump {
  0% {
    top: -40px;
        -moz-transform: scale(1,0.7) rotate(90deg);
  }
  30% {-moz-transform: scale(1,1) rotate(90deg);}
  100% {top: -70px;}
}

@-moz-keyframes jump {
  0% {
    top: -40px;
        -moz-transform: scale(1,0.7) rotate(90deg);
  }
  30% {-moz-transform: scale(1,1) rotate(90deg);}
  100% {top: -70px;}
}

@-webkit-keyframes jump {
  0% {
      top: -40px;
      -webkit-transform: scale(1,0.7) rotate(90deg);
  }
  30% {-webkit-transform: scale(1,1) rotate(90deg);}
  100% {top: -70px;}
}

@keyframes shake {
  0% {padding: 8px 0 0;}
  100% {padding: 0 0 8px; line-height: 14px;}
}

@-o-keyframes shake {
  0% {padding: 8px 0 0;}
  100% {padding: 0 0 8px; line-height: 14px;}
}

@-ms-keyframes shake {
  0% {padding: 8px 0 0;}
  100% {padding: 0 0 8px; line-height: 14px;}
}

@-moz-keyframes shake {
  0% {padding: 8px 0 0;}
  100% {padding: 0 0 8px; line-height: 14px;}
}

@-webkit-keyframes shake {
  0% {padding: 8px 0 0;}
  100% {padding: 0 0 8px; line-height: 14px;}
}