/* --------------------------------
    COLORS

    grigio chiaro      #efebe0
    grigio             #a6a8ab
    grigio scuro       #58595b
    grigio molto scuro #161717
    rosso scuro        #9e0a0f
    rosso molto scuro  #4D0000

    blu scuro          #336699          #336699
    blu evidente       #4984b6
    blu molto scuro    #2d4b64

    gialloocra goldchch #ffdf66
    gialloocra goldch #CFBC43
    gialloocra gold   #b4991b
----------------------------------- */
/*---------------------------------<
	IMPORTS
-----------------------------------*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/

h1 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    text-align: justify;
}

.h1-big {
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    font-weight: 300;
}

h2 {
    line-height: 27px;
    font-size: 18px;
    text-align: justify;
}

h3 {
    line-height: 18px;
    font-size: 15px;
}

.size15 { font-size: 15px;}

thead th, tbody th {
}

table {
    margin: 0;
}

    table td {
        border: 0px;
        padding: 0px;
        vertical-align: top;
    }

button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {
}

.red {
    color: #9e0a0f;
}

.blu {
    color: #336699;
}

.grey {
    color: #a6a8ab;
}

.grigioscuro {
    color: #58595b;
}

.gold {
    color: #b4991b;
}

.goldch {
    color: #CFBC43;
}

.goldchch {
    color: #ffdf66;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.bold600 {
    font-weight: 600;
}

a {
    color: #58595b;
    text-decoration: none;
}

    a:hover {
        color: #161717;
        text-decoration: underline;
    }

    a.red {
        color: #9e0a0f;
        text-decoration: none;
    }

        a.red:hover {
            color: #4D0000;
            text-decoration: underline;
        }

    a.blu {
        color: #336699;
        text-decoration: none;
    }

        a.blu:hover {
            color: #2d4b64;
            text-decoration: underline;
        }

    a.grigio {
        color: #58595b;
        text-decoration: none;
    }

        a.grigio:hover {
            color: #161717;
            text-decoration: underline;
        }

    a.white {
        color: #fff;
        text-decoration: none;
    }

        a.white:hover {
            color: #fff;
            text-decoration: underline;
        }

    a.black {
        color: #000;
        text-decoration: none;
    }

        a.black:hover {
            color: #000;
            text-decoration: underline;
        }

    a.gold {
        color: #b4991b;
        text-decoration: none;
    }

        a.gold:hover {
            color: #b4991b;
            text-decoration: underline;
        }

    a.goldch {
        color: #CFBC43;
        text-decoration: none;
    }

        a.goldch:hover {
            color: #CFBC43;
            text-decoration: none;
        }

strong, b {
    color: inherit;
    background: none;
    position: inherit;
    padding: inherit;
}

textarea {
    height: inherit;
}

p {
    color: #000;
}

    p.right-showall {
        text-align: right;
        font-weight: bold;
    }

.highlight {
    background-color: #FFFF88;
}

.ui-state-default {
    color: #336699;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
}

.small {
    font-size: small;
}

.btnChangeUserCity {
    font-size: small;
    font-weight: 200;
    color: #fff;
}
.btnChangeUserCity img { position: relative; top: 5px; }

a.btn_home, input[type=submit].btn_home {
    background: url('/Content/Images/btn_home_180.png') no-repeat;
    width: 180px;
    height: 45px;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-top: 5px;
}

input[type=submit].btn_home {
    font-weight: 300;
    text-shadow: none;
    border: 0px;
    filter: none;
}

    a.btn_home:hover, input[type=submit].btn_home:hover {
        background-position: 0px -50px;
        text-decoration: none;
        cursor: pointer;
    }

a.btn_home_100 {
    background: url('/Content/Images/btn_home_100.png') no-repeat;
    width: 100px;
    height: 23px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    text-align: center;
}

    a.btn_home_100:hover {
        background-position: 0px -28px;
        text-decoration: none;
        cursor: pointer;
    }

a.btn_cerca_75 {
    background: url('/Content/Images/btn_cerca_75.png') no-repeat;
    width: 75px;
    height: 31px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px;
    text-align: center;
}

    a.btn_cerca_75:hover {
        background-position: 0px -36px;
        text-decoration: none;
        cursor: pointer;
    }

a.btn-info-avvocato {
    background: url('/Content/Images/btn_info_avvocato.png') no-repeat;
    width: 100%;
    height:30px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    text-align: center;
}

    a.btn-info-avvocato:hover {
        background-position: 0px -32px;
        text-decoration: none;
        cursor: pointer;
    }

.avvo-i {
    position: relative;
    top: 4px;
}

.qtip-gold {
    background-color: #fff !important;
    border-color: #efebe0;
    color: #000 !important;
    font-weight: 600;
    max-width: 300px !important;
    min-width: 300px !important;
    padding: 0px 5px !important;
}

    .qtip-gold p {
        font-size: 15px !important;
        padding: 0;
    }

    .qtip-gold .qtip-titlebar {
        background-color: #f1f1f1;
    }

.qtip-light {
    color: #000 !important;
}

.isnew {
    color: #b4991b;
}
/*-----------------------------------*/

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
}

.wrapper {
    /*width: 940px;*/
    width: 1180px;
    margin: 0 auto;
}

.wrapper3 {
    width: 1180px;
    margin: 0 auto;
}

/* top */

div#top {
    height: 80px;
}

div#topmenu {
 /*   background: url('/Content/Images/ombra_sfondo_top.png') repeat-x;
    border-bottom: 8px solid #369;*/
    min-width: 940px;
        background: #346599;
}

div#topmenu-categories {}
div#topmenu-categories .wrapper .inner { border: 4px solid #369;border-top: 0px; padding: 15px 10px 0px 10px; border-radius: 10px;position: relative;top: -10px;}
div#topmenu-categories div.sections{ float: left;font-size: small;margin-right: 40px;}
div#topmenu-categories p{ margin: 0;padding: 0;}
div#topmenu-categories p.title{ font-weight: bold;}
div#topmenu-categories p.section{ font-weight: bold;font-size: large;padding-bottom: 5px;}
div#topmenu-categories p.macro{ padding-left: 10px;font-weight: bold;}
div#topmenu-categories p.area{ padding-left: 20px;}


.top-logo {
    float: left;
    padding-top: 18px;
}

    .top-logo .image {
        float: left;
    }

    .top-logo .payoff {
        color: #369;
        float: left;
        font-weight: bold;
        font-size: 16px;
        padding-top: 13px;
        padding-left: 5px;
    }

.top-help {
    float: right;
       padding-top: 30px; 
}

.top-logo p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.top-help p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 15px;
}

/* topmenu category */
.tab-home {
    width: 60px;
    float: left;
    text-align: center;
}

.tab-home a {
    background: url('/Content/Images/linguetta_home_60x50.png') no-repeat;
    width: 60px;
    height: 35px;
    padding-top: 15px;
    display: inline-block;
}

.tab-home a:hover {
    background: url('/Content/Images/linguetta_home_60x50.png') 0px -51px no-repeat;
}

.top-category {
    float: left;
    /*width: 240px;*/
}


/*.top-category a {
    background: url('/Content/Images/linguetta_guide_240x50.png') no-repeat;
    width: 240px;
    height: 36px;
    /*margin-left: 10px;*/
}*/

