
.portfolio-block {
    width: 33%;
    height: 220px;
    text-align: center;
    background-color: rgba(190, 190, 190, 0.37);
    margin-bottom: 0.5vw;
    overflow:hidden;
}

.portfolio-block:hover {
    cursor: pointer;
}
.portfolio-block:not(:nth-child(3n+3)) {
    margin-right: .5% !important;
}

.portfolio-block:nth-child(3n+3) {
    margin-right: 0 !important;
}

/*.portfolio-block:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25rem;
}*/



.portfolio-block:not(:last-child) {

}

@media all and (max-width: 900px){
    .portfolio-block {
        width: 49.75%;
        height: 220px;
    }

    .portfolio-block:not(:nth-child(even)) {
        margin-right: .5% !important;
    }

    .portfolio-block:nth-child(even) {
        margin-right: 0 !important;
    }
}
/*
@media all and (max-width: 600px){
    .portfolio-block {
        width: 100%;
        height: 220px;
        margin-right: 0;
    }
    
    .portfolio-block:not(:nth-child(even)) {
        margin-right: 0 !important;
    }

    .portfolio-block:nth-child(even) {
        margin-right: 0 !important;
    }
    
}*/

@media all and (min-width: 1400px){
    .portfolio-blocks {
        width: 1440px;
        margin: 0rem auto 0 auto !important;
    }
}



.portfolio-blocks {
    margin: 0rem 0rem 0 0rem;
    padding-top: 2.3rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#TAUR-block {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #191919;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #191919;
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #191919;

}





#AL-block {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #354254;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #354254;
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #354254;

}

#turbine-block {
    background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../images-2/turbine.jpg");
    background-image: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../images-2/turbine.jpg");
    background-image: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../images-2/turbine.jpg");
    background-size: cover;
    background-color: #969696;
}

#turbine-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/turbine.jpg");
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/turbine.jpg");
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/turbine.jpg");
    -webkit-transition: background .5s;
    transition: background .5s;
    background-size: cover;
}

#turbine-block:hover > #turbine-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#turbine-block:hover > #turbine-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-31%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-31%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-31%,0) scale(1.05);
    animation-fill-mode: forwards;
}

#AL-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #354254;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #354254;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #354254;
    -webkit-transition: background .5s;
    transition: background .5s;
    background-size: cover;
}

#AL-block:hover > #AL-description-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#AL-block:hover > #AL-datalynx {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-41%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-41%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-41%,0) scale(1.05);
    animation-fill-mode: forwards;
}

#TAUR-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #191919;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #191919;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #191919;
    -webkit-transition: background .5s;
    transition: background .5s;
    background-size: cover;
}

#TAUR-block:hover > #TAUR-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#TAUR-block:hover > #TAUR-scooter {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-50%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-50%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-50%,0) scale(1.05);
    animation-fill-mode: forwards;
}



.overlay {
    position: absolute;
    float: left;
    background: rgba(0,0,0,0.4);
}





#mech1-block {
    background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.2), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mech-back.jpg");
    background-image: -moz-linear-gradient(
      rgba(0, 0, 0, 0.2), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mech-back.jpg");
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.2), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mech-back.jpg");
    background-size: cover;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#mech1-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/../images-2/mech-back.jpg");
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/../images-2/mech-back.jpg");
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/../images-2/mech-back.jpg");
    background-size: cover;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    background-color: #c1c1c1;
}

#mech1-block:hover > #mech1-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#mech1-block:hover > #mech1-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-31%,0) scale(1.52);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-31%,0) scale(1.52);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-31%,0) scale(1.52);
    animation-fill-mode: forwards;
}

#mech2-block {
    background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mars.jpg");
    background-image: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mars.jpg");
    background-image: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/mars.jpg");
    background-size: cover;
}

#mech2-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/mars.jpg");
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/mars.jpg");
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/mars.jpg");
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    background-size: cover;
}

#mech2-block:hover > #mech2-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#mech2-block:hover > #mech2-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-41%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-41%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-41%,0) scale(1.05);
    animation-fill-mode: forwards;
}

#excelsior-block {
    background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/excelsior-background.jpg");
    background-image: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/excelsior-background.jpg");
    background-image: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/excelsior-background.jpg");
    background-size: cover;
}

#excelsior-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/excelsior-background.jpg");
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/excelsior-background.jpg");
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/excelsior-background.jpg");
    background-size: cover;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#excelsior-block:hover > #newspaper-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#excelsior-block:hover > #newspaper-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-30.7%,0) scale(1.1);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-30.7%,0) scale(1.1);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-30.7%,0) scale(1.1);
    animation-fill-mode: forwards;
}

#compass-block {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/compass-background.jpg");
    
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/compass-background.jpg");
    
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url("../images-2/compass-background.jpg");
    background-size: cover;
}

