/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Lato', sans-serif;
    background:#222;
    text-decoration: none;
    font-weight: 300;
}
h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
}
#wrapper {
}
#header {
    width:100%;
    display:block;
    float:left;
    height:95px;
    /*background: #0b2a0f;*/
    background: #363636;
    position:absolute;
    z-index:6;
    top:0;
    left:0;
    color:#fff;
    overflow:hidden;
    -ms-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .25);
    -o-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .25);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .25);
}
#header-inner {
    margin-left:0;
    position:relative;
}
#header-content {
    width:100%;
    margin:0;
    position:relative;
    display:block;
    float:left;
    overflow:hidden;
    height:100%;
}
#header-logo {
    padding:5px 20px;
    font-weight:700;
    font-size:24px;
    float:left;
    color:#fff;
    text-decoration: none;
    width: 178px;
    height: auto;
}
#header-logo img {
    width: 100%;
    height: auto;
}
#header-contact {
    float:right;
    text-align:right;
    padding:19px 20px 0 0;
}
.telephone {
    font-size: 1.50em;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
.address {
    font-size: .9em;
    font-weight: 400;
    color: #fff;
}
.company-name h1 {
    text-indent: -99999px;
}
#main {
    margin-top:75px;
    overflow:hidden;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
}
#main-content {
    width:100%;
  /*  background-image:url('../img/dark_wood-alt.jpg');*/
    background-repeat:repeat-both;
    margin:0 auto;
    position:relative;
    display:block;
    padding:0;
    float:left;
    overflow:hidden;
    height:auto;
    background:#e6e6e6;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
}
.loader {
    position:absolute;
    top:240px;
    left:50%;
    display:none;
    height:9px;
    width:29px;
    overflow:hidden;
    margin-left:-14px;
    z-index:99999;
}
.loader img {
    margin:0;
    vertical-align:top;
}
#project-menu {
    width:101%;
    height:auto;
    position:relative;
/*    -ms-box-shadow:  0px 0px 14px 1px rgba(0, 0, 0, .3);
     -o-box-shadow:  0px 0px 14px 1px rgba(0, 0, 0, .3);
   -moz-box-shadow:  0px 0px 14px 1px rgba(0, 0, 0, .3);
-webkit-box-shadow:  0px 0px 14px 1px rgba(0, 0, 0, .3);
        box-shadow:  0px 0px 14px 1px rgba(0, 0, 0, .3);*/
    display:block;
    overflow:hidden;
    margin-bottom:-16px;
    /*background-color: #0a350e;*/
}
#project-menu ul {
    list-style-type:none;
    list-style:none;
    margin:0;
    padding:0;
}
#project-menu li{
    list-style-type:none;
    list-style:none;
    margin:0;
    padding:0;
    width:33%;
    float:left;
    position:relative;
}
#project-menu li a {
    margin:0;
    padding:0;
}
#project-menu li a img {
    width:100%;
    height:auto;
    outline: 1px solid #222;
}
#project-menu li img {
    width:100%;
    height:auto;
    outline: 1px solid #222;
}
.building-projects {
    width:100%;
    float:left;
}
#project-menu .hickey-projects li a img {
    width:300%;
}
#project-menu .hickey-projects li {
    width: 100%;
}
.hickey-project-overlay {
    /*position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;*/
    font-size:18px;
/*    font-weight:700;
*/  
    /*background-color: rgba(10, 53, 14, .8);*/
    /*background-color: rgba(16, 72, 129, .8);*/
    text-decoration: none;
    width:300%;
    opacity:1;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
}
.hickey-project-overlay:hover {
    opacity:0;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
}
.hickey-project-items {
    width: auto;
    height: 20%;
}
.hickey-overlay-text {
    /*position:absolute;
    top:50%;
    margin-top:-12px;
    left:50%;
    margin-left:-65px;*/
 /*   margin-top: 30px;
    padding-top: 15px;*/
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    font-size: 0.9em;
}
.building-project-overlay {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    font-size:1em;
    font-weight:700;
    color:#fff;
    background-color: rgba(46, 63, 53, .8);
    text-decoration: none;
    opacity:1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    overflow: hidden;
}
.building-project-overlay:hover {
    opacity:0;
    -webkit-transition: opacity 300ms;
   -moz-transition: opacity 300ms;
   -o-transition: opacity 300ms;
   -ms-transition: opacity 300ms;
}
.about-overlay {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    font-size:1em;
    font-weight:700;
    color:#fff;
    background-color: rgba(46, 63, 53, .8);
    text-decoration: none;
    opacity:1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    overflow: hidden;
}
.about-hickey:hover a {
    color: #ccc;
}
.building-project-overlay-alt {
    position:relative;
    background-color: #363636;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.building-project-overlay-alt a {
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.building-project-overlay-alt a:hover {
    color: rgba(177, 177, 177, .8);
}
.about-hickey {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 10px;
    height: auto;
    overflow: hidden;
    display: block;
    outline: 1px solid black;
}
.about-hickey img {
    width: 100%;
    height: auto;
}
.about-text {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1em;
}

.long-projects {
    font-size: .65em;
    padding-right: 10px !important;
}
.overlay-text {
    padding:10px 0 0 10px;
    line-height:1.1em;
    font-weight: 300;
    font-size: 3em;
    text-transform: uppercase;
}
.overlay-text span {
    font-size:12px;
}
.hickey-projects-text {
    font-weight: 400;
    font-size: 0.9em;
    padding: 10px 0 0 10px;
    line-height: 1.1em;
}
.hickey-projects-text a {
    text-decoration: none;
    color: #fff;
    font-size: .8em;
}
.hickey-projects-text a:hover {
    color: rgba(168, 189, 177, .8);
}
#project-menu .hickey-projects-text li {
    width: 100%;
    padding: 10px 0 0 5px;
}

