* {
	font-family: 'Oswald', sans-serif;
}
.output {
  margin:30px auto auto auto;
  border-top: 1px solid #eee;
  padding:20px 10px 10px 10px;
  opacity:0;
  height:0px;
  overflow:hidden;
}
.output.active {
  display:block;
  height:auto;
  opacity:1;
}
.output p {
  font-size:18px;
  line-height:29px;
  color:#000;
}
.col-md-7 pull-left {
  margin-left:0px;
  padding-left:0px; 
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size:16px;
  line-height:22px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}



/* animation */
.full-anim{-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.animOp {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.animOp:hover {
	opacity: 0.5;
}

.hidden {
  display: none;
}

.facebookToggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 0;
  left: auto;
  z-index: 2;
}

.facebookToggle--content {
  position: absolute;
  z-index: 1;
  left: 32px;
  width: 300px;
  height: 358px;
  background-color: #fff;
}

.facebookToggle--anchor {
  cursor: pointer;
  z-index: 2;
  position: relative;
  display: block;
  width: 32px;
  height: 108px;
  background-image: url('images/facebook.png');
  background-position: center;
  background-repeat: no-repeat;
}
.facebookToggle.show {
  right: 300px;
}

.nick {
  border-bottom: 1px dotted #A0A0A0;
  cursor: help;
}

.preferences--container {
  margin-top: 10px;
  display:block;
  position: relative;
  width:100%;
  padding:5px;
  background-color: #eee;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

.slogan {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  position:absolute;
}

.preferences--container a.close {
  z-index: 10;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
  color: #333;
  opacity: 0.8;
}
.preferences--container a.close:hover {
  opacity: 1;
}

.btn-group {
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .facebookToggle {
    display: none;
  }
  
  .slogan {
    display: none;
  }
  
}


/* NIGHT layout [19:00 - 6:00] */

body.night {
  background-color: #03080e;
  color: #fff;
  background-image: url('images/night.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.night .output p {
  color: #fff;
}
body.night .preferences--container {
  background-color: #303030;
}

body.night .preferences--container a.close {
    color: #fff !important;
  }