

/* ===================== Start of Custom Style ========================== */
.sm-block{
  display: none;
}
li{
	list-style: none;
}
button{
	border-radius: 5px;
	border: none;
}
.roundEdge{
	border-radius: 10px;
}
.round{
	border-radius: 50%;
}
.primary{
	color: #52184f;
}
.error{
	color:#E40000;
}
.success{
	color:#019b28;
}
.primarybg{
	/* border: 1px solid plum; */
  background: #52184f; 
  background: -webkit-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* Standard syntax */
  color: white;
}
.autobg{
	background-color: #ececec;
}
/* ===================== End of Custom Style ========================= */

*{
	box-sizing: border-box;
}
body{
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #fdfdfd;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#header{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 150px;
	width: 100%;
}
/* #header.sticky + #poster{
    margin-top: 60px;
} */
#topHeader{
	display: flex;
	width: inherit;
	justify-content: flex-start;
	align-items: center;
	height: 150px;
	border-bottom: 5px solid rgb(138, 100, 119);
	background-color: #1b0618;
}
#topHeader .left{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 20px 0 5px;
	width: 350px;
	height: 115px;
	/* z-index: 20000; */
}
#topHeader .left img{
	padding: 5px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 2px solid rgb(215, 42, 250);
	background-color: rgb(255, 245, 245);
}
#topHeader .logoCaption{
	margin-left: 20px;
	color: #ffe9fd;
}
#topHeader .logoCaption span{
	font-size: 20px;
	font-weight:900;
	letter-spacing: .2em;
}
#topHeader .right{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 80%;
	height: 100px;
	/* background-color:red; */
	padding: 0 40px ;
}
ul.login{
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
}
 ul.login li{
	color: rgb(242, 217, 255);
} 
ul.login li a:hover{
	color: rgb(253, 250, 253);
}
ul.login li.mail{
   padding: 5px 10px;
   margin: 0 20px;
   border-left: 1px solid plum;
   border-right: 1px solid plum;
}
ul.login li button{
	padding: 5px 12px;
	margin: 0 15px;
	z-index: 2000;
	transition: all 0.5s ease;
}
ul.login li button a,
ul.login li button i.fa{
	color: white; 
}
ul.login li button.login{
	box-shadow: 0 0 5px rgb(138, 100, 119);
	background-color: inherit;
}
ul.login li button.login:hover{
	box-shadow: 0 0 5px rgb(235, 229, 232);
	background-color: purple;
}
ul.login li button.checkResult{
	background-color: rgb(138, 100, 119);
}
/*ul.login button:hover{
	transform: scale(0.8, 0.8);
}
 ul.login button.register{
	background-color: #a84ab1;
	padding: 4px 15px 4px 30px;
	border-radius: 20px;
} 
ul.login button.login a{
	color: rgb(94, 11, 80);
}
ul.login button.register a{
	color: #fadbfd;
}
ul .subMenu, li{
	position: relative;
	list-style: none;
	text-decoration: none;
}
ul .subMenu ul.link{
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	width: 200px;
	background-color: #d1c4d0;
	border-radius: 0 0 8px 8px;
	display: none;
	transition: all 0.5s ease;
	z-index: 1000;
}
ul .subMenu:hover ul.link{
	display: block;
}
ul .subMenu ul.link li{
	list-style: none;
	cursor: pointer;
}
ul .subMenu ul.link li a{
	line-height: 1.5em;
	color: rgb(27, 24, 27);
	opacity: 1;
	width:inherit;
	padding: 7px 10px;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
ul .subMenu ul.link li:hover{
	opacity: 1;
	background-color: rgb(122, 189, 243)
}*/ 
.menuitem{
	width: inherit;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -35px;
	padding-right: 20px;
	/* background-color: rgb(138, 100, 119); */
	height: 65px;
	z-index: 200;
}
#header.sticky .menuitem{
	position: fixed;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	width: 100%;
	margin-top: 0;
	background-color: #1b0618;
	color: #fcf7ff;
	padding-right: 0;
	padding-left: 30px;
	z-index: 5000;
}
/* .menuitem.sticky + {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #52184f;
	color: #fcf7ff;
} */
.menuitem .mainmenu .logo{
	display: none;
}
.menuitem .mainmenu .logo img{
	width: 50px;
	height: 50px;
}
#header.sticky .menuitem .mainmenu .logo{
	display: block;
	margin-right: auto;
	background-color: white;
	border-radius: 50%;
	padding: 5px;
}
#header .menuitem .mainmenu p.Caption{
	display: none;
	margin-right: auto;
}
.menuitem .mainmenu{
	width: 90%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: inherit;
}
ul.sm-menu{
	display: none; 
}
#header.sticky .menuitem .mainmenu{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: inherit;
	background-color: inherit;
}
.menuitem .mainmenu ul.menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 ;
	margin:0;
	width: 100%;
	/* background-color: #e4d93b; */
}
#header.sticky .menuitem .mainmenu ul.menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 ;
	margin:0;
	width: 100%;
	background-color: inherit;
}

