@charset "UTF-8";
/* CSS Document */

* { 
margin:0; 
padding:0; 
} 

img {
border:none;
}

.row .row {
margin:0px 0px 0px 0px;
}
html, body, #wrap { 
height: 100%;
font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
text-transform:uppercase;
}
img, object, embed {
width:100%;
}
content {
width:90%;
}
.row{
width:100%;
min-width:0px;	
margin-bottom:10px;
}

body > #wrap {
min-height: 100%;
}

.light {
	font-family: 'LeagueGothicRegular', sans-serif;
	font-weight: 300;
}
/*.light {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}*/
#main { 
height:100%;
}  /* must be same height as the footer */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */ 

/* Footer Styles */
#footer { 
    position: relative;
	min-height: 50px;
	clear:both;
	background-image:url(images/footer-top.png);
	background-repeat:repeat-x;
	background-color:#fff;
	padding-top:2px;
} /* CLEAR FIX*/

#copyright p {
	margin-top:-2px;
	margin-left:20px;
	color:#c1c1c1;
	font-size:12px;
}

#footer-menu ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	margin-right:1%;
	margin-top:5px;
}

#footer ul li {
	list-style:none;
	font-size:12px;
}

#footer ul li a b {
	text-transform:uppercase;
}

#footer ul li a {
	color:#999;
}


/* Header Styles */
#header { 
	margin-bottom:40px;
	position:absolute;
	height:200px;
}

h1 img {
	width:170px;
	height:35px;
	display:block;
	margin-top:10px;
	float:right;
}

#menu ul {
	float:right;
	margin-right:20px;
}

#footer-menu ul li {
	margin:10px;
	float:left;
}

.nav-bar {
	height:40px;
	background:none;
	padding: 0;
	margin-top:0px;
}

.nav-bar > li {
	font-family: 'LeagueGothicRegular';
	border-bottom: 1px solid #666;
	border-left:none;
	border-right:none;
	border-top:none;
	margin-right:20px;
	-webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset;
	line-height: 24px;
	margin-top: 30px;
}
#light > li {
	border-bottom: 1px solid #f1f1f1;
	font-family: 'LeagueGothicRegular';
	font-weight:regular;
	font-size: 24px;
	}

#light > li:hover {
	border-bottom: 1px solid #95ca00;
	}
	
#light > li > a {
	color:#f1f1f1;
	padding-right:60px;
}

#light > li > a:hover {
	color:#95ca00;
}

#dark > li > a {
	color:#666;
}

#dark > li > a:hover {
	color:#95ca00;
}

#dark > li {
	border-bottom: 1px solid #666;
	font-weight:bold;
}
#dark > li:hover {
	border-bottom: 1px solid #95ca00;
}

.nav-bar > li a, .nav-bar > li > a:first-child {
	padding-left:0px;
	padding-right:60px;
}

.nav-bar > li:last-child{
border-right:none;
-webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
}

.nav-bar > li:hover, .nav-bar > li a:hover {
	color:#95ca00;
	background:none;
}

.nav-bar > li:hover {
	border-bottom: 1px solid #95ca00;
}

.nav-bar > li.selected {
	border-bottom: 1px solid #95ca00 !important;
}
.nav-bar > li.selected a {
	color:#95ca00 !important;
}

.inner-shadow { 
	margin:0px;
	min-height: 50px;
	background-image:url(../img/footer-top.png);
	background-repeat:repeat-x;
} /* CLEAR FIX*/

#hero-container {
	height:100%;
	background-size:cover;
	box-shadow:0px 0px 10px #999;
}

#hero-container.homepage {
	background-image:url(img/hero-portfolio.jpg);
}
#hero-container.casestudies {
	background-image:url(img/hero-portfolio.jpg);
}
#hero-container.portfolio {
	background-image: url(../img/hero-portfolio.jpg);
}
#hero-container.team {
	background-image:url(img/hero-portfolio.jpg);
}
#hero-container.contact {
	background-image:url(img/hero-portfolio.jpg);
}
#hero-container.contact-map {
	background-image:url(images/contact-map.jpg);
}

#top-margin {
	padding-top:15%;
}

#black-box{
	background-image:url(images/blk-back.png);
	padding:50px;
	box-shadow:0px 0px 4px #000; 
}

#black-box h1{
	color:#fff;
	}
	
#black-box p{
	color:#d1d1d1;
	}
	
