/*  
Theme Name: Filtered
Theme URI: https://themetrust.com/themes/filtered
Description: A Responsive Portfolio Theme
Version: 2.0.4
Author: Theme Trust
Author URI: https://themetrust.com
Tags: portfolio, responsive, clean, minimal, white, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Backgrounds
14 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
iframe {
	padding-bottom:10px;
}
body {
	line-height: 1;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/whiteNoise_20130221_03.png') repeat;
}
h1, h2, h3, h4, h5, h6, h7 {	
	clear: both;
}
h1 {
	font-size:3.25em; /* 52px/16px */
}
h2 {
	font-size:2.9375em; /* 47px/16px */
}
h3 {
	font-size:2.5625em; /* 41px/16px */
}
h4 {
	font-size:2em; /* 32px/16px */
}
h5 {
	font-size:1.75em; /* 28px/16px */
}
h6 {
	font-size:1.375em; /* 22px/16px */
}
h7 {
	font-size:0.9375em; /* 15px/16px */
	line-height:1.4;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}
.postThumb {
	position:absolute;
	margin:0px;
	float:left;
}
img.postThumb.wp-post-image {
	width:186px;
	height:186px;
}
.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
	
/* Images */
.entry-content img,
.comment-content img,
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}



/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: normal 100%;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	width:auto; height:auto;	
	padding:0;
	margin: 0;
	color: #231F20;	
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	line-height: 1.6em;
	font-size: 0.8125em; /* 13px/16px */
	margin: 0 0 10px 0;
	color: #414042;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol {font-size: 0.75em;}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
	max-width:100%;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
	color: #AC162C;	
}
a:hover {
	color: #AC162C;	
	text-decoration:underline;
}
a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	margin: 20px 0 10px 0;
	font-weight: normal;
	color: #231F20;	
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}
.aboveHeaderRight {
	float:right;
	width:62%;
	margin-right:4%;
}
.meta {
	color: #b0b0ad;
}

.meta a{
	color: #231F20 !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], textarea {
	background-color: #AC162C;
	border: none;
	padding: 10px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;			
}

input[type="email"]:focus {outline: none; background: #f4f4f4;}
input[type="text"]:focus {outline: none; background: #f4f4f4;}
textarea:focus {outline: none; background: #f4f4f4;}

textarea { width: 80%; font-size: 1em;}

.wp-caption {max-width: 100%;}

/* Clearfix ----------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

/* Isotope ----------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* //////////////////////////////////////////////////////////////////////
//  02A - Home Page Custom
//////////////////////////////////////////////////////////////////////*/


#aboveHeader {
	width:1024px;
	margin:0 auto;
}
#aboveHeader h1 {
	text-transform:uppercase;
	color: #AC162C;
	text-align:center;
	letter-spacing:2px;
	line-height:1.1;
	margin-bottom:20px;
}
#aboveHeader h4 {
	text-transform:uppercase;
	color: #AC162C;
	text-align:center;
	font-weight:bold;
}
#aboveHeader p {
	text-align:center;
}

#demoContainer {
	padding-top:110px;
	margin:0 auto;
}
#tvDemo {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tv-2.png') no-repeat;
	width:819px;
	height:620px;
	margin:0 auto;
	margin-top:0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#tvDemo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tv@2x-1.png') no-repeat;
		background-size:100%;
	}
}
#demo {
	width:98.8%;
	float:left;
	text-align:center;
}
iframe {
	display:block;
	width:630px;
	height:350px;
	margin:0 auto;
	margin-top:55px;
	z-index:3;
}

#robot {
	text-align:center;
	width:25%;
	margin:0 3% 0 4%;
	float:left;
}
#brain {
	text-align:center;
	width:40%;
	margin:0 3%;
	float:left;
}
#tv {
	text-align:center;
	width:40%;
	margin:0 4% 0 3%;
	float:right;
}

#robotImage {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpRobotFull.png')no-repeat;
	width:250px;
	height:165px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#robotImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpRobotFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#brainImage {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBrainFull.png')no-repeat;
	width:250px;
	height:165px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#brainImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBrainFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#tvImage {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpTVFull.png')no-repeat;
	width:250px;
	height:165px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#tvImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpTVFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#customNav {
	display:inline;
}
.leftNav {
	padding-right:22%;
	display:inline;
	width:260px;
	z-index:1;
}
.rightNav {
	padding-left:;
	display:inline;

}
.black a {
	text-decoration:none;
	color:#000;
}
.black:hover {
	text-decoration:underline;
	color:#AC162C;
}

#case {
	margin-bottom:30px;
}












/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/



#headerWrap {
	width:1024px;
	margin:-50px auto 140px;
}

#container {	
	max-width: 100%;
	margin: 0 auto;	
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/whiteNoise_20130221_03.png') repeat;
}

#header {
	max-width: 1024px;
	height:46px;
	margin: 300px auto 0 auto;		
	padding: 32px 0;
	position: relative;
	z-index: 2;	
}

#main {
	max-width:100%;
	margin: 0 auto;
	padding: 0 0 0 0;	
    overflow: hidden;	
}

#main.full {
	background: none;
}

#content {
	width:58.59375%;  /* 600px/1024px */		
	padding: 0;		
	float: left;
	margin: 0 0 70px 0;
	position: relative;		
}
#taxonomy {
	padding-top:0px;	
}
#taxonomy h4 {
	margin-left:30px;
}
#archiveContent {
	width:64.453125%; /* 660px/1024px */	
	padding:0 0 80px 40px;
	float:left;
	margin:0;
	position:relative;	
	z-index:3;
}
#archiveContent .post.withThumb .inside {
	margin-left:223px;
	width:70%; /* 437px/1024px */		
}
#archiveMain {
	margin-left:50px;
}
#contactContent {
	width:51%;
	float:left;
	margin-left:15%;
	margin-bottom:100px;
}
#awardsContent {
	width:70%;
	margin-bottom:100px;
	float:left;
}
#awardContainer {
	width:70%;
	float:right;
}
.awardLogo {
	width:220px;
	float:left;
	margin:40px 0 0px 0;
}
.awardDetails {
	width:100%;
	margin:10px 0;
}
#awardContainer .awardDetails h4, h6 {

	line-height:1.4;
}
#contactSidebar {
	width: 28%;
	float:right;
	margin-right:20px;
}
#contactSidebar h6 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
#contactSidebar h6 a {
	color:blue;
}
#contactSidebar h6:hover {
	color:#AC162C;
}
#contactSidebar p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size:0.75em;
}
#awardsSidebar {
	width: 25%;
	float:right;
	margin-right:20px;
}
#sidebar {
	width: 25%;
	float: right;
	margin: 0;
	padding: 0;
	z-index:1;		
}
#bios {
	width:75%;
	margin-bottom:100px;
}
.businessCard {
	float:right;
	max-width:100%;
}
.headshot {
	margin-bottom:2%;
	max-width:100%;
}
#footer {
	width: 100%;
	margin:atuo;
	margin-top:-20px;
}

#sidebar  .oneThird{
	width: 100%;
}

.oneThird {
	width: 30.7%;	
}

.twoThird {
	width: 58%!important;	
}

.full {
	width: 100%;
}
.one {
	float:left;
	display:inline;
	position:absolute;
}
.two {
	float:right;
	display:inline;
	position:absolute;
}
#footerAbout {
	float:left;
	padding-top:5px;
}
#footerWork {
	float:right;
	padding-top:2px;
}
#footerBlog {
	float:right;
	padding-top:4px;
}
#footerContact {
	float:left;
	margin-top:-4px;
}
#footerServices {
	float:right;
	padding-top:6px;
}
#footerAwards {
	float:left;
	padding-top:0px;
}
#footerNav ul {
	height:80px;
}
#footerNav ul li {
	display:inline;
}
#footerNav h5 a {
	color:#AC162C;
}
#footerNav h5:hover {
	color:#AC162C;
}
.hide {
	display:none;
	}





/*////////////////////////////////////////////////////////////////////////
//  03A - Menu
///////////////////////////////////////////////////////////////////////*/

#pushDown {
	margin-top:50px;
}

#menu{
	width:100%;	
	font-size: 13px;
	right: 0%;	
	position:relative; height:20px; margin-top:45px;	
	text-transform: uppercase;
	float:right;	
	font-weight:bold;
	z-index:1;
}

#menu li{
	margin: 0 0 0 7%;	
	display: inline-block;
	padding-top: 0;	
}

#menu li a{
	line-height: 25px;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/whiteNoise_20130221_03.png') repeat;
	display:block;
	width:106px;
	height:28px;
	text-align:center;
	padding-top:4px;
}

#menu ul ul a{
	line-height: 15px;
}

#menu ul ul {
	background: #363636;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}

#menu li.current a,
#menu li.current-cat a,
#menu li.current_page_item a,
#menu li.current-menu-item a,
#menu li.current-post-ancestor a,
#menu li.current_page_parent a,
#menu li.current-category-parent a
{	
	text-decoration:none;
	color: #ffffff;
	background:none;
	background-color:#AC162C;
	display:block;
	width:106px;
	height:28px;
	text-align:center;
	padding-top:4px;
}

