/**************************************************
Site:           clearfire.com
Created:        04 08 2011
Copyright:		2011
------------------------------------------------- 
Casey Reid, clearfirestudios.com
casey@clearfirestudios.com

Jon Thomas, clearfirestudios.com
jon@clearfirestudios.com
================================================= */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*************** COMMON ***************/
body {
	background: url(/images/site/bg-content.gif);
	font-family: "PT Sans", arial, serif;
	}
	
.btn {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	}

.header {
	height: 27px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	font-size: 20px;
	background: url(/images/site/header-bg-left.png) no-repeat 0 0;
	line-height: 28px;
	font-weight: normal;
	font-family: "PT Sans Narrow", helvetica, serif;
	text-align: center;
	}
	.header.dark{
		color: #000;
		margin: 40px 0;
		text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	}
	
	.header span {
		display: block;
		height: 27px;
		margin-left: 5px;
		background: url(/images/site/header-bg-right.png) no-repeat right 0;	
		}
		
.img-left{
	float: left;
	margin: 8px 30px 30px 0;
	}
	
.img-right{
	float: right;
	margin: 8px 0px 30px 30px;
	}
	
	
/*************** FORMS ***************/	
form .field {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 5px;
	}
	
	form label {
		display: block;
		font-size: 16px;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4);
		}
	
	.top-labels label {
		margin-bottom: 4px;
		}
		
		label.error{
			color: #fff;
			font-weight: bold;
			margin-top: 3px;
			text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
		}
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		background: rgb(158,151,136);
		background: rgba(158,151,136,0.5);
		border: none;
		padding: 6px;
		font-size: 14px;
		-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
		}
		
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {		
		background: white;
		color: rgba(79,88,91,1);
		outline: none;
		border: none;
		-webkit-box-shadow: 0 0 5px rgba(255,255,255,.9);
		}
		
	select {
		width: 410px;
		background: rgb(158,151,136);
		color: white;
		border-color: rgb(158,151,136);
		height: 25px;
		}
		
		form .submit {
			padding: 25px 0;
			}
		
		#internal #content form .submit p {
			margin: 0;
			padding: 0;
			}
		
		form .submit .submit-btn {
			display: block;
			width: 200px;
			height: 65px;
			margin: 0;
			text-indent: -5000px;
			overflow: hidden;
			border: none;
			padding: 0;
			background: url(/images/site/btn-submit.png) no-repeat 0 0;
			}
			
		form .submit .submit-btn:hover {
			background: url(/images/site/btn-submit-over.png) no-repeat 0 0;
			}
		
		
/*contact form*/
.contact form input,
.contact form textarea {
	width: 400px;
	}
	


/*************** STRUCTURE ***************/	
.container {
	width: 960px;
	margin: 0 auto;
	}
	
