.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 15px 0px 0px 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;}

.p{
  padding: 15px 0px 0px 0px;
}

.title {
  margin-bottom: 30px;
  padding: 30px 0px 0px 0px; }

.center {
  text-align: center; }
  .center h1 {
    text-align: center; }
    .center h1:after {
      margin: 0px auto; }

.btn {
  color: #ffffff;
  font-size: 1em;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 0.8em;
  padding: 8px;
  font-weight: normal;
  border: 0px;
  background-color: #999999; }
  .btn:hover {
    background-color: #737373;
    color: #ffffff; }

.btn-group .btn + .btn {
  margin-left: 0px; }

.peek-title-bar {
  width: 100%;
  z-index: 999;
  height: 40px;
  position: fixed; }
  .peek-title-bar .title-bar-btn {
    height: 40px;
    padding: 0px 10px; }
  .peek-title-bar .title-bar-title {
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px; }

.peek-nav-section {
  padding: 15px;
  width: 100%;
  position: fixed; }

.nav {
  margin: 0px; }
  .nav.nav-tabs > li {
    margin-bottom: 0px; }
    .nav.nav-tabs > li.active > a {
      color: #ffffff;
      font-size: 1em;
      font-family: "Play", sans-serif;
      text-transform: uppercase;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block;
      position: relative;
      z-index: 100;
      font-size: 0.8em;
      padding: 8px;
      font-weight: normal;
      border: 0px;
      background-color: #999999;
      padding: 12px;
      margin-top: 0px; }
      .nav.nav-tabs > li.active > a:hover {
        background-color: #737373;
        color: #ffffff; }
    .nav.nav-tabs > li > a {
      margin-right: 0px;
      margin-top: 10px;
      padding: 10px;
      margin-top: 4px; }

.btn-group .btn {
  min-width: 40px; }

.peek-footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 899;
  height: 40px;
  line-height: 40px; }

.peek-home-screen {
  bottom: 0px;
  min-height: 100%; }
  .peek-home-screen .home-screen-icon {
    font-family: "Play", sans-serif;
    margin-top: 30px;
    padding: 30px;
    position: relative; }
    .peek-home-screen .home-screen-icon .home-screen-image {
      width: 100%;
      height: auto;
      padding-bottom: 40px; }
    .peek-home-screen .home-screen-icon .home-screen-title {
      position: absolute;
      left: 0px;
      bottom: 0px;
      padding-bottom: 15px;
      width: 100%;
      padding: 15px; }

.peek-home-screen-background {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

.plugin-inbox,
.inboxActivity {
  padding-left: 15px;
  padding-right: 15px; }
  .plugin-inbox .inbox-item,
  .inboxActivity .inbox-item {
    padding: 15px;
    position: relative;
    width: 100%; }
    .plugin-inbox .inbox-item .inbox-date-time,
    .inboxActivity .inbox-item .inbox-date-time {
      margin-bottom: 5px;
      padding-bottom: 5px; }
  .plugin-inbox .inbox-info,
  .inboxActivity .inbox-info {
    padding: 0px 15px; }
  .plugin-inbox .btn.inbox-read-more,
  .inboxActivity .btn.inbox-read-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    height: 100%;
    background-image: url("../images/icon_more.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 20px;
    border-radius: 0px;
    text-indent: -9999px;
    overflow: hidden; }

.peek-information-section {
  padding-left: 15px;
  padding-right: 15px; }
  .peek-information-section .information-section-title {
    padding-bottom: 15px; }
  .peek-information-section .information-section-icon {
    box-shadow: inset 2px 3px 24px rgba(0, 0, 0, 0.35);
    padding: 20px;
    max-width: 100px;
    height: auto;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .peek-information-section .information-section-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.2em;
    background-color: #999999; }

.plugin-chat-list {
  padding-top: 79px; }
  .plugin-chat-list .chat-list-messages {
    margin: 0px 15px 15px 15px;
    display: block;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px; }

.plugin-chat-messages {
  padding-top: 64px;
  padding-bottom: 155px; }
  .plugin-chat-messages .chat-messages-list {
    padding: 15px; }
  .plugin-chat-messages .chat-messages-sent {
    padding: 15px;
    margin-bottom: 5px;
    margin-left: 10%; }
  .plugin-chat-messages .chat-messages-received {
    padding: 15px;
    margin-bottom: 5px;
    margin-right: 10%; }
  .plugin-chat-messages .chat-messages-compose {
    display: table;
    width: 100%;
    position: fixed;
    bottom: 40px;
    height: 100px; }
  .plugin-chat-messages .form-control {
    display: table-cell;
    width: 70%;
    height: 100px;
    float: left; }
  .plugin-chat-messages .btn {
    display: table-cell;
    width: 15%;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    top: 0px;
    height: 100px;
    float: left; }

body,
html {
  height: 100%; }

.peek-mobile-page-contents {
  padding-top: 40px;
  padding-bottom: 55px; }

.image {
  max-width: 100%; }

.hr {
  margin-top: 0px;
  margin-bottom: 0px; }

*:focus {
  outline: none !important; }

.navigation-information {
  margin-bottom: 15px; }
  .navigation-information .form-group {
    padding-top: 0px;
    margin-bottom: 0px; }

.form-group {
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px; }