.top-category a:hover {
    /*background: url('/Content/Images/linguetta_guide_240x50.png') 0px -51px no-repeat;*/
        background: #6b8baf;
}

.tab-lawyer {
    float: left;
    width: 240px;
    /*margin-left: 10px;*/
}

.tab-lawyer a {
    /*background: url('/Content/Images/linguetta_guide_240x50_oro.png') no-repeat;*/
    float: left;
    padding-top: 14px;
    width: 240px;
    height: 35px;
    /*margin-left: 10px;*/
}

.tab-lawyer a:hover {
    /*background: url('/Content/Images/linguetta_guide_240x50_oro.png') 0px -51px no-repeat;*/
      background: #6b8baf;
}

.tab-search {
    background: url('/Content/Images/linguetta_guide_240x50.png') no-repeat;
    float: right;
    width: 240px;
    height: 45px;
}

    .tab-search .inner {
        background: url('/Content/Images/barra_cerca_224x34.png') no-repeat;
       width: 180px;
        height: 30px;
        margin: 0 auto;
        margin-top: 8px;
    }
    
    .tab-search input {
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        width: 150px;
        margin-top: 7px;
        margin-left: 9px;
        height: 19px;
        text-indent: 0px;
        padding: 0;
    }
    
.top-category ul {
    margin: 0;
    padding: 0;
}

    .top-category ul li {
        list-style-type: none;
        display: inline;
        padding-right: 25px;
    }

        .top-category ul li.selected {
            border-bottom: 2px solid #fff;
        }

        .top-category ul li a.mainmenu {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
        }

        .top-category ul li ul li {
            display: block;
            font-size: 14px;
        }

li.submenucontainer {
    position: relative;
    z-index: 999;
}

div.submenu {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    left: -20px;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid #DDD7CD;
    margin-bottom: 10px;
}

    div.submenu:before {
        content: "";
        display: block;
        width: 0;
        border: 10px solid white;
        border-color: transparent transparent white transparent;
        position: absolute;
        top: -20px;
        left: 15%;
        margin-left: -10px;
    }

    div.submenu .contents {
        background: #fff;
        padding: 5px;
        min-width: 270px;
    }

    div.submenu .title {
        padding: 0;
        padding-bottom: 10px;
        margin: 0;
        font-weight: bold;
        color: #b4991b;
    }

    div.submenu .showall {
        background: #b4991b;
        border-top: 1px solid #999;
        padding: 5px;
        font-weight: bold;
    }

    div.submenu ul li {
        margin: 0;
        padding: 0;
    }

        div.submenu ul li.last {
            padding-bottom: 10px;
        }

/* footer */

div#footer {
    /*background: url('/Content/Images/bg_footer.jpg') repeat-x;*/
    height: 220px;
        background: #295588;
}

/* footer menu */

.footer-menu {
    float: left;
    padding: 5px 20px 0px 0px;
    border-right: 1px solid #fff;
    margin: 5px 20px 5px 0px;
    height: 100px;
        width: 16%;
}

    .footer-menu p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .footer-menu ul {
        margin: 0;
        padding: 0;
    }

        .footer-menu ul li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

    .footer-menu a {
        color: #fff;
        font-size: 12px;
    }

.footer-social {
    float: right;
    padding-top: 5px;
    margin-top: 5px;
    width: 250px;
}

    .footer-social p {
        color: #fff;
        margin: 0;
        padding: 0;
        text-align: right;
        padding-bottom: 5px;
    }

    .footer-social ul {
        margin: 0;
        padding: 0;
    }

        .footer-social ul li {
            float: right;
            padding-left: 2px;
            list-style-type: none;
        }

.footer-company p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* home */
.intestazione-home h1 {
    text-align: center;
    color: #000;
    font-size: 35px;
    line-height: 43px;
    font-weight: 300;
    font-weight: normal; 
    padding: 10px 0px;
}

.intestazione-home h2 {
    font-size: 26px;
    text-align: center;
    color: #000;
    font-weight: bold;
}



.intestazione-home h3 {
    color: #58595b;
}

div#sub-main {
    /*background: #eee;*/
}

    div#sub-main p {
        font-size: 12px;
    }
.home.sub-main-left {position: relative;}

.main-list-3 {
    width: 31% !important;
}

.sub-main-left {
    float: left;
    width: 48%;
    padding-right: 12px;
}