#top {
	padding-top: 92px;
	background: url(/images/site/bg-top.jpg) repeat-x center top;
	position: relative;
	}
		
		#internal #top {padding-bottom: 25px;}
	
	#site-header hgroup {
		height: 313px;
		width: 960px;
		position: absolute;
		top: 33px;
		text-indent: -5000px;
		overflow: hidden;
		z-index: 1;
		}
			
			#internal #site-header hgroup {background: url("/images/site/bg-internal-site-header.png") no-repeat 0 137px transparent;}
	
		#site-header h1 a {
			display: block;
			width: 170px;
			height: 168px;
			margin: 0 auto;
			background: url(/images/site/clearfire-logo.png) no-repeat center center;
			}
			
		#site-header h2 {
			display: block;
			width: 960px;
			height: 100px;
			background-repeat: no-repeat;
			background-position: center center;
			background-image: url(/images/site/tagline.png);
			}
			
		.home #site-header h2 {height: 140px;}
		.about #site-header h2 {background-image: url(/images/site/tagline-about.png);}
		.work #site-header h2 {background-image: url(/images/site/tagline-work.png);}
		.contact #site-header h2 {background-image: url(/images/site/tagline-contact.png);}
		.ally #site-header h2 {background-image: url(/images/site/tagline-ally.png);}
				
			
	
	#site-nav {
		height: 64px;
		width: 985px;
		margin-left: -13px;
		margin-bottom: 190px;
		position: relative;		
		z-index: 1000;
		}
			#internal #site-nav {margin-bottom: 160px;}
		
		#site-nav li {
			display: inline;
			float: left;
			}
		
		#site-nav a {
			display: block;
			height: 64px;
			float: left;
			text-indent: -5000px;
			overflow: hidden;
			background: url(/images/site/nav-sprite.png) no-repeat;
			}
			
		#nav-home a {
			width: 210px;
			background-position: 0 0;
			}
		
		#nav-home a:hover,	
		#nav-home.active a {background-position: 0 -64px;}
			
		#nav-about a {
			width: 198px;
			margin-right: 168px;
			background-position: -210px 0;
			}
			
		#nav-about a:hover,
		#nav-about.active a {background-position: -210px -64px;}
			
		#nav-work a {
			width: 198px;
			background-position: -577px 0;
			}
			
		#nav-work a:hover,
		#nav-work.active a {background-position: -577px -64px;}
			
		#nav-contact a {
			width: 210px;
			background-position: -775px 0;
			}
			
		#nav-contact a:hover,
		#nav-contact.active a {
			background-position: -775px -64px;
			}
			
	#content {
		padding: 60px 0 55px;
		}
		
		#action {
			clear: both;
			width: 968px;
			height: 108px;
			overflow: hidden;
			position: relative;
			margin-left: -4px;
			color: #5a6466;
			background: url(/images/site/bg-action.png) no-repeat center top;
			text-shadow: 0 1px 0 white;
			}
				.contact #action{
					background: none;
					height: 25px;
				}
			
			#action hgroup,
			#action p {
				text-align: center;
				width: 485px;
				margin-left: 82px;
				}
				
			#action h1 {
				padding-top: 15px;
				font-size: 24px;
				text-transform: uppercase;
				margin-bottom: 2px;
				font-family: "PT Sans Narrow", arial, sans-serif;
				}
				
			#action h2 {
				font-family: Georgia, Times, serif;
				font-weight: normal;
				font-size: 17px;
				margin-bottom: 5px;
				}
				
			#action .btn {	
				width: 210px;
				height: 65px;
				position: absolute;
				left: 697px;
				top: 20px;
				background: url(/images/site/btn-get-in-touch.png) no-repeat;
				}
				
			#action .btn:hover {
				background: url(/images/site/btn-get-in-touch-over.png) no-repeat;
				}
				
	#site-footer {
		clear: both;
		background: url(/images/site/bg-footer-diags.png) 1px -3px;
		color: #999485;
		text-shadow: 0 -1px 0 black;
		}

		#site-footer a {
			text-decoration: none;
			color: #999485;
			text-shadow: 0 -1px 0 black;
			}		
		
		#footer-wrap {
			position: relative;
			top: -3px;
			background: url(/images/site/bg-footer.png) repeat-x;	
			overflow: hidden;
			padding-top: 30px;
			}
			
		#site-footer nav {
			height: 20px;
			background: url(/images/site/divider-footer.png) no-repeat left center;
			text-align: center;
			line-height: 20px;
			margin-bottom: 22px;
			}
				
			#site-footer nav li {
				display: inline;
				}
				
				#site-footer nav a {
					text-transform: uppercase;
					font-size: 16px;
					}
					
				#site-footer nav a:hover, #site-footer li.active a {
					color: white;
					}
				
		#footer-extra {
			overflow: hidden;
			margin-bottom: 60px;
			}
			
			#footer-extra div {
				display: inline-block;
				margin-right: 60px;
				}
				
			.ie7 #footer-extra div {float: left;}
				
			#footer-extra #footer-ee {margin-right: 0;}
			

