/*-----------------------------------------------------------------------------------

	The Radium Framewok CSS
 	
 	//Dont Edit this file unless you have to. This is the glue that holds everything together.
 	 
-----------------------------------------------------------------------------------*/
	
/*	--------------------------------------------------
:: Global Reset & Standards
-------------------------------------------------- */

/* 
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
	License: none (public domain)

We're using an adapted version here
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font: inherit;	vertical-align: baseline;}
html {	font-size: 62.5%; 	overflow-y: scroll;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none;}
q:before,
q:after,
blockquote:before,
blockquote:after { 	content: "";}
table {	border-collapse: collapse;	border-spacing: 0;}
body { background: #fff; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 18px; position: relative; -webkit-font-smoothing: antialiased; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) {	display: none;}
sub, sup {	font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {	top: -0.5em;}
sub {	bottom: -0.25em;}
img {	border: 0;		-ms-interpolation-mode: bicubic;}
button,input,select,textarea {	 font-size: 100%;	 margin: 0;	vertical-align: baseline;		*vertical-align: middle;}
button, input {	line-height: normal; *overflow: visible;}
button::-moz-focus-inner, input::-moz-focus-inner {	border: 0;	padding: 0;}
button,input[type="button"],input[type="reset"],input[type="submit"] {	cursor: pointer;	-webkit-appearance: button;}
input[type="search"] {		-webkit-appearance: textfield;	-webkit-box-sizing: content-box;	-moz-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {	overflow: auto;	vertical-align: top;}


/* Arfully Masterminded by ZURB */

/* --------------------------------------------------
:: Main Grid

This is the mobile-friendly, responsive grid that
lets Foundation work much of its magic.
-------------------------------------------------- */

.container { padding: 0 20px; }

.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }

.row .one.columns 		{ width: 4.3%; }
.row .two.columns 		{ width: 13%; }
.row .three.columns 	{ width: 21.68%; }
.row .four.columns 		{ width: 30.37%; }
.row .five.columns 		{ width: 39.1%; }
.row .six.columns 		{ width: 47.8%; }
.row .seven.columns 	{ width: 56.5%; }
.row .eight.columns 	{ width: 65.2%; }
.row .nine.columns 		{ width: 73.9%; }
.row .ten.columns 		{ width: 82.6%; }
.row .eleven.columns 	{ width: 91.3%; }
.row .twelve.columns 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%;  }
.row .offset-by-two 	{ margin-left: 21.8%;  }
.row .offset-by-three 	{ margin-left: 30.5%;  }
.row .offset-by-four 	{ margin-left: 39.2%;  }
.row .offset-by-five 	{ margin-left: 47.9%;  }
.row .offset-by-six 	{ margin-left: 56.6%;  }
.row .offset-by-seven 	{ margin-left: 65.3%;  }
.row .offset-by-eight 	{ margin-left: 74.0%;  }
.row .offset-by-nine 	{ margin-left: 82.7%;  }
.row .offset-by-ten 	{ margin-left: 91.4%;  }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
.row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
.row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
.row .offset-by-ten:first-child 	{ margin-left: 87%;  }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }



img, object, embed { max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }




/*	--------------------------------------------------
:: Block grids

These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

/* --------------------------------------------------
	:: End Main Grid
	-------------------------------------------------- */


/* --------------------------------------------------
	:: Mobile Grid
	-------------------------------------------------- */
	
	/* Tablet screens */
	@media only screen and (device-width: 768px), (device-width: 800px) {
		/* Currently unused */
	}
	
	
	/* Mobile */
	@media only screen and (max-width: 767px) {		
		body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
		.column:last-child, .columns:last-child { margin-right: 0; }
		
		.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0 !important; }
		
		.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
		.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
		
		/* Mobile 4-column Grid */
		.row .phone-one.column:first-child, .row .phone-two.column:first-child, .row .phone-three.column:first-child, .row .phone-four.column:first-child, .row .phone-one.columns:first-child, .row .phone-two.columns:first-child, .row .phone-three.columns:first-child, .row .phone-four.columns:first-child { margin-left: 0; }
		
		.row .phone-one.column, .row .phone-two.column, .row .phone-three.column, .row .phone-four.column,
		.row .phone-one.columns, .row .phone-two.columns, .row .phone-three.columns, .row .phone-four.columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }
		
		.row .phone-one.columns 	{ width: 21.68% !important; }
		.row .phone-two.columns 	{ width: 47.8% !important; }
		.row .phone-three.columns 	{ width: 73.9% !important; }
		.row .phone-four.columns 	{ width: 100% !important; }
		
		.row .columns.push-one-phone { left: 26.08%; }
		.row .columns.push-two-phone { left: 52.2% }
		.row .columns.push-three-phone { left: 78.3% }
		
		.row .columns.pull-one-phone { right: 26.08% }
		.row .columns.pull-two-phone { right: 52.2% }
		.row .columns.pull-three-phone { right: 78.3%; }
		
		
	}
	
	
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */	
	
	@media only screen and (max-width: 767px) {
		.block-grid.mobile { margin-left: 0; }
		.block-grid.mobile li { float: none; width: 100%; margin-left: 0; }
	}
	
	