label.inline {
	margin:0px;
	color:#999;
}

label {
	margin-bottom:10px;
	color:#999;
}

input[type="text"] {
	margin-bottom:30px;
}

#down-button {
	margin-top:-40px;
	width:77px;
	margin-left:auto;
	margin-right:auto;
	z-index:1000;
	position:relative;
}

#down-button img {
	width:77px;
	height:40px;
}

#circle-icons div:hover{
	text-align:center;
	margin-top:0px;
}

#circle-icons div:hover h4, #circle-icons div:hover h6{
	opacity:1;
	transition: opacity .25s ease-in;
   -moz-transition: opacity .25s ease-in;
   -webkit-transition: opacity .25s ease-in;
}
#circle-icons div h4, #circle-icons div h6{
	opacity:0;
	color:#fff;
	text-shadow:1px 1px 5px #000;
}


#circle-icons div{
	text-align:center;
	margin-top:40px;
	transition: margin-top .25s ease-in-out;
   -moz-transition: margin-top .25s ease-in-out;
   -webkit-transition: margin-top .25s ease-in-out;
}

#circle-icons div a img {
	width:60%;
	height:auto;
}

.hover-over {
	top:0px;
	position:absolute;
	opacity:0;
}

#circle-icons div a {
	text-align:left;
	}

#circle-icons div:hover .hover-over {
	top:0px;
	position:absolute;
	opacity:1;
}

.hover-over{
	width:90%;
	height:auto;
}

#jon, #jeff, #kathryn, #robert {
	height:100%;
	margin-top:10px;
}

#brandingdesign, #printdesign, #webdesign, #mobiledesign, #download {
	padding-bottom:150px;
}
#contact {
	padding-bottom:20px;
	text-align:left;
}

#hyperlite, #thetable, #marriott, #willowstreet {
	margin-bottom:0px;;
}

#featured-web {
width: 74% !important;
margin-left: 14%;
margin-top: 6.8%;
}

dl.tabs dd.active {
border-top: 0px;
margin-top: 0px;
}

dl.tabs dd.active a {
cursor:auto;
background:none;
}
dl.tabs dd.active a {
border:none;
}

dl.tabs {
border:none;	
}

#hero-content {
	padding-top:120px;
}
.white-overlay{
	height:100%;
	background-image:url(../img/white-overlay.png);
	background-repeat:no-repeat;
    padding-top: -120px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

#featured-web, #featured-web-sm, #featured-branding,#featured-print,#featured-mobile  { background: url(spinner.gif) center center #f4f4f4 no-repeat; height: 300px; }
#featured-web img,#featured-web-sm img, #featured-branding img,#featured-print img,#featured-mobile img { display: none; }

#featured-web.orbit,#featured-web-sm.orbit, #featured-web-sm.orbit, #featured-branding.orbit,#featured-print.orbit,#featured-mobile.orbit { background: none; }
#featured-web.orbit img, #featured-web-sm.orbit img, #featured-branding.orbit img, #featured-print.orbit img, #featured-mobile.orbit img { display: block; }

#kathryn {
	background-image:url(images/team-kathryn.jpg); background-size:cover;
	margin-bottom:0px;
	background-repeat:no-repeat;
	}
#jon {
	background-image:url(images/team-jon.jpg); background-size:cover;
	margin-bottom:0px;
	background-repeat:no-repeat;
	}
#robert {
	background-image:url(images/team-robert.jpg); background-size:cover;
	margin-bottom:0px;
	background-repeat:no-repeat;
	}
#jeff {
	background-image:url(images/team-jeff.jpg); background-size:cover;
	margin-bottom:0px;
	background-repeat:no-repeat;
	}
	
#blacker {
	background-image:url(images/blk-back.png); background-size:cover;
	margin-top:15%;
	padding:40px;
	color:#fff;
	}
#blacker h4, #blacker p {
	color:#fff;
}

#computerframe {
	position:absolute;
	top:0px;
}

#socialness{
	float:right; 
	width:80px;
	margin-top:25px;
}
#socialness img{ 
	width:30px;
	float:right;
	margin-right:10px;
}

#squiberinc {
background-image:url(images/homepage-squiber.jpg); 
background-size:cover; margin:0px 0px 0px 0px; 
padding:80px;
}

#blacker.squibsinc{
margin-bottom:100px; padding:60px; margin-top:10%; background-image:url(images/blk-back.png);
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}​