/*************** HOME ***************/
	
	#hero {
		height: 488px;
		}	
		
		#hero-slide-wrap {
			width: 960px;
			margin-bottom: 15px;
			border: 1px solid #bbb;			
			}
			
			#hero-slides {
				width: 960px;
				height: 417px;
				position: relative;
				}
					
				#hero-backgrounds {
					position: absolute;
					z-index: 1;
					}	
					
				#hero-images {
					width: 957px;
					position: absolute;
					left: 23px;
					z-index: 1000;
					}
					
					#hero-images img {padding-top: 17px;}
					
				#hero-descriptions {
					position: absolute;
					width: 265px;
					height: 417px;
					left: 660px;
					z-index: 1000;
					text-align: center;
					color: white;
					}	
					
					#hero-descriptions .hero-text {
						height: 355px;
						padding-top: 60px;
						}
					
					#hero-descriptions .title {
						display: block;
						font-family: "PT Sans Narrow", Helvetica, sans-serif;
						font-size: 36px;
						line-height: 36px;
						text-transform: uppercase;
						font-weight: bold;
						text-shadow: 0 1px 3px black;
						margin-bottom: 26px;
						}
						
					#hero-descriptions p {
						font-family: "PT Sans", Helvetica, sans-serif;
						line-height: 26px;
						text-shadow: 0 1px 1px black;
						font-size: 14px;
						margin-bottom: 12px;
						}
						
					#hero-descriptions .btn {
						display: block;
						width: 260px;
						height: 70px;
						background: url(/images/site/btn-hero-details.png) no-repeat center center;
						}
						
					#hero-descriptions a.btn:hover {background-image: url(/images/site/btn-hero-details-over.png);}
			
			#hero-nav {
				height: 21px;
				width: 960px;
				position: relative;
				background: url(/images/site/nav-hero-bg-line.png) no-repeat center center;
				z-index: 2000;
				}
			
			#hero-nav a {
				display: block;
				width: 30px;
				height: 30px;
				position: absolute;
				top: -5px;
				background-repeat: no-repeat;
				background-position: center center;
				text-indent: -5000px;
				overflow: hidden;
				}
				
			#hero-nav #hero-prev {background-image: url(/images/site/nav-hero-prev.png); left: -5px;}
			#hero-nav #hero-next {background-image: url(/images/site/nav-hero-next.png); right: -5px;}
				
			#hero-nav #pager {
				text-align: center;
				}
				
				#hero-nav ul {
					height: 21px;
					padding: 0 10px;
					display: inline-block;
					background: url(/images/site/nav-hero-bg-texture.png) no-repeat center top;
					}
					
					#hero-nav li {
						display: inline;
						}
					
						#hero-nav li a {
							width: 20px;
							height: 20px;
							position: static;
							display: inline-block;
							background-image: url(/images/site/nav-hero-inactive.png);
							}
							
						#hero-nav li.active a {
							background-image: url(/images/site/nav-hero-active.png);
							}

	#quote-wrap {
		clear: both;
		
		background: url(/images/site/bg-quotes.png) repeat-x;
		}
		
	#quotes {
		color: #ccc7b8;
		font-family: Georgia, Times, serif;
		font-size: 17px;
		text-shadow: 0 -1px 0 rgba(0,0,0,1);
		line-height: 23px;
		height: 129px;
		overflow: hidden;
		}
		
	#quote {
		width: 960px; 
		margin: 0 auto;
		height: 129px;
		background: url(/images/site/divider-quotes.png) no-repeat 660px 0;
		}
			
			.quote p {
				margin: 0;
				padding: 0;
				}
			
			#internal #content p.content-quotes{
				margin-bottom: 30px;
				overflow: hidden;	
			}
			
			.quote-text {
				float: left;
				font-size: 15px;
				width: 590px;
				padding: 30px 0 0 20px;
				font-style: italic;
				text-align: center;
				}
					p.content-quotes .quote-text{
						padding: 0px;
						text-align: left;
						width: 430px;
					}
				
			.quote-source {
				display: block;
				width: 240px;
				float: right;
				margin: 0 20px 0 80px;
				padding: 30px 0 0;
				}
					p.content-quotes .quote-source{
						margin-left: 20px;
						padding: 0px;
						width: 200px;
					}
				
				.quote-source span {
					display: block;
					font-size: 13px;
					}
					
					.quote-source span a{
						color: #CCC7B8;
					}
					
		
	.callout {
		width: 200px;
		height: 400px;
		float: left;
		margin: 0 20px;
		text-align: center;
		font-size: 14px;
		color: #2d3233;
		text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		}
		
		.callout h1 {
			margin-bottom: 20px;
			}
		
		.callout p,
		.callout ul {
			margin: 0;
			padding: 0;
			line-height: 24px;
			height: 260px;
			}
			
		.callout ul {
			list-style: none;
			}
			
		.callout p:first-line,
		.callout ul:first-line {
			/*font-weight: bold;*/
			}
			
		.callout a.btn {
			width: 200px;
			height: 65px;
			background-repeat: no-repeat;
			background-position: center center;
			}
			
		#about-callout a.btn,
		#ally-callout a.btn {background-image: url(/images/site/btn-learn-more.png);}
		#work-callout a.btn {background-image: url(/images/site/btn-view-work.png);}	
		#services-callout {background: url(/images/site/divider-line-light.png) no-repeat center 338px;}		
	
		#about-callout a.btn:hover,
		#ally-callout a.btn:hover {background-image: url(/images/site/btn-learn-more-over.png);}
		#work-callout a.btn:hover {background-image: url(/images/site/btn-view-work-over.png);}	


