/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background-color: black;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}


html, body{
height:100%;
}


/******** Dirk ********
 _     _   ___  __  __ 
| |   / \ | o )| _/| _/
| |_ | o || o \\_ \\_ \
|___||_n_||___/|__/|__/

********* Dirk *******/

/* FONTS */
@charset "UTF-8";
@font-face {
  font-family: "SSSocial";
  src: url('../font/ss-social-circle.eot');
  src: url('../font/ss-social-circle.eot?#iefix') format('embedded-opentype'),
       url('../font/ss-social-circle.woff') format('woff'),
       url('../font/ss-social-circle.ttf') format('truetype'),
       url('../font/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SSSocial";
  src: url('../font/ss-social-regular.eot');
  src: url('../font/ss-social-regular.eot?#iefix') format('embedded-opentype'),
       url('../font/ss-social-regular.woff') format('woff'),
       url('../font/ss-social-regular.ttf') format('truetype'),
       url('../font/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}
.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after{
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after{
  font-weight: bold;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}
.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-posterous:before,.ss-posterous.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-svpply:before,.ss-svpply.right:after{content:''}.ss-readmill:before,.ss-readmill.right:after{content:''}.ss-dropbox:before,.ss-dropbox.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-octocat:before,.ss-octocat.right:after{content:''}.ss-stackoverflow:before,.ss-stackoverflow.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-kickstarter:before,.ss-kickstarter.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-rss:before,.ss-rss.right:after{content:''}

@font-face{
font-family:"pn-alr";
src:url("../font/dae3ab6e-9824-4d09-be4d-0dd63919caf1.eot?iefix") format("eot");}
@font-face{
font-family:"pn-alr";
src:url("../font/dae3ab6e-9824-4d09-be4d-0dd63919caf1.eot?iefix");
src:url("../font/57e50225-0ba6-4485-99eb-da20ed870c76.woff") format("woff"),url("../font/2ed17183-9ebd-4294-a07e-7bd7b1ce07af.ttf") format("truetype"),url("../font/b45f178e-8b38-492a-a31e-d8172c0b29e2.svg#b45f178e-8b38-492a-a31e-d8172c0b29e2") format("svg");
}
@font-face{
font-family:"pn-reg";
src:url("Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?iefix") format("eot");}
@font-face{
font-family:"pn-reg";
src:url("../font/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?iefix");
src:url("../font/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),url("../font/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),url("../font/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}
@font-face{
font-family:"pn-bold";
src:url("../font/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?iefix") format("eot");}
@font-face{
font-family:"pn-bold";
src:url("../font/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?iefix");
src:url("../font/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"),url("../font/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf") format("truetype"),url("../font/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f") format("svg");
}
@font-face {
font-family: 'pn-sr';
src: url('../font/ProximaNovaSoft-Regular-webfont.eot');
src: url('../font/ProximaNovaSoft-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../font/ProximaNovaSoft-Regular-webfont.woff') format('woff'),
     url('../font/ProximaNovaSoft-Regular-webfont.ttf') format('truetype'),
     url('../font/ProximaNovaSoft-Regular-webfont.svg#ProximaNovaSoftRegular') format('svg');
font-weight: normal;
font-style: normal;
}

/* GENERAL */
textarea, input{
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


canvas,textarea, input{
outline: none;
}
#header{
height:100%;
background-image:url('http://houseportlandia.com/images/blank.png');
-webkit-box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 1);
box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 1);
}


.inner-container{
margin:0 auto;
}
#work{
font-size:12px;
border-bottom:1px solid #e6e6e6;
margin-bottom:5px;
font:12px 'pn-reg';
color:#999;
}
#work .work{
/*margin:0 -10px;*/
}
.work-item{
margin:0 10px 22px 10px;
float:left;
}
.work-item-images{
width:300px;
height:197px;
/*background-color:#313e44;*/
-webkit-border-radius: 5px;
border-radius: 5px;
}
.work-item-images img{
-webkit-border-radius: 5px;
border-radius: 5px;
}
#twitter{
display:block;
background-color:#313e44;
background-image:url('../img/bg.png');
border-top:6px solid #e6e6e6;
border-bottom:6px solid #e6e6e6;
letter-spacing:1px;

}
#contact{
border-top:1px solid #e6e6e6;
margin-top:5px;
}
#google-maps{
background-color:#C1272D;
height:380px;
}
.social-links{
font-family:'SSSocial';
font-size:30px;
font-weight: bold;
font-style: normal;
}
#footer{
background-color:#313e44;
background-image:url('../img/bg.png');
border-top:2px solid #000;
}
.map-shadow-container{
position:relative;
}
.map-shadow{
position:absolute;
top:-8px;
z-index:999;
width:100%;
background-image:url('../img/shadow.png');
height:8px;
}
.tagline{
text-align:center;
font:16px 'pn-bold';
color:#999;
text-transform:uppercase;
letter-spacing:6px;
padding-top:92px;
padding-bottom:84px;
}
.work-title, .blueish{
color:#313E44;
}
.work-title{
padding-top:9px;
padding-bottom: 3px;
}
#twitter{
font:20px 'pn-sr';
color:#F2F2F2;
}
.tweet{
line-height: 40px;  
text-align:center;
padding-top:43px;
padding-bottom:28px;
font:'pn-sr';
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);    

}
.twitter-link{
font-size:14px;
margin-bottom:30px;
text-align:center;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);    
}
.twitter-link a{
display:block;
text-align:center;
}
.twitter-link a:link{
text-decoration:none;
color:#fff;
}
.twitter-link a:visited{
text-decoration:none;
color:#fff;
}
.twitter-link a:hover{}
.twitter-link a:active{}

