/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #e80922; text-decoration: none;}
a:visited { color: #e80922; }
a:hover { color: #8C0006; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: elliot berg
   ========================================================================== */
html, body {height: 100%;}
#wrap {min-height: 100%; min-width: 1000px;}
#main {
	overflow:auto;
	padding-bottom: 670px;/* must be same height as the footer */
	
	position: relative;
	z-index: 1;
}
#foot_wrap {
	position: relative;
	margin-top: -670px; /* negative value of footer height */
	height: 670px;
	clear:both;
	min-width: 1000px;
} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.lt-ie7 #wrap {display:table;height:100%}   


/* base */
body { 
	background: #024766 url(../img/ptw_vert_stripe_bg.jpg) 0 0 repeat;
	font-family: 'Asap', sans-serif;
	color: #4b4b4b;
}
.gradient {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.65) 100%);

	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.65)));
	
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.65) 100%);
	
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.65) 100%);
	
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.65) 100%);
	
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.65) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#a6000000',GradientType=1 );
	
	min-width: 1000px;
}



/* typography */
h1, h2, h3, h4, h5, h6 {
	font-family:'Bree Serif', serif;
	font-weight: normal;
}
p {
	font-size: .85em;
	line-height: 1.76em;
}
.page_heading {
	background: url(../img/ptw_page_divider.png) no-repeat center bottom;
	padding: 0 0 40px;
	margin: 0 0 10px;
}
.page_heading h1 {
	color: #000;
	margin: 0;
	font-size: 2.25em;
}
.page_heading p {
	color: #4b4b4b;
	padding: 0 350px 0 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4em;
}



/* head/navs */
header {
	background: url(../img/ptw_nav_bg.gif) repeat;
	width: 100%;
	padding: 10px 0;
	margin: 30px 0 0;
	z-index: 999;
	-webkit-box-shadow: 0px -10px 60px 10px #000;
          box-shadow: 0px -10px 60px 10px #000;
}
.logo {
	background: url(../img/ptw_logo.png) no-repeat;
	height: 42px;
	width: 197px;
	float: left;
}
nav {
	float: right;
}
nav ul {
	
}
nav ul li {
	float: left;
	padding: 10px 50px 10px 0;
	position: relative;
	
	transition: all .2s ease-in-out;x
}
nav ul li.last {
	background: none;
	margin: 0;
	padding: 10px 0 10px 0;
}
nav ul li a, nav ul li a:visited {
	color: #000;
}
nav ul li a:hover {
	color: #e80922;
}



/* drop downs */
nav li ul.sub {
	position: absolute;
	left: -999em;
	z-index: 9999;
	list-style:none;
	
	opacity:0;
	transition:opacity 0.4s ease-in-out;
	-moz-transition:opacity 0.4s ease-in-out;
	-webkit-transition:opacity 0.4s ease-in-out;
	-o-transition:opacity 0.4s ease-in-out;
	
	width: 350px;
	margin: 0;
	padding: 0;
	background: #024766 url(../img/ptw_vert_stripe_bg.jpg) 0 0 repeat;
	border: 3px solid #161a2d;
	-webkit-border-radius: 5px;
    	border-radius: 5px; 
}
nav li ul.sub span.arr {
	position: absolute;
	background:url(../img/dropdowns/ptw_dd_arrow.png);
	width: 36px;
	height: 24px;
	top: -18px;
	left: 250px;
}
nav li ul.sub li {
	float: none;
	margin: 0;
	padding: 0;
	border-right: none;
	background: none;
}
nav li ul.sub li a, nav li ul.sub li a:visited {
	display: block;
	color: #fff;
	padding: 10px;
	
	background: url(../img/dropdowns/ptw_dd_roll.png) repeat-x left -90px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
nav li ul.sub li a:hover {
	background: url(../img/dropdowns/ptw_dd_roll.png) repeat-x;
}
nav li:hover ul {
	left: -250px;
	top: 45px;
	opacity:1;
}

nav li ul.sub li a h3 {
	margin: 0;
}
nav li ul.sub li a span.icon {
	display: block;
	float: left;
	width: 60px;
	padding: 0 0 0 10px;
}
nav li ul.sub li a span.info {
	display: block;
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
}
nav li ul.sub li a span.info span {
	font-size: .75em;
}
.grad {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NjI4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODNlNTkiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  rgba(25,98,134,1) 0%, rgba(8,62,89,0.55) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,98,134,1)), color-stop(100%,rgba(8,62,89,0.55))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(25,98,134,1) 0%,rgba(8,62,89,0.55) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(25,98,134,1) 0%,rgba(8,62,89,0.55) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(25,98,134,1) 0%,rgba(8,62,89,0.55) 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  rgba(25,98,134,1) 0%,rgba(8,62,89,0.55) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196286', endColorstr='#8c083e59',GradientType=0 ); /* IE6-8 */
	
	-moz-box-shadow:    inset 0 0 10px #000;
    	-webkit-box-shadow: inset 0 0 10px #000;
    	box-shadow:         inset 0 0 10px #000;
}
ie9 .grad {
	filter: none;
}



