.map {
    width: 100%;
    height: 100%;
}

.shadowMap {
    position: absolute;
    bottom: 0;
    z-index: 74;
    height: 1px;
    -moz-box-shadow:0px -3px 7px rgba(0, 0, 0, 0.9);
     -webkit-box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.9);
    box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.9);
    left: 0;
    width: 100%;
}

.contact-position {
    max-width: 450px;
    width:  100%;
    position: absolute;
    bottom: 0;
    left: 2%;
    bottom: 50px;
    background: #fff;
    -moz-box-shadow:0px 0px 18px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

#contacts .header_page {
    padding: 20px;
    padding-left: 5%;
}

#contacts footer {
    margin-top:0;
}

a.facebook-link {
    position: absolute;
    right: 4%;
}

.contacts_informations {
    width: 95%;
    float: left;
    padding-left: 5%;
}

.contacts_informations li {
    width: 92%;
    float: left;
    padding: 2%;
    margin:1% 2%;
    border-bottom: 1px solid #d1d1d1;
}

.ios #contacts .contacts_informations li {
    padding: 3px 0;
    margin: 1%;
}

.contacts_informations li img {
    width: 20px;
    padding-right: 10px;
    margin-top: 3px;
}

.contacts_informations li span {
    color: #7a7a7a;
    width: 100%;
    text-align: center;
    float: left;
    margin-left: 5px;
    text-transform: uppercase;
}

.contacts_informations li a {
    float: left;
    margin-left: 5px;
    color: #008ed2;
    width: 100%;
    text-align: center;
}

.contacts_informations li a span {
    width: 5%;
    float: right;
    color: #fff;
    padding-right: 7%;
    padding-left: 4px;
}
.contacts_informations li b {
    font-weight: 300;
    margin-right: 31px;
    position: relative;
}

.contacts_informations li.phoneContact a {
    width: 50%;
    margin: 4px 0 0 0;
}

.contacts_informations li.phoneContact a b {
    margin: 0;
}

.contacts_informations li.phoneContact a.singleWidth {
    width: 100%;
}

@media (max-width: 960px) {
   .contact-position {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: auto;
        margin:0 auto;
   }
   a.facebook-link {
        display: none;
   }
}