/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
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, monospace; _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; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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: #f0dddd; }

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


/* ==|== primary styles =====================================================
   Author: Zaccary Price
   ========================================================================== */


*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #1e1e1e url(./images/bg.png);
	
	font: 10px/1.5 georgia, serif;
	color: #9f9f9f;
}

h1, h2, h3
{
	margin: 0 0 1em 0;
	font-weight: lighter;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	
}

h2
{
	font-size: 1.8em;
	color: #DDD;
}

p
{
	text-indent: 1em;
}

a, a:link, a:visited
{
	font:inherit;
	text-decoration: underline;
	color:inherit;
}

a:hover, a:active
{
	color: #f55858;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
}

.wrapper > *
{
	width: 100%;
	float: left;
}


.wrapper>header
{
	padding: 2em 0;
	border-top: 5px solid #f5a458;
	background: url("./images/bg_highlight.png") no-repeat center top;
	
}



.header_content
{
	float: left;
}

.header_content hgroup
{
	border-bottom: 2px;
	margin: 0 0 2em 0;
}

.header_content hgroup h1
{
	/* margin: 0 0 2.5em 0; */
	font-size: 2.4em;
	
	
}

.header_content hgroup h2
{
	margin: 0 0 1em 0;
	color: #AAA;
	text-transform: capitalize;
}
.mission_statement
{
	padding: 2em 0 2em 0;
	font-size: 1.6em;
	color: #AFAFAF;
	font-style: italic;
	
}


.contact_button
{
	width: 100%;
	margin: 0 0 3em 0;
	font-size: 1.3em;

}

.contact_icon
{
	float: left;
	width: 24px;
	height: 24px;
	
}

.contact_button a
{
	float: right;
	width: 100px;
	height:24px;
	background: url(./images/phone_icon.png) no-repeat top left;
	
	text-transform: capitalize;
	text-decoration: none;
}

.contact_button a:hover
{
	background-position: bottom left;

}

.back_button
{
	width: 100%;
	margin: 0 0 3em 0;
	font-size: 1.6em;
	line-height: 1.4;

}

.back_icon
{
	float: left;
	width: 24px;
	height: 24px;
	
}

.back_button a
{
	float: right;
	width: 100px;
	height:24px;
	background: url(./images/back.png) no-repeat top left;
	
	text-transform: capitalize;
	text-decoration: none;
}

.back_button a:hover
{
	background-position: bottom left;
	color: #ed9543;
}

.back_button span
{
	margin: 0 0 0 0.5em;
}


.logo
{

	width: 188px;
	height: 188px;
	margin: 0 0 0 7em;
	background: url(./images/tangoLogo.png);
}

.logo_small
{
	width:80px;
	height:80px;
	margin: 0 0 0 7em;
	background:  url(./images/tangoLogoSmall.png);
}


.page_section
{
	margin: 4em 0;
}

.page_section header
{
	margin: 0 0 4em 0;
}

.to_top
{
	width:24px;
	
	font-size: 1.3em;
	color: #888;
	
	
}

.to_top a
{
	height: 24px;
	background: url(./images/top.png) no-repeat right top;
	font:inherit;
	display: block;
	
}

.to_top a:hover
{
	background-position: right bottom;
}

.more_button
{
	width: 100%;
	font-size: 1.6em;
	color: #f55858;

}

.more_icon
{
	float: right;
	width: 24px;
	height: 24px;
	
}

.more_button span
{
	float: right;
	font-style: italic;
}

.more_button a
{
	float: right;
	width: 100px;
	height:24px;
	background: url(./images/more.png) no-repeat top right;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1.4;
}

.more_button a:hover
{
	background-position: bottom right;
	
	text-shadow: 1px 1px 2px #f55858;
}

.page_section article
{
	font-size: 1.6em;
	margin: 2em 0 0 0;
	
}

.page_section p
{
	margin: 0 1em 0 0;
}

.gallery_item
{
	margin: 0 0 4em 0;
}

.zoom_icon
{
	position: relative;
	left: 280px;
    top: 12px;
    z-index: 1001;
}
.gallery_image
{
	float: left;
}

.gallery_image a
{
	float: left;
	
	width: 24px;
	height: 24px;
	background: url(./images/zoom_icon.png) no-repeat left top;
	
}

.gallery_image a:hover
{
	background-position: bottom;
}

.gallery_image img
{
	float: left;
	border: 2px solid #888;
}

.by_line, .by_line > *
{
	font-size: 0.8em;
	text-transform: uppercase;
	margin:0.5em 0 1.5em 0;
	padding:0;
}
.by_line h3
{
	margin: 0 0.75em 0 0;
}



.service_list ul
{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 2em 0;
	list-style: none;
	text-align: center;
	
	
}

.service_list li
{
	margin: 0 0 0 1em;
	float: left;
	text-transform: capitalize;
}

.service_list li:nth-child(even)
{
	color: #666;
}



/*=====================================
	Contact Form
======================================*/


.contact_form
{
	/* float: left; */
	margin: -3em 0 3em 5em;
	width: 100%;
	font-size: 1.6em;
}

