/* ============================================================

Wirefy by Chris Da Sie
Version: 1.3
URL: https://github.com/cjdsie/wirefy
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Font Awesome
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Tables
	#Forms
	#Misc */

/* #Reset
================================================== */
	/*
	*  Consistency fixes
	*  adopted from http://necolas.github.com/normalize.css/
	*/
	html {
	  height: 100%;
	  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	}
	body {
	  min-height: 100%;
	  font-size: 100%;
	}
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section,
	audio,
	canvas,
	video {
	  display: block;
	}
	sub, sup {
	  font-size: 75%;
	  line-height: 0;
	  position: relative;
	  vertical-align: baseline;
	}
	sup {
	  top: -0.5em;
	}
	sub {
	  bottom: -0.25em;
	}
	pre {
	  white-space: pre;
	  white-space: pre-wrap;
	  word-wrap: break-word;
	}
	b, strong {
	  font-weight: bold;
	}
	abbr[title] {
	  border-bottom: 1px dotted;
	}
	input,
	textarea,
	button,
	select {
	  margin: 0;
	  font-size: 100%;
	  line-height: normal;
	  vertical-align: baseline;
	}
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	  cursor: pointer;
	  -webkit-appearance: button;
	}
	input[type="checkbox"], input[type="radio"] {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	}
	textarea {
	  overflow: auto;
	}
	table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	/*
	*
	*  Simple fluid media
	*
	*/
	figure {
	  position: relative;
	}
	figure img,
	figure object,
	figure embed,
	figure video {
	  max-width: 100%;
	  display: block;
	}
	img {
	  border: 0;
	  -ms-interpolation-mode: bicubic;
	}

	/* Variables
	=================================================== */
	/* Mixins
	=================================================== */
	.clearfix {
	  *zoom: 1;
	}
	.clearfix:before,
	.clearfix:after {
	  display: table;
	  content: "";
	}
	.clearfix:after {
	  clear: both;
	}
	.visuallyhidden.focusable:active,
	.visuallyhidden.focusable:focus {
	  position: static;
	  clip: auto;
	  height: auto;
	  width: auto;
	  margin: 0;
	  overflow: visible;
	}



/* #Basic Styles
================================================== */
html, body {
	margin:0;
	padding:0;
	}

	html {
		background: #ffffff;
  		height: 100%;
		overflow-y: scroll;
		font-size: 62.5%;
		  -webkit-overflow-scrolling: touch;
		  -webkit-tap-highlight-color: #f3f5f6;
		  -webkit-text-size-adjust: 100%;
		  -ms-text-size-adjust: 100%;
	}

	body {
		margin:0 auto;
		padding:0 5px;
		width: 100%;
		/* max-width: 1200px; */
		background-color: transparent;
		/* font-family:'ITC Avant Garde Gothic W01BkCn'; */
		/* font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
		font-size: 16px;
		font-size: 1em;
		  font-size: 1.6rem;
		  /* line-height: 1.5em; */
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 	}
@media screen and (max-width:1199px){
	body{
		padding:0 !important;
	}
}


/* #Grid
================================================== */
/*
*
*  Sixteen-column grid active
*  ----------------------------------------------------------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8     9     10    11    12    13    14    15    16  |   Margin
*  5.55555% | %  6.25  12.5  18.75 25.0  31.25 37.5  43.75 50.0  56.25 62.5  68.75 75.0  81.25 87.5  93.75 100 | 5.55555%
*
*
*/



	.row {
		width:100%;
		margin-bottom: 20px;
	}

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .thirteen, .fourteen, .fifteen, .sixteen {
		width:100%;
	}





