#tm-content{
  background:none;
  padding:0px;
  border:0px;
  box-shadow:none;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #940000;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  -webkit-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
          box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.1s ease-out;
     -moz-transition: width 0.1s ease-out;
       -o-transition: width 0.1s ease-out;
          transition: width 0.1s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #940000;
  border: 1px solid #940000;
  z-index: -1;
}

/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #670000;
  float: left;
  cursor: pointer;
  width: 325px;
  color:#fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
overflow:hidden;
border:1px solid #440000;
}

.tiles-wrap.wookmark-initialised.animated li {
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li:hover img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #480000;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  color: #fff;
  text-align: center;
  /* display: table-cell; */
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}

/**
 * Filters
 */
#filters {
  list-style-type: none;
  text-align: center;
  margin: 0 5% 0 5%;
}

#filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#filters li {
  font-size: 12px;
  float: left;
  padding: 6px 8px 4px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.15s ease-out;
     -moz-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#filters li:hover {
  background: #4281f5;
  color: #ffffff;
}

#filters li.active {
  background: #4281f5;
  color: #ffffff;
}



.imageholder{
  float:left;
  width:60%;
}

.imageholderborder{
  margin:auto;
  border:1px solid #670000;
  border-radius: 3px;
  overflow:hidden;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}


.imagedetails{
background:rgba(103, 0, 0, 0.7);
  padding: 10px 20px 10px 20px;
  color:#fff;
  box-sizing: border-box; 
  border-radius: 3px;
  border:1px solid #670000;
}

.imagebutton{
  background:#666;
  color:#fff;
  box-sizing: border-box; 
  border-radius: 3px;
  margin-top:25px;
  overflow:hidden;
  display:block;
}

.buttonicon{
  background:#555;
  float:left;
  padding:9px 15px 10px 15px;
  color:#fff;
}

.buttonicon img{
  height:20px;
}

.buttontext{
  padding:10px 20px 10px 20px;
  color:#fff;
  margin-left:40px;
}

.imagebutton:hover {
  background:#555;
}

.imagebutton:hover .buttonicon {
  background:#670000;
}




.imagedetails h1{
  font-size:22px;
  color:#fff;
}


.imagetitle{
  border-bottom:1px solid #fff;
}


.imagecredits{
  color:#fff;
  font-size:18px;
  font-weight:bold;
  margin-top:30px;
}

.credits{
margin-top:0px !important;
}


.tiletitle{
  padding:22px;
  font-size: 18px;
  transform: translateZ(20px);
}

.titledesc{
  padding: 0px 22px 22px 22px;
  font-size:12px;
  text-align:left;
  min-height:80px;
}


@media only screen and (max-width: 900px) {
  .imageholder{
	  float:none;
	  width:100%;
	}

	.imagedetails{
	  float:none;
	  width:100%;
	  margin-top:25px;
	}
		

	.imagebutton{
		  width:80%;
	}
}



/* ========================================================================
   Web Comic Component
 ========================================================================== */

 .mainlayout{
  background:rgba(100,100,100,0.1);
  border: 1px solid #444;
  padding: 20px;
  box-shadow:none;
}

.mainlayout .comicpage{
  background:#fff;
  padding:40px;
  text-align:center;
  margin:40px;
}

.mainlayout h2{
  margin-bottom:40px;
}

.mainlayout .pageme{
  text-align: center;
  margin:60px;
  margin-bottom:75px;
}

.mainlayout .pageme a{
  padding:20px;
  margin:10px;
  color:#fff;
  background:#940000;
  border: 1px solid #940000;
}
.mainlayout .pageme a:hover{
  background:rgba(148,0,0,0.3);
  border: 1px solid #940000;
}

.mainlayout .pageme .author{
  padding:20px;
  margin:10px;
  color:#fff;
  background:rgba(148,0,0,0.3);
  border: 1px solid #940000;
}


.mainlayout .comiccomments{
  background:#fff;
  padding:40px;
}

.comicdesc{
  border-top:1px solid #ddd;
  padding-top:40px;
  margin-top:40px;
}





.tm-overlay-content {
  position:absolute;
  bottom:30px;
  left:30px;
  width:65%;
  padding:25px !important;
  background:rgba(0,0,0,0.75);
}

.tm-overlay-content .uk-h1{
  font-size:28px;
  line-height:30px;
}

.imagewrap{
  background:rgba(255, 255, 255, 0.2);
  text-align:center;
  padding:130px 0px 130px 0px;
  border:1px solid #fff;
  border-radius: 10px
}


.lyricpage .ml-nopad{
  background:rgb(0,0,0,0.7);
  padding-top:40px;
  padding-bottom:30px;
  border-radius: 10px;
  margin-bottom:40px;
}

.lyricpage .ml-nopad p strong{
  font-size:22px;
}