﻿/* ------------- */
/*  HEADER LOGO  */
/* ------------- */
.Logo-Container,
.Logo-Link,
.Logo
{
    /*width: 100%;*/
    width: initial;
    height: 100%;
    display: block;
    box-sizing: border-box;

    /*position: absolute; */
    padding-top: 0em;
}

.Logo
{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .Logo-Container > a > img
    {
        background-color: transparent !important;
        padding-bottom: 0.5em;
        /*width: initial !important;*/
    }