#menu li.current:hover a,
#menu li.current-cat:hover a,
#menu li.current_page_item:hover a,
#menu li.current-menu-item:hover a,
#menu li.current-post-ancestor:hover a,
#menu li.current_page_parent:hover a
{
	text-decoration:none;
	color: #ffffff;
	background:none;
	background-color:#AC162C;
	display:block;
	width:106px;
	height:28px;
	text-align:center;
	padding-top:4px;
}

#menu ul li.current:hover ul,
#menu ul li.current-cat:hover ul,
#menu ul li.current_page_item:hover ul,
#menu ul li.current-menu-item:hover ul,
#menu ul li.current-post-ancestor:hover ul,
#menu ul li.current_page_parent:hover ul {
	color: #fff !important;
}

#menu li a:hover{
	text-decoration:none;
	color: #ffffff;
	background:none;
	background-color:#AC162C;
	display:block;
	width:106px;
	height:28px;
	text-align:center;
	padding-top:4px;
}

#menu li li a:hover {
	text-decoration:none;
	color: #ffffff !important;
}

#menu a {
	color: #AC162C;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/


#logo {		
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpLogoFull.png') no-repeat;	
	margin: -57px auto;
	width:186px;
	height:106px;
	z-index:3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#logo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpLogoFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#header h1 {
	font-size: 35px;	
	padding: 10px 0 0 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	line-height: 1px;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

#mainNav{
	width:71%;	
	font-size: 13px;
	right: 0%;	
	position:relative; height:20px; margin-top:12px;	
	text-transform: uppercase;
	float:right;	
}

#mainNav li{
	margin: 0 0 0 14%;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav li a{
	line-height: 25px;
}

#mainNav ul ul a{
	line-height: 15px;
}

#mainNav ul ul {
	background: #363636;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}

#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a,
#mainNav li.current-category-parent a
{	
	text-decoration:underline;
	color: #AC162C;
}

#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover a{
	text-decoration:underline;
	color: #AC162C;
}

#mainNav ul li.current:hover ul,
#mainNav ul li.current-cat:hover ul,
#mainNav ul li.current_page_item:hover ul,
#mainNav ul li.current-menu-item:hover ul,
#mainNav ul li.current-post-ancestor:hover ul,
#mainNav ul li.current_page_parent:hover ul {
	color: #fff !important;
}

#mainNav li a:hover{
	text-decoration:underline;
	color: #AC162C;
}

#mainNav li li a:hover {
	text-decoration:underline;
	color: #AC162C !important;
}

#mainNav a {
	color: #231F20;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 10% 4%;	
	width: 96%;
	
}

#content .post {
	margin: 0 10px 30px 0px;
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}

#content .post h1{
	font-size: 1.5em;	
}
#archiveContent .post h1{
	font-size: 1.2em;
	text-transform:uppercase;
	color:#AC162C;	
	line-height:1.3;
}
#archiveContent .post h1 a {
	color:#AC162C;
}
#servicesContent {
	margin-left:145px;
	margin-bottom:100px;
}
#aboutContent {
	width:75%;
	margin-left:15%;
}
#aboutContent h3 {
	color: #231F20 !important;
	font-weight:500;
}
#aboutClients {
	width:75%;
}
#first {
	width:50%;
	float:left;
	margin:3% 0;
}
#second {
	width:50%;
	float:right;
	margin:3% 0;
}
#first h7, #second h7 {
	display:block;
	line-height:1.6em;
}

.post .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	line-height:1.3;			
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 4%;
}

#content .post.lastPost {
	border-bottom: none;
}

.full p {
	margin-right: 4%;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}

#content .postThumb{
	position: absolute;
	left: 0;
}

.moreLink {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	float:right;
}

#pageHead {	
	padding:0;
	margin-bottom:40px;	
	width:100%;
	height:250px;
	background-color:#AC162C;
}
#pageHead h1 {	
	position:relative;
	float:right;
	font-size: 70px;
	line-height: 1.2em;
	margin:50px 50px 0 0;	
	color:#fff;
	text-transform:uppercase;

}
#pageHead h2 {	
	position:relative;
	float:right;
	font-size: 45px;
	line-height: 1.2em;
	margin:75px 50px 0 0;	
	color:#fff;
	text-transform:uppercase;

}
#pageHead h3 {	
	position:relative;
	float:right;
	font-size: 35px;
	line-height: 1.2em;
	margin:65px 50px 0 0;	
	color:#fff;
	text-transform:uppercase;

}
#pageHead h5 {
	color:#fff;
	float:right;
	text-align:right;
	font-weight:lightest;
	letter-spacing:1px;
	line-height:1.6;
	margin: 20px 50px 0 0;
	text-transform:uppercase;
}
#headRight {
	float:right;
	margin-top:-270px;
}
#headRight h5, #headRight h6 {
	line-height:1.2em;
}
#headerWrap h5, #headerWrap h6 {
	color:#fff;
	float:right;
	text-align:right;
	font-weight:lightest;
	letter-spacing:1px;
	line-height:1.2;
	margin: 0px 50px 0 0;
	text-transform:uppercase;
}
#headerWrap h5 {
	margin-top:10px;
}
#headerWrap h1 {
	color:#fff;
	float:right;
	text-align:right;
	letter-spacing:1px;
	line-height:1;
	margin: 20px 50px 0 0;
	text-transform:uppercase;
}
#headerWrap h5 {
	color:#fff;
	float:right;
	text-align:right;
	letter-spacing:1px;
	line-height:1;
	margin: 20px 50px 0 0;
	text-transform:uppercase;
}
#headerWrap h3 {
	color:#fff;
	float:right;
	text-align:right;
	letter-spacing:1px;
	line-height:1;
	margin: 20px 50px 0 0;
	text-transform:uppercase;
}
.entry-titleHome, .entry-titleHome a {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size:0.9375em; /* 15px/16px */	
	line-height: 1.4;
	margin:0 auto;
	margin-bottom:10px;
	color:#fff;
	text-transform:uppercase;
	width:85%; /* 258px/389.12px */
	text-align:center;
}
.entry-titleHome a:hover {
	color:#AC162C;
}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;	
}

#content #filterNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#filterNav li a{
	font-size: 11px;
	text-transform: uppercase;
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 20px;			
}

#filterNav li a:hover {
	background: #6a6a6a;
}

#filterNav .selected {
	background: #AC162C;
}

#filterNav .selected:hover {
	background: #AC162C;
}
select {
	background-color:#AC162C;
	cursor:pointer;
	color:#fff;
	width:226px;
	height:30px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
        border-radius: 0px;
}

select:hover {
	background-color: #BC203F;
}
select:focus { 
	outline: none;
}
#homeSlider {
	padding:0 0 20px 0;
}




/*Projects------------------*/

#projects {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;	
}

#projects .thumbs {
	margin: 0 auto;			
}

#content .project.small {	
	width: 31.5217%;
	display: block;	
	margin: 0 1.18% 1.08695% 0;
	opacity: 0;
	padding-bottom: 5px;
	cursor: pointer;
	float: left;
	background: #fff;
	height: auto;
}

#content .project.small{
	position: relative;	
	display: block;	
	zoom: 1;
}

#content .project.small img{
	max-width: 100%;
	height: auto;
}
#content .project.small img:hover{
	
}
.project.small h1  {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0px 10px 10px 5px;
	text-transform:uppercase;
}
.thumbs.masonry {	
	width: 100%;
	margin-left: -5px;
}
.masonry img {
	border: 5px solid transparent;
}
.masonry img:hover {
	border: 5px solid #e6e6e6;
	opacity:0.5;
}
.project .left {
	float: left;
	width: 65.9%;	
}

.project .right {
	float: right;
	width: 30.7%;
	border-top: 1px solid #D4D4D4;
	padding: 20px 0 0 0;
}

.project .right .inside {
	margin-bottom: 3%;
}

.project .right h1{
	font-size: 30px;
	margin-bottom: 15px;
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.skillList li a{
	font-size: 11px;
	text-transform: uppercase;
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 20px;			
}

.skillList li a:hover {
	background: #6a6a6a;
}

.single-projects #content {
	width: 92%;
}

.projectNav {
	margin: 0 0 30px 0;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.videoContainer { margin-top: -20px;}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}
dt img {
	max-width: 100% !important;
	height: auto;
}
/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
	font-size: .75em;
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

/*Columns------------------*/
.one_half{ width:48%; }
.one_third{ width:30%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#homeMessage {
	color: #696969;	
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 30px 0;
	text-align: center;
	margin: 0 3.6458% 3.6458%;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#homeMessage.topBorder {	
	border-top: 1px solid #d4d4d4;
	padding: 3% 0 3% 0;	
}

#homeMessage p{	
	font-size: 38px;
	line-height: 1.3em;
	margin-bottom: 0;	
}

.slideshow {	
	margin: 0 4% 0 4%;
	position: relative;			
}

.home .slideshow {
	margin: 0 0 4% 0;
	border-bottom: 5px solid #ededed;
}

