.login-modal h1 {
	font-family:'Roboto';
	text-transform: capitalize;
	letter-spacing: 0.2em;
	font-size:2em;
	text-align:center;
	}
.login-modal h2 {
	font-family:'Roboto';
	text-size:2.5em;
	text-transform:lowercase;
	margin:0 auto;
	letter-spacing:0.1em;
	text-align:center;
	color: #000;
	}
.login-modal ul {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	}
.login-modal li {
	display: inline-block;
	}
.login-modal a, .login-modal a:hover {
	text-decoration:none;
	color:#1fa6ff;;
	}
.login-modal strong {
	color:#000;
	white-space:nowrap;
	}
.radio-holder input {
	-webkit-appearance: radio;
	}
.login-modal p {
	color:#7e7e7e;
	line-height: 1.7em;
}
.login-modal input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.resume_page {
	opacity: 0;
	transition: all 3s;
	max-width:90%;
}
.login-modal .glz-button-primary, .login-modal .glz-button-secondary {
	width: 25%;
	min-width: 184px;
}
#login-overlay {
	position: fixed;
	top:0;
	left:0;
	width:  100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.3);
}
.login-modal {
	position: fixed;
	top:15%;
	left:20%;
	right:20%;
	margin: 0 auto;
	background-color: #f8f8f8;
	width: 320px;
	padding: 20px 40px;
	z-index: 99999;
	border-radius: 20px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.6);
}
@media screen and (max-width: 650px){
	.login-modal {
		left:10%;
		right:10%;
	}
}
#menu-link-mobile {
	cursor: pointer;
}
#menu-link-mobile.on {
	transform: rotate(-90deg);
}
/***************
**   CLASS    **
***************/

.glz-divide {
	width:100%;
	border-bottom: 1px solid #eee;
	padding-top: 30px;
	margin-bottom: 30px;
	}
.glz-content-text {
	margin:0 auto;
	padding: 40px 0;
	width: 70%;
	min-width: 420px;
	max-width: 1290px;
	}
.glz-content-text ul {
	}
.glz-content-text p {
	line-height:2em;
	font-size:1em;
	}
.glz-content-text a{
	font-weight:900;
	color:#69F;
	}
.glz-content-text a:hover{
	text-decoration:underline;
	}
.glz-content-mobile {
	margin:0;
	width:100%;
	line-height:2em;
	text-align:center;
	padding:60px 0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fbfaeb;
	}
.glz-content-web {
	margin:0;
	width:100%;
	line-height:2em;
	text-align:center;
	padding:60px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #fbfaeb;
	}
.glz-content-pics {
	margin:0;
	width:100%;
	line-height:2em;
	text-align:center;
	padding:60px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #fbfaeb;
	}
.glz-content-web .glz-pic-holder {
	margin:10px;
	}
.glz-content-web .glz-pic-holder img{
	border-radius: 4px;
	}
.glz-pic-holder img.portrait{
	max-width:400px;
	max-height:400px;
	vertical-align:top;
	}
.glz-pic-holder img.landscape{
	max-width:550px;
	max-height:550px;
	vertical-align:top;
	}
.glz-confirm {
	text-align:center;
	}
.glz-field-text {
	border:1px solid rgba(144,144,144, 0.1);
	width:100%;
	max-width:100%;
	max-height:100px;
	min-width: 100%;
	height:35px;
	padding:2px 0;
	font-family: Roboto, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-weight:200;
	font-size:1.1em;
	margin:10px 0;
	border-radius:4px;
	border-color: rgba(144,144,144, 0);
	outline: 0;
	text-indent: 8px;
  letter-spacing: .05em;
	transition: all .5s;
	}
.glz-field-text:focus {
	border:1px solid rgba(144,144,144, 0.2);
	-moz-box-shadow: 0 2px 15px rgba(187,187,187,0.6);
  -webkit-box-shadow: 0 2px 15px rgba(187,187,187,0.6);
  box-shadow: 0 2px 15px rgba(187,187,187,0.6);
	transition: all .5s;
	}
.glz-field-text:hover {
	border:1px solid rgba(144,144,144, 0.3);
	transition: all .5s;
	}
.glz-form-group {
	margin-bottom: 8px;
}
.glz-form-group.error .glz-field-text {
	border:2px solid #f00;
	background-color: #fee;
	}
.glz-form-group.error label {
	color: #f00;
	font-weight: 900;
	}
.login-modal .glz-form-buttons {
	text-align:center;
	margin-top:32px;
	}
.login-modal .glz-form-links {
	text-align:center;
	padding:8px 0;
	font-weight:800;
}
.login-modal .glz-button-primary, .login-modal .glz-button-secondary {
	min-width:240px;
	width: 25%;
	height:40px;
	font-size:1.1em;
	font-weight:600;
	border-radius:4px;
	cursor:pointer;
	outline: 0;
	letter-spacing: 1px;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	padding: 0 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	line-height: 0;
	border:2px solid #1fa6ff;
	font-family: 'droid_sansregular';
	height: 44px;
	vertical-align: top;
	margin-top: 8px;
	}
.login-modal .glz-button-primary {
	color:#fff;
	background-color: #1fa6ff;
	}
.login-modal .glz-button-secondary {
	color: #1fa6ff;
	border-color: #1fa6ff;
	background-color: #fff;
	border-width:2px;
	border-style:solid;
	}
.login-modal .glz-button-primary:active, .login-modal .glz-button-primary:hover, .login-modal .glz-button-secondary:active, .login-modal .glz-button-secondary:hover {
	-moz-box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
	box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	line-height: 40px;
	border:2px solid #1fa6ff;
	}
.button-login {
	position: fixed;
	top: 16px;
  right: 6px;
	width: 24px;
  height: 24px;
  margin: 6px 6px 0 0;
  padding: 0;
  cursor: pointer;
	background: transparent url(/images/icons/icon_login.png) 0 2px no-repeat;
	z-index: 9999;
}
.button-logout {
	position: fixed;
	top: 16px;
  right: 6px;
	width: 24px;
  height: 24px;
  margin: 6px 6px 0 0;
  padding: 0;
  cursor: pointer;
	background: transparent url(/images/icons/icon_logout.png) 0 2px no-repeat;
	z-index: 9999;
}
.toolTipHolder {
  position: absolute;
  z-index: 9999999;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 60%;
  opacity: 0.9;
  white-space: nowrap;
}
