/* Responsive-mobile CSS */

* {
	max-width: 100% !important;
	height: auto !important;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

	.col { 
		margin: 1% 0 1% 0%;
	}

	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}

	#footer div.col.span_1_of_4 {
		width: 50%; 
	}

.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }

#page {
	min-width: 260px;
}

.page-width, #header div.page-width, #services-nav div.page-width, #service-sub-nav.page-width {
	width: 96% !important;
	padding: 0 2%;
}

.noMobile {
	display: none;
}

.noDeskTop {
	display: block;
}
	
/* Services */

#services {
	display: none;
	clear: both;
}

#services-nav {
	background: #fff url(http://chapelprint.com/images/services-nav-bg.png) no-repeat center -12px;
	padding-top: 5px;
}

#services-nav a {
	height: 40px !important;
	font-size: 0.85em;
/*	font-size:calc(30% + 1vw); */
	font-size: 1em;
	background-image: none;
}

#services-nav a span {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100% !important;
	color: #fff;
}

#services-nav a.design {
	background-color: #E93327;
	background-image: none;
}

#services-nav a.litho {
	background-color: #8BC541;
	background-image: none;
}

#services-nav a.digital {
	background-color: #FBAA1E;
	background-image: none;
}

#services-nav a.large {
	background-color: #ED116F;
	background-image: none;
}

#services-nav a.finishing {
	background-color: #4893CF;
	background-image: none;
}

/* banners */

#banners, #banner {
	display: none;
}

.addthis_20x20_style .at4-icon, .addthis_20x20_white_style .at4-icon, .at-20x20 {
  height: 20px !important;
}

#header {
	padding-top: 40px;
	height: 100px !important;
}

#social {
	top:  10px;
}

#tel {
	top:  70px;
}
#search {
	clear: left;
	float: right;
	margin-left: 0px;
	margin-top: 10px;
}

/* Stylesheet: Responsive-mobile Modified On 2015-06-15 16:24:25 */
