/* =============================================================================
   My CSS
   ========================================================================== */
/* ---- base ---- */
/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/*        other         */
html {
  height: 120%;
}
body {
  height: 100%;
  margin: 0;
}
#content_wrap {
  background: #643238 url(../img/bg.jpg) no-repeat left top;
}
canvas {
  top: 0;
  margin: 0;
  display: block;
  vertical-align: bottom;
  position: fixed;
	z-index: 0;
}

.tC{
	text-align: center;
}

.top_cont h3{
  font-family: 'Alex Brush', cursive;
	font-size:4rem;
	text-align: center;
	margin:0 0 1em 0;
}
.top_cont h4{
	font-size:1rem;
	margin:0 0 1em 0;
	border-bottom: 1px solid #fff;
}

.bx-wrapper {
	box-shadow: none !important;
    border:none !important;
    background: #fff;
}


#aniimated-thumbnials{
	font-size:0;
}
#aniimated-thumbnials a{
	display: inline-block;
	margin:0;
	padding:0;
	width:24.6%;
}
#aniimated-thumbnials a img{
	width:100%;
}
.mb0{
	margin-bottom: 0;
}
.info{
	text-align: center;
	margin:0 auto;
	display: inline-block;
	border:1px solid #fff;
	padding:3px 6px;
}