.hb_thumb {max-width:12rem;}

#home_location
{
    width:21rem;
}
#home_page_panel
{
    height:30rem;
}
.homebooking_logo_image {max-width:16rem;}

/*handelsblatt orange  #EE7000;			 */

.my-logo h1 a  {
    padding: 0px;
    font-size: 1.5rem;
    font-weight: 400;

    font-family: 'Niconne', cursive;
    margin-top:6px;
    text-decoration:none;
    margin-bottom:1px;
}

.my-logo span.smaller
{
    font-size: 1.5rem;
    font-family: 'Niconne', cursive;
    
}

body
{
    font-family:"Source Sans Pro",helvetica,arial,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    /* text-rendering: optimizelegibility; */
    font-family: 'Varela Round', sans-serif;/* inherit; */
        /* text-align:center; */
}

#logo_image
{
    max-height:2.5rem;
}

/* #logo_content */
/* { */
/*     margin-top:-30px; */
/* } */
.guest_count_container .form-control
{
    border-radius:0;
}

#logo
{
    /* margin-top:25px; */
    /* padding-bottom:5px; */
    /* margin-top:-5px; */
}

.search_results_header
{
    text-transform: uppercase;
}

.my-logo h1 a  {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    /* margin: 5px 0px 0px 10px; */
    font-family: 'Yanone Kaffeesatz', cursive;
    margin-top:6px;
    text-decoration:none;
    margin-bottom:1px;
}
.my-logo a span.smaller
{
    font-size: .5em;
}

body
{
    background-image: url("/images/high_five_edited.png");
    background-repeat: no-repeat;
    font-family:Lato,helvetica,arial,sans-serif;
    /* "Source Sans Pro" */
}

.input-group-lg > .search_form_element
{
    border-radius: 0px;
}

.panel_row
{
    background-image:url('/images/homebooking_homepage.jpg');
}

h1, h2, h3, h4, h5, h6
			{
			    text-rendering: optimizelegibility;
			    font-family:inherit;
			}

.panel_container
{
    padding-top:280px;
}

.search_form
{
    /* white-space: nowrap; */
    background: rgba(174, 181, 184, 0.22) none repeat scroll 0% 0%;
    padding: 10px;
    box-sizing: border-box;
}

.hp_search_form_elem
{
    width:22rem;
}

#main
{
    margin-top:-3.5rem;
}

#home_page_panel_container .search_form_element
{
    width:299px;
}
#activities_panel_container .search_form_element
{
    width:11rem;
}

#activities_panel_container .input-group-addon
{
    border-radius:0;
}

/* @media (min-width: 768px) */
/* { */
    .form-inline .input-group {
	vertical-align:top;
    }
/* } */				

@media (max-width: 767px) {
    /* CSS goes here */
    .form-inline .input-group > .search_form_element
    {
	width:100%;
    }
}

@media (max-width: 767px) {
    /* CSS goes here */
    .my_subtitle
    {
	display:none;
    }
}

#content
{
    margin-top:20px;
    }


/* Bootstrap defines the following widths */

/*     Extra small devices (phones, less than 768px) */
/*     Small devices (tablets, 768px and up) */
/*     Medium devices (desktops, 992px and up) */
/*     Large devices (large desktops, 1200px and up) */

.signup_or_separator__text
{
    display: inline-block;
    padding: 8px;
}

.signup_or_separator
{
    background: transparent none repeat scroll 0% 0%;
    height: 34px;
    position: relative;
    text-align: center;
}

.signup_or_separator hr
{
    margin: -16px auto 10px;
    width: 90%;
}

#place_name_search
{
    width:291px;
}

li.placeholder {background: rgb(255,240,120);}
li.placeholder:before {
  content: "Drop here";
}


/* upload stuff */

.delete {
    cursor:pointer;
    border: none;
}

.file {
    float: right;
}

.file-link {
    margin-bottom: 15px;
}
.button {
    font-size: 11pt;
    padding: 3px;
    margin-right: 2px;
    cursor:pointer;
    border:1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow:    inset 0 0 4px #999;
    -webkit-box-shadow: inset 0 0 4px #999;
    box-shadow:         inset 0 0 4px #999;
    border-radius: 4px;
}

footer
{
    border-top: 25px solid #1F4B59;
    font-weight:500;
}

.save_button_container
{
    margin-top:2em;
}

.message_display_container a:hover
{
    text-decoration:none;
    
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

footer
{
    height:1600px;
}


@media (max-width: 767px) {
    footer
    {
	height:3600px;
    }
    .panel_container
    {
	padding-top:20px;
	margin:0 auto;
	
    }
    #home_page_panel_container .search_form_element
    {
	width:100%;
    }
    .panel_row
    {
	background-position-y:20%;
    }
}

