@charset "utf-8";


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #ffcc8e;
	background-image: linear-gradient(90deg, #ffcc8e 0%, #ffb75f 100%);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#333;
}

select, input, textarea, button{
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow:first-child {
  visibility: hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #1c344d;
	background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
}
.forbidden{background-color:#d00;}



/* --------------------------------------------------------------------------------------------------- login --------------------------------------------------------------------------------------------------- */
.login-box-holder{
	width: 90vw;
	max-width: 800px;
	height: 400px;
	position: relative;
	margin: calc(50vh - 250px) auto;
}
.login-logo-holder{
	width: 190px;
	height: 190px;
	margin: 25px auto;
	text-align: center;
	position: relative;
}
.login-logo{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: block;
}

.login-form{
	width: 100%;
	height: auto;
	margin: 15px auto;
	position: relative;
}
.signup-form{
	width: 100%;
	height: auto;
	margin: 15px auto;
	position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
}
.login-input-holder{
	width: 100%;
	height: 50px;
	color: #333;
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(5px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
.login-input-icon-box{
	width: 40px;
	height: 20px;
	margin-top: 15px;
	margin-left: 5px;
	border-right: 1px solid #fff;
}
.login-input-icon{
	height: 16px;
	margin: 2px auto;
	display: block;
}
.login-input{
	width: calc(100% - 55px);
	height: 40px;
	margin-top: 5px;
	background-color: transparent;
	border: none;
	color: #3b5a7c;
	font-size: 14px;
}
.login-page-btn{
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	width: 160px;
	height: 50px;
	margin: 25px auto;
	line-height: 50px;
	text-align: center;
	background-color: #6781a7;
	background-image: linear-gradient(315deg, #6781a7 0%, #3b5a7c 100%);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.login-page-btn:hover{
	color: #fff;
	background-color: #f08943;
}
.login-switch{
	text-align: center;
	position: relative;
	color: #aaa;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
}
.login-switch-btn{
	padding: 0 10px;
	text-align: center;
	height: 26px;
	line-height: 24px;
	border-radius: 13px;
	border: 1px solid #aaa;
	color: #aaa;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
}
.login-switch-btn:hover{
	background-color: #f08943;
	border: 1px solid #f08943;
	color: #fff;
}
.login-forgot{
	float: right;
	text-align: right;
	font-size: 12px;
	color: #aaa;
	display: block;
	margin-top: 5px;
	padding-right: 5px;
}










/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



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

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
	
}
