* {
	margin: 0;
	padding: 0;

	-moz-transition-property:background-color;
 	-moz-transition-duration: 0.20s;
 	-moz-transition-timing-function: linear;

 	-webkit-transition-property:background-color;
 	-webkit-transition-duration: 0.20s;
 	-webkit-transition-timing-function: linear;

 	-o-transition-property:background-color;
 	-o-transition-duration: 0.20s;
 	-o-transition-timing-function: linear;

	transition-property:background-color;
	transition-duration: 0.20s;
	transition-timing-function: linear;
}

body {
	font-family: sans-serif;
	line-height: 1.2em;
	background-color: #f3f3f3;
	background-image: url(../images/patterns/soft_wallpaper.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	color: #444;
	height: 100%;
	width: auto;
}
#wrapper {max-width: 1100px; margin: 60px auto 30px; padding:60px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.1); position: relative;}
ul {margin: 0 0 0 15px; position: relative;}
li {margin: 0 0 5px 0; font-size: 13px;}
p {text-align: left; font-size: 15px;}
.clear {clear: both;}
a {color: #444; text-decoration: none;}
a:hover {text-decoration:underline;}

#srapper {max-width: 1100px; position: relative; margin-top: 30px;margin-left: auto;margin-right: auto; margin-bottom:-30px;}
p#srapper {text-align: center; font-size: 15px;}

#backgroundImg {

}

#sticker {position: fixed; top: -60px; left: 0; right: 0; background: #fff; background: rgba(255,255,255,.98); height: 55px; box-shadow: 0 0 3px rgba(0,0,0,.3); z-index: 1000;}
#sticker h2.sectionHead {border: none; margin: 0 0 0 50px; line-height: 55px; padding: 0 0 0 8px;}
#sticker h2.sectionHead:before {left: -40px; top:5px;}
#sticker #socialIcons {top:10px; right: 15px;}

/* ------------------------*/
/*------H TAG STUFF-------*/
/* ----------------------*/
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
h3 {font-weight: bold; font-size: 14px}

/* --------------------------*/
/*---SECTION TITLES STUFF---*/
/* ------------------------*/
h2.sectionHead {
	clear: both;
	font:bold 20px/12px 'verdana',sans-serif;
	margin: 60px -60px;
	border-left: 52px solid #444;
	color: #444;
	padding:1px 0 0 8px;
	letter-spacing: -2px;
	text-transform: uppercase;
	position: relative;
}
h2.sectionHead:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	left: -105px;
	top: -15px;
	/*background-image: url(../images/icons.png);*/
}

h2#titleName {margin: 20px -60px 10px;}

h2#ribbon:before {background-position: left -45px;}
h2#tools:before {background-position: left top;}
h2#learn:before {background-position: right top;}
h2#eye:before {background-position: -90px top;}
h2#clock:before {background-position: -45px top;}
h2#chat:before {background-position: -45px bottom;}
h2#titleName:before {background-position: -90px bottom;}
h2#contact:before {background-position: right bottom;}

/* ------------------------*/
/*-------BIO STUFF--------*/
/* ----------------------*/
#bio {position: relative;}
#bio #avatar {float: left; margin: 0 20px 0 0;}
#bio h2 {font-size: 15px;}
#bio p {
	clear: left;
	margin:30px auto;
	padding:5px 5px;
	max-width: 1100px;
	/*background: #fbfbfb;
	border: 1px solid #f3f3f3;
	border-radius: 8px;*/
	position: relative;
	/*border-width: 0 1px 1px;
	border-color: #fff #f3f3f3 #e8e8e8;*/
	/*line-height: 1.6em;*/
	font-size:16px;
}
#bio iframe {margin: 0 auto; display: block;}

/*#bio p a {
	text-decoration: none;
	border: none;
	background: #444;
	color: #fff;
	padding: 3px 5px;
	margin: -3px 0 0 0;
}
#bio p a:hover {text-decoration:none; color: #fff; background: #222;}*/

