/* Import Section
=================================================================== */
@import url("jquery.gritter.css");			/* Growl Like Notifications Styles */
@import url("font-awesome.css");			/* Font Awesome Styles */
@import url("animate.css");					/* Font Awesome Styles */


/* Basic
=================================================================== */
body {
	font: normal 12px HelveticaNeue, Helvetica, Arial;
	-webkit-text-stroke: 1px transparent;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
}
body, h2 {
	margin: 0px;
}
body.welcome {
	background: #1d1d20 url('../../../images/app/bg-login.jpeg');
	overflow: hidden;
}
		
body.hidden {
	overflow: hidden;
}
a {
	cursor: pointer;
}
h1 {
	font-size: 45px;
	margin-top: 0px;
} 
p {
	font-size: 14px;
	line-height: 18px;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #333;
}
p.first:first-letter {
	display:block;
    float:left;
    font-size: 510%;
    font-weight: bold;
    line-height: 90%;
    margin-right: 6px;
    margin-bottom:-2px;
    margin-top: 7px;
    color: #333;
} 
p.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
}
blockquote {
	border-left: 1px solid #888;
	padding-left: 10px;
	opacity: 0.6;
}
ol {
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #444;
}
ol li {
	margin-bottom: 5px;
}
ul {
	padding: 0px;
	font-size: 14px;
	line-height: 17px;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #444;
}
ul li {
	margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 1px solid #bbb; 
	background: -webkit-linear-gradient(rgba(255,255,255,0.2), white);
	background: -moz-linear-gradient(rgba(255,255,255,0), white);
	height: 40px;
	color: #888;
	border-radius: 2px;
	font-size: 12px;
	-webkit-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	-moz-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	display: block;
	width: 100%;
	font: normal 12px HelveticaNeue, Helvetica, Arial;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px !important;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
textarea {
	height: auto;
	min-height: 70px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
textarea.small {
	min-height: 35px;
	height: 35px;
	padding: 8px 15px 0px 15px;
	resize: none;
	margin-bottom: 40px;
}
.text-con {
	position: relative;
}
.text-con textarea {
	padding-right: 80px;
}
input:focus, textarea:focus {
	outline: none;
	color: #333;
	
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
	outline: 0;
	z-index:2;
	position:relative;
}


input[type="submit"] { 
	height: 45px;
	font: bold 14px/45px HelveticaNeue, Helvetica, Arial;
	width: 100%;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.4);
	margin: 0px;
	box-shadow: white 0px 1px 0px, 0px 1px 0px rgba(255,255,255,0.5) inset;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.2));
	background-color: #FE4365;
	color: white;
	text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
	padding: 0px;
}

form .combine input {
	width: 50%;
	float: left;
}
form .combine input:last-child {
	border-left: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
}
form .combine input:first-child {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
form p {
	position: relative;
	background: transparent;
	font-size: 12px;
}
form .container {
	margin-bottom: 0px;
}
label {
	margin-left: 5px;
	color: #888;
}
.infobox {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.4);
	font: normal 12px HelveticaNeue, Helvetica, Arial, sans-serif;
	box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset, white 0px 1px 0px;
	background: white;
	background: -moz-linear-gradient(rgba(255,255,255, 0), rgba(255,255,255,0.6));
	background: -webkit-linear-gradient(rgba(255,255,255, 0), rgba(255,255,255,0.6));
	color: #333;
	text-shadow: white 0px 1px 0px;
	margin-top: 15px;
	margin-bottom: 5px;	
}


/*$Log in*/
#welcome {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: -webkit-radial-gradient(circle, rgba(50, 50, 50, 0.2), rgba(0, 0, 0, 0.9));
	background: -moz-radial-gradient(circle, rgba(50, 50, 50, 0.2), rgba(0, 0, 0, 0.9));
	padding: 0;
	z-index: 10;
}



#welcome #avatars {
	position: relative;
	left: 50%;
}

#welcome .avatar {
	height: 130px;
	width: 130px;
	display: block;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	text-align: center;
	color:white;
}
#welcome .avatar:last-child {
	margin: 0px;
}

#welcome .avatar .avatar-img {
	background-color: white;
	height: 130px;
	width: 130px;
	background-size: auto 130px;
	background-position: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6), 0px -1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6), 0px -1px 0px rgba(255,255,255,0.5) inset;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6), 0px -1px 0px rgba(255,255,255,0.5) inset;
	border-radius: 4px;
	display: block;
	margin-right: 20px;
	float: left;
	position: relative;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out;
	margin-bottom: 10px;
}
#welcome .avatar .avatar-img:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .17) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
	background: -moz-linear-gradient(-30deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .17) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
	z-index: 2;
}

