﻿/* GLOBAL STYLES
-------------------------------------------------- */


/*
    Custom .jumbotron
*/
.jumbotron {
    margin: 0;
}

    .jumbotron.HomeSection {
        background-color: #339933;
    }

    .jumbotron.HomePartners {
        background-color: #006ab6;
    }

    .jumbotron.HomePreFooter {
        background-color: #ae00ff;
    }

    .jumbotron.Partners {
        background-color: #fff;
    }

/* Correzioni
-------------------------------------------------- */

.contentContainer {
    padding: 0 15px;
}
/* alert text color */
.alert-text {
    color: #a94442;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*height: 500px;*/
    /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    /*height: 500px;*/
    background-color: #777;
}

.carousel-inner > .item > img {
    /*position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}

.carousel .item .titleContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 100px;
    width: 50%;
    text-align: center;
}

    .carousel .item .titleContainer .title {
        margin: 0 auto;
        background-color: rgba(255,255,255,0.8);
        display: inline-block;
        padding: 5px 10px;
        font-size: 40px;
        line-height: 42px;
        color: #333;
        text-align: center;
    }



@media (max-width: 1199px) {


    .carousel .item .titleContainer {
        bottom: 75px;
    }


        .carousel .item .titleContainer .title {
            font-size: 34px;
            line-height: 36px;
        }
}

@media (max-width: 991px) {


    .carousel .item .titleContainer {
        bottom: 70px;
    }


        .carousel .item .titleContainer .title {
            font-size: 28px;
            line-height: 30px;
        }
}

@media (max-width: 767px) {


    .carousel .item .titleContainer {
        bottom: 60px;
    }


        .carousel .item .titleContainer .title {
            font-size: 20px;
            line-height: 22px;
        }
}

@media (max-width: 479px) {

    .carousel .item .titleContainer {
        display: none;
    }

    .carousel-indicators {
        bottom: -5px;
    }
}

/* MARKETING CONTENT
-------------------------------------------------- */
.container.marketing{
    min-height: 480px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

/********************************************************************************/
/********************************************************************************/
/***** FEATURES  ****************************************************************/
/********************************************************************************/
/********************************************************************************/

/********************************************************************************/
/***** BOX01B - NEWS DET *********************************************************/
/********************************************************************************/

.BOX01B.BoxContainer {
    width: 100%;
    display: inline-block;
    background-color: #006ab6;
    text-align: right;
}

.BOX01B_OneThird {
    width: 33%;
    display: inline-block;
}

.BOX01B_TwoThird {
    display: inline-block;
    width: 65%;
}



.BOX01B_DataContainer {
    vertical-align: middle;
    text-align: center;
}

.BOX01B_OneThird > .DAT02B_Cnt_date {
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
}

.BOX01B_OneThird > .DAT02B_Cnt_mon {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .BOX01B_OneThird > .DAT02B_Cnt_date {
        font-size: 50px;
        line-height: 50px;
    }

    .BOX01B_OneThird > .DAT02B_Cnt_mon {
        font-size: 30px;
        line-height: 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .BOX01B_OneThird > .DAT02B_Cnt_date {
        font-size: 70px;
        line-height: 70px;
    }

    .BOX01B_OneThird .DAT02B_Cnt_mon {
        font-size: 30px;
        line-height: 30px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .BOX01B_OneThird > .DAT02B_Cnt_date {
        font-size: 50px;
        line-height: 50px;
    }

    .BOX01B_OneThird .DAT02B_Cnt_mon {
        font-size: 30px;
        line-height: 30px;
    }
}

/********************************************************************************/
/***** COOKIE POLICY ************************************************************/
/********************************************************************************/

#cookieChoiceInfo {
    background-color: #000;
}

    #cookieChoiceInfo span {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-left: 10px;
    }

    #cookieChoiceInfo a:first-of-type {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-left: 10px;
        text-decoration: underline;
    }

        #cookieChoiceInfo a:first-of-type:hover {
            color: #CCCCCC;
        }

#cookieChoiceDismiss {
    background-color: #02aed9;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

    #cookieChoiceDismiss:hover {
        background-color: #00CCFF;
    }

@media screen and (max-width: 1080px) {
    #cookieChoiceInfo span {
        display: block;
        margin-bottom: 10px;
    }
}


/********************************************************************************/
/***** LSS01B - News content: elenco altre news *********************************/
/********************************************************************************/

