﻿@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
/* 
    Ubuntu Regular / Light:
    - Regular per i titoli  e menù componenti
    - Light per titoli pagina
    Uso:
        Regular:
            font-family: 'Droid Sans', sans-serif;

*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
    overflow-x: hidden;
    background-color: #343434;
}

body {
    /*padding-bottom: 40px;*/
    color: #5a5a5a;
    background-color: #f2f0eb;
    padding-right: 0 !important;
}

header .row {
    margin: 10px 0;
}

.searchHeader, .searchHeader:hover, .searchHeader:active, .searchHeader:focus, .searchHeader:link {
    text-decoration: none;
    color: #000;
}

    .searchHeader > span {
        font-size: 15px;
        vertical-align: middle;
        color: #000;
    }

.container-fluid, .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1600px;
}

    .container-fluid.blog, .container-fluid.news {
        max-width: 1200px;
    }

footer {
    margin-top: 40px;
    background-color: #343434;
    padding-top: 40px;
    padding-bottom: 40px;
}

    footer p {
        padding-bottom: 10px;
    }

hr.titleLine {
    border: 0;
    border-bottom: 1px dashed #5a5a5a;
    max-width: 100px;
}

h1.PageTitle {
    padding: 80px 0;
}

    h1.PageTitle span {
        text-transform: uppercase;
        background-color: rgba(255,255,255,0.6);
        color: #333;
        padding: 15px;
        display: inline-block;
        margin: 0;
    }

h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

h3 {
    color: #333;
    font-size: 20px;
}

/* Correzioni
-------------------------------------------------- */
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    margin-bottom: 20px;
}

[class*="col-"] {
    margin-bottom: 20px;
}

.contentContainer {
    padding: 0 15px;
}
/* alert text color */
.alert-text {
    color: #a94442;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
    background-color: #333;
}

.carousel-indicators li{
	border: 1px solid #333;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Background transparent */
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

/*.navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }*/

.navbar-wrapper .navbar .container {
    width: auto;
}

/******/
/* MY */
/******/

/*
        Center Navbar
    */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}
/*
       End Center Navbar
    */

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Droid Sans', sans-serif;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF;
        background-color: #000;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

/* Padding tra voci menù */
.nav > li > a {
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
}

.nav > li:first-child > a {
    margin-left: 0px;
}

.nav > li:last-child > a {
    margin-right: 0px;
}

.menuLabel {
    float: right;
    padding: 14px;
    color: #313233;
    font-weight: 600;
}

@media (min-width: 1201px) {
    .menuLabel {
        display: none;
    }
}


/*.navbar {
    margin: 0;
}

.navbar-nav {
    text-align: justify;
    min-width: 50px;
    width: 100%;
    margin: 0;
}

    .navbar-nav:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

        .navbar-nav > li a {
            padding-left: 0;
            padding-right: 0;
            text-transform: uppercase;
            color: #000;
        }

            .navbar-nav > li a:hover {
                background: none;
                text-decoration: underline;
            }*/

/* HOME COMPONENT WITH VERTICAL TEXT
-------------------------------------------------- */
.HomeBox {
    /*max-width:1200px;*/
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 40px;
}

    .HomeBox .sfx {
        position: relative;
        overflow: hidden;
    }

    .HomeBox .row {
        /*max-width:1200px;*/
        /*margin: 0 auto;*/
    }

    .HomeBox a, .HomeBox a:hover, .HomeBox a:active, .HomeBox a:focus, .HomeBox a:link {
        overflow: hidden;
        margin-bottom: 20px;
        text-decoration: none;
    }

    .HomeBox img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        width: 100%;
    }

    .HomeBox a:hover img {
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -moz-transform: scale(1.1); /* Firefox */
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1); /* Opera */
        transform: scale(1.1);
    }

    .HomeBox .text {
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        color: #333;
        font-size: 23px;
        padding: 5px;
        background-color: rgba(255,255,255,0.6);
        width: 100%;
        text-align: center;
        min-height: 100px;
        display: table;
        vertical-align: middle;
    }

        .HomeBox .text > div {
            display: table-cell;
            vertical-align: middle;
        }

    .HomeBox span {
        display: block;
        margin: 10px 0;
        margin-bottom: 10px;
        min-height: 40px;
		    text-align: center;
    }

    .HomeBox h2 {
        margin: 0;
        margin-bottom: 20px;
    }

    .HomeBox .row > div {
        padding: 0px;
    }

        .HomeBox .row > div div, .HomeBox .row > div a {
            margin-bottom: 20px;
            position: relative;
        }

.img-vertical-responsive {
    position: absolute;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* left: 0; */
}

.HomeBox .tab-content {
    margin: 20px;
}

