/*
* Skin Flesh 'n' Bones V1.1
* Inspired by Dave Gamache's Skeleton and Twitter Bootstrap
* 01/01/2015
*/



/* FLESH - Basic Typography, Images, Lists and Buttons
================================================== */

html {
  /* I think is wrong now 
  font-size: 62.5%; */
  /* Removes grey highlkight from iPhones */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* #Basic Styles
================================================== */
body {
		background: #FFFFFF;
		/* font: 14px/20px helvetica, arial sans-serif; */
		font: 16px/1.428571429 "proxima-nova",sans-serif; /* set default font size to 14px/20px */
		color: #000000;
		-webkit-font-smoothing: subpixel-antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		padding-top: 0.001em; /* Fix for Firefox rendering - White space above body */
 }

.inverse { color: #FFFFFF; background-color: #000000; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: "proxima-nova-soft",sans-serif; font-weight: 400; letter-spacing: 0.04em; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 48px;}
	h2 { font-size: 36px; }
	h3 { font-size: 30px; }
	h4 { font-size: 22px; }
	h5 { font-size: 19px; }
	h6 { font-size: 16px; }
	h1, h2, h3, h4, h5, h6 { line-height: 1.1; }
	h1, h2, h3, h4, h5, h6 { margin: 0 0 0.3em 0; }
	

	p { margin: 0 0 1.428571429em 0; }
	p:last-child { margin: 0 0 1.428571429em 0; }
	p img { margin: 0; }
	p.lead { font-size: 22px;  color: #71706c;  }
	p.summary { font-size: 22px;  color: #71706c;  }
/*	.introduction > p.summary, introduction > p.lead { 
	font-size: 30px;
	color: #71706c;
	font-weight: 400;
	letter-spacing: 0.04em;
} */


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

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 1.428571429em; color: #71706c; font-style: italic; }
	blockquote > p:last-child { margin: 0 0 0.9em 0; } /* MRLL */
	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: 0;  clear: both; margin: 0px 0px; height: 10px; background: url(../images/hr_5px_cccccc.png) repeat-x 0 0; }


@media only screen and (max-width: 767px) {	
	h1 { font-size: 36px; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	h4 { font-size: 19px; }
	h5 { font-size: 16px; }	
	h6 { font-size: 15px; }	
}
/* #Links
================================================== */
	a, a:visited { color: #D60000; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #D60000; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Read More links where buttons are too strong */
a.read-more {
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 20px;
}
/*
a.read-more:after {
	content:"\u2192";
	padding-left: 10px;
	font-size: 120%;
	color: #D01C45;
} */

/* #Lists
================================================== */
	ul, ol { margin: 0 0 2em 0; padding-left: 2em; }
	ul { list-style: outside; }
	ol { list-style: decimal; }
	ol, ul, ul.square, ul.circle, ul.disc { margin-left: 0; }
	ul.none { list-style: none outside; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul { list-style: circle outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 0; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 0.15em; }
	li, li li { margin-bottom: 0.2em; }
	li:last-child { margin-bottom: 0; }
	li p {   }

	dl { }
	dt { font-weight: bold; }
	dd { margin-left: 1.5em; margin-bottom: 1.5em; }

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


img {
  vertical-align: middle;
}
.img-wrap > img {
	display: block;
	max-width: 100%;
	height: auto;
}

img.responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

img.rounded {
  border-radius: 6px;
}

img.thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

img.circle {
  border-radius: 50%;
}
/* PRL */
.img-wrap.red-frame, .img-wrap.red-286 {

}



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

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Button Shape */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.large {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn.small, .btn.xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.xs {
  padding: 1px 5px;
}

.btn.block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 5px;
}

.btn.block:last-child {
  margin-bottom: 0;
}

input[type="submit"].btn.block,
input[type="reset"].btn.block,
input[type="button"].btn.block {
  width: 100%;
}

/* Button Colours */
.btn {
  color: #D01C45;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.btn:hover,.btn:focus,.btn:active,.btn:active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn:active,.btn.active {
  background-image: none;
}

.btn.highlight {
  color: #00ffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn.highlight:hover,.btn.highlight:focus,.btn.highlight:active,.btn.highlight.active {
  color: #ff0000;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn.highlight:active,.btn.highlight.active {
  background-image: none;
}

.btn.success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn.success:hover,
.btn.success:focus,
.btn.success:active,
.btn.success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn.success:active,
.btn.success.active {
  background-image: none;
}

.btn.warning {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn.warning:hover,
.btn.warning:focus,
.btn.warning:active,
.btn.warning.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn.warning:active,
.btn.warning.active,
.open .dropdown-toggle.btn.warning {
  background-image: none;
}


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


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

/* WE NEED TO SORT OUT FORMS AREA
  input padding and height (24px) an issue */

form { margin-bottom: 20px; }

/* Overide settings from Normalize */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

	input[type="text"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #cccccc;
		padding: 6px 4px;
		padding-left: 4px;
		height: 28px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 14px;
		color: #777;
		margin: 0;
		width: 95%;
		max-width: 95%;
		display: block;
		margin-bottom: 20px;
		background: #ececec; }
/*
	select {
		padding: 0; }
*/
	input[type="text"]:focus,
	input[type="number"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #ababab;
 		color: #333;
 		-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;
		padding-top: 4px;
	}
label, legend {
		display: block;
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
}
label.required-field:after, legend.required-field:after {
	content: "*";
	color: #D01C45;
}
select {
		width: 220px; }
input[type="checkbox"] {
		display: inline; }
label span,
legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	/* LKH */

	input[type="number"] {
		/*display:inline;*/
		width: 120px;
		padding: 2px 4px;
		/*margin-top: 5px;*/
	}
	select option {
    font-size: 100%;
    margin: 0;
    margin-top: 5px;
    vertical-align: middle;
	}


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