.LSS01B {
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.LSS01B_NoUnderline {
    text-decoration: none;
}

.LSS01B_LayBoxTitle {
    background-color: #006ab6;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.LSS01B_Row {
    border-bottom: solid 1px #b4b3b3;
    clear: both;
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    cursor: pointer;
}

    .LSS01B_Row:hover {
        background-color: #EAEAEA;
        cursor: pointer;
    }

.LSS01B_Item {
    margin: 0px;
    border: 0px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    .LSS01B_Item:hover {
        text-decoration: none;
    }

.LSS01B_ImgThumb {
    float: left;
    padding: 0px;
    border: 0px;
    width: 90px;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #FFFFFF;
    text-align: center;
    height: 90px;
}

    .LSS01B_ImgThumb img {
        border: 0px;
        width: 90px;
        height: 90px;
    }

.LSS01B_LayText {
    float: left;
    margin: 0px;
    border: 0px;
    text-decoration: none;
    display: inline;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /*width: 190px;*/
}

.LSS01B_LayTextAll {
    float: left;
    margin: 0px;
    border: 0px;
    text-decoration: none;
    display: inline;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}


.LSS01B_LayTitolo {
    padding: 0 0 2px 0;
}

.LSS01B_LayDesc {
    padding: 0 0 3px 0;
}

.LSS01B_TitoloBox {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 16px;
    /*cursor:pointer;*/
    margin: 10px;
}

.LSS01B_Titolo, .LSS01B_Titolo:link, .LSS01B_Titolo:visited, .LSS01B_Titolo:hover, .LSS01B_Titolo:active {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    color: #335e00;
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
}

.LSS01B_Testo, .LSS01B_Testo:link, .LSS01B_Testo:visited, .LSS01B_Testo:hover, .LSS01B_Testo:active {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    color: #5C5E5F;
    line-height: 16px;
    cursor: pointer;
}

/********************************************************************************/
/***** LSS01C - Elenco news 1 ***************************************************/
/********************************************************************************/

.LSS01C {
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.LSS01C_NoUnderline {
    text-decoration: none;
}

.LSS01C_LayBoxTitle {
    background-color: #339933;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.LSS01C_Row {
    border-bottom: solid 1px #b4b3b3;
    clear: both;
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    cursor: pointer;
}

    .LSS01C_Row:hover {
        background-color: #EAEAEA;
    }

.LSS01C_Item {
    margin: 0px;
    border: 0px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    .LSS01C_Item:hover {
        text-decoration: none;
    }

.LSS01C_ImgThumb {
    float: left;
    padding: 0px;
    border: 0px;
    width: 90px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #FFFFFF;
    text-align: center;
    height: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .LSS01C_ImgThumb img {
        border: 0px;
        width: 90px;
        height: 90px;
    }

.LSS01C_LayText {
    margin: 0px;
    border: 0px;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 530px;
    width: auto;
    overflow: hidden;
}

.LSS01C_LayTextAll {
    float: left;
    margin: 0px;
    border: 0px;
    text-decoration: none;
    display: inline;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}


.LSS01C_LayTitolo {
    padding: 0 0 2px 0;
}

.LSS01C_LayDesc {
    padding: 0 0 3px 0;
}

.LSS01C_LayBox {
    padding: 0 0 3px 0;
    margin-top: 10px;
}

.LSS01C_LayBox_Ev {
    float: left;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-right: 10px;
    background-color: #339933;
    display: inline-block;
    vertical-align: middle;
}

.LSS01C_LayBox_Ev_img {
    float: left;
}

.LSS01C_LayBox_Ev_Txt {
    float: left;
    line-height: 25px;
    vertical-align: middle;
}

.LSS01C_LayBox_Dt {
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-right: 10px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
}

.LSS01C_TitoloBox {
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 16px;
}

.LSS01C_Titolo, .LSS01C_Titolo:link, .LSS01C_Titolo:visited, .LSS01C_Titolo:hover, .LSS01C_Titolo:active {
    /*font-family: 'Raleway',sans-serif;*/
    font-size: 16px;
    color: #339933;
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
}

.LSS01C_Testo, .LSS01C_Testo:link, .LSS01C_Testo:visited, .LSS01C_Testo:hover, .LSS01C_Testo:active {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    color: #5C5E5F;
    line-height: 16px;
    cursor: pointer;
}

.LSS01C_LayBox_Ev, .LSS01C_LayBox_Ev:link, .LSS01C_LayBox_Ev:visited, .LSS01C_LayBox_Ev:hover, .LSS01C_LayBox_Ev:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
    cursor: pointer;
}

.LSS01C_LayBox_Dt, .LSS01C_LayBox_Dt:link, .LSS01C_LayBox_Dt:visited, .LSS01C_LayBox_Dt:hover, .LSS01C_LayBox_Dt:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5C5E5F;
    line-height: 16px;
    cursor: pointer;
}

/********************************************************************************/
/***** PAGDL dataList Pager - Zeus Pager ****************************************/
/********************************************************************************/

.PAGDL {
    padding: 0px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #F2F2F2;
    min-height: 30px;
}

.PAGDL_LayInnerCont {
    padding: 0px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    min-height: 30px;
}

.PAGDL_LayItemCell {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
}

.PAGDL_LabelText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 30px;
}

.PAGDL_DropDownList {
    color: #333333;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    border: 1px inset #333333;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 15px;
}

.PAGDL_LinkButton, .PAGDL_LinkButton:link, .PAGDL_LinkButton:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
    padding: 2px 10px;
    margin: 6px 2px 4px 2px;
    text-align: center;
    border: 1px outset;
    display: inline-block;
}

    .PAGDL_LinkButton:hover, .PAGDL_LinkButton:active {
        background-color: #333333;
    }

/********************************************************************************/
/***** PRO01B - Elenco news 2 ***************************************************/
/********************************************************************************/

.PRO01B {
    padding: 0;
    margin: 0px auto;
    width: 960px;
}

.PRO01B_box, .PRO01B_box:link, .PRO01B_box:visited {
    padding: 0;
    margin: 0px;
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #FFF;
}

    .PRO01B_box:hover, .PRO01B_box:active {
        background-color: #a6a69c;
    }

.PRO01B a:nth-child(3n) .PRO01B_box {
    margin-right: 0px;
}

.PRO01B_box_img {
    padding: 0;
    margin: 0px;
    width: 300px;
}

    .PRO01B_box_img img {
        height: auto;
        width: 300px;
    }


.PRO01B_box_txt, .PRO01B_box_txt:link, .PRO01B_box_txt:visited, .PRO01B_box_txt:hover, .PRO01B_box_txt:active {
    padding: 0;
    margin: 0px;
    width: 300px;
    font-family: 'Imprima', sans-serif;
    font-size: 25px;
    color: #ee1c2f;
    text-decoration: none;
    line-height: 27px;
    text-align: left;
    padding-top: 10px;
}

.PRO01B_box_txt_news, .PRO01B_box_txt_news:link, .PRO01B_box_txt_news:visited, .PRO01B_box_txt_news:hover, .PRO01B_box_txt_news:active {
    padding: 0;
    margin: 0px;
    width: 300px;
    font-family: 'Imprima', sans-serif;
    font-size: 20px;
    color: #ee1c2f;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
    padding-top: 10px;
    min-height: 70px;
}

/********************************************************************************/
/***** social_block *************************************************************/
/********************************************************************************/

#social_block {
}

    #social_block li {
        padding-left: 0px !important;
        margin: 5px 3px;
        font-size: 0px;
        float: left;
        text-indent: -999px;
        min-height: 22px;
    }

        #social_block li.facebook {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -53px transparent;
            transition-duration: 300ms;
        }

            #social_block li.facebook:hover {
                background-position: -1px -80px;
            }

        #social_block li a {
            display: block;
            text-indent: -9999px;
            height: 25px;
            min-height: 25px;
            width: 25px;
        }

        #social_block li.twitter {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -106px transparent;
            transition-duration: 300ms;
        }

            #social_block li.twitter:hover {
                background-position: -1px -132px;
            }

        #social_block li.Foursquare {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -2px -1px transparent;
            transition-duration: 300ms;
        }

            #social_block li.Foursquare:hover {
                background-position: -2px -27px;
            }

        #social_block li.googleplus {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -159px transparent;
            transition-duration: 300ms;
        }

            #social_block li.googleplus:hover {
                background-position: -1px -185px;
            }

        #social_block li.youtube {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -266px transparent;
            transition-duration: 300ms;
        }

            #social_block li.youtube:hover {
                background-position: -1px -292px;
            }

        #social_block li.skype {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -213px transparent;
            transition-duration: 300ms;
        }

            #social_block li.skype:hover {
                background-position: -1px -239px;
            }

        #social_block li.pinterest {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -319px transparent;
            transition-duration: 300ms;
        }

            #social_block li.pinterest:hover {
                background-position: -1px -347px;
            }

        #social_block li.linkedin {
            background: url("/SiteImg/sprite_pict_social_block.png") no-repeat scroll -1px -373px transparent;
            transition-duration: 300ms;
        }

            #social_block li.linkedin:hover {
                background-position: -1px -400px;
            }

/*
 * Utility class
 * --------------------------------------------------
 */


.alignCenter {
    text-align: center;
}

.displayBlock {
    display: block;
}

.displayTable {
    display: table;
    width: 100%;
}

.displayTableCell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media screen and (max-width: 767px) {
    .displayTable {
        display: block;
    }

    .displayTableCell {
        display: block;
    }
}

.positionRelative {
    position: relative;
}

.padding0 {
    padding: 0px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.paddingTop0 {
    padding-top: 0px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingBottom0 {
    padding-bottom: 0px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.margin0 {
    margin: 0px;
}

.margin10 {
    margin: 10px;
}

.margin20 {
    margin: 20px;
}

.marginTop0 {
    margin-top: 0px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginLeft0 {
    margin-left: 0px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginRight0 {
    margin-right: 0px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

/********************************************************************************/
/***** BLOCKS *******************************************************************/
/********************************************************************************/

.Partners .title {
    color: #1b6244;
    font-size: 22px;
    font-style: italic;
}

.Sponsors {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
}
