﻿/* -------------------------------- */
/* == CONTACT                  */
/* == Author : Olivier RULLIERE     */
/* == Company : OR-DESIGN.es        */
/* -------------------------------- */

/******************************************
** CONTENT
*******************************************/


/** COLUMNS ***************************/
header{
    background: url('../images/contact.jpg') center center;
    background-size: cover;
}
article{
    padding: 0 20px;
}
.left-column{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 0 0 0;
}
.right-column{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 0 0 20px;
    margin-left: 10px;
}
.aeroport-logo{
    max-width: 270px;
}


/***********************/
.address-phones{
    display: none;
    text-align: center;
}


/******************************************
** Media Queries
*******************************************/
@media screen and (max-width: 950px) {
    .left-column{
        padding: 0 0 !important;
    }
    article {
        padding: 0 20px;
    }
    .right-column{
        display: none;
    }
    .address-phones{
        display: block;
    }
}