body {
    background-color: #719a5a;
}
#map-image-container {    
    /*overflow:hidden;*/
}

div.inline {
    float: left;
}
.text-top-containter {
    max-width: 290px;
    font-family: Gotham Book;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    z-index: 1;
}

.text-top-containter-sm {
    max-width: 100%;
    font-family: Gotham Book;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    z-index: 1;
}

.text-top-containter-notice {
    font-family: sans-serif;
    font-size: 11px;
}

.intro-head {
    font-family: Gotham Bold;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    font-weight:bold;
}

/*PAGE ICONS COMMON AREA*/

.icon-top-containter {
    display: inline;
    background-color: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
    padding: 35px;
}
div.inline {
    float: left;
}
.icon-top-containter-sm {
    display: none;
    background-color: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
    padding: 0px;    
}

.out-pad-top-btn {
    padding: 0px 20px 0px 20px;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1899.98px) {
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1900px) {
}
/*DIRECT MEASURES*/
/* Extra small devices (portrait phones,tabs less than 767.98px)*/
@media (max-width: 767.98px) {
   
    .icon-top-containter {
        display: none;
    }

    .icon-top-containter-sm {
        display: inline;
    }
}

