﻿html, body, form
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0d1c2f;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-image: url(Images/Structure/MP_Texture.jpg);
    background-position: left top;
    background-repeat: repeat;
}

#Social
{
    margin: 0;
    padding-right: 120px;
    width: 100%;
    height: 30px;
    background-color: #000000;
    text-align: right;
    font-size: 20px;
}

    #Social a
    {
        color: #fff;
        padding: 0 10px 0 0;
    }

        #Social a:hover
        {
            color: #eb6b08;
        }

.Btn_FB
{
    height: 30px;
    width: 30px;
    display: block;
    float: right;
    background-position: center top;
    background-repeat: no-repeat;
}

.Btn_FB_Stecchi
{
    background-image: url(Images/Structure/Facebook_Stecchi.png);
}

.Btn_FB_CPP
{
    background-image: url(Images/Structure/Facebook_CPP.png);
}

.Btn_FB:hover
{
    background-position: center bottom;
}


#MP_Header_Container
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
}

#MP_Header_Content
{
    padding: 0;
    margin: 0 auto;
    height: 100%;
    width: 1400px;
}

#MP_Logo
{
    width: 250px;
    background-color: #eb6b08;
    height: 100%;
    float: left;
    text-align: center;
}

    #MP_Logo input
    {
        margin-top: 10px;
		width:100%;
    }

#MP_Menu
{
    width: 1000px;
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #MP_Menu li
    {
        float: left;
        height: 100px;
    }

        #MP_Menu li a
        {
            display: block;
            line-height: 100px;
            font-family: 'Open Sans Condensed';
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            color: #ffffff;
            padding: 0 13px;
        }

            #MP_Menu li a:hover, #MP_Menu li a.selected
            {
                color: #eb6b08;
            }

.Separatore
{
    background-image: url(Images/Structure/MP_Separatore.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 1px;
    height: 10px;
}

#MP_Menu_Responsive
{
    display: none;
}

.LK_Open_Menu
{
    display: none;
}

#MP_SubHeader_Container
{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

    #MP_SubHeader_Container img
    {
        width: 100%;
    }

#MP_Container
{
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(Images/Structure/MP_Background.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 1100px;
}

#MP_Content
{
    margin: 0 auto;
    padding: 0;
    width: 1400px;
}

#MP_Footer_Container
{
    margin: 70px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background-color: #001022;
}

#MP_Footer_Content
{
    margin: 0 auto;
    width: 1200px;
    line-height: 100px;
}

#MP_Footer_Contacts
{
    float: left;
}

    #MP_Footer_Contacts p
    {
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 15px;
        line-height: 100px;
        background-image: url(Images/Structure/MP_Separatore.jpg);
        background-position: right center;
        background-repeat: no-repeat;
        font-size: 12px;
    }

    #MP_Footer_Contacts a
    {
        float: left;
        color: #ffffff;
        margin-left: 15px;
        font-size: 18px;
    }

        #MP_Footer_Contacts a:hover
        {
            color: #eb6b08;
        }

    #MP_Footer_Contacts .Btn_FB
    {
        margin: 32px 0 0 8px;
        
    }

.Cookie
{
    font-size: 13px !important;
    float: none;
    background-image: url(Images/Structure/MP_Separatore.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}

/*cookie*/
#MP_Informativa_Cookie
{
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 1%;
    opacity: 0.8;
    display: block;
    background-color: rgb(51, 51, 51);
    color: #ffffff;
    font-size: 13px;
}

    #MP_Informativa_Cookie a
    {
        color: #ffffff;
        font-weight: bold;
    }
    .Btn_Cookie
{
    position: absolute;
    right: 6px;
    top: -15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: rgb(51, 51, 51);
    color: #fff !important;
    text-transform: none !important;
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .Btn_Cookie:hover
    {
        background-color:#fff;
        color: #0d1c2f !important;
    }
