@charset "UTF-8";
/*-----------------------
 overRide
 -----------------------*/
#headerWrapper{
    min-height: inherit !important;
}




/*-----------------------
 #itemWrapper
 -----------------------*/
#itemWrapper{
    position: relative;
    background-color: #f7f7f7;
    line-height: 1.8;
    padding-bottom: 80px;
    text-align: center;
}


#itemWrapper h2{
    font-size: 35px;
    padding-top: 80px;
    padding-bottom: 50px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 1.4;
}

#itemWrapper span{
    font-size: 20px;
    padding-bottom: 45px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    color: #de533f;
}

#itemWrapper p{
    font-size: 15px;
    line-height: 2;
    padding-bottom: 45px;
    letter-spacing: 1px;
    text-align: left;
}


#itemWrapper span::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #de533f;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}


#itemWrapper article{
    clear: both;
}

#itemWrapper section{
    margin-bottom: 30px;
}

#itemWrapper section:hover figure > div.projects_text{
    opacity: 1;
    width: 85%;
    height: 85%;
}

#itemWrapper div[data-item="wrapper"]{
    border-top: solid 5px #000;
    border-bottom: solid 2px #000;
}

#itemWrapper div[data-item="wrapper"] a{
}

/*-hover-*/
#itemWrapper div[data-item="wrapper"] a:hover{
    text-decoration: none;
}

#itemWrapper div[data-item="wrapper"] a:hover h3,
#itemWrapper div[data-item="wrapper"] a:hover h4{
    text-decoration: none;
    color: #fff;
}

#itemWrapper div[data-item="wrapper"] a:hover div.item_text{
    background-color: #de533f;
    color:#fff;
}


#itemWrapper figure{
    position: relative;
    overflow: hidden;
}

#itemWrapper div.item_text{
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#itemWrapper h3{
    font-size: 18px;
    line-height: 1.4;
}

#itemWrapper h4{
    padding-top: 5px;
    font-size: 12px;
    position: relative;
}

p[data-item="link"]{
    text-align: center;
    padding-top: 40px;
}



@media (min-width: 768px){
    #itemWrapper h2{
        text-align: center;
    }
    #itemWrapper h3{
        font-size: 20px;
        line-height: 1.6;
    }
    #itemWrapper p{
        text-align: center;
    }

}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}