#compass-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/compass-background.jpg");
    
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/compass-background.jpg");
    
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url("../images-2/compass-background.jpg");
    
    background-size: cover;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#compass-block:hover > #compass-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#compass-block:hover > #compass-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-27%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-27%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-27%,0) scale(1.05);
    animation-fill-mode: forwards;
}



#opencomm-block {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #39b54a;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #39b54a;
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #39b54a;
}

#opencomm-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #39b54a;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #39b54a;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #39b54a;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#opencomm-block:hover > #opencomm-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#opencomm-block:hover > #opencomm-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-30.5%,0) scale(1.52);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-30.5%,0) scale(1.52);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-30.5%,0) scale(1.52);
    animation-fill-mode: forwards;
}

#opencomm-description {
    height: 36px;
}

#presentations-block {
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(112,112,112,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(112,112,112,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(112,112,112,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(112,112,112,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(112,112,112,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(112,112,112,1) 100%); /* W3C */
}


#presentations-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(112,112,112,1)));
    
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), -moz-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(112,112,112,1)));
    
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(112,112,112,1)));
    
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#presentations-block:hover > #presentations-description {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#presentations-block:hover > #presentations-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-40%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-40%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-40%,0) scale(1.05);
    animation-fill-mode: forwards;
}






@-webkit-keyframes textFadeOut {
    0% {-webkit-filter: opacity(1); -webkit-transform: scale(1)}
    35% {-webkit-filter: opacity(0)}
    100% {-webkit-filter: opacity(0); -webkit-transform: scale(0)}
}

@-webkit-keyframes textFadeIn {
    0% {-webkit-filter: opacity(0); -webkit-transform: scale(0)}
    55% {-webkit-filter: opacity(0)}
    100% {-webkit-filter: opacity(1); -webkit-transform: scale(1)}
}
/*
@keyframes textFadeOut {
    0% {filter: opacity(1); transform: scale(1)}
    35% {filter: opacity(0)}
    100% {filter: opacity(0); transform: scale(0)}
}

@keyframes textFadeIn {
    0% {filter: opacity(0); transform: scale(0)}
    55% {filter: opacity(0)}
    100% {filter: opacity(1); transform: scale(1)}
}
*/
@-webkit-keyframes pictureMoveToMiddle {
    0% {}
    100% {-webkit-transform: translateY(-34%)}
}

@-webkit-keyframes pictureMoveToOriginal {
    0% {-webkit-transform: translateY(-34%)}
    100% {-webkit-transform: translateY(0)}
}

@-webkit-keyframes scaleOut {
    0% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: scale(1);  }
    45% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(1.5)}
}

@-webkit-keyframes pictureMoveUp {
    0% { -webkit-filter: opacity(0) blur(0px); ;  }
    55% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: translate3d(0,-200px,0)}
}

@-webkit-keyframes pictureMoveDown {
    0% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: translate(0,-200px);  }
    20% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: translate(0,0px)}
}

@-webkit-keyframes textMoveUp {
    0% { -webkit-filter: opacity(1) blur(0px); ;  }
    35% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: translate(0,-200px)}
}

@-webkit-keyframes textMoveDown {
    0% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: translate(0,-200px);  }
    35% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: translate(0,0px)}
}

.moveup {
    -webkit-transform: translate(0px,-115%);
    -webkit-transition: .3s ease-in-out;
    /*-webkit-animation: moveUp .5s;*/
    -webkit-animation-fill-mode: forwards;
}

.movedown {
    -webkit-transform: translate(0px,114.7%);
    -webkit-transition: .3s ease-in-out;
    /*-webkit-animation: moveDown .5s;*/
    -webkit-animation-fill-mode: forwards;
}

.pulsate-power {
    -webkit-animation: pulsatePower 1s infinite;

}

@media (max-width: 320px) {
    .moveup {
        -webkit-transform: translate(0px,-118%);
        -webkit-transition: .3s ease-in-out;
        /*-webkit-animation: moveUp .5s;*/
        -webkit-animation-fill-mode: forwards;
    }

    .movedown {
        -webkit-transform: translate(0px,116.7%);
        -webkit-transition: .3s ease-in-out;
        /*-webkit-animation: moveDown .5s;*/
        -webkit-animation-fill-mode: forwards;
    }

}

@-webkit-keyframes bounce {
    0% { -webkit-transform: scale(1.0); opacity: 1 }
    33% { -webkit-transform: scale(1.1); opacity: 1; }
    66% { -webkit-transform: scale(0.95); opacity: 1 }
    /*80% { -webkit-transform: scale(1); }*/
    100% { -webkit-transform: scale(1); }
}

@-webkit-keyframes fadeOut {
    0% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: scale(1) }
    35% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(0) }
}

