body {
    font-family: 'Questrial', sans-serif;
    /*    font-family: 'Roboto', sans-serif;*/
}
body,
.address-wrapper {
    /*    color:rgba(127, 140, 141,1.0);*/
    color: rgba(52, 73, 94, 1.0);
}
a {
    outline: 0;
}
a:hover,
a:active,
a:focus {
    /* styling for any way a link is about to be used */
    outline: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    /*    color: rgba(52, 73, 94, 1.0);*/
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgba(52, 73, 94, 1.0);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border-color: rgba(52, 73, 94, 1.0);
    background-color: rgba(52, 73, 94, 0);
}
.navbar-default .navbar-toggle {
    /*    border-color:rgba(52, 73, 94, 1.0);*/
    border-color: rgb(221, 221, 221);
    background-color: rgba(52, 73, 94, 0);
}
.map-container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-left: 350px;
    width: 100%;
}
#map-canvas {
    width: 100%;
    height: 100%;
    float: right;
    /*    margin-left:350px;*/
}
#ap-gmap {
    /*    padding-top: 50px;*/
}
#sidebar-list {
    overflow-y: auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    float: left;
}
.content-wrapper {
    padding-left: 10px;
}
#locSelList {
    /*    overflow-y: scroll;*/
}
#iw-container .iw-title {
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    color: rgba(52, 73, 94, 1.0);
    margin: 1px;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #F1F1F1;
}
.iw-content-block {
    overflow: hidden;
    padding: 10px 0;
}
.iw-content-block p {
    margin-bottom: 0;
    font-weight: 400;
}
.loc-list-sidebar {
    /*rgba(236, 240, 241,1.0)*/
    height: 100%;

    border-right: 1px solid #F1F1F1;
    background-color: #FFF;
    -webkit-box-shadow: 1px 0px 3px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 1px 0px 3px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.2);
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
}
.address-wrapper h4 {
    font-size: 22px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
/*    To show dots if text is too long */
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.address-wrapper p {
    margin: 0;
    /*    margin-bottom: 5px;*/
    /*    filter: blur(2px) contrast(1) brightness(1);*/
}
.img-wrapper {
    width: 100%;
    height: 100%;
}
.no-padding {
    padding: 0;
}
a.reset-map-btn {
    text-decoration: none;
    float: right;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 6px;
    top: 80px;
    padding: 6px 14px;
    background-color: #FFF;
    /*    box-shadow: 1px 1px 3px 0 rgba(122, 122, 122, 0.5);*/
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    color: rgb(52, 73, 94);
}
a.reset-map-btn:hover {
    background-color: #F1F1F1;
    /*    background-color: rgba(236, 240, 241, 0.5);*/
}
a.nav-reset-map-btn {
    position: absolute;
    top: 15px;
    left: 10px;
    text-decoration: none;
    display: block;
}
a.bap {
    font-size: 14px;
    font-weight: 300;
    /*    float: right;*/
    /*    margin-right: 10px;*/
    margin-top: 10px;
    padding: 7px 14px;
    /*    border-radius: 4px;*/
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(65, 131, 215, 1.0);
    box-shadow: 0 3px 0 rgba(58, 118, 194, 1.0);
    display: inline-block;
}
a.bap:hover {
    box-shadow: 0 3px 0 rgba(65, 131, 215, 1.0);
    background-color: rgba(84, 143, 219, 1.0);
}
#iw-container a.bap {
    margin: 0;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}
.btn-block {
    display: inline-block;
}
.navbar-brand {
    float: right;
}
.location-btn {
    font-size: 14px;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #F1F1F1;
    background-color: #FFF;
    padding: 16px;
}
.location-btn:hover,
.location-btn:focus,
.location-btn:active,
.location-btn.active {
    background-color: rgba(236, 240, 241, 0.5);
    cursor: pointer;
}
.location-btn.active {
    background-color: rgba(236, 240, 241, 0.9);
    cursor: pointer;
}
.sidebar-title {
    border-bottom: 1px dashed #F1F1F1;
    padding: 10px;
}
.col-set {
    padding-left: 10px;
}
.navbar {
    box-shadow: 1px 1px 3px 0 rgba(122, 122, 122, 0.5);
}
.custome-margin-top1 {
    margin-top: 5px;
}
.custome-margin-bottom1 {
    margin-bottom: 5px;
}
.image-margin-left {
    margin-left: 10px;
}
@media(min-width:768px){

#sidebar-list {
    width: 350px;
}
.navbar-brand {
    float: left;
}
#ap-gmap {
    padding-top: 0;
}
}
@media(min-width:992px){

}
@media(min-width:1200px){

a.bap {
    /*    float:right;*/
}
}
#iw-container p,
p {
    display:inline-block;
    /*    word-break:break-all;*/
    white-space:normal;
}
.hidden-all {
    display:none;
}