#content .flexslider {	
	margin: 0 0 15px 0 !important;	
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {display: inline-block; width: auto; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.5); color: #fff; font-size: .9em !important; line-height: 1.3em;}
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */
.flex-direction-nav li a {z-index: 100; width: 30px; height: 30px; margin: -15px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -30px 0; right: 20px;}
.flex-direction-nav li a.next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: 20px;}
.flex-direction-nav li a.prev:hover {background-position: 0 -30px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 15px !important; right: 2%;}
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: url(images/flexslider/bg_control_nav.png) no-repeat 0 0 ; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default !important;}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/
cntctfrm_contact_email {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
.button, #searchsubmit, input[type="submit"]  {	
	font-size: 1em;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	background: #AC162C url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 6px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 5px 0 0;	
	line-height: normal !important;	
}
#searchsubmit {
	width:55px;
	padding:5px 8px 6px;
}

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #BC203F !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/
.side {
	vertical-align:top;
	display:inline; 
	margin:0;
	padding:0;
}
#sidebar {
	margin: 0 40px 0 0;	
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2em;
	font-size: 11px;
	text-transform: uppercase;	
	font-weight: bold;
	letter-spacing: 1px;	
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#sidebar ul, #footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;
}

#sidebar ul li, #footer ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;
	font-size: .85em;
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*Search------------------*/

.widget_search #searchform {
	background-color: #AC162C;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
        border-radius: 0px;
	display: inline-block;
	padding: 0 !important;	
	height:30px;
}

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

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;
	width: 50%;
	padding: 5px 10px 5px 10px !important;
	line-height: normal!important;	
	background: none;
	border: none;
	height: 20px;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius: 0px 5px 5px 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-position: 0 -1px;
}
label cntctfrm_contact_name {
	padding:0;
	margin-top:20px;
}
/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 15px 0 !important;
	display: block;
	padding: 0px 0 0 0;	
}

#sidebar .ttrust_recent_posts h2,
#footer .ttrust_recent_posts h2 {	
	font-size: 13px !important;
	margin-bottom: 5px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}



/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 280px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #ebebeb;
}

#footer .widget_tag_cloud a{
	background: #6d6d6d;
}

#footer.light .widget_tag_cloud a{
	background: #e5e5e5;
}

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

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #686868;
	border: 1px solid #575746;
}

#sidebar #flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

#footer.light #flickrBox .flickrImage {	
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;			
	padding: 30px 0 0 0;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
	font-size: 1em;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 80px;	
	display: block;
	color: #a5a5a2;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
	font-size: .70em;	
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;	
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}

/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 3% 0 3% 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
}

.comment-reply-link { font-size: .75em;}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 96%;
	padding: 0 0 0;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}

.wp-pagenavi {
	font-size: .75em;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
}

#footer.light {	
	background: #f3f3f3;
	color: #a2a2a2;	
	border-top: 5px solid #eeeeee;	
}

#footer .widgetBox h3{	
	color: #989898;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main {	
	padding: 30px 0 0 0;	
	margin: 0;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/debut_dark.png') repeat;	
}

.footerBox{
	margin: 0 3.18% 3% 0;	
	float: left;
	position: relative;	
	width: 30%;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #fff;	
}

#footer.light a {
	color: #939393;	
}

#footer a:hover {
	color: #AC162C;	
	text-decoration:underline;
}

#footer.light a:hover {
	color: #6d6d6d;	
}

#footer .secondary {		
	margin: 0 4% 0;
	font-size: .75em;
	padding: 4% 0;
	border-top: 1px solid #6b6b6b;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}
#social {
	margin-bottom:20px;
}
#social li {
	display: inline;
}
#social h5 {
	color: #070404;
}
#social ul {
	position:relative;
	margin: 0 41% 2% 41%;
	width:180px;
}
#footerNav {
	width: 580px;
	height:75px;
	margin: 20px auto;
	display:block;
}
#footerAbout, #footerWork, #footerContact, #footerServices, #footerAwards, #footerBlog {
	width:80px;
	margin-right:15px;
	text-align: center;
	color: #231F20;
}
#footerAbout h5 a, #footerWork h5 a, #footerContact h5 a, #footerServices h5 a, #footerAwards h5 a, #footerBlog h5 a {
	color: #231F20;
}
#footerAbout h5 a:hover, #footerWork h5 a:hover, #footerContact h5 a:hover, #footerServices h5 a:hover, #footerAwards h5 a:hover, #footerBlog h5 a:hover {
	color: #AC162C;
	text-decoration:underline;
}



/*//////////////////////////////////////////////////////////////////// 
//  13 - Backgrounds
////////////////////////////////////////////////////////////////////*/

body.bkgGrid {
	background: #dadbdb url(images/bkg_grid.jpg);
}

body.bkgScratches {
	background: #dadbdb url(images/bkg_scratches.jpg);
}

body.bkgNoise {
	background: #dadbdb url(images/bkg_noise.jpg);
}

/*//////////////////////////////////////////////////////////////////// 
//  14 - Home Page and sub pages
////////////////////////////////////////////////////////////////////*/

#containerGrayDemo {
	width:100%;
	margin:-10px auto 0 auto;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
	height:740px;
	z-index:-2;
}
#containerGray {
	width:100%;
	margin:-10px auto 0 auto;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
	height:910px;
}
#homeCenter {
	margin: 50px auto;
	width: 1024px;
	height: auto;
}
#homeCenter h5, #homeCenter h6 {
	color:#fff;
	text-transform:uppercase;
	margin: 0;
	z-index:1;
}
#homeCenter h6 {
	letter-spacing:2px;
}
#homeContent {
	width:1024px;
	margin:0 auto;
}
#leftColumn {
	width:61%;
	float:left;
	margin-top:120px;
	border-right:1px solid #A0A0A0;
}
.text {
	float:right;
	text-align:right;
	margin:30px 2% 0 0;
	z-index:1;
}
.textOne {
	float:right;
	text-align:right;
	margin:15px 2% 0 0;
	z-index:1;
}
.text.servicesText {
	margin:30px 2% 0 0;
	float:right;
}