.blacks_new {
    text-decoration: none;
    border: none;
    background: #444;
    color: #fff;
    text-align:center;
    font-family:arial;
    font-weight:bold;
    font-size:30px;
    line-height:1;
    padding: 12px;
    margin:10px
}
.blacks_new:hover {text-decoration:none; color: #fff; background: #222;}

.blacks2 {
	text-decoration: none;
	border: none;
	background: #444;
	color: #fff;
	padding: 5px 5px;
	margin: -3px 0 0 0;
}
.blacks2:hover {text-decoration:none; color: #fff; background: #222;}

.reds2 {
	text-decoration: none;
	border: none;
	background: #950000;
	color: #fff;
	padding: 5px 5px;
	margin: -3px 0 0 0;
}
.reds2:hover {text-decoration:none; color: #fff; background: #6E0000;}

.blacks {
	text-decoration: none;
	border: none;
	color: #444;
	padding: 3px 5px;
	margin: -3px 0 0 0;
}
.blacks:hover {text-decoration:none; color: #222;}

.reds {
	text-decoration: none;
	border: none;
	color: #950000;
	padding: 3px 5px;
	margin: -3px 0 0 0;
}
.reds:hover {text-decoration:none; color: #6E0000;}

.greens {
	text-decoration: none;
	border: none;
	color: #104900;
	padding: 3px 5px;
	margin: -3px 0 0 0;
}
.greens:hover {text-decoration:none; color: #0E3400;}

.go-up, .go-down {
 display: none;
 position: fixed; /*позиционирование*/
 z-index: 9999; /*поверх все элементов на странице*/
 right: 1%; /*положение на странице, если слева - left*/
 /*background: #4F4F4F;
 border: 1px solid #ccc;
 border-radius: 5px;*/
 cursor: pointer;
 color: #fff;
 text-align: center;
 font: normal normal 42px/42px sans-serif;
 text-shadow: 0 1px 2px #000;
 opacity: .5;
 padding: 3px;
 margin-bottom: 5px;
 width: 50px;
 height: 50px;
}
.go-up { bottom: 60px; }
.go-down { bottom: 10px; }
.go-down:hover,
.go-up:hover {
 opacity: 1;
 /*box-shadow: 0 5px 0.5em -1px #666;*/
}

#bio a.selectedWork {visibility: hidden; padding: 0; margin: 0;}

#socialIcons {width: 50%; height: 30px; position: absolute; top: -35px; right: 0; text-align: right;}
.socialIcon {
	width: 30px;
	height: 30px;
	margin: 0 0 0 3px;
	display: inline-block;
	background-image: url(../images/social.png);
	border: none;
}
.socialIcon:hover {border: none;}

#rssIcon {background-position: 0 0;}
#youTubeIcon {background-position: -30px 0;}
#vimeoIcon {background-position: -60px 0;}
#twitterIcon {background-position: -90px 0;}
#mySpaceIcon {background-position: -120px 0;}
#dribbbleIcon {background-position: -150px 0;}
#gplusIcon {background-position: -180px 0;}
#facebookIcon {background-position: -210px 0}
#flickrIcon {background-position: -240px 0;}
#favIcon {background-position: -270px 0;}
#linkedinIcon {background-position: -300px 0;}

#rssIcon:hover {background-position: 0 -30px;}
#youTubeIcon:hover {background-position: -30px -30px;}
#vimeoIcon:hover {background-position: -60px -30px;}
#twitterIcon:hover {background-position: -90px -30px;}
#mySpaceIcon:hover {background-position: -120px -30px;}
#dribbbleIcon:hover {background-position: -150px -30px;}
#gplusIcon:hover {background-position: -180px -30px;}
#facebookIcon:hover {background-position: -210px -30px;}
#flickrIcon:hover {background-position: -240px -30px;}
#favIcon:hover {background-position: -270px -30px;}
#linkedinIcon:hover {background-position: -300px -30px;}

/* ---------------------------*/
/*---RECOMMENDATIONS STUFF---*/
/* -------------------------*/
ul#recommends li {margin: 0 0 30px 0; clear: both;}
ul#recommends li > h3 {background: #fafafa; color: #ccc; padding-left: 5px; line-height: 25px; margin:0 0 30px -5px;}

/* -------------------------*/
/*---AS SEEN ON STUFF------*/
/* -----------------------*/
ul#seenOn li {display: inline-block; position: relative; border: 1px solid #eee; margin-right: 2px; height: 36px; border-radius: 4px; line-height: 30px;}
ul#seenOn li img {height:30px; width:auto; padding: 3px;}

/* ------------------------*/
/*---SKILLS STUFF---------*/
/* -----------------------*/
ul#skills {margin: 0; width: 100%; overflow: hidden; background:url(../images/loading.gif) no-repeat center 30%;}
ul#skills.ready {background: none;}
ul#skills li {
	position: relative;
	right: 100%;
	background-color: #444;
	color: #fff;
    font:bold 9px/20px sans-serif;
    letter-spacing: 1px;
    margin-bottom: 3px;
    padding:3px 1.1428571428571428% 0;
    text-transform: uppercase;
    z-index: 1;
}
ul#skills li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 26px;
	width: 50px;
	text-align: right;
	color: #aaa;
}
ul#skills li.s100:after {content: "100%";}
ul#skills li.s90:after {content: "90%";}
ul#skills li.s80:after {content: "80%";}
ul#skills li.s70:after {content: "70%";}
ul#skills li.s60:after {content: "60%";}
ul#skills li.s50:after {content: "50%";}
ul#skills li.s40:after {content: "40%";}
ul#skills li.s30:after {content: "30%";}
ul#skills li.s20:after {content: "20%";}
ul#skills li.s10:after {content: "10%";}

ul#skills li span {display: none;}

ul#skills li:hover {background: #222;}

li.s100 {width: 97.71428571428571%;}
li.s90 {width: 87.71428571428571%;}
li.s80 {width: 77.71428571428571%;}
li.s70 {width: 67.71428571428571%;}
li.s60 {width: 57.714285714285715%;}
li.s50 {width: 47.714285714285715%;}
li.s40 {width: 37.714285714285715%;}
li.s30 {width: 27.714285714285715%;}
li.s20 {width: 17.714285714285715%;}
li.s10 {width: 7.714285714285714%;}

/* ------------------------*/
/*---HONORS STUFF---------*/
/* ----------------------*/
#honorsAwards li {padding-left: 5px; margin-bottom: 8px;}

/* ------------------------*/
/*---CONTACT FORM STUFF---*/
/* ----------------------*/
#contactform input[type="email"], #contactform input[type="password"], #contactform input[type="text"],
#contactform textarea {float: none; width: 250px; padding: 8px; margin: 5px 0 10px 0; background: #fcfcfc; border: 1px solid #eee; border-radius: 8px; color: #666; font-size: 15px;}
#contactform textarea {height: 150px; width: 380px; margin-bottom: 20px;}

#contactform button {
	width: inherit;
	clear: both;
	color: #fff;
	border:none;
	cursor: pointer;
	line-height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	height: 50px;
	padding: 0 15px;
	margin: 0;
	background:#444;
	border-radius:3px;
}
#contactform button:hover {background: #000;}

.form-check-label {
	cursor: pointer;
}

#contactform a {
	width: inherit;
	clear: both;
	color: #950000;
	border:none;
	cursor: pointer;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	height: 30px;
	padding: 0 15px;
	margin: 0;
	border-radius:3px;
	text-decoration: none;
}
#contactform a:hover {color: #6E0000;}


#contactform input[type="submit"] button{
	width: inherit;
	float: right;
	clear: both;
	color: #fff;
	border:none;
	cursor: pointer;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	height: 30px;
	padding: 0 15px;
	margin: 0;
	background:#444;
	border-radius:3px;
}
#contactform input[type="submit"]:hover {background: #000;}
.required {color: red;}
#required {float: left; margin-top: 10px; color: #bbb; display: none;}

#contactform input.error,
#contactform textarea.error {border: 1px solid red; background: #ffd3c9}

#the-quiz {
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
}