/* client panel */
.cl_panel {
	font-size: .75em;
	color: #dbdbdb;
	position: absolute;
	right: 0;
	top: -35px;
}
.cl_panel span {
	float: left;
	padding-right: 1em;
}
a.bf_btn {
	width: 23px;
	height: 21px;
	background: url(../img/build-fix/ptw_bf_btn.png) no-repeat;
	float: right;
}
a.ups_btn {
	width: 23px;
	height: 21px;
	background: url(../img/ptw_up.png) no-repeat;
	float: right;
}
a.t_btn {
	width: 23px;
	height: 21px;
	font-size: 2.23em;
	float: right;
	color: #dbdbdb;
	font-family:'Bree Serif', serif;
	text-align: left;
	line-height: .7em;
}


/* content areas - modular elements */
.content_main {
	background: url(../img/ptw_main_bg.gif) repeat;
	width: 940px;
	margin: 35px auto 0;
	padding: 20px 20px 100px;
	-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
}
.cntr {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.content_main#headline {
	margin-top: 0;
	padding-top: 40px;
	position: relative;
}
.content_main#headline h1:first-child {
	position: absolute;
	display: block;
	background: url(../img/index/headline_bg.png) no-repeat;
	width: 787px;
	height: 86px;
	padding: 25px 0 0;
	margin: 0 76.5px;
	text-align: center;
	top: -55px;
}

/* 2 cols 50/50 */
.l_col {
	float: left;
	width: 49%;
	padding-right: 1%;
}
.r_col {
	float: left;
	width: 49%;
	padding-left: 1%;
}

/* 2 cols 70/30 */
.twothirds_col {
	float: left;
	width: 66%;
	padding-right: 2%;
}
.onethird_col {
	float: left;
	width: 32%;
}
.grey_sidebox {
	background: #f5f5f5;
	padding: 10px;
	-webkit-border-radius: 5px;
		border-radius: 5px;
  	-webkit-box-shadow: 0px -2px -1px 0px #e9e9e9;
        box-shadow: 0px -2px -1px 0px #e9e9e9;
}

/* 3 cols */
ul.portfolio {
	margin: 0;
	padding: 16px 0 0;
	list-style: none;
}
ul.portfolio li {
	float: left;
	width: 32.3%;
	margin: 0 1.5% 15px 0;
}
ul.portfolio#grid li {
	height: 25em;
}
ul.portfolio.grey li {
	background: #f5f5f5;
}
ul.portfolio li#alt {
	margin: 0;
}
.pfolio_box {
	padding: 15px 30px; 
}
.pfolio_box h2 {
	margin: 0;
	padding-bottom: 15px;
	background: url(../img/ptw_dot_div.png) repeat-x -2px bottom;
}