.header-container{
position:relative;
margin:0 auto;
width:800px;
}
.header-inner{
position:relative;
font:15px 'pn-reg';
}
.header-menu-container{
text-align:center;
padding-top:20px;
position:absolute;
z-index:100;
width:800px;
}
ul.menu{
text-align:center;
display:block;
}
ul.menu,
ul.menu li{
list-style:none;
margin:0;
padding:0;
}
ul.menu li{
display:inline;
padding:0 12px;
}
.menu a:link{
color:#D8D1CF;
text-decoration:none;
}
.menu a:visited{
color:#D8D1CF;
text-decoration:none;
}
.menu a:hover{
color:#fff;
text-decoration:none;
}
.menu a:active{
color:#D8D1CF;
text-decoration:none;
}
.header-logo img{
    width:257px;
    height:274px;
    margin-bottom:34px;
}
.contact-title{
font:16px 'pn-bold';    
text-transform:uppercase;
color:#999;
text-align:center;
padding-top:66px;
padding-bottom:66px;
letter-spacing: 6px;
}
.box{
float:left;
width:320px;
height:184px;
margin:0 0px;
background-position:right top;
background-repeat:no-repeat;
}

#header{
position:relative;
}
.header-inner{
position: absolute;
height: 600px;
margin: -310px 0 0 0;
top: 50%;
width:100%;
}
#google-maps{
clear:both;
} 
.contact-boxes{
font:16px 'pn-reg';
color:#999999;
text-align:center;
line-height:1.5em;
}
.blueish{
color:#313E44;
}
.contact-form{
clear:both;
}
a:link{
color:#999;
text-decoration: none;
}
a:visited{
color:#999;
text-decoration: none;
}
a:hover{
color:#999;
text-decoration: underline;
}
a:active{
color:#999;
text-decoration: none;
}

