* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
/*===========================Reset & Basics ======================= */

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, 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%;
		font: inherit;
		vertical-align: baseline; }
	body {
		line-height: 1; background-color: #ebebeb;}
	
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

input[type='number'] {
    -moz-appearance:textfield;
	}

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}	
	
	
			
html {
    overflow-y: scroll;
}

/*===========================Basic Styles======================= */
		
	body {
		background: url(layout/bg-body.jpg) no-repeat center top fixed #ebebeb;
		font: 16px/24px 'Roboto' , sans-serif;
		color: #363432;
		-webkit-font-smoothing: antialiased; 
		-webkit-text-size-adjust: 100%;
 }
 
 
/*===========================Headings & Paragraphs======================= */
 h1, h2, h3, h4, h5, h6 {
		color: #393939;
		font-family: 'Cabin',  sans-serif; 
		font-weight: 500;
		 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1, h2, h3, h1 a, h2 a, h3 a { margin-bottom:20px; }
	h4, h5, h6, h4 a, h5 a, h6 a { margin-bottom:20px;}

	h1 { font-size: 28px; line-height: 36px; }
	h2 { font-size: 24px; line-height: 32px; }
	h3 { font-size: 20px; line-height: 28px; }
	h4 { font-size: 16px; line-height: 24px; }
	h5 { font-size: 14px; line-height: 20px; }
	h6 { font-size: 12px; line-height: 18px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	
	
	 ol{list-style:decimal; margin:20px 0;}
	 ul{list-style:square; margin:20px 0;}
	 ul ul{list-style:square; margin:10px 0; }
	 ol li, ul li{margin-left:20px; }
	
	.imgleft{float:left; margin-right:10px; margin-bottom:10px;}
	.imgright{float:right; margin-left:10px; margin-bottom:10px;}
	.imgcenter{display:block; margin:0 auto;}
	
	hr{clear: both; color: #0e4b8a; border:0; border-bottom:1px solid #ccc;  margin: 15px 0;}
	.ruler{background:url(layout/ruler.jpg) repeat-x left center; width:100%; height:10px; border:none; margin:10px 0;}
/*===========================Links======================= */
a {color: #2b2b2b; text-decoration:none;}
a:hover {text-decoration: none;  }
a:focus {outline: thin dotted; }
a:active, a:hover {outline: 0; }



/*========================Forms========================== */

	form {margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, Helvetica, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		display: block;
		margin-bottom: 20px;
		*margin-bottom: 0;
		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; }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }
		
/*========================Buttons========================== */		

.button,.grey-button {
  border: 0;
  padding: 6px 8px;
  background-color:#8d0142;
  color: #fff;
  text-decoration: none;
  position: relative; }

.button:hover {
  background-color:#4e0027; }

.button:active {
  top: 1px; }

.red-button {
  padding: .7em 2em;
  background-color:#be3131;
  color: #fff;
  border:none; }

.red-button:hover {
  background-color:#d74646; }
  
.fullBtn{display:block; margin-bottom:10px; text-align:center; width:100%;}  
/*========================Images========================== */	
img{outline:none; max-width:100%; border:none;}


/*========================Messages========================== */	
.message {border: 1px solid; margin:10px 0px; padding:10px;}
.info {color: #00529B; background-color: #BDE5F8;}
.success {color: #4F8A10; background-color: #DFF2BF;}
.warning {color: #9F6000; background-color: #FEEFB3;}
.error {color: #D8000C; background-color: #FFBABA;}


/*========================Breadcrums========================== */	

#breadcrums{}
#breadcrums a{font-size:12px; color:#3b3b3b;}
#breadcrums .active{color:#127eb0;}
#breadcrums span{font-size:7px; }

figure img {
	width: 100%
}