/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


/*--- reset code ---*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* start editing from here */
a {
	text-decoration:none;
}
.txt-rt {
	text-align:right;
}/* text align right */
.txt-lt {
	text-align:left;
}/* text align left */
.txt-center {
	text-align:center;
/*-- W3Layouts --*/	
}/* text align center */
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
.pos-relative {
	position:relative;
}/* Position Relative */
.pos-absolute {
	position:absolute;
}/* Position Absolute */
.vertical-base {	
	vertical-align:baseline;
}/* vertical align baseline */
.vertical-top {	
	vertical-align:top;
}/* vertical align top */
nav.vertical ul li {	
	display:block;
}/* vertical menu */
nav.horizontal ul li {	
	display: inline-block;
}/* horizontal menu */
img {
	max-width:100%;
}

/*--- end reset code ---*/
body {
	background:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	font-family: 'Raleway', sans-serif;
}

.header {
	padding:40px 0;
}
/*-- Agile ITS --*/
.header h1 {
	font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
	font-family: 'Poiret One', cursive;
	z-index:99;
}
.content {
width: 45%;
margin:0 auto;
}
.content-img {
	text-align:center;
} 
.content img.w3l-img {
	width:150px;
	height:auto;
	padding: 10px 0;
}
/*-- login form code --*/

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('../fonts/fontomas-webfont.eot');
    src: url('../fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontomas-webfont.woff') format('woff'),
         url('../fonts/fontomas-webfont.ttf') format('truetype'),
         url('../fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.hiddenanchor{
	display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
	width: 60%;
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	width: 500px;
	position: relative;	
}
/**** Styling the form elements **/

/**** general text styling ****/
/*-- W3Layouts --*/
#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h2{
	font-size: 40px;
	color:#fff;
	padding: 2px 0 10px 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	font-family: 'Poiret One', cursive;
	z-index:99;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h2:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 30px;
	background:#fff;
}

#wrapper p{
	margin-bottom:15px;
	z-index:99;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	color: #fff;
    font-size:19px;
	position: relative;
	z-index:99;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color:#fff; 
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color:#fff;	
} 
input {
	/*-- Agile ITS --*/
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]) {
        width: 89%;
    color: #fff;
	z-index:99;
    margin: 10px auto;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    padding: 10px 5px 10px 38px;
    border: 1px solid rgba(125, 0, 0, 0.19);
    background: rgba(68, 0, 0, 0.33);
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#fff;
    position: absolute;
    left: 10px;
    top: 43px;
	z-index:99;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
	width: 30%;
	z-index:99;
	cursor: pointer;	
	background:0 0;
	border-radius: 4px;
	padding: 8px 5px;
	color: #fff;
	font-size: 20px;	
	border: 1px solid #fff;	
	margin-bottom: 10px;	
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper p.button input:hover{
	background:#fff;
	color:rgb(83, 29, 42);
	border: 1px solid #fff;
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background:#fff;
	position: relative;
	top: 1px;
	color:rgb(74, 179, 198);
	border: 2px solid #fff;	
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
	z-index:99;
}
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px!important;	
	line-height: 1px;
	z-index:99;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}
p.change_link{
	position: absolute;
	color:#fff;
	left: 0px;
	z-index:99;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	font-size: 17px	;
	text-align: center;
	border-top: 1px solid rgb(219, 229, 232);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: 400;
	font-size:20px;
	z-index:99;
	background:transparent;
	padding: 10px 20px;
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
	color: rgb(115, 46, 42);
    background: rgb(247, 247, 247);
    border: 1px solid rgb(118, 49, 42);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
#register, 
#login{
	position: absolute;
    top: 0px;
    width: 88%;
    padding: 18px 6% 80px 6%;
    margin: 0 0 35px 0;
    background: rgba(255, 0, 0, 0.18);
    border: 1px solid rgba(156, 112, 112, 0.15);
}
#register{	
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 1s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h2{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}

/*-- /login form code --*/
.footer {
	text-align:center;
}
.footer p {
	padding:310px 0 50px; 
	font-size:17px;
	color:#fff;
	line-height:27px;
	font-weight:normal;
}
.footer p a {
	color:#fff;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
}
.footer p a:hover {
	color:#E62C59;
}

/*-- Responsive Design --*/
@media (max-width:1024px) {
.content {
    width: 100%;
    margin: 0 auto;
}
.header h1 {
    font-size: 40px;
}
#wrapper h2 {
    font-size: 37px;
}
}

@media (max-width:768px) {
#wrapper h2:after {
	margin-top: 20px;
}
.header h1 {
    font-size: 38px;
}
#wrapper h2 {
    font-size: 35px;
}
#wrapper label {
	font-size:18px;
}
#wrapper input:not([type="checkbox"]) {
	font-size:15px;
}
.footer p {
	font-size:16px;
}
}

