#portfolio-head{
    width:100%;
    height:75px;
    background-color: #03263a;
}

#sec-blue{
    background-color: #03263a;
    margin:0 auto;
    min-height:400px;
    z-index:-2;
}

#sec-white{
    background-color: #ffffff;
    margin:0 auto;
    min-height:400px;
    z-index:-2;
}

#sec-back{
    background:url(../images/freesoft/background_new.png) center center fixed;
    margin:0 auto;
    min-height:700px;
    z-index:-2;
}

#sec-white h2{
    margin-top:35px;
    font-weight:600;
    font-family: Electrolize;
    text-align:center;
}

#sec-blue h2{
    margin-top:35px;
    color: #ffffff;
    font-weight:600;
    font-family: Electrolize;
    text-align:center;
}

.pa-right{
    padding-right:25px;
}

.pa-left{
    padding-left:25px;
}

.site-logo.right-fl{
    float:right;
}

.nav-menu ul.nav-port{
    height: 100%;
}

.nav-port li{
    display: inline-block;
    height: 100%;
    font-family: Electrolize;
}

.nav-port li a{
    display: block;
    height: 100%;
    border-top:2px solid transparent;
    line-height: 54px;
    color: #ffffff;
    font-size:1.75em;
    padding:10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.inactive-port-btm{
    background: rgba(181, 187, 183, 0.66);
    border-bottom: 2px solid rgba(72, 72, 72, 0.6);
}
.inactive-port-btm:hover{
    background: rgba(181, 187, 183, 0.66);
    border-bottom: 2px solid rgba(72, 72, 72, 0.6);
}

.portfolio-small{
    text-align:center;
    display:none;
}
.portfolio-small img{
    width:250px;
    height:auto;
}