.buttonHome a {
	position:relative;
	background:#fff;
	width:245px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	padding-top:7px;
	color:#231F20;
	float:right;
	margin:150px 0 0 300px;
}
.buttonHome.work a {
	margin-top:160px;
}
.buttonHomeServices a {
	position:relative;
	background:#fff;
	width:245px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	padding-top:7px;
	color:#231F20;
	margin:165px 0 0 280px;
	float:right;
}
.buttonBlog a {
	position:absolute;
	background:#fff;
	width:245px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	padding-top:7px;
	color:#231F20;
	margin-left:32%;
}
.buttonHome h5, .buttonBlog h5 {
	position:absolute;
	padding:8px 30px 0 50px;
	font-weight:bold;
}
.buttonHome h5 a, .buttonHomeServices h5 a, .buttonBlog h5 a{
	text-decoration:none;
}
.buttonHome h5 a:hover, .buttonHomeServices h5 a:hover, .buttonBlog h5 a:hover {
	color:#fff;
}
.buttonHome a:hover, .buttonHomeServices a:hover, .buttonBlog a:hover {
	background:#AC162C;
}
.buttonHomeServices h5 {
	position:absolute;
	padding:8px 30px 0 70px;
	font-weight:bold;
}
.buttonBlog {
	position:absolute;
	margin:20px 0 0 -73px;
}
#extraExtra {
	position:relative;
	margin:100px 0 0 60px;
	width:258px;
}
#extraExtra p, #extraExtra h2 {
	color:#ffffff;
	text-align:center;
}
#small {
	font-size:9px;
	text-align:center;
	margin-bottom:7px;
}
#about {
	height:230px;
	border-bottom:1px solid #A0A0A0;
	width:97%;
}
#work {
	height:245px;
	border-bottom:1px solid #A0A0A0;
	width:97%;
}
#services {
	height:275px;
	width:97%;
}
#aboutIcon {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpViewfinderFull.png') no-repeat;
	width:220px;
	height:181px;
	float:left;
	margin-top:15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#aboutIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpViewfinderFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#workIcon {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpWorkFull.png') no-repeat;
	width:220px;
	height:181px;
	float:left;
	margin-top:30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#workIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpWorkFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#servicesIcon {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesFull.png') no-repeat;
	width:217px;
	height:162px;
	float:left;
	margin-top:30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#servicesIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#rightColumn {
	width:38%;
	float:right;
	color:#ffffff;
	margin-top:78px;
}
#blogIcon {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogFull.png') no-repeat;
	width:242px;
	height:173px;
	position:relative;
	margin: 55px 0 0 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#blogIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#blogText {
	position:relative;
	width:69%;
	margin:20px 0 0 15%;
}
#blogText h5, #blogText h6 {
	text-align:center;
}
#right {
	float:right;
}
#containerWhite {
	width:100%;
	margin:0px auto;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/whiteNoise_20130221_03.png') repeat;
}
.wrapper {
	width:1024px;
	margin:0 auto;
}
#chat {
	width:88%;
	margin:0 auto;
	padding-top:30px;
}
#redPhone {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpContactFull.png') no-repeat;
	width: 208px;
	height:256px;
	float:left;
	margin-top:50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#redPhone {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpContactFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#contactUs {
	float:right;
	width:500px;
	position:absolute;
	margin-left:200px;
}
#contactUs h1, #contactUs h2 {
	text-transform:uppercase;
	color:#AC162C;
	text-align:center;
}
#contactUs h2 {
	padding-bottom:0px;
	font-size:1.9em;
}
#contactUs h1 {
	font-weight:bold;
}
#contactUs p {
	text-align:center;
	margin:0;
}
.buttonContact a {
	position:absolute;
	background:#231F20;
	width:100px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	margin:-15px 0 0 38%;
	padding-top:7px;
}
.buttonContact h5 {
	padding:8px;
	font-weight:bold;
}
.buttonContact h5 a {
	text-decoration:none;
	color:#fff;
}
.buttonContact a:hover {
	color:#fff;
}
.buttonContact a:hover {
	background:#AC162C;
}
#bottomTextContact {
	margin-top:30px;
}
#socialContactUs {
	width:100px;
	position:relative;
	margin:90px;
	float:right;
}
.socialIcons {
	padding:5px;
}
#containerLightGray {
	width:100%;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/lightGrayNoise20130221_03.png') repeat;
	margin:390px auto 0;
}
#clientList {
	width:1024px;
	margin:0 auto;
}	
#clientList h1 {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	background:white;
	padding:10px;
	width:760px;
	margin:0 auto 40px;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/whiteNoise_20130221_03.png') repeat;
}
#clientList h3 {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#clientList h4 {
	text-align:center;
	text-transform:uppercase;
}
#clientTable {
	width:900px;
	margin:15px auto 0;
	padding-bottom:140px;
}
.clientLogos {
	padding:20px 65px;
	text-align:center;
}
#clientRed {
	position:absolute;
	margin:-280px 0 0 465px;
}
#containerRed {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/redNoise_20130221_03.png') repeat;
	width:100%;
	margin:-40px 0 0 0;
	z-index:1;
}
#awardsContainer {
	width:1024px;
	margin:0 auto;
}
#awardHome {
	width:900px;
	margin:0 auto;
	padding-top:120px
}
#awardHome h1, #awardHome h2 {
	text-transform: uppercase;
	text-align:center;
	color:#fff;
}
#awardHome h1 {
	font-weight:bold;
	padding-top:20px;
}
#awardHome p {
	text-align:center;
	color:#fff;
	margin:60px auto;
	padding-bottom:50px;
}
#awardsDot {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/awardsIcon_20130227_03.png') no-repeat;
	width:129px;
	height:183px;
	display:none;
}
#awardsPodium {
	position:absolute;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpAwardsFull.png') no-repeat;
	width:199px;
	height:219px;
	margin:0 0 0 400px;
	margin-top:-100px;
	z-index:3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#awardsPodium {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpAwardsFull@2x.png') no-repeat;
		background-size:100%;
	}
}
.buttonAwards a {
	position:absolute;
	background:#fff;
	width:245px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	color:#231F20;
	padding-top:7px;
	margin:0 0 0 320px;
}
.buttonAwards h5 {
	padding:8px;
	font-weight:bold;
}
.buttonAwards h5 a {
	text-decoration:none;
}
.buttonAwards h5 a:hover {
	color:#fff;
	text-decoration:none;
}
.buttonAwards a:hover {
	background:#231F20;
	color:#fff;
}
#containerGrayFooter {
	width:100%;
	margin:-45px 0 0 0;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
	position:absolute;
	z-index:1;
}
#footerContainer {
	width:1024px;
	margin:0 auto;
}
#ridges {
	background-image:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/ridgesBG_20130228_03.png');
	background-repeat: repeat-x;
	height:37px;
	z-index:3;
	margin-top:-35px;
}
#footerTable {
	width:850px;
	margin:0 auto;
	margin-top:-20px;
}
.footerIcons {
	padding:30px;
	opacity:0.8;
}	
.footerIcons:hover {
	opacity:1.0;
}
.homeSocialFooter {
	padding:10px 7px;
}
.homeSocialFooter a {
	opacity:0.8;
}
.homeSocialFooter a:hover {
	opacity:1.0;
}
#footerBottom {
	width:400px;
	margin:0 auto;
	margin-top:10px;
}
#footerAddress {
	float:left;
	border-right:1px solid #A0A0A0;
}
#footerAddress p {
	color:#fff;
	padding:0;
	margin:0;
	text-align:right;
	font-size:15px;
	margin-right:22px;
	letter-spacing:1px;
	line-height:1.4em;
}
#footerSocialIcons {
	float:right;
	margin-top:6px;
}
#copyright {
	width:250px;
	margin: 20px auto;
	text-align:center;
	padding:120px 0 0 0;
}
#copyright p {
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
}
#containerGrayHeader {
	width:100%;
	margin:0px auto;
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
	height:280px;
}
#header2 {
	max-width: 1024px;
	height:46px;
	margin: -60px auto 60px;		
	padding:0;
	position: relative;
	z-index: 2;	
}
#center {
	width:1024px;
	margin:0 auto;
}








#grayBar {
	width:100%;
	height:90px;
	background: #E2E3E4;
	border-style:solid;
	border-bottom:10px solid #D1D3D4;
	border-top: 10px solid #D1D3D4;	
}
.icon {
	margin:auto;
}
.red:hover {
	color:#AC162C;
}
.bottom {
	float:left;
	margin-top:170px;
	height:189px;
}

#line {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/debut_dark.png') repeat;
	width:100%;
	height:auto;
}
#lightbulb {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesSubpageFull.png') no-repeat;
	width:524px;
	height:280px;
	float:left;
	margin: -285px 0 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#lightbulb {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#viewMaster {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpViewfinderSubpageFull.png') no-repeat;
	width:378px;
	height:281px;
	float:left;
	margin:-285px 0 0 38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#viewMaster {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpViewfinderSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#teslaCoils {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpWorkSubpageFull.png') no-repeat;
	width:444px;
	height:280px;
	float:left;
	margin: -285px 0 0 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#teslaCoils {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpWorkSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#phone {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpContactSubpageFull.png') no-repeat;
	width:444px;
	height:280px;
	float:left;
	margin: -285px 0 0 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#phone {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpContactSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#trophy {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpAwardsSubpageFull.png') no-repeat;
	width:281px;
	height:282px;
	float:left;
	margin: -285px 0 0 150px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#trophy {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpAwardsSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}
#paperBoy {
	background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogSubpageFull.png')no-repeat;
	width:444px;
	height:280px;
	float:left;
	margin: -285px 0 0 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#paperBoy {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogSubpageFull@2x.png') no-repeat;
		background-size:100%;
	}
}


/*//////////////////////////////////////////////////////////////////// 
//  15 - Media Queries
////////////////////////////////////////////////////////////////////*/





/* iPad Landscape */

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

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


/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#header #logo {			
		width: 27%;
		padding: 15px 0 10px;
		margin: 0 auto;		
	}
	
	#header #logo img {			
		max-width: 100%;
		height: auto;			
	}
	
	#pageHead h1 { font-size: 1.2em;}
	#pageHead {		
		padding: 10px 0 10px 0;
		margin-bottom: 5px;
	}
	.flex-direction-nav, .flex-control-nav, .flex-caption { display: none !important;}
	
	#main {
		padding-top: 15px;
	}
	
	#mainNav {	
		width: 100%;
		margin:0 atuo;			
	}
	#mainNav ul{
		margin: 0 auto;
	}	
	
	#projects .full {width: 100%;}		
	
	#homeMessage p {	
		margin-bottom: -10px;
		font-size: 20px;
	
	}
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	#content .post h1{
		font-size: 1em;
		line-height: 1.3em;
	}
	
	#content .post .meta{
		line-height: 1.5em;
	}
	
	.post .moreLink {
		display: none;
	}
	
	#content .project.small {				
		margin-bottom: 20px !important;
	}
	
	.pagination { 
		margin-bottom: 30px !important;
		padding-top: 10px !important;
	}
	
	#projects {
		margin-left: 5px;
		width: 96%;
	}	
	
	#footer .oneThird{
		width: 48%;	
		float: left;
		margin: 0 2% 2%;			
	}
	
	#footer { padding: 0 !important;}	

	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: center;
		margin-bottom: 0!important;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}
	#footer .inside {		
		
	}
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
		padding-bottom: 5px;
	}	
					
	.gallery-item img{
		width: 90%;
	}	

	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}	
}




/* iPad Portrait */

