﻿body
{
   margin:0;
   padding:0;
   background-image:url('../img/bodyback.jpg');
   background-repeat:no-repeat;
   background-size:100%;
}

.clear
{
     display:block;
    clear:both;
    float:none;
}

.content_text
{
    display:block;
    clear:both;
    float:none;
    margin:0;
    min-height:0;
    width:60%;
    position:fixed;
    left:20px;
    top:1%;
    padding:0 10px;
    overflow-y:auto;
    height:93%;
    
}

.content_text .imgevidenza
{
    display:block;
    clear:none;
    float:left;
    margin:5px 0 0 0;
    width:50%;
    min-height:0px;
    overflow:hidden;
}

.imgevidenzaabout
{
    display:block;
    clear:none;
    float:right;
    margin:0px 0 10px 0;
    width:100%;
    min-height:0px;
    overflow:hidden;
}

.imgevidenzaabout img
{
     display:block;
    clear:both;
    float:none;
    margin:0px 0 0 0;
    width:100%;
    
}

.content_text .imgevidenza img
{
    display:block;
    clear:both;
    float:none;
    width:100%;
}

.content_text .titolo
{
    display:block;
    clear:none;
    float:right;
    width:50%;
    min-height:30px;
    line-height:30px;
    font-size:25px;
    color:#333;
    font-family:Calibri Light;
    font-weight:lighter;
    letter-spacing:-1px;
    text-transform:capitalize;
    padding:0;
    margin:20px 0 50px;
    border-bottom:0px solid #bbb;
    text-align:right;
    
}

.content_text .paragraph
{
    display:block;
    clear:none;
    float:right;
    max-width:480px;
    min-height:20px;
    line-height:20px;
    font-size:15px;
    color:#555;
    font-family:Calibri Light;
    font-weight:lighter;
    letter-spacing:-1px;
    text-transform:none;
    padding:0;
    margin:0px 0 10px;
    text-align:justify;
    
}

.content_text .paragraphabout
{
    display:block;
    clear:none;
    float:right;
    width:100%;
    min-height:20px;
    line-height:20px;
    font-size:15px;
    color:#555;
    font-family:Calibri Light;
    font-weight:lighter;
    letter-spacing:-1px;
    text-transform:none;
    padding:0;
    margin:0px 0 10px;
    text-align:justify;
}

.content_text .paragraphcontact
{
    display:block;
    clear:none;
    float:right;
    max-width:500px;
    min-height:20px;
    line-height:20px;
    font-size:15px;
    color:#555;
    font-family:Calibri Light;
    font-weight:lighter;
    letter-spacing:-1px;
    text-transform:none;
    padding:120px 0 0 0;
    margin:0px 0 10px;
    text-align:right;
}

.thund_catalog
{
    display:block;
    clear:none;
    float:left;
    margin:0px 0px 20px 10px;
    width:150px;
    height:250px;
    overflow:hidden;
    cursor:pointer;
}

.thund_catalog img
{
    display:block;
    clear:both;
    float:none;
    height:250px;
}

.galleria_nav
{
    display:none;
}


