* {
    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: Helvetica Neue, Helvetica, Arial, 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: 0 0;
    color: #444;
    height: 100%;
    width: auto;
}

#wrapper {
    max-width: 700px;
    margin: 60px auto 30px;
    padding: 60px;
    padding-top: 30px;
    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;
}

#backgroundImg {
}

#sticker {
    position: fixed;
    top: 0;
    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;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h3 {
    font-weight: bold;
    font-size: 14px
}

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 {
    position: relative;
}

#bio #avatar {
    float: left;
    margin: 0 20px 0 0;
}

#bio h2 {
    font-size: 15px;
}

#bio img {
    float: left;
    display: inline-block;
    width: 120px;
    height: auto;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#bio p {
    clear: left;
    margin: 40px auto;
    padding: 40px 45px;
    max-width: 560px;
    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;
}

#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;
}

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

/* START: SOCIAL ICONS */
.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;
}

.email-icon:hover {
    color: dodgerblue;
}

.facebook-icon:hover {
    color: #3b5998;
}

.twitter-icon:hover {
    color: #00aced;
}

.instagram-icon:hover {
    color: #125688;
}

.github-icon:hover {
    color: #4183c4;
}

.linkedin-icon:hover {
    color: #007bb5;
}

/* END: SOCIAL ICONS */

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;
}

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-row {
    display: block;
    margin-bottom: 20px;
}

.skills p {
    text-align: left;
}

.skills-block {
    display: inline-block;
    width: 49%;
    /*border: 1px solid black;*/
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.skills-block.large {
    width: 72%;
}

.skills-block.small {
    width: 26%;
}

.skills-block h4 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
}

.honorsAwards li {
    padding-left: 5px;
    margin-bottom: 8px;
}

#contactform input, #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: 12px;
}

#contactform textarea {
    height: 150px;
    width: 380px;
    margin-bottom: 20px;
}

#contactform input[type="submit"] {
    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
}

#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;
}

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 {
    text-align: center;
    font: bold 10px sans-serif;
    text-transform: uppercase;
    color: #aaa;
    margin: 20px 0 60px;
    text-shadow: 1px 1px 1px #fff;
}

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"] {
    float: none;
    width: auto;
}

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

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

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

/* HOT FIXES */
.schools-complementary {
    margin-bottom: 5px !important;
}

/* MULTILINGUAL SUPPORT */
.en, .es, .it { display:none; } /* hide all elements with a language class */
.en:lang(en), .es:lang(es), .it:lang(it) { display:block; } /* show those elements that match their language class */

.en-switch:lang(en), .es-switch:lang(es), .it-switch:lang(it) {
    text-decoration: underline;
}

.language-picker {
    position: fixed;
    bottom: 5px;
    right: 10px;

    font-size: small;
}


/* phones */
@media screen and (max-width: 760px) {
    #wrapper {
        padding: 20px;
        overflow: hidden;
    }

    #sticker h2.sectionHead {
        margin: 0 0 0 40px;
    }
    #sticker .socialIcons {

    }

    h2.sectionHead {
        margin: 20px -60px;
        line-height: 1.4rem;
    }

    #bio p {
        padding: 20px;
    }
}