/* Very large screens */
@media only screen and (min-width: 1280px) {
	
#socialness{
display:block;
}

}

/* Medium screens */
@media only screen and (max-width: 1279px) and (min-width: 768px) { 

#light > li > a {
	padding-right:20px;
}
.nav-bar > li a, .nav-bar > li > a:first-child {
padding-right:20px;
}
#socialness{
display:block;
}
#blacker{
margin-top:20px;
}

#kathryn #blacker, #jeff #blacker, #robert #blacker, #jon #blacker {
margin-top:20px;
width:60%;
}

#robert #blacker, #jon #blacker {
	margin-left:30%;
}

#blacker.squibsinc{
margin-bottom:10px;
padding:20px;
}

}
/* Small screens */
@media only screen and (max-width: 767px) { 
#footer {
	display:none;
}

#squiberinc {
background-image:url(images/blk-back.png);  
padding:10px;
}

#socialness{
display:none;
}

#blacker.squibsinc{
margin-bottom:10px;  background-image:none;
padding:0px 0px 0px 0px;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
padding:0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
text-align:center;
word-wrap:break-word;
padding:0px 0px 0px 0px;
}

#black-box {
padding:10px;
}

h1 {
font-size:36px;
}

p{
text-align:left;
}

#blacker {
padding:0px;}
	
#blacker h4, #blacker p {
	color:#999;
}

#blacker h4 span {
color:#666;
}

.nav-bar {
	height:120px;
}

.nav-bar > li {
	line-height:40px;
	border-bottom:none;
}

.nav-bar > li:hover {
	border-bottom:none;
}

.nav-bar > li a {
	margin-right:0px;
}


#proven{
	padding-bottom:40px;
}

#hero-content{
	padding: 10px;
}


#blacker {
	background-image:none;
	}

#kathryn {
	background-image:none;	
	padding-bottom:30px;
	margin-top:0px;
	}
#jon {
	background-image:none;
	box-shadow:0px 0px 10px #999;	
	padding-bottom:30px;
	margin-top:0px;
	}
#robert {
	background-image:none;
	box-shadow:0px 0px 10px #999;
	padding-bottom:30px;
	margin-top:0px;
	}
#jeff {
	background-image:none;
	padding-bottom:30px;
	margin-top:0px;
	}

.hover-over{
	display:none;
}

/*#header { 
	background-image:url(../img/bgd_01.png);
	background-repeat:repeat;
	margin-bottom:0px;
	position:relative;
	height:100%;
}*/

#header { 
	background-image:url(../img/hero-portfolio.jpg);
	background-repeat:no-repeat;
	background-position:center, top;
	margin-bottom:0px;
	position:relative;
	height:100%;
}

h1, h2, h3, h4 {
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

h5, h6 {
	text-align:left;
	padding-left:0px;
	padding-right:20px;
}


#main {
	height:auto;
}

#hero-container {
	height:auto;
	margin-top:120px;
	padding-top:40px;
}

#hero-content {
	height:auto;
	margin-top:20px !important;
	padding-top:0px;
}

#hero-container.contact-map {
	display:none;
}

#hero-container.casestudies {
	height:auto !important;
}
#brandingdesign, #printdesign, #webdesign, #mobiledesign, #contact, #jon, #jeff, #kathryn, #robert {
	height:auto !important;
}
#down-button{ display:none;
 }
h1 img {
	width:70%;
	height:auto;
	display:block;
	margin-top:10px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.nav-bar > li {
	margin-right:0px;
}

.nav-bar > li a {
text-align:center;
padding-right:0px;
}
.nav-bar > li a, .nav-bar > li > a:first-child, .nav-bar > li a, .nav-bar > li > a {
padding:0px;
}
#dark > li:hover, #dark > li a:hover, #light > li:hover, #light > li a:hover {
border-color:#fff;
}
#dark > li {
border-color:#fff;
}
#light > li {
border-color:#fff;
}
#light > li > a {
color:#777;
}

.nav-bar > li.selected a {
background-color: #95ca00 !important;
color:#fff !important;
}

.white-overlay{
background-image:none;	
}

#circle-icons div{
	text-align:center;
	margin-top:0px;
	transition:none;
   -moz-transition: none;
   -webkit-transition:none;
}

#hero-container.casestudies {
	display:none;
}
#hero-container.portfolio {
	display:none;
}
#hero-container.team {
	display:none;
}

}