#welcome .avatar .pin:after, .col.pin:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 24px;
	background: url('../../../images/app/icon-pin.png');
	top: 0px;
	right: 0px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

#welcome .avatar:hover .avatar-img {
	z-index: 10;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.8), 0px -1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.8), 0px -1px 0px rgba(255,255,255,0.5) inset;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.8), 0px -1px 0px rgba(255,255,255,0.5) inset;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
}
#welcome .input {
	padding: 15px;
	position: relative;
    border: 1px solid #aaa;
}
#welcome .input input {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	height: auto;
}
#welcome .input .avatar {
	position: absolute;
	margin: 0px;
	width: 34px;
	height: 34px;
	background-size: 34px;
	right: 8px;
	top: 50%;
	margin-top: -17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#welcome .input .avatar:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	box-shadow: 0px -1px 0px rgba(255,255,255,0.5) inset;
}
#welcome .input .avatar .pin:after {
	display: none;
}
#welcome a.plus {
	position: absolute;
	left: 150%;
	top: 50%;
	margin-left: 20px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	display: block;
	background: url('../../../images/app/icon-plus.png');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.5;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	text-indent: -999px;
	overflow: hidden;
	z-index: 1;
}
#welcome a.plus:hover {
	opacity: 1;
}
#users {
	float: right;
	position: relative;
	left: -50%;
	top: 50%;
	height: 130px;
	margin-top: -65px;
}



#forgotpassword {
	position: absolute; 
	width: 400px; 
	height: 166px; 
	top: 50%; 
	left: 50%; 
	margin-top: -83px; 
	margin-left: -200px;
}
#forgotpassword .input {
	border: 1px solid rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.80);
    border-radius: 4px;
}
#forgotpassword button {
	width: 100%;
	margin-top: 20px;
	font: bold 14px/45px HelveticaNeue, Helvetica, Arial;
	color: rgba(0,0,0,0.75);
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	padding: 0px;
	border-radius: 4px;
	border: 0px solid;
	cursor: pointer;
	background: #FFD000;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
    
}
#forgotpassword button:hover {
	background: #E0B601;
}
#forgotpassword input {
	color: white;
}
#forgotpassword .username input {
	color: #1a1a1a;
    font-size: 16px;
}

#forgotpassword .password {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#forgotpassword a.back {
	position: absolute;
    top: 0px;
    left: -25px;
    text-decoration: none;
    opacity: 0.5;
    display: block;
    font-size: 20px;
}
#forgotpassword a.back:hover {
	opacity: 1;
}

.email {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0,0,0,0.4) 0px 6px 6px -6px inset;
	margin-top: 10px
}

#password {
	position: absolute; 
	width: 400px; 
	height: 166px; 
	top: 50%; 
	left: 50%; 
	margin-top: -83px; 
	margin-left: -200px;
	display: none;
}
#password .input {
	border: 1px solid #555;
	background: rgba(0,0,0,0.3);
}
#password button {
	width: 100%;
	margin-top: 20px;
	height: 45px;
	font: bold 14px/45px HelveticaNeue, Helvetica, Arial;
	color: rgba(0,0,0,0.75);
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px -1px 0px rgba(255,255,255,0.3) inset;
	padding: 0px;
	border-radius: 4px;
	border: 0px solid;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.35));
	background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.35));
	background-color: #FFD000;
	cursor: pointer;
}
#password button:hover {
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
}
#password input {
	color: white;
}
#password .username {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 0px solid;
	box-shadow: rgba(0,0,0,0.4) 0px 6px 6px -6px inset;
}
#password .password {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#password a.back {
	position: absolute;
    top: 0px;
    left: -25px;
    text-decoration: none;
    opacity: 0.7;
    display: block;
    font-size: 20px;
    color: white;
}
#password a.back:hover {
	opacity: 1;
}



.forgot_password {
	text-align: center;
	margin-top: 10px;
}
.forgot_password a {
	color:#DDD;
	font-size:12px;
	text-align: center;
}
#other_user {
	text-align: center;
	float: right;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: 120px;
	width: 200px;
}
#other_user a {
	color:#CCC;
	font-size:10px;
	text-align: center
}



.login-box {
	width: 400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -80px;
	padding: 20px;
	background: white;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
	font-size: 14px;
}

.login-box h1 {
	font-size: 22px;
	line-height: 18px;
}

.login-box.error {
	background: #f2dede;
	color: #b94a48;
}
.login-box.error h1 {
	color: #b94a48;
}
.login-box.success {
	background: #fcf8e3;
	color: #c09853;
}
.login-box.success h1 {
	color: #c09853;
}




