#footer .footer-nav ul:after {
	content: " ";
	display: block;
	clear: both;
}

.block-header .subnav,
.block-header .social,
#nav ul,
#footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: "Gautami";
	src: url("../fonts/Gautami.eot");
	src: url("../fonts/Gautami.eot?#iefix") format("embedded-opentype"), url("../fonts/Gautami.woff") format("woff"), url("../fonts/Gautami.ttf") format("truetype"), url("../fonts/Gautami.svg#Gautami") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Museo";
	src: url("../fonts/MuseoSans-300-webfont.eot");
	src: url("../fonts/MuseoSans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans-300-webfont.woff") format("woff"), url("../fonts/MuseoSans-300-webfont.ttf") format("truetype"), url("../fonts/MuseoSans-300-webfont.svg#MuseoSans-300-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GillSansMTBold";
	src: url("../fonts/GillSansMTBold.eot");
	src: url("../fonts/GillSansMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansMTBold.woff") format("woff"), url("../fonts/GillSansMTBold.ttf") format("truetype"), url("../fonts/GillSansMTBold.svg#GillSansMTBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GillSansMT";
	src: url("../fonts/GillSansMT.eot");
	src: url("../fonts/GillSansMT.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansMT.woff") format("woff"), url("../fonts/GillSansMT.ttf") format("truetype"), url("../fonts/GillSansMT.svg#GillSansMT") format("svg");
	font-weight: normal;
	font-style: normal;
}

@-ms-viewport {
	width: auto !important;
}

html,
body {
	min-width: 768px;
}

body {
	background: url(../images/bg-top.jpg);
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#wrapper:after {
	content: "";
	position: absolute;
	height: 24px;
	width: 100%;
	top: 0;
	z-index: 1;
	background: url(../images/bg-header.png);
	border-bottom: 1px solid #fff;
}

.container-fluid {
	position: relative;
}

.block-header {
	position: absolute;
	right: 7px;
	top: 0;
	z-index: 100;
}

.block-header .subnav {
	text-align: right;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	position: relative;
	padding: 8px 12px 6px 17px;
	letter-spacing: -4px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #fff;
}

.block-header .subnav:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -9999px;
	padding: 0 9999px;
	background: url(../images/bg-yellow.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #133a6b;
	box-shadow: 0 -3px 7px -1px #0b385c;
}

.block-header .subnav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0;
	z-index: 100;
	padding: 0 5px 0 8px;
}

.block-header .subnav li:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #0b385c;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}

.block-header .subnav li:first-child:after {
	display: none;
}

