body {font-family:'MiSans' !important;}
@font-face {
  font-family: 'MiSans';
  src: url('MiSans.eot'); /* IE9 Compat Modes */
  src: url('MiSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('MiSans.woff2') format('woff2'), /* Super Modern browsers */
       url('MiSans.woff') format('woff'), /* Pretty Modern browsers */
       url('MiSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('MiSans.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.bodybg {
	/* background-image: -o-linear-gradient(312deg, rgba(108, 72, 242, 255) 10%, rgba(54, 128, 255, 255) 50%, rgba(40, 79, 250, 255) 80%); */
	/* background-image: linear-gradient(138deg, rgba(108, 72, 242, 255) 10%, rgba(54, 128, 255, 255) 50%, rgba(40, 79, 250, 255) 80%); */
	background-image: linear-gradient(180deg, rgb(15,5,54) 62%, rgb(63,105,177) 87%);
	/* background-size: 200% 900px; */
	
	background-repeat: repeat-x;
	background-position: 0 0;
	-webkit-animation: itopani 5s linear infinite;
	animation: itopani 5s linear infinite;
	height: 100vh;
}

@-webkit-keyframes itopani {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 50% 0
	}

	100% {
		background-position: 0 0
	}
}

@keyframes itopani {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 50% 0
	}

	100% {
		background-position: 0 0
	}
}


.book-box {
	/* height: 160px; */
	position: relative;
	perspective: 1000;
	-webkit-perspective: 1000;
	/* margin-top: 30px */
	padding-top: 30px;
}

.book-box::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 100%;
	max-width: 1000px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transform: rotateX(76deg) translateX(-50%);
	transform: rotateX(76deg) translateX(-50%);
	-webkit-box-shadow: 0 60px 100px rgba(42, 45, 52, 0.4);
	box-shadow: 0 12px 12px rgba(42, 45, 52, 0.4)
}

.bookshelf {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bookshelf-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	background-image: url("../images/bg21.png");
	background-position: top left;
	background-size: cover;
	/* width: calc(92%/3); */
	
	/* height: calc(92%/4); */
	position: relative;
	box-shadow: 0 4px 8px rgba(42, 45, 52, 0.4);
}

.book-title {
	text-transform: Uppercase;
	line-height: 90%;
	font-size: 6.8rem;
	font-weight: bold;
	color: #fd7e14;
	/* padding: 70px 0; */
}

.book-subtitle {
	/* margin-top: 10px; */
	margin-bottom: 10px;
	font-size: 1.875rem;
	color: #fff;
	text-align: left;

}

.book-ct-list {
	text-shadow: 0 0 4px #4c4c4c;
	/* margin-top: 1.875rem; */
	/* text-align: right; */
}

.book-ct-list h4{
	color: #fff;
	font-weight: bold;
}

.book-ct-list a {
	font-size: 0.875rem;
	color: #fff;
}

.book-ct-list a:hover {
	color: #fff;
	text-decoration: underline;
}
.host-info{
	display: flex;
	align-items: center;
	/* flex: 1; */
}
.host-info .items1{
/* 	text-align: right; */
	/* flex: 1; */
	font-size: 18px;
	color: #fff;
	line-height: 121%;
	font-weight: bold;
	/* margin-right: 10px; */
}
.host-info .items1 p{
	margin-bottom: 0;
}

.host-info .host-logo{
	/* width: 27%; */
	transform: translateY(-3px);
	
}
.host-info .items2 {
	margin-left: 10px;
	position: relative;
	/* text-align: right; */
	/* border-bottom: 2px solid #ffffff; */
	color: #ffffff;
}
/* .host-info .items2:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #ffffff;
	height: 2px;
	width: 2.5rem;
	right: 0;
	bottom: 0;
} */
.host-info .items2 p {
	margin-bottom: 0;
}

.periods {
	position: relative;
	border: 1px solid #ffffff;
	padding: 10px;

	/* padding-left: 0.625rem; */
	text-align: left;
}

.periods:after {
	content: "";
	display: block;
	position: absolute;
	width: 66px;
	top: 47px;
	right: -6px;
	z-index: 1;
	background-color: #ffffff;
	height: 1px;
	transform: rotate(117deg);

}

.periods .date {
	/* font-size: 18px; */
	color: #fff;
	/* border-bottom: 2px solid #ffffff; */
	padding-bottom: 2px;
}

.periods .types1 {
	font-size: 0.875rem;
	/* padding-bottom: 24px; */
}

.periods .types {
	display: flex;
	align-items: flex-end;
	/* letter-spacing: -8px; */

	color: #fff;
}

.periods .types .t1 {
	/* letter-spacing: -3px; */
	line-height: 100%;
	font-size: 2.875rem;
	font-weight: bold;
	margin-right: 10px;
}

.periods .types .t2 {
	line-height: 100%;
	margin-left: 14px;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: bold;
}

.periods .types3 {
	font-size: 0.875rem;
	/* text-align: left; */
	/* padding-top: 24px; */
}

.book-box .thickness {
	width: 7px;
	position: absolute;
	top: 0;
	right: -6px;
	height: 100%
}

.book-box .thickness div {
	width: 1px;
	position: relative;
	display: inline-block
}

.book-box .thickness div:nth-child(1) {
	background-color: #CBCBCB;
	height: 100%
}

.book-box .thickness div:nth-child(2) {
	background-color: #E3E2E2;
	height: calc(100% - 1px);
	top: -1px
}

.book-box .thickness div:nth-child(3) {
	background-color: #CBCBCB;
	height: calc(100% - 4px);
	top: -2px
}

.book-box .thickness div:nth-child(4) {
	background-color: #E3E2E2;
	height: calc(100% - 6px);
	top: -3px
}

.book-box .thickness div:nth-child(5) {
	background-color: #CBCBCB;
	height: calc(100% - 8px);
	top: -4px
}

.book-box .thickness div:nth-child(6) {
	background-color: #E3E2E2;
	height: calc(100% - 10px);
	top: -5px
}

.footer{
	/* display: flex;
	 
	 text-align: left; */
	/* justify-content: space-around; */
	align-items: center;
	 color: #fff;
	 text-shadow:0 0 4px #4c4c4c;
	/* border-top: 1px solid #ffffff; */
	/* font-size: 0.875rem; */
	
}
.footer a{
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .copyright{
	transform: translateY(3px);
	/* flex: 1; */
	/* padding-left: 10px; */
	font-size: 0.75rem;
}
.footer p {
	margin-bottom: 5px;
}



@media (max-width:767.98px) {
	.host-info{
		margin-bottom: 10px;
	}
	.host-info .host-logo {
	    width: 55%;
	}
	.book-title{
		font-size: 52px;
	}
	.book-subtitle{
		font-size: 18px;
	}

	.bookshelf-wrap {
		width: 80%;
		height: calc(100vh - 65px);
	}
	.book-ct-list{
		margin-top: 1.25rem;
	}
	.book-ct-list h4{
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.bookshelf-wrap {
		width: 595px;
		height: calc(100vh - 120px);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.bookshelf-wrap {
		width: 595px;
		height: calc(100vh - 120px);
	}
}

@media (min-width: 1200px) {
	.bookshelf-wrap {
		width: 595px;
		height: calc(100vh - 120px);
	}
}