/* Menu */
ul.pigeon-user-status { border-bottom: 1px solid #B3B3B3; overflow: hidden; }
ul.pigeon-user-status li { float: left; width: 50%; }
ul.pigeon-user-status li:first-child { border-right: 1px solid #B3B3B3; }
ul.pigeon-user-status a { display: block; padding: 16px 0; text-align: center; color: #888; font-weight: normal; text-transform: uppercase; font-size: 0.95em; }
ul.pigeon-user-status a:hover { background: #888; color: #fff; text-decoration: none; }



/* Nag */
.pigeon-nag { background: #00445A; position: fixed; bottom: 0; left: -520px; width: 520px; font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; z-index: 98; font-size: 15px;}
.pigeon-nag .nag-bar { background: #333; color: #fff; padding: 5px 9px; position: relative; }
.pigeon-nag .nag-bar p { margin: 0; font-size: 1em; }
.pigeon-nag .nag-close { color: #B3B3B3; font-size: 23px; position: absolute; right: 0px; top: -2px; padding: 0 7px; cursor: pointer; }
.pigeon-nag .nag-close:hover { color: #fff; }
.pigeon-nag .nag-content { padding: 14px; overflow: hidden; }
.pigeon-nag .nag-content h2 { font-family:  "Chronicle SSm A", "Chronicle SSm B", "Georgia", serif; color: #00A3DA; font-size: 1.1em; margin: 1px 0 15px 0; }
.pigeon-nag .nag-content p { color: #00A3DA; font-size: 1em; float: left; margin: 0; line-height: 34px; }
.pigeon-nag .nag-content p a { color: #fff; text-decoration: underline; }
.pigeon-nag .nag-button { border: 2px solid #FF7C0A; background: #FF7C0A; padding: 0 10px; color: #fff; text-transform: uppercase; line-height: 34px; cursor: pointer; float: left; margin-right: 20px; }
.pigeon-nag .nag-button:hover { background: #fff; color: #FF7C0A; text-decoration: none; }

@media only screen and (max-width: 515px) {
	.pigeon-nag { width: 100%; }
}
@media only screen and (max-width: 400px) {
	.pigeon-nag { font-size: 14px; }
	.pigeon-nag .nag-content { padding: 10px; }
	.pigeon-nag .nag-content h2 { margin-bottom: 10px; font-size: 1em; }
	.pigeon-nag .nag-content p,
	.pigeon-nag .nag-button { text-align: center; float: none; display: block;margin-right: 0; }
	.pigeon-nag .nag-content p { line-height: normal; margin-top: 9px; }
}
@media only screen and (max-width: 350px) {
	.pigeon-nag { font-size: 13px; }
}



/* Login Box */
.body {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pigeon-modal-overlay {
    background: #2b2b2b repeat-x scroll 50% 50%;
    opacity: 0.4;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.pigeon-login-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pigeon-login-modal { width: 600px; background: #fff; box-shadow: 0px 5px 10px rgba(0,0,0,0.5); padding: 50px 50px 35px 50px; font-size: 13px; font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; z-index: 99; text-align: center; color: #797979; }
.pigeon-login-modal .icon-close { border: none; padding: 0; width: 50px; height: 50px; position: absolute; top: 3px; right: 0; }
.pigeon-login-modal h2 { margin: 0 0 25px 0; font-size: 3.2em; text-align: left; color: #333; }
.pigeon-login-modal .input { display: block; width: 100%; border: 1px solid #B3B3B3; padding: 10px; font-size: 1.4em; margin-bottom: 20px; color: #797979; }
.pigeon-login-modal .submit { border: 2px solid #FF7C0A; background: #FF7C0A; padding: 10px; color: #fff; text-transform: uppercase; font-size: 1.4em; width: 100%; margin-bottom: 20px; }
.pigeon-login-modal .submit:hover { background: #fff; color: #FF7C0A; text-decoration: none; }
.pigeon-login-modal div.message { color: #FF7C0A; display: block !important; text-align: left; margin-bottom: 1.2em; }

.pigeon-login-modal ::-webkit-input-placeholder { color: #797979; }
.pigeon-login-modal :-moz-placeholder { color: #797979; }
.pigeon-login-modal ::-moz-placeholder {color: #797979; }
.pigeon-login-modal :-ms-input-placeholder { color: #797979; }

@media only screen and (max-width: 640px) {
	/*.pigeon-login-modal { width: 100%; height: calc(100% - 53px); position: absolute; top: 53px; left: 0; box-shadow: none;
	  -webkit-transform: translateY(0%) translateX(0%);
	  -ms-transform: translateY(0%) translateX(0%);
	  transform: translateY(0%) translateX(0%); }
	  .pigeon-modal-overlay { background: #fff; opacity: 1; top: 53px; }*/
	  .pigeon-login-modal { width: 80%; }
}
@media only screen and (max-width: 400px) {
	.pigeon-login-modal { padding: 25px 20px 14px 20px; }
	.pigeon-login-modal h2 { font-size: 2.6em; }
	.pigeon-login-modal .input,
	.pigeon-login-modal .submit { font-size: 16px; margin-bottom: 15px; }
}
@media only screen and (max-width: 320px) {
	.pigeon-login-modal { width: 90%; }
}