/* BOOTSTRAP PATCHES
************************************************************************/

/* headers */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ margin: 0; padding: 0; clear: both; }
h1, h2 ,h3, .h1, .h2, .h3{ margin-top: 15px; margin-bottom: 15px; }
h4, h5, h6, .h4, .h5, .h6{ margin-top: 10px; margin-bottom: 10px; }

.alert{ margin-bottom: 0px !important; }

/* * */
*:focus{ outline: none !important; }

/* grids */
.container{ position: relative; }
.row.row-narrow{ margin-left: -5px; margin-right: -5px; }
	.row.row-narrow > div[class*=col-]{ padding-left: 5px; padding-right: 5px; }

/* form */
.btn-default{ padding: 1px 25px 1px 45px; background-image: url("../images/iconArrow4.png"); background-position: left 25px center; background-repeat: no-repeat; background-color: #ed1c24; border-color: #ed1c24 !important; border-radius: 0px; color: #fff; font-size: 20px; }
.btn-default:hover, .btn-default:focus{ background-color: #ce171e; border-color: #ce171e !important; color: #fff; }

.btn-primary{ width: 180px; padding: 1px 5px; background-color: #ed1c24; border-color: #ed1c24 !important; border-radius: 0px; color: #fff; font-size: 20px; }
.btn-primary:hover, .btn-primary:focus{ background-color: #ce171e; border-color: #ce171e !important; color: #fff; }

.btn-info{ padding: 1px 5px; background-color: #231f20; border-color: #231f20 !important; border-radius: 0px; color: #fff; font-size: 20px; }
.btn-info:hover, .btn-info:focus{ background-color: #393536; border-color: #393536 !important; color: #fff; }

.form-control{ height: 27px; padding: 3px; border: none; background-color: #929da5; }
.store-contact .form-control{ height: 22px; margin-bottom: 2px; padding: 1px 3px; color: #fff; font-weight: bold; }

textarea{ resize: none; }

.panel-primary { border-color: #231F20; }
.panel-primary > .panel-heading{ background-color: #D1D2D4; border: #D1D2D4; color: #231F20; }
.panel-body{ color: #555; }
.panel-body tr td{ padding-bottom: 3px;}
.panel-body .form-control{ background-color: #fff; border: 1px solid #ccc; font-size: 16px; }

.img-responsive{ display: inline !important; }
/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================= */

/* Mobile */
@media (max-width: 767px){
	.container{ padding-left: 0px !important; padding-right: 0px !important; }
	.row{ margin-left: 0px; margin-right: 0px; }
		.row > div[class*=col-]{ padding-left: 5px; padding-right: 5px; }

	.btn-primary{ width: 115px; }

	.store-contact .btn{ width: 32%; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.container{ width: 756px !important; padding-left: 10px !important; padding-right: 10px !important; }
	.row{ margin-left: -10px; margin-right: -10px; }
		.row > div[class*=col-]{ padding-left: 10px; padding-right: 10px; }

	#inlineForm.container{ width: 680px !important; padding: 0px !important; }

	.btn-primary{ width: 139px; }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large Desktop */
@media (min-width: 1200px){
	.container{ width: 970px !important; }
}

/* Retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
}



/*  NON-RESPONSIVE (ENABLE WHEN NON-RESPONSIVE)
================================================================= * /
.container{ width: 970px !important; min-width: 970px !important; }
/**/

