/* Localized */
/*
 * 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: 1.25em;
    line-height: normal !important;
}
p {font-size: 16px; line-height: normal !important;}
h4 {font-size: 18px; line-height: normal !important; padding: 0 !important;}

/*
 * 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%;
}


/**********************************************************/

/* FONTS */
@charset "UTF-8";
@font-face {
  font-family: "SSSocial";
  src: url('../font/ss-social-circle.eot');
  src: url('../font/ss-social-circle-0.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-0.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:''}


/* 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(../img/home_bg2.png);
background-repeat: no-repeat;
background-size:cover;
/*-webkit-box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 1);
box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 1);*/
background-position: right top;
background-color:#dbd5c4
}
.inner-container{
margin:0 auto;
}
#sneaky{
outline: none;	
}
.main-menu{
background-image:url(../img/logo_btn_dt.png);
background-repeat:no-repeat;
background-position:left;
background-color: #415766;
left:0px;
right:0px;
top:0px;
position:fixed;
height:66px;
text-align:center;
z-index:999;
color:#f4f0ea;
letter-spacing:3px;
font-family:"proxima-nova",sans-serif;font-weight:700;
filter: dropshadow(color=#000, offx=1, offy=1);
}
.main-menu .menu a{
  padding-bottom: 5px;
}
.main-menu .menu a:link{
  color:#f4f0ea;
  text-decoration:none;
}
.main-menu .menu a:visited{
  color:#f4f0ea;
  text-decoration:none;
}
.main-menu .menu a:hover{
  border-bottom: 0px solid black;
  color:#f4f0ea;
  text-decoration:none;
  text-shadow: 0px 2px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=1);

}
.main-menu .menu a:active{
  color:#f4f0ea;
  text-decoration:none;
}
.main-menu ul.menu{
  padding-top:25px;
}
#about{
display:block;
background-color:#dbd5c4;
background-image:url('../img/home_bg.png');
background-position: center top;
background-repeat:no-repeat;
border-top:6px solid #dbd5c4;
border-bottom:3px solid #dbd5c4;
}
.aboutStuff{
color:#595854;
text-decoration:none;
line-height:44px;  
text-align:left;
padding-top:92px;
padding-bottom:28px;
font-family:"proxima-nova",sans-serif;font-weight:500;
letter-spacing:1px;
/*filter: dropshadow(color=#000000, offx=1, offy=1);*/  
}
.about-headline{
color:#595854;
font-family:"proxima-nova",sans-serif;font-weight:700;
letter-spacing:0px;
}
#work{
display:block;
background-color:#dbd5c4 !important;
background-image:url('../img/home_bg.png');
background-position: center top;
background-repeat:no-repeat;
border-top:3px solid #dbd5c4;
border-bottom:3px solid #dbd5c4;
font-size:12px;
padding-bottom: 30px !important;
margin-bottom: 0px !important;
font-family:"proxima-nova",sans-serif;font-weight:400;
color:#595854;
}
#work .work{
/*margin:0 -10px;*/
}
.work-item{
margin:0 10px 22px 10px;
float:left;
}
.sub-work-item{
	margin:0px 10px 22px 10px;
	text-align:center;
}
.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:#dbd5c4;
background-image:url('../img/home_bg.png');
background-position: center top;
background-repeat:no-repeat;
/*background-size: cover;*/
border-top:3px solid #dbd5c4;
border-bottom:3px solid #dbd5c4;
letter-spacing:1px;

}
#contact{
display:block;
background-color:#dbd5c4;
background-image:url('../img/home_bg.png');
background-size: cover;
background-position: center top;
background-repeat:no-repeat;
border-top:6px solid #dbd5c4;
border-bottom:3px solid #dbd5c4;
}
#google-maps{
/*background-color:#004356;
height:0px;*/
}
.social-links{
font-family:'SSSocial';
font-size:30px;
font-weight: bold;
font-style: normal;
}
#footer{
display:block;
background-color:#dbd5c4;
background-image:url('../img/home_bg.png');
background-position: center top;
background-repeat:no-repeat;
/*background-size:cover;*/
padding-top:92px;
padding-bottom:100px;
border-top:6px solid #dbd5c4;
border-bottom:6px solid #dbd5c4;

}
.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:left;
font-family:"proxima-nova",sans-serif;font-weight:700;
color:#595854;
text-transform:uppercase;
letter-spacing:0px;
padding-top:92px;
padding-bottom:24px;
}