/* arrow box */
.arr_box {
	background: #f5f5f5;
	padding: 16px;
	-webkit-border-radius: 5px;
		border-radius: 5px;
  	-webkit-box-shadow: 0px -2px -1px 0px #e9e9e9;
        box-shadow: 0px -2px -1px 0px #e9e9e9;
	position: relative;
}
.arr_box span {
	position: absolute;
	display: block;
	width: 9px; 
	height: 11px;  
	background: url(../img/index/arrow-1.png) 0 0 no-repeat;
	left: 32px;
	top: -11px;
}
.arr_box h2 {
	margin: 0;
	padding-bottom: 15px;
	background: url(../img/ptw_dot_div.png) repeat-x -2px bottom;
}

/* sidebar elements */
.onethird_col h2.ir.case_sbb {
	background: url(../img/ptw_abt_case_banner.png) no-repeat;
	height: 57px;
}
.onethird_col h2.ir.contact_sbb {
	background: url(../img/ptw_contact_banner.png) no-repeat;
	height: 57px;
}
.onethird_col img {
	background: #f5f5f5;
	padding: 8px;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 3px #999;
    	box-shadow: 0 0 3px #999;
	max-width: 95%;
}



/* anims */
.home_anim {
	width: 980px;
	height: 450px;
	margin: 0 auto;
}
.process_anim {
	width: 980px;
	height: 350px;
	margin: 0 auto;
}




/* topics */
ul.topic_row {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.topic_row li {
	float: left;
	width: 29.3%;
	padding: 10px 2% 5px;
}
ul.topic_row h3 {
	padding: 16px 0 0 60px;
	margin: 0;
	color: #e80922;
	font-size: 1.28em;
}
ul.topic_row h3.aesth {
	background: url(../img/index/ptw_icon_aesth.png) no-repeat left center;
}
ul.topic_row h3.smrt {
	background: url(../img/index/ptw_icon_smrt.png) no-repeat left center;
}
ul.topic_row h3.cpkg {
	background: url(../img/index/ptw_icon_cpkg.png) no-repeat left center;
}
ul.topic_row h3.photo {
	background: url(../img/index/ptw_icon_photo.png) no-repeat left center;
}
ul.topic_row h3.updt {
	background: url(../img/index/ptw_icon_updt.png) no-repeat left center;
}
ul.topic_row h3.analy {
	background: url(../img/index/ptw_icon_analy.png) no-repeat left center;
}



/* latest launches */
#launch {
	padding: 0 0 30px;
	background: url(../img/ptw_page_divider.png) no-repeat center bottom;
}
h2.launch_b {
	background: url(../img/index/ptw_main_banner.png) no-repeat center .5em;
	margin: 16px 0 32px;
	height: 80px;
}
#launch ul.portfolio li img {
	background: #f5f5f5;
	padding: 8px;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}



/* footer */
footer {
	position: relative;
	z-index: 2;
	background: url(../img/footer_bg.png) repeat;
	color: #fff;
	border-top: 1px solid #323232;
	padding: 0 0 32px;
	-webkit-box-shadow: 0px -10px 20px -5px #000;
          box-shadow: 0px -10px 20px -5px #000;
}

.foot_headline {
	background: url(../img/ptw_foot_head.png) no-repeat top center;
	width: 980px;
	height: 85px;
	position: absolute;
	top: -70px;
	z-index: 3;
}
.foot_headline h2 {
	text-align: center;
	padding: 20px 0 0; 
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.f_columns {
	position: relative;
	z-index: 2;
}
.f_col {
	width: 298px;
	padding: 15px 0 0;
	float: left;
}
.f_col_mid {
	width: 320px;
	height: 260px;
	padding: 0 15px;
	margin: 15px 15px 0;
	float: left;
	text-align: center;
	border-left: 2px solid #454545;
	border-right: 2px solid #454545;
}
.f_columns h2 {
	margin: 0;
	color: #fff;
}
.phone, .phone2 {
	display: block;
	margin: 0;
	font-family:'Bree Serif', serif;
	font-weight: bold;
	font-size: 2.25em
}
.phone2 {
	margin: 0;
	font-family:'Asap', sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 16px 0;
}
.email {
	display: block;
	margin: 0;
	font-family:'Bree Serif', serif;
	font-weight: bold;
	font-size: 2.25em
}
a.email, a.email:visited {
	color: #fff;
}
a.email:hover {
	color: #8C0006
}
.f_col:last-child {
	text-align: right;
}
.f_col:last-child img {
	background: #f5f5f5;
	padding: 8px;
	margin: 8px 0 0;
	-webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}

#contact_form {
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 5px;
          border-radius: 5px;
}
a.c_form {
	background: url(../img/ptw_form_btn.png) no-repeat top center;
	height: 60px;
	margin: 15px 0 35px 0;
}

