.contact {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 600px;
    height: 100%;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact:after {
    content : "";
    display: block;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 25%;
    opacity : 0.05;
    z-index: -1;
}

.contact .hero-unit {
    background: inherit;
}

.contact-spain:after {
    left: 25%;
    top: 50;
    background: url('/images/maps/espana.png') no-repeat; 
}

.contact-france:after {
    left: 15%;
    background: url('/images/maps/france.png') no-repeat; 
}

.contact-italy:after {
	left: 0;
    background: url('/images/maps/italia.png') no-repeat; 
}

.contact-portugal:after {
    left: 25%;
    background: url('/images/maps/portugal.png') no-repeat; 
}

.contact-united-kingdom:after {
    left: 15%;
    background: url('/images/maps/uk.png') no-repeat; 
}

.contact-aus:after 
{
    left: 8%;
    background: url('/images/maps/australia.png') no-repeat; 
}

.contact-rusia:after 
{
    left: 8%;
    background: url('/images/maps/russia.png') no-repeat; 
}

.contact-turkiye:after 
{
    left: 8%;
    background: url('/images/maps/turkiye.png') no-repeat; 
}

.contact-polska:after 
{
    background: url('/images/maps/polska.png') no-repeat; 
}

.contact-usa:after, 
.contact-usa-es:after 
{
    left: 8%;
    background: url('/images/maps/usa.png') no-repeat; 
}

.contact-mexico:after {
    left: 0;
    top: 140px;
    background: url('/images/maps/mexico.png') no-repeat; 
}

.contact-export:after, 
.contact-export-es:after, 
.contact-export-fr:after, 
.contact-meast:after, 
.contact-seasia:after 
{
    left: 8%;
    background: url('/images/maps/world-bw.png') no-repeat; 
}

.contactData {
    padding: 0 1em 2em 2em;
    position: relative;
}

.contactData .help {
    font-size: 80%;
    line-height: 1.3em;
}

.contactData .standaloneWrapper {
    font-size: 140%;
    line-height: 1.4em;
    text-align: center;
}

.contactData .standalone {
	display: inline-block;
	text-align: left;
}

.contactDataSecondary .col50izda {
    box-sizing: border-box;
    padding-right: 1em;
}

.contactDataSecondary .col50izda:last-child {
    padding-right: 0;
}

.contactData #region-selector {
    float: left;
}

.contactData .site-selector {
    position: absolute;
    top: 10px;
    right: 30px;
}

article h2 {
    border-bottom: 1px solid;
}

.dosColumnas .control-group {
    margin-left: -70px;
}

#content {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7e6e6+0,eeeeee+15,eeeeee+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #f7e6e6 0%, #eeeeee 15%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7e6e6 0%,#eeeeee 15%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7e6e6 0%,#eeeeee 15%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e6e6', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.contactData h3 {
	font-size: inherit;
	line-height: inherit;
	margin: 1.4em 0 0.3em;
}

.contactData .direccion, .contactData .website {
	font-size: 80%;
/* 	line-height: 14px; */
}

/************************ PHONE ************************/
@media screen and (max-width:479px){

.contactData {
	padding: 0 0 2em 0;
}

}