
/* CONTACTS
/* ------------------------------------------------ */

#content {
    background-color: #FFF;
    padding: 0;
    overflow: hidden;
    }

/* ASIDE
/* ------------------------------------------------ */

#content aside {
    font-size: 14px;
    padding: 50px 0;
    }

#content aside h5 {
    color: #626262;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px;
    }

#content aside p {
    margin: 0 0 40px;
    padding: 0;
    }

#content aside a {
    color: #00455E;
    text-decoration: none;
    }

#content aside a:hover {
    color: #00455E;
    text-decoration: underline;
    }

/* SEND MESSAGE */

#content a.send-message {
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
    }

#content a.send-message span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    zoom: 1;
    }

#content a.send-message span.icon {
    background-image: url("../img/send_message.png");
    height: 20px;
    margin-top: 2px;
    width: 20px;
    }

/* CONTENT
/* ------------------------------------------------ */

#content article, #google-map {
    height: 615px;
    }

/* FANCYBOX ELEMENTS
/* ----------------------------------------- */

.fancybox-opened .fancybox-skin {
    box-shadow: none;
    }

.fancybox-close {
    top: 10px;
    right: 10px;
    }