.block-header .subnav li a {
	color: #0b385c;
	text-decoration: none !important;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.block-header .subnav li a:hover {
	color: #50574d;
	text-shadow: 2px 1px 0 #fff;
}

.block-header .social {
	overflow: hidden;
	position: absolute;
	top: 9px;
	right: 100%;
	min-width: 106px;
}

.block-header .social li {
	float: left;
	padding: 0 0 0 3px;
}

.block-header .social a {
	display: block;
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

.block-header .social a.google {
	background-position: -35px 0;
}

.block-header .social a.pers {
	background-position: -70px 0;
}

.header-form {
	margin: 0 5px -1px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 11px 11px 0;
	background: url(../images/bg-yellow.png);
	border: solid #fff;
	border-width: 1px 1px 0;
}

.header-form .input-holder {
	float: left;
	position: relative;
	border: 1px solid #979292;
	background: #fff;
	min-width: 307px;
	padding: 0 0 0 41px;
}

.header-form .input-holder i {
	font-size: 16px;
	color: #bababa;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px 12px 12px 14px;
}

.header-form .input-holder input {
	text-transform: uppercase;
	color: #bababa;
	border: 0;
	outline: none;
	font-size: 11px;
	line-height: 20px;
	padding: 2px 5px 0 0;
	height: 34px;
	width: 100%;
}

.header-form button {
	text-align:center;
	background: #133a6b;
	border: 1px solid #fff;
	color: #e0e5eb;
	margin: 0 0 0 6px;
	overflow: hidden;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
	line-height: 18px;
	text-shadow: 2px 1px 0 #133a6b;
	text-transform: uppercase;
}

.container-fluid {
	max-width: 1156px;
	margin: 0 auto;
}

#header {
	padding: 31px 0 29px;
	position: relative;
	z-index: 10;
	background: url(../images/bg-top.jpg);
}

.header-holder {
	position: relative;
	z-index: 1;
	margin: -100px 0 0 0;
	border:1px solid lime;
}

.header-holder .nav-holder {
	padding: 0 0 0 380px;
}

.header-holder:after {
	content: "";
	background: #eaeaea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZDdkN2Q3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(3%, #d7d7d7), color-stop(38%, #e7e7e7), color-stop(49%, #e9e9e9), color-stop(51%, #e6e6e6), color-stop(54%, #dfdfdf), color-stop(95%, #d2d2d2), color-stop(97%, #d2d2d2), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #d7d7d7 3%, #e7e7e7 38%, #e9e9e9 49%, #e6e6e6 51%, #dfdfdf 54%, #d2d2d2 95%, #d2d2d2 97%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #d7d7d7 3%, #e7e7e7 38%, #e9e9e9 49%, #e6e6e6 51%, #dfdfdf 54%, #d2d2d2 95%, #d2d2d2 97%, #e8e8e8 100%);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	bottom: 0;
	margin: 0 -9999px;
	padding: 0 9999px;
}

.header-holder:before {
	content: "";
	position: absolute;
	height: 29px;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 100%;
	box-shadow: 0 0 9px -2px #000;
	margin: 0 -9999px;
	padding: 0 9999px;
	background: url(../images/bg-top.jpg);
	border-top: 1px solid #133a6b;
	border-bottom: 1px solid #fff;
}

.top-header {
	overflow: hidden;
	padding: 0 0 0 6px;
	margin: -18px 0 0 0;
}

.logo {
	float: left;
	margin: 11px 0 7px 2px;
	position: relative;
	z-index: 500;
}

.logo a {
	display: block;
}
.navbar-default {
	min-height: 1px;
}

#nav {
	display: table;
	width: 100%;
	font: 11px/12px "GillSansMTBold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav ul {
	display: table-row;
	padding: 0;
	margin: 0;
}

#nav li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 13px 5px 12px 5px;
}

#nav li.active a {
	text-decoration: none;
	color: #0055bd;
}

#nav a {
	color: #0b385c;
	text-decoration: none !important;
	display: block;
}

#nav a:hover {
	text-decoration: none;
	color: #0055bd;
}

.holder-section {
	background: url(../images/bg-bottom.jpg) repeat 50% 0;
	position: relative;
	padding: 58px 0 0 0;
	z-index: 1;
}

.holder-section:after {
	content: "";
	position: absolute;
	height: 39px;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background: #f3cc11;
	border-top: 1px solid #fff;
	border-bottom: 17px solid #133a6b;
	box-shadow: 0 0 9px -2px #000;
}

.holder-section .promo {
	font-size: 14px;
	line-height: 18px;
	color: #acacac;
	padding: 0 0 10px;
}

.holder-section .promo header {
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}

.holder-section .promo header p a {
	text-decoration: none;
}

.holder-section .promo .more {
	position: absolute;
	bottom: 10px;
	left: 22px;
	right: 22px;
	white-space: normal !important;
	border-radius: 2px;
	border: 1px solid transparent;
	color: #fff;
	text-align: center;
	padding: 9px 10px 9px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	z-index: 1;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	text-decoration: none !important;
}

.holder-section .promo h2 {
	font: 29px/36px "GillSansMTBold", Arial, Helvetica, sans-serif;
	color: #133a6b;
	text-transform: uppercase;
	margin: 0 0 3px;
	text-shadow: 0 0 10px #fff;
}

.holder-section .promo .box {
	border: 1px solid #133a6b;
	padding: 11px 10px 58px 17px;
	border-radius: 4px;
	margin: 0 0 10px;
	position: relative;
	box-shadow: 0 0 4px 1px rgba(255, 255, 255, .5);
	background: #fff;
	min-height: 200px;
	overflow: hidden;
}

.holder-section .promo .box p {
	font-family: "Museo", Arial, Helvetica, sans-serif;
}

