/*

Get Ready Template

https://templatemo.com/tm-521-get-ready

*/

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1 {
	color: #ffffff;
	font-size: 4em;
}

h2 {
	color: #353535;
	font-size: 2em;
}

h3 {
	color: #ffffff;
	font-size: 2em;
}

h5 {
	color: #ffffff;
	font-size: 1em;
}

p {
	color: #757575;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}



/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
/* 表格悬停行颜色 */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
color: #55ffff;
cursor: pointer;
}

.overlay {
	background: linear-gradient(to top right, #5d4f3e, #000000);
	opacity: 0.9;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-info .sc-data {
	position: relative;
	width: 100%;
}

.sc-data {
	color: #ffffff;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

.bootstrap-table {
	max-width: 95vw;
}


/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.spinner {
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #575757;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

/*---------------------------------------
      HOME          
  -----------------------------------------*/

#home {
	text-align: center;
	position: relative;
}

#home .container {
	width: 100%;
}

/* .home-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100vh;
	overflow-x: auto;
	overflow-y: auto;
	scrollbar-width: none;
} */

.home-info::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}

.countdown {
	text-align: center;
	margin: 50px 0;
	padding: 0;
}

.countdown li {
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}

.countdown span {
	font-size: 25px;
}

.countdown h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
}

.social-icon .line {
	background: #ffffff;
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 5px;
}

.social-icon li {
	display: inline-block;
	list-style: none;
}

.social-icon li a {
	border-radius: 50px;
	color: #ffffff;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
	background: #d2b48c;
	color: #ffffff;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 480px) {

	.home-info {
		padding: 0 1em 0 1em;
	}

	.countdown li {
		margin: 0 12px;
	}

	address {
		margin-top: 50px;
	}
}

@media screen and (max-width: 360px) {

	h1 {
		font-size: 1.50em;
	}

	.menu-items {
		margin: 100px 0;
	}

	.countdown span {
		font-size: 20px;
	}

	.countdown h3 {
		font-size: 12px;
	}
}