@media only screen and (max-width: 768px) {	
	body {
		padding: 0;
		margin:0;
	}
html, body { width:100%;
	}
	#container {		
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;	
	}
	
	#footer {		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;	
	}
	
	#homeMessage p {	
		font-size: 30px;
		line-height: 1em;
	}
	
	#content.twoThird {
		width: 94% !important;		
		float: none;
	}
	
	.single-projects #content {
		width: 93%;
	}
	
	#content .project.small {
		width: 30.50%;		
		margin: 0 10px 20px 0 !important;
	}
	
	#content .project.small h1{
		font-size: 11px !important;		
	}
		
	#content .project.small img {
		max-width: 100%;		
		height: auto;
	}
	.project .left {
		float: none;
		width: 100%;
		margin: 0 !important;	
	}
	.project .right {
		float: none;
		width: 100%;	
	}	
	
	.videoContainer { margin-top: 0px;}
	
	#sidebar {
		float: none;
		width: 96%;
		margin-left: 2%;
		padding-bottom: 30px!important;
		padding-top: 10px;	
	}
	.widgetBox {
		width: 45% !important;
		position:relative; 
		float:left; 
		margin: 0px 2% 2%;
	}
	#footer .main{
		margin-left: 0;
	}
	#comments { 
		width: 100%;
	}
	#pageHead h1 {
		font-size:38px;
		color:#fff;
		margin:65px 20px 0 0;
		padding:0;
	}
	#pageHead h2 {
		font-size:30px;
		color:#fff;
		margin:75px 20px 0 0;
		padding:0;
	}
	#pageHead h3 {
		font-size:20px;
		color:#fff;
		margin:85px 20px 0 0;
		padding:0;
	}
	#pageHead h5 {
		font-size:8px;
		color:#fff;
		clear:both;
		margin:30px 20px 0 0;
		padding:0;
		text-align:right;
	}
	#contactSidebar h5 {
		line-height:1.4;
	}
	#sidebar {
		width:90%;
		margin: 10px 0 0 40px;
	}
	.sidebarBox {
		position:relative;
		margin: 0 0 20px 0;
	}
	.widget_search {
		margin-top:33px;
	}
	.widget_recent_comments {
		margin-top:-100px;
	}
	.twoThird {
		width:90%!important;
		padding-right:4%;
	}
	#aboutContent {
		margin-left:100px;
	}
	#bios 	{
		width:100%;
	}
	.two_third {
		width:87%;
	}
	#servicesContent {
		margin-left:30px;
	}
	#awardsSidebar {
		width:200px;
		float:right;
		margin:0;
	}
	.awardDetails {
		width:350px;
	}
	#mainNav {
		width:100%;
		margin: 0 auto;
	}
	#mainNav li {
		margin: 0 0 0 14%;
	}
	#homeSlider {
		padding:0 0 10px 0;
	}
	#homeCenter {
		width:100%;
		margin: 25px auto 50px auto;
	}
	#logo {
		float:none;
		margin: 5px auto 25px auto;
	}
	#aboutClients {
		width:100%;
	}
	#first {
		width:50%;
		float:left;
		margin:3% 0;
	}
	#second {
		width:50%;
		float:right;
		margin:3% 0;
	}
	#social ul {
		position:relative;
		margin:0 auto;
	}
	#aboveHeader {
		width:100%;
		margin:0 auto;
	}
	#header {
		width:100%;
	}
	#robotImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpRobotiPadPortrait@2x.png') no-repeat;
		background-size:210px 150px;
	}

	#brainImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBrainiPadPortrait@2x.png') no-repeat;
		background-size:210px 150px;
	}
	#tvImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpTViPadPortrait@2x.png')no-repeat;
		background-size:210px 150px;
	}
	#menu li{
		margin: 0 0 0 3%;	
		display: inline-block;
		padding-top: 0;	
	}
	.rightNav {
		margin:0 0 0 7%;
	}
	#logo {
		margin-top:-60px;
	}
	#homeCenter h5 {
		font-size:21px;
	}
	#homeCenter h6 {
		font-size:16px;
	}
	.textOne {
		margin:-180px 2% 0 0;
	}
	.text {
		margin:-178px 0 0 0;
		z-index:3;
	}
	.text.servicesText {
		margin:-155px 2% 0 0;
		z-index:3;
	}
	#blogText {
		margin:0 0 0 15%;
	}
	#aboutIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/viewfinderiPadPortrait@2x.png') no-repeat;
		background-size:177px 143px;
		float:left;
		margin:15px 0 0 10px;
		z-index:1;
	}
	#workIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/ourWorkiPadPortrait@2x.png') no-repeat;
		background-size:177px 143px;
		float:left;
		margin:20px 0 0 10px;
	}
	#servicesIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/ourServicesiPadPortrait@2x.png') no-repeat;
		background-size:176px 134px;
		float:left;
		margin:25px 0 0 10px;
	}
	#blogIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogiPadPortrait@2x.png') no-repeat;
		background-size:195px 144px;
		position:relative;
		margin: 25px 0 0 25px;
	}
	.buttonHome a {
		margin:120px 0 0 200px;
		width:195px;
		padding-top:10px;
	}
	.buttonHome.work a {
		margin-top:125px;
	}
	.buttonHomeServices a {
		margin: 135px 0 0 180px;
		width:195px;
		padding-top:10px;
	}
	.buttonBlog a {
		margin:0 0 0 30px;
		width:195px;
		padding-top:10px;
	}			
	#about, #work, #services {
		height:200px;
	}
	#extraExtra {
		width:80%;
		margin-left:8%;
		margin-right:4%;
	}
	#containerGray {
		height:840px;
	}
	#rightColumn {
		margin-top:100px;
		border-left:1px solid #A0A0A0;
	}
	#leftColumn {
		border:none;
	}
	#containerLightGray {
		margin:320px auto 0;
	}
	#redPhone {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpPhoneiPadPortrait@2x.png') no-repeat;
		background-size: 185px 199px;
		float:left;
		margin:50px 0 0 -40px;
	}
	#contactUs {
		width:65%;
		margin-left:12%;
	}
	#contactUs h1 {
		font-size:42px;
	}
	#contactUs h2 {
		font-size:2.1em;
	}
	#socialContactUs {
		position:relative;
		margin:70px 0 0 0;
		float:right;
	}
	#clientList {
		width:100%;
	}
	#clientList h1 {
		font-size:42px;
		width:75%;
	}
	#clientList h3 {
		font-size:2em;  /* 32px/16px */
	}
	#clientTable {
		width:100%;
	}
	.wrapper {
		width:100%;
	}
	#clientRed {
		margin-left:45%;
	}
	#awardsContainer {
		width:100%;
		margin: 0;
	}
	#awardHome {
		width:80%;
		margin: 0 auto;
	}
	#awardHome h1 {
		font-size:38px;
	}
	#awardHome h2 {
		font-size:2em; /* 32px/16px */
	}
	#awardHome p {
		margin:60px 0 50px 35px;
	}
	#awardsPodium {
		margin: 0 0 0 37%;
		margin-top: -100px;
	}
	.buttonAwards a {
		margin:0 0 0 25%;
	}
	#footerContainer {
		width:100%;
	}
	#footerTable {
		width: 83%;
		margin: 0 auto 50px auto;
	}
	.footerIcons {
		padding:5px;
		margin:0;
	}
	.footerIcons img {
		min-width:80%;
		max-width:80%;
		height:auto !important;
	}
	#footerAddress p a {
		color:#fff;
	}
	#center {
		width:100%;
	}
	.widget_recent_comments {
		padding-bottom:70px;
	}
	#contactContent {
		margin-left:7%;
	}
	#contactSidebar {
		margin-left:3%;
	}
	#awardContainer {
		width:90%;
	}
	.awardLogo {
		width:200px;
		margin: 30px 0 0 0;
	}
	.awardDetails {
		width:100%;
	}
	#viewMaster {
		margin-left:-20px;
	}
	#teslaCoils {
		margin:-285px 0 0 0;
	}
	#paperBoy {
		margin:-285px 0 0 0;
	}
	#phone {
		margin:-285px 0 0 -20px;
	}
	#lightbulb {
		margin:-285px 0 0 -90px;
	}
	#trophy {
		margin:-285px 0 0 30px;
	}
	#headerWrap {
		width:100%;
	}
	#headRight {
		margin:-250px 0 0 0;
	}
	#headerWrap h1, #headerWrap h5 {
		margin:20px 20px 0 0;
	}
	#headerWrap h1 {
		font-size:46px;
	}
	#headerWrap h5 {
		font-size:22px;
	}
	#headerWrap h6 {
		font-size:20px;
		margin:0 20px 0 0;
	}
	#containerGrayDemo {
		width:100%;
		margin:-10px auto 0 auto;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		height:580px;
		z-index:-2;
	}
#demoContainer {
	padding-top:110px;
	margin:0 auto;
}
	#tvDemo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPadPortrait.png') no-repeat;
		width:600px;
		height:460px;
		margin:0 auto;
		margin-top:0px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#tvDemo {
			background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPadPortrait@2x.png') no-repeat;
			background-size:100%;
		}
	}
	#demo {
		width:100%;
		float:left;
		text-align:center;
	}
	iframe {
		display:block;
		width:472.5px;
		height:262.5px;
		margin:0 auto;
		margin-top:40px;
	}



}






