/*
   index.css
   angeli_costruzioni
   
   Created by Michael Ballanti on 2015-01-19.
   Copyright 2015 Michael Ballanti. All rights reserved.
*/
/****************/
#sectionSliderBanner {
    position: relative;
    background: #EAEAEA;
}
#sectionFilosofia {
    background: #EAEAEA;
}
#sectionOrganizzazione {
    background: #C4E1D0;
    text-align: center;
}
#sectionGestioneProgetto {
    background: #EAEAEA;
    text-align: center;
}
#sectionEsercizio {
    background: #CBCCCD;
    padding: 100px 0px;
}
#contTableSettoriEsercizio {
    padding: 0px 25px;
}
#sectionEsercizio #contTableSettoriEsercizio table {
    width: 100%;
    margin: auto;
    color: #3A3938;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 50px;
}
#sectionEsercizio #contTableSettoriEsercizio table tr td {
    border-bottom: 2px dashed #FFFFFF;
    border-top: 2px dashed #FFFFFF;
    padding: 10px;
}
#sectionEsercizio #contTableSettoriEsercizio table tr td:hover, #sectionEsercizio #contTableSettoriEsercizio table tr td.active {
    cursor: pointer;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2JjY2NkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 34%, rgba(203,204,205,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(34%,rgba(255,255,255,1)), color-stop(100%,rgba(203,204,205,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 34%,rgba(203,204,205,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 34%,rgba(203,204,205,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 34%,rgba(203,204,205,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 34%,rgba(203,204,205,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbcccd',GradientType=1 ); /* IE6-8 */
}
#sectionEsercizio #contTableSettoriEsercizio table tr td.noBorder {
    width: 50px;
    border: none;
    background: none;
}/*CAROSELLO SETTORI D'ESERCIZIO*/
#contCaroselloSettoriEsercizio {
    position: relative;
}
#caroselloSettoriEsercizio {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
#caroselloSettoriEsercizio ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#caroselloSettoriEsercizio li {
    float: left;
    display: inline-block;
    width: 381px;
    position: relative;
    cursor: pointer;
}
#caroselloSettoriEsercizio li .opacityCaroselloSettoriEsercizio {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(203,204,205, 0.6);
    z-index: 1;
    display: block;
}
#caroselloSettoriEsercizio li:hover .opacityCaroselloSettoriEsercizio, #caroselloSettoriEsercizio li.active .opacityCaroselloSettoriEsercizio {
    display: none;
}
#caroselloSettoriEsercizio li img {
    width: 100%;
    height: auto;
}
#caroselloSettoriEsercizio li .numeroSlideCaroselloSettoriEsercizio {
    text-align: center;
    color: #3A3938;
    font-size: 60px;
    line-height: 60px;
}
#prevCaroselloSettoriEsercizio {
    background: url("sliderBannerLeft.png"/*tpa=http://www.angelicostruzioni.com/img_layout/sliderBannerLeft.png*/) -62px 0px no-repeat;
    width:  57px;
    height: 57px;
    display: block;  
    left: 10px;
    position: absolute;
    top: 50% !important;
    margin-top: -29px;
    z-index: 1;
}
#prevCaroselloSettoriEsercizio:hover {
    background: url("sliderBannerLeft.png"/*tpa=http://www.angelicostruzioni.com/img_layout/sliderBannerLeft.png*/) -62px 0px no-repeat;
}
#nextCaroselloSettoriEsercizio {
    background: url("sliderBannerRight.png"/*tpa=http://www.angelicostruzioni.com/img_layout/sliderBannerRight.png*/) -62px 0px no-repeat;
    width:  57px;
    height: 57px;
    display: block;  
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    z-index: 1;
}
#nextCaroselloSettoriEsercizio:hover {
    background: url("sliderBannerRight.png"/*tpa=http://www.angelicostruzioni.com/img_layout/sliderBannerRight.png*/) -62px 0px no-repeat;
}