/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
	
	
	.show-on-phones { display: none !important; }	
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block !important; }
	
	.hide-on-phones { display: block !important; }	
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none !important; }
	
	
	@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
		.hide-on-phones { display: block !important; }
		.hide-on-tablets { display: none !important; }
		.hide-on-desktops { display: block !important; }
		
		.show-on-phones { display: none !important; }
		.show-on-tablets { display: block !important; }
		.show-on-desktops { display: none !important; }
	}
	
		
	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }
		
		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
	}
	
	/* only screen and (device-width: 1280px), only screen and (max-device-width: 1280px),  /*
	/* Keeping this in as a reminder to address support for other tablet devices like the Xoom in the future */
	
	/* Specific overrides for elements that require something other than display: block */
	
	table.show-on-desktops { display: table !important; }
	table.hide-on-phones { display: table !important; }	
	table.hide-on-tablets { display: table !important; }
	
	@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
		table.hide-on-phones { display: block !important; }
		table.hide-on-desktops { display: block !important; }
		table.show-on-tablets { display: block !important; }
	}
	
	@media only screen and (max-width: 767px) {
		table.hide-on-tablets { display: block !important; }
		table.hide-on-desktops { display: block !important; }
		table.show-on-phones { display: block !important; }
	}
	
	
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/	


	@media only screen and (max-width: 767px) {
		div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 96%; padding: 6px 2% 4px; font-size: 18px; }
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
		form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; }
		form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; }
		form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; }
		form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; }
	}
	
	
/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/	
	
	/* Buttons */
	@media only screen and (max-width: 767px) {
		.button { display: block; }
		button.button { width: 100%; padding-left: 0; padding-right: 0; }
	}
	

		
	@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
		.video { padding-top: 0; }
	}


/* -------------------------------------------------- 
	:: End Mobile Grid
---------------------------------------------------*/	

