html,body{
    height: 100%;
}

body {
    background: #fff;
    padding-top: 64px;
}

footer {
    position:relative;
    z-index:2;
}

a.active {
    text-decoration:underline;
}

h7,.small-text {
    font-size:11px;
}

#header {
    min-height:100%;
    min-height:calc(100% - 1px);
    width:100%;
}

#nav.pinned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#nav.pin-top {
    display:none;
}

#navSearch {
    /*margin-top: 64px;*/
}

#nav .row {
    margin-bottom:0;
}

#searchRow {
    margin-left:4px;
    margin-right:4px;
}

#push {
    min-height:100%;
    min-height:calc(100% - 1px);
    position:relative;
    top:0;
    z-index:-3;
}

.tag {
    padding:3px 6px;
    font-size:13px;
    line-height:27px;
    white-space: nowrap;
}

.logo {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.logo img {
    vertical-align: middle;
    margin-bottom: 5px;
}

.favicon {
    vertical-align:middle;
    width:26px;
    height:26px;
    border-radius:50%;
    border: 1px solid #bbb;
    border: 1px solid rgba(210,210,210,0.8);
}

.favicon-lg {
    width:62px;
    height:62px;
}

.grayscale {
  -webkit-filter: brightness(0.90) grayscale(94%) contrast(110%);
  -moz-filter: brightness(0.90) grayscale(94%) contrast(110%);
  filter: brightness(0.90) grayscale(94%) contrast(110%);
  opacity:1;
}

.grayscale:hover {
  -webkit-filter: initial;
  -moz-filter: initial;
  filter: initial;
  opacity:1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

h1 {
    font-size:3em;
}

h2, h3 {
    font-weight:200;
}

h1, h5, h6, .brand-logo {
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}


.heading {
    font-size: 19px;
    font-weight: 700;
    vertical-align: bottom;
    line-height: 19px;
    margin: 4px 0px;
}

.label {
    font-weight:800;
}

.loader {
    width:60px;
    margin:0 auto;
    padding:30px;
}

.loader .element {
    text-align:center;
    color:#fff;
    position:relative;
    left:-6px;
}

footer.nav {
    font-family: 'Roboto Condensed', sans-serif;
}

.pagination {
   display:inline-block;
}

.pagination li.active {
   background-color: #454545;
   color:#eee;
}

.collapsible-header-lg {
    height:auto;
    overflow:auto;
    padding:2px;
}

.card.flat, .card-panel.flat, nav.flat, .collapsible.flat {
    box-shadow:0 0 0 0, 0 0 0 0;
    border:0;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
      font-size: 1.5rem;
    }
}

.card.small .card-action {
  border-top: 1px solid rgba(160,160,160,0.2);
  padding: 12px;
}

.card-100 {
    height: 100px;
    overflow: hidden;
    padding-top: 10px;
}

.card-80 {
    height: 80px;
    overflow: hidden;
    padding-top: 8px;
}

.card-image.card-max-600 {
    overflow: hidden;
    height:600px;
}

/* label color */
.input-field label {
 color: #444;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #444;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}
/* valid color */
.input-field input[type=text].valid {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}
/* invalid color */
.input-field input[type=text].invalid {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: #444;
}

.ph-green {
  background-color: #00b27f;    
}

.ph-orange {
  background-color: #da552f;
}

.count-circle {
  background: #00b27f;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(255,255,255,0.5);
  color: #fff;
  position: absolute;
  z-index:2;
  text-align: center;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 21px;;
}

.count-circle-hunter {
   background-color: #da552f;
}

.count-circle-who {
   background-color: #6d4c41
}


.collapsible-body.active {
  display:block !important;
}

.tags {
  padding-top: 5px;
}

.tags .tag {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 19px;
  float:left;
  border:1px solid #ccc;
  margin-right:2px;
}

.ph {
    font-family: Verdana, sans-serif;
    font-weight: 600;
    text-transform:none;
    color:#da552f;
}

.al {
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform:none;
}

.tw {
    font-family: "gazebo-cond-light-font","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 300;
    text-transform: none;
}

.dropdown-content {
    width:auto !important;
    top:inherit !important;
}

.detail > .col {
    padding: 1.1em;
}

.crush:hover li {
    width:58px;
    /* hover in speed */
    transition:width 0.55s;
	-webkit-transition:width .55s;
	-moz-transition: width 0.55s;
}

.crush:hover li .badge {
    display:inline;
}

.crush li {
    width:25px;
    /* hover out speed */
    transition:width 0.45s;
	-webkit-transition:width .45s;
	-moz-transition: width 0.45s;
}

.crush li img {
    width:50px;
    height:50px;
    border-radius:50%;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

#carbonads {
  background-color: #e8e8e8;
  background-color: rgba(245,245,245,0.9);
  height: 130px;
  line-height: 1.2;
  width: 300px;
  padding: 4px;
  border: 1px dashed #ddd;
  margin: 0 auto;
}

#carbonads .carbon-wrap {
  padding: 9px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#carbonads .carbon-img {
  float: left;
  height: 100px;
  width: 130px;
}

#carbonads .carbon-text {
  color: #545454;
  float: left;
  font-weight: 400;
  height: 50px;
  margin-top: 9px;
  margin-left: 9px;
  width: 119px;
}

#carbonads .carbon-poweredby {
  color: #999;
  float: left;
  font-weight: 400;
  padding-left: 9px;
  padding-top: 25px;
  font-size: 11px
}