@-webkit-keyframes fadeIn {
    0% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(0);  }
    35% { -webkit-filter: opacity(0) blur(0px); }
    100% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: scale(1)}
}

@-webkit-keyframes fadeInAchievement {
    0% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(0) translate3d(0,-50%,0) }
    65% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(0) translate3d(0,-50%,0) }
    80% { -webkit-transform: scale(1.05) translate3d(0,-50%,0) }
    90% { -webkit-transform: scale (.95) translate3d(0,-50%,0) }
    100% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: scale(1) translate3d(0,-50%,0)}
}

@-webkit-keyframes fadeOutAchievement {
    0% { -webkit-filter: opacity(1) blur(0px); -webkit-transform: scale(1) translate3d(0,-50%,0)}
    35% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(1.02) translate3d(0,-50%,0) }
    100% { -webkit-filter: opacity(0) blur(0px); -webkit-transform: scale(1.05) translate3d(0,-50%,0) }




}


@-webkit-keyframes moveUp {
    0% { bottom: -60%; opacity: 0 }
    40% { opacity: 0; }
    100% { bottom: 9%; opacity: 1 }
}

@-webkit-keyframes moveDown {
    0% { bottom: 9%; opacity: 1; }
    40% { opacity: 0 }
    100% { bottom: -60%; opacity: 0;}
}

@-webkit-keyframes fadeInOut {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
}



#mech1-description {
    height: 50px;
}

#mech2-description {
    height: 50px;
}

#newspaper-description {
    height: 36px;
    
}

#compass-description {
    height: 36px;
}



#presentations-description {
    height: 36px;
}


.block-description {
    margin-top: 1.5rem;
    -webkit-animation: textFadeIn 0.5s;
    -moz-animation: textFadeIn 0.5s;
}

#AL-description-logo {
    height: 50px;
}

#TAUR-logo {
    height: 50px;
}

#TAUR-scooter {
    height: 240px;
    display: block;
    margin: 1.5rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#mech1-screenshot {
    height: 220px;
    display: block;
    
    margin:  0 auto 0 auto;
    margin-top: -20px;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
}

#AL-datalynx {
    height: 160px;
    display: block;
    margin: 1.5rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#mech2-screenshot {
    height: 160px;
    display: block;
    margin: 1.5rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#newspaper-screenshot {
    height: 220px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#compass-screenshot {
    height: 185px;
    display: block;
    margin: 0.05rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#opencomm-screenshot {
    height: 220px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#presentations-screenshot {
    height: 160px;
    display: block;
    margin: 1.5rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

.portfolio-link {
    display: block;
    width: 33%;
    height: 220px;
    text-align: center;
    background-color: rgba(190, 190, 190, 0.37);
    margin-bottom: .5%;
    overflow:hidden;
}

#keynote=header {
    
}



#silibot-block {
    background-color: #00b050;
}

#silibot-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #00b050;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #00b050;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #00b050;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#silibot-block:hover > #silibot-description-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#silibot-block:hover > #silibot-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-41%,0) scale(1.05);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-41%,0) scale(1.05);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-41%,0) scale(1.05);
    animation-fill-mode: forwards;
}

#silibot-description-logo {
    height: 50px;
}

#silibot-screenshot {
    height: 160px;
    display: block;
    margin: 1.5rem auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#facebooknotif-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #39b54a;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #39b54a;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #3B5998;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#facebooknotif-block:hover > #facebooknotif-description-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#facebooknotif-block:hover > #facebooknotif-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-31%,0) scale(1.52);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-31%,0) scale(1.52);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-31%,0) scale(1.52);
    animation-fill-mode: forwards;
}

#turbine-screenshot {
    height: 240px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#hondla-block {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #ffeb00;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #ffeb00;
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), #ffeb00;

}

#hondla-block:hover {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #ffeb00;
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #ffeb00;
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), #ffeb00;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

#hondla-block:hover > #hondla-logo {
    -webkit-animation: textFadeOut .35s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation: textFadeOut .35s;
    -moz-animation-fill-mode: forwards;
    
    animation: textFadeOut .35s;
    animation-fill-mode: forwards;
}

#hondla-block:hover > #hondla-screenshot {
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(0,-33%,0) scale(1.52);
    -webkit-animation-fill-mode: forwards;
    
    -moz-transition: -moz-transform .4s;
    -moz-transform: translate3d(0,-33%,0) scale(1.52);
    -moz-animation-fill-mode: forwards;
    
    transition: transform .4s;
    transform: translate3d(0,-33%,0) scale(1.52);
    animation-fill-mode: forwards;
}

#hondla-screenshot {
    height: 240px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: translateY(0);
    
    transition: transform 0.5s;
    transform: translateY(0);
}

#hondla-logo {
    margin-top: 20px;
    height: 50px;
}