body {
  font-family: "proxima-nova", serif;
  padding: 4px 0 0 0;
  font-size: 16px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#main-content {
background: none !important
}

body:after {
  content: '';
  display: block;
  background-image: -webkit-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -moz-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -ms-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: -o-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  background-image: linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  font-size:18px;
}

#fullArticle .title {
  margin: 0 30px 1em 0;
}

#fullArticle h2 {
  font-weight: 600;
}

.twoCol .collection,
.threeCol .collection {
  border: 1px solid #e4e6ec;
}

.twoCol .popArticles a,
.threeCol .popArticles a,
.most-pop-articles .popArticles a {
  font-size: 18px;
}

.threeCol .collection .collection-body {
  display: none;
}

.popArticles i.icon-article-doc {
  margin-right: 3px;
}

.twoCol .collection .collection-head,
.twoCol .collection .collection-body {
  padding: 1em 2em 2em;
}

.threeCol .collection .collection-head {
 border-bottom:0px;
 padding:1em;
 margin-bottom:0px;
}
.threeCol .collection .collection-head h2{
  margin-top:0px;
  }

.threeCol .collection {
  min-height: 110px;
  padding:30px 0;
}

.contentWrapper {
  padding: 0;
  border: none;
}

.related {
  border: none;
  padding: 0;
}

.article-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 0;
  background-color: #499aff;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  min-width: 18px;
  padding: 0px 20px;
  text-align: center;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.article-btn:hover {
  text-decoration: underline !important;
}

input[type=text] {
  border:none;
  box-shadow: none !important;
  font-family: "proxima-nova", serif;
}

#docsSearch {
  background: linear-gradient(#4a5462, #5c697b);
  min-height: 210px;
  padding: 70px 0;
}

#docsSearch h1 {
  color: white;
  margin-bottom: 35px;
  margin-top: 30px;
  font-size: 40px;
}

.navbar .navbar-inner .container-fluid {
  max-width:none;
  padding:0px 40px;
}

#contentArea {
  padding-top:30px;
}

.navbar .navbar-inner {
  background: #4a5462;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  height:100px;
  line-height:100px;
  padding:0px;
}

.navbar .nav .active .caret {
  display:none;
}

.navbar .nav {
  float:right;
  margin-right: 40px;
}

.navbar .brand {
  padding: 0px
}

ul.nav {
  text-transform: uppercase;
}

#docsSearch #searchBar {
  width: 450px;
  border-radius: 50px;
  margin-top: 50px;
  overflow: hidden;
  padding:0px;
}

#docsSearch #searchBar button {
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 35px;
  border:none;
  box-shadow:none;
  top:0;
  right:0;
  letter-spacing: 2px;
  background-color: #5ca4ff;
  font-size: 14px;
  outline: none;
  font-weight: 500;
}

#docsSearch #searchBar .search-query {
  padding-left: 30px;
  border-radius:0px;
  width:70%;
  float:left;
}

#sidebar form .search-query {
  border: 1px solid #e4e6ec;
  border-radius: 4px;
  outline: none;
  box-shadow: none !important;
}

#sidebar .nav-list a {
  padding: 0;
  text-transform: none;
  color: #4381b5;
  font-weight: normal;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
  font-weight: 500;
}

#sidebar .nav-list .icon-arrow {
  display: none !important;
}

#sidebar .nav-list li {
  margin: 3px 0;
}

#sidebar h3 {
  letter-spacing: 1px;
}

.navbar .brand {
  line-height:100px;
}

#content {
  background: none;
}

.brand span{
  display:none !important;
}
.brand span.logo-bit, .brand span.logo-type {
  display:inline-block !important;
}

.brand span.logo-type {
  margin-left: 15px;
  font-weight: 600;
}

.navbar ul.nav li{
  display:none;
}

.navbar .btn, .navbar .btn-group {
  margin-top:0px;
  height:100px;
}

ul.nav li:first-of-type, ul.nav li#contact, ul.nav li#docs, ul.nav li#chat {
  display: inline-block;
}

ul.nav li:first-of-type, ul.nav li#contact a{
  padding-right:0px;
}

.navbar ul.nav li a{
  font-weight: 600;
  font-size: 15px;
  color: white;
  margin-right: 45px;
  letter-spacing: 1px;
}

.logo-bit {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  bottom: -9px;
}

.logo-bit .l,
.logo-bit .r-t,
.logo-bit .r-b {
  position: absolute;
  width: 50%;
}

.logo-bit .l {
  height: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #f5f7fa;
}

.logo-bit .r-t {
  right: 0;
  height: 50%;
  background: rgba(245,247,250,0.9);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.logo-bit .r-b {
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(245,247,250,0.1);
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

.logo-bit.light .l {
  background: #499aff;
}

.logo-bit.light .r-t {
  background: #5ca4ff;
}

.logo-bit.light .r-b {
  background: #e9f3ff;
}

@media (max-width:769px) {
  .navbar .nav {
    position:inherit;
  }

  .navbar .btn-navbar {
    margin-top:0px;
  }
  #docsSearch h1 {
    font-size:28px;
  }

  #docsSearch #searchBar .search-query {
    width:90%;
  }

  #mainNav ul.nav {
    width:100%;
    margin-bottom:50px;
  }
  #mainNav ul.nav li:first-of-type, ul.nav li#contact, ul.nav li#docs, ul.nav li#chat {
    display:block;
  }
  #mainNav ul.nav li a {
    margin:0px;
    padding:20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .nav-collapse.in.collapse {
    overflow:inherit;
  }
}

@media (max-width: 768px) {
body {
  margin:0 20px 20px;
}

#main-content {
margin:0px;
}

#searchBar.sm button {
  top:20px;
}

}

@media (max-width:480px) {
  #docsSearch #searchBar {
    width:90% !important;
  }

  #docsSearch #searchBar button {
    border-radius: 0 50px 50px 0;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 20px 0;
    border: none;
    box-shadow: none;
    background:white;
  }

  #docsSearch #searchBar button:hover {
    background:white;
  }
}