.tagline-contact{
text-align:left;
font-family:"proxima-nova",sans-serif;font-weight:700;
color:#595854;
text-transform:uppercase;
letter-spacing:0px;
padding-top:58px;
padding-bottom:24px;
}
.sub-tagline_top{
text-align:left;
font-family:"proxima-nova",sans-serif;font-weight:400;
color:#595854;
letter-spacing:1px;
padding-top:5px;
padding-bottom:70px;
}
.sub-tagline{
text-align:center;
font-family:"proxima-nova",sans-serif;font-weight:400;
color:#595854;
letter-spacing:2px;
padding-top:5px;
padding-bottom:10px;
}
.sub-tagline-work{
text-align:left;
font-family:"proxima-nova",sans-serif;font-weight:400;
color:#595854;
letter-spacing:1px;
padding-top:5px;
padding-bottom:30px;
}
.work-item-hero{
margin:0 10px 22px 10px;
width:100%;
text-align:center;

}
.work-item-hero{
width:100%;
text-align:center;

}
.work-title, .blueish{
color:#415766;


}
.work-title{
font-family:"proxima-nova",sans-serif;font-weight:700;
letter-spacing:1px;
padding-top:9px;
padding-bottom: 3px;
}
.more-work, .blueish{
color:#595854;
}
.more-work{
padding-top:9px;
padding-bottom: 3px;
}
#twitter{
font-family:"proxima-nova",sans-serif;font-weight:500;
color:#595854;
}
.tweet{
line-height: 30px;  
text-align:center;
padding-top:43px;
padding-bottom:28px;
font-family:"proxima-nova",sans-serif;font-weight:500;
/*text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);*/    

}
.twitter-link{
font-size:16px;
margin-bottom:0px;
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:#595854;
}
.twitter-link a:visited{
text-decoration:none;
color:#595854;
}
.twitter-link a:hover{}
.twitter-link a:active{}

.header-container{
position:relative;
margin:0 auto;
width:800px;
}
.header-inner{
	background-image:url(../img/home_bg3.png);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
position:relative;
font-family:"proxima-nova",sans-serif;font-weight:400;
-webkit-box-shadow: 0px 4px 20px #333;
box-shadow: 0px 4px 20px #333;
}
.header-menu-container{
text-align:center;
padding-top:180px;
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:#595854;
text-decoration:none;
}
.menu a:visited{
color:#595854;
text-decoration:none;
}
.menu a:hover{
color:#fff;
text-decoration:none; 
}
.menu a:active{
color:#595854;
text-decoration:none;
}
.header-logo img{
    width:220px;
    height:98px;
    margin-bottom:50px;
}
.contact-title{
font-family:"proxima-nova",sans-serif;font-weight:700;    
text-transform:uppercase;
color:#415766;
text-align:center;
padding-top:6px;
/*padding-bottom:66px;
*/letter-spacing: 6px;
}
.sub-contact-title{
font-family:"proxima-nova",sans-serif;font-weight:700;    
text-transform:uppercase;
color:#595854;
text-align:center;
padding-top:30px;
padding-bottom:0px;
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-family:"proxima-nova",sans-serif;font-weight:400;
color:#595854;
text-align:center;
line-height:1.5em;
}
.blueish{
color:#415766;

}
.blueish-bold{
color:#415766;
font-family:"proxima-nova",sans-serif;font-weight:700;
letter-spacing:1px;
}
.contact-form{
clear:both;
}
a:link{
color:#595854;
text-decoration: none;
}
a:visited{
color:#999;
text-decoration: none;
}
a:hover{
color:#999;
text-decoration: underline;
}
a:active{
color:#595854;
text-decoration: none;
}

