﻿.sl_searchtext:active {
    color: black;
}



.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}



.sl_map {
    width: 100%;
    height: 100%;
    min-height: 560px;
    clear: both;
}

h21 {
    margin: 0px;
    font-size: 14pt;
    font-weight: normal;
    display: inline;
    color: #f00;
}

h74 {
    color: #666666;
}

h84 {
    color: #333;
}

.LabelH {
    display: block;
    font-size: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e7e7e7;
    width: 600px;
}

.Label {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.hours {
    position: fixed;
    left: 60%;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    background-color: #fff;
    z-index: 900;
    margin-left: -191PX;
    top: 140px;
    padding: 10px;
    width: 370px;
}

.hoursclose {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.LabelHR {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 20px;
}

.LabelD {
    display: inline-block;
    margin: 1px;
}

.imgD {
    /*border: 1px solid #000;*/
    width: 20px;
    height: 20px;
    display: inline-block;
}

.labelDH {
    display: inline-block;
}

.block1 {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    height: 723px;
}


.block1_2 {
    display: inline-block;
    width: 897px;
    background-color: #f8f8f8;
    margin-left: 20px;
    padding: 20px;
}


.searchtext1 {
    border: none;
    width: 250px;
    line-height: 60px;
    padding-left: 50px;
    background-color: #f8f8f8;
    background-image: url(icons/search.svg);
    background-position: 10px 20px;
    background-repeat: no-repeat;
    color: #999;
    font-size: 14px;
}

.headerdiv {
    height: 150px;
    margin-bottom: 10px;
    display: table;
    padding: 5px;
}

.block2 {
    display: table-cell;
    width: 604px;
    text-align: left;
    vertical-align: top;
}

.block3 {
    display: table-cell;
}


.ui-widget input {
    outline: none;
}

.sl_menu {
    height: 660px;
    overflow-y: scroll;
}


.sl0001 {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}


.sl0002 {
    display: block;
    font-size: 14px;
}

.sl0003 {
    display: block;
    font-size: 11px;
    color: #666;
    letter-spacing: 0.9px;
}

.sl0004 {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    padding: 5px;
}




@media only screen and (max-width: 1260px) {


    .searchtext1 {
        background-size: 20px;
        line-height: 40px;
        background-position: 10px 12px;
        padding-left: 40px;
    }



    .LabelH {
        width: inherit;
        font-size: 18px;
        padding-bottom: 10px;
    }


    .sl0001 {
        padding: 12px 6px;
    }


    .block1 {
        display: block;
        width: 100%;
        vertical-align: top;
        height: 250px;
        overflow: hidden;
    }

    .block1_2 {
        width: 100%;
        margin: 0px;
        padding: 0;
    }


    .headerdiv {
        height: initial;
        border: none;
        margin-bottom: 10px;
        display: block;
        padding: 0px;
        width: 100%;
    }

    .block2 {
        display: block;
        width: auto;
        text-align: center;
        padding: 6px;
    }

    .block3 {
        display: block;
        width: auto;
        vertical-align: middle;
        padding-left: 5px;
    }

    .sl_search {
        height: initial;
        width: 99%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .sl_menu {
        /*display: none;*/
        height: 170px;
        overflow-y: scroll;
    }

    .sl_map {
        background-color: yellow;
        width: 100%;
        min-height: 500px;
    }

    .ui-widget input {
        font-size: 14px;
        width: inherit;
    }


    .hours {
        margin-left: -49%;
        top: 110px;
        padding: 1%;
        width: 96%;
    }
}
