body{
	background: #ffffff;
}
.top-section{
padding-top:20px;
	background: url('/images/venue_people2.png') top center no-repeat;
	background-size:100% auto;
}

.middle-section{
padding-top:30px;
	background: #fff5de;
}

.middle-section-main{
margin-top:-20px;
padding-top:30px;
	background: #fff5de;
}


p.phone-top{
     margin-top:30px;   
}

.jumbotron-custom{
    background: rgba(250,250,250, 0.85);
    padding-right: 30px;
    padding-left: 30px;
}

#footer {
  	padding-top:10px;
  	padding-bottom:20px;
	background: #d9edf7;
	border-top: 1px solid #b6e4ed;
}

h1 {
    font-family: 'Lobster', Georgia, Times, serif;
}

h2 {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 50px;
    color:#36a6e0;
}

.Jumbo-Head {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 60px;
    color:#999999;
}

.Feature-Head {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 50px;
    color:#36a6e0;
    text-align:center;
    margin-bottom:20px;
}

.Register-Head {
	padding:0px;
	margin:0px;
	margin-bottom:30px;
}

.County-Head-Container {
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: bold;
    color:#666666;
    margin-bottom:30px;
}

.County-Head {
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: bold;
    color:#666666;
    margin:0px;
    padding:0px;
    display:inline;
    line-height:1.42857143;
}

.County-Town-Head {
    font-family: 'Lobster', Georgia, Times, serif;
    font-weight: 500;
    font-size: 28px;
    font-style: normal;
    color:#36a6e0;
    margin:0px;
    padding:0px;
}

.County-Venue-Name {
    font-family: 'Lobster', Georgia, Times, serif;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    color:#666666;
}

.Venues-Hire-Logo {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 50px;
    color:#36a6e0;
    margin:0px;
    padding:0px;
}

.navbar-brand-more {
	margin-bottom:10px;
	margin-top:10px;
}

.Featured-Venue {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 24px;
    color:#36a6e0;
    margin:0px;
    padding:0px;
}

.H1-Head-Small {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 30px;
    color:#36a6e0;
    margin:0px;
    padding-bottom:10px;
}

.Venue-Dir-Heading {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 24px;
    color:#999999;
    margin:0px;
    padding:0px;
}

.Venue-Directory {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 24px;
    color:#36a6e0;
    margin:0px;
    padding:0px;
}

.Venue-Finder-Heading {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 48px;
    color:#999999;
    margin:0px;
    padding-bottom:25px;
    
}

.login-message {
    font-size: 24px;
    color:#36a6e0;
    text-align:center;
    margin-bottom:30px;
}

.align-centered {
	text-align:center;
}

.align-righted {
	text-align:right;
}

.align-justify {
	text-align:justify;
}

.footer-text {
	font-size:10pt;
}

.TopLink {
	margin-top:4px;
}

.Pad-Bot-25 {
	padding-bottom:25px;
}

.Pad-20 {
	padding:20px;
}


.FromLocations {
	height:300px;
	overflow: auto;
	position:absolute;
	display:none;
	padding:4px;
	z-index:99999;
}

#VenuesFound {
    padding:10px;
    display:none;
    color:#ffffff;
    padding-top:15px;
    text-weight:bold;
    text-align:center;
    position:fixed;
    top: 50%;
    left: 50%;
    width:20em;
    height:12em;
    margin-top: -6em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #2c7ed3;
    border-style: solid;
    background-color: #589de3;
    z-index:9999;
-webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius:20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;
}

#NoVenuesFound {
    display:none;
    color:#ffffff;
    padding-top:15px;
    text-weight:bold;
    text-align:center;
    position:fixed;
    top: 50%;
    left: 50%;
    width:20em;
    height:10em;
    margin-top: -5em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #de4b4b;
    border-style: solid;
    background-color: #ed7676;
    z-index:9999;
-webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius:20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;
}