#the-quiz > input {
    margin: 0;
    width: 50px !important;
}

#contactInfo {float: left; width: 40%;}
#emailMessage {float: right; width: 57%;}

#messageSent {line-height: 40px; font-size: 16px; width: 100%; text-align: center; background: #5cd25c; color: #fff; display: none;}

/* --------------------------*/
/*---GENERAL LAYOUT STUFF---*/
/* ------------------------*/
ul#jobs,
ul#schools,
ul#recommends,
ul#seenOn {margin: 0; list-style: none;}

ul#jobs li,
ul#schools li,
ul#recommends li {margin: 0 0 20px 0; clear: both;}

ul#jobs li .details,
ul#schools li .details,
ul#recommends li .details {float: left; width: 40%}
ul#jobs li p,
ul#schools li > p,
ul#recommends li > p {float: right; width: 57%; margin-bottom: 25px;}

.details h5 {font-style: italic;}

/* ------------------------*/
/*---COPYRIGHT STUFF------*/
/* ----------------------*/
#copyright {text-align: center; font:bold 10px sans-serif; text-transform: uppercase; color: #aaa; margin: 20px 0 60px; text-shadow: 1px 1px 1px #fff;}

/* ------------------------*/
/*--RESPONSIVE STUFF------*/
/* ----------------------*/
body.respond {background: #fff;}
body.respond #sticker {display: none;}
body.respond #wrapper {margin: 0 auto; padding:30px; background: #fff; box-shadow: none;}

body.respond h2.sectionHead {font-size: 15px; letter-spacing: -1px; margin: 40px 0 50px -60px; padding-left: 8px; }
body.respond h2#titleName {margin: 20px 0 10px -60px;}

body.respond p {text-align: left;}

body.respond #socialIcons {
    height: 30px;
    margin-top: 20px;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    width: 100%;
}