/*	--------------------------------------------------
:: Links
-------------------------------------------------- */
a { color: #2a85e8; text-decoration: none; outline: 0; line-height: inherit; }
a:hover { color: #11639d; }
a:active { outline: none; }
a:focus { outline: none;}
p a, p a:visited { line-height: inherit;  outline: 0; }


/*	--------------------------------------------------
:: Lists
-------------------------------------------------- */
ol {  list-style: decimal; }
ul {  list-style: none outside; }
li {  line-height: 18px;  }
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, ol {margin: 0 0 18px 25px;}
ul ul, ul ol, ol ol, ol ul {  margin-bottom: 0;}
ul ul, ol ol { margin: 4px 0 5px 30px; }
ul.large li { line-height: 21px; }
ul.unstyled {  list-style: none;  margin-left: 0;}
dl {  margin-bottom: 18px;}
dl dt, dl dd {  line-height: 18px;}
dl dt { font-weight: bold;}
dl dd { margin-left: 9px;}


/*	--------------------------------------------------
:: Tables
-------------------------------------------------- */
table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;   padding: 0; }
table th, table td {padding: 10px 10px 9px; line-height: 18px; text-align: left;}
table th { padding-top: 9px; font-weight: bold; vertical-align: middle;}
table td {border-top: 1px solid #ddd; border-top: 1px solid #DDD; vertical-align: top;}
table tbody th {border-top: 1px solid #ddd;vertical-align: top;}
table thead { background: #f5f5f5; }
table thead tr th,
table tbody tr td { font-size: 12px; line-height: 18px; text-align: left; }
table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child { border-left: none; }
table thead tr th:last-child { border-right: none; }
table thead tr {  }
table tbody {  }
table tbody tr {  }
table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }


/*	--------------------------------------------------
:: Typography
-------------------------------------------------- */
body, p{ font-size: 13px; font-size: 1.3rem; line-height: 20px; font-weight: normal; }
small { font-size: 60%; line-height: inherit; }
.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 24px;  }
p small { font-size: 11px; color: #bfbfbf; }
hr {margin: 20px 0 19px;border: 0;	border-bottom: 1px solid #eee; border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0;}
strong {font-style: inherit; font-weight: bold;}
em {font-style: italic;	font-weight: inherit;	line-height: inherit;	}
.muted {color: #bfbfbf;}
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }
address {display: block;line-height: 18px;margin-bottom: 18px;}
code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Andale Mono, Courier New, monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

code {
	background-color: #fee9cc;
	color: rgba(0, 0, 0, 0.75);
	padding: 1px 3px;
	}

pre {
	background-color: #f5f5f5;
	display: block;
	padding: 8.5px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}	

	
/*	Blockquotes  */
blockquote { margin-left: 28px; margin-top: 10px; margin-bottom: 18px; padding-left: 10px; border-left: 1px solid #ddd; }
blockquote p {	font-size: 12px; }
blockquote small {display: block;	font-size: 12px; font-weight: 300;	line-height: 18px;	color: #bfbfbf;	}
blockquote, blockquote p { line-height: 22px; color: #878787; }
blockquote cite { display: block; font-size: 12px;  color: #555; }
blockquote cite:before, blockquote small:before  { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }


/* -------------------------------------------------- 
:: Misc
---------------------------------------------------*/
.left       { float: left; }
.right      { float: right; }
.hide     	{ display: none; }
.highlight 	{ background: #ff0; }


/*	--------------------------------------------------
	Video
	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
-------------------------------------------------- */

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
	}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/*	--------------------------------------------------
	Microformats
-------------------------------------------------- */

/* hCard */
ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
ul.vcard li { margin: 0; display: block; }
ul.vcard li.fn { font-weight: bold; font-size: 15px; font-size: 1.5rem; }

p.vevent span.summary { font-weight: bold; }
p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }


/**
	 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
.print-only { display: none !important; }
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	p a, p a:visited { color: #444 !important; text-decoration: underline; }
	p 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	.hide-on-print { display: none !important; }
	.print-only { display: block !important; }
	}
	
	
/* -------------------------------------------------------------- 
Basic WordPress  Styles   
-------------------------------------------------------------- */   
.entry-content img {  margin: 0 0 0.6em 0;}
.alignleft,img.alignleft { display: inline; float: left; margin-right: 1.5em;}
.alignright,img.alignright { display: inline;  float: right;margin-left: 1.5em;}
.aligncenter,img.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;	}
.wp-caption { text-align: center; margin-bottom: 1.5em;	}
.wp-caption p.wp-caption-text { margin: 0;}
.wp-caption img { border: 0 none; margin: 0; padding: 0;	}
.wp-smiley { max-height: 1em; margin:0 !important;}
.gallery dl { margin: 0;}
.gallery-caption {  margin:0.5em 0 0 0;}
.sticky { }
.bypostauthor{}
.visuallyhidden, .hidden{display:none;}


/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.4; }
}

/*  Structure
-------------------------------------------------- */
strong { font-weight: bold; }
.light-weight { font-weight: 300 !important; }
.normal-weight { font-weight: normal !important; }
section > .row { margin-bottom: 10px;}
div.page-header { margin: 0 0 40px 0;  }
div.page-header h2 { margin-bottom: 0; padding: 0; }
div.page-header h2 a { color: #181818; }
div.page-header h2 a:hover { color: #181818; }
div.page-header .subheader { margin-bottom: 9px; }

.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
	}
	
.fade.in {	opacity: 1;}    
	

/*  --------------------------------------------------
Pagination
------------------------------------------------- */ 
.pagination { clear:both;	padding:0px 0;	position:relative; font-size:11px;	line-height:13px;	height:35px;	margin-bottom:25px;padding-top:6px;}
.pagination ul{ display: inline; height: 24px; margin-left: -5px; list-style: none; }
.pagination ul li { float: left; display: block; height: 24px; color: #999;  margin-left: 5px;  }
.pagination ul li a { display: block; padding: 6px 7px 4px; color: #ed8411; }
.pagination ul li.current a, ul.pagination li:hover a, .pagination ul li a:focus {  color: #141414; }
.pagination ul li.unavailable a { cursor: default; color: #999; }
.pagination ul li.unavailable:hover a, .pagination ul li.unavailable a:focus { border-bottom: none; } 
	
.pagination span, 
.pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#36aff2;
	background: #ccc;
	}
	
.pagination a:hover{
	background: #24221D;
	color:#fff;
	text-decoration: none;
	}

.pagination a:visited{
	text-decoration: none;
	}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #24221D;
	color:#fff;
	}
	
.pagination .pagination-meta{
    float:right;
    }	
	
/* Forms.less
* Base styles for various input types, form layouts, and states
* ------------------------------------------------------------- */
form {
	margin-bottom: 18px;
	}

fieldset {
	margin-bottom: 18px;
	padding-top: 18px;
	}

fieldset legend {
	display: block;
	font-size: 19.5px;
	line-height: 1;
	color: #404040;
	*padding: 0 0 5px 145px;
	/* IE6-7 */
	
	*line-height: 1.5;
	/* IE6-7 */
	
	}

form .clearfix {
	margin-bottom: 18px;
	zoom: 1;
	}

form .clearfix:before, form .clearfix:after {
	display: table;
	content: "";
	zoom: 1;
	}

form .clearfix:after {
	clear: both;
	}
	
label,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	}
	
form label {
	display: block;
	line-height: 18px;
	cursor: pointer;
	margin-bottom: 9px;
	padding-top: 6px;
	float: left;
	width: 100%;
	text-align: left;
	}
	
form .input {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	}
	
input[type=checkbox], input[type=radio] {
	cursor: pointer;
	}
	
input,
textarea,
select,
.uneditable-input {
	display: inline-block;
	width: 96%;
	height: 18px;
	padding: 4px;
	line-height: 18px;
	color: #808080;
	border: 1px solid #ccc;
	}
	
input.input-text, textarea, select {
	display: block;
	margin-bottom: 9px;
	}
	
select {
	padding: initial;
	}
	
input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	*margin-top: 0;
	/* IE6-7 */
	
	line-height: normal;
	border: none;
	}

input[type=file] {
	background-color: #ffffff;
	padding: initial;
	border: initial;
	line-height: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

input[type=button], input[type=reset], input[type=submit] {
	width: auto;
	height: auto;
	}

select, input[type=file] {
	height: 27px;
	*height: auto;
	line-height: 27px;
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	
	}

select[multiple] {
	height: inherit;
	background-color: #ffffff;
	}

textarea {
	height: auto;
	}

.uneditable-input {
	background-color: #ffffff;
	display: block;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
	}

:-moz-placeholder {
	color: #bfbfbf;
	}

::-webkit-input-placeholder {
	color: #bfbfbf;
	}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	}

input:focus, textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	}

input[type=file]:focus, input[type=checkbox]:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted #666;
	}

p.error, form .error, form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
	color: #b94a48;
	}

form .clearfix.error input, form .clearfix.error textarea {
	color: #b94a48;
	border-color: #ee5f5b;
	}

form .clearfix.error input:focus, form .clearfix.error textarea:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
	}

form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
	color: #b94a48;
	background-color: #fce6e6;
	border-color: #b94a48;
	}