/* ==========================================================================
   Gallery Styles - Including PikaChoose Gallery Plugin CSS
   ========================================================================== */
#gallery-wrap {
    position:relative;
    display:block;
    height:100%;
    width:100%;
    clear:both;
}
#gallery-wrap {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#gallery-wrap-home {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
html.no-js #gallery-wrap  {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
html.no-js #gallery-wrap-home {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#gallery {
    width:100%;
    height:auto;
    list-style-type:none;
    list-style: none;
    padding:0;
    margin:0;
    position:relative;
}
#gallery img {
    width:100%;
    height:auto;
}
#gallery li {
    list-style-type:none;
    list-style: none;
}
#gallery-home img {
    width:100%;
    height:auto;
}

#gallery-home li {
    list-style-type:none;
    list-style: none;
}
.gallery-caption {
    max-width: 40em;
}
.description {
    padding:0;
    /*color:#0a350e;*/
    color: #444;
    margin:20px 10px 15px 10px;
}
.description p {
    padding:0px 20px 15px 20px;
    margin:0;
    max-width: 55em;
}
.description .title {
    margin:0;
    padding:10px 0 10px 20px;
    font-size:24px;
    font-weight:normal;
    text-transform: uppercase;
}
.no-description {
    color: #444;
    margin: 50px 50px;
}
.no-description p {
    padding:10px 20px 0 20px;
    margin:0;
    max-width: 42em;
}
.no-description .title {
    margin:0;
    padding:10px 0 10px 20px;
    font-size:24px;
    font-weight:700;
}
.description .project-quote {
    clear: left;
    background-color: #ccc;
    width: 45%;
    float: left;
    padding: 10px 20px 40px 20px;
    margin: 0 0 35px 20px;
}
.description .project-client {
    clear: both;
    float: left;
    margin-top: -72px;
    width: 40%;
    margin-left: 20px;
}
.about-facets {
    margin: 0 30px;
    padding: 0;
}
.about-facets ul {
    margin: 0;
    padding-bottom: 0 0 10px 30px;
}
.no-description .about-facets p {
    padding: 10px 0 0 0;
}
.info-icon {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 10px;
    height: auto;
}
.info-icon img {
    width: 100%;
    height: auto;
}
.footer {
    background:#222;
    padding-top:16px;
    padding-bottom:16px;
}
.footer li {
    list-style-type:none;
    list-style:none;
    margin:0;
    padding:0;
}
.footer li a{
    color:#fff;
}
.clearfix {
    clear:both;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}