.sub-main-left h3 {font-size: 18px; color:#58595b;}

.home.sub-main-center {position: relative;}

.sub-main-center {
    float: left;
    width: 278px;
    padding-left: 25px;
    margin-right: 25px;
    border-left: 2px solid #efebe0;
}
.sub-main-center h3 {font-size: 18px; color:#58595b;}
.sub-main-right {
    float: left;
    width: 47%;
    padding-left: 25px;
    border-left: 2px solid #efebe0;
}
.sub-main-right h3 {font-size: 18px; color:#58595b;}
.sub-main ul {
    margin: 0;
    padding: 0;
}

    .sub-main ul li {
        list-style-type: none;
    }

.last-lawyers {
    margin: 0;
    padding: 0;
}

    .last-lawyers li {
        list-style-type: none;
    }

    .last-lawyers .img {
        float: left;
        width: 60px;
    }

    .last-lawyers img {
        float: left;
        width: 60px;
    }

    .last-lawyers .text {
        float: left;
        width: 175px;
        padding-left: 10px;
    }

        .last-lawyers .text p {
            margin: 0;
            padding: 0;
            font-size: 13px;
        }

    .last-lawyers span.data {
        color: #aaa;
        font-size: 13px;
    }


.article-list-homepage li {
    padding: 2px;
    padding-bottom: 20px;
}

.article-list-homepage p {
    margin: 0;
    padding: 0;
    color: #58595b;
}

.article-list-homepage p.title {
    font-size: 14px !important;
}

.article-list-homepage p.title a{
    line-height: 22px;
    font-size: 17px !important;
}
/*
.article-list-homepage .title > a {
    font-weight: bold;
    font-size: 14px;
}
*/
.article-list-homepage .subtitle {
}

.article-list-homepage .arttype {
    color: #b4991b;
    font-weight: bold;
}

.article-list-homepage .lawyer {
}

.article-list-homepage .date {
}

/* home guida */

.intestazione-guida h1 {
    color: #000;
    font-size: 30px;
    line-height: 43px;
    font-weight: 300;
}

.intestazione-guida h2 {
    color: #a6a8ab;
    font-size: 14px;
}

.intestazione-guida .titolo-immagine {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.home-intro {    margin: auto;
    width: 980px;}

.home-quesito {float: left; width: 49%; padding-bottom: 10px;}
.home-quesito a.btn_home{font-size:26px;}

.home-chiediavvocato {float: left; width: 49%; border-left: 2px solid #efebe0; padding-bottom: 10px;}
.home-chiediavvocato a.btn_home{font-size:26px;}

.home-linea {margin-top: 30px; margin-bottom: 25px; border-top: 2px solid #efebe0;}
.home-linea-2 {margin-top: 25px; border-top: 2px solid #efebe0;}
h2.home-aiuto {margin-bottom: 20px; font-weight:normal}
h4.home-seiunavvo {font-size: 16px;}

.home-rss {position: absolute;left:120px;top:3px;}

.home-ultimiavvo {padding:10px 5px 5px 5px;}

.home-clienti {
    width: 940px;
    height: 180px;
    position: relative;
    margin:auto;
}

.home-clienti-payoff {
    position: absolute; top: 89px; left: 343px; width: 247px; height: 86px;overflow: hidden; display: table;
}
.home-clienti-payoff div {
    display: table-cell; vertical-align: middle;
}
    .home-clienti ul {
        margin: 0;
        padding: 0;
    }

        .home-clienti ul li {
            float: left;
            list-style-type: none;
            margin: 0;
            padding: 0px 5px 4px 0px;
            width: 80px;
        }

.intestazione-home .ease {
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

    .intestazione-home .ease:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.guida-clienti {
    width: 512px;
    height: 180px;
    position: relative;
    float: left;
}

    .guida-clienti ul {
        margin: 0;
        padding: 0;
    }

        .guida-clienti ul li {
            float: left;
            list-style-type: none;
            margin: 0;
            padding: 0px 5px 4px 0px;
            width: 80px;
        }

.intestazione-guida .ease {
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

    .intestazione-guida .ease:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }


.main-list-2-left {
    float: left;
    /*width: 586px;*/
    width: 820px;
    margin-right: 30px;
}

.main-list-2-right {
    float: left;
    width: 324px;
    font-size: medium;
}

    .main-list-2-right h3 {
        line-height: 27px;
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        color: #000;
    }

    .main-list-2-right > div {
        padding-left: 15px;
        /*border-left: 2px solid #efebe0;*/
        margin-bottom: 40px;
    }

        .main-list-2-right > div.grey {
            padding-left: 10px;
            border-left: 2px solid #efebe0;
            margin-bottom: 40px;
            background: #efebe0;
        }

    .main-list-2-right div ul {
        margin: 0;
        padding: 0;
    }

        .main-list-2-right div ul li {
            list-style-type: none;
            text-align: left;
          line-height: 18px;
            padding-bottom: 10px;
        }

.main-list-3 {
    font-size: small;
}

    .main-list-3 h2 {
        text-align: center;
        font-size: 25px;
    }

    .main-list-3 ul {
        margin: 0;
        padding: 0;
    }

        .main-list-3 ul li {
            list-style-type: none;
        }

.main-list-3-left {
    float: left;
    width: 296px;
    padding-right: 9px;
}

.main-list-3-center {
    float: left;
    width: 278px;
    margin-right: 25px;
    padding-left: 25px;
    border-left: 2px solid #efebe0;
}

.main-list-3-right {
    float: left;
    width: 260px;
    background: #efebe0;
    padding: 10px;
}

    .main-list-3-right h2 {
        margin-top: 0;
    }

.main-list-4 {
        width: 23% !important;
    font-size: 13px;
}

    .main-list-4 h3 {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        font-size: 15px;
    }

    .main-list-4 ul {
        margin: 0;
        padding: 0;
    }

        .main-list-4 ul li {
            list-style-type: none;
            font-size: 15px;
        }

            .main-list-4 ul li a.blu {
                font-size: 16px;
            }

.main-list-4-left {
    float: left;
    width: 217px;
    padding-right: 20px;
}

.main-list-4-center {
    float: left;
    width: 215px;
    margin-right: 10px;
    border-left: 2px solid #efebe0;
    padding-left: 10px;
}

.main-list-4-right {
    float: left;
    width: 229px;
}

    .main-list-4-right .inner {
        background: #efebe0;
        padding: 10px;
    }

    .main-list-4-right h3 {
        margin-top: 0;
    }


    .main-list-8{
        width: 47% !important;
    }


    ul.ul-half {
    width: 50%;
    float: left;
}


/* menu-guide */
#homecategory-name {
    float: left;
    margin-top: 90px;
}

#homecategory-name a {
    font-size: 50px;
    font-weight: bold;
    color: #346499;
}

div#menu-guide {
    /* background: url(/Content/Images/fondo_menu.png) repeat-x; */
    /*width: 100%;
    min-width: 920px;*/
    height: 40px;
    /* border-bottom: 8px solid #369; */
    /*background: #285688 !important;*/
    background: #fff!important;
    padding: 0 10px;
        box-shadow: 0 1px 1px #999;
            border-top: 1px solid #ccc;
                margin-bottom: 15px;
}
ul.menu-guide {
    margin: 0;
    padding: 0;
}

    ul.menu-guide > li {
        float:left;
        list-style-type:none;
        font-size: 16px;
        padding: 9px 21px;
        border-left: 1px solid #ADC2D6;
    }

        ul.menu-guide > li.last {
            border-right: 1px solid #ADC2D6;
        }

        ul.menu-guide > li:hover {
            background: #e6e6e6;
        }

        ul.menu-guide > li.selected {
            /*background: #fff;*/
                padding: 8px 21px !important;
                border-bottom: 3px solid #346599;
        }

            ul.menu-guide > li.selected:hover {
                border-bottom: none;
            }

        ul.menu-guide > li a {
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            color: #777676;
        }

            ul.menu-guide > li a:hover {
                text-decoration: none;
            }

        ul.menu-guide > li.category:hover {
            border-bottom: 2px solid #fff;
        }

.menu-guide-micro {
    margin: 5px 0px 10px 0px;
}

    .menu-guide-micro ul {
        margin: 0;
        padding: 0;
    }

        .menu-guide-micro ul li {
            display: inline;
            font-size: small;
            padding-right: 10px;
              width: 32%;
    float: left;
    font-size: 15px;
        }

        .main-list-2-right .menu-guide-micro ul li {
              width: 100%;
        }


        .menu-guide-micro ul li.last{
                margin-bottom: 20px;
        }

            .menu-guide-micro ul li.selected a {
                text-decoration: underline;
                font-weight: bold;
            }


/* lista guide */

#guide-list div.sections {
    float: left;
    margin-right: 5px;
    border-left: 2px solid #eee;
    padding-left: 2px;
    width: 225px;
}

#guide-list h1 {
    color: #58595b;
    font-size: 35px;
    line-height: 43px;
    font-weight: 300;
}

#guide-list h2 {
    font-weight: 600;
    font-size: 31px;
    margin-top: 0px;
}

#guide-list h3 {
    font-weight: 600;
    padding-left: 10px;
    color: #336699;
    font-size: 18px;
    margin: 2px 0px;
}

#guide-list h4 {
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    margin: 4px 0px;
}

#guide-list h5 {
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px;
}

/* dettaglio articolo */

div.menu-articolo {
    border-top: 2px solid #efebe0;
    border-bottom: 2px solid #efebe0;
}

    div.menu-articolo ul {
        margin: 0;
        padding: 15px 0px;
    }

        div.menu-articolo ul li {
            display: inline;
            margin-right: 118px;
            font-weight: bold;
            color: #58595b;
        }

            div.menu-articolo ul li a {
                text-decoration: none;
            }

            div.menu-articolo ul li.last {
                margin-right: 0px;
            }

            div.menu-articolo ul li:hover, div.menu-articolo ul li.selected {
                border-bottom: 2px solid #58595b;
            }

div.article-navigator {
    border-top: 2px solid #efebe0;
}

div.article-text {
    /*text-align: justify;*/
    line-height: 25px;
}

.article-social ul {
    margin: 0;
    padding: 0;
}

    .article-social ul li {
        display: inline;
    }