body.respond #bio h2 {font-size: 12px;}
body.respond #bio p {padding:0; background: #fff; max-width: 100%; border: none;}

body.respond ul#seenOn li {height: auto; line-height: 1em;}
body.respond ul#seenOn li img {width: 96%; height: auto; padding: 2%;}

body.respond ul#jobs li .details,
body.respond ul#schools li .details,
body.respond ul#recommends li .details {float: none; width: 100%}
body.respond ul#jobs li p,
body.respond ul#schools li > p,
body.respond ul#recommends li > p {float: none; width: 100%; margin-bottom: 50px; margin-top: 10px;}

body.respond #contactInfo,
body.respond #emailMessage {float: none; width: 100%;}
body.respond #contactform input[type="submit"] {margin-right: 15px; width: auto;}

body.respond #contactform input,
body.respond #contactform textarea {width: 90%;}

body.respond #copyright {margin: 60px auto;}

body.respond #messageSent {margin-top: 20px;}


th {
  font-weight: normal;
  color: #444444;
  padding: 10px 15px;

  font-weight: bold;
}
td {
  color: #444444;
  padding: 10px 15px;
}

tr:nth-child(1n) {background: #F8F8F8;}
tr:nth-child(2n) {background: #E3E3E3;}
tr:hover td {background: #99bcff;}

.green tr:nth-child(1n) {background: #C7E8D4;}
.green tr:nth-child(2n) {background: #6EC592;}
.green tr:hover td {background: #3c9e65;}

.blue tr:nth-child(1n) {background: #E1EFFE;}
.blue tr:nth-child(2n) {background: #A3CCFB;}
.blue tr:hover td {background: #4D9EF3;}


.css-adaptive {
display: block;
max-width: 100%;
height: auto;
}

@media only screen and (max-device-width: 480px) {
	#wrapper {max-width: 1100px; margin: 60px auto 30px; padding:20px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.1); position: relative;}
	ul {margin: 0 0 0 15px; position: relative;}
	li {margin: 0 0 5px 0; font-size: 13px;}
	p {text-align: justify; font-size: 13px;}
	.clear {clear: both;}
	a {color: #444; text-decoration: none;}
	a:hover {text-decoration:underline;}

	h2#titleName {margin: 20px -20px 10px;}

	table{
	  width:100%;
	}

	h2.sectionHead {
		line-height: 0.9;
	}
}
