@charset "UTF-8";
/* CSS Document */

#footer #claim
{
    color:#CCC;
    text-transform:uppercase;
    text-align:center;
    font-size:3em;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:0.4em;
    text-decoration:none;
    display:block;
}

#footer #navi
{
    display: block;
    color:#CCC;
    font-size:0.6em;
    text-align:justify;
}

#footer #navi a
{
    display: inline;
    color:#CCC;
    text-decoration:none;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

#footer #navi a:hover, #footer #navi a:focus, #footer #navi a:active
{
    color:#666;
    background-color:#EEE;
}

#footer p
{
    font-size:0.7em;
    text-align:center;
    margin:1em;
    color:#666;
}

#footer #adv728
{
    width: 728px;
    height: 90px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 195px;
}

#footer #adv728 *
{
    float:right;
}

#footerExtra
{
    position: fixed;
    margin: 0;
    bottom: 0em;
    height: 3.5em;
    max-height: 3.5em;
    width: 100%;
    clear: both;
    left: 0;
    z-index: 10000;
    font-size: 0.9em;
    color: #FFF;
}

#footerExtra #socialBox
{
    text-align: center;
    background-position:top;
    background-repeat:repeat-x;
    left:15px;
    right:15px;
    position:fixed;
    height:3.5em;
    background-image:url(/v2/img/footer/footbg.png);
    bottom:0px;
}

#footerExtra #tel, #footerExtra #skype, #footerExtra #fb, #footerExtra #msg
{
    text-align: center;
    color: #CCC;
    margin-top: 2em;
    float: left;
    height:50%;
}

@-webkit-keyframes pulse_animation {
    0% { -webkit-transform: scale(1)}
30% { -webkit-transform: scale(1)}
40% { -webkit-transform: scale(1.08)}
50% { -webkit-transform: scale(1)}
60% { -webkit-transform: scale(1)}
70% { -webkit-transform: scale(1.05)}
80% { -webkit-transform: scale(1)}
100% { -webkit-transform: scale(1)}
}


#footerExtra #msg
{    
    color:yellow;
    
    -webkit-animation-name: 'pulse_animation';
    -webkit-animation-duration: 6000ms;
    -webkit-transform-origin:70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;    
    
}

#footerExtra #skype, #footerExtra #fb
{
    border-left:1px solid #999;
    padding-left:1em;
}

#footerExtra .like
{
    float: right;
    margin-top: 2em;
    margin-left: 0.5em;
    height:50%;
    font-size:0.7em;
}

#footerExtra a:focus, #footerExtra a:hover, #footerExtra a:active
{
    background-color: transparent;
}

#contenitore
{
    padding-bottom: 3em;
}

#footerExtra .leftBox
{
    background-repeat:no-repeat;
    background-position:left top;
    height:100%;
    width:15px;
    left:0px;
    bottom:0px;
    background-image:url(/v2/img/footer/footLf.png);
    position:fixed;
    height:3.5em;
}

#footerExtra .rightBox
{
    background-repeat:no-repeat;
    background-position:left top;
    height:100%;
    width:15px;
    right:0px;
    bottom:0px;
    background-image:url(/v2/img/footer/footRg.png);
    position:fixed;
    height:3.5em;
}

#footerExtra a
{
    color:#FFF;
    text-decoration:none;
}

#footer #socialAlert
{
    display: none;
    position: fixed;
    bottom: 2em;
    right: 0em;
    height: 143px;
    width: 282px;
    background-image: url(/v2/img/footer/alert.png);
    background-repeat: no-repeat;
}

#footer #socialAlert p
{
    margin: 2em;
    margin-bottom: 3em;
    padding-top: 2.2em;
}

#footer #socialAlert a
{
    display: block;
    position: absolute;
    bottom: 3.6em;
    right: 2.8em;
    font-size: 0.6em;
    cursor: default;
}

.fb_edge_comment_widget {
    z-index: 10000;
    margin-left: -350px;
    top:-300px;

}

#socialBox .fb_edge_widget_with_comment span.fb_edge_comment_widget{
	margin-top:-200px;
	}