body {
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em; }

h1 {
  font-size: 3.05556em; }
  h1 span {
    font-size: 0.61818em; }

h2 {
  font-size: 2.33333em; }

h1, h2, h3 {
  font-weight: 600; }

a {
  color: #00bcd4;
  text-decoration: underline; }
  a:hover {
    color: #00bcd4;
    text-decoration: none; }
  a.btn {
    text-decoration: none; }

.text-muted {
  font-weight: 300; }

.card {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }
  .card p {
    font-size: 1em;
    margin-bottom: 15px; }
  .card button {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%; }

.solo-card-container {
  padding: 0 45px; }
  .solo-card-container p {
    font-size: 1.33333em;
    font-weight: 600;
    margin-bottom: 25px; }
    .solo-card-container p span {
      color: #7cb341; }
  .solo-card-container .card {
    padding: 20px 40px 35px;
    margin-bottom: 80px; }
  .solo-card-container .btn-danger {
    margin-bottom: 35px;
    margin-top: 25px; }
  .solo-card-container label:first-of-type {
    margin-top: 25px; }

.pad {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 30px; }
  .pad h1:first-child {
    margin-top: 0; }
  .pad h3:first-child {
    margin-top: 0;
    margin-bottom: 25px; }
  .pad .pad {
    background-color: #fff9e1;
    border: none;
    max-height: 140px;
    padding: 40px 5px 30px;
    text-align: center; }
    .pad .pad p:first-child {
      font-size: 1.88889em; }
    .pad .pad p:last-child {
      color: #666; }
  .pad .btn-group .btn-default {
    background-color: #eceff1;
    border-color: #fff;
    color: #85929d;
    font-size: 0.77778em; }
  .pad .btn-group a {
    text-decoration: none; }
  .pad .btn-group .active {
    background-color: #85929d;
    box-shadow: none;
    color: #fff; }

.navbar {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(1, 1, 1, 0.5);
  margin-bottom: 0; }
  .navbar .nav li a {
    font-size: 0.88889em;
    color: #111;
    line-height: normal;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    text-decoration: none; }
  .navbar .nav li .btn {
    font-size: 0.77778em;
    border: 2px solid #bcc6cd;
    font-weight: bold;
    padding: 7px 20px;
    margin-top: 13px; }
  .navbar .nav li:hover .dropdown-menu a, .navbar .nav li:focus .dropdown-menu a {
    color: inherit; }
  .navbar .nav li:hover a, .navbar .nav li:focus a {
    color: #f44335; }
    .navbar .nav li:hover a span, .navbar .nav li:focus a span {
      color: #111; }
  .navbar .nav li:hover .btn, .navbar .nav li:focus .btn {
    border-color: #f44335; }

.navbar-brand {
  height: 60px; }

.input-lg {
  border-radius: 3px;
  height: 60px; }

.input-group-btn, .btn {
  font-size: 1em; }

.btn-danger {
  border: none;
  background-color: #f44335; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #da3b30; }

.btn-muted {
  border: none;
  background-color: #bcc6cd;
  color: #fff; }
  .btn-muted:hover, .btn-muted:focus {
    background-color: #bcc6cd;
    color: #fff; }

.btn-info {
  border: none;
  background-color: #11c0d7; }
  .btn-info:hover, .btn-info:focus {
    background-color: #10b4c9; }

.bg-skyblue {
  background-color: #e1f5ff;
  padding-top: 60px; }
  .bg-skyblue > div {
    padding: 0 0; }

.jumbotron {
  background-color: #e1f5ff;
  background-image: url(../img/bg_jumbo.jpg);
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  height: 680px;
  margin-bottom: 20px; }
  .jumbotron p {
    font-size: 1.33333em;
    font-weight: 400; }
  .jumbotron .row > div:first-child {
    margin-bottom: 35px; }
  .jumbotron .signup {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.3);
    padding-top: 40px;
    padding-bottom: 50px;
    margin: 0 0; }

#pointer {
  margin-bottom: 30px;
  position: relative; }

.signup {
  background-color: #fff8e0;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-top: 45px;
  margin-bottom: 75px; }
  .signup p {
    font-size: 1.33333em;
    color: #111;
    font-weight: 600;
    margin-bottom: 15px; }
    .signup p span {
      color: #7cb341; }
  .signup form > input {
    margin-top: 20px; }

.benefits p, .announcement p {
  font-weight: 300; }

.benefits .row:first-of-type {
  margin-bottom: 70px; }
.benefits .row:last-of-type {
  margin-top: 65px;
  margin-bottom: 75px; }
.benefits a {
  font-size: 1.33333em;
  position: relative; }
.benefits a:last-child:after {
  background-image: url(../img/icon_sprites.png);
  background-position: -210px -5px;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: -25px;
  top: 10px;
  width: 21px; }

.feedback {
  background-color: #e1f5ff;
  padding-top: 75px;
  padding-bottom: 70px; }
  .feedback p:first-of-type {
    font-weight: 600;
    margin-bottom: 25px; }
    .feedback p:first-of-type span {
      color: #f44335; }

.quote {
  font-size: 2.33333em;
  font-weight: 300;
  line-height: normal; }

.author {
  font-size: 0.88889em;
  line-height: normal;
  margin-top: 25px; }

.announcement {
  background-color: #eceff1;
  padding-top: 35px;
  padding-bottom: 25px; }

.brands {
  margin-top: 20px;
  width: 100%; }

body > footer {
  font-size: 0.88889em;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px; }
  body > footer ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0 0; }
    body > footer ul li {
      display: inline-block; }
      body > footer ul li:not(:last-child) {
        margin-right: 20px; }

.faq h3 {
  margin-top: 40px; }
.faq p {
  font-weight: 300;
  letter-spacing: 0.01em; }
  .faq p:last-child {
    margin-bottom: 75px; }

.contact-us {
  padding-bottom: 60px; }

form label {
  font-weight: 400; }
  form label span {
    color: #f44335; }
form textarea {
  height: 150px;
  resize: none; }
form input, form textarea {
  margin-bottom: 20px; }
form input[type=checkbox] {
  margin-right: 5px; }

.contact-us p, .pricing p {
  font-size: 1.33333em;
  margin-bottom: 35px; }
  .contact-us p span, .pricing p span {
    color: #f44335; }
  .contact-us p:last-child, .pricing p:last-child {
    margin-bottom: 75px; }

.pricing h2 {
  margin-bottom: 25px; }
.pricing .card h2 {
  color: #f44335;
  margin-top: 15px; }
  .pricing .card h2 span {
    color: #7cb341; }
.pricing .card .btn-danger {
  margin-top: 170px; }
.pricing .table {
  margin-bottom: 30px;
  table-layout: fixed; }
  .pricing .table td:not(:first-child), .pricing .table th:not(:first-child) {
    font-weight: 700;
    text-align: center; }
  .pricing .table .glyphicon {
    color: #7cb341; }
  .pricing .table td {
    border: 1px solid #d3e7f0; }
    .pricing .table td:first-child {
      font-weight: 300; }
  .pricing .table tr:nth-child(even) {
    background-color: #effaff; }
  .pricing .table th {
    border: none;
    background-color: #dbeff8;
    font-size: 1.33333em; }
.pricing > div .row:first-of-type {
  margin-bottom: 70px; }

.sign-up form {
  margin-bottom: 0; }
.sign-up .btn-danger {
  margin: 0; }

.widget, .widget-demo {
  bottom: 0;
  background-color: #111;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  position: fixed;
  right: 100px;
  width: 300px;
  z-index: 1000; }
  .widget p span, .widget-demo p span {
    font-weight: 300; }
  .widget .btn, .widget-demo .btn {
    font-size: 0.85714em;
    padding-top: 9px;
    padding-bottom: 8px; }
  .widget footer, .widget-demo footer {
    color: #666;
    display: none;
    margin-bottom: -5px;
    margin-top: 10px; }
    .widget footer p, .widget-demo footer p {
      font-size: 10px; }
    .widget footer a, .widget-demo footer a {
      color: #999; }
      .widget footer a:hover, .widget footer a:focus, .widget-demo footer a:hover, .widget-demo footer a:focus {
        color: inherit; }
    .widget footer span, .widget-demo footer span {
      display: none; }
  .widget .widget-collapsed, .widget .glyphicon, .widget-demo .widget-collapsed, .widget-demo .glyphicon {
    cursor: pointer; }
  .widget input[type="text"], .widget-demo input[type="text"] {
    font-weight: 400; }
  .widget span + span, .widget-demo span + span {
    margin-right: 15px; }
  .widget .widget-collapsed p, .widget footer p, .widget-demo .widget-collapsed p, .widget-demo footer p {
    margin-bottom: 0; }
  .widget .widget-login, .widget-demo .widget-login {
    display: none; }
  .widget .widget-expanded, .widget-demo .widget-expanded {
    display: none; }
    .widget .widget-expanded .chat, .widget-demo .widget-expanded .chat {
      background-color: #e9eaed;
      color: #111;
      height: 260px;
      margin: 0 -15px;
      overflow-y: scroll;
      padding: 0 15px 10px; }
    .widget .widget-expanded .msg-container, .widget-demo .widget-expanded .msg-container {
      margin-top: 10px; }
    .widget .widget-expanded .msg, .widget-demo .widget-expanded .msg {
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
      font-weight: 400;
      padding: 5px 15px 5px 10px;
      position: relative;
      margin-left: 10px;
      width: 220px; }
      .widget .widget-expanded .msg:before, .widget-demo .widget-expanded .msg:before {
        text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.25);
        content: '\25c0';
        color: #fff;
        left: -9px;
        position: absolute;
        top: 5px;
        transform: scaleX(0.5) scaleY(0.8); }
    .widget .widget-expanded header p:first-child, .widget-demo .widget-expanded header p:first-child {
      font-size: 12px;
      font-weight: 700; }
    .widget .widget-expanded header p:last-child, .widget-demo .widget-expanded header p:last-child {
      font-size: 11px;
      color: #999; }
    .widget .widget-expanded input, .widget-demo .widget-expanded input {
      margin: 10px 0 8px;
      padding-right: 20px;
      position: relative; }
      .widget .widget-expanded input:after, .widget-demo .widget-expanded input:after {
        content: '\263a';
        color: #999;
        position: absolute;
        top: 15px;
        right: 15px; }

.widget-demo {
  position: static; }
  .widget-demo .widget-login, .widget-demo .widget-expanded, .widget-demo footer, .widget-demo footer span {
    display: block; }

.fixed {
  background-color: #e1f5ff;
  /* Always float the navbar header */
  /* Undo the collapsing navbar */
  /* Always apply the floated nav */
  /* Redeclare since we override the float above */ }
  .fixed .container {
    max-width: 1280px;
    min-width: 960px;
    width: auto; }
  .fixed .container-fluid {
    min-width: 960px; }
  .fixed .navbar {
    min-width: 960px; }
    .fixed .navbar .btn-default:hover, .fixed .navbar .btn-default:focus {
      background-color: inherit; }
    .fixed .navbar .sitepicker .dropdown-toggle {
      padding: 5px 10px;
      text-align: left;
      width: 185px; }
      .fixed .navbar .sitepicker .dropdown-toggle span {
        position: absolute;
        top: 15px;
        right: 15px; }
    .fixed .navbar .sitepicker .dropdown-menu {
      width: 185px;
      top: 80%; }
    .fixed .navbar li .btn-danger {
      border: none;
      padding: 10px;
      margin-left: 5px; }
  .fixed .navbar-admin {
    background-color: transparent; }
    .fixed .navbar-admin li.active a {
      background-color: inherit;
      color: #f44335;
      font-weight: 700; }
      .fixed .navbar-admin li.active a:hover, .fixed .navbar-admin li.active a:focus {
        background-color: inherit;
        color: #f44335; }
    .fixed .navbar-admin li a:hover, .fixed .navbar-admin li a:focus {
      color: inherit; }
  .fixed > footer {
    margin-top: 80px; }
  .fixed .navbar-header {
    float: left; }
  .fixed .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }
  .fixed .navbar-toggle {
    display: none; }
  .fixed .navbar-collapse {
    border-top: 0; }
  .fixed .navbar-brand {
    margin-left: -15px; }
  .fixed .navbar-nav {
    float: left;
    margin: 0; }
  .fixed .navbar-nav > li {
    float: left; }
  .fixed .navbar-nav > li > a {
    padding: 15px; }
  .fixed .navbar-nav.navbar-right {
    float: right; }
  .fixed .form-inline .form-control {
    display: inline-block; }

.dashboard {
  margin-top: 20px; }

.sitename {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 20px; }

.btn-group-wrapper {
  width: 225px; }

#graph {
  width: 100%; }

.theme-colorpicker .form-control {
  height: 40px; }
.theme-colorpicker .input-group-addon {
  padding: 3px; }
  .theme-colorpicker .input-group-addon i {
    height: 32px;
    width: 35px; }

.appearance {
  margin-top: 20px;
  padding: 0; }
  .appearance > div:first-of-type {
    padding: 10px 30px;
    border-right: 2px solid #ebebeb; }
  .appearance .default-themes img {
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%; }
  .appearance .default-themes label {
    color: #666;
    font-weight: 300; }
  .appearance .default-themes input[type="radio"] {
    position: relative;
    top: -2px; }
  .appearance .custom-styling {
    margin-top: 30px; }
    .appearance .custom-styling .input-group {
      margin-bottom: 25px; }
    .appearance .custom-styling .btn {
      margin: 25px 0; }

.preview {
  margin: 90px auto 0;
  width: 300px; }
  .preview h3:first-child {
    color: #bcc6cd;
    margin-bottom: 15px; }
  .preview .widget-demo:first-of-type {
    margin-bottom: 40px; }

.account {
  margin-top: 20px; }
  .account .pad {
    padding-top: 0; }
  .account button.btn {
    font-size: 14px; }
  .account > div > .row:first-of-type {
    margin-bottom: 20px; }
  .account p {
    font-weight: 700; }
  .account .pass-change {
    margin-bottom: 30px; }
    .account .pass-change input {
      margin-bottom: 0; }
      .account .pass-change input:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
        z-index: 10; }
      .account .pass-change input:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .account .btn-danger {
    padding-left: 60px;
    padding-right: 60px; }

.code {
  margin-top: 20px; }
  .code h3:first-child {
    margin-bottom: 15px; }
  .code .pad:first-of-type {
    padding-top: 0;
    margin-bottom: 20px; }
  .code .form-inline input[type="text"] {
    margin-bottom: 0;
    margin-right: 10px;
    width: 50%; }
  .code .form-inline .btn {
    padding-left: 35px;
    padding-right: 35px; }
  .code p:last-child {
    margin-bottom: 0;
    margin-top: 20px; }

.text-success {
  color: #7cb341;
  font-weight: 300; }

.widget-code {
  border: 1px solid rgba(51, 54, 70, 0.14);
  border-radius: 3px;
  color: #666;
  font-size: 0.77778em;
  height: 225px;
  overflow-y: scroll;
  padding: 20px 30px 35px;
  text-align: left;
  white-space: pre; }

.dashboard-no-widget {
  margin-top: 20px; }
  .dashboard-no-widget .pad {
    padding-top: 5px; }
  .dashboard-no-widget .btn-danger {
    margin-top: 20px;
    width: 50%; }

.pad-danger {
  border: 1px solid #ffccbc;
  border-radius: 3px;
  background-color: #fae9e8;
  margin-bottom: 20px;
  padding: 20px 25px 15px; }
  .pad-danger .btn {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px; }

.first-widget {
  margin-top: 80px; }
  .first-widget .card {
    padding-top: 25px; }
    .first-widget .card h1 {
      margin-top: 10px; }
    .first-widget .card p {
      font-size: 1em;
      font-weight: 300; }
    .first-widget .card button {
      margin-top: 20px;
      margin-bottom: 0; }

.icon-sprites {
  background-image: url(../img/icon_sprites.png);
  background-repeat: no-repeat;
  display: block; }

.chatwoo-logo {
  width: 195px;
  height: 32px;
  background-position: -5px -5px; }

.icon-arrow {
  width: 21px;
  height: 14px;
  background-position: -210px -5px; }

.icon-clock {
  width: 76px;
  height: 80px;
  background-position: -241px -5px; }

.icon-exclamation {
  width: 49px;
  height: 49px;
  background-position: -327px -5px; }

.icon-percent {
  width: 73px;
  height: 80px;
  background-position: -386px -5px; }

.icon-speechbubble {
  width: 81px;
  height: 80px;
  background-position: -469px -5px; }

.icon-admin-sprites {
  background-image: url(../img/icon_admin_sprites.png);
  background-repeat: no-repeat;
  display: block; }
  .navbar-admin .icon-admin-sprites {
    height: 24px;
    display: inline-block;
    margin-bottom: -5px; }

.icon-dashboard {
  width: 22px;
  background-position: -39px -39px; }
  li.active .icon-dashboard {
    background-position: -71px -39px; }

.icon-code {
  width: 27px;
  background-position: -67px -5px; }
  li.active .icon-code {
    background-position: -104px -5px; }

.icon-appearance {
  width: 22px;
  background-position: -5px -5px; }
  li.active .icon-appearance {
    background-position: -36px -5px; }

.icon-avatar {
  width: 102px;
  height: 102px;
  background-position: -141px -5px; }

.icon-plus {
  width: 14px;
  height: 14px;
  background-position: -103px -39px; }

.icon-userpic {
  width: 32px;
  height: 32px;
  background-position: -5px -117px;
  display: inline-block; }

.icon-userpic-sm {
  width: 24px;
  height: 24px;
  background-position: -4px -87px;
  background-size: 186px 115px;
  display: inline-block; }

.icon-userpic-sm + .caret {
  margin-bottom: 12px; }

.icon-danger {
  width: 24px;
  height: 22px;
  background-position: -5px -39px;
  display: inline-block;
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 1.55556em; }

  .quote {
    font-size: 1.44444em; }

  .input-group {
    display: block; }

  .pricing .card .btn-danger {
    margin-top: 0; }

  .pricing .table {
    font-size: 14px; } }

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