/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	.widgetBox {
		width: 43%;
		float: left;		
	}
	.page-template-page-portfolio-php #content.full, .home #content.full{
		margin-left: 10px!important;
		margin-right: 0px!important;		
		width: 98% !important;		
	}
	
	#content #filterNav { margin-left: 1% !important;}
	
	#content .project.small {
		width: 30.0%;
		margin-bottom: 10px!important;		
	}
	#red {
		display:none;
	}

	#content .thumbs {
		margin-left: -1px !important;
	}
	
	.widgetBox {
		width: 94%;	
		float: none;
		margin: 0 0 20px 2%;			
	}
	#logo {
		margin: 10px auto;
	}
	#mainNav {
		width:100%;
		margin:0 auto;
	}
	#mainNav li {
		margin: 0 4% 0 8%;
	}
	#mainNav ul{
		margin: 0 auto;
	}
	#pageHead {
		height:108px;
		margin-top:10px;
	}
	#pageHead h1 {
		font-size:35px;
		margin:25px 15px 0 0;
	}
	#pageHead h2 {
		font-size:24px;
		margin:25px 15px 0 0;
	}
	#pageHead h3 {	
		font-size: 18px;
		margin:25px 15px 0 0;	
	}
	#pageHead h5 {
		font-size:7px;
		margin:15px 15px 0 0;
	}
	.awardsHead h1 {
		font-size:35px;
		margin:0px 15px 0 0;
		color:#000;
	}	
	#social ul {
		position:relative;
		margin:0 auto;
	}
	.right {
		float:none;
	}
	#homeCenter {
		margin: 15px auto 40px auto;
		width: 100%;
		height: 750px;
	}
	#right {
		float:none;
	}

	.two_third {
		width:95%;
	}
	#aboutContent {
		margin:20px 16px;
	}
	#bios {
		width:95%;
	}
	.resize {
		width:65%;
		margin:0 6px 0 0;
	}
	.shrink {
		width:32%;
	}
	img.postThumb.wp-post-image {
		display:none;
	}
	#archiveContent .post.withThumb .inside {
		margin-left:0;
		width:98%;
	}
	.twoThird {	
		width:95%;
	}
	#archiveContent {
		padding:0;
		margin: 0px 20px 0 20px;
	}

	#contactContent {
		width:60%;
		margin-left:20px;
	}
	#contactSidebar {
		width:25%;
	}	
	#cntctfrm_contact_form {
		margin-right:20px;
		float:none;
	}
	form {
		float:left;
	}
	#servicesContent {
		width:90%;
		margin:20px 20px 0 20px;
		padding-right:20px;
	}
	.last {
		clear:both;
		padding-right:20px;
	}
	.one_third {
		position:relative;
		margin:10px 50px 0 0;
		clear:both;
		padding-right:20px;
	}
	#awardContainer {
		margin-left:20px;
	}
	#awardContent {
		width:90%;
	}
	.awardDetails {
		float:none;
		width:80%;
		margin:0px;
	}
	.awardLogo {
		float:none;
		margin:0 20px;
	}
	#awardsSidebar {
		float:left;
		margin-left:20px;
	}
	#footerNav {
		width:80%;	
		margin: 0 20%;
		padding:0;
	}
	.one {
		float:left;
		margin: 0 auto;
		padding-bottom:5px;
	}
	.two {
		float:left;
		padding-top: 5px;
	}
	#line {
		width:380px;
	}
	#header {
		width:100%;
		margin:0;
		height:60px;
	}
	#main {
		width:100%;
		margin:0 auto;
	}
	#container {
		width:100%;
		margin:0 auto;
		height:1250px;
	}
	html,body {
   		width: 100%;
    		height: auto;
    		margin: 0px;
    		padding: 0px;
    		overflow-x: hidden; 
	}
	#aboutContent {
		width:90%;
	}
	#aboutClients {
		width:100%;
	}
	#first {
		width:50%;
		float:left;
		margin:3% 0;
	}
	#second {
		width:50%;
		float:right;
		margin:3% 0;
	}
	#grayTop {
		max-width:100%;
		height:155px;
		padding:0;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		margin-top:-225px;
		z-index:1;
	}
	#menu {
		margin-top:-955px;
	}
	#menu li {
		margin:0 0 0 2%;
	}
	#header2 {
		max-width:100%;
		margin:0;
		height:60px;
	}
	#menu.secondary {
		margin-top:-10px;
	}
	#header {
		width:100%;
		margin-top:-100px;
	}
	#header #logo {
		width: 40%;
		margin-top:-155px;
	}
	#aboveHeader {
		max-width:100%;
		margin-top:225px;
	}
	#aboveHeader h1 {
		margin-top:40px;
		z-index:3;
		font-size:24px;
		line-height:1.4;
	}
	#aboveHeader h4 {
		font-size:28px;
	}	
	.leftNav {
		padding-right:0;
	}
	.rightNav {
		margin:0;
	}
	#header img {
		max-width:50%;
		min-width:50%;
		height:auto !important;
	}
	#robotImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpRobotiPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#brainImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpBrainiPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#tvImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpTViPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#robot {
		text-align:center;
		width:70%;
		margin:0 auto;
		float:none;
	}
	#brain {
		text-align:center;
		width:70%;
		margin:0 auto;
		float:none;
	}
	#tv {
		text-align:center;
		width:70%;
		margin:0 auto;
		float:none;
	}
	.aboveHeaderRight {
		float:none;
		width:100%;
	}
	#containerGray {
		width:100%;
		margin:0px auto 0 auto;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		height:1300px;
		overflow:hidden;
	}
	#homeCenter {
		max-width:100%;
	}
	#leftColumn {
		width:100%;
		float:none;
		border:none;
		margin:0 auto;
	}
	#rightColumn {
		width:100%;
		float:none;
		margin:0 auto;
		border:none;
	}
	#aboutIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpViewFinderiPhone@2x.png') no-repeat;
		background-size:177px 143px;
		margin:30px 0 0 10px;
	}
	#workIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/ourWorkiPhone@2x.png') no-repeat;
		background-size:173px 196px;
		width:173px;
		height:196px;
		margin:-7px 70px 0 10px;
	}
	#servicesIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesiPhone@2x.png') no-repeat;
		background-size:176px 134px;
	}
	#pushDown {
		margin-top:0px;
	}
	.text {
		margin:-170px 0 0 0;
	}	
	.textOne {
		margin:-185px 0 0 0;
		float:right;
		text-align:right;
	}
	.buttonHome a {
		margin:125px 0 0 220px;
	}
	.text.servicesText {
		margin: -160px 0 0 0;
	}
	.buttonHomeServices a {
		margin:120px 0 0 200px;
	}
	.buttonHomeServices h5 {
		padding:8px 0 0 70px;
	}
	#services {
		border-bottom: 1px solid #d4d4d4;
	}
	#blogIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpBlogiPhone@2x.png') no-repeat;
		background-size:195px 144px;
		margin:0 auto;
		margin-top:20px;
	}
	#blogText {
		margin:0 auto;
		margin-top:-20px;
	}
	.buttonBlog {
		margin: 0 auto;
		margin-top:20px;
	}
	#extraExtra {
		margin:0 auto;
		margin-top:100px;
	}
	.entry-titleHome {
		margin:0 auto;
		margin-bottom:10px;
		padding-top:15px;	
	}
	#contactUs h1 {
		font-size:2em;  /* 32px/16px */
	}
	#contactUs h2 {
		font-size:1em;  /* 16px/16px */
	}
	#redPhone {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpPhoneiPhone@2x.png') no-repeat;
		background-size:185px 199px;
		margin:50px 0 0 -10%;
	}
	#awardsPodium {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpAwardsiPhone@2x1.png') no-repeat;
		background-size:199px 219px;
	}
	#socialContactUs {
		margin:70px -5% 0 0;
		float:right;
	}
	.wrapper {
		width:100%;
	}
	.buttonContact a {
		margin-left:30%;
	}
	.buttonContact h5 {
		font-size:21px;
	}
	.buttonContact h5 a {
		padding-top:10px;
	}
	#containerWhite {
		height:auto;
	}
	#containerLightGray .wrapper {
		margin-top:-10px;
	}
	#containerLightGray {
		margin:320px auto 0;
	}
	#clientList {
		width:100%;
		margin-top:0px;
	}
	#clientList h1 {
		font-size:28px;
		width:80%;
		margin:0px auto 30px;
		padding-top:10px;
	}
	#clientList h3 {
		font-size:18px;
	}
	table {
		margin:0 auto;
	}
	#clientTable {
		width:100%;
	}
	.clientLogos {
		padding:23px 30px;
	}
	#clientRed {
		margin-left:41%;
	}
	#awardsContainer {
		width:100%;
	}
	#awardsPodium {
		margin:-100px 0 0 30%;
	}
	#awardHome h2 {
		font-size:24px;
	}
	.buttonAwards h5 {
		font-size:21px;
	}
	.buttonAwards a {
		margin:0 0 0 15%;
	}
	#awardHome p {
		margin:60px 0 50px 0;
	}
	#footerContainer {
		width:100%;
	}
	#footerSocialIcons {
		margin:6px -2% 0 0;
	}
	#copyright {
		padding:140px 0 0 0;
	}
