@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,200,400,300,600,700|Open+Sans+Condensed:300,700);
/*.gira {
	position: absolute;
	z-index: 999999;
	width: 100%;
	height: 100%;
	color: white;
	background-color: #13a89e;
	background-image: url(../img/gira.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.gira2 {
	position: absolute;
	z-index: 999999;
	width: 100%;
	height: 100%;
	color: white;
	background-color: #13a89e;
	background-image: url(../img/gira2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}*/
font {
    font-family: 'Open Sans', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 300;
}

a {
    color: #3e454c;
    text-decoration: none;
}

    a:hover {
        color: #353535;
        text-decoration: underline;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #146bae;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #2c3e50;
    font-size: 2em;
    margin-bottom: 2em;
    margin-top: 0.3em;
    text-transform: uppercase;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.7em;
    color: #666666;
}

    p span {
        font-family: 'Open Sans', sans-serif !important
    }

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white;
    text-decoration: none;
    background-color: #146bae;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    min-height: 45px;
    font-size: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.8em;
    padding-right: 1em;
    padding-bottom: 0.8em;
    padding-left: 1em;
    display: inline-block;
    margin-top: 10px;
}

    .btn:hover {
        text-decoration: none;
        background-color: #2c3e50;
        color: #fff;
    }

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}

div#wrapper {
    min-height: 100%;
    /* [disabled]width: 960px;
*/
    margin: 0px auto;
    position: relative;
}

div#header {
    /* [disabled]height: 150px;
*/
    background-color: white;
    /* [disabled]min-width:1000px;
*/
}

div#content {
    background-color: #FFF;
    overflow: auto;
    position: relative;
    width: 100%;
}

div#ctl00_contenthome {
    background-color: #FFF;
    overflow: auto;
    width: 100%;
}

div#contenthome.nullo {
    background-color: transparent;
    overflow: auto;
    position: relative;
    top: inherit;
    width: auto;
}

