#google_canvas
{
  margin-top: 50px; /* minimum height of nav bar */
  width: 100% !important;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.fh_form_margins
{
  margin: 10px;
}
.normalContentWrapper
{
  margin-top: 150px; /* minimum height of nav bar */
}

.maprow
{
  margin-bottom: 15px;
}

.event_features_list
{
  margin-left: 0px;
}

.map_filters
{
  margin-top: 50px; /* minimum height of nav bar */
  padding-top: 15px;
}

.no-right-margin
{ 
  margin-right: 0px !important;
}

.check-box-list
{
  margin-top: 15px;
  list-style-type: none;
  padding-left: 5px;
}

.jumbotron
{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.features_icon
{
  margin-top: 30px;
  height:175px;
  margin-left: auto;
  margin-right: auto;
}

.features_text
{
  margin-top: 15px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.cta_frame
{
  width: 100%;
}

.background-blue
{
  background-color: #1D1D8E;
}

.text-white
{
  color: white;

}

footer
{
  background-color: #C0C0C0;
  color: black;
}

.region-label
{
  margin-left: 20px;
}


.main_cta
{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}


.explore-region-label
{
  text-align: center;
  margin-bottom: 30px;
}

.logo_image_v3
{
  width: 60%;
}

.signup_button
{
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.loader {
    margin-right: auto;
    margin-left: auto;
    z-index: 99999;
    top: 50%;
    left: 50%;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#wrapper { position: relative; 
position: relative;
/* background-color: rgba(0,0,0,.4); */
/* background-image: url('/media/images/ajax-loader.gif'); */
/* background-position: center; */
/* background-repeat: no-repeat; */
}
#loader_container { position: absolute; top: 10px; left: 10px; z-index: 99; background-color: rgba(0,0,0,.2);}


/* css switch */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider_label
{
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
}

.slider_group
{
  margin-left: 5px;
}

#event_types_list, #event_features_list, #event_amenities_list
{
  display: none;
  padding-left: 20px;
}

.fh_map_filters_label
{
  text-align: center;
  font-weight:bold;
  margin: 10px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    /* height: 39px; */
}

input[type="text"], input[type="password"] {
    /* height: 39px; */
}

#admission_rate
{
  /* margin-top: 10px; */
}


ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

li.facebook {
  background: url('/media/images/social/facebook.png') no-repeat left top;
}

li.twitter {
  background: url('/media/images/social/twitter.png') no-repeat left top;
}

li.instagram {
  background: url('/media/images/social/instagram.png') no-repeat left top;
}

li.youtube {
  background: url('/media/images/social/youtube.png') no-repeat left top;
}

li.social_icon_pos {
  height: 54px;
  padding-left: 44px;
  padding-top: 10px;
  margin-left: 10px;
}

.map_full_row
{
  height: 300px !important;
}

#load_messages
{
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  margin-top: 100px;
  border-top: 1px #c0c0c0 solid;
  text-align: center;
}


.fh_formbox
{
  background-color: #c0c0c0;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px;
}

.fh_formrow
{
  margin: 5px;
}

.fh_v3_info
{
  margin-bottom: 25px;
  padding-left: 5px;
}

.fh_v3_eventTitleRow
{
  background-color: #c0c0c0;
  color: #000;
  border-bottom: 1px #000 solid;
  border-radius: 5px;
  margin-bottom: 10px;
}

.fh_v3_eventRowWhite
{
  background-color: #fff;
}

.fh_v3_eventRowGrey
{
  background-color: #eee;
}

.fh_v3_sideBorder
{
  border-left: 2px solid #000;
  margin-left: 5px;
  margin-bottom: 10px;
}

.row_underline
{
  border-bottom: 1px solid #000;
}

.row_left_margin_indent
{
  margin-left: 20px;
}

.row_alt_list_styling
{
  border-left: 2px solid #000;
  margin-bottom: 10px;
}

.featured-event-main
{
  margin-bottom: 10px;
  margin-top: 10px;
  width: 250px;
  max-height: 250px;
}

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
