/* width */
::-webkit-scrollbar 
  {
    width: 5px;
  }

/* Track */
::-webkit-scrollbar-track 
  {
    background: #476f7e; 
  }
 
/* Handle */
::-webkit-scrollbar-thumb 
  {
    background: #144659; 
  }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
  {
    background: #0c2f3c; 
  }
html
	{
		width: 100%;
		height: 100%;
	}
  body
  {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-color: #2ab;
/*		background-image: url('../images/seven_sisters.jpg'); */ 
    background-position: center;
    background-repeat: no-repeat;
/*    background-size: auto 100%; */
    background-size: cover;
		font-family: calibri, tahoma, arial;
		font-size: 0.9em;
		color: #fff;
/*		transition: background-image 500ms ease-in-out; */
	}
	body.blur
	{
/*		background-image: url('../images/background_demon_blur.jpg'); */
	}
	body.noblur
	{
/*		background-image: url('../images/background_demon.jpg'); */
	}
	#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(50,50,50,0.5);
    z-index: 20;
    opacity: 0;
    transition: opacity 500ms;
  	-moz-transition: opacity 500ms;
  	-webkit-transition: opacity 500ms;
  }
	a:link {text-decoration: none; color:#888;}
	a:visited{text-decoration:none; color:#888;}
	a:active{text-decoration:none; color:#888;}
	a:hover{text-decoration:underline; color:#888;}

	#content
	{
		height: 100%;
		width: 100%;
/*		background-image: url(../images/seven_sisters.jpg); */
    background-color: #fff;
/*    background-blend-mode: */ 
		background-size: cover;
    background-position: center
    background-repeat: no-repeat;
/*    -o-transition: 8s;
    -ms-transition: 8s;
    -moz-transition: 8s;
    -webkit-transition: 8s;  */
    transition: filter 8s ease-in-out, width 12s ease-in-out, height 12s ease-in-out;
	}
	#content_cover
	{
    transition: opacity 0.3s linear;
	}
	#main_header
	{
		height: 100px;
	}
	#menu_header
	{
		height: 30px;
		font-family: arial, helvetica;
		font-size: 0.9em;
		letter-spacing: 1px;
		top: 120px;
		visibility: hidden;
		display: none;
	}
	#mobmenu
	{
		position: absolute;
		top: 20px;
		left: 20px;
		display: none;
		width: 60%;
		text-align: left;
		background-color: #fff;
		opacity: 0.9;
		font-family: arial;
		cursor: pointer;
		z-index: 999;
	}
	.mob-menu-item
	{
		padding: 10px;
		border: 1px solid #000;
		cursor: pointer;
	}
	.mob-menu-item:hover{text-decoration:none; background-color:#ccc;}
	
	#mobmenu_button
  {
  	height: 50px;
  	width: 50px;
  	background-image: url("../images/menu_hamburger.png");
  	background-repeat: no-repeat;
		background-position: center; 
  	bottom: 20px;
  	left: 20px;
  	min-height: 75px;
  	cursor: pointer;
  	display: block;
	} 
	img 
	{
		border:0;
	}
	#title_banner
	{
		width: 50%;
	}
	.itab
	{
		display: inline-table;
	}
	.fullw
  {
		width:100%;
	}
	.halfw
  {
		width:50%;
	}
	.center
	{
		text-align: center;
	}
	.fontn
	{
		font-weight: normal;
	}
	label
	{
		text-align: left;
	}
	input
	{
		height: 16px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	.max
  {
	  height: 100%;
  	width: 100%;
  }
  .maxw
  {
	  width: 100%;
  }
  .maxh
  {
	  height: 100%;
  }
  .tleft
  {
	  text-align: left;
  }
  .fwbold
  {
   	font-weight: bold;
  }
  .center-contents
  {
	  display: flex;
  	align-items: center;
	  justify-content: center;
  }

  .center-contents-vert
  {
	  display: flex;
	  align-items: center;
  }

  .center-contents-horz
  {
	  display: flex;
	  justify-content: center;
  }

  .center-self
  {
  	position: relative;
    top: 50%;
    left: 50%;
 	  transform: translate(-50%, -50%);
  }

  .center-self-vert
  {
	  position: relative;
    top: 50%;
 	  transform: translateY(-50%);
  }

  .center-self-horz
  {
	  position: relative;
    left: 50%;
 	  transform: translateX(-50%);
  }
	#titles .fleft
	{
		font-weight: bold;
		height: 40px;
	}
	.fleft
  {
		float: left;
	}
	err-msg
	{
		font-weight: bold;
		color: #f00;
	}
	#about_story
	{
		width: 250px;
		height: 70%;
		background-color: #20566a;
/*		background-image: url('../images/round_logo.png'); */
		background-size: contain;
		position: absolute;
/*		border-radius: 10px; */
    text-align: justify;
 		font-size: 1.1em;
    padding: 20px 20px;
/*    margin-top: -230px; */
    overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	#about_story_text
	{
		display: block;
		float: left;
		width: 60%;	
	}
	#about_story_img
	{
		display: block;
		float: left;
		width: 40%;
	}
	
	#splash_point
	{
		width: 100%;
		padding: 10px;
	}

	#login
	{
		width: 280px;
		height: 400px;
		top:	50px;
		position: absolute;
		opacity: 0;
		margin-top: -50px;
		transition: width 0.3s linear;
		transition: height 0.3s linear;
		transition: margin 0.3s linear;
		transition: top 0.3s linear;
	}
	#login_title_cont
	{
		height: 100px;
		background-image: url('../images/seaford_sea_salt_title.png');
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: 100%;
		transition: height 0.3s linear;
	}
	#login_details_cont
	{
		height: 190px;
		border-radius: 4px;
		background-color: rgba(0,80,80,0.8);
		padding: 20px;
		box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.8);
		transition: border-radius 0.3s linear;
		transition: height 0.3s linear;
		transition: padding 0.3s linear;
	}
	.input-group-stacked
	{
		width: 100%;
		margin-bottom: 20px;
		height: 40px;
		transition: width 0.3s linear;
		transition: height 0.3s linear;
		transition: margin-bottom 0.3s linear;
	}
	.input-group-stacked .label-cont
	{
		display: none;
		width: 100%;
		height: 25px;
		float: left;
		text-align: left;
		transition: height 0.3s linear;
	}
	.input-group-stacked .label-cont label
	{

	}
	.input-group-stacked .input-cont
	{
		width: 100%;
		height: 40px;
		font-size: 1.5em;
		background: linear-gradient(#003a3a, #004646);
		transition: width 0.3s linear;
		transition: height 0.3s linear;
		transition: font-size 0.3s linear;
	}
	.input-group-stacked .input-cont #user_id 
	{
    background: url('../images/user_icon.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: transparent;
    background-size: 20px;
		transition: background-size 0.3s linear;
	}
	.input-group-stacked .input-cont #user_pwd 
	{
    background: url('../images/pwd_padlock.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: transparent;
    background-size: 20px;
		transition: background-size 0.3s linear;
	}
	.input-group-stacked .input-cont .input-text
	{
		height: 40px;
		width: 100%;
		font-size: 12px;
		padding: 0px 45px;
		-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    color: #fff;
    border: none;
		transition: width 0.3s linear;
		transition: height 0.3s linear;
		transition: font-size 0.3s linear;
		transition: padding 0.3s linear;
	}
	.sign-in-button
	{
		height: 50px;
		margin: 0 auto;
		width: 100%;
		border: none;
		border-radius: 4px;
		background-color: #333;
		background: linear-gradient(#003838, #002020);
		color: #fff;
		font-size: 1.2em;
		cursor: pointer;
		transition: height 0.3s linear;
		transition: border-radius 0.3s linear;
		transition: font-size 0.3s linear;
	}
	#login_errmsg
	{
/*		visibility: hidden; */
		font-weight: bold;
		line-height: 30px;
		font-size: 0.9em;
		transition: font-size 0.3s linear;
		transition: line-height 0.3s linear;
	}
	.input-group
	{
		width: 270px;
		height: 25px;
		display: inline-block;
		transition: width 0.3s linear;
		transition: height 0.3s linear;
	}
	.input-group .label-cont
	{
		width: 100px;
		height: 25px;
		float: left;
		text-align: left;
		transition: width 0.3s linear;
		transition: height 0.3s linear;
	}
	.input-group .label-cont label
	{

	}
	.input-group .input-cont
	{
		width: 150px;
		height: 25px;
		float: left;
	}
	.input-group .input-cont .input-text
	{
		font-size: 30px;
		width: 150px;
	}
	#login_register_cont
	{
		padding-top: 10px;
		width: 97%;
		display: inline-table;
		font-size: 1em;
		transition: padding-top 0.3s linear;
		transition: font-size 0.3s linear;
	}
	#forgot
	{
		color: rgba(255, 255, 255, 0.8);
		height: 30px;
		width: 100%;
		line-height: 30px;
		float: none;
		text-align: center;
		transition: height 0.3s linear;
		transition: line-height 0.3s linear;
	}
	#forgot_txt
	{
		cursor: pointer;
	}
	#forgot_txt:hover {text-decoration:underline; color:#fff;}
	#register
	{
		color: rgba(255, 255, 255, 0.8);
		height: 30px;
		width: 100%;
		line-height: 30px;
		float: none;
		text-align: center;
		transition: height 0.3s linear;
		transition: line-height 0.3s linear;
	}
	#register_txt
	{
		cursor: pointer;
	}
	#register_txt:hover {text-decoration:underline; color:#fff;}

@media all and (min-width: 370px) {

#about_story
	{
		width: 350px;
		height: 70%;
		background-color: #20566a;
/*		background-image: url('../images/round_logo.png'); */
		background-size: contain;
		position: absolute;
/*		border-radius: 10px; */
    text-align: justify;
 		font-size: 1.2em;
    padding: 20px 20px;
/*    margin-top: -230px; */
    overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	#about_story_text
	{
		display: block;
		float: left;
		width: 60%;	
	}
	#about_story_img
	{
		display: block;
		float: left;
		width: 40%;
	}
	#about_story_text_2
	{
		display: inline-block;
	}
	#about_story_img_2
	{
		display: block;
		float: left;
		width: 45%;
	}
	#about_story_text_3
	{
		display: block;
		float: right;
		width: 50%;	
	}
	#splash_point
	{
		width: 100%;
		padding: 10px;
	}
	#jar_tower
	{
		width: 100%;
		padding: 10px;
	}
	#about
	{
		width: 350px;
		height: 70%;
		font-size: 1.2em;
	}
	#main_header
	{
		height: 120px;
	}
	#title_banner
	{
		width: 50%;
	}
	#menu_header
	{
	  display: none;
	}
	#mobmenu_button
  {
  	display: block;
	} 
	#login
	{
		width: 330px;
		height: 450px;
		top: 50px;
		margin-top: -70px;
	}
	#login_title_cont
	{
		height: 100px;
	}
	#login_details_cont
	{
		padding: 25px;
		height: 200px;
	}
	.input-group-stacked
	{
		height: 50px;
	}
	.input-group-stacked .input-cont
	{
		height: 50px;
		font-size: 1.5em;
	}
	.input-group-stacked .input-cont #user_id 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont #user_pwd 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont .input-text
	{
		height: 50px;
		font-size: 14px;
		padding: 0px 48px;
	}
	.sign-in-button
	{
		height: 50px;
		font-size: 1.2em;
		border-radius: 6px
	}
	#login_errmsg
	{
		line-height: 30px;
		font-size: 1em;
	}
	#login_register_cont
	{
		padding-top: 10px;
		font-size: 1.2em;
	}
	#forgot
	{
		height: 30px;
		width: 100%;
		line-height: 30px;
		float: none;
		text-align: center;
	}
	#register
	{
		height: 30px;
		width: 100%;
		line-height: 30px;
		float: nonet;
		text-align: center;
	}
  .full_width_txt
	{
	  display: block;
	  width: 170%;
	}
}

@media all and (min-width: 598px) {

#about_story
	{
		width: 500px;
		height: 70%;
		background-color: #20566a;
/*		background-image: url('../images/round_logo.png'); */
		background-size: contain;
		position: absolute;
/*		border-radius: 10px; */
    text-align: justify;
 		font-size: 1.1em;
    padding: 20px 20px;
/*    margin-top: -230px; */
    overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	#about_story_text
	{
		display: block;
		float: left;
		width: 60%;	
	}
	#about_story_img
	{
		display: block;
		float: left;
		width: 40%;
	}
	#about_story_text_2
	{
		display: inline-block;
	}
	#about_story_img_2
	{
		display: block;
		float: left;
		width: 45%;
	}
	#about_story_text_3
	{
		display: block;
		float: right;
		width: 50%;	
	}
	#splash_point
	{
		width: 100%;
		padding: 10px;
	}
	#jar_tower
	{
		width: 100%;
		padding: 10px;
	}
	#about
	{
		width: 500px;
		height: 70%;
		font-size: 1.4em;
		margin-top: 50px;
	}
	#title_banner
	{
		width: auto;
	}
	#mobmenu_button
  {
  	display: none;
	} 
	#menu_header
	{
	  display: flex;
	}
	#login
	{
		width: 500px;
		height: 400px;
		top: auto;
		margin-top: -150px;
	}
	#login_title_cont
	{
		height: 170px;
	}
	#login_details_cont
	{
		padding: 35px;
		height: 270px;
	}
	.input-group-stacked
	{
		height: 60px;
	}
	.input-group-stacked .input-cont
	{
		height: 60px;
		font-size: 1.5em;
	}
	.input-group-stacked .input-cont #user_id 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont #user_pwd 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont .input-text
	{
		height: 60px;
		font-size: 16px;
		padding: 0px 60px;
	}
	.sign-in-button
	{
		height: 70px;
		font-size: 1.8em;
		border-radius: 6px
	}
	#login_errmsg
	{
		line-height: 50px;
		font-size: 1.5em;
	}
	#login_register_cont
	{
		padding-top: 15px;
		font-size: 1.8em;
	}
	#forgot
	{
		height: 45px;
		width: 100%;
		line-height: 45px;
		float: none;
		text-align: middle;
	}
	#register
	{
		height: 45px;
		width: 100%;
		line-height: 45px;
		float: none;
		text-align: middle;
	}
}



@media all and (min-width: 900px) {

  #about_story
	{
		width: 700px;
		height: 70%;
		background-color: #20566a;
/*		background-image: url('../images/round_logo.png'); */
		background-size: contain;
		position: absolute;
/*		border-radius: 10px; */
    text-align: justify;
 		font-size: 1.1em;
    padding: 20px 20px;
/*    margin-top: -230px; */
    overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	#about_story_text
	{
		display: block;
		float: left;
		width: 60%;	
	}
	#about_story_img
	{
		display: block;
		float: left;
		width: 40%;
	}
	#about_story_text_2
	{
		display: inline-block;
	}
	#about_story_img_2
	{
		display: block;
		float: left;
		width: 45%;
	}
	#about_story_text_3
	{
		display: block;
		float: right;
		width: 50%;	
	}
	#splash_point
	{
		width: 100%;
		padding: 10px;
	}
	#jar_tower
	{
		width: 100%;
		padding: 10px;
	}
	#about
	{
		width: 700px;
		height: 70%;
		margin-top: 75px;
		font-size: 1.5em;
	}
	#title_banner
	{
		width: auto;
	}
	#mobmenu_button
  {
  	display: none;
	}
	#menu_header
	{
	  display: flex;
	} 
	#login
	{
		width: 500px;
		height: 600px;
		top: auto;
		margin-top: auto;
	}
	#login_title_cont
	{
		height: 165px;
	}
	#login_details_cont
	{
		height: 230px;
	}
	.input-group-stacked
	{
		height: 50px;
	}
	.input-group-stacked .input-cont
	{
		height: auto;
		font-size: auto;
	}
	.input-group-stacked .input-cont #user_id 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont #user_pwd 
	{
    background-position: 15px center;
    background-size: 24px;
	}
	.input-group-stacked .input-cont .input-text
	{
		height: 50px;
		font-size: 13.5px;
		padding: 0px 60px;
	}

	.sign-in-button
	{
		height: 50px;
		font-size: 1.2em;
		border-radius: 6px
	}
	#login_errmsg
	{
		line-height: 50px;
		font-size: 0.9em;
	}
	#login_register_cont
	{
		padding-top: 0px;
		font-size: 1.1em;
	}
	#forgot
	{
		height: 50px;
		width: 50%;
		line-height: 50px;
		float: left;
		text-align: left;
	}
	#register
	{
		height: 50px;
		width: 50%;
		line-height: 50px;
		float: left;
		text-align: right;
	}

}