.contact_form .contactFormColumn
{
	float: left;
	width: 45%;
	margin: 0 1em 0 0;
}
	

.contact_form form
{
	float: left;
	margin: 1em 0 0 0;
	width: 100%;
}

.contact_form form label
{
	margin: 0 1em 0 0;
	/* float: left; */
	text-align: right;
}

 .contact_form input
{
	float: right;
	padding: 0.25em 0.35em 0.25em 0.35em;
	border: 1px #444 solid;
	
}


/* .contact_form input:invalid 
{
    background-color: #b36b6b;
}
.contact_form input:valid 
{
    background-color: #ddffdd;
	border-width: 1px;
}
.contact_form input:required 
{
    border-color: #800000;
    border-width: 1px;
	padding: 0.25em 0.35em 0.25em 0.35em;
	border: 1px #444 solid;
} */

.contact_form form input, .contact_form form textarea
{
	background: #333;
	color: #BBB;
}

.contact_form form button
{
	float: right;
	margin: 1em 0 0 0;
	width: 80px;
	
	font-size: 1em;
	line-height: 2;
	background: #333;
	border: 1px solid #444;
	
	color: #BBB;
	font-family: inherit;
	
	
	/* Rounded Borders */
	
	behavior: url(./js/PIE/PIE.htc); /* Old Browser Compatability */
	
	border-radius: 3px; /* W3C Standard */

	-moz-border-radius: 3px; /* Firefox */

	-webkit-border-radius: 3px; /* Chrome & Safari */
	
	
	
}

.contact_form form button:hover
{
	background: #303030;
}

.contact_form form textarea
{
	margin: 0 0em 1em 0;
	padding: 0.25em;
	min-width: 300px;
	min-height: 175px;
	float: left;
	
	border: 1px #444 solid;
	
}

.contact_form p
{
	padding: 1em 0 0 0;
	text-align: right;
}



#formSuccess
{
	position: absolute;
	left: -9001px;
}
	
#formSuccess .visible
{
	float: left;
}






.twitter_feed
{
	padding: 0 0 3em 0;
}
.twtr-doc
{
	height: auto;
}

.twtr-hd
{
	position: absolute !important;
	left: -9001px;
}

.twtr-bd
{
	padding: 0 !important;
	background: none !important;
	
}

.twtr-ft
{
	position: absolute !important;
	left: -9001px;
}

.twtr-widget .twtr-tweet
{
	border-bottom: 1px dotted #272727 !important;
	font: 1.2em/1.5 georgia,serif !important;
}

.twtr-tweet a
{
	color:inherit !important;
	text-decoration: underline !important;
}
.twtr-tweet a:hover
{
	color:#f55858 !important;
}



/* ==|== footer ============================================================= */
.extending_footer_bg
{
	float: left;
	width: 100%;
	background: #272727;
}

.footer_top_pattern
{
	width: 100%;
	padding: 60px 0 0 0;
	background: url(./images/footer_bg.png) repeat-x top left;
}

footer
{
	margin: 2em 0 3em 0;
}

footer h3
{
	color:#f5a458;
	font-size: 1.6em;
	font-weight: lighter;
	
}

footer article
{
	margin: 0 2em 0 0;
	font: 1.6em/1.5 georgia,serif;
	color: #AAA;
}

footer article p
{
	margin: 0 0 1em 0;
	text-indent: 1em;
}

.copyright
{
	padding: 2em 0 1em 0;
	font-size: 1.6em;
	color: #888;
}

.social_networking_icons
{
	width: 192px;
	padding: 1em 0 0 0;
}

.social_networking_icons a
{
	width: 24px;
	height: 24px;
	margin: 0 24px 0 0;
}

.social_networking_icons a:hover
{
	background-position:bottom;
}

.facebook_icon a
{
	
	background: url(./images/facebookIcon.png) no-repeat left top;
	
}

.twitter_icon a
{
	background: url(./images/twitterIcon.png) no-repeat left top;
}

.google_icon a
{
	background: url(./images/googlePlusIcon.png) no-repeat left top;
}

.linkedin_icon a
{
	background: url(./images/linkedInIcon.png) no-repeat left top;
}






/* ==|== structural classes ================================================= */
.full{width:100%;}
.half{width:50%;}
.one_third{width: 33.3%;}
.two_thirds{width: 66.6%;}
.full, .half, .one_third, .two_thirds{overflow: hidden;}
.left{float: left;}
.right{float: right;}
.center,.centre{text-align: center;margin:0 auto;}
.nofloat{float: none;}
.border{float:left;width:100%;height:2px;background:url(./images/border.png) repeat-x left top;}
.pad_top_1{padding-top: 1em;}
.pad_bottom_1{padding-bottom:1em;}


/* ==|== styling classes ==================================================== */
.red{color:#f55858; font:inherit;}
.orange{color:#f5a458; font:inherit;}
.uppercase{text-transform:uppercase;}
.capitalize{text-transform:capitalize;}



/* ==|== 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; }
.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; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  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: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }
}