/*************** INTERNAL ***************/
#intro h3 {
	color: #596366;
	font-family: Georgia,Times,serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 170px 35px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}

#stitch-divider {
	clear: both;
	height: 37px;
	overflow: hidden;
	background: url(/images/site/bg-divider-stitch.png) repeat-x;
	position: absolute;
	bottom: -10px;
	width: 100%;
	}

#wide-col {
	background: url("/images/site/divider-line-light.png") repeat-x transparent center bottom;
	float: left;
	margin: 0 20px 40px;
	padding-bottom: 20px;
	width: 680px;
	}

#sidebar-col {
	float: right;
	margin: 0 20px 40px;
	width: 200px;
	}

	#internal #content h3 {
		font-size: 17px;
		font-weight: normal;
		line-height: 28px;
		text-align: center;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4);
		}
	
	#internal #content h5 {
		font-family: Georgia, sans-serif;
		font-size: 17px;
		font-weight: normal;
		line-height: 28px;
		margin-bottom: 20px;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4);
		}	
		
	#internal #content p {
		color: #2d3233;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4);
		}
		
		#internal #content #sidebar-col p {
			margin-bottom: 0px;
			text-align: center;
			}
		
	#internal #content a{
		color: #fff;
		text-decoration: none;
		text-shadow: 0 1px 0 rgba(0,0,0,0.4);
		}
		
		#internal #content a:hover {text-decoration: underline;}
	
	#sidebar-col ul {
		line-height: 24px;
		list-style: none;
		color: #2D3233;
	    font-size: 14px;
	    margin: 0px;
	    text-align: center;
	    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		}
	
	.sidebar-callout {
		 background: url("/images/site/divider-line-light.png") no-repeat transparent center bottom;
		 margin-bottom: 30px;
		 padding-bottom: 30px;
		 }
		
		.sidebar-callout h4 {margin-bottom: 20px;}
		
		
		
		