form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
	color: #c09853;
	}

form .clearfix.warning input, form .clearfix.warning textarea {
	color: #c09853;
	border-color: #ccae64;
	}

form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
	border-color: #be9a3f;
	-webkit-box-shadow: 0 0 6px #e5d6b1;
	-moz-box-shadow: 0 0 6px #e5d6b1;
	box-shadow: 0 0 6px #e5d6b1;
	}

form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
	color: #c09853;
	background-color: #d2b877;
	border-color: #c09853;
	}

form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
	color: #468847;
	}

form .clearfix.success input, form .clearfix.success textarea {
	color: #468847;
	border-color: #57a957;
	}

form .clearfix.success input:focus, form .clearfix.success textarea:focus {
	border-color: #458845;
	-webkit-box-shadow: 0 0 6px #9acc9a;
	-moz-box-shadow: 0 0 6px #9acc9a;
	box-shadow: 0 0 6px #9acc9a;
	}

form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
	color: #468847;
	background-color: #bcddbc;
	border-color: #468847;
	}

.input-mini,
input.mini,
textarea.mini,

select.mini {
	width: 30%;
	}

.input-small,
input.small,
textarea.small,
select.small {
	width: 45%;
	}

.input-medium,
input.medium,
textarea.medium,
select.medium {
	width: 75%;
	}

.input-large,
input.large,
textarea.large,
select.large {
	width: 100%;
	}

textarea.large {
	overflow-y: auto;
	}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed;
	}