@CHARSET "ISO-8859-1";

html, body {
	font-family: AudiType-ExtendedNormal_03,Verdana,sans-serif;
    font-size: 12px;
	color: #000;
	background: #e7e9ea;
}

body {
	font-family: AudiType-ExtendedNormal_03,Verdana,sans-serif;
    font-size: 12px;
	color: #000;
	background: #f2f2f2;
}

h1, h2, h3, h4, h5 {
	color: #000;
}

a, a:hover, a:visited {
	color: #cf1e38;
}

p, ul, li {
	
}

h1{
	font-size: 16pt !important;
	font-weight: 700 !important;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

h2{
	font-size: 15pt !important;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

h3 {
	font-size: 13pt !important;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

h4 {
	font-size: 10pt !important;
	font-weight: bold;
}

/*************************/
/*		FONTS			*/
/***********************/
@font-face {
	font-family: Avenir-Bold;
	src: url(../../fonts/AudiType-ExtendedBold_03.ttf);
}

/********************************/
/*      Mobile Error Sticky     */
/********************************/
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

.errSticky {
	color: #fff;
	background-color: #cf1e38;
	padding: 10px;
}

.errStickyHide {
	display: none;
}

.errStickyShow {
	display: block;
}

/********************************/
/*           Footer             */
/********************************/
#footer {
	background-color: #4c4c4c;
	color: #fff;
}

/********************************/
/*       Buttons                */
/********************************/
.btn {
	border-radius: 0px !important;	
}

.btn-default {
	color: #fff !important;
	background-color: #cf1e38;
	border-color: #cf1e38;
}

a.btn-default {
	color: #fff !important;
	background-color: #cf1e38;
	border-color: #cf1e38;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .btn-default.disabled, .btn-default[disabled],
	.open>.dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #aa142d;
	border-color: #aa142d;
}

.btn-generic {
	color: #fff !important;
	background-color: #cf1e38;
	border-color: #bd1b33;
}

a.btn-generic {
	color: #fff !important;
	background-color: #cf1e38;
	border-color: #bd1b33;
}

.btn-generic:hover, .btn-generic:focus, .btn-generic:active,
	.btn-generic.active, .btn-generic.disabled, .btn-generic[disabled],
	.open>.dropdown-toggle.btn-generic {
	color: #fff !important;
	background-color: #c03;
	border-color: #bd1b33;
}

.btn-primary {
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

a.btn-primary {
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
	.open>.dropdown-toggle.btn-primary {
	color: #fff !important;
	background-color: #434c53;
	border-color: #434c53;
}

/********************************/
/*       Blocks and focus       */
/********************************/
.block-statusbar {
	background-color: transparent;
	color: #000;
}

.block-header {
	height: 110px;
	background-color: #fff;
}

.block-focus {
	border: none;
	border-radius: 0px;
	background-color: #f7f7f7;
}

.block-focus-frame {
	background-color: #F1F1F1;
	border: solid 1px #ccc;
}

.block-focus-light {
	border: solid 5px #e7e9ea;
	border-radius: 0px;
}

/********************************/
/*           Panels             */
/********************************/
.panel {
	border: none !important;
	border-radius: 0px;
	background-color: #fff;
	border: solid 1px #e5eaee;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 0px;
	background-color: #000 !important;
	border: none !important;
	color: #fff !important;
}

.panel-body {
	border: none !important;
	background-color: #fff;
}

.panel-footer {
	border: none !important;
	border-radius: 0px;
	background-color: #fff;
}

/********************************/
/*           Wizard             */
/********************************/

/* http://bootsnipp.com/ */
.bs-wizard {
	margin-top: 20px;
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {
	
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	font-weight: bold;
	color: #8e8e8e;
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fd7c8f;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #cf1e38;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fd7c8f;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

.bs-wizard-info-block {
	border: solid 1px #eee;
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 0px;
}

.bs-wizard-frame {
	padding: 5px;
	margin: 5px;
	background-color: #f9f9f9;
	border: solid 1px #EFEFEF;
	border-radius: 0px;
}

@media ( min-width : 992px) {
	.bs-wizard-media-fix {
		padding-right: 65px;
	}
}

@media ( min-width :768px) and (max-width: 991px) {
	.bs-wizard-media-fix {
		padding-right: 78px;
	}
}

/********************************/
/*         Bloodhound           */
/********************************/
.tt-dataset-surbubs {
	color: #000;
	background-color: #E6E6E6;
}

/********************************/
/*           Alerts             */
/********************************/

.alert{
	border-radius: 0px !important;
}

.alert-warning {
	color: #fff;
	background-color: #f39200;
	border-color: #f39200;
}

.alert-success {
	color: #fff;
	background-color: #cf1e38;
	border-color: #cf1e38;
}

.alert-info {
	color: #fff;
	background-color: #cf1e38;
	border-color: #cf1e38;
}

.alert-danger {
	color: #fff !important;
	background-color: #cf1e38 !important;
	border-color: #cf1e38 !important;
}

/********************************/
/*            Forms             */
/********************************/

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px #C5C5C5 solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #ccc;
	background-color: #f0f0f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/********************************/
/*    Headers, text and logos   */
/********************************/
.header {
	
}

.header-text {
	color: #666;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #cf1e38;
}

.feature-text {
	color: #cf1e38;
}

.feature-color {
	color: #cf1e38;
}

.focus-color {
	color: #cf1e38;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #fff;
}

.tooltip-inner {
	background-color: #434c53;
	color: #fff;
	border-radius: 0px;
}

.tooltips-disclaimer {
	color: #cf1e38;
}

/********************************/
/*       General                */
/********************************/
hr {
	border-top: 2px solid #f0f0f0;
}

.default-message {
	color: #cf1e38;
}

/********************************/
/*     Contact Us Collapse      */
/********************************/
#contactUsCollapse {
	border-bottom-color: #e4e4e4;
	background-color: #fff;
}

.contactUsContainer {
	background-color: #fff !important;
}

/********************************/
/*       Radio Buttons         */
/********************************/
.radio label::before {
	border: 1px solid #ccc;
	background-color: #fff;
}

.radio label::after {
	background-color: #555;
}

.radio-info input[type="radio"]+label::after {
	background-color: #cf1e38;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #ccc;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #cf1e38;
}

.checkbox label::before {
	border: 1px solid #ccc;
	background-color: #fff;
}

.checkbox label::after {
	color: #cf1e38;
}

.checkbox input[type="checkbox"]:disabled+label::before, .checkbox input[type="radio"]:disabled+label::before
	{
	background-color: #eee;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
	.checkbox-info input[type="radio"]:checked+label::before {
	background-color: #cf1e38;
	border-color: #cf1e38;
}