/* GENERAL CONTACT FORM */
input,textarea{
  font-family:'pn-sr';
}
.contact-field,
.contact-message{
margin-bottom:18px;
}
input:invalid,
input{
  -webkit-box-shadow:none;
  box-shadow:none;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email]{
height:40px;
padding-left:58px;
display:inline-block;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea{
width:100%;
-webkit-border-radius: 6px;
border-radius: 6px;
background-repeat:no-repeat;
font:17px 'pn-sr';
vertical-align:middle;
}
.contact-form input[type=text].unselected,
.contact-form input[type=tel].unselected,
.contact-form input[type=email].unselected,
.contact-form textarea.unselected{
border:1px solid #e6e6e6;
background-color:#e6e6e6;
color:#999999;
text-shadow: 0px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
background-position:0 0px;
}
.contact-form input[type=text].active,
.contact-form input[type=tel].active,
.contact-form input[type=email].active,
.contact-form textarea.active{
border:1px solid #313E44;
background-color:#313E44;
color:#fff;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
background-position:0 -48px;
}
.contact-form input[type=text].invalid,
.contact-form input[type=tel].invalid,
.contact-form input[type=email].invalid,
.contact-form textarea.invalid{
border:1px solid #E21937;
background-color:#fff;
color:#E21937;
background-position:0 -144px;
}
.contact-form input[type=text].completed,
.contact-form input[type=tel].completed,
.contact-form input[type=email].completed,
.contact-form textarea.completed{
border:1px solid #000;
background-color:#313E44;
color:#999;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
background-position:0 -96px;
}
.contact-form textarea{
padding:14px 18px;
height:156px;
}

#contact-human{
background-image:url('../img/contact-name.png');
background-size: 47px 184px;
}
#contact-email{
background-image:url('../img/contact-mail.png');
background-size: 47px 184px;
}
#contact-phone{
background-image:url('../img/contact-phone.png');
background-size: 47px 184px;
}
#contact-submit{
background-color:#e6e6e6;
-webkit-border-radius: 6px;
border-radius: 6px;
border:0;
height:40px;
width:98px;
color:#999999;
text-shadow: 0px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
text-align:center;
}
#contact-submit:hover{
background-color:#313e44;
color:#fff;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}
#contact-submit:active{
color:#999;
}
.contact-send{
float:right;
}
.footer-logo img{
  width:384px;
  height:19px;
}
img{
  max-width:100%;
}
.footer-logo{
  padding-top:100px;
  padding-bottom:50px;
}
.social-links,
.footer-tagline{
  padding-bottom:50px;
}
.footer-au{
  padding-bottom:100px;
}
.footer-au img{
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.footer-au img:hover{
-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.footer-au img{
  width:37px;
  height:34px;
}
#footer .inner-container{
  text-align:center;

}
.footer-tagline{
  color:#D8D1CF;
  font:13px 'pn-reg';
  letter-spacing:1px;
}
.newsletter-signup{
  padding-bottom:50px;
}
#newsletter-email{
  letter-spacing:1px;
  background-color:#cacaca;
  color:#313e44;
  height:34px;
  text-shadow: 0px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);  
  border:0;
  text-align:center;
  margin-right:10px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  width:305px;
  font:17px 'pn-sr';
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 1);      
  box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
}
#newsletter-submit{
  letter-spacing:1px;
  background-color:#cacaca;
  color:#313e44;
  height:34px;
  text-shadow: 0px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);  
  border:0;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  width:57px;
  font:17px 'pn-sr';
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 1);      
  box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
}
#newsletter-submit:hover{
  color:#fff;
  text-shadow: 0px 1px 0px #000;
  filter: dropshadow(color=#000, offx=0, offy=1);  
  -webkit-box-shadow: none;
  box-shadow: none;
}
#newsletter-submit:active{
  color:#999;
  text-shadow: 0px 1px 0px #000;
  filter: dropshadow(color=#000, offx=0, offy=1);    
}
.social-links a{
  margin:0px 10px;
}
.social-links a:link{
  color:#D8D1CF;
  text-decoration:none;
}
.social-links a:visited{
  color:#D8D1CF;
  text-decoration:none;
}
.social-links a:hover{
  color:#fff;
  text-decoration:none;
  text-shadow: 0px 2px 0px #000;
  filter: dropshadow(color=#000, offx=0, offy=2);    
}
.social-links a:active{
  color:#D8D1CF;
  text-decoration:none;
}
.inner-padder{
  padding:0 10px;
}
#header{
  font:15px 'pn-reg';
  letter-spacing:3px;
}
.sticky-menu{
display:none;
background-color:#fff;
left:0px;
right:0px;
top:0px;
position:fixed;
height:66px;
text-align:center;
z-index:999;
color:#000;
letter-spacing:3px;
font: 13px 'pn-bold';
}
.sticky-menu .menu a{
  padding-bottom: 5px;
}
.sticky-menu .menu a:link{
  color:#000;
  text-decoration:none;
}
.sticky-menu .menu a:visited{
  color:#000;
  text-decoration:none;
}
.sticky-menu .menu a:hover{
  border-bottom: 2px solid black;
  color:#000;
  text-decoration:none;

}
.sticky-menu .menu a:active{
  color:#000;
  text-decoration:none;
}
.sticky-menu ul.menu{
  padding-top:25px;
}
.header-container
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.error-message{
  padding-right:20px;
  color:red;
}
.contact-thankyou-message{
  display:none;
  font: 16px 'pn-bold';
  text-transform: uppercase;
  color: #999;
  text-align: center;
  letter-spacing: 6px;
}
.contact-padder{
  height: 99px;
  clear: both;
}
.contact-form input[type=text].unselected:hover,
.contact-form input[type=email].unselected:hover,
.contact-form input[type=tel].unselected:hover,
.contact-form textarea.unselected:hover{
background-color:#e0e0e0;
}
#contact a:link{
text-decoration:none;
}
#contact a:visited{
text-decoration:none;
}
#contact a:hover{
text-decoration:none;
color:#e21937; 
}
#contact a:active{
text-decoration:none;
}
#work .inner-container{
  margin-bottom: 68px;
}
.contact-all-fields{
  padding-top: 28px;
}
.twitter-bird{
  display: inline-block;
  position:relative;
  width:45px;
  height:45px;
  overflow: hidden;
  display: inline-block;
vertical-align: middle;
}
.twitter-bird img{
  width:45px;
  height:90px;
  position:absolute;
  left:0;
  top: 0;
}
.twitter-link a:hover .twitter-bird img{
  top:-45px;
}
.tweet-text{
display: inline-block;
vertical-align: middle;
padding-top: 2px;
letter-spacing: 2px;
}
.profile-popup{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#E21937;
  font: 40px 'pn-sr';
  z-index:9999;
  color:#fff;
}
.popup-content{
  top:50%;
  position:absolute;
  margin-top:-200px;
  height:400px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  line-height:1.6em;
  text-align:center;
}
.popup-content a:link{
  color:#fff;
  border-bottom: 3px dotted;
}
.popup-content a:visited{
  color:#fff;
}
.popup-content a:hover{
  color:#fff;
  border-bottom: 3px solid;
}
.popup-content a:active{
  color:#fff;  
 border-bottom: 3px dashed; 
}
.popup-inner{
  width:640px;
  margin:0 auto;
}
.popup-close{
  position:absolute;
  left:61px;
  top:32px;
  display:inline-block;
  vertical-align:middle;
}
.close-button{
  font-size: 20px;
  display:block;
}
.close-button-text{
  float:left;
  padding-right:10px;
  padding-top:2px;
  letter-spacing:1px;
}
.close-button-img{
  float:left;
}
.close-button img{
  width:18px;
  height:18px;
}
.profile-popup a:link{
  color:#fff;
  text-decoration:none;
}
.profile-popup a:visited{
  color:#fff;
  text-decoration:none;
}
.profile-popup a:hover{
  color:#fff;
  text-decoration:none;
}
.profile-popup a:active{
  color:#fff;
  text-decoration:none;
}
.profile-container{
  position:relative;
  height:100%;
}
.profile-popup{
  cursor:pointer;
  display:none;
}
.sticky-1col-breaker{
  display:none;
}
.one-col{
  display:none;
}
#header{
  overflow:hidden;
}
.work-item-images img{
  top: 0;
  left: 0;
  width:300px;
  height:197px;
}
#tweet-inner a{
  padding-bottom:4px;
}
#tweet-inner a:link{
  color:#F2F2F2;
  text-decoration:none;
  border-bottom:2px dotted #f2f2f2;
}
#tweet-inner a:visited{
  color:#F2F2F2;
  text-decoration:none;
  border-bottom:2px dotted #f2f2f2;
}
#tweet-inner a:hover{
  color:#F2F2F2;
  text-decoration:none;
  border-bottom:2px solid #f2f2f2;
}
#tweet-inner a:active{
  color:#F2F2F2;
  text-decoration:none;
  border-bottom:2px dotted #f2f2f2;
}
a.work-item:link{
  text-decoration:none;
}
a.work-item:visited{
  text-decoration:none;
}
a.work-item:hover{
  text-decoration:none;
}
a.work-item:active{
  text-decoration:none;
}
a.work-item:hover .work-description{
  color:#313E44;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}












/* THIS STRETCHES THE HEADER CONTAINER WHEN WINDOW IS LESS THAT 600PX HIGH */
@media (max-height: 600px) {
    #header{
        /*height:600px;   */
    }
}







