﻿/* Sticky Footer */
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.innertile {
	overflow: hidden;
}

/* Center Nav items*/
.navbar-nav.nav-justified > li{
    float:none;
}


/*Audio player*/
.example {
    margin: 50px auto 0;
    width: 400px;
}
.player {
    background: transparent url('spr.png') no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    z-index: 2;
}
.title, .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url('spr.png') no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url('JazzHat Site Media/HomePage/Home Logo.jpg') no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent  url('spr.png') no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -171px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}
.controls .play:hover {
    background-position: -8px -170px;
}
.controls .pause:hover {
    background-position: -8px -197px;
}
.controls .rew:hover {
    background-position: -54px -170px;
}
.controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url('spr.png') no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background:  url('spr.png') no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 326px;
    z-index: 1;
}
.playlist li {
    color: #EEEEEE;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
}

/*Animations w00t!!*/
@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  75% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.logo{
}
.logo-clicked {
    animation:  bounceIn 6s;
}

/*KH*/
#content {
   position: relative;
   padding-bottom: 140px;
}
#content > div > *:first-child {
   margin-top: 0;
}

.tile {
    border-color:#FF0122; border-width: 2px; border-style: solid;
	list-style: none;
	margin: 0;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
}
.tile img {
	width: 100%;
	position: relative;
}
.tile .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.tile .caption > div {
	display: table;
	width: 100%;
	height: 100%;
}
.tile .caption > div > div {
	display: table-cell;
	vertical-align: middle;
}

.tile .caption h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1d1d1d;
	margin-bottom: 0;
}
.tile .caption span {
	color: #A7A7A7;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
}
.tile .caption span:after {
	content: "";
	display: block;
	height: 3px;
	width: 27px;
	background: #1d1d1d;
	text-align: center;
	margin: 25px auto 0;
}

/* tile content bg color */
.tile .caption {
	background: #00FBEF;
}
.tile .caption span:after {
	background: #666;
}

.tile .caption {
	-webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	transform: translate3d(0px, -100%, 0px);
}
.no-touch .tile:hover .caption {
	-webkit-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	transform: translate3d(0px, 0, 0px);
}
.no-touch .tile:hover img {
	-webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}
.no-touch .tile .caption, .no-touch .tile img {
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

.ie .tile .caption {
	top: -100%;
}
.ie .tile:hover .caption {
	top: 0;
}
.ie .tile:hover img {
	top: 100%;
}

/*caption 2*/

.tile .caption2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.tile .caption2 > div {
	display: table;
	width: 100%;
	height: 100%;
}
.tile .caption2 > div > div {
	display: table-cell;
	vertical-align: middle;
}

.tile .caption2 h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #00FBEF;
	margin-bottom: 0;
}
.tile .caption2 h5 {
	color: #00FBEF;
}
.tile .caption2 span {
	color: #00FBEF;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
}
.tile .caption2 span:after {
	content: "";
	display: block;
	height: 3px;
	width: 27px;
	background: #00FBEF;
	text-align: center;
	margin: 25px auto 0;
}

/* tile content bg color */
.tile .caption2 {
}
.tile .caption2 span:after {
}

.tile .caption2 {
	-webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	transform: translate3d(0px, -100%, 0px);
}
.no-touch .tile:hover .caption2 {
	-webkit-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	transform: translate3d(0px, 0, 0px);
}
.no-touch .tile:hover img {
	-webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}
.no-touch .tile .caption2, .no-touch .tile img {
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

.ie .tile .caption2 {
	top: -100%;
}
.ie .tile:hover .caption2 {
	top: 0;
}




/* IT'S TETRIS*/
/*
.picsdown {
    -webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}
.bioright {
    -webkit-transform: translate3d(350%, 0%, 0px);
	-ms-transform: translate3d(350%, 0%, 0px);
	transform: translate3d(350%, 0%, 0px);
}
.gearup {
    -webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	transform: translate3d(0px, -100%, 0px);
}


.mediaright {
    -webkit-transform: translate3d(100%, 0%, 0px);
	-ms-transform: translate3d(100%, 0%, 0px);
	transform: translate3d(100%, 0%, 0px);
}
.picsleft {
    -webkit-transform: translate3d(-50%, 0%, 0px);
	-ms-transform: translate3d(-50%, 0%, 0px);
	transform: translate3d(-50%, 0%, 0px);
}
.gearright {
    -webkit-transform: translate3d(150%, 0%, 0px);
	-ms-transform: translate3d(150%, 0%, 0px);
	transform: translate3d(150%, 0%, 0px);
}
    

.down {
    -webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}


.content{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.tile:hover > .content {
    -webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}

    */


.tile .caption {
	-webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	transform: translate3d(0px, -100%, 0px);
}
.no-touch .tile:hover .caption {
	-webkit-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	transform: translate3d(0px, 0, 0px);
}
.no-touch .tile:hover img {
	-webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
}
.no-touch .tile .caption, .no-touch .tile img {
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

.ie .tile .caption {
	top: -100%;
}
.ie .tile:hover .caption {
	top: 0;
}
.ie .tile:hover img {
	top: 100%;
}
