/*
  were using Bootstrap and Font Awesome
  http://bootstrapcdn.com
*/
p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

/* -----------------------
 * Colors
 * ----------------------- */
.dark-gray {
  color: #888 !important; }

.red {
  color: #c33 !important; }

.blue {
  color: #4787e7 !important; }

.dark-blue {
  color: #3761a7 !important; }

.white {
  color: #fff !important; }

.green {
  color: #393 !important; }

.bg-light-gray {
  background-color: #ccc !important; }

.bg-very-light-gray {
  background-color: #eee !important; }

.bg-dark-gray {
  background-color: #888 !important; }

.bg-gray {
  background-color: #aaa !important; }

.bg-red {
  background-color: #c33 !important; }

.bg-green {
  background-color: #393 !important; }

.bg-black {
  background-color: #000 !important; }

.bg-blue {
  background-color: #4787e7 !important; }

.bg-light-blue {
  background-color: #4387fd !important; }

.bg-dark-blue {
  background-color: #3761a7 !important; }

/* ----------------------------
 * 	DOM formatting
 * ---------------------------- */
body {
  letter-spacing: .2px;
  font-family: Lato; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 3.8em;
  padding-top: 60px;
  margin-top: 0;
  letter-spacing: 2px; }

h2 {
  font-size: 1.6em;
  letter-spacing: 1px; }

nav {
  background: #4387fd;
  line-height: 60px;
  color: #fff; }
  nav ul {
    padding: 0;
    margin: 0; }
  nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block; }
    nav li a {
      padding: 0;
      margin: 0;
      font-size: .8em;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #fff;
      line-height: 30px;
      margin-left: 30px; }
  nav .float-left img {
    position: relative;
    top: -5px; }
  nav .float-left a {
    font-size: .9em;
    letter-spacing: .2em;
    line-height: 30px;
    color: #a5c9fb;
    text-transform: uppercase; }
  nav .float-left a:hover {
    font-size: .9em;
    letter-spacing: .2em;
    line-height: 30px;
    color: #fff; }

.clear {
  clear: both; }

/* ----------------------------
 * 	Attribute formatting
 * ---------------------------- */
.float-left {
  float: left; }

.float-right {
  float: right; }

.no-background:hover {
  background: none !important; }

/* ----------------------------
 * 	Custom formatting
 * ---------------------------- */
.rounded-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.rounded-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.rounded-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.rounded-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.rounded-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.padding-5 {
  padding: 5px; }

.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.border {
  border: 1px solid #eee; }

.headline {
  padding-top: 0;
  padding-bottom: 160px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #4387fd;
  position: relative;
  overflow: hidden; }
  .headline h1 {
    color: #fff;
    font-family: lato;
    font-weight: 300; }
  .headline .chess-pieces {
    position: absolute;
    bottom: -50px;
    left: calc( 50% - 440px ); }

.search-form {
  padding-top: 40px;
  width: 50%;
  min-width: 200px;
  margin: 0 auto; }

.main-content {
  padding-top: 20px;
  padding-left: 0; }

.main-list-container {
  border: 1px solid #ccc;
  padding: 40px;
  position: relative;
  background: #fff;
  top: -120px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25); }

.category-list .glyphicon {
  display: none; }
.category-list li.category.active {
  background-color: #eee; }
  .category-list li.category.active .glyphicon {
    display: inline;
    float: right;
    color: #3761a7; }
.category-list .category-title {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: .2em;
  color: #000;
  margin-bottom: 15px; }
.category-list ul {
  margin-bottom: 30px; }
.category-list li {
  padding: 8px 12px;
  xmargin-bottom: 8px;
  font-size: 1em;
  position: relative;
  left: -12px;
  cursor: pointer;
  letter-spacing: .5px;
  display: inline-block;
  width: 50%; }
.category-list li:hover {
  background: #eee url(./../images/anim_diagonal.gif); }
  .category-list li:hover .glyphicon {
    display: inline;
    float: right;
    color: #3761a7; }

.title-sort h4 {
  font-size: .9em;
  font-weight: 800;
  letter-spacing: .2em;
  display: inline-block;
  padding-right: 20px; }

.item-list {
  padding-top: 20px; }
  .item-list li {
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee; }

.item-titles {
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 1.2em; }
  .item-titles a {
    color: #000; }

.item-text {
  padding-top: 5px;
  margin-bottom: 0;
  xmax-height: 0;
  overflow: hidden;
  xfont-size: 1.2em;
  color: #666; }

.item-text.itemopen {
  padding-top: 10px;
  margin-bottom: 10px;
  max-height: 200px; }

.item-created {
  line-height: 30px; }

.item-category-list {
  max-height: 0;
  overflow: hidden; }

.item-category-list.edit {
  max-height: 100%; }

.add-item .item-category-list.view {
  max-height: 100%; }

.item-category-list.itemopen {
  max-height: 200px; }

.item-url {
  max-height: 0;
  display: block;
  overflow: hidden; }

.item-url.itemopen {
  max-height: 100px; }

footer {
  color: #fff;
  line-height: 50px;
  font-size: 8pt;
  padding: 0 20px;
  letter-spacing: 1px;
  background: #4387fd; }
  footer a {
    color: #a5c9fb;
    font-size: 8pt; }

footer, .page-wrap:after {
  height: 50px; }

#footer-left {
  float: left; }

#footer-right {
  float: right; }

.item-category-container {
  padding-top: 5px; }

.add-item .item-category-list.view li {
  display: inline-block; }
.add-item .add-item-form {
  margin-top: 20px; }

.item-category-list.view li {
  display: none; }
.item-category-list.view li.active {
  display: inline-block; }

.item-category-list {
  padding-top: 5px;
  margin-bottom: 5px; }
  .item-category-list h5 {
    font-size: .8em;
    display: inline-block;
    width: 200px; }
  .item-category-list ul {
    margin-bottom: 5px; }
  .item-category-list li.category-title {
    font-weight: 800;
    width: 100px;
    border: 1px solid #eee;
    padding-left: 0; }
  .item-category-list li.item-category.active {
    color: #000;
    background: #eee;
    border-color: #fff; }
  .item-category-list li.item-category:hover {
    color: #fff;
    background: #4387fd;
    border-color: #fff; }
  .item-category-list li {
    border: 1px solid #eee;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: .7em;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    letter-spacing: 1px;
    cursor: pointer; }

.add-buttons {
  padding-top: 10px;
  margin-bottom: 10px; }

li.add-view {
  border-bottom: none; }

.add-item h4 {
  margin-bottom: 20px; }

.edit-item-form.alert {
  margin-top: 10px; }

/* ----------------------------
 * 	Animations
 * ---------------------------- */
/*
.box {
  margin: 50px auto;
  background: #5FCF80;
  width: 150px;
  height: 150px;
}

.box:hover {
  transform: rotate(360deg);
  background: #9351A6;
  border-radius: 50%;
}

.rotate {
  transition: all 0.5s ease-in-out;
}

.rotate:hover {
  transition: all 1s ease-in-out;
}

*/
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* ----------------------------
 * 	Bootstrap formatting
 * ---------------------------- */
.search-form .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fff; }

.item-add .form-control,
.item-edit .form-control {
  border: 0px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 0; }

.input-group-addon,
.input-group-button {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fff;
  outline: none; }

input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.fa {
  font-size: 1.2em;
  position: relative;
  left: 5px; }

input.search-items {
  border-left-width: 0px;
  width: 200px;
  padding: 25px;
  font-size: 1.4em; }

.pagination {
  xmargin-bottom: 30px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4787e7;
  border-color: #4787e7; }

.btn {
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: .2px; }
  .btn a {
    color: #333; }

.btn:hover {
  color: #fff;
  background-color: #4787e7 !important; }
  .btn:hover a {
    color: #fff;
    text-decoration: none; }

.btn.social i {
  margin-right: 5px;
  left: 0; }

i[class*="icon"] {
  line-height: 1;
  margin-right: 5px; }

@media (min-width: 1200px) {
  .container {
    width: 1000px; } }

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