/* Sticky footer styles
        -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 140px;
}
footer {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
}
.map-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
*
{
    margin:0;padding:0;
}
.bg-black {
    background-color: #000;
}
//Top
.topbar { 
    height: 100px;
}
#topbar .right {
    float: right;
    padding: 3px 5px 0px 0px;
}
#topbar .logo {
    padding: 11px 10px 0px 20px;
    float: left;
    line-height: 60px;
}
#topbar .buttons {
    float: left;
    line-height: 100px;
    margin: -1px 15px 0px 20px;
}
#topbar .search {
    float: left;
    line-height: 100px;
}
#topbar .lang-switcher {
    padding: 10px 10px 0px 20px;
    float: right;
    line-height: 100px;
}
#topbar .lang-switcher ul li {
    list-style-type: none;
}
#topbar .search input
{
    margin-top: 8px;
    width: 160px;
    font-size: 8pt;
    padding-left: 26px;
    background-image: url("./images/icon-search.png");
    background-position: 8px center;
    background-repeat: no-repeat;
}
/*form*/
#add_socialUsername {
    width: auto;
}

#button-controls {
    position: absolute;
    top: 0px;
}
.btn {
    border-radius: 0px;
}

#mapDiv {
    position: absolute;
    /*top: 100px;*/
    width: 100%; 
    height: 400px;
}
.map-footer {

    background-color: white;
    /* Firefox */
    /*                padding-top:500px;*/
    /*height: 100%;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#itemDetails {
    /*display: none;*/
}
.shop-logo {
    float: left;
/*    width: 100px;
    height: 100px;*/
    max-width: 140px;
    margin-right: 20px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop50 {
    margin-top: 50px;
}
.label-type {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}
.hours {
    display: block;
}

.navbar {
    height: auto;
    padding-top:10px;
    padding-bottom: 10px;
}