/* ONE COL */
@media (min-width: 0) and (max-width: 660px){
  .inner-container{
    width:320px;
  }
  .non-three-cols{
    display:block;
  }
  .three-cols{
    display:none;
  }
  #newsletter-email{
    width:220px;
  }
  .footer-logo img {
    width:290px;
    height:14px;
  }
  .profile-popup{
    font-size:25px;
  }
  .popup-inner{
    width:300px;
  }
  .popup-content{
    margin-top:-160px;
    height:320px;
  }
  .popup-close{
    display:none;
  }
  .sticky-1col-breaker{
    display:inline;
  }
  #header ul.menu li{
    padding: 0 6px;
    line-height: 1.9em;
    display: block;
  }
  .sticky-menu ul.menu{
    padding-top: 14px;
  }

  .tagline{
    line-height:1.7em;

  }
  .one-col{
    display:block;
  }
  .sticky-menu .menu a {
  padding-bottom: 0px;
  }

  /* HEADER STUFF */
  .header-container,
  .header-menu-container{
    width:100%;
  }
  .header-container{
    position: relative;
  }
  .header-inner canvas{
    position: absolute;
    left: 50%;
    margin-left: -400px;
  }
  .header-inner{
    overflow: hidden;
  }
  #header .menu{
    width:280px;
    margin:0 auto;
    line-height:1.8em;
  }
  .header-logo{
    width:280px;
    margin:0 auto;
  }
  .header-logo img {
    height: auto;
  }
  .box1,
  .box2,
  .box3{
    background-image: url('../img/border-b.png');
  }
}

