@charset "utf-8";
/* CSS Document */
ul.my_resources li a {
	transition: opacity 0.1s;
}
.my_resources i {
	border-radius: 50%;
	color: #000;
	background-color: #FFF;
	padding: 7px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
}

body {
	margin:0;
	padding:0;
	background:#EDE9DF url(img/topbg.png) top repeat-x fixed;
    font-family: "Open Sans",sans-serif;
	font-size:14px;
	}
ul {
	padding:0;
}
.pro_cover {
	width:390px;
	height:400px;
	background:#000 url(img/cover.png) top center no-repeat;
	margin:100px auto 0;
	text-align:center;
	border-radius: 7px 7px 0 0;
	}
	.pro_cover .name {
		font-size:30px;
		color:#fff;
		margin:10px 0;
		}
	.pro_cover .tw-name {
		color:#eee;
		font-size: 15px;
		font-style: italic;
		font-weight: 600;
		margin: 0 0 10px;
		}
	.pro_dp {
		border: 8px solid #fff;
		border-radius:50%;
		box-shadow: 0 0 7px #898989;
    	margin: -20% 24% 5%;
    	width: 150px;
		}
	ul.my_resources {
		list-style:none;
		cursor: default;
		}
	ul.my_resources li{
		display:inline-block;
		margin:0 12px;
		font-size:16px;
		line-height: 46px;
		}
	ul.my_resources li a {
		text-decoration:none;
		outline:none;
		opacity:0.8;
		color:#fff;
		}
	ul.my_resources li a:hover {
		opacity:1;
		}
		

.skillset { 
	list-style:none;
	width:310px;
	padding-left:0 !important; /*i dont know why he set this to ipmortant*/
	position: absolute;
	vertical-align: top;
}

.skillset li { 
	margin-bottom:15px; 
	background:#eaedf2; 
	height:30px; 
	border-radius:3px; 
}

.skillset li:last-of-type { 
	margin-bottom:0;
}

.skillset li em { 
	position:relative; 
	top:-30px;
}

.skill > span, .skill + span { 
	border-radius: 3px;
    color: #323A45;
    font-style: italic;
    font-weight: bold;
    height: 18px;
    margin: 2px 0;
    padding: 4px 0;
    position: absolute;
}
.skill + span {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	text-indent:5px;
}
.skill { position:relative; display:block }
.skill > span { width:100%; } /*-moz-animation:anim-skill 2s ease-out; -webkit-animation:anim-skill 2s ease-out; -o-animation:anim-skill 2s ease-out; animation:anim-skill 2s ease-out;*/

