/*
	Ex Machina by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.674f50d287a8.eot?v=4.0.1");src:url("../fonts/fontawesome-webfont.674f50d287a8.eot?#iefix&v=4.0.1") format('embedded-opentype'),url("../fonts/fontawesome-webfont.fee66e712a8a.woff?v=4.0.1") format('woff'),url("../fonts/fontawesome-webfont.b06871f281fe.ttf?v=4.0.1") format('truetype'),url("../fonts/fontawesome-webfont.acf3dcb7ff75.svg?v=4.0.1#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h1
	{
		font-weight: bold;
	}

	h1,h2,h3,h4,h5,h6
	{
		letter-spacing: 1px;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}

	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #000;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
		line-height: 1.7em;
	}

	header h1
	{
		line-height: 1.2em;
	}


		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
			text-transform: uppercase;
			font-size: 1.4em;
		}

	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */

		section,
		article
		{
			margin-bottom: 3em;
		}

		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}

			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}

			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.default li
			{
				display: block;
				padding: 2em 0em 1.25em 0em;
				border-top: 1px solid #303030;
			}

			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}

			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}

			ul.default a:hover
			{
				text-decoration: underline;
			}

		ul.style1
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.style1 li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}

			ul.style1 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}

			ul.style1 img
			{
			}


		ul.style2
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.style2 li
			{
				padding: 1.90em 0em 1.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}

			ul.style2 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}

			ul.style2 img
			{
				float: left;
				padding-right: 1em;
			}

		ul.style5
		{
			overflow: hidden;
			margin: 0em 0em 1em 0em;
			padding: 0em;
			list-style: none;
		}

			ul.style5 li
			{
				float: left;
				padding: 0.25em 0.25em;
				line-height: 0;
			}

			ul.style5 a
			{
			}



	/* Buttons */

		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 0.50em 1.5em;
			background: #e95d3c;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #de3d27;
				color: #FFF !important;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #FFF;
	}

		#header .container
		{
			position: relative;
			padding: 4em 0em;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		left: 0em;
		top: 3em;
	}

		#logo p
		{
			color: #323338;
		}

		#logo a
		{
			display: block;
			text-decoration: none;
			font-size: 2.8em;
			font-weight: 600;
			color: #323338;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0em;
		top: 2.2em;
	}

		#nav > ul > li
		{
			float: left;
		}

			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.80em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #333;
			}

			#nav li.active a
			{
				background: #e95d3c;
				border-radius: 5px;
				color: #FFF;
			}

			#nav > ul > li > ul
			{
				display: none;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 6em 0em;
		background: url("/static/images/banner.859e9ece122c.jpg") no-repeat center;
		background-size: cover;
		color: #fff;
	}
	@media screen and (max-width:980px ) {
		#banner
		{
			position: relative;
			padding: 6em 0em;
			background: url("/static/images/banner-md.1045f6c5ef9c.jpg") no-repeat center;
			background-size: cover;
			color: #fff;
		}
	}
	@media screen and (max-width:576px ) {
		#banner
		{
			position: relative;
			padding: 6em 0em;
			background: url("/static/images/banner-sm.31a9fcfbb8ac.jpg") no-repeat center;
			background-size: cover;
			color: #fff;
		}
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		background: #fff;
	}

	#main
	{
		border-top: 1px solid;
		border-color: rgba(0,0,0,.2);
	}

	.sidebar header h2
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		color: rgba(255,255,255,.4);
	}

	#footer .container
	{
	}

	#footer h2
	{
		padding-bottom: 1.5em;
		color: #FFF;
	}

	#footer strong
	{
		color: rgba(255,255,255,.7);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		position: relative;
		padding: 3em 0em;
		border-top: 1px solid #303030;
		letter-spacing: 1px;
		text-align: center;
		color: rgba(255,255,255,.4);
	}

	#copyright .container
	{
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.4) !important;
	}