/* TWO COLS */
@media (min-width: 661px) and (max-width: 980px){
  .inner-container{
    width:640px;
  }
  .non-three-cols{
    display:block;
  }
  .three-cols{
    display:none;
  }

  /* HEADER STUFF */
  .header-container,
  .header-menu-container{
    width:100%;
  }
  .header-container{
    position: relative;
  }
  .header-inner canvas{
    position: absolute;
    left: 50%;
    margin-left: -400px;
  }
  .header-inner{
    overflow-x: hidden;
  }

  /* POPUP STUFF */
  .profile-popup{
    font-size:35px;
  }
  .popup-inner{
    width:500px;
  }
  .popup-content{
    margin-top:-196px;
    height:392px;
  }




  /* CONTACT BOXES */
  .box1{
    background-image: url('../img/border-rb.png');
  }
  .box2{
    background-image: url('../img/border-b.png');
  }
  .box3{
    background-image:url('../img/contact-border.png');
  }

}

/* THREE COLS */
@media (min-width: 981px) and (max-width: 1300px){
  .inner-container{
    width:960px;
  }
  .non-three-cols{
    display:none;
  }
  .three-cols{
    display:block;
  }

  .contact-small-fields{
    width:300px;
    float:left;
    margin-right:10px;
  }
  .contact-message{
    float:left;
    margin-left:10px;
    width:620px;
  }
  .box1,
  .box3{
    background-image:url('../img/contact-border.png');
  }
}

/* FOUR COLS */
@media (min-width: 1301px){
  .inner-container{
    width:1280px;
  }
  .non-three-cols{
    display:block;
  }
  .three-cols{
    display:none;
  }
  .contact-small-fields{
    width:460px;
    float:left;
    margin-right:10px;
  }
  .contact-message{
    float:left;
    margin-left:10px;
    width:780px;
  }
  .box1,
  .box2,
  .box3{
    background-image:url('../img/contact-border.png');
  }
}












#google-maps img{max-width: inherit;}
#homepage{
  display:none;
}