.article.enlarge-image-control{
height: 30px;
width: 30px;
position: absolute;
top: auto;
z-index: 20;
}
.enlarge-image-control.first-slide{
  left: 93.5%;
}
.enlarge-image-control.first-slide.single-image{
  left: 91.5%;
}
.enlarge-image-control.second-slide{
  left: 93%;
}
.right.carousel-control.show-enlarge-image{
 top: 40px;
}
.article-images-popup .popup-middle{
 background-color: #fff;
}
.article-images-popup .article-image-caption p{font-size: 20px;}

.article-images-popup .comic-header {
  margin-top: 13px;
  margin-bottom: -6px;
}
.article-images-popup .article-detail .article-image {
  text-align: center;
  max-height: 60vh;
  overflow: auto;
}
.article-images-popup .article-detail .article-image-caption {
  margin: 20px 0 30px;
  text-align: center;
}
.article-images-popup .cc-navigation {
  overflow: hidden;
  padding-bottom: 16px;
}

/* Css for article image popup. */

	.article-popup-background.background {
		position: fixed;
		background-color: rgb(0 0 0);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
	}
	.article-images-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 5px;
		display: block;
		z-index: 9999;
	}
	.comic-popup .popup {
		background-color: #fff;
		padding: 15px 5px;
		overflow-y: auto;
		max-height: 775px;
	}
	.comic-popup .popup hr {
		margin-top: 13px;
	}
	.comic-popup .col-md-6 {
		padding: 0 3px;
	}
	.comic-popup .left-ad {
		padding-right: 3px;
	}
	.comic-popup .right-ad {
		padding-left: 3px;
	}
	.comic-header {
		display: inline-flex;
		margin: 0;
		width: 100%;
	}
	.comic-title {
		color: #050505;
		font-size: 16px;
		font-weight: 600;
		justify-content: center;
		text-align: center;
		margin-left: 3px;
		width: 100%;
		padding: 7px 0 0;
	}
	.comic-title span {
		font-weight: 600 !important;
	}
	.comic-title a, .comic-title a:focus, .comic-title a:active {
		text-decoration: underline;
    color: inherit;
		font-size: inherit;
    font-weight: inherit;
	}
  .comic-title a:hover{
    color: blue;
  }
	.comic-header button {
		margin-right: 3px;
	}
	.comic-detail {
		overflow: auto;
		max-height: 615px;
	}
	.comic-popup img {
		width: 100%;
	}
	.left-ad, .right-ad {
		overflow: hidden;
		max-height: 775px;
	}
	.comic-article h2:hover, .cartoon-article h2:hover {
		color: #111111;
	}
	.comic-article .readCount.enlarge_popup, .cartoon-article .readCount.enlarge_popup {
		font-size: 18px;
		font-family: georgia, "times new roman", times, serif;
	}
	.comic-article .readCount.enlarge_popup:hover, .cartoon-article .readCount.enlarge_popup:hover {
		color: #111111;
	}

	.cc-navigation {
		width: 100%;
		text-align: center;
		margin-top: 15px;
    color: #444444;
	}
	.cc-navigation .cc-previous {
		width: 50%;
		display: inline;
		margin: 20px;
	}
	.cc-navigation .cc-next {
		width: 50%;
		display: inline;
		margin: 20px;
	}
	.cc-navigation a {
		text-decoration: none;
		display: inline-block;
		padding: 12px 18px;
      	font-size: 29px;
	}
	.cc-navigation a:hover {
		background-color: #337ab7;
		color: black;
	}
	.cc-navigation a:hover, .cc-navigation a:active, .cc-navigation a:visited, .cc-navigation a:focus {
		text-decoration: none !important;
	}
	.cc-navigation .previous {
		background-color: #337ab7;
		color: #fff;
	}
	.cc-navigation .next {
		background-color: #337ab7;
		color: #fff;
	}
	.cc-navigation .round {
		border-radius: 50%;
	}
	.left-ad .field--name-body, .right-ad .field--name-body {
		border: 1px solid #BBBBBB;
	}
  .cc-navigation .key-control-tip {
    display: flex;
    align-items: center;
    font-weight: bold;
    /* color: #111111; */
  }
  .cc-navigation .key-control-tip .sign{
    display: content;
  }
  .cc-navigation .key-control-tip .colon-sign,
  .cc-navigation .comics-cartoons-type .colon-sign{
    font-size: 30px;
    font-family: auto;
  }
  .cc-navigation .key-control-tip .escape-sign{
    border: 3px solid;
    border-radius: 5px;
    font-size: 25px;
    padding: 2px 5px 0px 5px;
    background: #eee;
    /* font-weight:600; */
  }
  .cc-navigation .key-control-tip .left-arrow-key{
    border: 3px solid;
    border-radius: 5px;
    font-size: 25px;
    padding: 2px 7px 0 7px;
    background: #eee;
  }
  .cc-navigation .key-control-tip .right-arrow-key{
    border: 3px solid;
    border-radius: 5px;
    font-size: 25px;
    padding: 2px 7px 0 7px;
    background: #eee;
  }
  .cc-navigation .comics-cartoons-type{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 10px 0 0 0;
  }
  .cc-navigation .comics-cartoons-type label{
    font-size: 17px;
  }
    .cc-navigation .comics-cartoons-type select{
    width: 150px;
  }
	/* Comics & Cartoons Ads for Mobile Version */
	@media screen and (max-width: 991px) {
		.article-images-popup {
			padding: 0;
		}
		.article-images-popup .left-ad, .article-images-popup .right-ad {
			padding: 0 3px;
			max-height: 600px;
            overflow-y: scroll;
		}
		.left-ad, .right-ad {
			max-height: 733px;
		}
    .article-images-popup .cc-navigation .key-control-tip {
      display: none;
    }
    .article-images-popup .comics-cartoons-type{
    display: block;
    margin-top: 10px;
    }
	}