/*********************************************************************************/
/* Marketing                                                                     */
/*********************************************************************************/

	#marketing
	{
		position: relative;
	}

	#marketing header h2
	{
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		position: relative;
	}

	#featured .divider
	{
		border-bottom: 1px solid #303030;
	}

	#featured .box
	{
		background: #FFF;
		padding: 1.4em;
		font-size: 0.95em;
	}

	blockquote
	{
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
	}

	.balloon {
		padding: 1.87em;
		background: url("images/img08.bfef5b7d397e.jpg") repeat left top;
		border-radius: 5px;
		line-height: 180%;
		font-size: 1.2em;
		color: #333;
	}

	.ballon-bgbtm {
		height: 1.87em;
	}

	.balloon strong
	{
		color: #333 !important;
	}

	/*
	page
	*/
			.pagination {
				display: inline-block;
				padding-left: 0;
				margin: 20px 0;
				border-radius: 4px;
			}
			.pagination > li {
				display: inline;
			}
			.pagination > li > a,
			.pagination > li > span {
				position: relative;
				float: left;
				padding: 6px 12px;
				margin-left: -1px;
				line-height: 1.42857143;
				color: #337ab7;
				text-decoration: none;
				background-color: #fff;
				border: 1px solid #ddd;
			}
			.pagination > li:first-child > a,
			.pagination > li:first-child > span {
				margin-left: 0;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
			}
			.pagination > li:last-child > a,
			.pagination > li:last-child > span {
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
			}
			.pagination > li > a:hover,
			.pagination > li > span:hover,
			.pagination > li > a:focus,
			.pagination > li > span:focus {
				z-index: 2;
				color: #23527c;
				background-color: #eee;
				border-color: #ddd;
			}
			.pagination > .active > a,
			.pagination > .active > span,
			.pagination > .active > a:hover,
			.pagination > .active > span:hover,
			.pagination > .active > a:focus,
			.pagination > .active > span:focus {
				z-index: 3;
				color: #fff;
				cursor: default;
				background-color: #337ab7;
				border-color: #337ab7;
			}
			.pagination > .disabled > span,
			.pagination > .disabled > span:hover,
			.pagination > .disabled > span:focus,
			.pagination > .disabled > a,
			.pagination > .disabled > a:hover,
			.pagination > .disabled > a:focus {
				color: #777;
				cursor: not-allowed;
				background-color: #fff;
				border-color: #ddd;
			}
			.pagination-lg > li > a,
			.pagination-lg > li > span {
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
			}
			.pagination-lg > li:first-child > a,
			.pagination-lg > li:first-child > span {
				border-top-left-radius: 6px;
				border-bottom-left-radius: 6px;
			}
			.pagination-lg > li:last-child > a,
			.pagination-lg > li:last-child > span {
				border-top-right-radius: 6px;
				border-bottom-right-radius: 6px;
			}
			.pagination-sm > li > a,
			.pagination-sm > li > span {
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
			}
			.pagination-sm > li:first-child > a,
			.pagination-sm > li:first-child > span {
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			.pagination-sm > li:last-child > a,
			.pagination-sm > li:last-child > span {
				border-top-right-radius: 3px;
				border-bottom-right-radius: 3px;
			}

			.vd-link {margin:10px 0 0;}
			.vd-link a{display:block;font-size:18px;text-align:center;color: #fff;width:70%;height:50px;line-height:50px;margin:0 auto;border-radius:3px;box-shadow: 0 1px 3px rgba(34,25,25,0.2);background:#207ee2;background: linear-gradient(135deg, #207ee2 0%,#28a745 100%);}
			.vd-link a img{vertical-align: 0px;margin-right: 6px;}
			.vd-link a:hover{color: #fff;opacity:.85;}

/****************
	comic book
*/
.comicBox1 img{
	border:1px solid #e1e1e1
}

.card-border{
	border-bottom-color:#f0ad4e;
	border-bottom-width: .25rem;
	border-radius: .25rem;
}

.card-top-bottom
{
	background-color: #fff;
	color: #fff;
	margin: 0;
	border-bottom: 1px;
	padding: 4px;
}

.footer-link a{
	color:#000;
	text-decoration:none;
}

.footer-link .title{
	color:#999;
}

.album-info
{
	position: relative;
	border-bottom: 0;
	padding: 4px 4px 4px 4px;
	background: #fff;
	margin-bottom: 4px;
}

.page-clear
{
	position: relative;
	border-bottom: 0;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}

.page-clear .social-share-all {
 margin-bottom:25px
}
.page-clear .social-share-all li.social-item {
 display:inline-block;
 width:25px;
 height:25px;
 background:#999;
 margin-right:3px;
 margin-top:5px;
 -webkit-border-radius:25%;
 -moz-border-radius:25%;
 border-radius:25%
}
.page-clear .social-share-all li.social-item i {
 color:#fff;
 text-align:center;
 width:100%;
 margin-top:6px
}
.page-clear .social-share-all li.social-item:hover {
 background-color:#333
}
.page-clear .social-share-all:before {
  background: #e1e1e1;
  display: block;
  height: 1px;
  width: 78%;
  position: absolute;
  top: 19px;
  left: 0px;
  content: "";
  text-indent: -9999em;
}

.blog_btn {
    border-radius: 0;
    font-weight: 300;
}

.blog_btn.continue,
.blog_btn.back {
    display: block;
    text-align: right;
    background-color: transparent;
    color: var(--main-color);
    padding: 10px 0;
}

.blog_btn.back {
    text-align: left;
}

.blog_btn.continue:hover,
.blog_btn.continue:focus,
.blog_btn.back:hover,
.blog_btn.back:focus {
    text-decoration: none;
}

.blog_btn.continue:active,
.blog_btn.back:active {
    outline: inherit;
}
.carousel-control-next, .carousel-control-prev
{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
	/*opacity: 0.5;
	transition: opacity 0.15s ease;
	*/

	transition: opacity .15s ease;
	opacity: 0;
}

.img-flexBox{
	display: flex;
	flex-direction: column;
}

.img-flexBox1 div:first-child {
	display: flex;
	align-items: flex-start; /* new */
	margin-bottom: 2px;
}

.img-flexBox img {
 width: 100%;
 height: auto;
}

ul#album-info-list
{

}
#album-info-list>list-group-item
{

}