.social_buttons {
    margin-top: 10px;
}

    .social_buttons .twitter {
        float: left;
        width: 100px;
    }

    .social_buttons .gplus {
        float: left;
        padding-left: 0px;
        width: 80px;
    }

    .social_buttons .facebook {
        float: left;
        padding-left: 0px;
        width: 100px;
    }

    .social_buttons .linkedin {
        float: left;
        padding-left: 0px;
        width: 150px;
    }

.article-attachments p.title {
    font-weight: bold;
    text-align: center;
    color: #b4991b;
}

.article-attachments p.file {
    text-align: center;
    position: relative;
    margin-left: 30px;
}

    .article-attachments p.file img {
        position: relative;
        top: 5px;
    }

.h2-subtitle { font-weight: bold;font-size: small !important;line-height: 15px !important;}
.h2-text {font-weight: normal !important;font-size: 15px !important;line-height: 150% !important;}
.h3-subtitle { font-weight: bold;font-size: small !important;line-height: 15px !important;padding: 0 !important;margin: 0 !important;}

.article-text .h2-text {text-align:left;}

/* avvocati esperti */
.lawyer-expert {
    padding-top: 10px;
}

    .lawyer-expert .image {
        float: left;
        width: 120px;
        height: 130px;
        overflow: hidden;
    }

        .lawyer-expert .image img {
            width: 110px;
        }

    .lawyer-expert .details {
        float: left;
        width: 466px;
        padding-top: 20px;
    }

        .lawyer-expert .details h4 {
            font-size: 21px;
            margin: 0;
            padding: 0;
        }

        .lawyer-expert .details h3 {
            margin: 0;
            padding: 0;
        }

    .lawyer-expert .description {
        background: #f4f1ea;
        padding: 10px;
        text-align: justify;
    }


/* altre informazioni  */
.other-information ul {
    margin: 0;
    padding: 0;
}

    .other-information ul li {
        list-style-type: none;
        width: 31%;
        display: inline-block;
        margin-left: 10px;
        float: left;
    }

        .other-information ul li.first {
            margin-left: 0px;
        }

        .other-information ul li span.title {
            font-weight: bold;
        }

        .other-information ul li .details img {
            float: left;
            padding-top: 3px;
            margin-right: 3px;
            margin-bottom: 3px;
            width: 50px;
        }

        .other-information ul li .details {
            float: left;
            width: 100%;
            font-size: small;
            text-align: justify;
        }

/* lista articoli */

div.article-list-lawyer-image {
    float: left;
    width: 9%;
    padding-top: 5px;
}

    div.article-list-lawyer-image img {
        width: 80px;
    }

div.article-list-lawyer-image-right {
    float: left;
    width: 89%;
    margin-left: 15px;
    padding-top: 13px;
}

    div.article-list-lawyer-image-right h2 {
        margin: 0;
        padding: 0;
    }

    div.article-list-lawyer-image-right p {
        margin: 0;
        padding: 0;
        font-size: small;
    }

div.article-lawyer-image {
    float: left;
    width: 20%; 
    padding-right: 20px;
}

    div.article-lawyer-image img {
           width: 100%;
    }

div.article-lawyer-image-right {
    float: left;
    width: 77%;
        padding-bottom: 20px;
}

    div.article-lawyer-image-right h2 {
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
       font-size: 18px !important;
    line-height: 22px !important;
    }

    div.article-lawyer-image-right p {
        margin: 0;
        padding: 0;
        font-size: small;
    }

        div.article-lawyer-image-right p.preview {
            margin: 0;
            padding: 0;
            font-size: x-small;
        }

div.article-list h2 {
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
}

    div.article-list h2 a {
        color: #000;
    }

    div.article-list h3 a{
        color:#0C0C0F !important;
            font-weight: 900;
    }
div.article-list h3 {
 line-height: 33px;
    font-size: 22px;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 0; 
        font-weight: 600;
}

ul.lawyer-list-vertical li .img {
    float: left;
    width: 50px;
}

    ul.lawyer-list-vertical li .img img {
        width: 40px;
        height: 52px;
    }

ul.lawyer-list-vertical li .details {
    float: left;
    width: 240px;
}

    ul.lawyer-list-vertical li .details p {
        margin: 0;
        padding: 0;
        font-size: small;
    }

ul.lawyer-list-horizontal li {
    display: inline;
    padding-right: 17px;
}

    ul.lawyer-list-horizontal li.last {
        padding-right: 0px;
    }

    ul.lawyer-list-horizontal li img {
    width: 83px;
    height: auto;
}

    ul.lawyer-list-horizontal li.first {
        padding-left: 0px;
    }


div.article-preview p.title {
    font-weight: bold;
}

div.article-preview div.text {
    height: 300px;
    overflow-y: scroll;
}

ul.article-biglist li {
    line-height: 20px;
}

    ul.article-biglist li p {
        margin: 0;
        padding: 0;
    }

/* ricerca articolo */

.article-search-left {
    width: 250px;
    margin-right: 0px;
    float: left;
}

    .article-search-left p {
        font-size: small;
    }

        .article-search-left p.title {
            font-weight: 600;
            font-size: small;
        }

        .article-search-left p.search {
            text-align: right;
        }

    .article-search-left ul {
        margin: 0;
        padding: 0;
    }

        .article-search-left ul li {
            list-style-type: none;
            font-size: small;
        }

.article-search-right {
    width: 668px;
    padding-left: 10px;
    float: left;
    border-left: 2px solid #efebe0;
}

/* ricerca avvocato */

div#menu-avvocato {
    background: url('/Content/Images/bg_menu_article_grey.jpg') repeat-x;
    width: 100%;
    height: 40px;
    color: #336699;
    font-weight: bold;
}

img.star {
    position: relative;
    top: 1px;
    left: 2px;
}

#divBtnShowCategories {
    border: 1px solid #336699;
    /*border-radius: 5px;*/
    padding:5px 5px 5px 4px;
    width: 205px;
    height: 20px;
    overflow: hidden;
    float: left;
}

    #divBtnShowCategories a {
        font-size: 14px;
    }

div.lawyer-list-center .categories {
    display: none;
    border: 1px solid #517997;
    border-radius: 5px;
    padding-bottom: 7px;
    margin-top: 2px;
    background: #fff;
    z-index: 4;
    position: absolute;
    text-align: left;
    width: 620px;
}

    div.lawyer-list-center .categories p.title {
        background: #517997;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 7px;
        margin-bottom: 5px;
    }

    div.lawyer-list-center .categories .sections {
        float: left;
        font-size: x-small;
        padding-left: 18px;
    }

        div.lawyer-list-center .categories .sections .title {
            font-size: medium;
        }

        div.lawyer-list-center .categories .sections .section {
            padding-left: 10px;
        }

        div.lawyer-list-center .categories .sections .macro {
            padding-left: 20px;
            font-size: small;
            color: #2d4b64;
            font-weight: bold;
        }

        div.lawyer-list-center .categories .sections a {
            padding-left: 30px;
            color: #58595b;
        }

            div.lawyer-list-center .categories .sections a.selected {
                font-weight: bold;
                text-decoration: underline;
                color: #b4991b;
            }

                div.lawyer-list-center .categories .sections a.selected:hover {
                    color: #b4991b;
                }

ul.menu-search-lawyer {
    margin: 0;
    padding: 0;
}

    ul.menu-search-lawyer > li {
        display: inline;
    }