@media (max-width: 640px) {
.header h1 {
    font-size: 35px;
}
#wrapper h2 {
    font-size: 33px;
}
}

@media (max-width: 568px) {
.header {
    padding: 30px 0;
}
}

@media (max-width: 480px) {
	#wrapper {
	width:inherit;
	margin:0;	
	}
	#register, #login {
	width:inherit;	
	}
	p.change_link {
	width:309px;	
	}
	.content {
    width: 80%;
	}
.footer p {
	font-size:15px;
}
}

@media (max-width: 414px) {
#register, #login {
padding-bottom:100px;	
}
p.change_link {
    width: 255px;
	font-size:16px;
}
#wrapper p.change_link a {
	margin:10px 0 0 5px;
	padding:7px 20px;
}
.header h1 {
    font-size: 30px;
}
#wrapper h2 {
    font-size: 30px;
}
#wrapper label {
    font-size: 17px;
}
#wrapper p.button input {
	font-size:17px;
}
#wrapper p.change_link a {
	font-size:17px;
}
#wrapper input:not([type="checkbox"]) {
	width:82%;
}
}

@media (max-width: 384px) {
p.change_link {
    width: 268px;
}
.content {
    width: 90%;
}
#wrapper input:not([type="checkbox"]) {
    width: 84%;
}
}

@media (max-width: 375px) {
p.change_link {
    width: 277px;
}
.content {
    width: 95%;
}
}

@media (max-width: 320px) {
.header h1 {
    font-size: 28px;
}
#wrapper p.button input {
    font-size: 15px;
}
#wrapper p.change_link a {
    font-size: 15px;
}
#wrapper h2 {
    font-size: 27px;
}
#wrapper label {
    font-size: 16px;
}
#wrapper input:not([type="checkbox"]) {
    font-size: 14px;
}
.keeplogin input, .keeplogin label {
    display: inline-block;
    font-size: 13px!important;
}
p.change_link {
    width: 225px;
	font-size: 15px;
}
#wrapper input:not([type="checkbox"]) {
    width: 82%;
}
.footer p {
    font-size: 15px;
}
}
.typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.jan h3{
	font-size: 1em;
    color: #0C5A72;
    margin: 0;
	padding:0;
	text-align:left;
    text-transform: uppercase;
}
.jan-bottom-grid {
    padding: 1em 1em;
}
.hd-img img {
    border-radius: 50%;
    width: 130px;
}

.jan-bottom-grid:nth-child(2) {
    border-top: 1px solid #428498;
    border-bottom: 1px solid #428498;
}
.jan-bottom-grid:nth-child(3) {
    border-top: 1px solid #428498;
    border-bottom: 1px solid #428498;
}
.jan-bottom-grid:nth-child(4) {
    border-top: 1px solid #428498;
    border-bottom: 1px solid #428498;
}
.jan-bottom-grid:nth-child(5) {
    border-top: 1px solid #428498;
    border-bottom: 1px solid #428498;
}
.jan-bottom-grid:nth-child(6) {
    border-top: 1px solid #428498;
    border-bottom: 1px solid #428498;
}


.header-bottom {
 /*-- agileits --*/
 border: 1px solid #D2D2D2;
}
.jan-bottom-grid-left1 p, .jan-bottom-grid-right p {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0;
}
.jan-bottom-grid-left1 p span, .jan-bottom-grid-right p span {
    display: block;
    color: #4F98B5;
    font-size: 17px;
    padding-top: 7px;
}
.jan-bottom ul li:nth-child(1){
	margin:0 11em 0 5em;
}
.jan-bottom-grid-left{
	float:left;
}
.jan-bottom-grid-left1{
	float:left;
}
.jan-bottom-grid-right{
	float:right;
}
.skill-info {
    text-align: center;
}
.jan-bottom-grid-left{
    width: 6px;
    height: 6px;
    background:#4fd2c2;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	 margin: .3em 0 0;
}
.jan-bottom-grid-left1-grid{
	float:left;
}
.jan-bottom-grid-left1-grid:nth-child(2){
	margin:0 .5em;
}
.jan-bottom {
    padding: 0 ;
}
.jan-bottom-grid-left1-grids{
	margin:1em 0 0;
}
#upload-wrapper {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: #F5F5F5;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #AAA;
}
#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
	border: 1px solid #DDD;
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
}
#upload-wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #61BAE4;
	border-radius: 5px;
	color: #FFF;
}
#output{
	padding: 5px;
	font-size: 12px;
}
#output img {
	border: 1px solid #DDD;
	padding: 5px;
}

/* progress bar style */
#progressbox {
	border: 1px solid #FDD7E4;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #800517;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}