/*************** WORK PAGES ***************/		
#work-previews {
	width: 962px;
	overflow: hidden;
	}		
	
	#internal #content a.work-preview {
		display: block;
		width: 462px;
		height: 455px;
		margin-bottom: 60px;
		float: left;
		background: url(/images/site/bg-work-preview.png) no-repeat;
		text-align: center;
		text-decoration: none;
		position: relative;
		}
		
		.work-preview.alt {
			margin-left: 38px;
			}
		
		.work-preview-title {
			display: block;
			font-family: "PT Sans Narrow", Helvetica, sans-serif;
			color: white;
			text-transform: uppercase;
			font-size: 20px;
			line-height: 28px;
			margin-bottom: 15px;
			}
			
		.work-preview p {
			padding: 8px 25px 0;
			}
			
		.work-preview .details-btn {
			display: block;
			width: 118px;
			height: 34px;
			margin: 0 auto;
			text-indent: -5000px;
			overflow: hidden;
			background-repeat: no-repeat;
			background-image: url(/images/site/btn-details-work.png);
			position: absolute;
			bottom: 0;
			left: 172px;
			}
			
		.work-preview:hover .details-btn {
			background-image: url(/images/site/btn-details-work-over.png);			
			}
			
	#screens-col {
		float: right;
		margin: 0 20px 40px;
		padding-bottom: 20px;
		width: 600px;
		}
		
		.screen{
			background: url(/images/site/browser-bottom.png) no-repeat bottom;
			margin-bottom: 50px;
			padding-bottom: 14px;
			-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

		}
			.screen h4{
				background: url(/images/site/browser-top.png) no-repeat;
				height: 17px;
				color: #4d4d4d;
				text-transform: uppercase;
				text-shadow: 0 1px 0 rgba(255,255,255,0.5);
				font-size: 10px;
				letter-spacing: 2px;
				line-height: 17px;
				font-weight: bold;
				font-family: "PT Sans Narrow", helvetica, serif;
				text-align: center;
			}
			
	#work-nav{
		height: 21px;
		width: 600px;
		position: relative;
	}	
		#work-nav a {
			font-size: 11px;
			font-weight: bold;
			height: 14px;
			letter-spacing: 1px;
			padding-bottom: 5px;
			padding-top: 3px;
			position: absolute;
			text-transform: uppercase;
			}
			
		#work-nav #work-prev {
			background: url(/images/site/nav-work-prev.png) left center no-repeat;
			padding-left: 30px;
			left: 0px;
			}
		#work-nav #work-top {
			background: url(/images/site/nav-work-top.png) left center no-repeat;
			padding-left: 30px;
			left: 258px;
			}
		#work-nav #work-next {
			background: url(/images/site/nav-work-next.png) right center no-repeat;
			padding-right: 30px;
			right: 0px;
			}
		#work-nav span{
			background: url(/images/site/nav-hero-bg-line.png) no-repeat center center;
			height: 24px;
			width: 98px;
			position: absolute;
			left: 150px;
		}
			#work-nav span.last{
				left: auto;
				right: 122px;
				width: 116px;	
			}
	
	#details-col {
		float: left;
		margin: 0 20px 40px;
		text-align: center;
		width: 280px;
		}
		
		#details-col h4.header{margin-bottom: 20px;}
		#details-col p strong{text-transform: uppercase;}
		
		#details-col .btn {
			display: block;
			width: 280px;
			height: 54px;
			background: url(/images/site/btn-visit-site.png) no-repeat center center;
			}
			
			#details-col a.btn:hover {background-image: url(/images/site/btn-visit-site-over.png);}



/*************** ABOUT PAGE ***************/	
.bio {
	overflow: hidden;
	margin-bottom: 45px;
	}

	.bio h4 {
		clear: both;
		overflow: hidden;
		}
	
	.bio .bio-pic {
		width: 245px;
		margin-right: 25px;
		float: left;
		}
		
		.bio .img-left {
			display: block;
			float: none;
			margin: 0 0 25px;
			-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
			}
			
		.bio-pic span {
			display: block;
			line-height: 25px;
			padding: 0 0 0 35px;
			margin-bottom: 8px;
			background-repeat: no-repeat;
			background-position: left center;
			}
			
			.bio-pic .email {background-image: url(/images/site/icon-mail.png);}
			.bio-pic .twitter {background-image: url(/images/site/icon-twitter.png);}
			.bio-pic .phone {background-image: url(/images/site/icon-phone.png);}
			
	.about .bio-description {
		width: 405px;
		float: left;
		}


@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

	