.holder-section .promo .box:after {
	content: "";
	background: url(../images/img01.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 278px;
	height: 166px;
}

.holder-section .promo .box.contact:after {
	content: "";
	background: url(../images/img02.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 279px;
	height: 236px;
}

.holder-section .promo .info-container {
	border: 1px solid #fff;
	padding: 15px 60% 70px 16px;
	border-radius: 2px;
	margin: 0 0 10px;
	background: #37544f;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	position: relative;
	box-shadow: 0 0 4px 1px rgba(54, 85, 78, .5);
	background: #0b385c;
}

.holder-section .promo .info-container:after {
	content: "";
	background: url(../images/img04.png) no-repeat;
	position: absolute;
	bottom: -19px;
	right: 1px;
	width: 338px;
	height: 223px;
}

.holder-section .promo .info-container .more {
	left: 16px;
	right: auto;
	color: #0b385c;
}

.holder-section .promo .info-container p {
	margin: 0 0 18px;
	font-family: "Museo", Arial, Helvetica, sans-serif;
}

.holder-section .promo .info-container header {
	margin: 0 -160% 0 0;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.holder-section .promo .info-container h2 {
	color: #fdd30b;
	margin: 0 0 6px 0;
	text-shadow: 0 0 10px #048dbd;
}

.holder-section .promo .info-container header p {
	margin: 0 0 20px;
}

.holder-section .promo .info-container header p a {
	color: #fff;
}

.email-block {
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 0 9px 59px;
	margin: 0 0 0 -3px;
	position: relative;
	font-weight: bold;
	text-shadow: 2px 1px 1px #fff;
}

.email-block .email {
	color: #0b385c;
	text-decoration: none !important;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.email-block .email:hover {
	color: #acacac;
	text-shadow: 2px 1px 0 #fff;
}

.email-block:after {
	content: "";
	position: absolute;
	top: 0;
	width: 51px;
	height: 40px;
	left: 0;
	background: url(../images/ico01.png) no-repeat;
}

.gallery-frame {
	padding: 32px 0 8px;
	position: relative;
	background: #fff;
}

.form-container {
	position: relative;
	padding: 0 9px 0 0;
	color: #444;
	text-shadow: 2px 1px 1px #fff;
}

.form-container .button-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 9px;
}

.form-container h2 {
	border: 1px solid #acacac;
	background: #fff;
	margin: 0 0 18px;
	padding: 9px 2px;
	color: #37544f;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font: 19px/24px "GillSansMTBold", Arial, Helvetica, sans-serif;
}

.form-container h3 {
	padding: 4px 0 21px;
	margin: 0;
	color: #acacac;
	font: 14px/17px "Museo", Arial, Helvetica, sans-serif;
}

.form-container .input-group {
	width: 100%;
	margin: 0 0 8px;
	font: 19px/24px Arial, Helvetica, sans-serif;
}

.form-container .input-group input {
	width: 100%;
}

.form-container .input-group .form-control {
	height: 35px;
	font-size: 13px;
	text-transform: uppercase;
}

.form-container .input-group-addon {
	display: block;
	float: left;
	width: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	text-align: left;
	padding: 0;
}

.form-container .input-group-addon input {
	float: left;
	width: 13px;
	outline: none !important;
	height: 13px;
	margin: 2px 12px 0 3px;
}

.form-container .input-group-addon label {
	overflow: hidden;
	margin: -5px 0;
	padding: 0;
	font: 13px/16px "GillSansMT", Arial, Helvetica, sans-serif;
	color: #acacac;
}

.form-container button[type="submit"] {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	width: 100%;
	color: #0b385c;
	border: 1px solid #acacac !important;
	padding: 6px 12px;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	white-space: normal;
	margin: 0 0 0 0;
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(3%, #ececec), color-stop(33%, #fafafa), color-stop(52%, #fff), color-stop(55%, #f5f5f5), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ececec 3%, #fafafa 33%, #fff 52%, #f5f5f5 55%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #ececec 3%, #fafafa 33%, #fff 52%, #f5f5f5 55%, #e7e7e7 100%);
	border-color: #37544f;
	font: 14px/16px "GillSansMTBold", Arial, Helvetica, sans-serif;
}

#footer {
	position: relative;
	padding: 10px 0 0;
	background: url(../images/bg-top.jpg);
}

#footer .footer-nav {
	text-align: center;
	padding: 8px 0;
	border-radius: 3px;
}

#footer .footer-nav ul {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

#footer .footer-nav ul li {
	padding: 0 8px;
	float: left;
	color: #f3cc11;
	position: relative;
	text-transform: uppercase;
}

#footer .footer-nav ul li a {
	color: #f3cc11;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none !important;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#footer .footer-nav ul li a:hover {
	color: #fff;
}

#footer .footer-nav ul li:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	background: #f3cc11;
	height: 12px;
	width: 1px;
}