#gritter-notice-wrapper {
	position: fixed;
	top: 20px;
	left: 50%;
	bottom: initial;
	width: 500px;
	z-index: 9999;
	margin-left: -250px;
}
.gritter-with-image {
    width: 395px;
    text-align: left;
}
.gritter-without-image {
	text-align: center;
	width: 100%;
}
#gritter-notice-wrapper p {
    font-size: 16px;
    line-height: 20px;
}
#gritter-notice-wrapper .gritter-item {
	background: rgba(255,255,255,.8) !important;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
#gritter-notice-wrapper .gritter-error .gritter-item {
    background: #FA565D !important;
    color: white !important;
}
.gritter-title {
    font-size: 20px;
    margin-top: 0px;
    line-height: 16px;
    margin-bottom: 5px;
    text-shadow: none;
}
.gritter-item {
	padding: 15px !important;
}
.gritter-item i {
	font-size: 40px;
}
.gritter-item img {
	width: 60px !important;
}


.avatar-remove {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #62011c;
    padding: 2px 5px;
    border-radius: 50%;
    color: #dac9cd;
    cursor:pointer;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 11;
}
#welcome .avatar:hover .avatar-remove {
    opacity: 1;
}





html, body {
    height: 100%
}
body {
    background: #E9F1FA;
}
body.welcome {
	background: #E9F1FA url('../../../images/app/bg-login2.jpeg');
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}
#overlay {
    background: black;
    opacity: .3;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#welcome {
    background: transparent;
    z-index: 10;
}
#welcome .avatar {
    color: white;
    text-shadow: 0px 0px 10px black;
}
#welcome .avatar .avatar-img {
    box-shadow: none;
}
#password .username {
    box-shadow: none;
}
#welcome .avatar:hover .avatar-img {
    box-shadow: none;
}
#password .input {
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.80);
}
#password input {
    color: #1a1a1a;
    font-size: 16px;
}
#password button {
    background: #FFD000;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
}
#password button:hover {
    background: #E0B601;
}
#password .input.password {
    border-top: none;
}
#other_user {
    margin-left: -112px;
    margin-top: 150px;
}
#other_user a {
    color: #AAA;
    font-size: 11px;
}
.forgot_password a {
    color: #DDD;
    font-size: 12px;
}
#other_user {
    background: rgba(255,255,255,.8);
    padding: 4px 12px;
    border-radius: 40px;
}
#other_user a {
    color: #666;
}
#other_user:hover {
    background: white;
}
#other_user:hover a {
    text-decoration: none;
    color: black;
}


#citation {
    width: 70%;
    bottom: 30px;
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

#citation blockquote {
    width: 100%;
    margin: 0;
    padding: 10px 0 2px;
    text-align: center;
    opacity: 1;
    border:none;
}

#citation blockquote .content {
    font-size: 24px;
    margin: 0;
    color: rgba(255,255,255,.9);
    line-height: 120%;
    transition: all .3s ease;
    text-shadow: 0px 0px 10px black;
}
#citation blockquote .source {
    font-size: 18px;
    margin: 0;
    color: rgba(255,255,255,.9);
    line-height: 120%;
    transition: all .3s ease;
    text-shadow: 0px 0px 10px black;
}
#citation blockquote a.twitter-link {
    color: white;
}


#logo {
	text-align: left;
	top:10px;
	left: 10px;
	position: absolute;
	z-index: 100;
}

#logo img {
	max-height: 70px;
	-webkit-filter: drop-shadow(0px 0px 3px #333);
    filter:         drop-shadow(0px 0px 3px #333);
}


@media (max-width:767px) {
    #logo {
        text-align: center;
        width: 100%;
    }
    #users {
        top: 40%;
    }
    #citation {
        width: 100%;
        bottom: 0px;
        left: 0;
        padding: 20px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        box-sizing: border-box;
    }
    
    #citation blockquote .content {
        font-size: 16px;
    }
    
    #citation blockquote .source {
        font-size: 12px;
    }
    
    #welcome .avatar {
        height: 100px;
        width: 100px;
    }
    #welcome .avatar .avatar-img {
        height: 100px;
        width: 100px;
    }
    #welcome #avatar a {
    	height: 100px;
    	width: 100px;
    }
    #password {
    	position: absolute; 
    	width: 230px; 
    	height: 166px; 
    	top: 50%; 
    	left: 50%; 
    	margin-top: -83px; 
    	margin-left: -115px;
    	display: none;
    }
    #gritter-notice-wrapper {
        display: none;
    }
}