* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-family: ChaparralPro;
}

html {
    overflow-x: hidden;
}

#container {
    color: #9d9d9d;
    font-size: 19px;
}

#header {
    width: 100%;
    height: 36px;
    position: fixed;
    top: -5px;
    left: 0;
    background: #377bc8;
    padding: 15px 0 10px 0;
    z-index: 888888;
    box-shadow: 0 0 15px #333;
    -webkit-box-shadow: 0 0 15px #333;
    border-bottom: 1px solid #254a77;
    opacity: 0.8;
}

#titlu {
    height: 47px;
    width: 210px;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: -5px 0;
    position: relative;
}

#titlu img {
    height: 47px;
}

#search {
    float: right;
    margin-right: 10px;
}

#footer {
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: -1px;
    left: 0;
    background: #fff;
    z-index: 888888;
    box-shadow: 0 0 15px #333;
    -webkit-box-shadow: 0 0 15px #333;
    border-top: 1px solid #aaa;
    opacity: 0.8;
}

#menu li {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    position: relative;
    margin-right: -3px;
}

#menu li:first-child {
    border-right: 1px solid #aaa;
}

#menu a {
    display: block;
    text-align: center;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    color: #535353;
    font-weight: bold;
    padding: 14px 0;
}

#main {
    position: absolute;
    width: 100%;
    height: 100%;
}

#page_index, #page_list, #page_item {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #e5e3df;
    overflow: scroll;
}

#page_index {
    overflow: hidden;
}

#page_item {
    background: #fff;
}

#poi_item {
    background: #e5e3df;
}

.front {
    z-index: 2 !important;
}

#g_map {
    width: 100%;
    height: 100%;
}

#gmnoprint, .gmnoprint {
    display: none !important;
}

.map_tooltip a {
    text-decoration: none !important;
}

.poi_list {
    list-style: none;
    padding: 56px 0 66px 0;
}
.poi_list li {
    border-top: 1px solid #aaa;
    padding: 0 10px;
}
.poi_list .distanta {
    float: right;
    padding-top: 10px;
}
.poi_list a.link {
    display: block;
    padding: 10px 0 0 0;
}
.poi_list a.suna span, .poi_list a.navigatie span, .poi_list a.website span {
    display: block;
    padding-left: 35px;
}
.poi_list a.navigatie span, .poi_list a.website span {
    padding-left: 40px;
}
.poi_list a.suna, .poi_list a.navigatie, .poi_list a.website {
    padding: 10px 0;
    width: 33%;
    display: inline-block;
    color: #9d9d9d;
    border-left: 1px solid #aaa;
    margin: 10px 0;
}
.poi_list a.suna {
    border: 0;
    background: url(../img/ico_suna.png) no-repeat left center;
}
.poi_list a.navigatie {
    background: url(../img/ico_navigatie.png) no-repeat 10px center;
}
.poi_list a.website {
    background: url(../img/ico_website.png) no-repeat 10px center;
}
.poi_list .titlu, #content .titlu {
    color: #62a000;
    font-size: 24px;
    padding-bottom: 10px;
}
.poi_list .contact, .poi_list .adresa {
    color: #9d9d9d;
}

.top_detail {
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.poi_list.detaliu {
    padding-bottom: 0;
}
.poi_list.detaliu .titlu {
    padding: 10px 0 0 0;
}
#d_map {
    width: 100%;
    /* height: 250px; */
}
#d_map img {
    width: 100%;
}
#poi_text {
    padding: 0 10px 65px 10px;
}
#poi_text h5 {
    color: #62a000;
    display: block;
    padding-top: 10px;
    font-size: 19px;
}
#filter_out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 777777;
    opacity: 0.95;
    display: none;
}
#filter {
    padding:10px;
    border: 1px solid #b2b2b2;
    border-top: 0;
    margin: 56px 10px 0 10px;
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
}
.f_titlu {
    color: #1868c5;
    font-size: 24px;
    padding-top: 5px;
}
.f_input {
    padding: 0 11px;
}
.f_input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #b2b2b2;
    font-size: 22px;
    color: #1868c5;
    background: #fff;
    display: block;
    border-radius: 1px;
}
.f_select {
    padding: 10px;
    border: 1px solid #b2b2b2;
    font-size: 22px;
    color: #1868c5;
    background: #fff;
    display: block;
    border-radius: 1px;
    overflow: hidden;
}
.f_select select {
    width: 100%;
    border: 0;
    font-size: 22px;
    color: #1868c5;
    background: #fff;
}
.f_input input {
    position: relative;
    margin-left: -11px;
}
.f_input, .f_select, .f_submit {
    margin-top: 10px;
}
.f_submit input {
    display: inline-block;
    background: #62a000;
    padding: 10px 30px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #4d7d00;
}
/* MODIFICARE LAYOUT LISTA */
.poi_list li {
    background: #fff;
    border: 1px solid #cdcdcd;
    margin: 10px 10px 0 10px;
    box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
}