.lawyer-list-left {
    width: 23%;
    float: left;
    border-left: 2px solid #efebe0;
    border-bottom: 2px solid #efebe0;
}

    .lawyer-list-left p {
        font-size: x-small;
    }

        .lawyer-list-left p.title {
            color: #fff;
            font-weight: 600;
            font-size: small;
      background: #346599;
            padding-left: 5px;
        }

    .lawyer-list-left div.inner {
        margin-left: 10px;
        margin-right: 10px;
    }

    .lawyer-list-left p.search {
        text-align: right;
    }

    .lawyer-list-left ul {
        margin: 0;
        padding: 0;
    }

        .lawyer-list-left ul li {
            list-style-type: none;
            font-size: 12px;
            color: #07c;
        }

            .lawyer-list-left ul li span {
                color: #58595b;
            }


.lawyer-list-center {
    width: 73%;
    min-height: 895px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    border-left: 2px solid #efebe0;
    border-right: 2px solid #efebe0;
}

    .lawyer-list-center .sx {
        float: left; 
    }

    .lawyer-list-center .dx {
        text-align: right;
    }

    .lawyer-list-center .nominative { 
            color: #346599;
    font-size: 20px;
    }

    .lawyer-list-center .image {
        float: left;
        /*height: 131px;*/
        position: relative;
            width: 23%;
    }

        .lawyer-list-center .image img {
            width: 100%;
        }

    .lawyer-list-center .details {
        float: left;
        padding: 0 10px;

        font-size: small;
        /*width: 513px;*/
          width: 100%;
    }

    
    .lawyer-list-center .details.pro {
          width: 71%;
    }

      .lawyer-list-center .details-pro {
              width: 24%;
                  padding: 3px;
    float: left;
    }

      .btn-gold.transparent {
    background: white !important;
    color: #295588;
    font-size: 15px !important;
    border-color: #295588 !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
        .btn-gold.transparent:hover {
    color: #295588 !important;
    -webkit-box-shadow: inset 0 0 0 1px #00577d;
    box-shadow: inset 0 0 0 1px #00577d;
}

        .btn-gold:hover {
background:#e7d26f !important;
}

    .lawyer-list-center .details-pro  .btn-gold   {
    width: 100% !important;
    display: block;
    padding: 2px;
    text-align: center;
    font-size: 20px;
}


        .lawyer-list-center .details span.title {
            font-weight: 600;
        }
        .lawyer-list-center .details span.title.description {
            font-weight: bold;
        }

        .lawyer-list-center .details p {
            margin: 0;
            padding: 0;
            text-align: justify;
        }

    .lawyer-list-center .buttons {
        /*background: #efebe0;*/
        font-size: small;
        height: 30px;
    }

        .lawyer-list-center .buttons ul {
            margin: 0;
            padding: 0;
            /*margin-left: 115px;*/
        }

            .lawyer-list-center .buttons ul li {
                float: left;
                display: inline;
                color: #58595b;
                margin-right: 10px;
                font-weight: bold;
                padding: 0;
            }


        .lawyer-list-center .buttons .sx a {
            width: 30px;
            height: 30px;
            display: block;
            color: #161717;
            position: relative;
            font-size: x-small;
            background: url('/Content/Images/cerca-avvocato-icons-2.png') no-repeat;
        }

    .lawyer-list-center .UserDescription {
        background-position: 0px -38px !important;
    }

        .lawyer-list-center .UserDescription:hover {
            background-position: 0px -76px !important;
        }

    .lawyer-list-center .Cv {
        background-position: -40px -38px !important;
    }

        .lawyer-list-center .Cv:hover {
            background-position: -40px -76px !important;
        }

    .lawyer-list-center .Map {
        background-position: -80px -38px !important;
    }

        .lawyer-list-center .Map:hover {
            background-position: -80px -76px !important;
        }

    .lawyer-list-center .MapDisabled {
        background-position: -80px 0px !important;
        cursor: default;
    }

    .lawyer-list-center .StudyLawyers {
        background-position: -120px -38px !important;
    }

        .lawyer-list-center .StudyLawyers:hover {
            background-position: -120px -76px !important;
        }

    .lawyer-list-center .StudyLawyersDisabled {
        background-position: -120px 0px !important;
        cursor: default;
    }

    .lawyer-list-center .StudyImages {
        background-position: -160px -38px !important;
    }

        .lawyer-list-center .StudyImages:hover {
            background-position: -160px -76px !important;
        }

    .lawyer-list-center .StudyImagesDisabled {
        background-position: -160px 0px !important;
        cursor: default;
    }

    .lawyer-list-center .Articles {
        background-position: -200px -38px !important;
    }

        .lawyer-list-center .Articles:hover {
            background-position: -200px -76px !important;
        }

    .lawyer-list-center .ArticlesDisabled {
        background-position: -200px 0px !important;
        cursor: default;
    }

    .lawyer-list-center .buttons .dx {
        text-align: center;
    }

      
            .lawyer-list-center .buttons .dx a:hover {
                background-position: 0px -30px;
            }

    .lawyer-list-center .preview {
        border: 1px solid #CFBC43;
        border-top: 0px;
        font-size: small;
        display: none;
        margin-top: 2px;
    }

        .lawyer-list-center .preview ul.colleghi li {
            float: left;
            padding: 5px;
            list-style-type: none;
        }

            .lawyer-list-center .preview ul.colleghi li a {
                display: inline-block;
                width: 100px;
                height: 130px;
                background-size: 100% auto !important;
            }

    .lawyer-list-center table {
        width: 80%;
    }

        .lawyer-list-center table.dati-professionali td {
            font-weight: bold;
        }


    .lawyer-list-center .inner {
        padding: 10px;
        max-height: 350px;
        position: relative;
        overflow: hidden;
    }

        .lawyer-list-center .inner .scroller {
            display: none;
            position: absolute;
            cursor: pointer;
            z-index: 50;
            vertical-align: middle;
            border: 0 none;
            background: rgba(115,115,115,0.4);
            width: 90px;
            height: 60px;
            left: 50%;
            margin-left: -45px;
        }

        .lawyer-list-center .inner .scroller_top {
            top: 0px;
        }

        .lawyer-list-center .inner .scroller_bottom {
            bottom: 0px;
        }

        .lawyer-list-center .inner .scroller_arrow {
            display: block;
            width: 15px;
            height: 15px;
            margin: auto;
            background-image: url("/Content/Images/arrow_scroller.png");
            background-repeat: no-repeat;
            border: 0;
        }

        .lawyer-list-center .inner .scroller_arrow_up {
            background-position: -2px -3px;
            margin-top: 20px;
        }

        .lawyer-list-center .inner .scroller_arrow_down {
            background-position: -2px -23px;
            margin-top: 20px;
        }

        .lawyer-list-center .inner .scrollerh {
            display: block;
            position: absolute;
            cursor: pointer;
            z-index: 50;
            vertical-align: middle;
            border: 0 none;
            background: rgba(115,115,115,0.4);
            width: 60px;
            height: 90px;
            top: 50%;
            margin-top: -45px;
        }

        .lawyer-list-center .inner .scroller_left {
            left: 0px;
        }

        .lawyer-list-center .inner .scroller_right {
            right: 0px;
        }

        .lawyer-list-center .inner .scroller_arrow_left {
            background-position: -24px -13px;
            margin-top: 36px;
        }

        .lawyer-list-center .inner .scroller_arrow_right {
            background-position: -45px -13px;
            margin-top: 36px;
        }

        .lawyer-list-center .inner .foto-studio-entry {
            margin: 0 auto;
            text-align: center;
            display: none;
        }

            .lawyer-list-center .inner .foto-studio-entry img {
                max-width: 600px;
                max-height: 350px;
            }

        .lawyer-list-center .inner .foto-studio > div:first-child {
            display: block;
        }

    .lawyer-list-center .preview > p.title {
        margin: 0;
        padding: 5px;
        background: #CFBC43;
        color: #fff;
    }

        .lawyer-list-center .preview > p.title > a.close {
            float: right;
            color: #fff;
        }

    .lawyer-list-center .preview p.title {
        font-weight: bold;
    }

.lawyer-list-right {
    width: 218px;
    float: left;
}

    .lawyer-list-right p {
        font-size: x-small;
    }

        .lawyer-list-right p.title {
            color: #58595b;
            font-weight: 600;
            font-size: small;
            background: #efebe0;
            padding-left: 5px;
        }

    .lawyer-list-right div.inner {
        color: #58595b;
        padding-left: 10px;
        border-right: 2px solid #efebe0;
        border-bottom: 2px solid #efebe0;
        width: 208px;
    }

.bg_slider {
    background: url('/Content/Images/bg_slider.png') no-repeat;
    width: 250px;
    height: 20px;
}

.ui-slider-handle {
    background: url('/Content/Images/slider.png') !important;
    width: 30px !important;
    height: 14px !important;
    border: 0px !important;
    top: -7px !important;
}

.ui-slider {
    height: 0px !important;
}

.preferiti {
    margin: 0;
    padding: 0;
}

    .preferiti li {
        list-style-type: none;
    }

    .preferiti img {
        float: left;
        width: 24px;
    }

    .preferiti .text {
        float: left;
        width: 179px;
        padding-left: 5px;
    }

    .preferiti p {
        margin: 0;
        padding: 0;
    }

.historytab {
    margin: 0;
    padding: 0;
}

    .historytab li {
        list-style-type: none;
    }

    .historytab img {
        float: left;
        width: 24px;
    }

    .historytab .text {
        float: left;
        width: 177px;
        padding-left: 5px;
    }

    .historytab p {
        margin: 0;
        padding: 0;
    }

.besttab {
    margin: 0;
    padding: 0;
}

    .besttab li {
        list-style-type: none;
    }

    .besttab img {
        float: left;
        width: 24px;
    }

    .besttab .text {
        float: left;
        width: 220px;
        padding-left: 5px;
    }

    .besttab p {
        margin: 0;
        padding: 0;
    }


#divFilters {
  background: #ffffff;
}

