/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26-feb-2014, 15:38:48
    Author     : Chermo
*/

.post {
    padding: 0 !important;
}
.entry {
    background: url(/images/mapa_contacto.png) no-repeat center 80px #2d3e51;
    background-size: 1000px;
    min-height: 550px;
    position: relative;
}
.entry h2 {
    color: #fff !important;
}
.contactSection {
    background: rgba(255, 255, 255, 0.7);
    width: auto;
    position: absolute;
    padding: 10px 15px 15px;
    top: 0;
    left: 50%;
}
.contactSection:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
    left: -10px;
    top: 30px;
}
.contactSection:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 45px;
    background: url(/images/spot_icon.png) no-repeat center;
    left: -44px;
    top: 23px;
}

.contactSection h3 {
    margin: 5px 0 !important;
    text-align: left !important;
    color: #000;
}
.contactSection p {
    margin: 5px 0 !important;
    font-size: 14px;
    text-align: left !important;
    color: #666;
    line-height: 15px !important;
}
.contactSection a {
    color: #ff7113;
    text-align: left;
    line-height: 20px !important;
}
.contactSection.valencia {
    margin: 233px 0 0 -8px;
}
.contactSection.sanfrancisco {
    margin: 254px 0 0 -300px;
}
.contactSection span {
    line-height: 2em;
    font-weight: 400;
    font-size: 0.8em;
    color: #666;
}
.noTelephoneSupport {
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 800) {
    .entry {
        background-image: none;
        padding: 0 !important;
        min-height: 0;
    }
    .contactSection {
        position: relative;
        margin: 80px 0 10px !important;
        left: 0;
    }
    .contactSection:before {
        top: -10px;
        left: 50%;
        margin-left: -5px;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent rgba(255, 255, 255, 0.7);
    }
    .contactSection:after {
        left: 50%;
        top: -55px;
        margin-left: -9px;
    }
    .contactSection h3,
    .contactSection p,
    .contactSection a {
        font-size: 20px;
        line-height: 28px !important;
    }
    .contactSection p {
        line-height: 20px !important;
        margin: 10px 0 !important;
    }
    .contactSection a {
        line-height: 30px !important;
    }
}