.css3 { width: 65%; }
.css3 > span { background:#fed201; }
.git { width: 25%; }
.git > span { background:#E2A9F3; }
.html5 { width: 70%; }
.html5 > span { background:#14bad4; }
.javascript { width: 90%; }
.javascript > span { background:#f5696c; }
.npp { width: 40%; }
.npp > span { background:#c6de64; }
.php { width: 50%; }
.php  > span { background:#5ac5bd; }
.vb { width: 40%; }
.vb  > span { background:#FE9A2E; }
.sql { width: 45%; }
.sql  > span { background:#A9BCF5; }

.anim-skill {width:100%; animation:anim-skill 2s ease-out; -moz-animation:anim-skill 2s ease-out; -webkit-animation:anim-skill 2s ease-out; -o-animation:anim-skill 2s ease-out;}

@keyframes anim-skill { from {width:0px;} to  {width:100%} }
@-moz-keyframes anim-skill { from {width:0px;} to  {width:100%} }
@-webkit-keyframes anim-skill { from {width:0px;} to  {width:100%} }
@-o-keyframes anim-skill { from {width:0px;} to  {width:100%} }

.skillset {
	display: inline-block;
}

.content-2 h2 {
	width: 310px; /*the width of pro-cover minus 40px padding left and right. otherwise the float doesnt happen right because content-2 width is width of just the h2 text*/
}
/*start h5*/
.content-2  input[type=radio] {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.content-2 label {
	cursor: pointer;
	background: #F47564;
	font-size: 10.5px;
    float: right;
	padding: 0 4px;
	color: #fff;
	border-radius: 2px;
	margin: 3px 3px 0 0;
	font-weight: bold;
}
.content-2 input:hover + label {
	background: #59c4bc;
}

.content-2 label:first-of-type {
    z-index: 3;
    /*box-shadow: 2px 0 2px rgba(0,0,0,0.1);*/
}

.tab2-tab-label-2 {
    z-index: 2;
}

.tab2-tab-label-3 {
    z-index: 1;
}

.content-2 input:checked + label {
    background: #59c4bc;
	color: #000; /*#2c2c2c*/
	z-index: 6;
}
/*
.skillset {
	opacity: 0;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.content-2 input.tab-2-tab-selector-1:checked ~ #skills > .skillset:nth-of-type(1),
.content-2 input.tab-2-tab-selector-2:checked ~ #skills > .skillset:nth-of-type(2),
.content-2 input.tab-2-tab-selector-3:checked ~ #skills > .skillset:nth-of-type(3),
.content-2 input.tab-2-tab-selector-4:checked ~ #skills > .skillset:nth-of-type(4) {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
*/
.skillset {
	left: 40px;
	visibility: hidden;
	/*
    -webkit-transition: left cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: left cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: left cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: left cubic-bezier(1, 0, 0, 1) 0.2s;*/
    transition: left cubic-bezier(1, 0, 0, 1) 1s, visibility linear 0s 1s;
	
}

.content-2 input.tab-2-tab-selector-1:checked ~ .skillset:nth-of-type(1) { left:40px;visibility: visible;transition: left cubic-bezier(1, 0, 0, 1) 1s, visibility linear 0s 0s;}
.tabs > input.tab-selector-2:checked ~ .content .content-2 input.tab-2-tab-selector-1:checked ~ .skillset:nth-of-type(1) .skill > span { -moz-animation:anim-skill 2s ease-out } /*this anim also runs on load*/
.content-2 input.tab-2-tab-selector-1:checked ~ .skillset:nth-of-type(2) { left:-350px;}
.content-2 input.tab-2-tab-selector-1:checked ~ .skillset:nth-of-type(3) { left:-350px;}

.content-2 input.tab-2-tab-selector-2:checked ~ .skillset:nth-of-type(1) { left:430px;}
.content-2 input.tab-2-tab-selector-2:checked ~ .skillset:nth-of-type(2) { left:40px;visibility: visible;transition: left cubic-bezier(1, 0, 0, 1) 1s, visibility linear 0s 0s;}
.tabs > input.tab-selector-2:checked ~ .content .content-2 input.tab-2-tab-selector-2:checked ~ .skillset:nth-of-type(2)  .skill > span { -moz-animation:anim-skill 2s ease-out; }
.content-2 input.tab-2-tab-selector-2:checked ~ .skillset:nth-of-type(3) { left:-350px;}

.content-2 input.tab-2-tab-selector-3:checked ~ .skillset:nth-of-type(1) { left:430px;}
.content-2 input.tab-2-tab-selector-3:checked ~ .skillset:nth-of-type(2) { left:430px;}
.content-2 input.tab-2-tab-selector-3:checked ~ .skillset:nth-of-type(3) { left:40px;visibility: visible;transition: left cubic-bezier(1, 0, 0, 1) 1s, visibility linear 0s 0s;}
.tabs > input.tab-selector-2:checked ~ .content .content-2 input.tab-2-tab-selector-3:checked ~ .skillset:nth-of-type(3)  .skill > span { -moz-animation:anim-skill 2s ease-out; }

/*end h5*/
/*end - my skills content*/

.tabs {
    position: relative;
	margin: 20px auto;
	width: 390px;
	/*border-radius: 0 0 7px 7px;*/
}

.tabs > input[type=radio] {
	position: absolute;
	z-index: 1000;
	width: 125px;
	height: 60px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs > input#tab-2{
	left: 133px;
}
.tabs > input#tab-3{
	left: 265px;
}

.tabs > label {
	cursor: pointer;
	background: #F47564;
	font-size: 34px;
	line-height: 60px;
	height: 50px;
	position: relative;
	padding:14px 20px 0;
    float: left;
	display: block;
	width: 90px;
	color: #fff;
	text-align: center;
}

.tabs > label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs > input:hover + label {
	background: #59c4bc;
}
/*
.tabs > label:first-of-type {
    z-index: 3;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
*//*commented out this above but its orig maybe still relavent to my future betterment of the boxshadow on these tabs buttons*/
.tabs {
	overflow: hidden;
}

.tabs > label {
    z-index: 3;
    box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, 0.05); /*box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, 0.1);*/
}

.tab-label-2 {
    z-index: 2;
}

.tab-label-3 {
    z-index: 1;
}

.tabs > input:checked + label {
    background: #fff;
	color:#2c2c2c;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 5;
	border-radius: 0 0 2px 2px;
	transition: height linear 0.1s; /*for skillset need to use delay of 0.4s*/
}

.skillsetDelay { /*for use to apply to content*/
	transition: height linear 0.1s 0.5s; /*for skillset need to use delay of 0.4s*/
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 15px 40px 30px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs > input.tab-selector-1:checked ~ .content .content-1,
.tabs > input.tab-selector-2:checked ~ .content .content-2,
.tabs > input.tab-selector-3:checked ~ .content .content-3,
.tabs > input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
	
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	color: #777777;
    line-height: 22px;
    margin: 0 0 10px 0;
	text-align: left;
}
.content div > *:last-child { /*should be last-child that is not position:absolute, its ok though, the last ul in content-2, the last skillset is getting margin-bottom 0 its fine though because i have to give all skillsets margin-bottom of 0 but i have to leave that .skilset:last-of-type {margin-bottom:0} intact*/
	margin-bottom: 0 !important;
}


.form-wrapper-01 {
    margin: 0;
    margin-top: 10px; /*replaced padding: 10px 0;*/
	text-align: center; /*centers the send button*/
	position: relative;
}
.form-wrapper-01 .inputbox {
    border: 1px solid #eaedf2;
	background:#eaedf2;
	border-radius:3px;
    height: 20px;
    padding: 10px 5px;
    width: 300px;
	outline:none;
	margin-bottom:10px;
	font-family: "Open Sans",sans-serif;
}

.form-wrapper-01 *[class*=box]::-webkit-input-placeholder { color:rgba(0,0,0,.5); }
.form-wrapper-01 *[class*=box]:-moz-placeholder { color:rgba(0,0,0,.5); }
.form-wrapper-01 *[class*=box]::-moz-placeholder { color:rgba(0,0,0,.5); }
.form-wrapper-01 *[class*=box]:-ms-input-placeholder { color:rgba(0,0,0,.5); }

.form-wrapper-01 .inputbox[placeholder="Your Name"] {
	text-indent: 32px;
	background: url('img/your_name.png') no-repeat scroll 9px center #EAEDF2;
}

.form-wrapper-01 .inputbox[placeholder="Your Email"] {
	text-indent: 32px;
	background: url('img/your_email.png') no-repeat scroll 9px center #EAEDF2; /*for x =(textindent/2) - Math.ceil(imgWidth/2) do math.ceil because when i made the image it was not perfectly center it was 1px heavier on left*/
}

.form-wrapper-01 .message_box {
    border: 1px solid #eaedf2;
	background:#eaedf2;
	border-radius:3px;
    height: 100px;
    padding: 10px 5px;
    width: 300px;
	outline:none;
	margin-bottom:10px;
	resize: vertical;
}

.form-wrapper-01 .button {
	background: none repeat scroll 0 0 #14B9D5;
    border: none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
	
	text-decoration: none;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.form-wrapper-01 .button:before {
	content: 'SEND';
}

.sending > *{
		/*todo: figure out if these are crossbrowser*/ /*todo: note this is low priority because im using js right now, it makes sense because if no js enabled can never set form class to sending*/
	  /*-moz-user-focus: ignore; /*ignore | normal*/
	  /*-moz-user-select: none; /*none | text | all | element | -moz-none*/
	  /*user-select: none; /*none | text | all | element | -moz-none*/
	  /*-moz-user-input: disabled; /*none | enabled | disabled | inherit*/
	  /*-moz-user-modify: read-only; /*-moz-user-modify: read-only | read-write | write-only*/
}

.sending .button:before {
	content: 'SEND';
}

.sending .button:after {
	animation:btnanim 0.5s linear 0s infinite; -moz-animation:btnanim 0.5s linear 0s infinite; -webkit-animation:btnanim 0.5s linear 0s infinite; -o-animation:btnanim 0.5s linear 0s infinite;
}

/*
@keyframes btnanim { from {transform:rotate(0deg);} to  {transform:rotate(360deg)} }
@-moz-keyframes btnanim { from {transform:rotate(0deg);} to  {transform:rotate(360deg)} }
@-webkit-keyframes btnanim  { from {transform:rotate(0deg);} to  {transform:rotate(360deg)} }
@-o-keyframes btnanim  { from {transform:rotate(0deg);} to  {transform:rotate(360deg)} }
*/

/*@keyframes btnanim { 0% {top:25%;} 25%  {top:0%;} 100% {top:57%} }*/
/*@keyframes btnanim { 0% {top:0%)}  50% {top: -130%} 50.1% {top: 155%} 100%{top:0%}}*/ /*works how i want it to but not at an angle*/
@keyframes btnanim { 0% {top:0%;left:0%}  50% {top: -130%;left:25%;} 50.1% {top: 155%;left:-25%;} 100%{top:0%;left:0%;}}


.form-wrapper-01 .button:after {
	content: '\e80e';
	font-family: "fontello";
	font-weight: normal;
	font-size: 20px;
	position: relative;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 0px;
	color: black;
	top: 0%;
	left: 0%;
	color: #fff;
}

.sending .button  {
	background:#ccc;
}

.form-wrapper-01 .button:hover  {
	background:#0e778a;
}

.sending:after {
	content: '';
	width: 100%;
	height: 83%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .4;
	z-index: 1; /*otherwise the after element in the button is on top of this*/
	cursor: wait;
}

.sending:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	opacity: 0;
	z-index: 1; /*otherwise the after element in the button is on top of this*/
	cursor: wait;
}