.menusup {
    background-color: white;
    position: relative;
    /* z-index: 999; */
    width: 100%;
    /* height: 170px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    height: auto;
}

.menusuphome {
    padding-left: 10%;
    height: 13em;
    background-color: white;
}

.menusup .logo {
    position: relative;
    float: left;
    margin-bottom: 10px;
}
/*
.menusup .logo ul {
float: left !important;
}


.menusup ul {
position: relative;
text-align:right;
float: right;
height:40px;
}

.menusup ul li {
	position: relative;
	float: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding:10px;
}

.menusup ul li a {
color: rgba(255,255,255,0.8);
text-decoration: none;

}

.menusup ul li a.selected  {
color: white;
font-weight: 600;
}

.menusup ul li a:hover  {
color: white;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}
*/
.color {
    color: #13a89e;
}

strong {
    font-weight: 600;
}

.menusup .logo img {
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    margin: 20px 0px 10px 0px;
    /* height: 151px; */
    width: 470px;
}

.menusup .logo span {
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
}

section {
    width: 100%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    display: inline-block;
}

.green {
    background-color: #f8f8f8;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 3em;
}

    .green .box {
        width: 33%;
        /*margin: 0.5em;*/
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: left;
        padding: 0.5em;
        text-align: center;
        cursor: pointer;
        /* [disabled]background: white;
*/
    }

        .green .box h1 {
            text-transform: uppercase;
            margin-bottom: 0em;
        }

        .green .box h2 {
            text-transform: uppercase;
            font-size: 1.5em;
            margin-bottom: 0.3em;
            margin-top: 0em;
        }

        .green .box p {
            margin-top: 1em;
            margin-bottom: 3.5em;
            line-height: 1.7em;
            color: #737373;
            padding: 0px 40px;
        }

        .green .box img {
            margin-top: 3em;
            margin-bottom: 2em;
        }

.news {
    height: auto;
    margin-bottom: 3.5em;
    max-height: 175px;
    overflow: hidden;
}

.trenta .news {
    max-height: 165px;
}

.dx .img_news {
    clear: inherit;
    margin-bottom: 0em;
    padding-right: 2em;
    width: 38%;
    margin-right: 0px;
    background-image: url(../img/noimg.jpg);
    min-height: 200px;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;

    margin-right: 2%;
}

.dx .testo_news {
    max-height: 123px;
    margin-bottom: 10px;
    width: 60%;
}

.img_news {
    height: 100px;
    width: 150px;
    display: table;
    position: relative;
    float: left;
    margin-right: 3em;
}

    .img_news div {
        /*display:table-cell;
vertical-align:middle;
text-align:center;*/
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

        .img_news div img {
            /* max-height: 100px; */
            /* max-width: 150px; */
            border: none;
        }

.testo_news {
    max-height: 190px;
    overflow: hidden;
    width: 50%;
    float: right;
}

.news .img {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 20px;
}

    .news .img img {
        width: 100%;
    }

.corpo_news {
    margin-top: 10px;
    position: relative;
    /* float: left; */
    display: inline-block;
    /* width: 100%; */
    width: 50%;
    float: right;
}



.testo_news iframe,
.corpo_news iframe {
    display: none
}

.testo_news h3 a, .testo_news h3 a:hover {
    color: #146bae;
}


.testo_news h3, .sx_home .testo_news h3, .dx .testo_news h3 {
    position: relative;
    margin: 0 0;
    padding: 0px;
    color: #146bae;
    font-size: 19px;
    line-height: initial;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    /* border-bottom: 1px solid red; */
    text-align: left;
}

.testo_news h1 a {
    color: #146bae;
}

    .testo_news h1 a:hover {
        color: black;
        text-decoration: none;
    }

.testo_news h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #3e454c;
}

.testo_news p {
    color: #aaadb1;
    font-size: 1.1em;
    line-height: 1.8em;
}

.data {
    background: #2c3e50;
    width: 4em;
    display: none;
    position: relative;
    float: left;
    color: #146bae;
    font-size: 1.5em;
    max-width: 55px;
    max-height: 90px;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0px;
    margin-right: 1em;
    text-transform: uppercase;
}

.numero {
    font-size: 1.3em;
    color: white;
    font-weight: 300;
}

.sx_home {
    width: 31%;
    color: #3e454c;
    position: relative;
    float: left;

}

.trenta {
    width: 30%;
}

.sx_home.trenta {
    /* margin-top: 3em; */
}


    .sx_home.trenta h2 {
        margin: 7px 0px 20px 0px;
    }

.bio_img {
    position: relative;
    float: left;
    width: 234px;
    margin-right: 20px;
}

.dx_home {
    position: relative;
    float: right;
    width: 66%;
    margin-top: 0em;
    margin-bottom: 3em;
}

    .dx_home h2 {
        margin: 0px 0px 30px 0px;
        color: #146bae;
        font-size: 30px;
    }

.sx_home h1, .sx h1 {
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 0em;
    font-weight: 300;
}

.dx_home div.fadehover {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 1em;
    min-height: 150px;
}

    .dx_home div.fadehover img {
        width: 100%;
    }

        .dx_home div.fadehover img.a {
            position: absolute;
            z-index: 10;
        }

        .dx_home div.fadehover img.b {
            position: absolute;
        }

.gray {
    background-color: #f8f8f8;
    padding: 3em;
    padding-bottom: 1em;
}

    .gray p {
        font-family: 'Raleway', sans-serif;
        color: rgba(255,255,255,0.8);
        font-size: 2.2em;
        text-align: center;
    }

.footer {
    background-color: #f8f8f8;
}

    .footer h2 {
        font-family: 'Open Sans', sans-serif;
        color: #2c3e50;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        margin: 1em 0px;
    }

    .footer .box {
        /*background-color: #353535;*/
        position: relative;
        float: left;
        width: 25%;
        padding: 0.0em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 1.5em;
        margin-bottom: 2em;
    }

        .footer .box h1 {
            color: #13a89e;
        }

        .footer .box ul {
            list-style-position: inside;
            list-style-image: none;
            list-style-type: none;
            margin-bottom: 2em;
        }

            .footer .box ul li {
                list-style-position: inside;
                list-style-image: none;
                list-style-type: none;
                margin-bottom: 5px;
                /*background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;*/
                padding-left: 0px;
            }

            .footer .box ul.info li a {
                color: #767676;
                font-size: 13px;
                font-weight: 600;
                border-bottom: 1px dotted #a3a3a3;
            }

            .footer .box ul li a {
                color: #aaadb1;
            }

        .footer .box a:hover {
            text-decoration: none;
        }

        .footer .box a {
            color: #646464;
        }

    .footer .dx_home, .footer .sx_home {
        width: 50%;
    }

        .footer .dx_home .box_dati {
            text-align: left;
        }

    .footer .dx_home {
        margin: 0px;
    }

        .footer .dx_home .box_dati img {
            float: left;
        }

.credits {
    background-color: #2d3e50;
    padding: 10px 0px;
    color: #4c4c4c;
}

    .credits img {
        border: none;
    }

    .credits .sx {
        width: 50%;
        margin-top: 1em;
        color: #3e454c;
        position: relative;
        float: left;
        margin-bottom: 0em;
    }

    .credits .dx {
        position: relative;
        float: right;
        width: 50%;
        margin-top: 0em;
        margin-bottom: 0em;
        text-align: right;
    }

        .credits .dx img {
            width: auto;
            position: relative;
            float: right;
            margin: 0px !important;
            vertical-align: inherit !important;
        }

        .credits .dx p {
            width: auto;
            position: relative;
            float: right;
            margin-left: 1em !important;
            margin: 0px;
            vertical-align: inherit !important;
            margin-top: 0px !important;
        }

    .credits a {
        color: #898686;
    }

.menu_responsive {
    display: none;
    visibility: hidden;
}

.testata {
    width: 100%;
    height: 275px;
    background-image: url(../img/bg1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.sx {
    width: 30%;
    margin-top: 4em;
    color: #3e454c;
    position: relative;
    float: left;
    margin-bottom: 4em;
}

.dx {
    position: relative;
    float: right;
    width: 65%;
    /* margin-top: 3.6em; */
    margin-bottom: 4em;
}

    .dx ul {
        margin-top: 2em;
        margin-bottom: 2em;
        list-style-type: none !important;
        margin-left: 20px;
        width: 100%;
        display: inline-block;
    }

        .dx ul li {
            /* margin-bottom: 10px; */
            /* font-family: 'Open Sans', sans-serif; */
            /* font-weight: 400; */
            /* font-size: 1em; */
            /* line-height: 1.7em; */
            /* color: #3C3C3C; */
            padding-left: 15px;
            background-image: url(../img/bullet.png);
            background-repeat: no-repeat;
            background-position: left 7px;
            font-family: 'Open Sans', sans-serif !important;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #666666;
            margin-bottom: 10px;
        }

    .dx h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #072355;
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-transform: uppercase;
        line-height: initial;
    }

    .dx h1 {
        position: relative;
        margin: 0px 0px 20px 0px;
        color: #136aaf;
        font-size: 30px;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .dx h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #146bae;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    /*
.dx p {
color: #aaadb1;
font-size: 1.1em;
line-height: 1.5em;
margin-bottom: 0em;
}*/
    .dx .clear {
        height: 0px;
    }

    .dx hr {
        margin: 30px 0px;
        display: inline-block;
        width: 100%;
    }



.sx .news {
    height: auto;
    margin-bottom: 1em;
    max-height: 150px;
    overflow: hidden;
}

.sx .testo_news h1, .sx .testo_news h1 a {
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #13a89e;
    text-transform: none;
    max-height: inherit;
    overflow: hidden;
    font-size: 1.05em;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
}

.sx .testo_news h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #3e454c;
}

.sx .data, .sx .img_news, .sx .testo_news p {
    display: none;
}

.sx a {
    font-size: 14px;
    text-decoration: underline;
}
/* lista numerata */
.list-vision {
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
    padding-bottom: 0;
    list-style: none;
}

    .list-vision p {
        color: #aaadb1;
        font-size: 1.1em;
        line-height: 1.5em;
    }

    .list-vision a {
        color: #136aaf;
        font-weight: 300;
    }

    .list-vision li:first-child {
    }

    .list-vision li {
        overflow: hidden;
        background: url(../img/arrow_right.png) no-repeat;
        background-position: 3px 4px;
        padding-left: 35px;
        height: auto;
        margin-bottom: 5px;
        font-size: 15px;
        padding: 5px 0px 8px 35px;
    }

.badge {
    display: inline-block;
    margin-right: 1em;
    margin-top: 0;
    border: none;
    float: left;
    padding: 0.7em;
    height: 0.7em;
    width: 0.7em;
    min-width: 0.7em;
    min-height: 0.7em;
    background-color: #13a89e;
    border-radius: 3em;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    font-size: 2em;
    vertical-align: baseline;
    text-transform: uppercase;
}

    .badge span {
        position: absolute;
        margin-top: -10px;
        margin-left: -10px;
    }

.list-vision .overflow {
    overflow: hidden;
}

    .list-vision .overflow h3 {
        margin-bottom: 1em;
    }

        .list-vision .overflow h3 a {
            position: relative;
            margin: 0px;
            padding: 0px;
            color: #13a89e;
            font-size: 1.4em;
            line-height: 1.2em;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            text-decoration: none;
        }
/*----------- list-thumbnails--------------*/
.thumbnail-1 {
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.members {
    padding: 76px 0 31px 0;
}

.list-members {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

    .list-members li h3 {
        margin-bottom: 0;
    }

    .list-members li {
        float: left;
        overflow: hidden;
        margin-bottom: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 170px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .list-members li section {
            padding: 0;
        }

        .list-members li figure {
            width: 100%;
            border: 1px solid #D8D8D8;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 170px;
        }

            .list-members li figure .box-shadow(none) img {
                width: 100%;
            }

        .list-members li h4 {
            margin-bottom: 0;
        }

        .list-members li a {
            margin-bottom: 0;
            position: relative;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 1.1em;
            margin-top: 0.5em;
            color: #3e454c;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .list-members li a:hover {
                color: #13a89e;
                text-decoration: none;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

        .list-members li p {
            margin-bottom: 0;
            font-size: 1em;
            margin-top: 0.5em;
        }

        .list-members li figure {
            width: 100%;
            margin: 0;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .list-members li figure img {
                width: 100%;
                border: none;
            }

        .list-members li > div > figure > a {
            position: relative;
            display: block;
            margin: 0;
        }

            .list-members li > div > figure > a > .zoom {
                width: 30px;
                height: 30px;
                margin-top: -250px;
                margin-left: -15px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
            }

            .list-members li > div > figure > a:hover > .zoom {
                margin-top: -15px;
                margin-left: -15px;
                text-decoration: none;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

            .list-members li > div > figure > a span {
                position: absolute !important;
                top: 50%;
                left: 50%;
                width: 0;
                height: 0;
                -webkit-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
                background-image: url(../img/patternhover1.png);
                background-repeat: repeat;
            }

            .list-members li > div > figure > a:hover span {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(../img/patternhover1.png) repeat;
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }
/*----------- fine list-thumbnails--------------*/

.centro {
    width: 100% !important;
}

.box_product {
    width: 345px;
    height: auto;
    /* background: black; */
    position: relative;
    float: left;
    margin-right: 5em;
    margin-top: 5em;
}

.product_img {
    height: 345px;
    width: 300px;
    display: table;
    margin-bottom: 3em;
}

    .product_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .product_img div img {
            max-height: 345px;
            max-width: 300px;
            border: none;
        }

.last {
    margin-right: 0px !important;
}

.box_product .overflow {
    margin-right: 0px;
    position: relative;
    float: right;
    width: 275px;
}

    .box_product .overflow h3 {
        margin-bottom: 0.6em;
    }

        .box_product .overflow h3 span {
            color: #71D6D0;
        }

.box_product h3 a {
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #13a89e;
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.box_product .badge {
    margin-right: 0.5em;
}

    .box_product .badge span a, .box_product .badge span a:hover {
        color: white;
        text-decoration: none;
    }

.box_product p {
    font-size: 1em;
}

.pathway {
    font-size: 1.1em;
    color: #4b84ba;
}

    .pathway a {
        font-weight: normal;
        color: #072355;
    }

        .pathway a:hover {
            text-decoration: none;
        }

        .pathway a span {
            color: #9199a2;
        }

.boxdettaglio {
    width: 560px;
    height: 410px;
    margin-top: 4em;
    margin-bottom: 2em;
    border: 1px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .boxdettaglio.sx {
        color: #3e454c;
        position: relative;
        float: left;
    }

    .boxdettaglio.dx {
        position: relative;
        float: right;
    }

    .boxdettaglio legend {
        position: absolute;
        background: #13a89e;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 2.2em;
        margin-bottom: 0.7em;
        text-transform: uppercase;
        color: white;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 9;
        right: 0px;
    }
    /*----------- list-thumbnails--------------*/
    .boxdettaglio .thumbnail-1 {
        border: none;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        overflow: hidden;
        background: transparent;
    }

    .boxdettaglio .members {
        padding: 76px 0 31px 0;
    }

    .boxdettaglio .list-members {
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
    }

        .boxdettaglio .list-members li h3 {
            margin-bottom: 0;
        }

        .boxdettaglio .list-members li {
            float: left;
            overflow: hidden;
            margin-bottom: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 560px;
            margin-right: 0px;
            margin-left: 0px;
            height: 410px;
        }

            .boxdettaglio .list-members li section {
                padding: 0;
            }

            .boxdettaglio .list-members li figure {
                width: 100%;
                border: none;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                height: 410px;
            }

                .boxdettaglio .list-members li figure .box-shadow(none) img {
                    width: 100%;
                }

            .boxdettaglio .list-members li h4 {
                margin-bottom: 0;
            }

            .boxdettaglio .list-members li a {
                margin-bottom: 0;
                position: relative;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 1.1em;
                margin-top: 0.5em;
                color: #3e454c;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .boxdettaglio .list-members li a:hover {
                    color: #13a89e;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

            .boxdettaglio .list-members li p {
                margin-bottom: 0;
                font-size: 1em;
                margin-top: 0.5em;
            }

            .boxdettaglio .list-members li figure {
                width: 100%;
                margin: 0;
                overflow: hidden;
                margin-bottom: 20px;
            }

                .boxdettaglio .list-members li figure img {
                    height: 410px;
                    width: auto;
                }

            .boxdettaglio .list-members li > div > figure > a {
                position: relative;
                display: block;
                margin: 0;
            }

                .boxdettaglio .list-members li > div > figure > a > .zoom {
                    width: 30px !important;
                    height: 30px !important;
                    margin-top: -250px;
                    margin-left: -15px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transition: all 0.4s ease-in;
                    transition: all 0.4s ease-in;
                }

                .boxdettaglio .list-members li > div > figure > a:hover > .zoom {
                    margin-top: -15px;
                    margin-left: -15px;
                    text-decoration: none;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }

                .boxdettaglio .list-members li > div > figure > a span {
                    position: absolute !important;
                    top: 50%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    -webkit-transition: all 0.4s ease-in;
                    transition: all 0.4s ease-in;
                    background-image: url(../img/patternhover1.png);
                    background-repeat: repeat;
                }

                .boxdettaglio .list-members li > div > figure > a:hover span {
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../img/patternhover1.png) repeat;
                    -webkit-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }
/*----------- fine list-thumbnails--------------*/

.carrello_select {
    background-color: #f5f5f5;
    padding: 3em;
    padding-top: 4em;
    padding-bottom: 4em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .carrello_select label {
        position: relative;
        float: left;
        margin-right: 10px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 2.2em;
        text-transform: uppercase;
        color: #333333;
    }

    .carrello_select .select_module {
        position: relative;
        float: left;
        margin-right: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 2.2em;
        text-transform: uppercase;
        color: #9d9c9c;
        padding: 3px;
        border: 1px solid #d1d0d0;
        width: 200px;
    }

    .carrello_select .text_module {
        position: relative;
        float: left;
        margin-right: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 2.2em;
        text-transform: uppercase;
        color: #9d9c9c;
        padding: 3px;
        height: 40px;
        width: 100px;
        border: 1px solid #d1d0d0;
    }

    .carrello_select .btn {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 2.2em;
        text-transform: uppercase;
        padding: 4px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 41px;
    }

.dettaglioclear {
    height: 100px;
}
/* modulo contatti */

.label_module {
    position: relative;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select_module {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 2.2em;
    text-transform: uppercase;
    color: #9d9c9c;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d1d0d0;
    width: 45%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

.field_module {
    position: relative;
    float: right;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: inherit;
    color: #666;
    width: 50%;
    border: 1px solid #c3c3c3;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field_note {
    position: relative;
    float: right;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: inherit;
    color: #666;
    width: 100%;
    border: 1px solid #d1d0d0;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    max-width: 100%;
}

    .field_note:focus {
        outline: none;
    }

.contatti {
    width: 100%;
}

    .contatti tr td {
        padding: 0.5em;
    }
/* tabelle carrello */

/* tabelle carrello */


table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
    color: #aaadb1;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.tabelle_carrello .select_module {
    position: relative;
    width: 108px;
    padding: 3px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #D0D0D0;
    float: right;
    font-size: 12px;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: #0054A4;
    margin-right: 5px;
    top: 1px;
}

.dati_spedizione {
    width: 220px;
}

.tabelle_carrello .minifield_module {
}

.tabelle_carrello td.minifield_module input {
    padding: 0.2em;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #666666;
    text-transform: uppercase;
    background-color: #f6f6f6;
    list-style: none;
    border: 1px solid #dddddd;
    width: 2em;
    text-align: center;
}

.tabelle_carrello textarea {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #0054A4;
}

.tabelle_carrello .field_note {
    float: left;
    position: relative;
    width: 650px;
    padding: 5px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #D0D0D0;
}

.tabelle_carrello .label_check a {
    color: #666;
    text-decoration: underline;
}

.tabelle_carrello .label_module {
    font-size: 1.7em;
    width: 220px;
}

.tabelle_carrello tr th {
    background: #13a89e;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 0.7em;
    text-transform: inherit;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: #0054A4;
    padding-bottom: 10px;
}

.tabelle_carrello .hidden {
    display: none;
}

.tabelle_carrello a img {
    border: none;
}

.tabelle_carrello table tr td a .ok {
    float: right;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.condizioni {
    margin-left: 0px;
    margin-top: 20px;
    padding: 15px;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
}

    .condizioni img {
        text-align: center;
        width: 120px;
        margin-right: 30px;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

    .condizioni hr {
        border: none;
        background: rgb(165, 165, 165);
        height: 1px;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.5;
    }

.cancellacarrello {
    width: 400px;
    height: auto;
    padding: 10px;
    margin: 0px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tabelle_carrello fieldset {
    background-color: white;
    border: 1px solid #dddddd;
    padding: 1em;
    margin-top: 3em;
    padding-bottom: 3em;
}

.tabelle_carrello legend {
    padding: 0.5em;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #666666;
    text-transform: uppercase;
    background-color: #f6f6f6;
    list-style: none;
    border: 1px solid #dddddd;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 10px;
    margin-top: -1em;
}

.tabelle_carrello fieldset .field_module {
    position: relative;
    float: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: inherit;
    color: #9d9c9c;
    width: 50%;
    border: 1px solid #d1d0d0;
    padding: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.tabelle_carrello fieldset p {
    top: 0.3em;
    position: relative;
}

.tabelle_carrello fieldset img {
    border-left: 1px dotted #dadada;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 15px;
}

.tabelle_carrello .btn {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: black;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.btn_carrello:hover {
    text-decoration: none;
    background-color: #e1e1e1;
    color: #6b6e6f;
    background-image: url(../img/cart_hover.png);
}

.btn_carrello {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background-color: #0d6c55;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    clear: both;
    float: right;
    margin-top: 10px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.table_nopadding {
    width: 100%;
}

.tabelle_carrello .img_news {
    height: 50px;
    width: 50px;
    margin-right: 0em;
    border: 1px solid #ddd;
}

    .tabelle_carrello .img_news div img {
        max-height: 50px;
        max-width: 50px;
        border: none;
    }
/* fine tabelle carrello */

.dx p, .dx p span {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 10px;
}

.dx .testo_news p, .dx .testo_news p span {
    font-size: 14px;
}

.dx .testo_news h1 {
    margin-bottom: 1em;
    margin-top: 0px;
}

.dx .news {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #ddd;*/
    max-height: initial;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 40px;
}

ul.riepilogo {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 3em;
}

    ul.riepilogo li {
        margin-bottom: 2em;
        background-image: url(../img/bullet.png);
        background-repeat: no-repeat;
        background-position: left 6px;
        padding-left: 2em;
    }

        ul.riepilogo li a {
            color: #13a89e;
            text-decoration: none;
        }

.boxdettaglio iframe {
    width: 558px !important;
    height: 408px !important;
    z-index: 1 !important;
}

.leggitutto_articolo {
    /* text-align: right; */
    /* width: 100%; */
    /* clear: both; */
    color: #146bae !important;
    font-size: 14px !important;
}

    .leggitutto_articolo a {
        color: #146bae !important;
        text-decoration: underline;
    }

.box_dati {
    text-align: left;
    font-size: 95%; /*max-width: 300px;*/
}

    .box_dati img {
        float: left;
        margin-bottom: 20px;
        height: 54px;
        margin-top: 30px;
    }

.condividi {
    float: right;
    width: 235px;
    position: relative;
}

.scritta_condividi {
    float: left;
}

.img_pagina {
    /*position: relative;
float: left;
height: auto;
clear: both;*/
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 2em;
}

    .img_pagina img {
        /*width: 200px;
height: auto;
margin-left: 0px;
margin-right: 1.5em;
margin-top: 0px;
margin-bottom: 1.5em;*/
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

.latest_news {
    margin-top: 0 em;
}

    .latest_news a {
        color: #146bae;
    }

    .latest_news h2 a, .latest_news h2 a:hover,
    .dx_home h2 a, .dx_home h2 a:hover {
        font-size: 16px;
        float: right;
        border: 1px solid #146bae;
        padding: 5px;
        text-decoration: none;
        color: #146bae;
    }

hr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: none;
}

.font-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*modifica h2 slideshow per cms asp.net*/


.slideshow_caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0%;
    /*background: rgba(20, 107, 174, 0.91);*/
    height: 10em;
    padding: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .slideshow_caption .btn {
        font-size: 3em;
        padding: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-weight: 300;
        background-color: #2c3e50;
        position: relative;
        float: right;
    }

        .slideshow_caption .btn:hover {
            background-color: #243342;
        }

.camera_caption p {
    color: White;
}

.nullo {
    top: 0px !important;
}

input[type="text"].obbligatorio, textarea.obbligatorio, .field_module.obbligatorio {
    background-color: #fcc !important;
}

label.obbligatorio {
    color: #f00 !important;
}

.dx_home .news {
    max-height: 233px;
}

#ctl00_cph_div_path {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.loghi img,
.loghi p {
    display: inline-block;
    padding: 10px;
    width: 49%;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

    .loghi p a {
        text-decoration: underline;
        color: #333;
    }

h2.title {
    FONT-WEIGHT: 300;
    font-size: 30px;
    color: black;
    margin-bottom: 30px;
}

.loghi {
    border-top: 1px solid #e0e0e0;
    background: white;
    width: 100%;
    text-align: center;
    display: inline-block;
}


ul.info li {
    position: relative;
    float: left;
    padding: 0px 20px 0px 0px;
    margin-bottom: 0px;
}


ul.info {
    margin: 0px
}

#print p a, #print p a:hover {
    color: #146bae;
    text-decoration: underline;
}

    #print p a.btn, #print p a.btn:hover {
        color: #fff;
        text-decoration: none;
    }

.img_left {
    position: relative;
    float: left;
    margin-right: 20px;
    top: 0px;
    margin-bottom: 20px;
}

.dx p strong {
    color: #333;
}