/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		color: #181818;
		/*font-family: "Georgia", "Times New Roman", serif;*/
	/*	font-weight: bold;
		text-rendering: optimizelegibility; */ }

	h1 {
		color: #ffffff !important;

	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 0.75em;
	  font-size: 32px;
	  font-size: 3.2rem;
	  line-height: 1.2;}
	h2 { margin-bottom: 0.75em;
	  font-size: 24px;
	  font-size: 3.4rem;
	  line-height: 1.2;}
	h3 { margin-bottom: 1em;
	  font-size: 21px;
	  font-size: 2.1rem;
	  line-height: 1.3; }
	h4 { margin-bottom: 1.5em;
	  font-size: 18px;
	  font-size: 1.8rem;
	  line-height: 1.25; }
	h5 { font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 1.5em;}
	h6 { margin-bottom: 1.5em;
	  font-size: 14px;
	  font-size: 1.4rem;
	  font-weight: normal;
	  letter-spacing: 1px;
	  text-transform: uppercase; }
	.subheader { color: #777; }

/*	p,*/
	ol,
	ul,
	dl,
	address {
	  margin-bottom: 1.5em;
	  font-size: 14px;
	  font-size: 1.4rem;
	  line-height: 1.5em;
	}
	small {
	  font-size: 14px;
	  font-size: 1.4rem;
	}

	q {
	  quotes: none;
	}
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
	  content: '';
	  content: none;
	}
	cite {
	  font-style: normal;
	}
	dl,
	dd {
	  margin-bottom: 1.5em;
	}
	dt {
	  font-weight: bold;
	}
	.dl-horizontal dt {
	  float: left;
	  clear: left;
	  width: 20.25%;
	  text-align: right;
	}
	.dl-horizontal dd {
	  margin-left: 22.78%;
	}
	abbr[title] {
	  border-bottom: 1px dotted #c7ced6;
	  cursor: help;
	}
	b,
	strong {
	  font-weight: bold;
	}
	dfn {
	  font-style: italic;
	}
	ins {
	  background-color: #f3f5f6;
	  color: #000000;
	  text-decoration: none;
	}
	mark {
	  background-color: #f3f5f6;
	  color: #000000;
	  font-style: italic;
	  font-weight: bold;
	}
	pre,
	code,
	kbd,
	samp {
	  font-family: Monaco, Courier New, monospace;
	  font-size: 14px;
	  font-size: 1.4rem;
	  line-height: 1.5em;
	}
	pre {
	  white-space: pre;
	  white-space: pre-wrap;
	  word-wrap: break-word;
	}
	sub,
	sup {
	  position: relative;
	  font-size: 12px;
	  font-size: 1.2rem;
	  line-height: 0;
	  vertical-align: baselineheight;
	}
	sup {
	  top: -1.5em;
	}


	}


	sub {
	  bottom: -0.25em;
	}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }


	@media screen and (max-width:425px){
		sup {
	    top: -0.5em;
		}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Font Awesome
================================================== */

/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-user-md:before              { content: "\f200"; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}


/* #Figures
================================================== */
	figure {
	  margin-bottom: 1.5em;
	}
	figure img {
	  margin-bottom: 0.375em;
	}
	figure figcaption {
	  display: block;
	  font-weight: normal;
	  font-size: 14px;
	  font-size: 1.4rem;
	  color: #808080;
	}
	.list-bordered {
	  list-style-type: none;
	  margin: 0 0 1.5em 0;
	  padding: 0;
	}
	.list-bordered li {
	  margin-bottom: 0.375em;
	  padding-bottom: 0.375em;
	  border-bottom: 1px dashed #c7ced6;
	}
	.list-bordered li:last-child {
	  margin-bottom: 0;
	  padding-bottom: 0;
	  border-bottom-width: 0;
	}

/* #Menus
================================================== */

.menu1 {
	float: left;
	width: 100%;
}

.menu1 ul {
	width:100%;
}

.menu1 li {
	float:left;
	margin: 0 2.5%;
}

.menu1 li:first-child {
	margin-left:0;
}


.menu2 {
	width:100%;
	float:left;
	margin-bottom: 1em;
}

.menu2 ul {
   clear: left;
   display:block;
   margin: 0;
   border: 1px solid #e6e6e6;

}
.menu2 li {
   font-size: 1.8em;
   border-bottom: 1px solid #eee;
}
.menu2 li:last-child {
   border-bottom: 0;
}
.menu2 a {
   display: block;
   padding: .5em .8em;
   text-decoration: none;
   color: #333;
}
.menu2 a:hover {
   background-color: #f8f8f8;
}
.menu2 .nav-current {
   font-weight: bold;
}


/* #Breadcrumb
================================================== */

.breadcrumb {
padding: 7px 14px;
margin: 0 0 18px;
list-style: none;
}

.breadcrumb li {
display: inline-block;
}

.breadcrumb .divider {
padding: 0 5px;
color: #999;
}


/* #Pagination
================================================== */


.pagination {
height: 36px;
margin: 18px 0;
}

.pagination ul {
display: inline-block;
padding:0;
margin-bottom: 0;
margin-left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px
rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px
rgba(0, 0, 0, 0.05);
}

.pagination li {
display: inline;
}

.pagination a {
float: left;
padding: 0 10px;
line-height: 28px;
text-decoration: none;
border: 1px solid #DDD;
border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}


.pagination li:first-child a {
border-left-width: 1px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

/* #Pager
================================================== */


.pager {
	padding:0;
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}




/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }

/* Tables
================================================== */
	table {
	  width: 100%;
	  max-width: 100%;
	  margin-bottom: 1.5em;
	  border-collapse: collapse;
	  border-spacing: 0;
	  background-color: transparent;
	}
	table th,
	table td {
	  padding: 8px;
	  vertical-align: top;
	  border-top: 1px solid #8c9bab;
	  font-size: 14px;
	  font-size: 1.4rem;
	  line-height: 1.5em;
	  text-align: left;
	}
	table th {
	  font-weight: bold;
	}
	table thead th {
	  vertical-align: bottom;
	}
	table colgroup + thead tr:first-child th,
	table colgroup + thead tr:first-child td,
	table thead:first-child tr:first-child th,
	table thead:first-child tr:first-child td {
	  border-top: 0;
	}
	table tbody + tbody {
	  border-top: 2px solid #8c9bab;
	}
	table tbody tr td,
	table tbody tr th {
	  -webkit-transition: background-color 0.25s 0 linear;
	  -moz-transition: background-color 0.25s 0 linear;
	  -ms-transition: background-color 0.25s 0 linear;
	  -o-transition: background-color 0.25s 0 linear;
	  transition: background-color 0.25s 0 linear;
	}
	table tbody tr:hover td,
	table tbody tr:hover th {
	  background-color: #a9b4c1;
	}
	.table-condensed th,
	.table-condensed td {
	  padding: 4px 5px;
	}
	.table-bordered {
	  border: 1px solid #8c9bab;
	  border-left: 0;
	  border-collapse: separate;
	  *border-collapse: collapsed;
	}
	.table-bordered th,
	.table-bordered td {
	  border-left: 1px solid #8c9bab;
	}
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	  border-top: 0;
	}
	.table-striped tbody tr:nth-child(odd) td,
	.table-striped tbody tr:nth-child(odd) th {
	  background-color: #c7ced6;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px;
		border:0; }
	legend {
		display: block;
		  width: 100%;
		  margin-bottom: 3em;
		  *margin-left: -7px;
		  padding: 0;
		  color: #000000;
		  border: 0;
		  border-bottom: 1px solid #8c9bab;
		  white-space: normal;
		}
	legend small {
		  font-size: 14px;
		  font-size: 1.4rem;
		  color: #bfbfbf;
		}
		form p {
		  margin-bottom: 0.75em;
		}
		form ul {
		  list-style-type: none;
		  margin: 0 0 1.5em 0;
		  padding: 0;
		}
		form br {
		  display: none;
		}
	label,
	input,
	button,
	select,
	textarea {
	  font-size: 14px;
	  font-size: 1.4rem;
	  vertical-align: baseline;
	  *vertical-align: middle;
	}

	input,
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;
		padding-top:1em;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

	/* @media screen and (min-width: 640px) */
	@media screen and (min-width: 40em) {
			/*
			*
			*  Sixteen-column grid active
			*  ----------------------------------------------------------------------------------------------------------------------
			*  Margin   | #  1     2     3     4     5     6     7     8     9     10    11    12    13    14    15    16  |   Margin
			*  5.55555% | %  6.25  12.5  18.75 25.0  31.25 37.5  43.75 50.0  56.25 62.5  68.75 75.0  81.25 87.5  93.75 100 | 5.55555%
			*
			*
			*/

				.column, .columns {
					float: left; margin:0 1.04166667%; /* 5.8823594%  = 639.999956 */
				}

				.row {
					width:100%;
					margin-bottom: 20px;
				}

				.alpha {
					margin-left: 0;
				}

				.omega {
					margin-right: 0;
				}

				.one {
					width: 4.16666667%;  /* 12.13236% */
				}

				.two {
					width: 10.4166667%;
				}

				.three {
					width: 16.6666667%;
				}

				.four {
					width: 22.9166667%;
				}

				.five {
					width: 29.1666667%;
				}

				.six {
					width: 35.4166667%;
				}

				.seven {
					width: 41.6666667%;
				}

				.eight {
					width: 47.9166667%; /
				}

				.nine {
					width: 54.1666667%;
				}

				.ten {
					width: 60.4166667%;
				}

				.eleven {
					width: 66.6666667%;
				}

				.twelve {
					width: 72.9166667%;
				}

				.thirteen {
					width: 79.1666667%;
				}

				.fourteen {
					width: 85.4166667%;
				}

				.fifteen {
					width: 91.6666667%;
				}

				.sixteen {
					width: 100%;
				}

				.menu2 li:first-child {
					margin-left:0;
				}

				.menu2,
				   .menu2 ul {
				      float: left;
				   }
				   .menu2 ul {
				      float: left;
				   }
				   .menu2 li {
				      float: left;
				      font-size: 1.5em;
				      border-bottom: 0;
				   }

		}

		/* @media screen and (min-width: 720px) */
		@media screen and (min-width: 45em) {
		}

		/* @media screen and (min-width: 888px) */
		@media screen and (min-width: 55.5em) {
			.menu2 {
			      float: right;
			      clear: none;
			   }
		}

		/* @media screen and (min-width: 984px) */
		@media screen and (min-width: 61.5em) {
		}


	/* @media screen and (min-width: 1200px) */
	@media screen and (min-width: 75em) {
		}