@media only screen and (max-width: 568px) {

    #project-menu li{
        list-style-type:none;
        list-style:none;
        margin:0;
        padding:0;
        width:50%;
        float:left;
    }
    .description {
        margin: 0 0 15px 0;
    }
    .description p {
        padding: 0px 15px 15px 20px;
    }
    .description .title {
        font-size: 1em;
    }
    .no-description {
        margin: 10px 0 25px 0;
    }
    .no-description .title {
        padding: 10px 10px 0 20px;
        font-size: 1.2em;
    }
    #main {
        margin-top: 135px;
    }
    #header {
        height: 155px;
    }
    #header-logo {
        padding: 5px 20px 5px 11px;
    }
    #header-contact {
        position: absolute;
        top: 83px;
        left: 20px;
        padding: 0;
        text-align: left;
    }
    .telephone {
        font-size: 1.1em;
        padding-top: 15px;
    }
    .address {
        font-size: .8em;
        font-weight: 300;
    }
    .description .project-quote {
        width: 80%;
        float: left;
        padding: 15px 15px 40px 15px;
        margin: 0 20px 20px 20px; 
    }
    .description .project-client {
        margin-top:-55px;
        width: 80%;
        margin-left: 17px;
    }
    .info-icon {
        display: block;
    }
    .gallery-caption {
        display: none;
    }
    .long-projects {
        font-size: .6em;
        padding-right: 10px;
    }
    #project-menu .building-projects .about-hickey {
        width: 100%;
        height: 50px;
/*        text-align: center;
*/    }
    #project-menu .building-projects .about-hickey .overlay-text {
        padding-top: 16px; 
    }
    .about-text {
        padding-top: 10px;
    }
}
@media (max-width: 1000px) {
    .overlay-text {
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    #gallery-wrap-home {
        margin-top:0;
        margin-bottom:0;
    }
    .hickey-projects {
    }
    .building-projects {
        width: 100%;
            }
    .building-projects img {
        width: 100%;
    }
    .building-project-overlay-alt {
        background-color: #222;
        padding-top: 0;
        margin-top: 7px;
    }
    .overlay-text {
        padding-left: 10px;
        font-size: 1.5em;
    }
}
@media (min-width: 1024px) {
   #wrapper {
        width:1024px;
        margin:0 auto;
    } 
}

@media (min-width: 1200px) {
   #wrapper {
        width:1200px;
        margin:0 auto;
    } 

    #gallery-wrap {
        width:73%;
        float:left;
    }
    .description {
        width:25%;
        float:left;
        padding-top:20px;
        font-size: 1em;
    }
    .description p {
    }
    .description .title {
        font-size: 0.9em;
        padding-bottom: 15px;
    }
    .project-client {
        margin-top: -15px;
        padding-left: 45px;
    }
    .hickey-projects-text {
        font-size: 1.2em;
        font-weight: 400;
        padding:12px 0 0 10px;
    }
    .hickey-projects-text a {
        font-size: .7em;
    }
    .overlay-text {
        font-size: 3em;
        padding:12px 0 0 10px;
    }
    #project-menu .hickey-projects-text li {
        width: 100%;
        padding: 10px 0 0 5px;
    }
    .description .project-quote {
        background-color: #ccc;
        width: 80%;
        float: left;
        padding: 15px 15px 40px 15px;
        margin: 0 20px; 
    }
    .description .project-client {
        margin-top:-40px;
        width: 80%;
        margin-left: 20px;
    }
}

/*DESKTOP CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/*TABLET CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:1.3) {

}


/*IPAD*/
@media only screen and (device-width: 768px) {

}

/*FIREFOX*/
@-moz-document url-prefix() {


}


/*iphone 4 and 5*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}