#center {
		width:100%;
		margin-top:-125px;
	}
	.widget_recent_comments {
		padding-bottom:70px;
	}
	#contactContent {
		margin-left:7%;
	}
	#contactSidebar {
		margin-left:3%;
	}
	#awardContainer {
		width:90%;
	}
	.awardLogo {
		width:200px;
		margin: 30px 0 0 0;
	}
	.awardDetails {
		width:100%;
	}
	#viewMaster {
		visibility:hidden;
	}
	#teslaCoils {
		visibility:hidden;	
	}
	#paperBoy {
		visibility:hidden;		
	}
	#phone {
		visibility:hidden;
	}
	#lightbulb {
		visibility:hidden;	
	}
	#trophy {
		visibility:hidden;
	}
	#headerWrap {
		width:100%;
	}
	#headRight {
		margin:-160px 0 0 0;
	}
	#headerWrap h1, #headerWrap h5 {
		margin:20px 20px 0 0;
	}
	#headerWrap h1 {
		font-size:24px;
	}
	#headerWrap h5 {
		font-size:14px;
	}
	#headerWrap h6 {
		font-size:12px;
		margin:0 20px 0 0;
	}
	#container {
		height:auto;
	}
	#containerGrayHeader {
		height:150px;
	}
	#header2 {
		width:100%;
	}
	#servicesSidebar {
		margin-bottom:100px;
	}
	#awardsSidebar {
		width:25%;
	}
	.awardLogo {
		margin:15px 0 -10px 0;
	}
	#contactSidebar h6 {
		font-size:1em;
	}
	#contactSidebar {
		margin-left:-10px !inmportant;
	}
	#logo.mobileVr {
		margin:-155px 0 0 15px;
	}
	.one_third {
		margin-top:-20px;
	}
	#containerGrayDemo {
		width:100%;
		margin:-10px auto 0 auto;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		height:280px;
		z-index:-2;
	}
#demoContainer {
	padding-top:50px;
	margin:0 auto;
}
	#tvDemo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPhone.png') no-repeat;
		width:260px;
		height:200px;
		margin:0 auto;
		margin-top:0px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#tvDemo {
			background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPhone@2x.png') no-repeat;
			background-size:100%;
		}
	}
	#demo {
		width:100%;
		float:left;
		text-align:center;
	}
	iframe {
		display:block;
		width:200px;
		height:100px;
		margin:0 auto;
		margin-top:20px;
	}






}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {


	.thumbs.masonry {		
		margin-left: 0;
	}
	
	#content .project.small {
		width: 100%;		
	}	
	
	#homeMessage p {
		padding-top: 10px;
		font-size: 16px !important;
	}
	
	.post.small {		
		margin-right: 10px !important;			
	}	
	#content .post.withThumb .inside {
		margin-left: 0px!important;
	}
    	#content .post.withThumb .postThumb {
		display:none;
	}	
	
	.widgetBox {
		width: 94% !important;	
		float: none;
		margin: 0 2% 20px 2% !important;					
	}
	
	.page-template-page-portfolio-php #content.full, .home #content.full {
		margin-left: 15px!important;
		margin-right: 0px!important;		
		width: 95% !important;	
	}	

	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .75em;
	}


	
	html,body {
   		width: 100%;
    		height: auto;
    		margin: 0px;
    		padding: 0px;
		overflow-x: hidden; 
	}
	#logo {
		margin: 10px auto;
	}
	#mainNav {
		width:98%;
		margin: 1px auto;
	}
	#mainNav li {
		margin: 0 0 0 5%;
	}
	mainNav ul {
		
	}
	#pageHead {
		height:108px;
		margin-top:10px;
	}
	#lightbulb {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/bannerServicesSml.png') no-repeat;
		width:228px;
		height:130px;
		float:left;
		margin:-11px 0 0 50px;
	}
	#viewMaster {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/pulpWebsiteBannerAbout130px1.png') no-repeat;
		width:205px;
		height:130px;
		float:left;
		margin:-11px 0 0 65px;
	}
	#teslaCoils {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/bannerOurWorkSml.png') no-repeat;
		width:190px;
		height:130px;
		float:left;
		margin:-11px 0 0 70px;
	}
	#phone {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/bannerContactSml.png') no-repeat;
		width:190px;
		height:130px;
		float:left;
		margin:-11px 0 0 70px;
	}
	#trophy {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/pulpWebsiteBannerAwards130px.png') no-repeat;
		width:205px;
		height:130px;
		float:left;
		margin:-11px 0 0 65px;
	}
	#paperBoy {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/01/pulpWebsiteBannerBlog130px.png')no-repeat;
		width:205px;
		height:130px;
		float:left;
		margin:-11px 0 0 60px;
	}
	#headRight {
		float:left;
		margin:10px 0 20px 10px;
	}
	#pageHead h1 {
		font-size:26px;
		margin:0 0 0 10px;
		color:#AC162C;
		float:left;
	}
	#pageHead h2 {
		font-size:24px;
		margin:0 0 0 10px;
		color:#AC162C;
		float:left;
		text-align:left;
	}
	#pageHead h3 {	
		font-size: 20px;
		margin:0 0 0 10px;	
		color:#AC162C;
		float:left;
		text-align:left;
	}
	#pageHead h5 {
		font-size:8px;
		margin:0 0 0 10px;
		color:#AC162C;
		float:left;
		text-align:left;
	}	
	#social ul {
		position:relative;
		margin:0 auto;
	}
	.right {
		float:none;
	}
	#homeCenter {
		margin: 15px auto;
		width: 100%;
		height: 770px;
	}
	#right {
		float:none;
	}
	.two_third {
		width:100%;
	}
	#aboutContent {
		margin:20px 16px;
	}
	#bios {
		width:100%;
	}
	.resize {
		width:62%;
		margin:0 18px 0 0;
	}
	.shrink {
		width:30%;
	}
	img.postThumb.wp-post-image {
		display:none;
	}
	#archiveContent .post.withThumb .inside {
		margin:0;
		width:98%;
	}
	.twoThird {	
		width:95%;
	}
	#archiveContent {
		padding:0;
		margin: 0px 20px 0 20px;
	}
	#sidebar {
		width:100%;
		float:none;
		margin:0px;
		padding:0 0 0 12px;
	}

	#contactContent {
		width:90%;
		margin-left:20px;
		padding-bottom:20px;
	}
	#cntctfrm_contact_form {
		padding-right:17px;
		margin:0;
		float:left;
	}
	#servicesContent {
		width:90%;
		margin:20px 20px 0 20px;
		padding-right:20px;
	}
	.last {
		clear:both;
		padding-right:20px;
	}
	.one_third {
		position:relative;
		margin:10px 50px 0 0;
		clear:both;
		padding-right:20px;
	}
	#awardContainer {
		margin-left:20px;
	}
	#awardContent {
		width:90%;
	}
	.awardDetails {
		float:none;
		width:50%;
		margin:0px;
	}
	.awardDetails p {
		width:100%;
	}
	.awardLogo {
		float:none;
		margin:0 20px;
	}
	#awardsSidebar {
		float:left;
		margin-left:20px;
	}
	#footerNav {
		max-width:80%;
		height:150px;
		margin: 30px auto 0 auto;
		padding:0;
	}
	#footerAbout, #footerWork, #footerContact, #footerServices, #footerAwards, #footerBlog {
		margin-right: 2px;
	}
	.one {
		width:100%;
		float:left;
	}
	.two {
		width:100%;
		float:left;
		margin:10px 0 0 0;
		display:inline;
	}
	#footerAbout {
		padding-top: 5px;
	}
	#footerBlog {
		padding: 4px 5px 0 0;
	}
	#footerAwards {
		padding-top:2px;
	}
	#footerContact {
		padding-top:2px;
	}
	#footerServices {
		padding-top:7px;
	}
	#line {
		width:90%;
		margin:0 5% 5% auto;
	}
	#header {
		width:100%;
		margin:0 auto;
	}
	#main {
		width:100%;
		margin:0;
	}
	#container {
		width:100%;
		margin:0 auto;
	}
	.hide {
		display:inline;
		color:#000;
	}
	#social ul {
		margin:0 auto;
	}
	#contactSidebar {
		width: 90%;
		float:none;
		margin:0 20px;
	}
	#homeSlider {
		padding:0 0 10px 0;
	}
	#aboutContent {
		width:95%;
	}
	#aboutClients {
		width:100%;
	}
	#first {
		width:50%;
		float:left;
		margin:3% 0;
	}
	#second {
		width:50%;
		float:right;
		margin:3% 0;
	}
	#main {
		max-width:100%;
		margin:0 auto;
	}
	#container {
		width:100%;
		margin:0 auto;
		height:1180px;
	}
	html,body {
   		width: 100%;
    		height: auto;
    		margin: 0px;
    		padding: 0px;
	}
	#aboutContent {
		width:90%;
	}
	#aboutClients {
		width:100%;
	}
	#first {
		width:50%;
		float:left;
		margin:3% 0;
	}
	#second {
		width:50%;
		float:right;
		margin:3% 0;
	}
	#grayTop {
		width:100%;
		height:100px;
		padding:0;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		margin-top:-225px;
		z-index:1;
	}
	#menu {
		margin-top:-125px;
		font-size:9px;
		width:100%;
	}
	#menu li {
		margin:0 0 0 2.5%;
	}
	#menu li a {
		width:68px;
	}
	#menu li a:hover {
		width:68px;
	}
	#header {
		width:100%;
		margin-top:-990px;
	}
	#logo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpLogoiPhone@2x.png') no-repeat;
		background-size: 120px 69px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#logo {
			background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpLogoiPhone@2x.png') no-repeat;
			background-size:100%;
		}
	}
	#header #logo {
		width: 40%;
		margin-top:-112px;
	}
	#aboveHeader {
		max-width:100%;
		margin-top:225px;
	}
	#aboveHeader h1 {
		margin-top:30px;
		z-index:3;
		font-size:20px;
		line-height:1.4;
	}
	#aboveHeader h4 {
		font-size:1.4em;
	}	
	.leftNav {
		padding-right:0;
	}
	.rightNav {
		margin:0;
	}
	#robotImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpRobotiPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#brainImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpBrainiPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#tvImage {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/pulpTViPhone@2x.png')no-repeat;
		background-size:250px 166px;
		margin:0 auto;
	}
	#robot {
		text-align:center;
		width:80%;
		margin:0 auto;
		float:none;
	}
	#brain {
		text-align:center;
		width:80%;
		margin:0 auto;
		float:none;
	}
	#tv {
		text-align:center;
		width:80%;
		margin:0 auto;
		float:none;
		margin-bottom:50px;
	}
	#pushDown {
		margin-top:10px;
	}
	.aboveHeaderRight {
		float:none;
		width:100%;
	}
	#containerGray {
		width:100%;
		margin:-20px auto 0 auto;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		height:1800px;
	}
	#homeCenter {
		max-width:100%;
	}
	#leftColumn {
		width:100%;
		float:none;
		border:none;
		margin:0 auto;
	}
	#rightColumn {
		width:100%;
		float:none;
		margin:0 auto;
	}
	#aboutIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/viewfinderiPadPortrait@2x.png') no-repeat;
		background-size:177px 143px;
		margin:0 0 0 22%;
	}
	#workIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/ourWorkiPhone@2x.png') no-repeat;
		background-size:173px 196px;
		width:173px;
		height:196px;
		margin:10px 0 0 25%;
	}
	#servicesIcon {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/03/pulpServicesiPhone@2x.png') no-repeat;
		background-size:176px 134px;
		margin:10px 0 0 25%;
	}
	.text {
		margin:15px auto 0 auto;
		text-align:center;
		width:100%;
	}	
	.textOne {
		margin:-15px auto 0 auto;
		text-align:center;
		width:100%;
	}
	.text.servicesText {
		margin: -15px 0 0 0;
		text-align:center;
		width:100%;
	}
	#about, #work, #services {
		height:350px;
		border:none;
		border-bottom: 1px solid #A0A0A0;
		width:100%;
	}
	#work {
		height:385px;
	}
	#services {
		height:324px;
		border:none;
	}
	#rightColumn {
		border:none;
		border-top: 1px solid #A0A0A0;
	}
	.buttonHome a {
		margin:265px 0 0 12px;
	}
	.buttonHome.work a {
		margin:310px 0 0 12px;
	}
	
	.buttonHomeServices a {
		margin:250px 20px 0 -10px;
	}
	#blogIcon {
		margin:0 auto;
		margin-top:20px;
	}
	#blogText {
		margin:0 auto;
		margin-top:-20px;
	}
	.buttonBlog {
		margin: 20px 0 0 0;
		position:relative;
	}
	.buttonBlog h5 {
		padding:0 30% 0 0;
		position:relative;
	}
	.buttonBlog a {
		margin:-5px 0 0 5%;
	}
	.buttonContact a {
		margin-right:20px;
		margin-left:31%;
	}
	#extraExtra {
		margin:0 auto;
		margin-top:75px;
	}
	#loopHome {
		margin-top:-15px;
	}
	.entry-titleHome {
		margin:0 auto;
		margin-bottom:10px;
		padding-top:15px;	
	}
	#contactUs, #chat {
		width:100%;
		margin:0px auto 0 auto;
	}
	#contactUs h1 {
		font-size:22px;
	}
	#contactUs h2 {
		font-size:16px;
		line-height:1.4;
	}
	#redPhone {
		visibility:hidden;
	}
	#socialContactUs {
		visibility:hidden;
	}
	#bottomTextContact {
		width:100%;
		z-index:3;
		clear:both;
		margin-bottom:20px;
	}
	#clientList {
		width:100%;
	}
	#clientList h1 {
		font-size:20px;
		width:80%;
		margin:-20px auto 0;
	}
	#clientList h3 {
		font-size:18px;
	}
	.wrapper {
		width:100%;
	}
	.buttonContact a {
		margin-right:10%;
	}
	.buttonContact h5 {
		font-size:21px;
	}
	.buttonContact h5 a {
		padding-top:10px;
	}
	#containerLightGray {
		margin:320px auto 0;
	}
	table {
		margin:0 auto;
	}
	#clientTable {
		width:100%;
	}
	.clientLogos {
		padding:15px 20px;
	}
	#clientRed {
		margin:-230px 0 0 45%;
	}
	#clientRed img {
		max-width:40%;
	}
	#awardsContainer {
		width:100%;
	}
	#awardsPodium {
		margin:-100px 0 0 17%;
	}
	#awardHome h1 {
		font-size:2em; /* 32px/16px */
	}
	#awardHome h2 {
		font-size:1.5em; /* 24px/16px */
	}
	.buttonAwards h5 {
		font-size:1.3125em; /* 21px/16px */
	}
	.buttonAwards a {
		margin:0 auto;
	}
	#awardHome p {
		margin:60px 0 50px 0;
	}
	#footerContainer {
		width:100%;
	}
	#footerBottom {
		width:45%;
	}
	.footerIcons {
		padding:2px;
	}
	#footerTable {
		width:100%;
		margin-bottom:20px;
	}
	#footerAddress {
		border:none;
		margin:0 0 0 -20px;
	}
	#footerAddress p {
		text-align:center;
	}
	#footerSocialIcons {
		margin:0 auto;
		margin-top:10px;
		text-align:center;
	}
	#copyright {
		padding:200px 0 0 0;
	}