#footer .footer-nav ul li:first-child:after {
	display: none;
}

.navbar-default {
	padding: 0;
	background: none;
	border-radius: 0;
	border: 0;
	margin: 0;
}

@media only screen and (max-width: 1010px) {
	#header {
		z-index: 100;
		padding-bottom: 0;
		padding: 20px 0;
	}

	.header-holder {
		margin: -25px 0 0 0;
	}

	.header-holder .navbar-collapse {
		padding: 0;
		width: 100%;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 100%;
		z-index: 10000;
		background: none;
	}

	.logo {
		width: 120px;
	}

	.logo img {
		width: 100%;
	}

	.navbar {
		position: static;
	}

	#nav {
		display: block;
		background: rgba(255, 255, 255, .8);
	}

	#nav ul {
		display: block;
	}

	#nav li {
		display: block;
		padding: 5px;
	}

	.gallery-container {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.holder-section .promo .box {
		color: #000;
	}

	.holder-section .promo .box:after {
		display: none;
	}

	.email-block {
		padding: 10px 0 9px 59px;
	}

	.form-container .form-container {
		padding-top: 20px;
	}

	#footer .footer-nav ul li {
		font-size: 10px !important;
	}

	#footer .footer-nav ul li a {
		font-size: 10px !important;
	}

	#footer .footer-nav ul li:after {
		height: 8px !important;
	}
}


/* CARWASH MENU */
.pricely-chart .pricely-pro ul.list-group {
	margin-left:0;
	padding-left:0;
	font-family:"GillSansMT";
	
}

.pricely-chart .pricely-pro .panel-heading {
	/*min-height:342px;*/
	background-color:#123666;
	color:#fff;
}

.pricely-chart .pricely-pro .panel-heading span.menu-panel-title {
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
}

.pricely-chart .pricely-pro .pricely-inner .related-product {
	font-size:.8em;
	/*text-shadow:1px 1px 1px #000;*/
}

.pricely-chart .pricely-pro .panel-heading .pricely-label {
	color:#F8CE09;
	font-size:1em;
	text-shadow:1px 1px 1px #000;
}

.pricely-chart .pricely-pro .panel-heading .pricely-figure .pricely-amount {
	font-size:2.7em;
	text-shadow:1px 1px 1px #000;
}

.pricely-chart .pricely-pro .pricely-first-heading ul.list-group li.list-group-item {
	font-size:1.5em;
	color:#434343;
	text-align:right
}

.pricely-chart .pricely-pro ul.list-group li.list-group-item {
	min-height:65px;
	text-transform:uppercase;
	color:#00AF0D;
	font-weight:bold;
}

.pricely-chart .pricely-pro #full-service-addons {
	padding:11px 15px;
	text-align:left;
	line-height:1.5em;
	font-size:.8em;
}

.pricely-chart .pricely-pro #full-service-addons h3 {
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	font-size:1em;
	color: #fff;
	margin-bottom:1em;
	font-weight:bold;
}
.pricely-chart .pricely-pro #full-service-addons li {
	text-shadow:1px 1px 1px #000;
	font-size:1.4em;
}
/* END CARWASH MENU */


.page-title {
	font-family:GillSansMTBold;
	text-transform:uppercase;
}

.teaser-product-image {
	border:1px solid transparent;
}

.btn-warning { 
  color: #133A6B; 
  background-color: #F3CC11; 
  border-color: #C7A810; 
} 
 
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning { 
  color: #133A6B; 
  background-color: #FFDB29; 
  border-color: #C7A810; 
} 
 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning { 
  background-image: none; 
} 
 
.btn-warning.disabled, 
.btn-warning[disabled], 
fieldset[disabled] .btn-warning, 
.btn-warning.disabled:hover, 
.btn-warning[disabled]:hover, 
fieldset[disabled] .btn-warning:hover, 
.btn-warning.disabled:focus, 
.btn-warning[disabled]:focus, 
fieldset[disabled] .btn-warning:focus, 
.btn-warning.disabled:active, 
.btn-warning[disabled]:active, 
fieldset[disabled] .btn-warning:active, 
.btn-warning.disabled.active, 
.btn-warning[disabled].active, 
fieldset[disabled] .btn-warning.active { 
  background-color: #F3CC11; 
  border-color: #C7A810; 
} 
 
.btn-warning .badge { 
  color: #F3CC11; 
  background-color: #133A6B; 
}