#divContacted p {
    font-size: x-small;
}

    #divContacted p.title {
        font-weight: bold;
    }

#divContacted .container {
    padding: 5px;
}

.besttableft {
    margin: 0;
    padding: 0;
}

    .besttableft li {
        list-style-type: none;
    }

    .besttableft img {
        float: left;
        width: 48px;
    }

    .besttableft .text {
        float: left;
        width: 200px;
        padding-left: 5px;
    }

    .besttableft p {
        margin: 0;
        padding: 0;
    }


#nohistory, #nobookmark, #nocontacted {
    font-size: small;
}

.lawyer-commented {
    padding: 5px;
}

    .lawyer-commented div.text {
        float: left;
        padding-left: 5px;
    }

    .lawyer-commented span.fbuser {
        font-size: small;
    }

    .lawyer-commented span.comment {
        font-size: small;
    }

    .lawyer-commented span.data {
        font-size: x-small;
        color: #58595b;
    }


/* dettaglio avvocato */
.lawyer-detail {
}

    .lawyer-detail ul {
        margin: 0;
        padding: 0;
    }

        .lawyer-detail ul li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

    .lawyer-detail .image {
        float: left;
        padding-right: 10px;
        width: 150px;
        height: 188px;
    }

        .lawyer-detail .image img {
            width: 150px;
        }

    .lawyer-detail .details {
        float: left;
        width: 423px;
    }

        .lawyer-detail .details p {
            font-size: small;
            margin: 0;
            padding: 0;
        }

        .lawyer-detail .details ul li {
            font-size: small;
            display: inline;
            padding-right: 10px;
        }

    .lawyer-detail h1 {
        margin-top: 0px;
    }

    .lawyer-detail h2 {
        margin-top: 0px;
        font-weight: 600;
        font-size: 16px;
    }
     .lawyer-detail h2.other-info {
        font-size: 21px;
    }

    .lawyer-detail h3 {
        font-weight: 600;
        font-size: 13px;
    }

    .lawyer-detail .subdetails {
        font-size: small;
    }

    .lawyer-detail .lawyer_categories ul li {
        float: left;
        width: 270px;
    }

    .lawyer-detail .tariffe td {
        font-size: large;
        padding: 5px 0px;
    }

        .lawyer-detail .tariffe td a {
            color: #000;
            text-decoration: none;
        }

    .lawyer-detail ul.colleghi li {
        list-style-type: none;
        float: left;
        margin: 5px 5px;
    }

    .lawyer-detail ul.foto-studio li {
        list-style-type: none;
        float: left;
        margin: 5px 5px;
    }

    .lawyer-detail table.dati-professionali td {
        font-weight: bold;
    }

    .lawyer-detail .altre-info p {
        margin: 4px;
        margin-top: 2px;
        white-space: pre-line;
    }

        .lawyer-detail .altre-info p.title {
            font-weight: bold;
            margin-top: 14px;
            margin-bottom: 2px;
        }

    .lawyer-detail #offices ul li {
        font-size: small;
        float: left;
        width: 282px;
    }

        .lawyer-detail #offices ul li p {
            margin: 0;
            padding: 0;
        }

    .lawyer-detail .inner {
        padding: 10px;
    }

.ul-domiciliazione {
    margin-left: 15px !important;
}

    .ul-domiciliazione li {
        list-style-type: circle !important;
    }

#articleAccordion .ui-widget h3 {
    font-size: medium;
}

#articleAccordion .ui-accordion-content {
    font-size: small;
}

    #articleAccordion .ui-accordion-content ul li {
        list-style-type: disc;
        padding-bottom: 5px;
    }

#articleAccordion .ui-state-hover {
    background: #295588 !important;
    color:white !important;
}

.righttab {
    font-size: x-small;
}

/* pagine */
.dynamic-page-left {
    width: 250px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
}

    .dynamic-page-left .jstree-default.jstree-focused {
        background: none;
    }

    .dynamic-page-left .jstree a {
        font-size: x-small;
    }

    .dynamic-page-left .jstree ins.jstree-icon {
    }




.dynamic-page-right {
    width: 628px;
    padding-left: 35px;
    float: left;
    border-left: 2px solid #efebe0;
}

.menuindex ul {
    margin-bottom: 0px;
}

/* lista opinioni */
.opinion-list div.image {
    float: left;
    width: 100px;
    height: 125px;
    background-size: 100% auto !important;
}

.opinion-list div.details {
    float: left;
    padding-left: 20px;
    width: 820px;
}

    .opinion-list div.details p {
        color: #a6a8ab;
        font-size: small;
        margin: 0;
    }

        .opinion-list div.details p.text {
            color: #336699;
            font-size: medium;
        }

    .opinion-list div.details span.date {
        color: #2d4b64;
        font-style: italic;
    }