.menuitem div.bars > span{
	height: inherit;
	padding: 5px 0;
	margin-right: 20px;
}
#header.sticky .menuitem div.bars > span{
	height: inherit;
	background-color: inherit;
	padding: 5px 0;
	margin-right: 20px;
}
ul.menu i.fa-home{
	font-size: 20px;
	padding: 0;
}
ul.menu > li{
	padding: 20px 20px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	margin: 0;
	background-color: #fcf7ff;
}
#header.sticky .menuitem ul.menu > li{
	background-color: inherit;
	padding: 20px 20px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	margin: 0;
}
/* ul.menu > li.active{
	background-color: #d1c4d0;
}
#header.sticky .menuitem ul.menu > li.active{
	background-color: #da74d1;
}
#header.sticky .menuitem ul.menu > li.active a{
	color: #52184f;
} */
ul.menu > li:hover{
	background-color: #d1c4d0;
}
#header.sticky .menuitem ul.menu > li:hover{
	background-color:  #da74d1;
}
ul.menu > li > a{
	color: #252525;
}
#header.sticky .menuitem ul.menu > li > a{
	color: #dadada;
}
ul.menu > li:hover > a{
	color: #52184f;
}


@media only screen and (max-width: 840px) {
	#header{
		height: 95px;
	}
	#topHeader{
		height: 120px;
	}
	#topHeader .left{
		padding: 0 10px 0 0;
		width: 250px;
		height: 90px;
	}
	#topHeader .left img{
		width: 70px;
		height: 70px;
		padding: 7px;
	}
	#topHeader .logoCaption{
		margin-left: 10px;
		padding-top: 20px;
		color: #ffe9fd;
	}
	#topHeader .logoCaption span{
		font-size: 18px;
	}
	#topHeader .right{
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		width: 85%;
		height: 80px;
		padding: 0 10px 0 40px;
	}
	ul.login{
		font-size: 12px;
	}
	ul.login li.mail{
		padding: 2px 5px;
		margin: 0 10px;
	}
	/* .menuitem{
		margin-top: -20px;
		height: 55px;
		padding-right: 5px;
	} */
	.menuitem .mainmenu{
		height: inherit;
		width:100%;
	}
	#header.sticky .menuitem{
		padding-left: 15px;
	}
	.menuitem .mainmenu ul.menu{
		padding: 0;
		margin:0;
		height: inherit;
		width: 100%;
	}
	.menuitem.sticky .mainmenu ul.menu{
		padding: 0;
		margin:0;
		height: 55px;
		width: 100%;
	}
	ul.menu i.fa-home{
		font-size: 20px;
		padding: 0;
	}
	ul.menu > li{
		padding: 12px;
		font-size: 15px;
		font-weight: 400;
		background-color: #fcf7ff;
	}
	#header.sticky .menuitem ul.menu > li{
		padding: 20px 20px;
		font-size: 15px;
		font-weight: 400;
		background-color: inherit;
	}
}




@media only screen and (max-width: 500px) {
	.sm-block{
		display: block;
	}
	.lg-block{
		display: none;
	}
	#header{
		height: 80px;
	}
	#topHeader{
		height: 60px;
		/* border-top: 5px solid rgb(138, 100, 119); */
		border-bottom: 0;
	}
	#topHeader .left{
		justify-content: flex-start;
		padding: 0 0 0 10px;
		width: 100%;
		height: 65px;
	}
	#topHeader .left img{
		width: 50px;
		height: 50px;
		padding: 7px;
		margin: auto;
	}
	#topHeader .logoCaption span{
		font-size: 15px;
		line-height: 0.1em; 
		display: inline;
	}
	#topHeader .right{
		display: none;
	}
	.menuitem{
		margin-top: 0;
		height: 50px;
		padding-right: 0;
	}
	.menuitem .mainmenu{
		position: relative;
		height: 50px;
		width:100%;
		background-color: #fcf8ff;
		z-index: 2000;
	}
	#header.sticky .menuitem .mainmenu p.Caption{
		margin: auto 15px;
		font-weight: 600;
		font-size: 10px;
		display: block;
		width: 100%;
		height: 50%;
	}
	.menuitem .mainmenu .logo img{
		width: 35px;
		height: 35px;
	}
	.menuitem .mainmenu ul.menu, .menuitem .mainmenu ul.menu li{
		display: none;
	}
	ul.sm-menu{
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 80%;
		border-radius: 0 0 10px 10px;
		background-color: #ffffff;
		z-index: 2000;
		padding:0;
	}
	ul.sm-menu li{
		padding: 8px 15px;
		width: 100%;
		cursor: pointer;
		letter-spacing: 0.2em;
	}
	ul.sm-menu li a{
		opacity: 1;
		font-weight: 500;
		font-size: 14px;
		color: #131213;
		/* color:#252525; */
	}
	ul.sm-menu li:hover{
		background-color: #1f1e1f;
	}
	ul.sm-menu li:hover a{
		color:#ececec;
		opacity: 1;
	}
	ul.sm-menu > li:last-child{
		display:flex;
		justify-content: space-between;
		align-items: center;
		margin:0;
		padding: 10px;
		width: 100%;
		background-color: #dddddd;
	}
	ul.sm-menu > li:last-child button{
		border: 0;
		color: #f1f1f1;
		padding: 8px 20px;
		font-size: 12px;
		transition: all .6s ease;
	}
	ul.sm-menu > li:last-child button.check{
		background-color: #3877d6;
	}
	ul.sm-menu > li:last-child button.login{
		background-color: #ad3664;
	}
	ul.sm-menu > li:last-child button a,
	ul.sm-menu > li:last-child button i.fa{
		color: #f1f1f1;
	}
	ul.sm-menu > li:last-child button.check:hover{
		border: 2px solid #3877d6;
		background-color: #f1f1f1;
	}
	ul.sm-menu > li:last-child button.check:hover a{
		color: #3877d6;
	}
	ul.sm-menu > li:last-child button.login:hover{
		border: 2px solid #ad3664;
		background-color: #f1f1f1;
	}
	ul.sm-menu > li:last-child button.login:hover a,
	ul.sm-menu > li:last-child button.login:hover i.fa{
		color: #ad3664;
	}


}

