* {
/*
	border: 1px dashed red;
*/
}
/* general formatting */
.pull-left {
	margin: 0px 20px 10px 0px;
}
.box1 {
	text-align:center;
	color: black;
}
.box1 h2,
.box1 p {
	color: black;
}

.box2 {
	background: url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/infobox2-bg.png') repeat-x;
}
.box3 {
	background: url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/infobox3-bg.png') repeat-x;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.logos p {
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	padding: 10px;
}
.logos .img-responsive {
    margin: 0 auto;
}
.spacer {
	margin-top: 20px;
}
.iconindent {
	text-indent:-10px;
	margin-left:20px
}
.iconindent2x {
	text-indent:-20px;
	margin-left:35px
}
blockquote {
	color: #999999;
	font-style:italic;
	font-size: 14px;
}
blockquote b,
blockquote strong {
	color: #089cd6;
	font-style:normal;
	font-weight: normal;
	font-size: 11px;
margin-bottom: 0px; margin-left: 15px;
}
.datebadge {
	background: url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/badge-bg.png') no-repeat top center;
	height: 70px;
	min-width: 62px;
}
.datebadge p {
	text-align:center;
	color: white;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	text-transform:uppercase;
}
.datebadge p.day {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

/* header */
header {
	background-color: white;
	font-size: 25px;
}

/* footer */
footer {
	background: #1d1d1d url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/footer-bg.png') repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}
footer p,
footer p a,
footer h5 {
	color: white;
}
footer h5 {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}
footer ul {
	list-style-type: none;
	color: white;
	margin: 0px;
	padding: 0px;
}
footer ul li {
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer ul li a,
footer ul li a:hover {
	color: white;
	text-decoration:none;
}


/* forms */
.form-group.required .control-label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 9px;
	content: " \f069";
	color: red;
	vertical-align:top;
}
.btn-custom {
  background-color: #ed1d3a;
  border-color: #ed1d3a;
  color: white;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #df122e;
  border-color: #c71029;
	color: #d0d0d0;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ed1d3a;
  border-color: #ed1d3a;
}

 /* slider */
#carousel {
	border-top: 2px solid #878081;
	border-bottom: 2px solid #878081;
}
.carousel-caption {
    top: 0;
    bottom: auto;
}
.carousel-caption p {
	text-align: right;
	width: 40%;
	float: right;
	font-size: 18px;
	margin-top: 40px;
	padding: 10px;
/*	max-width: 200px; */
	background-color:rgba(0,0,0,0.4);	
}
/* back to top */
#back-top a{position:fixed;bottom:30px;right:30px;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;border-radius:5px;text-align:center}
#back-top a:hover{background-color:rgba(0,0,0,0.7)}
#back-top a i{font-size:3em}

/* nav bar */
.navbar  {
	background: transparent url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/navbar-bg.png' ) repeat-x;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	min-height: 46px;
	margin: 0px;
/*
	padding: 14px 0px 0px 0px !important;
	min-height:20px !important;
*/
}
.nav > li {
	background: transparent url( 'http://www.legalandmedicaltranscription.co.nz/uploads/images/layout/navbar-divider.png' ) no-repeat top right;
	padding: 12px 0px 11px 0px;
}
.nav > li:last-child {
	background: none;
}
.nav > li > a {
	padding: 0px;
	color: white;
	font-size: 14px;
/*	font-weight: bold; */
	font-family: Arial;
	background-color: transparent;
}
.nav > li.active {
	background-color: #074979;
}
.nav > li.active > a {
	background-color: transparent;
	font-weight: normal;
}
.nav > li.active > a:hover {
	font-weight: normal;
	color: white;
	background-color: transparent;
}
.nav > li > a:hover  {
	font-weight: normal;
	color: white;
	background-color: transparent;
}

/* Desktop and ipad lanscape */
@media (min-width: 768px)  {
	header {
		padding: 20px 0px 30px 0px;
	}
}
/* Mobile and ipad portrait */
@media (max-width: 767px) {
	header {
		padding: 10px 0px 20px 0px;
		font-size: 13px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	header {
		padding: 20px 0px 30px 0px;
	}
}

/* Stylesheet: layout Modified On 2014-09-11 16:31:30 */
a {
	color: #089cd6;
}
header a,
header a:hover {
	color: #0064aa;
	text-decoration:none;
}

h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	margin: 12px 0px 17px 0px;
}

/* Stylesheet: essentials Modified On 2014-08-20 09:57:32 */