.opinion-list hr {
    border: 1px dashed #2d4b64;
    height: 1px;
}


/* iscrizione */

#iscrizione-info {
    width: 566px;
    height: 388px;
    background: url('/Content/Images/iscrizione-info.jpg') no-repeat;
}

    #iscrizione-info #menubox {
        height: 252px;
        width: 215px;
        margin-top: 100px;
        text-align: left;
        font-size: small;
        float: left;
    }

    #iscrizione-info ul li {
        list-style-image: url('/Content/Images/iscrizione-info-li.gif');
        color: #336699;
        cursor: pointer;
    }

        #iscrizione-info ul li.selected {
            list-style-image: url('/Content/Images/iscrizione-info-li-hover.gif');
            color: #b4991b;
        }



    #iscrizione-info #infobox {
        background: #FFFFFF;
        padding: 5px;
        border: 2px solid #b4991b;
        display: none;
        float: left;
        width: 325px;
        margin-top: 185px;
        font-size: small;
    }

.form-lawyer td {
    line-height: 30px;
}

    .form-lawyer td input[type=text], .form-lawyer td input[type=password] {
        width: 240px;
    }

.iscrizione-info {
    padding: 10px;
    font-size: small;
}

    .iscrizione-info .entry {
        float: left;
                   width: 31%;
        margin-right: 15px;
        border-left: 2px solid #efebe0;
        padding-left: 10px;
    }

        .iscrizione-info .entry img {
            float: left;
            padding-right: 5px;
        }

        .iscrizione-info .entry li {
            margin: 0;
            padding: 0;
        }

        .iscrizione-info .entry p {
            text-align: justify;
        }

/* elenco orizzonatale ultimi avvocati contattati */
.last-contacted-lawyers {
    border: 1px solid #efebe0;
    border-radius: 15px;
    padding: 10px;
    font-size: small;
}

    .last-contacted-lawyers h3 {
        float: left;
        margin: 0;
        padding: 0;
        color: #58595b;
    }

    .last-contacted-lawyers .entry {
        float: left;
        width: 229px;
        margin-top: 10px;
        height: 80px;
    }

        .last-contacted-lawyers .entry .image {
            float: left;
            width: 56px;
            height: 70px;
        }

        .last-contacted-lawyers .entry .details {
            float: left;
            width: 145px;
            padding-left: 5px;
        }

/* login */
.table-login {
    margin: 0 auto;
    width: 400px;
}

    .table-login td {
        font-size: 20px;
        padding: 5px;
    }

        .table-login td input[type=text], .table-login td input[type=password] {
            width: 300px;
        }

        .table-login td.right {
            text-align: right;
        }

.thanks p {
    color: #a6a8ab;
    font-size: small;
}

/* newsletter */
.table-newsletter td {
    padding: 5px;
}

/* popup */
.popup {
    font-size: small;
    width: 640px;
}

    .popup .logo {
        text-align: center;
        margin: 0 auto;
    }

    .popup p.title {
        font-size: medium;
        color: #336699;
        font-weight: 600;
        border-bottom: 2px solid #336699;
    }

/* pager */
/*div.pager { display: none;}*/
div.pager ul {
    margin: 0;
    padding: 0;
}

    div.pager ul li {
        float: left;
        padding-right: 10px;
        list-style-type: none;
    }

        div.pager ul li.selected {
            font-weight: bold;
        }

/* validazione asp.net */

.field-validation-error {
    color: #f00;
    font-size: x-small;
    display: block;
    height: 21px;
}

label.error {
    font-size: x-small;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

label.error {
    color: red;
    clear: both;
    display: block;
}

/* Checkboxes */
/*
.regular-checkbox {
    display: none !important;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 6px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 11px;
            position: absolute;
            top: -2px;
            left: 2px;
            color: #99a1a7;
        }
*/
/* qtip */
.qtip-content {
    font-size: small;
    line-height: 20px;
}

/* loading overlay */
.overlay {
    width: 100%;
    background-color: black;
    opacity: 0.6; /* transparency */
    position: relative;
}

    .overlay img.loading_circle {
        position: absolute;
        top: 50%;
        left: 50%;
    }


    .testpulsante:hover, .testpulsante_sel {
        background: #fff;
        cursor: pointer;
        border-top: 1px solid #aaa;
    }

    .testpulsante p {
        color: #fff;
        margin-top: 5px;
margin-bottom: 14px;
    }

    .testpulsante a {
        color: #fff;
    }

    .testpulsante:hover a, .testpulsante_sel a {
        color: #58595b;
    }


.article-link-bold a {
    font-weight: 600;
}


/* Category selector */

#categorySelector {
    background: #fff;
    text-align: left;
    width: 800px;
    border: 1px solid #1e4769;
    padding: 5px;
}

    #categorySelector p.title {
        background: #1e4769;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 7px;
        margin-bottom: 5px;
    }

    #categorySelector div.sections {
        float: left;
        font-size: x-small;
        margin-right: 25px;
        line-height: 16px;
    }

    #categorySelector span.section {
        font-size: medium;
        padding-left: 5px;
    }

    #categorySelector span.macro {
        padding-left: 10px;
        font-size: small;
        color: #2d4b64;
        font-weight: bold;
    }

    #categorySelector a.area {
        padding-left: 15px;
        font-size: x-small;
        color: #58595b;
        line-height: 15px;
        text-decoration: none;
    }

    #categorySelector a.selected {
        color: #900 !important;
    }

    #categorySelector .micro {
        display: none;
        border: 1px solid #ccc;
        padding: 5px;
    }

        #categorySelector .micro p.tit {
            color: #900;
            padding: 0;
            margin: 0;
            font-weight: bold;
            font-size: x-small;
        }

        #categorySelector .micro ul {
            margin: 0;
            padding: 0;
        }

            #categorySelector .micro ul li {
                list-style-type: none;
                font-size: x-small;
                margin: 0;
                padding: 0;
            }

                #categorySelector .micro ul li a {
                    color: #58595b;
                    text-decoration: none;
                }


.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top { padding-left: 0px !important;}
.cse .gsc-control-cse, .gsc-control-cse { padding: 0px !important;}
.gsc-search-button input { box-sizing: initial !important;}
.gsc-input-box { background: none !important;border: 0px !important;}
.gsc-control-cse { background: none !important;border: 0px !important;}
.gsc-input { padding: 3px !important;}
.menu-search-lawyer .gsc-input { position: relative;top: -2px;}
.tab-search .gsc-search-button { display: none;}

.fb_edge_comment_widget {
  display: none !important;
}

#tinydivProvince { padding-bottom: 10px;}
#tinydivProvince ul { display: none;}
#tinydivProvince select { width: 240px; border-radius: 4px; border-color: #ccc}

.searcharttyperow .arttype {color: #b4991b;
font-weight: bold;}


#slider_eta .ui-state-default:nth-child(2) {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}



#UserSearchAddress2 {font-size: 25px !important;width: 70% !important;margin-left: 15%; color:#375e7e;}
#search-panel .icon-panel {    float: left;width: 15%;}
#search-panel .icon-panel  img{ margin: 20%;}
#search-panel .text-panel{ float: left;width: 85%;}
#search-panel .text-panel h4{ font-size: 27px;text-align: center;}