/* News COMPONENT WITH VERTICAL TEXT
-------------------------------------------------- */
.NewsBox {
    /*max-width:1200px;*/
    margin: 0 auto;
}

    .NewsBox .sfx {
        position: relative;
        overflow: hidden;
    }

    .NewsBox .row {
        /*max-width:1200px;*/
        /*margin: 0 auto;*/
    }

    .NewsBox a {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .NewsBox img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        width: 100%;
    }

    .NewsBox a:hover img {
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -moz-transform: scale(1.1); /* Firefox */
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1); /* Opera */
        transform: scale(1.1);
    }

    .NewsBox .text {
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        color: #333;
        font-size: 23px;
        padding: 5px;
        background-color: rgba(255,255,255,0.6);
        width: 100%;
        text-align: center;
        min-height: 100px;
        display: table;
        vertical-align: middle;
    }

        .NewsBox .text > div {
            display: table-cell;
            vertical-align: middle;
        }

    .NewsBox h2 {
        margin: 0;
        margin-bottom: 20px;
    }

    .NewsBox .row > div {
        padding: 0px;
    }

        .NewsBox .row > div div, .NewsBox .row > div a {
            margin-bottom: 20px;
            position: relative;
        }

.img-vertical-responsive {
    position: absolute;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* left: 0; */
}

.NewsBox .tab-content {
    margin: 20px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*height: 500px;*/
    /*margin-bottom: 30px;*/
}
/* 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;
}

/* DetailProduct
-------------------------------------------------- */
.DetailProduct {
    padding-bottom: 20px;
    font-family: 'Droid Sans', sans-serif;
}

    .DetailProduct > div {
        /*padding:0 0px;*/
    }

        .DetailProduct > div:last-child > div {
            background-color: #D8D8D8;
            padding: 20px;
            /*border:1px solid #C3C3C3;*/
            width: 100%;
        }

/* MARKETING CONTENT
-------------------------------------------------- */

/* 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;
}

/* MenuLang
-------------------------------------------------- */
.MenuLang {
    margin: 0;
}

    .MenuLang a {
        color: #333;
        text-decoration: none;
    }


    .MenuLang a {
        font-family: 'Droid Sans', sans-serif;
        color: #000;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .MenuLang a:focus, .MenuLang a:hover {
            color: #FFF;
            background-color: #000;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

/* 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) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    /*.navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }*/

    /* The navbar becomes detached from the top, so we round the corners */
    /*.navbar-wrapper .navbar {
            border-radius: 4px;
        }*/

    /* 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  ****************************************************************/
/********************************************************************************/
/********************************************************************************/

/********************************************************************************/
/***** 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;
    }
}

/********************************************************************************/
/***** FollowUsBlock - Social home **********************************************/
/********************************************************************************/
.FollowUsBlock {
    text-transform: uppercase;
    color: #333333;
}

    .FollowUsBlock li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .FollowUsBlock a, .FollowUsBlock h2 {
        color: #333333;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .FollowUsBlock h2 {
        font-weight: bold;
        font-size: 120%;
    }

    .FollowUsBlock a:hover, .FollowUsBlock a:active, .FollowUsBlock a:focus {
        text-decoration: none;
        border-bottom: 1px solid #333;
    }

/********************************************************************************/
/***** 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: #335e00;
    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;*/
}

.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;
    background-image: url(/SiteImg/SearchArrows.png);
    background-position: right center;
    background-repeat: no-repeat;
}

    .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_TitoloBox h3 {
        margin-top: 12px;
        margin-bottom: 10px;
    }

.LSS01C_Titolo, .LSS01C_Titolo:link, .LSS01C_Titolo:visited, .LSS01C_Titolo:hover, .LSS01C_Titolo:active {
    /*font-family: 'Raleway',sans-serif;*/
    font-size: 16px;
    color: #27517c;
    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;
            }

/********************************************************************************/
/***** TitleBox *****************************************************************/
/********************************************************************************/
.TitleBox {
    margin-bottom: 40px;
    font-family: 'Droid Sans', sans-serif;
}

    .TitleBox h2 {
        font-size: 35px;
    }

    .TitleBox h3 {
        font-size: 30px;
    }

/********************************************************************************/
/***** HEADER *******************************************************************/
/********************************************************************************/

.mainLogo {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


/********************************************************************************/
/***** PORTFOLIO ****************************************************************/
/********************************************************************************/

.portfolio {
    /*padding-bottom: 80px;*/
    text-align: center;
}

    .portfolio a {
        margin-bottom: 8px;
        margin-right: 8px;
        display: inline-block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

/*
 * Utility class
 * --------------------------------------------------
 */


.alignCenter {
    text-align: center;
}

.displayBlock {
    display: block;
}

.displayTable {
    display: table;
}

.displayTableCell {
    display: table-cell;
}

.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;
}