.copyright {
	background: #000;
	padding: 5px;
	color: #7D7D7D;
	font-size: .75em;
	position: relative;
	z-index: 2;
}

.foot_grad {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 0 20px;
	min-width: 1000px;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.85) 10%, rgba(0,0,0,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(10%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,1)));

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 10%,rgba(0,0,0,1) 100%);

background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 10%,rgba(0,0,0,1) 100%);

background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 10%,rgba(0,0,0,1) 100%);

background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 10%,rgba(0,0,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#000000',GradientType=0 );
}
.ie9 .foot_grad {
	filter: none;
}
.foot_grad h3 {
	font-family: 'Asap', sans-serif;
	color: #fff;
	margin-bottom: 0;
}
ul.sub_foot {
	list-style: none;
	margin: 0;
}
ul.sub_foot li {
	float: none;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
.end_spacer {
	padding-left: 26px;
}



/* process */
.process_splash {
	background: url(../img/process/ptw_process.png) no-repeat;
	height: 244px;
	width: 941px;
	position: relative;
}
.process_splash a {
	position: absolute;
}
.process_splash a.stra {
	top: 20px;
	left: 3px;
	width: 160px;
	height: 160px;
}
.process_splash a.desi {
	top: 55px;
	left: 230px;
	width: 190px;
	height: 190px;
}
.process_splash a.refi {
	top: 0px;
	left: 505px;
	width: 190px;
	height: 190px
}
.process_splash a.laun {
	top: 25px;
	left: 760px;
	width: 180px;
	height: 180px;
}
#process .page_intro {
	color: #000;
	font-size: 1.1em;
}
#process h2 {
	color: #e80922;
}



/* article pages */
ul.inner_nav {
	margin: 0;
	padding: 20px 0 15px;
	list-style: none;
	color: #e80922;
	font-size: 1.1em;
}
ul.inner_nav li {
	float: left; 
}
ul.inner_nav li a {
	display: block;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 2px solid #e80922;
}
ul.inner_nav li a.last {
	padding: 0;
	margin: 0;
	border-right: none;
}
.inner_slide_cont {
	position: relative;
}
.prev {
	display: block;
	width:22px;
	height:25px;
	background: url(../img/ptw_lb_l.png) no-repeat;
	position: absolute;
	bottom: .25em;
	left: .25em; 
	z-index: 999; 
}
.next {
	display: block;
	width:22px;
	height:25px;
	background: url(../img/ptw_lb_r.png) no-repeat;
	position: absolute;
	bottom: .25em;
	right: .25em;
	z-index: 999; 
}



/* contact page */
#contact_bg {
	background: #fff url(../img/contact/ptw_contact_bg.jpg) no-repeat bottom center; 
	height: 950px;
}
#contact_bg a.c_form {
	background: url(../img/ptw_form_btn.png) no-repeat top left;
	height: 75px;
	width: 204px;
	margin: 0;
}
.map_border {
	background: #f5f5f5;
	padding: 8px;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
	-webkit-border-radius: 5px;
		border-radius: 5px;
}
#contact_bg input[type="submit"] {
	/*background: url(../img/ptw_directs_btn.png) no-repeat top left;*/
	width: 176px;
	height: 42px;
	padding: 0;
	float: right;
}
#contact_bg h2, #contact_bg p, #contact_bg h3 {
	margin: 0;
}
#map { height: 100% }