/* GENERAL CONTACT FORM */
input,textarea{
  font-family:"proxima-nova";
}
.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-family:"proxima-nova",sans-serif;font-weight:500;
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:156px;
  height:70px;
}
img{
  max-width:100%;
}
.footer-logo{
  padding-top:0px;
  padding-bottom:50px;
}
.social-links,
.footer-tagline{
  padding-bottom:30px;
}
.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:#595854;
  font-family:"proxima-nova",sans-serif;font-weight:400;
  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-family:"proxima-nova",sans-serif;font-weight:500;
  -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-family:"proxima-nova",sans-serif;font-weight:500;
  -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:#595854;
  text-decoration:none;
}
.social-links a:visited{
  color:#595854;
  text-decoration:none;
}
.social-links a:hover{
  color:#f4f0ea;
  text-decoration:none;
  text-shadow: 0px 2px 0px #857b49;
  filter: dropshadow(color=#857b49, offx=0, offy=2);    
}
.social-links a:active{
  color:#595854;
  text-decoration:none;
}
.inner-padder{
  padding:0 10px;
}
#header{
  font-family:"proxima-nova",sans-serif;font-weight:400;
  letter-spacing:3px;
}
.sticky-menu{
display:none;
background-image:url(../img/logo_btn_dt.png);
background-repeat:no-repeat;
background-position:left;
background-color: #415766;
left:0px;
right:0px;
top:0px;
position:fixed;
height:66px;
text-align:center;
z-index:999;
color:#f4f0ea;
letter-spacing:3px;
font-family:"proxima-nova",sans-serif;font-weight:700;
filter: dropshadow(color=#000, offx=1, offy=1);

}
.sticky-menu .menu a{
  padding-bottom: 5px;
}
.sticky-menu .menu a:link{
  color:#f4f0ea;
  text-decoration:none;
}
.sticky-menu .menu a:visited{
  color:#f4f0ea;
  text-decoration:none;
}
.sticky-menu .menu a:hover{
  border-bottom: 0px solid black;
  color:#f4f0ea;
  text-decoration:none;
  text-shadow: 0px 2px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=1);

}
.sticky-menu .menu a:active{
  color:#f4f0ea;
  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-family:"proxima-nova",sans-serif;font-weight:700;
  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:#f4f0ea; 
}
#contact a:active{
text-decoration:none;
}
#work .inner-container{
  margin-bottom: 8px;
}
.contact-all-fields{
  padding-top: 28px;
}
.twitter-bird{
  display: inline-block;
  position:relative;
  width:45px;
  height:45px;
  overflow: hidden;
vertical-align: middle;
}
.twitter-bird img{
  width:45px;
  height:45px;
  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;
padding-bottom:12px;
letter-spacing: 2px;
}
.profile-popup{
    position:fixed;
width:100%;
  height:100%;
  background-color:#004356;
/* Desktop View*/
  font-family:"proxima-nova",sans-serif;font-weight:500;
  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:0px;
}
#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:156px;
    height:70px;
  }
  .profile-popup{
	/* iPhone View*/
    font-size:11px;
  }
  .aboutStuff{
	/* iPhone View*/
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
  }
  .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;
  }
  .tagline{
    padding-left:10px;
	padding-right:10px;
  }
  .tagline-contact{
    padding-left:10px;
	padding-right:10px;
	letter-spacing:-1px;
  }
    .sub-tagline-work {
	padding-left:10px;
	padding-right:10px;
  }
  .one-col{
    display:block;
  }
  .sticky-menu ul.menu{
    padding-top: 14px;
  }
  .sticky-menu .menu a {
  padding-bottom: 0px;
  }
  .sticky-menu {
background-image:url(../img/logo_btn.png);
  padding-left: 120px;
  font-family:"proxima-nova",sans-serif;font-weight:700;
  }
  .tweet-inner {
	padding-left:10px;
    padding-right:10px;
  }
  .tweet {
	padding-left:10px;
	padding-right:10px;
  }
  .sub-tagline_top {
	padding-left:10px;
	padding-right:10px;
  }
  .main-menu ul.menu{
    padding-top: 14px;
  }
  .main-menu .menu a {
  padding-bottom: 0px;
  }
  .main-menu {
background-image:url(../img/logo_btn.png);
  padding-left: 120px;
  font-family:"proxima-nova",sans-serif;font-weight:700;
  }

  

  /* 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:156px;
    margin:0 auto;
    line-height:1.8em;
  }
  .header-logo{
    width:156px;
    margin:0 auto;
  }
  .header-logo img {
    height: auto;
  }
  .box1,
  .box2,
  .box3{
    background-image: url('../img/border-b.png');
  }
  /* WORK STUFF */
  .work-item-hero{
	margin:0 10px 30px 10px;
	width:100%;
	text-align:center;
  }
  .work-item-hero img{
	top: 0;
	left: 0;
	width:300px;
  }
}

/* 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{
	/* iPad View*/
    font-size:17px;
  }  
  .aboutStuff{
	/* iPad View*/
    font-size:14px;
  }
  .popup-inner{
    width:500px;
  }
  .popup-content{
    margin-top:-196px;
    height:392px;
   }
  .sticky-menu {
	background-image:url(../img/logo_btn.png);
	padding-left: 60px;
	font-family:"proxima-nova",sans-serif;font-weight:700;
     }
  .main-menu {
	background-image:url(../img/logo_btn.png);
	padding-left: 60px;
	font-family:"proxima-nova",sans-serif;font-weight:700;
  }.sticky-2col-breaker{
  display:none;
}
  /* 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');
  }
/* WORK STUFF */
  .work-item-hero{
	margin:0 10px 30px 10px;
	width:100%;
	text-align:center;
  }
  .work-item-hero img{
	top: 0;
	left: 0;
	width:600px;
  }
}

/* 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');
  }
  .sticky-menu {
	padding-left: 260px;
   }
  .main-menu {
	padding-left: 260px;
  }
  /* WORK STUFF */
  .work-item-hero{
	margin:0 10px 30px 10px;
	width:100%;
	text-align:center;
  }
  .work-item-hero img{
	top: 0;
	left: 0;
	width:700px;
  }
}

/* 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');
  }
  .sticky-menu {
  }
  .main-menu {
  }
  /* WORK STUFF */
  .work-item-hero{
	margin:0 10px 30px 10px;
	width:100%;
	text-align:center;
  }
  .work-item-hero img{
	top: 0;
	left: 0;
	width:800px;
	
  }
}












#google-maps img{max-width: inherit;}