    /*-------------------------------------------------------*/
        /* Base styles   */
    /*-------------------------------------------------------*/
    body {
        background-image:url(../images/bg3.png);
        background-color: #E8E8E8;
        margin: 0px;
        padding: 0px;
        font-family:'Open Sans', Arial;
        font-size: 12px;
    }
    /*-------------------------------------------------------*/
        /* Wrap */
    /*-------------------------------------------------------*/
    #container {
        margin:0 auto;
        width:1100px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #content {
        background-color:#FFF;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    }
    /*-------------------------------------------------------*/
        /* Generic Classes */
    /*-------------------------------------------------------*/
    .hidden {
        display: none;
    }
    .clear {
        clear:both;
    }
    /*-------------------------------------------------------*/
        /* Typography */
    /*-------------------------------------------------------*/
    h1 {font-size: 37px;}
    h2 {font-size: 28px;}
    h3 {font-size: 20px;}
    h4 {font-size: 15px;}
    h5 {font-size: 13px;}
    h6 {font-size: 11px;}
    
    div.horizontalRule{
        clear:both;
        width:100%;
        background-color:#999;
        height:1px;
        margin-top:35px;
        margin-bottom:35px;
    }
    
    h3.main-heading {
        background-image:url('../images/plus.png');
        background-repeat: no-repeat;
        background-position:left 2px;
        margin:15px 2px;
    }
    
    h3.secondary-heading {
        background-image:url('../images/plus.png');
        background-repeat: no-repeat;
        background-position:left 2px;
        margin:15px 2px;
    }
    
    h3.main-heading span {
        border-bottom:1px solid #999;
        padding-bottom:7px;
        color:#333;
        line-height:16px;
        margin-left:28px;
        display:block;
    }
    
        h3.secondary-heading span {
        padding-bottom:7px;
        color:#333;
        line-height:16px;
        margin-left:28px;
    }
    
    
    
    strong {
        font-weight: bold;
        color: #333;
    }
    /*-------------------------------------------------------*/
        /* Top Section */
    /*-------------------------------------------------------*/
    div.top {
        height:75px;
        margin-bottom:20px;
        overflow:hidden;
    }
    /* Logo */
        #logo {
        float:left;
        overflow:hidden;
        margin-left:10px;
        margin-right:110px;
        display:none;
    }
    #logo h2 {
        font-size:30px;
        font-weight:900;
        color: #444;
        line-height:40px;
    }
    #logo h4 {
        color:#666;
        line-height:20px;
    }
    /* Language icons */
    .socialicons {
        float:right;
        margin-top:10px;
    }
    .socialicons li {
        float:right;
        display:inline;
        margin:0;
        padding:0;
        margin-right:2px;
    }
    
    /* Social icons */
    .socialicons {
        float:right;
        margin-top:10px;
    }
    .socialicons li {
        float:right;
        display:inline;
        margin:0;
        padding:0;
        margin-right:2px;
    }
    .social-icons li:last-child {
        margin-right:0
    }
    .social-text {
        float:left;
        padding:9px;
        height:12px;
        background-color:#222;
        color:#FFF;
    }
    .social-twitter {
        float:right;
        width:30px;
        height:30px;
        background:#222 url('../images/social_twitter.png') no-repeat 5px 5px;
    }
    
    .social-facebook {
        float:left;
        width:30px;
        height:30px;
        background:#222 url('../images/social_facebook.png') no-repeat 5px 5px;
    }
    
    .social-googleplus {
        float:left;
        width:30px;
        height:30px;
        background:#222 url('../images/social_googleplus.png') no-repeat 4px 3px;
    }
    .social-in {
        float:left;
        width:30px;
        height:30px;
        background:#222 url('../images/social_in.png') no-repeat 4px 3px;
    }
    .social-facebook:hover {
        background-color:#3b5998;
    }
    .social-twitter:hover {
        background-color:#22b1e5;
    }
    .social-googleplus:hover {
        background-color:#d94a38;
    }
    .social-in:hover {
        background-color:#0075a1;
    }
    .social-mail:hover {
        background-color:#f6c500;
    }
    /*-------------------------------------------------------*/
        /* Profile Section */
    /*-------------------------------------------------------*/
    #profile {
        /*background-image:url(../images/header-shadow.png), url(../images/header-bg.png);
        background:url(../images/header-bg.png) repeat-x\0/; /* For ie8 */
        background-position:center bottom, left top;
        background-repeat:repeat-x;
        overflow:hidden;
        background-color:#22B1E5;      
    }
    /* About */
    .about {
        float:left;
        margin-top:30px;
        width:490px;
        margin-left:20px;
    }
    
    .about2 {
        float:left;
        margin-top:30px;
        width:200px;
        margin-left:40px;
        margin-right:5px;
    }
    
    .about .photo-inner {
        float:left;
        background:url(../images/photo-inner.png) no-repeat;
        width:192px;
        height:212px;
        padding:12px 0 0 20px;
    }
    
    .about2 .photo-inner {
        float:left;
        background:url(../images/photo-inner.png) no-repeat;
        width:192px;
        height:223px;
        padding:12px 30px 0 20px;
        
    }
    
    .about .photo-inner img {
        background-color:#FFF;
    }
    .about h1 {
        font-weight:900;
        color:#FFF;
        line-height:40px;
        margin-top:8px;
    }
    .about h3 {
        margin-top:5px;
        font-size:18px;
        color:#FFF;
        line-height:18px;
    }
    .about p {
        font-size:14px;
        margin-top:15px;
        /*color:#bc9010;*/
       color:#0075A1;
        line-height:20px;
    }
    /* Personal info */
    .personal-info {
        float:left;
        margin-top:10px;
        margin-bottom:10px;
        width:500px;
        min-height:230px;
        margin-left:50px;
        background:url(../images/personal-info-sep.png) no-repeat left top;
        padding:20px 0 0 20px;
    }
    
    .personal-info2 {
        float:left;
        margin-top:25px;
        margin-bottom:10px;
        margin-left:30px;
        width:470px;
        min-height:230px;
        background:url(../images/personal-info-sep.png) no-repeat left top;
        padding:20px 0 0 20px;
    }
    
    .personal-info li {
        font-size:14px;
        margin-bottom:10px;
        overflow: hidden;
    }
    
    .personal-info2 li {
        font-size:14px;
        margin-bottom:10px;
        overflow: hidden;
    }
    .personal-info li label {
        /*color:#a87f09;*/
        color:#22B1E5;
        /*background-color:#f4c024;*/
        background-color:#0075A1;
        float:left;
        padding:4px 7px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    
    .personal-info2 li label {
        /*color:#a87f09;*/
        color:#000000;
        /*background-color:#f4c024;*/
        background-color:#BCD9FF;
        float:left;
        padding:4px 7px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    
    .personal-info li span {
        float:right;
        width:400px;
        color:#0075A1;
    }
    
    .personal-info2 li span {
        float:right;
        width:350px;
        color:#0075A1;
    }
    /*-------------------------------------------------------*/
        /* Menu */
    /*-------------------------------------------------------*/
    .menu {
        height:125px;
        background-color:#ededed;
        position:relative;
    }
    .tabs {
        height:141px;
        position: absolute;
        margin-top:-15px;
        padding-left:25px;
        padding-right:25px;
        z-index:100;
    }
    .tabs li {
        float:left;
        height:141px;
    }
    .tabs li > a {
        padding-top:100px;
        width:150px;
        height:35px;
        display:block;
        background-repeat:no-repeat;
        font-size:16px;
        color:#b9b9b9;
        text-align:center;
    }
    
    .tabs li.active {
        background:url('../images/tab-hover.png') no-repeat;
        background-size: cover;
    }
    .tabs li.active a {
        /*color:#fdc62a;*/
       color:#22B1E5;
    }
    .tabs li .tab-profile {
        background-image:url(../images/profile-icon.png);
        background-position:center 40px;
    }
    .tabs li .tab-resume {
        background-image:url(../images/resume-icon.png);
        background-position:center 40px;
    }
    .tabs li .tab-courses {
        background-image:url(../images/courses-icon.png);
        background-position:center 40px;
    }
    .tabs li .tab-research {
        background-image:url(../images/research-icon.png);
        background-position:center 40px;
    }
    
    .tabs li .tab-publications {
        background-image:url(../images/publications-icon.png);
        background-position:center 40px;
    }
    
    .tabs li .tab-thesis {
        background-image:url(../images/thesis-icon.png);
        background-position:center 40px;
    }
    
    .tabs li .tab-contact {
        background-image:url(../images/contact-icon.png);
        background-position:center 40px;
    }
    /* Active icons */
        .tabs .active .tab-profile {
        background-image:url(../images/profile-icon-active.png);
    }
    .tabs .active .tab-resume {
        background-image:url(../images/resume-icon-active.png);
    }
    .tabs .active .tab-courses {
        background-image:url(../images/courses-icon-active.png);
    }
    .tabs .active .tab-research {
        background-image:url(../images/research-icon-active.png);
    }
    
    .tabs .active .tab-publications {
        background-image:url(../images/publications-icon-active.png);
    }
    .tabs .active .tab-thesis {
        background-image:url(../images/thesis-icon-active.png);
    }
    .tabs .active .tab-contact {
        background-image:url(../images/contact-icon-active.png);
    }
    
    /*-------------------------------------------------------*/
        /* Resume Section */
    /*-------------------------------------------------------*/
    #resume {
        padding:20px;
        overflow:hidden;
    }
    .skills-section, .timeline-section {
        float:left;
    }
    /* Timeline Section */
   .publications-section {
        padding-right:15px;
        padding-left:20px;
        width:1000px;
        overflow:hidden;
    }
    
    .thesis-section {
        width:1000px;
        float:left;
        
    }
    
    .research-section{
        width:1000px;

    }
    
    #research-filter{
        height: 80px;
    }
    
    .courses-section{
        width:1000px;
        float:left;
    }
    
    .timeline-section {
        width:700px;
        padding: 20px 15px 0px 20px
    }
    .timeline,.timeline2 {
        padding-top:15px;
    }
    .timeline li,.timeline2 li{
        margin-bottom:20px;

    }
    .timeline2 .cad{
        height:30px;
    }
    
    .timeline2 .memoria,.timeline2 .tesis{
        height:30px;
    }
    
    .timeline2 .conf,.timeline2 .jour{
        height:45px;
    } 
    
    .timeline2 li {
        background-image:url('../images/plus.png');
        background-repeat: no-repeat;
        background-position:left 2px;
        margin:15px 2px;
        float:left;
    }
    
    .timeline2 li .timelineUnit {
        line-height:17px;
        margin-left:11px;
        color: #444;
        font-size:13px;
        padding-left:15px;
    }
    
    .timeline li .timelineUnit{
        line-height:17px;
        margin-left:11px;
        color: #444;
        font-size:13px;
        border-left:1px solid #22B1E5;
        padding-left:15px;
    }
    
    .timeline li .timelineUnit .timelineDate {
        line-height:17px;
        color: #22B1E5;
        font-size:14px;
        margin-left:10px;
        font-weight: normal;
        padding:2px 6px;
        float:right;
    }
    
    .timeline2 li .timelineUnit .timelineDate {
        line-height:17px;
        color: #22B1E5;
        font-size:14px;
        margin-left:10px;
        font-weight: normal;
        padding:2px 6px;
        float:right;
    }
    
    .timeline .timelineUnit .timelineDate {
        line-height:17px;
        color: #22B1E5;
        font-size:14px;
        margin-left:5px;
        font-weight: normal;
        padding:2px 6px;
        float:right;
    }
    
     .secondaryDate span{
        line-height:17px;
        color: #22B1E5;
        font-size:14px;
        margin-left:10px;
        font-weight: normal;
        padding:2px 6px;
        float:right;
    }
    
    
    .timeline li .timelineUnit h3 {
        line-height:30px;
        font-size:15px;
        color: #444;
    }
    
    .timeline li .timelineUnit h4 {
        line-height:24px;
        font-size:15px;
        margin:0;
        padding:0;
        /*color: #444;*/
    }
    .timeline li .timelineUnit h5 {
        line-height:18px;
        font-size:13px;
        color: #999;
    }
    
     .timeline2 li .timelineUnit h5 {
        line-height:18px;
        font-size:13px;
        color: #999;
    }
    
    .timeline li .timelineUnit p {
        /*color: #666;*/
        font-size:12px;
        margin-top:5px;
    }
    
    .timeline li .timelineUnit b {
        font-weight: bold;
    }
    
    /* Skills Section */
    .skills-section {
        width:300px;
        float:right;
        padding-top: 15px;
        padding-right: 15px;
    }
    .skills {
        margin-top:25px;
        overflow:hidden;
        height:100%;
    }
    .skills li {
        margin-bottom:15px;
        float:left;
        padding-left:30px;
    }
    .skills li h4 {
        width:140px;
        float:left;
        font-size:15px;
        color: #444;
    }
    .skills li .rat0, .skills li .rat1, .skills li .rat2, .skills li .rat3, .skills li .rat4, .skills li .rat5, .skills li .rat6, .skills li .rat7 {
        width:123px;
        height:14px;
        float:left;
    }
    .skills li .rat0 {
        background:url(../images/rats.png) no-repeat;
    }
    .skills li .rat1 {
        background:url(../images/rats.png) no-repeat 0px -14px;
    }
    .skills li .rat2 {
        background:url(../images/rats.png) no-repeat 0px -28px;
    }
    .skills li .rat3 {
        background:url(../images/rats.png) no-repeat 0px -42px;
    }
    .skills li .rat4 {
        background:url(../images/rats.png) no-repeat 0px -56px;
    }
    .skills li .rat5 {
        background:url(../images/rats.png) no-repeat 0px -70px;
    }
    .skills li .rat6 {
        background:url(../images/rats.png) no-repeat 0px -84px;
    }
    .skills li .rat7 {
        background:url(../images/rats.png) no-repeat 0px -98px;
    }
    
    /* Download Button */
    #resume .button {
        width: 250px;
        padding: 10px;
        background-color: #8c8c8c;
        overflow: hidden;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin: 20px 0px 0px -20px;
        color: #f7f7f7;
        display: block;
        text-align: center;
          -webkit-border-radius: 0px 4px 4px 0px;
             -moz-border-radius: 0px 4px 4px 0px;
                  border-radius: 0px 4px 4px 0px;
    }
    #resume .button:hover {
        background-color:#22B1E5;
    }
    
    .button:hover{
        color:#22B1E5;
    }
    
    li.pub a:hover{
        color:#22B1E5;
    }
    
    .table-class a:hover{
        color:#22B1E5;
    }
    /*-------------------------------------------------------*/
        /* courses Section */
    /*-------------------------------------------------------*/
   
   .table-class{
    width:850px;
    margin-left:20px; 
    margin-right:auto;
    }

    .table-class th{
    padding:5px 5px 5px 5px;
    font-size: 12px;
    background:#22B1E5;
    }
    
    .table-class tr td{
    font-size: 13px;
    padding:15px 15px 15px 15px;
    text-align:left;
    vertical-align:middle;
    border:1px dotted #c8c2b0;
    }
   
    #courses {
        padding:20px 20px 20px 20px;
        overflow:hidden;
    }
    #courses .extra-text {
        font-size:24px;
        padding:24px 0;
        border-bottom:1px solid #222222;
        color: #222222;
        margin-bottom:10px;
    }
    
    /* Filter menu */
    .course_buttons, .course_buttons2, .course_buttons3 {
        border-bottom:1px solid #ededed;
        overflow:hidden;
        padding:5px 0;
        margin-top: 10px;
    }
    .course_buttons li a {
        text-align: center;
        width:225px;
        float:left;
        margin-right:10px;
        color:#fff;
        background-color: #666;
        padding:6px;
        margin-bottom:5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 6px
    }
    
    .course_buttons2 li a {
        text-align: center;
        width:150px;
        float:left;
        margin-right:10px;
        color:#fff;
        background-color: #666;
        padding:6px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 6px
    }
    
    .course_buttons3 li a {
        text-align: center;
        width:auto;
        float:left;
        margin-right:10px;
        color:#fff;
        background-color: #666;
        padding:6px;
        margin-bottom:5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 6px
    }
    
    .course_buttons li a:hover,.course_buttons2 li a:hover, .course_buttons3 li a:hover{
        /*background-color: #fdc62a;*/
       background-color: #22B1E5;
    }
    .course_buttons li a.current,.course_buttons2 li a.current, .course_buttons3 li a.current {
        /*background-color: #fdc62a;*/
       background-color: #22B1E5;
    }
    /* Images list */
    #courses-list {
        width:820px;
        margin-left:40px;
    }
    #courses-list li {
        float:left;
        margin-left:40px;
        text-align:left;
        background-color:#f8f8f8;
        border-bottom:1px solid #e5e5e5;
        height:415px;
        margin-bottom:20px;
        width:500px;
    }
    #courses-list li:hover {
        border-bottom:1px solid #fdc62a;
        height:185px;
    }
    #courses-list img {
        background-color:#FFF;
        height:120px; 
        width:180px;
    }

    #courses-list li .title {
        font-size:14px;
        margin-top:15px;
        font-weight: 400;
        color: #3A3A3A;
    }
    #courses-list li .categorie {
        font-size:11px;
        line-height:25px;
        color:#999;
    }
    /* adipoli */
        .adipoli-wrapper {
        margin:auto;
        position:relative;
        display: inline-block;
    }
    .adipoli-wrapper>img {
        position: absolute;
        z-index: 1;
    }
    .adipoli-before {
        position: absolute;
        z-index: 5;
    }
    .adipoli-after {
        position: absolute;
        z-index: 10;
    }
    .adipoli-slice {
        display:block;
        position:absolute;
        z-index:15;
        height:100%;
    }
    .adipoli-box {
        display:block;
        position:absolute;
        z-index:15;
    }
    /*-------------------------------------------------------*/
        /* Contact Section */
    /*-------------------------------------------------------*/
   #research {
        padding:10px 20px 20px 20px;
        
    }
   
   #research-content {
        margin-top:30px;
        overflow:hidden;
    } 
   
    #publications {
         padding:0px 30px 30px 30px;
         overflow:hidden;
    }
    
    #publications-content{
        height: auto;
        margin-top:30px;
    }
    
    #thesis {
        padding:0px 30px 30px 30px;
        overflow:hidden;
    }
    
    #thesis-content {
        height: auto;
        margin-top:15px 
    }
    
    #contact {
        padding:30px 0;
        overflow:hidden;
    }
    .contact-info, .contact-form {
        float:left;
        padding:0 20px;
    }
    .contact-info {
        width:250px;
    }
    .contact-form {
        width:530px;
    }
    /* Contact info */
    .contact-info ul {
        float:left;
        margin-left:11px;
        border-left:1px solid #fadc66;
        padding-left:18px;
    }
    .contact-info ul li {
        font-size:13px;
        line-height:20px;
        color: #666;
        overflow: hidden;
    }
    
    /* Google map */
        #map {
        float:right;
        height: 230px;
        margin-right:50px;
        margin-top:15px;
        width: 275px;
        border-bottom:1px solid #CCC;
        border-top:1px solid #CCC;
    }
    
    /*-------------------------------------------------------*/
        /* Footer */
    /*-------------------------------------------------------*/
    div.footer {
        margin-top:20px;
        height:20px;
    }
    div.footer .copyright {
        float:left;
        color:#333;
        padding-left:6px;
    }
    
   /*-------------------------------------------------------*/
        /* Isotope filtering */
    /*-------------------------------------------------------*/
    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    .isotope, .isotope .isotope-item {/* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property:-moz-transform, opacity;
        transition-property:transform, opacity;
    }
    

/*-------------------------------------------------------*/
    /* Media Queries */
/*-------------------------------------------------------*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #container {
        width:750px;
    }
    /*-------------------------------------------------------*/
        /* Profile Section */
    /*-------------------------------------------------------*/
    /* About */
    .about {
        width:410px;
    }
    .about h1 {
        line-height:38px;
        font-size:30px
    }
    .about h3 {
        font-size:14px;
        line-height:14px;
    }
    /* Personal info */
    .personal-info {
        width:280px;
        margin-right:10px;
    }
    /*-------------------------------------------------------*/
        /* Resume */
    /*-------------------------------------------------------*/
    .timeline-section {
        width:380px;
        padding-right:15px;
    }
    .skills-section {
        width:300px;
    }
    /*-------------------------------------------------------*/
        /* courses */
    /*-------------------------------------------------------*/
    #courses-list {
        width:750px;
    }
    #courses-list li {

        margin-right:60px;
    }
    /*-------------------------------------------------------*/
        /* Contact */
    /*-------------------------------------------------------*/
    .contact-info {
        width:250px;
    }
    .contact-form {
        width:420px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #container {
        width:470px;
    }
    /*-------------------------------------------------------*/
        /* Top Section */
    /*-------------------------------------------------------*/ 
    /* Logo */
    #logo h2 {
        font-size:25px;
        font-weight:900;
        color: #444;
        line-height:30px;
    }
    #logo h4 {
        color:#666;
        line-height:15px;
    }
    /* Social icons */
    .socialicons {
        margin-top:-3px;
  
    }
    
  
    
    .social-text {
        display:none;
    }
    /*-------------------------------------------------------*/
        /* Profile Section */
    /*-------------------------------------------------------*/
    /* About */
    .about {
        width:420px;
        display:block;
    }
    .about h1 {
        line-height:38px;
        font-size:30px
    }
    .about h3 {
        font-size:14px;
        line-height:14px;
    }
    /* Personal info */
    .personal-info {
        margin-top:0;
        display:block;
        width:420px;
        background:none;
        border-top:1px solid #fdc62a;
    }
    
 
    /*-------------------------------------------------------*/
        /* Menu */
    /*-------------------------------------------------------*/
    .tabs {
        padding-left:5px;
    }
    .timeline-section {
        width:420px;
        padding-right:15px;
    }
    /*-------------------------------------------------------*/
        /* Resume */
    /*-------------------------------------------------------*/
    .skills-section {
        width:420px;
    }
    .skills li h4 {
        width:260px;
    }
    /*-------------------------------------------------------*/
        /* courses */
    /*-------------------------------------------------------*/
    #courses-list {
        width:450px;
    }
    #courses-list li {
        margin-right:40px;
    }
    /*-------------------------------------------------------*/
        /* Contact */
    /*-------------------------------------------------------*/
    .contact-info {
        width:420px;
    }
    .contact-form {
        margin-top:20px;
        width:420px;
    }
    

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    #container {
        width:300px;
        margin-top:5px;
    }
    /*-------------------------------------------------------*/
        /* Top Section */
    /*-------------------------------------------------------*/
    /* Logo */
    #logo h2 {
        font-size:25px;
        font-weight:900;
        color: #444;
        line-height:30px;
    }
    #logo h4 {
        color:#666;
        line-height:15px;
    }
    .socialicons {
        display:none; !important
    }
    /*-------------------------------------------------------*/
        /* Profile Section */
    /*-------------------------------------------------------*/
    div.top {
        height:75px;
        margin-bottom:20px;
    }
    /* About */
    .about {
        width:280px;
        display:block;
        margin:10px 0 15px 10px;
    }
    .about .photo-inner {
        margin-left:40px;
        background:url(../images/photo-inner.png) no-repeat;
        width:192px;
        height:212px;
        padding:12px 0 0 20px;
    }
    .about h1 {
        line-height:38px;
        font-size:30px;
        text-align:center;
    }
    .about h3 {
        font-size:14px;
        line-height:14px;
        text-align:center;
    }
    .about p {
        text-align:center;
    }
    /* Personal info */
    .personal-info {
        margin-top:0;
        display:block;
        width:280px;
        background:none;
        border-top:1px solid #fdc62a;
        margin-left:10px;
        min-height:220px;
        padding-left:0;
    }
    .personal-info li {
        font-size:13px;
    }
  
    /*-------------------------------------------------------*/
        /* Menu */
    /*-------------------------------------------------------*/
    .tabs {
        padding-left:0px;
    }

    .tabs li > a {
        width:75px;
        font-size:14px;

    }
    .tabs li.active {
        background: none;
    }
    /*-------------------------------------------------------*/
        /* Resume */
    /*-------------------------------------------------------*/
    #resume {
        padding:30px;
    }
    .timeline-section {
        width:280px;
        padding-right:15px;
    }
    .skills-section {
        width:280px;
    }
    .skills li h4 {
        width:120px;
    }
    /*-------------------------------------------------------*/
        /* courses */
    /*-------------------------------------------------------*/
    #courses-list {
        width:280px;
    }
    #courses-list li {
        margin-left:40px;
    }
    /*-------------------------------------------------------*/
        /* Contact */
    /*-------------------------------------------------------*/
    
    .contact-info {
        width:280px;
    }
    .contact-form {
        margin-top:20px;
        width:280px;
    }
    .contact-info, .contact-form {
        padding:0 10px;
    }


}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}