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


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	text-align: justify;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table td, table th {
	border: 1px solid #e3e3e3;
	padding: 5px;
	text-align:left;
}
table th {
	font-weight:bold;
}
table.striped td, table.striped th {
	border: none;
}
table.striped td {
	border-top: 1px solid #e3e3e3;
}
table.striped tr.odd {
	background:#f9f9f9;
}
/* #Basic Styles
================================================== */
	body {
	background-color:#000;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color:#fff;/*		-webkit-font-smoothing: antialiased; 
		-webkit-text-size-adjust: 100%;
*/
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #fff!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
	padding:5px 0 0;
	text-transform:uppercase;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h3.title {
	background-color: #333;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 15px;

	color: #FFF;
	padding: 6px 16px 8px;
	min-width: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


textarea.height140 { height:140px;}
label, legend {
	display: block;
	font-size: 12px;
	line-height:20px;
	text-transform:uppercase;
	margin-left:28px;
}




 @media only screen and (max-width: 767px) {
h3.title {
 min-width: 100%;
}
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	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;
}
/* #Links
================================================== */
	a, a:visited {
	color: #fff;
	outline: 0;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
	ul, ol {
	margin: 15px 0 0;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal inside;
}
ul.square {
	list-style: square inside;
}
ul.circle {
	list-style: circle inside;
}
ul.disc {
	list-style: disc inside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 20px;
}
li {
	line-height: 16px;
	margin: 10px 0;
}
/* #Images
================================================== */

	img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Buttons
================================================== */

	.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #707070;
	border: none;
	color: #d4d4d4 !important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 8px 10px;
	font-family:  Arial, Helvetica, sans-serif;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff !important;
	background: #ff0000;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #ff0000;
}
.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;
	}
*/

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

	form {
	margin: 0;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	border: 1px solid #ececec;
	padding: 11px 10px;
	height:32px;
	outline: none !important;
	font: 12px/14px  Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px;
	width: auto;
	max-width: 100%;
	display: block;
	background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input.full-width, textarea.full-width { width:100%;}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
}
textarea {
	min-height: 60px;
}

select {
	width: auto;
	height:20px;
	line-height:20px;
}
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;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.wrapper_w {
	width:100%;
	display:inline-block;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
img.pull-left {
	padding: 0 15px 25px 0;
}
img.pull-right { padding: 0 0 25px 15px;}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.inline {
	display:inline;
}
.no_selection {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.hide {
	display: none;
}
img.full-width {
	width:100%;
}
.divider {
	height: 25px;
	overflow: hidden;
}
.dropcap {
	float: left;
	line-height: 1em;
	margin: -2px 10px 0 0;
	font-size:40px;
	color: #313538;
}
.upper {
	text-transform: uppercase;
}
.noupper {
	text-transform: none;
}
.mark {
	background:#d9d9d9;
}


@-moz-document url-prefix() 
{
   label,legend
    {
	display: block;
	font-size: 12px;
	line-height:20px;
	text-transform:uppercase;
	margin-left:45px;
    }


}