﻿
/* OUR WORK TITLE SECTION
----------------------------------------------------------*/
#ourworktitle  {
    clear: both;
    position: relative;
    width: 100%;
    background-image:url(/Themes/Default/Content/Images/bg-section-home-ourwork.jpg);
    background-repeat: repeat-x;
    background-position: top center; 
    background-color: #ffffff;
    height: 96px;
    z-index: 4;
    } 
    
.worktitle {
    font-size: 34px;
    font-weight: 100;
    line-height: 34px;
    margin: 0;
    font-style: normal;
    color: #002D61;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 26px 0 0 20px;
    opacity: 0;
    }
    
    
.worktagline {
    font-size: 18px;
    font-weight: 300;
    line-height: 19px;
    margin: 0;
    font-style: normal;
    color: #0099B7;
    text-transform: uppercase;
    letter-spacing: .075em;
    padding: 0 0 0 20px;
    opacity: 0;
    }

#ourworklist  {
    clear: both;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    height: 380px;
    z-index: 6;
    } 
    
.workcontentarea {
    position: relative;
    width: 65%;
    min-width: 1004px;
    margin: 0 auto;
    height: 100%;
    z-index: 3;
    } 

.workrowcenter {
    position: relative;
    width: 100%;
    margin: 0 auto;
    }

.workrow {
    clear: both;
    width: 96%;
    padding: 35px 0 0 0;
    }

.workrowcontent {
    padding-top: 10px !important;
    }

.workprojectbox {
    display: inline-table;
    width: 33%;
    height: 300px;
    margin: 0;
    opacity: 0;
    }

.workprojectbox:last-child {
    margin-right: 0;
    }   
    
.workproject {
    background-color:#ffffff;
    width: 100%;
    max-width: 340px;
    height: 300px;
    box-shadow: 1px 1px 0 #cccccc;
    border: 1px solid #F1F1F1;
    }
    
.workprojectarea {
    position: relative;
    }
    
.projectaccent {
    position: absolute;
    bottom: 6px;
    left: 11px;
    }
    
.projecttitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin: 0;
    font-style: normal;
    text-transform: uppercase;
    color: #00658B;
    padding: 20px 0 0 10px;
    }

.workprojectlogospace {
    position: relative;
    width: 100%;
    max-height: 170px !important;
    background-color: #F1F1F1;
    }

.workprojectlogo {
    margin: 0 auto;
    text-align: center;
    }

.workprojectlogo a img {
    max-height: 165px !important;
    }
.projectcopy h3 {
    margin: 0 !important;
    padding: 12px 10px 0 10px !important;
    line-height: 19px !important;
    font-size: 16px !important;
    }

.projectcopy a {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    font-style: normal !important;
    color: #00658B !important;
    text-decoration: none !important;
    }