/* Add here all your CSS customizations */
.form-control2 {
	/*display: block;
	width: 100%;*/
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-right: 10px;
}
.lr10 {
	margin-left: 1%;
	margin-right: 1%;
}

/* spacer */
.spacer_left {
	margin-left: 10px;
}
.spacer5 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.spacer10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.spacer20 {
margin-top: 20px;
margin-bottom: 20px;
}
.spacer25 {
margin-top: 32px;
}
.top_b20 {
margin-top: 0px;
margin-bottom: 20px;
}

.spacerunder30 {
margin-top: 10px;
margin-bottom: 20px;
}
.spacerlr {
margin-left: 10%;
}	
.spacerlrl {
margin-left: 10px;
}	
.spacerlrl20 {
margin-left: 20px;
}	

.under{
border: thin solid #C6C6C6;
}
.spacerr20
{
margin-right: 20px;
}	
.top20
{
	margin-top: 20px;
}			
		
.align-right{
	width: 400px;
	float: right;
	margin-bottom: -15px;
}			
/*  map */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;d
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



li {
	line-height: 24px;
}


.topm{
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 50px;
}

.whitel{
	color: #FFFFFF;
}
.pinkl{
	color: #FF3778;
	font-weight: bold;
	font-size: medium;
	padding-left: 0px;
}


.bg-red {
	background-color: #CC0001;
}

.bg-white {
	background-color: #ffffff;
}



.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media (min-width: 992px) {
.logo {
 z-index: 3;
 position: absolute;
 top: -40px;
 left: 20px;
 width: 243px;
 height: 40px;
}
}

.resetfont_h2 {
	color: #cc0001 !important;
}