/* CSS Document */
/*Copies of error Classes*/
.text-primary {
  color: #428bca;
}

.errorSummary {
  color: #b94a48;
}

.errorMessage {
	color: #FF0000;
}

.errorMessage-blink { 
	color: #00CC99 !important;
	text-decoration: blink;	
}

.text-success {
	color: #468847;
	font-family: Verdana, Geneva, sans-serif;
}
/*Fixes / Corrections needed from the template*/
/* To get checkboxes inline when wrapped ina oneLineLabel clss outer wrapper somwewhere*/
.oneLineLabel input
{
    width: 10%;
}

/*--------Headings -------*/

#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
	background-color: rgba(80,106,133,0.35);
	box-shadow: -.500em 0 0 rgba(80,106,133,0.35),.500em 0 0 rgba(80,106,133,0.35);
	-webkit-box-shadow: -.500em 0 0 rgba(80,106,133,0.35),.500em 0 0 rgba(80,106,133,0.35);
}

/*--------Backgrounds -------*/


/*--------Add Cart -------*/
.z-index-high{
	z-index:100;
}
.btn-ex-lg {
	font-size: 20px;
	line-height: 1em;
	border-radius: 6px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 15px;
	text-align:left;
}
.hiddenButtons { display: none; }