/* build/fix dept */
.bf_splash { position: relative; z-index:1; }
a.bf_main_btn {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/build-fix/ptw_bf_btn_main.png) no-repeat top left;
	width: 497px;
	height: 158px;
	position: absolute;
	top: 50%;
	left: 241.5px;
}
span.sig {
	background: url(../img/build-fix/ptw_sig.png) no-repeat;
	display: block;
	width: 89px;
	height: 60px;
}
.bf_main_col {
	float: left;
	width: 31%;
	padding: 0 2% 0 0;
}
.bf_info_cols {
	float: left;
	width: 66.9%;
}
.bf_col1 {
	float: left;
	width: 45%;
	padding: 10px 6% 0 2%;
	background: url(../img/build-fix/ptw_bf_divider.png) no-repeat 288px 100px;
}
.bf_col2 {
	float: left;
	width: 45%;
	padding: 1em 2% 0 0;
}
#build_fix .topics {
	float: left;
	width: 66.7%;
	margin: 1em 0 0;
}
#build_fix h2 {
	padding: 15px 0 0 60px;
	margin: 0;
}
#build_fix h2.bf {
	background: url(../img/build-fix/ptw_icon_evan.png) no-repeat left center;
}
#build_fix h2.bf_frm {
	background: url(../img/build-fix/ptw_icon_bf-form.png) no-repeat left center;
}
#build_fix h2.bf_num {
	background: url(../img/build-fix/ptw_icon_bf-phn.png) no-repeat left center;
}
#zendesk {
	display: none;
	width: 100%;
	height: 640px;
	border: none;
	overflow: hidden;
	position: relative;
	top: -40px;
}

/* client uploads */
.uploads input[type="submit"] {
	background: url(../img/ptw_upload_btn.png) no-repeat;
	height: 36px;
	width: 107px;
	padding: 0;
}



/* blog */
.blog_col {
	float: left;
	width: 68%;
}
ul.ml_post {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
ul.ml_post li {
	float: left;
	width: 47%;
	height: 420px;
	margin: 0 3% 20px 0;
	background: #f5f5f5;
}
.blog_box {
	padding: 10px 20px; 
}
.blog_box h2 {
	color: #e80922;
	margin: 0;
}
.blog_box p.post_info {
	font-size: .7em;
	padding-bottom: 10px;
	background: url(../img/ptw_dot_div.png) repeat-x -2px bottom;
}

.sb_title {
	display: block;
	color: #fff;
	margin: 0;
	background: url(../img/ptw_blg_side_titles_bg.jpg) repeat-x;
	padding: 5px 0 3px 20px;
	border: #af080e;
	-webkit-border-radius: 5px;
          border-radius: 5px;
}
ul.cat_list {
	padding: 0 0 0 20px;
	list-style: none;
}

ul.n_feed {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.n_feed li {
	height: 50px;
	padding: 0 0 10px;
}
ul.n_feed li img {
	float: left;
	padding: 0 10px 0 0;
	background: none;
	margin: 0;
	-webkit-box-shadow: none;
    	box-shadow: none;
	max-width: 100%;
}
ul.n_feed li div {
	float: left;
	width: 220px;
}

.full_post h2 {
	margin-bottom: 0;
}
.full_post img {
	padding: 10px 0;
}
.full_post div {
	padding: 0 0 10px;
}

.cats {
	background: url(../img/divider-down.png) no-repeat center bottom;
	padding: 0 0 60px;
	margin: 0 0 30px;
}

ul.comment_list {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
}
.comment_form {
	padding: 0 150px 0 50px;
}
.comment_form input[type="text"], .comment_form input[type="url"], .comment_form input[type="email"], .comment_form textarea {
	width: 100%;
	border: solid 1px #000;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
    	border-radius: 5px;
}



/* gallery/colorbox */
.g_head ul {
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
}
.g_head ul li {
	float: left;
}
.g_head ul li a {
	display: block;
	height: 45px;
}
a.web {
	width: 149px;
	background: url(../img/gallery/ptw_web_des_btn.png) no-repeat;
}
a.email {
	width:;
	background: url(../img/gallery/.png) no-repeat;
}
a.photog {
	width: 160px;
	background: url(../img/gallery/ptw_photo_video_btn.png) no-repeat;
}
a.soc {
	width:;
	background: url(../img/gallery/.png) no-repeat
}
#gallery ul.portfolio li h2 {
	margin: 0;
}
#gallery ul.portfolio li p {
	margin: 8px 0 0;
}
#gallery ul.portfolio li img {
	background: #f5f5f5;
	padding: 8px;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}