#center {
		width:100%;
		margin-top:110px;
	}
	#center.resolve {
		margin-top:270px;
	}
	#header2 {
		max-width:100%;
		margin:0;
		height:60px;
	}
	#menu.secondary {
		margin-top:-15px;
	}
	.widget_recent_comments {
		padding-bottom:70px;
	}
	#contactContent {
		margin-left:7%;
		margin-bottom:20px;
	}
	#contactSidebar {
		margin-left:3%;
		margin-bottom:100px;
	}
	#awardContainer {
		width:90%;
	}
	.awardLogo {
		width:200px;
		margin: 30px 0 0 0;
	}
	.awardDetails {
		width:100%;
	}
	#viewMaster {
		visibility:hidden;
	}
	#teslaCoils {
		visibility:hidden;	
	}
	#paperBoy {
		visibility:hidden;		
	}
	#phone {
		visibility:hidden;
	}
	#lightbulb {
		visibility:hidden;	
	}
	#trophy {
		visibility:hidden;
	}
	#headerWrap {
		width:100%;
	}
	#headRight {
		margin:-310px -10px 0 0;
		float:none;
	}
	#headerWrap h1, #headerWrap h5 {
		margin:20px 20px 0 0;
	}
	#headerWrap h1 {
		font-size:18px;
	}
	#headerWrap h5 {
		font-size:10px;
	}
	#headerWrap h6 {
		font-size:9px;
		margin:0 20px 0 0;
	}
	#container {
		height:auto;
	}
	#containerGrayHeader {
		height:135px;
	}
	#header2 {
		width:100%;
	}
	#servicesSidebar {
		margin-bottom:70px;
	}
	#awardsSidebar {
		width:50%;
		margin:-90px 0 70px 10%;
	}
	#awardsContent {
		width:90%;
	}
	.awardLogo {
		margin:15px 0 -10px 0;
	}
	#contactSidebar h6 {
		font-size:1em;
	}
	#contactSidebar {
		margin-left:-10px !inmportant;
	}
	#logo.mobileVr {
		margin: -130px 0 0 15px;
	}
	#containerGrayDemo {
		width:100%;
		margin:850px auto 0 auto;
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/02/grayNoise_20130221_03.png') repeat;
		height:270px;
		z-index:-2;
	}
	#demoContainer {
		padding-top:30px;
		margin:0 auto;
	}
	#tvDemo {
		background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPhone.png') no-repeat;
		width:260px;
		height:200px;
		margin:0 auto;
		margin-top:0px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#tvDemo {
			background:url('https://www.pulpstudios.ca/wp-content/uploads/2013/04/tviPhone@2x.png') no-repeat;
			background-size:100%;
		}
	}
	#demo {
		width:100%;
		float:left;
		text-align:center;
	}
	iframe {
		display:block;
		width:200px;
		height:100px;
		margin:0 auto;
		margin-top:20px;
	}

	
}