#categoryListPopup .macro {
    padding-left: 10px;
    font-size: small;
    color: #2d4b64;
    font-weight: bold;
}
#categoryListPopup .sections a {    padding-left: 20px;    font-size: 11px;color: #58595b;    line-height: 15px;}
#categoryListPopup .sections {width:33%;float:left;    line-height: 16px;}
#search-panel.popup {width:800px;}

#categoryListPopup .sections a.selected {
    font-weight: bold;
    text-decoration: underline;
    color: #b4991b;
}

a.btn-blue {
    background: url('/Content/Images/btn-blue.png') no-repeat;
    width: 140px;
    height: 26px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 4px;
    text-align: center;
}

a.btn-blue:hover {
        background-position: 0px -30px;
        text-decoration: none;
        cursor: pointer;
    }


.pac-container.pac-logo {z-index:99999;}


/*CUSTOM*/
 
#topmenu .menu-item a.item{
        border-right:1px solid #175494;
        border-left: 1px solid #175494;
            height: 35px;
    position:relative; display:inline-block; width:150px; padding-top:10px; color:#fff;font-weight: bold;font-size: 18px;
}


.tab-search .inner { 
    background: white;
    border: 1px solid #175494;
        margin-top: 6px;
        float: right;
}
 


.submenu-categories {
    background: white;
    position: absolute;
    z-index: 999;
}


#topmenu .menu-item:hover div.submenu-categories {display:block !important;}

div.submenu-categories .wrapper .inner { border: 2px solid #369;border-top: 0px; padding: 5px 10px 0px 10px; position: relative;}
div.submenu-categories div.sections{ float: left;font-size: small;margin-right: 40px; width:100%}
div.submenu-categories p{ margin: 0;padding: 0;}
div.submenu-categories p.title{ font-weight: bold;}
div.submenu-categories p.section{ font-weight: bold;font-size: large;padding-bottom: 5px;text-align: left;}
div.submenu-categories p.macro{ padding-left: 10px;font-weight: bold;text-align: left;}
div.submenu-categories p.area{ padding-left: 20px;    text-align: left;}


a.btn_home {
    background: #ecce47;
    border: 1px solid #ad900d;
}

a.btn_home:hover {
    background: #d6b006;
    border: 1px solid #ad900d;
}


.menu-guide .selected a {color: #285688 !important;}


.privati .sub-impresa {display:none;}
.impresa .sub-privati {display:none;}

.sub-section {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

.tab-lawyer.menu-item.selected {background: #295588 !important;}


 #top-menu-guide{
    height: 250px;
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
}

 .article-list-row{
  border-top: 1px solid #cfcfcf;
    margin-bottom: 20px;
 }

.article-list-row p.subtitle {font-size:16px;}

.article-list-row  .gold {color: #346499 !important;}


.submenu-categories .wrapper {
    width: 1020PX;
}


.search-box{
    float: left;
    height: 38px;
    width: 98%;
    padding: 10px;
    background: #346599;
    margin-bottom: 20px;
}

.search-box #btnSearch {
    width: 100px;
    height: 32px;
    display: inline-block;
    color: #fff;
    font-size: 23px;
    padding-top: 0px;
    text-align: center;
    /* text-decoration: underline; */
    background: #e0c347;
}


.lawyer_row{
    border:1px solid #c6c6c6;
    padding: 15px;
    margin-bottom: 15px;
        min-height: 237px;
}
 
.lawyer_row:hover { background:#cddff3; }


.float-left{float:left !important;}
.float-right{float:right !important;}



.btn-gold {
        background: #ecce47 !important;
    border: 1px solid #ad900d !important;
        border: 2px solid #fff;
}


.btn-gold.btn-big{
    font-size: 18px;
    width: 200px;
    padding: 3px;
    display: inline-block; 
            height: 25px;
            float:right;
}


.pro-label {
    position: absolute;
    z-index: 999;
    background: #26DDFC;
   padding: 2px 15px;
    color: white;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
   left: 11px;
    bottom: -5px;
    border-radius: 0.25em;
    font-size: 20px;
    /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);*/
    border: 2px solid #26DDFC;
}


.main-list-2-right .card { 
    border-top: 2px solid #346599; 
}

.card  {
    border: 1px solid rgba(0,0,0,0.1);
    background: #fafafa;
    padding: 10px;
}

.lawyer-profile .card .image img  {
  width:100%;
}

.col-4 {
    width: 32%;
    float: left;
    margin-right: 1%;
}
.col-8 {width:66%; float:left;}

.card hr {
        margin: 10px 0 !important;
}


.lawyer-profile h1 {font-size: 25px;
                        margin-left: 5px;
    line-height: 32px;
    text-align: left;}

.lawyer-profile .item-info .fas { 
width: 30px;
    float: left;
    text-align: center;
    padding-top: 3px;}

.lawyer-profile .item-info {margin-bottom:10px;    display: inline-block;
    width: 100%;}
.lawyer-profile .item-info span {float:left;width: 200px;}
 

.lawyer_categories li {width:33%; float:left;    list-style-type: none;}

.lawyer-profile ul.colleghi li {float:left;
    width: 60px; height: 40px; 
}


.lawyer-profile .contact-details{
    padding-left: 10px;
    margin: 0; 
}
#offices {margin-top:10px;}
#offices li {padding:0;}

.btn-gold.transparent:hover {
    background: white !important;
}

.foto-studio li{
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
}


.article-text {color:#4A4A4A !important;}


.content-more {height:200px; overflow-y:hidden}


.filter-info {color:#b42424;}

.btn.square {
    border-radius: 0;
    background: #ededed;
}

.btn.gold{
    background: #ecce47;
    border: 1px solid #ad900d;
    color: white !important;
}

.btn.gold:hover {
    background: #d6b006;
    border: 1px solid #ad900d;
}


.pager li {
         padding: 0px !important;
    border: 1px solid #ecce47;
    text-align: center; 
}

.pager li a{ 
      width: 50px;
    display: block;
    height: 30px;
    padding-top: 9px;

}

.pager li a:hover{
     background: #ecce47;
     color: white;
     text-decoration:none;
}

.pager li:last-child a{
    width:70px;
}


.pager li.selected {
     background: #ecce47;
     color: white;
         width: 50px;
    height: 30px;
    padding-top: 9px !important;
}

.bg-image {
        width: 50px;
    height: 50px;
    display: block;
    background-position: center center;
}


.contributor-level{
    text-align: center;
    display: block;
    font-weight: bold;
    color: #346599;
}


.item-details-btn {
    width: 30px;
    display: block;
    padding: 2px;
    text-align: center;
    font-size: 20px;
    background: #ecce47 !important;
    border: 1px solid #ad900d !important;
        color: #ffffff;
        float:left;
            margin: 2px;
                margin-left: 10px;
}
.item-details-btn:hover {
    color: #346599;
}

.info-important{ 
    margin: 5px 0;
    font-weight: bold;
    color: #346599;
}


.layel-level-label{
    background:#c6c6c6;
    color: white;
    float: left;
    padding: 2px 5px;
}

.level-2{
    background: #989292;
}
.level-3{
    background: #e2c43b;
}
.level-4{
    background: #346599;
}


.lawel-article-link{text-decoration:underline;}

.layer-row-btn {   width: 77%; margin-top: 8px;}

.map-preview img {
        border: 1px solid rgba(0,0,0,0.1);
    opacity: 0.8;
}

.map-preview:hover{cursor:pointer}
.map-preview:hover img {
        opacity: 1 !important;
    }