.inline_content {
	background: #fff url(../img/gallery/ptw_portfoilo_bg.jpg) no-repeat center center;
	height: 850px;
	color: #000;
	width: 800px;
	
	-webkit-border-radius: 5px;
          border-radius: 5px;
}

/* web design gallery */
.portfolio_lb_img {
	position: relative;
	padding: 30px;
	margin: 0 auto;
}
.portfolio_lb_img img {
	max-width: 100%;
}
.portfolio_lb_text {
	position: absolute;
	top: 380px;
	padding: 30px;
	margin: 0 auto;
	width: 740px;
}
.portfolio_lb_logo {
	text-align: center;
}

/* photo gallery */
.inline_content#onsite, .inline_content#studio, .inline_content#arti {
	height: 700px;
	width: 850px;
}
.inner_slide#onsite_g, .inner_slide#studio_g, .inner_slide#arti_g {
	width: 850px;
	height: 700px;
}
.prev.alt {
	top: 1em;
	left: .5em
}
.next.alt {
	top: 1em;
	right: .5em
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding:1px; margin: 1em;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
        #cboxPrevious{background: url(../img/ptw_lb_l.png) no-repeat; text-indent:-9999px; width:22px; height:25px; position:absolute; top: 2em; left: 1.5em;}
        #cboxNext{background: url(../img/ptw_lb_r.png) no-repeat; text-indent:-9999px; width:22px; height:25px; position:absolute; top: 2em; right: 1.5em;}
        #cboxClose{background: url(../img/ptw_lb_close.png) no-repeat; text-indent:-9999px; width:37px; height:36px; position:absolute; top: -.1em; right: -.1em;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
	


/*landing page*/
.content_main#alt {
	padding-bottom: 20px;
	margin-bottom: 700px;
	-webkit-border-radius: 5px;
		border-radius: 5px;
}
#ad_lp .l_col h2 {
	margin: 0;
}
#ad_lp .l_col p {
	margin-top: 0;
}
.lp_cta {
	background: url(../img/landing_page/lp_cta_btn.png);
	width: 360px;
	height: 98px;
	margin: 0 auto 20px;
}
.lp_phn {
	background: url(../img/landing_page/lp_phn.png);
	width: 336px;
	height: 94px;
	margin: 0 auto 20px;
}
.lp_loca {
	background: url(../img/landing_page/lp_loca_banner.png);
	width: 328px;
	height: 29px;
	margin: 0 auto 20px;
}
.lpbanner {
	width: 940px;
	height: 96px;
	margin: 0 0 30px;
}
.lpbanner.work {
	background:url(../img/landing_page/lpbanner_work.png);
}
.lpbanner.capab {
	background:url(../img/landing_page/lpbanner_capa.png);
}
.lpbanner.conta {
	background:url(../img/landing_page/lpbanner_contact.png);
}
#ad_lp .inner_slide_cont {
	width: 621px;
	margin: 0 auto;
}
ul.lp_nav {
	width: 621px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.lp_nav li {
	float: left;
	width: 20%;
	text-align: center;
}
ul.lp_nav li a h3 {
	margin: 0;
	color:#043147;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
